.shinbi__intro {
    padding: 0px 0 60px;
}
.shinbi__intro--content {
    max-width: 1040px;
    margin: 60px auto;
}
.shinbi__menu--ttl {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    color: #7E5F41;
    margin: 0 auto 30px;
    width: fit-content;
    font-size: 23px;
    padding-bottom: 15px;
    border-bottom: solid 1px #B1883A;
}
.shinbi__menu--content {
    width: 16.6666%;
    margin-right: 0%;
}
.shinbi__menu {
    justify-content: center;
    margin-bottom: 50px;
}
.shinbi__main {
    margin-bottom: 100px;
}
.shinbi__main--ttl {
    margin-bottom: 60px;
}
.shinbi__main--row {
    margin-bottom: 60px;
}
.shinbi__main--text {
    line-height: 2;
}
.shinbi__main--note {
    margin-top: 20px;
}
.shinbi__main--subttl {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    color: #7E5F41;
    margin-bottom: 30px;
    font-size: 26px;
    padding-left: 20px;
    border-left: solid 6px #B9985B;
    line-height: 2.5;
}
.shinbi__accordion {
    margin-top: 30px;
    margin-bottom: 60px;
}
.shinbi__accordion--ttl {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    color: #7E5F41;
    font-size: 20px;
    padding: 15px 20px;
    background-color: #EEEBE5;
    border: solid 2px #D1BB85;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    text-align: center;
}
.shinbi__accordion--ttl:hover {
    background-color: #EFEFEF;
}
.shinbi__accordion--ttl::after {
    content: '▼';
    position: absolute;
    right: 20px;
    transition: transform 0.3s ease;
}
.shinbi__accordion--ttl.active::after {
    transform: rotate(180deg);
}
.shinbi__accordion--content {
    padding: 20px;
    border: solid 1px #E0E0E0;
    border-top: none;
    line-height: 2;
}
.cl_cta {
    width: 470px;
    max-width: 100%;
    margin: 0 auto;
}
.cl_cta img {
    width: 100%;
}
.cl_cta .cl_modal a {
    font-size: 12px;
    text-align: left;
    display: block;
    color: #D09995;
    text-decoration: unset;
    margin-top: 0.5em;
    padding: 0 1em;
}
.cl_modal__content {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
}
.cl_modal__content.is-active {
    display: flex;
}
.cl_modal__content > div {
    background: #fff;
    padding: 20px;
    max-width: 600px;
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    overflow-y: auto;
    max-height: 80vh;
    border: solid 1px #AC8C4C;
    color: #333;
    text-align: left;
}
.cl_modal__content p:first-child {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1em;
    text-align: center;
}
.shinbi__price--subttl.price__menu--subttl {
    text-align: left;
    color: #746D6D;
    font-size: 25px;
}
.shinbi__price--content .price__menu--table table tbody tr td:first-child {
    background: #E0CFC5;
}
.shinbi__price--menu {
    margin-bottom: 60px;
    justify-content: center;
}
.shinbi__price--menu a {
    width: 16.6666%;
    margin-right: 0%;
}
.shinbi__price--content {
    margin: 60px 0 80px;
}
.shinbi__price {
    margin-bottom: 100px;
}
.shinbi__risk--ttl {
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    margin-bottom: 20px;
}
.shinbi__risk--text {
    font-size: 12px;
    line-height: 2;
}
.shinbi__risk--content {
    margin: 60px 0;
}
.shinbi__intro--note {
    margin-top: -30px;
}

@media (max-width: 768px) {
    .shinbi__intro--content {
        margin: 50px auto;
    }
    .shinbi__intro--lead {
        font-size: 14px;
    }
    .shinbi__menu--ttl {
        margin: 0 auto 20px;
        font-size: 20px;
    }
    .shinbi__menu--content {
        width: 45%;
    }
    .shinbi__intro {
        padding: 0px 0 20px;
    }
    .shinbi__main--ttl {
        margin-bottom: 40px;
        line-height: 1.5;
        padding: 1.2em 0;
    }
    .shinbi__main--image {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .shinbi__main--text {
        width: 100%;
        font-size: 14px;
    }
    .shinbi__main--subttl {
        font-size: 22px;
        line-height: 2.2;
    }
    .shinbi__accordion--ttl {
        font-size: 18px;
    }
    .shinbi__accordion--content {
        font-size: 15px;
    }
    .shinbi__accordion--note {
        margin-top: 20px;
    }
    .shinbi__cta--btn {
        padding: 0 20px;
    }
    .shinbi__price--subttl.price__menu--subttl {
        font-size: 20px;
    }
    .shinbi__price--menu a {
        width: 50%;
    }
    .shinbi__risk--ttl {
        font-size: 18px;
    }
    .shinbi__intro--note {
        padding: 0 20px;
    }
}