@charset "utf-8";
/* CSS Document */


body.home div#wrapcont h4.pagecmn__type1 {
    font-size: 1.35em;
    border-bottom: 1px solid #E5DEC0;
    padding: 0.25em 0.5em;
    margin-bottom: 50px;
}
body.home div#wrapcont h4.pagecmn__type1:first-child {
    margin-bottom: 0;
}
body.home div#wrapcont h4.pagecmn__type1 * {
    font-weight: bold;
    color: #B24243;
}
body.home div#wrapcont h4.pagecmn__type1 .row_main {
    display: inline-block;
    margin-right: 1em;
}
body.home div#wrapcont h4.pagecmn__type1 .row_sub {
    display: inline-block;
}
@media (max-width: 767px) {
    body.home div#wrapcont h4.pagecmn__type1 {
        text-align: center;
    }
}


body.home div#wrapcont h5.pagecmn__type1 {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 15px;
}
body.home div#wrapcont h5.pagecmn__type1:not(:first-child) {
    margin-top: 30px;
}


body.home div#wrapcont .pagecmn__btn_type1 a {
    text-align: center;
    display: inline-block;
    color: #ffffff;
    background-color: #F73416;
    padding: 0.5em calc( 1em + 1.75em + 0.5em );
    min-width: 250px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 10px;
    background-image: url('../images/common/parts_arrow.gif');
    background-size: 1.75em auto;
    background-repeat: no-repeat;
    background-position: right 0.5em center;
    box-shadow: 3px 3px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 3px 3px 0 rgba(0,0,0,0.25);
    -webkit-box-shadow: 3px 3px 0 rgba(0,0,0,0.25);
}


body.home div#wrapcont section.mainsec.s1 .mainclm1 {
    overflow: hidden;
}
body.home div#wrapcont section.mainsec.s1 .mainclm1 .itemlist.flexbox {
    gap: 30px 0;
    flex-wrap: wrap;
    justify-content: center;
}
body.home div#wrapcont section.mainsec.s1 .mainclm1 .itemlist.flexbox > .child {
    width: calc( 100% / 4 );
    text-align: center;
}
@media (max-width: 900px) {
    body.home div#wrapcont section.mainsec.s1 .mainclm1 .itemlist.flexbox > .child {
        padding: 0 8px;
    }
}
@media (max-width: 640px) {
    body.home div#wrapcont section.mainsec.s1 .mainclm1 .itemlist.flexbox {
        width: min( 100%, 400px );
        margin-left: auto;
        margin-right: auto;
    }
    body.home div#wrapcont section.mainsec.s1 .mainclm1 .itemlist.flexbox > .child {
        width: calc( 100% / 2 );
    }
}
body.home div#wrapcont section.mainsec.s1 .mainclm2 {
    margin-top: 100px;
    text-align: center;
}
body.home div#wrapcont section.mainsec.s1 .mainclm2 .row_type1 {
    font-size: 1.75em;
}
body.home div#wrapcont section.mainsec.s1 .mainclm2 .row_type2 {
    margin-top: 10px;
}


body.home div#wrapcont section.mainsec.s2 .mainclm1 ul.itemlist > li {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #E5DEC0;
}
body.home div#wrapcont section.mainsec.s2 .mainclm1 ul.itemlist > li:first-child {
    padding-top: 0;
    border-top: none;
}
body.home div#wrapcont section.mainsec.s2 .mainclm1 ul.itemlist > li:last-child {
    padding-bottom: 0;
}
body.home div#wrapcont section.mainsec.s2 .mainclm1 ul.itemlist > li.noborder {
    border-top: none;
    /*padding-top: 0;*/
}
body.home div#wrapcont section.mainsec.s2 .mainclm1 ul.itemlist > li .imgbox {
    text-align: center;
}
body.home div#wrapcont section.mainsec.s2 .mainclm1 ul.itemlist > li .imgbox img {
    margin: 10px;
    max-width: calc( 100% - 10px - 10px );
}
body.home div#wrapcont section.mainsec.s2 .mainclm1 ul.itemlist > li .txtbox {
    margin-top: 30px;
}
body.home div#wrapcont section.mainsec.s2 .mainclm1 ul.itemlist > li .btn_more {
    margin-top: 30px;
    text-align: center;
}
body.home div#wrapcont section.mainsec.s2 .mainclm1 ul.itemlist > li .itemlist-sub.flexbox > .child.lt {
    width: 300px;
}
body.home div#wrapcont section.mainsec.s2 .mainclm1 ul.itemlist > li .itemlist-sub.flexbox > .child.rt {
    width: calc( 100% - 300px - 50px );
}
body.home div#wrapcont section.mainsec.s2 .mainclm1 ul.itemlist > li .itemlist-sub.flexbox > .child.rt ul.itemlist-sub-sub > li {
    position: relative;
    padding-left: 1em;
}
body.home div#wrapcont section.mainsec.s2 .mainclm1 ul.itemlist > li .itemlist-sub.flexbox > .child.rt ul.itemlist-sub-sub > li::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: '\30fb';
}
body.home div#wrapcont section.mainsec.s2 .mainclm1 ul.itemlist > li .itemlist-sub.flexbox > .child.rt .emp1 {
    color: #a01b28;
}
@media (max-width: 850px) {
    body.home div#wrapcont section.mainsec.s2 .mainclm1 ul.itemlist > li .itemlist-sub.flexbox {
        flex-direction: column;
        align-items: center;
    }
    body.home div#wrapcont section.mainsec.s2 .mainclm1 ul.itemlist > li .itemlist-sub.flexbox > .child.lt {
        width: 100%;
        max-width: 300px;
    }
    body.home div#wrapcont section.mainsec.s2 .mainclm1 ul.itemlist > li .itemlist-sub.flexbox > .child.rt {
        width: 100%;
        margin-top: 30px;
    }
}

