@charset "UTF-8";
body {
    margin: 0;
}

.-faq .main-hd_cnt {
}

.anchor_link {
    margin-bottom: 50px;
    width: 100%;
}
.anchor_link_list {
    display: flex;
    justify-content: space-between;
}
.link_item {
    border: solid 1px #E5919E;
    border-radius: 15px;
}
.link_item a {
}

.link_item a:hover {
}

.link_item p {
    color: #E5919E;
    padding: 16px 90px;
    font-weight: 500;
    transition: background 0.3s, color 0.3s;
    border-radius: 13px;
}

.link_item p:hover{
    background: #E5919E;
    color: #ffffff;
}

#support,
#training,
#workhouse {
    padding-top: 30px;
    margin-top: -30px;
}

.faq {
    padding: 30px 0 100px;
    position: relative;
    width: 100%;
}

.qa_wrap {
    margin-bottom: 80px;
}

.qa-list {
text-align:left;
}

dt {
    display: flex;
    justify-content: space-between;
    background: #ffffff;
    align-items: center;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #DBDBDB;
    transition: background 0.3s;
    margin-bottom: 10px;
}

dt em {
    font-style: normal;
    font-size: large;
    font-weight: 600;
    display: flex;
    align-items: center;
}

dt:hover {
    background-color: #e3e3e3;
}

dt .arrow {
    width: 16px;
    height: 16px;
    margin-left: 10px;
    display: inline-block;
    position: relative;
    right: 20px;
    transition: transform 0.3s ease;
    background: url('/center/img/cmn/arrow.webp') no-repeat center;
    background-size: contain;
}

dt.active .arrow {
    transform: rotate(180deg);
}

dt em::before {
    content: '';
    display: inline-block;
    width: 26px;
    height: 40px;
    margin-right: 15px;
    background-image: url('/center/img/cmn/Q-icon.webp');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.faq dd {
    display: none;
    background: #f5f5f5;
    border-radius: 10px;
    padding: 15px;
}

dd.open {
    max-height: 500px;
    padding: 15px;
}

dd em {
    font-style: normal;
    font-size: large;
    display: flex;
    gap: 10px;
    padding: 22px 68px 22px 55px;
}

dd em img {
    width: 26px;
    height: fit-content;
}

dd em::before {
    /* content: '';
    display: inline-block;
    width: 16px;
    height: 18px;
    margin-right: 8px;
    background-image: url('/center/img/cmn/A-icon.webp');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle; */
}

.qa-list dl {
position: relative;
margin: 0 auto 13px;
/* padding: 15px 80px 15px 0; */
cursor: pointer;
background: #F5F5F5;
border-radius: 15px;
}

.qa {
    width: 100%;
    display: block;
    margin: 0 auto;
    transition: 0.4s ease; /
}

.qa:hover {
    /* background-color: #3e9bf33e;
    opacity: 0.8; */
}

.qa-list dl:first-child {
/* border-top: 1px solid #ccc; */
}

.qa-list dl:last-child {
margin-bottom: 30px;
}

.qa-list dl dt {
position: relative;
margin: 0;
}

.qa-list dl dd {
    position: relative;
    display: block;
    max-height: 0;
    margin: 0;
    padding: 0;
    background: #eaeaea;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease, margin 0.4s ease;
}
.qa-list dl dd.open {
    max-height: 1000px;
    margin: 10px 0 0;
}

.qa-list dl dd p {
margin: 30px 0 0;
}
.qa-list dl dd p:first-child {
margin-top: 0;
}

.qa-list normalbutton a {
text-decoration: none;
}
    

@media screen and (max-width:1240px) {
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:640px) {

    .anchor_link {
        margin-bottom: 20px;
    }

    .anchor_link_list {
        flex-wrap: wrap;
        justify-self: unset;
    }

    .anchor_link_list .link_item {
        width: 32%;
        margin: unset;
        border-radius: 8px;
    }

    .link_item p {
        text-align: center;
        padding: 8px 2px;
        font-size: 12px;
        border-radius: 7px;
    }

    #support,
    #training,
    #workhouse {
        padding-top: 80px;
        margin-top: -80px;
    }

    .faq {
        padding: 0px 0 10px;
        position: relative;
        width: 100%;
    }

    .qa_wrap {
        margin-bottom: 30px;
    }

    .qa > dt span {
        left: -15px;
        bottom: unset;
    }
    dt em {
        padding-left: 0px;
        font-style: normal;
        display: flex;
        font-size: 14px;
        align-items: unset;
    }

    dt .arrow {
        display: none;
    }
    dt em::before {
        width: 16px;
        height: 20px;
        margin-right: 5px;
        margin-top: 2px;
    }
    .qa-list dl dt {
        padding: 15px 7px 15px 7px;
        width: 100%;
    }
    .qa-list dl dt p {
        width: 100%;
        display: flex;
        align-items: center;
    }
    .qa-list dl {
        padding: 0;
    }
    .qa-list dl dd {
        padding: 0 0 0 5px !important;
    }
    .qa-list dl dd.open {
        max-height: 800px;
        padding: 0px 0px 0px 5px;
        margin: 10px 0 0;
    }
    dd em {
        font-size: 14px;
        padding: 22px;
        flex-wrap: wrap;
    }
    dd em img {
        width: 15px;
        height: 20px;
    }
}
