@import url("./style.css");
#faq {
    margin: 0 auto 70px;
    overflow: hidden;
    color: #000;
    line-height: 1.6;
    font-size: 16px;
}

#faq .inner {
    width: 100%;
    max-width: 1064px;
    margin: auto;
    padding: 0 20px;
}

#faq img {
    max-width: 100%;
    line-height: 1;
    vertical-align: bottom;
}

#faq img.img-full {
    width: 100%;
}


/* Header */


/* Banner */

#faq .banner {
    position: relative;
}

#faq .page-title {
    position: absolute;
    top: 29.16%;
    left: 34.375%;
    font-size: 38px;
    font-weight: 500;
    line-height: 38px;
    text-align: center;
    z-index: 999;
}

#faq .page-title span {
    position: relative;
    display: block;
    font-family: 'Asap', sans-serif;
    font-size: 120px;
    line-height: 120px;
    z-index: 1;
}

#faq .page-title span::before {
    content: "";
    position: absolute;
    width: 69px;
    height: 69px;
    left: -30px;
    bottom: -19px;
    background-color: #68bfe4;
    z-index: -1;
}


/* Overview */

#faq .overview {
    position: relative;
    width: 100%;
    margin: 110px auto 140px;
}

#faq .overview .inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    font-size: 20px;
}


/* FAQ */

#faq .block-faq .faq-ttl {
    position: relative;
    margin-bottom: 50px;
    padding-left: 30px;
    font-size: 28px;
    line-height: 28px;
}

#faq .block-faq .faq-ttl::before {
    content: "";
    position: absolute;
    width: 9px;
    height: 37px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #58b8e1;
}

#faq .block-faq .accordion {
    width: 100%;
    padding: 22px 5.36% 22px 6.34%;
    background-color: #58b8e1;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.4s;
    text-align: left;
}

#faq .block-faq .accordion:after {
    content: "\002b";
    float: right;
    color: #fff;
    border: none;
    outline: none;
    font-size: 40px;
}

#faq .block-faq .active:after {
    content: '\2212';
}

#faq .block-faq .accordion:hover {
    background-color: #3e98be;
}

#faq .block-faq .accordion .al {
    padding-right: 30px;
    color: #c7e4f3;
    font-family: 'Rubik', sans-serif;
    font-size: 36px;
}

#faq .block-faq .accordion .ar {
    display: inline-flex;
}

#faq .block-faq .panel {
    display: none;
    background-color: #fff;
    color: #363636;
    overflow: hidden;
    border: 2px solid #58b8e1;
    border-top: none;
}

#faq .block-faq .panel .container {
    display: flex;
    width: 100%;
    padding: 18px 13.66% 25px 6.34%;
}

#faq .block-faq .faq-workform .panel .container {
    padding: 18px 10.74% 25px 6.34%;
}

#faq .block-faq .panel .container .txt-l {
    width: 70px;
    color: #0795d1;
    font-family: 'Rubik', sans-serif;
    font-size: 36px;
    line-height: 36px;
}

#faq .block-faq .panel .container .txt-r {
    width: calc(100% - 70px);
    font-size: 18px;
    line-height: 30px;
}

#faq .block-faq .panel .container .txt-r .txt-r-item:not(:last-child) {
    margin-bottom: 40px;
}

#faq .block-faq .faq-group:not(:last-child),
#faq .block-faq .faq-item:not(:last-child) {
    margin-bottom: 75px;
}

#faq .block-faq .faq-other .panel .faq-other-list {
    display: flex;
    padding-top: 50px;
    padding-bottom: 50px;
}

#faq .block-faq .faq-other .panel .faq-other-list .faq-other-item {
    width: 50%;
}

#faq .block-faq .faq-other .panel .faq-other-list .faq-other-item .inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 9%;
}

#faq .block-faq .faq-other .panel .faq-other-list .faq-other-item .img {
    margin: auto;
    text-align: center;
}

#faq .block-faq .faq-other .panel .faq-other-list .faq-other-item .img .btn {
    width: 100%;
    max-width: 140px;
    height: 30px;
    margin: 20px auto 25px;
    line-height: 30px;
    background-color: #e8086c;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

#faq .block-faq .faq-other .panel .faq-other-list .faq-other-item .txt {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    xletter-spacing: -1px;
}

