.sub_content_area {
    position: relative;
    width: 100%;
}

.sub_visual {
    width: 100%;
    height: 440px;
    background: url('../../images/product/visual.jpg') no-repeat center center;
    background-size: cover;
}

.sub_visual dl {
    color: #fff;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, .8);
    margin: 0 auto;
    width: 100%;
    position: relative;
    text-align: center;
    top: 50%;
    display: block;
}

.sub_visual dl dt {
    font-size: 300%;
    font-weight: 700;
    margin-bottom: 0.3em;
}

.sub_visual dl dd {
    letter-spacing: 0px;
}

.sub_content_menubar {
    position: relative;
    top: -40px;
    width: 100%;
    max-width: 1200px;
    height: 65px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #ececec;
    border-top: 0px;
    border-left: 0;
}

.sub_content_menubar dl {
    text-align: left;
}

.sub_content_menubar dl dt {
    display: inline-block;
    height: 65px;
    background: #c20c1d;
    text-align: center;
    width: 80px;
    vertical-align: top;
}

.sub_content_menubar dl dd {
    display: inline-block;
}

.sub_content_menubar dl dd:nth-child(2) {
    padding: 1.79em 5em;
    border-right: 1px solid #ececec;
    letter-spacing: 0px;
}

.sub_content_menubar dl dd:nth-child(3) {
    font-size: 13px;
    padding: 2em;
    float: right;
}

.sub_content_menubar dl dd:nth-child(3) a, .fa-angle-right {
    color: #777;
}

.sub_content_menubar dl dd:nth-child(3) a:hover, .sub_content_menubar dl dd:nth-child(3) a:hover .fa-angle-right {
    color: #c20c1d;
}

.sub_content_menubar dl dd:nth-child(3)::after {
    content: '';
    clear: both;
}

.fa-angle-right {
    padding: 0 0.5em;
}

.fa-home {
    color: #fff;
    padding: 1.3em;
    font-size: 18px;
}

.sub_content {
    width: 100%;
    margin: 40px auto;
    max-width: 1200px;
}

.sub_content h3 {
    font-size: 200%;
    letter-spacing: -1px;
    font-weight: 300;
    margin-bottom: 0.8em;
}

.point_img {
    display: block;
}

.sub_content ul {
    text-align: left;
    margin: 60px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.sub_content ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 23%;
    margin: 11px;
    overflow: hidden;
    box-shadow: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.sub_content ul li:hover {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .16);
    -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, .16);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .16);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.sub_content ul li a dl dt {
    background: #f6f6f6;
    padding: 4em;
}

.sub_content ul li a dl dt img {
    width: 100%;
}

.sub_content ul li a dl dd:nth-child(2) {
    position: absolute;
    top: -50px;
    left: 0;
    opacity: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.sub_content ul li a:hover dd:nth-child(2) {
    opacity: 1;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.sub_content ul li a dl dd:nth-child(3) {
    position: relative;
    padding: 1.3em;
    background: #fff;
    color: #82c312;
    font-size: 16px;
    text-align: left;
}

.button_style {
    position: absolute;
    bottom: 14px;
    right: 1.2em;
}

.tab-area {
    position: relative;
    padding: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.tab-area .tab {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
}

.tab-area .tab h5 {
    position: absolute;
    top: 0;
    margin: 0 0 1em 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: top;
    width: 140px;
}

.tab-area .tab h5 a {
    position: relative;
    display: block;
    font-size: 120%;
    color: #515151;
    padding: 0.5em 0;
    text-align: center;
    border: 1px solid #ececec;
    transition: all .2s ease;
    border-radius: 25px;
}


.tab-area .tab h5 a:hover {
    color: #fff;
    background: #de284a;
    border: 1px solid #de284a;
    transition: all .2s ease;
}

.tab-area .tabon h5 a {
    color: #fff;
    background: #de284a;
    border: 1px solid #de284a;
}

/*.tab-area .tab1 h5 {
    margin-right:145px;
}*/

.tab-area .tab2 h5 {
    margin-left:145px;
}

.tab-area .tab .box {
    display: none;
    padding: 0;
    height: auto;
}

.tab-area .tabon .box {
    display: inline-block;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1196px) {
    .sub_content ul {
        text-align: center;
    }
}

@media screen and (max-width: 920px) {
    .sub_content ul li {
        width: 45.5%;
    }

    .sub_content ul li a dl dd:nth-child(2), .sub_content ul li a dl dd:nth-child(2) img {
        width: 100%;
    }
}

@media screen and (max-width: 765px) {
    .sub_content_menubar {
        top: 0px;
        height: 45px;
    }

    .sub_content_menubar dl dt {
        height: 45px;
        width: 50px;
    }

    .fa-home {
        padding: 0.7em;
    }

    .sub_content_menubar dl dd:nth-child(2) {
        padding: 1.1em 5%;
    }

    .sub_content_menubar dl dd:nth-child(3) {
        padding: 1.2em;
    }

    .sub_content h3 {
        font-size: 150%;
    }

    .point_img {
        width: 26px;
        margin: 1em auto;
    }

    .point_img img {
        width: 100%;
    }
}

@media screen and (max-width: 529px) {
    .sub_content ul li {
        width: 40%;
    }

    .sub_content ul li a dl dt {
        padding: 1em;
    }
}

@media screen and (max-width: 420px) {
    .button_style {
        display: none;
    }

    .sub_content ul li a dl dd:nth-child(3) {
        text-align: center;
        padding: 1em;
    }

    .sub_content ul li {
        border: 1px solid #f6f6f6;
    }
}