@charset "UTF-8";
.wrap{
    max-width: 940px;
}
@media screen and (max-width: 767px) {
    .wrap{
        width: 86%;
        max-width: inherit;
    }
}
/*  sec01 -------------------------------------------*/
.sec01{
    position: relative;
    padding: 0 0 50px 0;
    box-sizing: border-box;
}

.sec01 p{
    text-align: center;
    font-size: 1.4rem;
}

.sec01 .ankrLink{
    margin: 50px 0 0 0;
}
.sec01 .ankrLink ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec01 .ankrLink li{
	position: relative;
    width: 32%;
    max-width: 300px;
}
.sec01 .ankrLink li+li{ margin-left: 20px;}
.sec01 .ankrLink li a{
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    background: #f5f5f5;
    padding: 14px 0;
    box-sizing: border-box;
}
.ie .sec01 .ankrLink li a{ padding: 16px 0 12px 0;}

.sec01 .ankrLink li a:hover{ text-decoration: none;}

.sec01 .btn-hover02 a:before{
    background-color: rgba(165,165,165,.1);
}
.btn-hover02 a:before

@media screen and (max-width: 767px) {
    .sec01{
        padding: 6% 0 10% 0;
    }
    .sec01 p{
        text-align: left;
        font-size: 3.7vw;
    }

    .sec01 .ankrLink{
        margin: 8% 0 0 0;
    }
    .sec01 .ankrLink ul{
        display: block;
    }
    .sec01 .ankrLink li{
        width: 100%;
        max-width: inherit;
    }
    .sec01 .ankrLink li+li{ margin-left: 0; margin-top: 5%;}
    .sec01 .ankrLink li a{
        font-size: 3.8vw;
        padding: 4% 0;
    }



}


/*  sec02/sec03 -------------------------------------------*/
.sec02{
    padding: 50px 0 20px 0;
    box-sizing: border-box;
}
.sec03{
    padding: 70px 0 70px 0;
    box-sizing: border-box;
}

.sec02 h2,
.sec03 h2{
    text-align: center;
    margin-bottom: 60px;
}
.sec02 h2 span,
.sec03 h2 span{
    display: inline-block;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid #646464;
    padding: 0 22px 10px 22px;
    box-sizing: border-box;
}
.sec02 dl+dl,
.sec03 dl+dl{ margin-top: 13px;}

.acc_btn{
    position: relative;
    font-size: 1.8rem;
    font-weight: 700;
    cursor: pointer;
    border-bottom: 1px solid #dcdcdc;
    padding: 13px 13px 13px 60px;
    box-sizing: border-box;
}
.acc_btn:after{
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -6px;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 7px 0 7px;
    border-color: #646464 transparent transparent transparent;
}
.acc_btn.on:after{
    border-width: 0 7px 12px 7px;
    border-color: transparent transparent #646464 transparent;
}

.ie .acc_btn{
    padding: 11px 13px 14px 60px;
}
.ie .acc_btn::before{ top: -3px;}
.ie .acc_btn:after{ margin-top: -10px;}

.acc_cnts{
    display: none;

    position: relative;
    font-size: 1.4rem;
    line-height: 2.28;
    padding: 20px 35px 20px 60px;
    background: #f5f5f5;
    border: 1px solid #dcdcdc;
    border-top: none;
    box-sizing: border-box;
}

.acc_btn:before,
.acc_cnts:before{
    display: block;
    
    font-size: 2.9rem;
    position: absolute;
    left: 20px;
    top: 0;
    font-family: 'Rubik', sans-serif !important;
    font-weight: 500 !important;
}
.acc_btn:before{content: 'Q';}
.acc_cnts:before{content: 'A';}

.acc_cnts a{ text-decoration: underline; font-weight: 700;}
.acc_cnts a:hover{ text-decoration: none;}

.acc_cnts ul{
    display: block;
}
.acc_cnts ul li{
    position: relative;
    font-size: 1.4rem;
    line-height: 2.28;
    padding-left: 15px;
    box-sizing: border-box;
}
.acc_cnts ul li:before,
.acc_cnts ul li:after{
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    content: '';
    border-radius: 100%;
}

.acc_cnts ul li:before{
    margin-top: -6px;
    margin-left: 2px;
    width: 8px;
    height: 8px;
    background: #646464;
}
.acc_cnts ul li:after{
    margin-top: -8px;
    width: 12px;
    height: 12px;
    border: 1px solid #646464;
    box-sizing: border-box;
}


@media screen and (max-width: 767px) {
    .sec02{
        padding: 8% 0 4% 0;
    }
    .sec03{
        padding: 12% 0 14% 0;
    }

    .sec02 h2,
    .sec03 h2{
        margin-bottom: 10%;
    }
    .sec02 h2 span,
    .sec03 h2 span{
        font-size: 5.5vw;
        padding: 0 4% 3% 4%;
    }
    .sec02 dl+dl,
    .sec03 dl+dl{ margin-top: 5%;}

    .acc_btn{
        font-size: 4.2vw;
        padding:5% 14% 5% 18%;
    }
    .acc_btn:after{
        right: 5%;
        margin-top: -1.45vw;
        border-width: 2.9vw 1.8vw 0 1.8vw;

    }
    .acc_btn.on:after{
        border-width: 0 1.8vw 2.9vw 1.8vw;
    }
    .acc_cnts{
        font-size: 3.7vw;
        line-height: 2;
        padding: 5% 5% 5% 18%;
    }

    .acc_btn:before,
    .acc_cnts:before{
        display: block;

        font-size: 6.4vw;
        left: 5%;
        top: 2vw;
    }

    .acc_cnts ul li{
        font-size: 3.7vw;
        line-height: 2;
        padding-left: 5vw;
    }

    .acc_cnts ul li:before{
        margin-top: -5vw;
        margin-left: .46vw;
        width: 2vw;
        height: 2vw;
    }
    .acc_cnts ul li:after{
        margin-top: -5.4vw;
        width: 3vw;
        height: 3vw;
    }

}




