.cta--frame {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 900px;
    border-radius: 30px;
    border: 2px solid #818181;
    margin: 2rem auto;
    box-sizing: border-box;
}

.cta--wrapper {
    width: 100%;
    padding: 1rem 1.5rem;
    text-align: center;
}
.cta--btn-wrapper,
.cta--btn {
    box-sizing: border-box;
}
.cta--main-text {
    font-size: 1.1rem;
    font-weight: bold;
    word-break: auto-phrase;
}

.cta--flex-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 1rem 0;
    gap: 2%;
}
.cta--img-wrapper {
    display: flex;
    align-items: flex-start;
    width: 100%;
    flex-basis: 30%;
}
.cta--main-img {
    width: 100%;
    height: auto;
    text-align: center;
}
.cta--text-content {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 1rem;
    flex-basis: 68%;
}
.cta--detail {
    display: flex;
    align-items: center;
}
.cta--detail-icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
main .content.post-content .cta--detail p.cta--detail-text {
    font-size: 1rem;
    line-height: 1.5em;
    margin: 0.5rem 0;
}
.cta--text-BD3C62 {
    color: #BD3C62;
    font-weight: bold;
    font-size: 1em;
}
.cta--btn-content {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 1em;
    width: 100%;
    margin-top: 0.5rem;
}
.cta--btn-wrapper {
    display: flex;
    justify-content: center;
    text-decoration: none;
    width: 47%;
    gap: 0.8em;

    max-width: 250px;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
}
.cta--btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.7rem;
    width: 100%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    word-break: auto-phrase;
}
.cta--btn .sp-line-img {
    display: none;
}
.cta--BD3C62-btn {
    background-color: #BE3C62;
}
.cta--BD3C62-btn:hover {
    background-color: #d4556f;
}
.line-button {
    background-color: #048700;
}
.line-button:hover {
    background-color: #059c00;
}


.cta--btn img {
    height: inherit;
    max-height: inherit;
    object-fit: contain;
    width: clamp(30px, 2vw, 40px);
}

.cta--btn .btn-text {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: clamp(0.7rem, 1.5vw, 1rem);
}

.cta--btn span {
    line-height: 1;
    width: 100%;
    display: inline-block;
}
.cta--btn span.small {
    font-size: 0.8em;
    line-height: 1;
    display: inline-block;
}

@media (max-width: 1200px) {

    .cta--wrapper {
        padding: 0.7rem;
    }

    .cta--main-text {
        color: #9D894A;
        font-size: 1.2rem;
    }

    .cta--img-wrapper {
        display: none;
    }
    .cta--text-content {
        flex-basis: auto;
    }
    main .content.post-content .cta--detail p.cta--detail-text {
        margin: 0.3rem 0;
    }

    .cta--btn-content {
        flex-flow: column;
        gap: 0.8rem;
        margin-top: 0;
    }

    .cta--btn-wrapper {
        max-width: none;
        width: 100%;
    }

    .cta--btn {
        width: 100%;
        max-width: none;
        border-radius: 100px;
        padding: 5px 5%;
        gap: 0;
    }
    .cta--btn img {
        width: 40px;
    }
    .cta--btn .btn-text {
        font-size: 1rem;
    }
    .cta--btn .pc-line-img {
        display: none;
    }

    .cta--btn .sp-line-img {
        display: inline-block;
    }

    .cta--sp-btn {
        display: flex;
    }
}