.p-bgBook {
    padding: 130px 0 80px
}

@media screen and (max-width: 810px) {
    .p-bgBook {
        padding: 80px 0 40px
    }
}

@media screen and (max-width: 500px) {
    .p-bgBook {
        padding: 50px 0
    }
}

.p-bgBook__content {
    display: flex
}

@media screen and (max-width: 810px) {
    .p-bgBook__content {
        flex-direction: column-reverse;
        text-align: center
    }
}

@media screen and (max-width: 810px) {
    .p-bgBook__content .c-title01 {
        text-align: center
    }
}

.p-bgBook__desc {
    margin-top: 60px
}

@media screen and (max-width: 1080px) {
    .p-bgBook__desc {
        margin-top: 50px
    }
}

@media screen and (max-width: 810px) {
    .p-bgBook__desc {
        margin-top: 30px
    }
}

@media screen and (max-width: 500px) {
    .p-bgBook__desc {
        margin-top: 20px
    }
}

.p-bgBook__desc__text {
    margin-top: 60px
}

@media screen and (max-width: 1080px) {
    .p-bgBook__desc__text {
        margin-top: 50px
    }
}

@media screen and (max-width: 810px) {
    .p-bgBook__desc__text {
        margin-top: 30px
    }
}

@media screen and (max-width: 500px) {
    .p-bgBook__desc__text {
        margin-top: 20px
    }
}

.p-bgBook__desc__text p {
    font-size: 4rem;
    line-height: 1.2
}

@media screen and (max-width: 1080px) {
    .p-bgBook__desc__text p {
        font-size: 3rem
    }
}

@media screen and (max-width: 810px) {
    .p-bgBook__desc__text p {
        font-size: 2.4rem
    }
}

@media screen and (max-width: 500px) {
    .p-bgBook__desc__text p {
        font-size: 2rem
    }
}

.p-bgBook__button {
    position: relative;
    display: block;
    text-align: center;
    background-color: #d64928;
    max-width: 200px;
    margin-top: 60px;
    padding: 16px 0;
    border-radius: 30px;
    cursor: pointer;
    transition: .4s;
    transition: background-color .3s, color .3s
}

@media screen and (max-width: 1080px) {
    .p-bgBook__button {
        margin-top: 50px
    }
}

@media screen and (max-width: 810px) {
    .p-bgBook__button {
        margin: 30px auto 0
    }
}

@media screen and (max-width: 500px) {
    .p-bgBook__button {
        margin: 20px auto 0
    }
}

.p-bgBook__button input[type=file] {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    border: none;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer
}

.p-bgBook__button span {
    color: #fff;
    line-height: 1;
    font-style: normal;
    font-weight: 100
}

.p-bgBook__image {
    margin-right: -195px;
    height: 470px;
    width: 600px;
    -webkit-mask-image: url("../../../../assets/images/common/shape_05.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 100% 100%;
    -webkit-mask-size: contain
}

@media screen and (max-width: 1080px) {
    .p-bgBook__image {
        margin-right: -140px;
        height: 380px;
        width: 510px
    }
}

@media screen and (max-width: 810px) {
    .p-bgBook__image {
        margin-right: 0;
        -webkit-mask-position: center;
        margin: auto;
        height: 340px;
        width: 440px
    }
}

@media screen and (max-width: 500px) {
    .p-bgBook__image {
        width: 300px;
        height: 220px
    }
}

.requirements .accordion {
    margin: 100px 0 200px 0;
}

.requirements .accordion-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.requirements .accordion-item input {
    display: none;
}

.requirements .accordion-item label {
    display: block;
    padding: 16px;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    background-color: #ffffff;
}

.requirements .accordion-item label span {
    font-size: 12px;
    padding: 16px;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    /* background-color: #ededed; */
}

@media screen and (max-width: 500px) {
    .requirements .accordion-item label span {
        display: none;
    }
}



.requirements .accordion-item input:checked+label {
    background-color: #d64928;
    color: #fff;
}

.requirements .accordion-item input:checked+label span {
    background-color: #d64928;
    color: #fff;
}

.requirements .accordion-item label::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: #000 transparent transparent transparent;
    transform: translateY(-50%) rotate(0deg);
    transition: transform .4s ease;
    pointer-events: none;
}

.requirements .accordion-item input:checked+label::after {
    transform: translateY(-50%) rotate(180deg);
    border-color: #fff transparent transparent transparent;

}

.requirements .accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 16px;
    transition: max-height .3s ease, padding .3s ease;
}

.requirements .accordion-item input:checked+label+.accordion-content {
    max-height: 9999px;
    padding: 16px;
}

.p-table__wrap-requ {
    margin: 0 !important;
}

.p-bgBook__image-equirements {
    -webkit-mask-image: unset !important;
}