ul, li{
    list-style: none;
}
.pnkz{
    margin: 15px 0 60px;
}
.pnkz ul{
    width: 100%;
    display: flex;
}
.pnkz li:nth-child(1):after,
.pnkz li:nth-child(2):after{
    content: '>';
    margin: 0 8px;
}
.pnkz li:nth-child(3){
    color: #5E68AF;
}
.m-h2{
    color: #5E68AF;
    text-align: center;
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 60px;
}
.m-h2::after{
    content: '';
    display: block;
    width: 400px;
    height: 2px;
    margin: 0 auto;
    background-color: #E75297;
}

/*よくある質問*/
.wrapper1000{
    width: 1000px;
    margin: 0 auto;
    padding: 60px 40px 60px 75px;
}
.faqList{
    margin-bottom: 60px;
}
.bg_green{
    background-color: #F3F8FB;
}
.faqList ul{
    
}

.faqList li{
    margin-bottom: 45px;
}
.faqList li:last-child{
    margin-bottom: 0;
}

.parent-btn{
    width: 95%;
    height: 95px;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding-left: 60px;
    background-color: #9EA4CF;
    cursor: pointer;
    position: relative;
}
.parent-btn::before{
    content: '';
    width: 100%;
    height: 95px;
    border: 1px solid #5E68AF;
    position: absolute;
    top: 3px;
    left: 3px;
}

.parent-btn::after{
    content: "-";
    display: inline-block;
    font-weight: normal;
    font-size: 13px;
    line-height: 30px;
    color: #5E68AF;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #fff;
    transform: translateY(-50%);
    transition: .3s;
}

.parent-btn.close::after {
    content: "+";
}

.parent-btn img{
    width: 70px;
    position: absolute;
    top: 50%;
    left: -35px;
    transform: translateY(-50%);
}
.child{
    color: #5E68AF;
    background-color: #fff;
    width: 95%;
    margin: 25px 0 0 auto;
    padding: 20px 60px;
    border: 1px solid #5E68AF;
    position: relative;
}
.parent-btn.close .child{
    display: none;
}
.child img{
    width: 70px;
    position: absolute;
    top: 50%;
    left: -35px;
    transform: translateY(-50%);
}

@media screen and (max-width:768px){
    .container{
        width: 100%;
        padding: 0 10px;
    }
    .pnkz a{
        font-size: 14px;
    }
    .pnkz li:nth-child(1):after,
    .pnkz li:nth-child(2):after{
        content: '>';
        margin: 0 5px;
    }

    .m-h2{
        font-size: 34px;
    }
    .m-h2::after{
        width: 350px;
    }

    /*よくある質問*/
.wrapper1000{
    width: 100%;
    margin: 0 auto;
    padding: 60px 10px 75px;
}
.faqList{
    margin-bottom: 60px;
}
.faqList li{
    margin-bottom: 60px;
}
.faqList li:last-child{
    margin-bottom: 0;
}
.parent-btn{
    width: 100%;
    height: auto !important;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 40px 20px;
    background-color: #9EA4CF;
    cursor: pointer;
    position: relative;
}
.parent-btn::before{
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #5E68AF;
    position: absolute;
    top: 3px;
    left: 3px;
}
.parent-btn::after{
    content: "-";
    display: inline-block;
    font-weight: normal;
    font-size: 13px;
    line-height: 30px;
    color: #5E68AF;
    text-align: center;
    position: absolute;
    top: initial;
    right: initial;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #fff;
    transition: .3s;
}
.parent-btn.close::after {
    content: "+";
}

.parent-btn img{
    width: 50px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
}
.child{
    width: 90%;
    margin: 40px auto 0;
    padding: 40px 20px;
    border: 1px solid #5E68AF;
    position: relative;
}
.parent-btn.close .child{
    display: none;
}
.child img{
    width: 50px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
}
}

