/*-- layout -------- --*/
.l-main {
    /*width: 960px;*/
    margin: 0 auto 20px;
    padding-bottom: 30px;
}

/*-- style -------- --*/
.tos-title {
    width: auto;
    margin: 80px 0 60px;
    padding: 0 0 16px 0;
    line-height: 1.1;
}

.tos-title .eigo {
    font-size: 36px;
    display: block;
    text-align: center;
    letter-spacing: 0.1em;
}

.tos-title .nihongo {
    font-size: 14px;
    display: block;
    text-align: center;
    letter-spacing: 0.05em;
    margin-top: 10px;
}

.l-tos-menu {
    margin-top: 50px;
}

.l-tos-menu .menu-block {
    max-width: 720px;
    margin: auto;
    background: #F1F1F1;
    padding: 10px;
    margin-bottom: 14px;
}

.menu-block .menu-block-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: none;
    padding: 0 18px;font-weight: bold;
    letter-spacing: 0.05em;
    padding-right: 60px;
    position: relative;
    cursor: pointer;
}
.menu-block .menu-block-title::before {
    content: "";
    height: 2px;
    width: 14px;
    background: #333;
    position: absolute;
    right: 12px;
    top: 24px;
}
.menu-block .menu-block-title::after {
    content: "";
    height: 2px;
    width: 14px;
    background: #333;
    position: absolute;
    right: 12px;
    top: 24px;
    transform: rotate(90deg);
    transition: all 0.2s ease;
}
.menu-block .menu-block-title .menu-title {
    font-size: 24px;
    color: #333;letter-spacing: 0.05em;
    font-weight: bold;
    padding-bottom: 10px;
}
.menu-block .menu-block-title .menu-title small {
    font-size: 14px;letter-spacing: 0.05em;
    font-weight: bold;
}
.menu-block .menu-block-title .price {
    font-size: 24px;
    color: #333;letter-spacing: 0.05em;
}
.menu-block .menu-block-body {
    padding: 24px 18px;
    font-size: 13px;
    color: #333;
    display: none;
    font-weight: bold;
}
.menu-block.active  .menu-block-title {
    border-bottom: 1px solid #8B8B8B;
}
.menu-block.active  .menu-block-title::after {
    transform: rotate(0);
    transition: all 0.2s ease;
}
.menu-block.recomment .menu-block-title .menu-title .eigo, .menu-block.recomment .menu-block-title .menu-title small, .menu-block.recomment .menu-block-title .price {
    color: #9F7E24;
}
.l-tos-block {
    text-align: center;
    margin-bottom: 70px;
}
.l-tos-container h3 {
    text-align: center;
    font-size: 17px;
    border: none;
}
.l-tos-block h3 {
    text-align: center;
    font-size: 17px;
    border: none;
}
.l-tos-block p {
    text-align: left;
    font-size: 13px;
    display: inline-block;
}
.l-tos-container {
    padding: 0 0;
    max-width: 820px;
    margin: auto;
}
.l-tos-container > p {
    text-align: center;
}
.l-tos-container h3 {
    border-bottom: 1px solid #696969;
    line-height: 1.5;
    padding: 15px 0 5px;
}
.l-tos-container h4 {
    border-bottom: 1px solid #e7e7e7;
    margin: 10px 0;
    font-weight: bold;
    line-height: 1.5;
    padding: 10px 0;
    font-size: 16px;
}

.l-tos-container h4 span.date {
    font-weight: normal; font-size: 14px;
    float: right; margin-top: 8px;
}
.l-tos-container p {
    margin: 15px 0;
    word-break: normal;
    line-height: 1.6;
    font-size: 13px;
    text-align: left;
}
.l-tos-container p.concept-highlight {
    font-size: 30px;
    text-align: center;
}
.l-tos-container img {
    max-width: 100%;
}
.l-tos-container ol {
    padding: 0;
}
.l-tos-container ol li {
    list-style: decimal outside;
    margin: 10px 50px;
    word-break: normal;
}
.l-tos-container ol li ol li {
    list-style: decimal-leading-zero outside;
    margin: 10px 50px;
    word-break: normal;
}

#company_outline h4 {
    border-bottom: 0px;
    margin: 1em 0;
    padding: 0;
}

.back_gray {
    background: #f0f0f0;
}

@media (max-width: 768px) {
    .l-tos-container ol li {
        margin: 10px;
    }

    .l-tos-container ol li ol li {
        margin: 10px 20px;
    }
}

.concept-section {
    padding: 40px 15px;
}

.concept-main-copy {
    font-size: 1.9rem;
    font-weight: 700;
    margin-bottom: 12px;
    text-align: center;
}

.concept-highlight {
    font-size: 2.2rem;
    font-weight: 800;
    color: #ff4b9b; /* 濃いめピンク */
    text-align: center;
    margin-bottom: 24px;
}

.concept-subtitle {
font-size: 1.3rem;
font-weight: 700;
margin-top: 24px;
margin-bottom: 8px;
position: relative;
}

.concept-subtitle::after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background: #ff4b9b;
    margin-top: 6px;
}

.concept-lead {
    line-height: 1.8;
    font-size: 0.98rem;
    color: #444;
}

.concept-features {
    list-style: none;
    padding-left: 0;
    margin: 12px 0 4px;
}

.concept-features li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 6px;
    line-height: 1.7;
}

.concept-features li::before {
    content: "❤";
    position: absolute;
    left: 0;
    top: 0.1em;
    color: #ff4b9b;
    font-size: 0.9rem;
}