/* hokuro style */
.cf:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
    visibility:hidden;
}
/* Hides from IE Mac */
* html .cf{
    height: 1%;
}
.cf{
    display:block;
}

#section0 {
    background: #fff url(../images/bg_wart_1stview.jpg) no-repeat center;
    background-size: auto 675px;
    display: block;
    height: 675px;
    box-sizing: border-box;
    margin: 0 0 0;
    z-index: -1;
}

@media screen and (max-width: 767px) {
    #section0 {
        background: #fff url(../images/bg_wart_1stview_sp.png) no-repeat right top;
        background-size: auto 100%;
        display: block;
        height: auto;
        margin: 0 0 0;
        padding: 0;
        z-index: -1;
    }
}

#section2 ul.threeClm li {
    padding: 50px 44px 30px;
}

.h2box01 {
    margin-top: 50px;
    padding: 16px 0;
    border-top : 1px solid #0096f4;
    border-bottom : 1px solid #0096f4;
}

.w2 {
    width: 100%;
    margin-bottom: 30px;
}

.flbox {
    float: left;
    width: 74%;
}

.last_hf {
    font-size: 1rem;
    margin-bottom: 30px;

}

#section3 .imgRight {
    margin-top: -70px;
}

.text_last_hf {
    box-sizing: border-box;
    display: inline-block;
    width: 46%;
    min-height: 230px;
    margin: 0px 30px 30px 0;
    padding: 20px 20px 20px 38px;
    vertical-align: top;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.check_hf {
    position: absolute;
    left: -12px;
    top: -12px;
    width: 40px;
}

.mole_t{
    width:66%;
    float: left;
}

.mole_p{
    width:28%;
    margin-top : -30px;
    float: right;
}

.mole_p img{
    margin : 0 auto;
    width:100%;
}

.st_bl {
    font-size: 1.125rem;
    color: #0096f4;
    padding-bottom: 6px;
}

.st_bl_b {
    font-size: 1.125rem;
    color: #0085da;
    margin-bottom: 16px;
    padding: 10px 10px 10px 14px;
    background-color: #def0fd;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.nfix {
    min-height: 0px;
    padding: 0px;
    background-color: transparent;
}

.nbox {
    margin-bottom: 0px;
}

.kei{
    margin-bottom: 20px;
    font-size: 1rem;
    padding-left: 30px;
    background: url(../images/img_h4.png) no-repeat left top;
    background-size: 18px auto;
    background-position: 0 6px;
    padding-left: 25px;
}

.plast {
    margin-bottom: 50px;
}

#section5-5 {
    padding: 30px 0px 50px 0px;
    background: #FEF5F4;
}

.qatext{
    font-size: 1.125rem;
    margin-bottom: 10px;
    padding: 12px 0px 6px 60px;
}

.qpic{
    background: url(../images/qpic.png) no-repeat left top;
    background-size: 38px auto;
    background-position: 0 7px;
    margin-bottom: 0;
    padding-bottom: 8px;
}

.apic{
    color: #963006;
    background: url(../images/apic.png) no-repeat left top;
    background-size: 38px auto;
    background-position: 0 7px;
    margin-bottom : 0px;
    padding-bottom: 8px;
}

.hrdot{
    height: 0;
    margin: 14px 0 14px 0;
    padding: 0;
    border: 0;
    background-color: #fef5f4;
    border-top: 1px solid #e6dede;
}

/* qa */

.qa_accordionbox{
    width: 100%;
    margin: 0px auto 0px;
    padding: 0px;
}
.qa_accordionlist dt{
    display:block;
    cursor: pointer;
    /*    background: #fff;
        padding: 20px 0 10px 5px;
        border-top: 1px solid #DFDFDF;
    */
}
.qa_accordionlist dt:first-child{
    border-top: none !important;
}
.qa_accordionlist dt .title{
    padding-left: 0px;
    position : relative;
}
.qa_accordionlist dd{
    display:none;
    background: transparent;
    padding:0 0 0px 0px;
}

.qafix {
    position: relative;
}

/*＋－icon*/
.qa_accordion_icon,
.qa_accordion_icon span {
    display: inline-block;
    transition: all .3s;
    box-sizing: border-box;
}
.qa_accordion_icon {
    width: 40px;
    height: 40px;
    margin-right: 0px;
    position: absolute;
    top: 18px;
    right: 0px;
}
.qa_accordion_icon span {
    position: absolute;
    left: 6px;
    width: 50%;
    height: 2px;
    background-color: #fda885;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}
.qa_accordion_icon span:nth-of-type(1) {
    top: 5px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.qa_accordion_icon span:nth-of-type(2) {
    top: 5px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.qa_accordion_icon.qa_active span:nth-of-type(1) {
    display:none;
}
.qa_accordion_icon.qa_active span:nth-of-type(2) {
    top: 5px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

@media screen and (max-width: 767px) {

    .flbox {
        float: none;
        width: 100%;
    }

    .text_last_hf {
        display: block;
        width: 100%;
        min-height: 0px;
    }

    .mole_t{
        width:100%;
        float: none;
    }

    .mole_p{
        width:100px;
        margin : 10px auto;
        float: none;
    }

    .mole_p img{
        margin : 0 auto;
        width:100%;
    }

    #section3 .imgRight {
        margin-top: 0px;
    }

    #section4 img.img-kodawari {
        margin-top: 0;
    }

    .titleArea .btn a {
        width: 100%;
    }

    .qatext{
        font-size: 1rem;
        padding: 12px 24px 7px 50px;
    }

    .qa_accordion_icon {
        width: 30px;
        height: 30px;
        right: -5px;
    }


    #section8 .ishi-img {
        display: block;
        width: 80%;
    }
}