#faq .block-faq .faq-other .panel .faq-other-list .faq-other-item:nth-child(1) .detail {
    margin-top: 40px;
}

#faq .block-faq .faq-other .panel .faq-other-list .faq-other-item:nth-child(2) .detail {
    margin-top: 70px;
}

#faq .block-faq .faq-other .panel .faq-other-list .faq-other-item .detail dl {
    display: flex;
    width: 100%;
    font-size: 18px;
}

#faq .block-faq .faq-other .panel .faq-other-list .faq-other-item .detail dl dt {
    position: relative;
    width: 40px;
    color: #e8086c;
    font-weight: 600;
}

#faq .block-faq .faq-other .panel .faq-other-list .faq-other-item .detail dl dt::after {
    content: ":";
    position: absolute;
    right: -3px;
    top: -1px;
    color: #000;
}

#faq .block-faq .faq-other .panel .faq-other-list .faq-other-item .detail dl dd {
    width: calc(100% - 40px);
    padding-left: 5px;
    font-weight: 500;
    xletter-spacing: -1.25px;
}


/* Footer */

@media only screen and (max-width: 1200px) {
    #faq .overview {
        margin: 80px auto 110px;
    }
    #faq .page-title {
        font-size: 25px;
        line-height: 25px;
    }
    #faq .page-title span {
        font-size: 80px;
        line-height: 80px;
    }
    #faq .page-title span::before {
        width: 46px;
        height: 46px;
        left: -20px;
        bottom: -12px;
    }
    #faq .block-faq .accordion {
        padding: 22px 2.68% 22px 3.17%;
        font-size: 20px;
        line-height: 20px;
    }
    #faq .block-faq .accordion .al {
        padding-right: 15px;
    }
    #faq .block-faq .panel .container {
        display: flex;
        width: 100%;
        padding: 18px 6.83% 25px 3.17%;
    }
    #faq .block-faq .panel .container .txt-l {
        width: 55px;
    }
    #faq .block-faq .panel .container .txt-r {
        width: calc(100% - 55px);
    }
    #faq .block-faq .faq-other .panel .faq-other-list .faq-other-item .inner {
        padding: 0 4.5%;
    }
}

@media only screen and (min-width: 768px) {
    #faq .SPlayout {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    #faq .PClayout {
        display: none !important;
    }
    #faq .SPlayout {
        display: block;
    }
    #faq {
        font-size: 16px;
    }
    #faq .inner {
        padding: 0 24px;
    }
    /* Header */
    #faq .page-title {
        top: 20%;
        left: 39%;
        font-size: 26px;
        line-height: 26px;
    }
    #faq .page-title span {
        font-size: 70px;
        line-height: 70px;
    }
    #faq .page-title span::before {
        width: 41px;
        height: 41px;
        left: -7px;
        bottom: -12px;
    }
    /* Overview */
    #faq .overview {
        margin: 40px auto 55px;
    }
    #faq .overview .inner {
        font-size: 22px;
    }
    /* Faq */
    #faq .block-faq .faq-group:not(:last-child),
    #faq .block-faq .faq-item:not(:last-child) {
        margin-bottom: 40px;
    }
    #faq .block-faq .faq-ttl {
        margin-bottom: 20px;
        padding-left: 22px;
        font-size: 24px;
        font-weight: 600;
        line-height: 24px;
    }
    #faq .block-faq .faq-ttl::before {
        width: 9px;
        height: 33px;
    }
    #faq .block-faq .accordion {
        width: 100%;
        padding: 22px 15px 30px 8px;
        font-size: 20px;
        line-height: 24px;
    }
    #faq .block-faq .accordion .al {
        padding-right: 5px;
        font-size: 32px;
    }
    #faq .block-faq .accordion .ar {
        width: 72.66%;
    }
    #faq .block-faq .faq-register .accordion .ar {
        line-height: 26px;
    }
    #faq .block-faq .faq-register .faq-item:first-child .accordion .ar {
        display: inline-flex;
        max-width: 550px;
    }
    #faq .block-faq .panel .container {
        padding: 18px 15px 25px 10px;
    }
    #faq .block-faq .faq-workform .panel .container {
        padding: 50px 25px 50px 10px;
    }
    #faq .block-faq .faq-other .panel .container {
        padding: 18px 15px 0 10px;
    }
    #faq .block-faq .panel .container .txt-l {
        width: 40px;
        font-size: 32px;
        line-height: 32px;
    }
    #faq .block-faq .panel .container .txt-r {
        width: calc(100% - 40px);
        font-size: 20px;
        line-height: 30px;
    }
    #faq .block-faq .panel .container .txt-r .txt-r-item:not(:last-child) {
        margin-bottom: 30px;
    }
    #faq .block-faq .faq-other .panel .faq-other-list {
        flex-direction: column;
        padding-top: 30px;
        padding-bottom: 50px;
    }
    #faq .block-faq .faq-other .panel .faq-other-list .faq-other-item {
        width: 100%;
        margin-bottom: 50px;
    }
    #faq .block-faq .faq-other .panel .faq-other-list .faq-other-item:last-child {
        margin-bottom: 0;
    }
    #faq .block-faq .faq-other .panel .faq-other-list .faq-other-item .inner {
        padding: 0 8%;
    }
    #faq .block-faq .faq-other .panel .faq-other-list .faq-other-item .txt {
        font-size: 18px;
        line-height: 30px;
    }
    #faq .block-faq .faq-other .panel .faq-other-list .faq-other-item .detail {
        margin-top: 35px !important;
    }
    #faq .block-faq .faq-other .panel .faq-other-list .faq-other-item .detail dl dt {
        width: 50px;
    }
    #faq .block-faq .faq-other .panel .faq-other-list .faq-other-item .detail dl dd {
        width: calc(100% - 50px);
        padding-left: 10px;
    }
    /* Footer */
}

