﻿.feature {
    /* margin-bottom: -80px; */
    background: url(../images/common/bg_footer.png) no-repeat;
    background-size: 100%;
    background-position: center bottom;
}

#header .con_pagetitle .box_title .inner h2 {
    font-size: 240%;
}

@media only screen and (max-width: 767px) {
    #header .con_pagetitle .box_title .inner h2 {
        font-size: 200%;
    }
    #header .con_pagetitle .box_title .inner h2 br:nth-child(2) {
        display: none;
    }
}

.con_intr .box_intr,
.con_intr .box_icon,
.box_pnav,
.box_menu,
.con_feature,
.con_car {
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto ;
}

@media only screen and (max-width: 1199px) {

    .con_intr .box_intr,
    .con_intr .box_icon,
    .box_pnav,
    .con_feature,
    .con_car {
        width: 91.66667%
    }
}

.con_intr .box_intr:after {
    content: "";
    display: table;
    clear: both
}

.con_intr {
    background: url(../images/common/bg_intr.png) no-repeat;
    background-size: cover;
    padding: 80px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.con_intr .box_intr .wrp_intr {
    width: 100%;
}

.con_intr .box_intr .wrp_intr .st_intr {
    letter-spacing: .44em;
    line-height: 1.6;
    font-family: 'Noto Serif JP', "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
    font-size: 150%;
}

.con_intr .box_intr .wrp_intr .st_intr span {
    color: #ceb132
}

.con_intr .box_intr .wrp_intr .txt {
    line-height: 2.4;
    margin-top: 20px;
    font-size: 100%;
}

.con_intr .box_intr .wrp_intr .txt li {
    /* list-style-type: inherit;
    list-style-position: inside; */
    padding-left: 1em;
    text-indent: -1em;
}

.con_intr .box_intr .box_photo {
    position: absolute;
    top: -24px;
    right: 0;
    overflow: hidden;
    width: 46.66667%
}

.con_intr .box_intr .box_photo li {
    float: right;
    /* width: 42.5% */
}

.con_feature {
    padding: 80px 0 120px;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.con_feature .sec_2col {
    display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.con_feature .sec_2col section {
    width: 48%;
}

.con_feature section {
    margin-top: 40px
}


/* .con_feature section:nth-of-type(n+2){
    margin-top: 40px
} */

.con_feature .box_ttl {
    color: #fff;
    font-size: 160%;
    text-align: center;
    font-weight: 400;
}

.con_feature .box_ttl .num {
    display: block;
    width: 1em;
    margin: 0 auto 10px;
    padding: 0 16px;
    line-height: 1.6;
    background: #ceb132;
    color: #000;
    font-size: 110%;
    font-weight: 400;
    font-style: italic;
}

.con_feature .box_txt {
    color: #fff;
    font-size: 100%;
    text-align: left;
    margin: 28px 40px 0;
}

.con_feature .sec_2col .box_txt {
    margin: 28px 22px 0;
}

.con_feature .ttl_txt {
    color: #fff;
    font-size: 130%;
    text-align: center;
    margin-top: 1em;
}

.con_feature .box_txt li {
    margin-bottom: 0.6em;
    padding-left: 1em;
    text-indent: -1em;
}

.con_feature .box_txt p a {
    color: #ceb132;
}

.con_feature .main_photo {
    display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
    align-items: center;
    max-width: 1000px;
    width: 100%;
    margin: 32px auto 0;
}

.con_feature .sec_1col .main_photo li {
    width: 50%
}

.con_feature .sec_2col .main_photo li {
    width: 100%
}

.con_feature .main_txt {
    text-align: center;
    margin-top: 30px
}

.con_feature .main_txt .st {
    letter-spacing: .24em;
    font-size: 147%
}

.con_feature .main_txt .txt {
    margin-top: 15px;
    font-size: 100%
}

.con_feature .box_feature {
    position: relative;
    overflow: hidden;
    background: url(../images/common/bg_sty.jpg);
    margin-top: 100px;
    padding: 50px;
    -moz-box-shadow: 0px 0px 5px 5px rgba(170, 170, 170, 0.4);
    -webkit-box-shadow: 0px 0px 5px 5px rgba(170, 170, 170, 0.4);
    box-shadow: 0px 0px 5px 5px rgba(170, 170, 170, 0.4);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.con_feature .box_feature .inner_feature {
    display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
}

.con_feature .box_feature .inner_feature dl {
    margin-top: 24px;
    width: 48%;
}


.con_feature .box_feature .inner_feature dl dt {
    border-bottom: 1px solid #fff;
    color: #f6d48a;
    font-size: 132%;
    padding-bottom: 0.8em;
}

.con_feature .box_feature .inner_feature dl dd {
    padding-top: 0.8em;
    padding-left: 1em;
    text-indent: -1em;
}

.con_feature .inner_feature dl dd li {
    margin-bottom: 0.6em;
}


#footer {
    margin-top: 0;
}

@media only screen and (max-width: 767px) {
    #ptop {
        margin-top: 0;
    }
}


@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .con_intr .box_intr {
        position: relative
    }
    .con_intr .box_intr .wrp_intr {
        width: 100%;
    }
    .con_intr .box_intr .wrp_intr .st_intr {
        font-size: 147%
    }
    .con_intr .box_intr .wrp_intr .txt {
        line-height: 2.2
    }
    .con_intr .box_intr .box_photo {
        width: 30%
    }
    .con_intr .box_intr .box_photo li:last-child {
        display: none;
        width: 100%;
    }

    .con_intr .box_intr .box_photo li:last-child img {
        width: 100%;
        float: right;
        width: 50.35714%;
    }

    .con_feature .main_txt .st {
        font-size: 134%
    }
}


@media only screen and (max-width: 767px) {

    .con_feature {
        width: 91.66667%;
        padding: 0 0 60px;
        margin-top: 3em;

    }
    .con_intr {
        padding: 8% 0;
    }
    .con_intr .box_intr .wrp_intr {
        float: none;
        width: 100%;
    }
    .con_intr .box_intr .wrp_intr .st_intr {
        font-size: 132%;
        text-align: center;
    }
    .con_intr .box_intr .wrp_intr .txt {
        margin-top: 4%;
        line-height: 2;
        font-size: 94%;
    }
    .con_intr .box_intr .wrp_intr .txt li {
        margin-top: 0.6em;
    }
    .con_intr .box_intr .box_photo {
        display: none;
    }
    .con_intr .box_intr .box_photo li:last-child {
        display: none;
    }

    .con_feature .ttl_txt {
        font-size: 100%;
        text-align: center;
        margin-top: 1em;
    }

    .con_feature section {
        margin-top: 40px
    }

    .con_feature .sec_2col section {
        width: 100%;
    }

    /* .con_feature section:nth-of-type(n+2) {
        margin-top: 40px
    } */
    
    .con_feature .main_photo {
        margin: 24px auto 0;
    }
    
    
    .con_feature .sec_1col .main_photo li {
        width: 100%;
    }

    .con_feature .sec_1col .main_photo li img {
        width: 100%;
    }
    
    .con_feature .box_ttl {
        color: #fff;
        font-size: 140%;
        text-align: center;
        font-weight: 400;
    }
    
    .con_feature .box_txt {
        color: #fff;
        font-size: 94%;
        text-align: left;
        margin: 1em 0.6em 0;
    }
    
    .con_feature .sec_2col .box_txt {
        color: #fff;
        font-size: 94%;
        text-align: left;
        margin: 1em 0.6em 0;
    }

    .con_feature .main_txt {
        margin-top: 1.5em
    }
    .con_feature .main_txt {
        text-align: left;
        width: 91.66667%;
        margin: 1.5em auto 0;
    }
    .con_feature .main_txt .st {
        font-size: 107%;
    }
    .con_feature .main_txt .txt {
        margin-top: 4%;
        font-size: 94%;
    }

    .con_feature .box_feature {
        margin-top: 60px;
        padding: 6% 6%;
        -moz-box-shadow: 0px 0px 0px 1px rgba(170, 170, 170, 1);
        -webkit-box-shadow: 0px 0px 0px 1px rgba(170, 170, 170, 1);
        box-shadow: 0px 0px 0px 1px rgb(170 170 170);
    }

    #contents .tmp_st2:before {
        display: none;
    }

    #contents .tmp_st2:after {
        content: '';
        width: 40%;
        height: 2px;
        background: #ceb132;
        display: inline-block;
        vertical-align: middle;
    }

    .con_feature .box_feature .inner_feature dl {
        margin-top: 0;
        width: 100%;
    }

    .con_feature .box_feature .inner_feature dl:nth-child(n+2) {
        margin-top: 24px;
    }

    .con_feature .box_feature .inner_feature dl dt {
        border-bottom: 1px solid #fff;
        color: #f6d48a;
        font-size: 120%;
        padding-bottom: 0.8em;
    }

    .con_feature .box_feature .inner_feature dl dd {
        font-size: 94%;
    }

}
