@import "./colors.css";

.sectionTitleWrap {
    margin-bottom: 1rem;
    width: 100%;
    max-width: 35rem;
    @media screen and (max-width: 1023px) {
        max-width: 32rem;
    }
}
.sectionTitle {
    color: var(--color-red);
    font-weight: 700;
    font-size: 1.125rem;
    padding: 0 0.875rem;
    text-align: center;
    background: var(--color-light-pink);
    display: block;
    margin: 0 auto;
    width: fit-content;
    position: relative;
    z-index: 2;
    @media screen and (max-width: 1023px) {
        font-size: 0.9125rem;
    }
}

.sectionTitleLine {
    border-bottom: 1px solid var(--color-red);
    transform: translateY(-9px);
}

.accordion_box_work:before,
.accordion_box_work:after {
    display: none !important;
}
.accordion_box_work{
    padding: 0.25rem !important;
}

.accordion_box_work img {
    transform: rotate(0deg);
    transition: all 0.3s ease;
}
.accordion_box_work .is_active img {
    transform: rotate(-180deg);
}
.text-accordion-title {
    font-size: 1rem;
    color: var(--color-black);
    font-weight: 700;
    @media screen and (max-width: 1023px) {
        font-size: 0.8125rem;
    }
}
.text-accordion {
    padding: 0.875rem 0.5rem 0.125rem 0.5rem;
    position: relative;
    font-size: 0.875rem;
    color: var(--color-black);
    font-weight: 500;
    @media screen and (max-width: 1023px) {
        font-size: 0.75rem;
    }
}
.text-accordion p{
    font-size: 0.875rem;
    color: var(--color-black);
    font-weight: 500;
    @media screen and (max-width: 1023px) {
        font-size: 0.75rem;
    }
}
.text-accordion::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    width: 100%;
    height: 3px;
    background-image: radial-gradient(
        circle,
        var(--color-pink) 30%,
        transparent 31%
    );
    background-size: 6px 3px;
    background-repeat: repeat-x;
}

.text-accordion a {
    color: var(--color-red);
    text-decoration: underline;
    font-size: 0.875rem;
    font-weight: 500;
    word-break: break-all;
    @media screen and (max-width: 1023px) {
        font-size: 0.75rem;
    }
}
.text-check {
    font-size: 1rem;
    font-weight: 500;
    @media screen and (max-width: 1023px) {
        font-size: 0.875rem;
    }
}
.text_reason {
    border: 1px solid transparent !important;
}
.text_reason::placeholder {
    color: var(--color-soft-pink) !important;
}
.note {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1rem 1rem 1.25rem 0.875rem;
    border: 1px solid var(--color-red);
    border-radius: 0.4rem;
    background-color: #fff;
}
.note_list {
    padding-left: 1rem;
}
.note_list li + li {
    margin-top: 0.425rem;
}
.note_item {
    position: relative;
    color: var(--color-red);
    font-size: 0.875rem;
    font-weight: 500;
    @media screen and (max-width: 1023px) {
        font-size: 0.75rem;
    }
}
.note_item::before {
    content: "•";
    position: absolute;
    left: -1rem;
    top: -0.75rem;
    color: var(--color-red);
    font-size: 1.75rem;
}
.title_section__h4 {
    margin-top: 0;
    color: var(--color-red);
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
    @media screen and (max-width: 1023px) {
        font-size: 1rem;
    }
}
.title_section__h4::after {
    content: "";
    display: block;
    width: 1.5rem;
    height: 0.0625rem;
    background-color: var(--color-red);
    margin: 0.425rem auto 0;
    @media screen and (max-width: 1023px) {
        width: 1.125rem;
    }
}
.text-agree {
    font-size: 0.875rem;
    font-weight: 500;
    @media screen and (max-width: 1023px) {
        font-size: 0.75rem;
    }
}
.checkbox {
    cursor: pointer;
}

.modal-h2 {
    font-size: 1.25rem;
    @media screen and (max-width: 1023px) {
        font-size: 1.125rem;
    }
}
.modal-text {
    font-size: 0.825rem;
    @media screen and (max-width: 1023px) {
        font-size: 0.625rem;
    }
}
.modal-img {
    width: 3.6rem;
    height: 3.0875rem;
}

.modal-buttonWrap {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 0.825rem;
    flex-direction: column;
    gap: 0.5rem;
}
.modal-buttonWrap .button_small {
    max-width: 12.325rem;
    width: 100%;
}
.modal_consultation {
    padding: 2.325rem 2rem 2rem 2rem !important;
    @media screen and (min-width: 1023px) {
        width: 25rem !important;
    }
}