.sub_content_area {
    position:relative;
    width:100%;
    min-height:100vh;
}
.sub_visual {
    width: 100%;
    height: 440px;
    background: url('../../images/board/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;
}
.non_padding {
    padding:0px;
    color:#777;
}
.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;
}
.news_list_area {
    position:relative;
    display:block;
    margin-top:40px;
}
.news_list{
    position:relative;
    text-align:left;
    padding:1.5em;
    border-bottom:1px solid #ececec;
}
.news_list a {
    color:#777;
}
.news_list a:hover {
    color:#c20c1d;
}
.news_list_day {
    position:absolute;
    right:10px;
    display:inline-block;
    font-size:13px;
    color:#777;
}
.news_list_number li {
    display:inline-block;
    padding:0.5em;
    color:#777;
}
.news_list_text {
    position:relative;
    width:100%;
    max-width:1200px;
    height:100%;
    padding:40px;
    border-top:1px solid #515151;
    border-bottom:1px solid #515151;
}
.news_list_text img {
    width:100%;
}
.news_list_btn {
    position:relative;
    width:100%;
    margin-top:20px;
}
.news_list_btn li {
    text-align:right;
}
.news_list_btn li a {
    width:100%;
    padding:0.7em 1.8em;
    text-align:center;
    background:#c20c1d;
    color:#fff;
    border-radius:5px;
}
@media screen and (max-width: 768px) {
    .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%;
    }
    .news_list_area {
        margin:0 10px;
    }
    .news_list{
        padding:0.5em;
        font-size:14px;
    }
    .news_list_text {
        padding:20px 10px;
    }
    .news_list_btn li a {
        margin-right:10px;
    }
}