@charset "UTF-8";
.top_section{
    padding: 80px 0 0;
}
.top_ttl {
    margin: 0 0 20px;
}
.top-ttl {
    font-size: 28px;
    line-height: 1.5;
    font-weight: bold;
    margin: 0 0 10px;
}
.top-txt {
    font-size: 18px;
    line-height: 1.6;
}
.top_last {
    padding: 30px 0 0;
}
.top-last {
    font-size: 14px;
    line-height: 1.5;
}
.tpNews_warp {
    overflow: hidden;
}
.tpNews_txt {
    margin: 0 0 20px;
}
.tpNews_txt dt {
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    margin: 0 0 20px;
}
.tpNews_lst li {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 15px;
    padding: 0 0 15px 0;
    border-bottom: 1px dashed #adadad;
}
.tpNews_lst li:last-child {
    margin: 0;
}
.tpNews_lst li a {
    color: #434343;
}
.tpNews_lst li .is-day {
    padding: 0 2em 0 0;
}
.tpDtl_warp {
    border: 1px solid #adadad;
    padding: 35px 35px;
    margin: 0 0 45px;
}
.tpDtl_warp:last-child {
    margin: 0;
}
.tpDtl_flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.tpDtl_txt {
    width: 70%;
    width: -webkit-calc(100% - (30px + 310px));
    width: calc(100% - (30px + 310px));
}
.tpDtl-ttl {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    border-bottom: 1px solid #adadad;
    padding: 0 0 30px;
    margin: 0 0 20px;
}
.tpDtl-ttl.is-ver2 {
    line-height: 1.3;
    border-bottom: none;
    padding: 0 0 10px;
}
.tpDtl_disc {
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    color: #c3012f;
    margin: 0 0 15px;
}
.tpDtl-txt {
    font-size: 18px;
    line-height: 1.6;
}
.tpDtl_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 20px 0 0;
}
.tpDtl_btn.is-ver2 {
   -webkit-box-pack: space-around;
   -ms-flex-pack: distribute;
   justify-content: space-around;
   padding: 20px 0;
}
.tpDtl-btn {
    width: 230px;
    margin: 0 30px 0 0;
}
.tpDtl-btn a {
    height: 45px;
    font-size: 16px;
}
/*ボタン２位置をセンターにしたい場合はmarginを使う（floatにはcenterはない）
.tpDtl_btn2 {
    float: right;
}
*/
.tpDtl_btn2 {
    width: 390px;
    margin-left: auto;
    margin-right: auto;
}
.tpDtl_btn2 a {
    font-size: 20px;
}
.tpDtl_btn2 .c-btn {
    width: 390px;
}
.icn-lnk {
    padding: 0 3em 0 0;
}
.icn-lnk:before {
    right: 0;
    width: 8px;
    height: 12px;
    background: url(../svg/dec_arw_r_03.svg) no-repeat center;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
@media only screen and (max-width: 896px) {
    .top_warp {
        padding: 15px 0 0;
    }
    .top_section{
        padding: 40px 15px 0;
    }
    .top_ttl {
        margin: 0 0 15px;
    }
    .top-ttl {
        font-size: 17px;
        margin: 0 0 5px;
    }
    .top-txt {
        font-size: 14px;
    }
    .top_last {
        padding: 20px 0 0;
    }
    .top-last {
        font-size: 12px;
    }
    .tpNews_warp {
        padding: 0 15px;
    }
    .tpNews_txt {
        margin: 0 0 15px;
    }
    .tpNews_txt dt {
        font-size: 17px;
        margin: 0 0 15px;
    }
    .tpNews_lst li {
        font-size: 12px;
        line-height: 1.6;
        margin: 0 0 10px;
        padding: 0 0 10px 0;
    }
    .tpNews_lst li .is-day {
        display: block;
        padding: 0;
    }

    .tpDtl_warp {
        padding: 20px 15px;
        margin: 0 0 25px;
    }
    .tpDtl_flx {
        display: -webkit-block;
        display: -ms-block;
        display: block;
    }
    .tpDtl_img {
        margin: 0 0 15px;
    }
    .tpDtl_img img {
        width: 100%;
    }
    .tpDtl_txt {
        width: 100%;
        width: -webkit-calc(100%);
        width: calc(100%);
    }
    .tpDtl-ttl {
        font-size: 17px;
        border-bottom: none;
        padding: 0;
        margin: 0 0 15px;
    }
    .tpDtl-ttl.is-ver2 {
        margin: 0 0 10px;
    }
    .tpDtl_disc {
        font-size: 17px;
        margin: 0 0 10px;
    }
    .tpDtl-txt {
        font-size: 14px;
    }
    .tpDtl_btn {
        display: -webkit-block;
        display: -ms-block;
        display: block;
        padding: 15px 0 0;
    }
    .tpDtl_btn2 {
        width: auto;
    }
    .tpDtl_btn2 .c-btn {
        width: auto;
    }
    .tpDtl-btn {
        width: 100%;
        margin: 0 0 15px 0;
    }
    .tpDtl-btn:last-child {
        margin: 0;
    }
    .tpDtl-btn a {
        height: 55px;
        font-size: 15px;
    }
    .icn-lnk {
        padding: 0 2em 0 0;
    }
    .icn-lnk:before {
        top: auto;
        transform: none;
        bottom: 5px;
    }
}
@media (max-width: 374px) {

}
