@charset "utf-8";
/* 共通
----------------------------------*/
.section-01 {
    margin-top: 180px;
}
.section-ttl {
    margin-bottom: 80px;
}
.section-ttl h2 {
    color: #dedede;
    font-size: 200px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
}
.section-ttl p {
    font-size: 30px;
    line-height: 1.4;
    margin: 0;
}
/* SP */
@media only screen and (max-width: 640px) {
    .section-01 {
        margin-top: 100px;
    }
    .section-ttl {
        margin-bottom: 60px;
    }
    .section-ttl h2 {
        font-size: 80px;
    }
    .section-ttl p {
        font-size: 24px;
    }
}
/* NEWS ニュース
----------------------------------*/
#section-news {
    margin-top: 0;
    width: 100%;
    padding: 100px 0;
}
#section-news .inner-01 {}
#section-news .list-nws {
    width: 100%;
}
#section-news .list-nws ul {
    border-top: 1px solid #111;
}
#section-news .list-nws ul li {
    font-size: 0;
    width: 100%;
    border-bottom: 1px solid #111;
}
#section-news .list-nws ul li a {
    display: block;
    padding: 25px 20px;
    position: relative;
}
#section-news .list-nws ul li a:after {
    font-family: 'Material Icons';
    font-feature-settings: 'liga';
    font-size: 24px;
    content: "arrow_forward";
    color: #111;
    vertical-align: middle;
    position: absolute;
    right: 20px;
    margin-top: -3px;
}
#section-news .list-nws ul li .date {
    font-size: 18px;
    width: 110px;
    display: inline-block;
}
#section-news .list-nws ul li .tag {
    width: 100px;
    display: inline-block;
}
#section-news .list-nws ul li .tag span {
    font-size: 16px;
    font-weight: bold;
    min-width: 80px;
    background: #111;
    color: #fff;
    display: inline-block;
    padding: 5px 2px;
    text-align: center;
    line-height: 1.2;
}
#section-news .list-nws ul li .text {
    font-size: 18px;
    margin-top: -1em;
    display: inline-block;
}
/* SP */
@media only screen and (max-width: 640px) {
    #section-news {
        margin-top: 0;
        margin-bottom: 0;
        padding: 40px 0 0 0;
    }
    #section-news .inner-01 {}
    #section-news .section-ttl {
        width: 90%;
        float: none;
        margin: 0 auto 20px;
    }
    #section-news .section-ttl h2 {
        font-size: 60px;
    }
    #section-news .list-nws {
        width: 90%;
        float: none;
        margin: 0 auto 40px;
    }
    #section-news .list-nws ul {}
    #section-news .list-nws ul li a {
        padding: 20px 30px 20px 0;
    }
    #section-news .list-nws ul li a:after {
        right: 10px;
        bottom: 10px;
    }
    #section-news .list-nws ul li .date {
        font-size: 14px;
        width: auto;
        display: block;
    }
    #section-news .list-nws ul li .text {
        font-size: 14px;
        margin-top: 0;
        display: block;
    }
}
/* NEWS ニュース詳細
----------------------------------*/
#section-news-detail {
    margin-top: 0;
    width: 100%;
    padding: 100px 0 40px 0;
}
#section-news-detail .news-detail {
    background: #fff;
    box-sizing: border-box;
    margin: 0 auto;
    width: 1000px;
    padding: 60px 100px;
}
h2.single_title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 15px;
    letter-spacing: 0.8px;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
time.single_time {
    display: inline-block;
    margin-right: 15px;
    font-size: 18px;
    vertical-align: middle;
}
span.single_tag {
    font-size: 16px;
    font-weight: bold;
    min-width: 80px;
    vertical-align: middle;
    background: #111;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.8px;
}
.single_contents {
    margin: 30px auto;
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid #666;
}
.single_contents h5 {
    font-weight: 500;
}
.single_contents p {
    margin-bottom: 40px;
}
.single_contents img {
    max-width: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
    padding: 0;
}
.link_box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 35px;
    align-items: flex-start;
    justify-content: space-between;
}
.link_box a.back_list {
    border: 1px solid #000;
    border-radius: 50px;
    padding: 5px 25px;
    text-align: center;
    color: #000;
    margin: auto;
    font-size: 18px;
    transition: all 0.4s ease;
}
.link_box a.back_list:hover {
    opacity: 0.7;
}
.link_box a.back_list:before {
    background: url("../img/common/ico_point.png") 0 0 no-repeat;
    transform: rotateZ(180deg);
    display: inline-block;
    content: "";
    width: 18px;
    height: 13px;
    margin-right: 15px;
    vertical-align: middle;
}
/* SP */
@media only screen and (max-width: 640px) {
    #section-news-detail {
        padding: 40px 0 0 0;
        margin-bottom: 0;
    }
    #section-news-detail .news-detail {
        height: auto;
        width: 90%;
        padding: 20px 40px;
    }
    #section-news-detail .news-detail img {
        position: relative;
        margin: 0 auto;
        padding: 0;
        height: auto;
        width: 100%;
        max-width: auto;
        right: 0;
        left: 0;
    }
    h2.single_title {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    time.single_time {
        margin-right: 20px;
        font-size: 14px;
    }
    span.single_tag {
        font-size: 12px;
        padding: 7px 13px;
        min-width: auto;
    }
    .single_contents p {
        margin-bottom: 25px;
    }
}