.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:center;
    margin:40px 0;
}

.btn-primary {
    position: relative;
    display: inline-block;
    width: 200px;
    padding: 1em 2em;
    background: #f6f6f6;
    border:1px solid #ececec;
    margin: 0.5em auto;
    border-radius: 25px;
    color:#515151;
}


.qna {
    background: #c20b1c;
    border:1px solid #c20b1c;
    color:#fff;
}

@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%;
    }
    .sub_content ul li {
        padding:0 1em;
    }
    .sub_content ul li img {
        width:100%;
    }
}