@charset "Shift_JIS";
section.brunch_container:last-of-type{
    padding-bottom: 100px;
}
.faq_ankerlink_wrap{
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:  0 0 40px;
}
.faq_ankerlink{
    position: relative;
    width: 30%;
    margin: 0 auto 24px;
    padding: 0 0 20px;
    text-align: center;
    border-bottom: 1px solid #77C7C2;
    color: #77c7c2;
}
.faq_ankerlink::after{
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 10px;
    margin: auto;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 1px #77C7C2;
    border-right: solid 1px #77C7C2;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.faq_ankerlink:hover{
    opacity: 0.5;
}
.faq_content{
    position: relative;
    width: 100%;
}
.faq_content:not(:last-of-type){
    margin-bottom: 25px;
}
.helpDesk_info {
    margin: 10px auto;
    text-align: center;
}
.helpDesk_info p{
    display: inline-block;
    text-align: center;
    padding: 10px 20px 10px 30px;
    border: 1px solid #77C7C2;
}
.acdion_ttl {
    display: block;
    position: relative;
    margin: 0;
    padding: 12px 20px 12px 27px;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    background:#77C7C2;
    border: 1px solid #77C7C2;
    cursor: pointer;
}
.acdion_content{
    display: none;
    padding: 12px 30px 12px 45px;
    border: 1px solid #c1c1c1;
    text-indent: -1.6rem;
}
.acdion_content a{
    color: #6C63FF;
    border-bottom: 1px solid #6C63FF;
}
.acdion_content a:hover{
    opacity: 0.6;
}
.acdion_ttl:hover i:before,
.acdion_ttl:hover i:active,
.acdion_ttl i {
    color: white;
}
.acdion_ttl::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 15px;
    height: 2px;
    /*縦線に*/
    transform: rotate(90deg);
    background: #fff;
    transition: all .3s ease-in-out;
}

.acdion_ttl::after {
content: "";
position: absolute;
top: 50%;
right: 25px;
/*横線*/
width: 15px;
height: 2px;
background: #fff;
transition: all .2s ease-in-out;
}

.acdion_ttl.open::before {
transform: rotate(180deg);
}

.acdion_ttl.open::after {
opacity: 0;
}
@media screen and (max-width: 768px) {
    body,html{
        scroll-padding-top: 60px;
    }
    .faq_ankerlink {
        width: 47%;
        margin: 0px 0 20px;
        font-size: 1.2rem;
    }
    .faq_ankerlink:nth-of-type(4) {
        padding: 10px 0 28px;
    }
    .acdion_ttl{
        font-size: 1.4rem;
        padding: 12px 25px 12px 30px;
        text-indent: -1.4rem;
    }
    .acdion_content{
        padding: 12px 20px 12px 30px;
        font-size: 1.4rem;
        text-indent: -1.4rem;
    }
    .acdion_ttl::after,
    .acdion_ttl::before{
        right: 12px;
        top: 46%;
    }
}