@media only screen and (max-width: 460px) {
    #faq .page-title {
        font-size: 13px;
        line-height: 13px;
    }
    #faq .page-title span {
        font-size: 40px;
        line-height: 40px;
    }
    #faq .page-title span::before {
        width: 24px;
        height: 24px;
        left: -9px;
        bottom: -7px;
    }
    #faq .overview {
        margin: 30px auto 45px;
    }
    #faq .overview .inner {
        font-size: 14px;
    }
    #faq .block-faq .faq-ttl {
        padding-left: 15px;
        font-size: 16px;
        line-height: 16px;
    }
    #faq .block-faq .faq-ttl::before {
        height: 26px;
    }
    #faq .block-faq .accordion {
        padding: 11px 15px 15px 8px;
        font-size: 14px;
        line-height: 20px;
    }
    #faq .block-faq .accordion .al {
        padding-right: 5px;
        font-size: 24px;
    }
    #faq .block-faq .accordion .ar {
        width: 78%;
    }
    #faq .block-faq .faq-register .accordion .ar {
        line-height: 20px;
    }
    #faq .block-faq .accordion:after {
        font-size: 32px;
    }
    #faq .block-faq .panel .container {
        padding: 9px 15px 12.5px 10px;
    }
    #faq .block-faq .faq-workform .panel .container {
        padding: 25px 15px 25px 10px;
    }
    #faq .block-faq .panel .container .txt-l {
        width: 30px;
        font-size: 24px;
        line-height: 24px;
    }
    #faq .block-faq .panel .container .txt-r {
        width: calc(100% - 30px);
        font-size: 14px;
        line-height: 24px;
    }
    #faq .block-faq .faq-other .panel .faq-other-list .faq-other-item {
        margin-bottom: 25px;
    }
    #faq .block-faq .faq-other .panel .faq-other-list .faq-other-item .txt {
        font-size: 12px;
        line-height: 20px;
    }
    #faq .block-faq .faq-other .panel .faq-other-list .faq-other-item .detail {
        margin-top: 20px !important;
    }
    #faq .block-faq .faq-other .panel .faq-other-list .faq-other-item .detail dl {
        font-size: 12px;
    }
    #faq .block-faq .faq-other .panel .faq-other-list .faq-other-item .detail dl dt {
        width: 25px;
    }
    #faq .block-faq .faq-other .panel .faq-other-list .faq-other-item .detail dl dt::after {
        right: -7px;
    }
    #faq .block-faq .faq-other .panel .faq-other-list .faq-other-item .detail dl dd {
        width: calc(100% - 25px);
        padding-left: 10px;
    }
}

@media only screen and (max-width: 320px) {
    #faq .inner {
        padding: 0 12px;
    }
    #faq .block-faq .accordion .ar {
        width: 78%;
    }
}