.out {
    background-color: #f8f9fa;
}

.content_banner {
    position: relative;
    height: 360px;
}

@media only screen and (max-width: 767px) {
    .content_banner {
        height: 375px;
    }
}

.content_banner .content_banner_text {
    position: absolute;
    left: 50%;
    bottom: 100px;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1200px;
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
    color: #ffffff
}

@media only screen and (max-width: 1279px) {
    .content_banner .content_banner_text {
        bottom: 154px;
        max-width: 944px;
        font-size: 22px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 1023px) {
    .content_banner .content_banner_text {
        max-width: unset;
        padding: 0 40px;
    }
}

@media only screen and (max-width: 767px) {
    .content_banner .content_banner_text {
        bottom: 40px;
        padding: 0 24px;
    }
}

.content_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-right: 0 !important;
}

.content_page {
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
    padding: 60px 0;
    color: #555;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.content_page a {
    color: #7c2582;
}

.content_page details {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 9px 13px rgba(0, 0, 0, .04);
    padding: 0 27px 0 40px;
}

.content_page details + details {
    margin-top: 20px;
}

.content_page summary {
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 27px 0;
    cursor: pointer;
}

.content_page summary:after {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.99996 12.5602C7.7132 12.5602 7.42649 12.4507 7.20787 12.2322L0.328226 5.3525C-0.109409 4.91487 -0.109409 4.20532 0.328226 3.76786C0.765684 3.3304 1.47509 3.3304 1.91276 3.76786L7.99996 9.85541L14.0872 3.76807C14.5248 3.33061 15.2342 3.33061 15.6716 3.76807C16.1094 4.20553 16.1094 4.91508 15.6716 5.35271L8.79205 12.2324C8.57332 12.451 8.2866 12.5602 7.99996 12.5602Z' fill='%23313131'/%3E%3C/svg%3E");
}

.content_page details[open] {
    padding: 0 27px 27px 40px;

}

.content_page details[open] summary {
    padding-bottom: 27px;
}

.content_page details[open] summary:after {
    transform: rotate(180deg);
}

@media only screen and (max-width: 1279px) {
    .content_page {
        max-width: 944px;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 1023px) {
    .content_page {
        max-width: unset;
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .content_page {
        padding-top: 80px;
        padding-left: 24px;
        padding-right: 24px;
    }
}


.content_page h1 {
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: #555;
}

@media only screen and (min-width: 768px) {
    .content_page h1 {
        font-size: 24px;
    }
}

.content_page h2 {
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    color: #555;
}

@media only screen and (min-width: 768px) {
    .content_page h2 {
        font-size: 20px;
    }
}

.content_page h3 {
    font-size: 16px;
    font-weight: bolder;
}
