.l-mv-area {
  display: none
}
    .c-embedded-code {
        margin-top: 0px;
        margin-bottom: 0px;
    }
.l-primary_container {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .l-primary:after {
    content: none;
}
    .l-primary_container.container {
        padding-left: 0px;
        padding-right: 0px;
    }
@media print, screen and (min-width: 768px) {
    .l-primary_container.container {
        max-width: 100%;
    }
}


    .oshiFAQ-outer-container {
        color: #333;
        line-height: 1.4;
        background-color: #f1cdcd;
        font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
        box-sizing: border-box;
        width: 100%;
    }
    .oshiFAQ-outer-container *, .oshiFAQ-outer-container *::before, .oshiFAQ-outer-container *::after {
        box-sizing: border-box;
    }
    .oshiFAQ-main-wrapper {
        background-color: #e1e8fd;
        background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.3) 10px, rgba(255, 255, 255, 0.3) 20px);
        max-width: 780px;
        margin: 0 auto;
        padding: 90px 0 60px;
        min-height: 100vh;
    }
    .oshiFAQ-inner-content {
        max-width: 700px;
        margin: 0 auto;
        padding: 0 20px;
    }
    .oshiFAQ-header {
        text-align: center;
        margin-bottom: 40px;
        margin-top: 0;
        border: none !important;
        background: none !important;
    }
    .oshiFAQ-header-image {
        display: block;
        height: auto;
        margin: 0 auto 20px;
    }
    .oshiFAQ-header-main {
        display: block;
        font-size: 2.2rem;
        font-weight: 700;
        color: #333;
    }
    .oshiFAQ-main-box {
        background-color: #ffffff;
        border-radius: 25px;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        padding-bottom: 30px;
    }
    .oshiFAQ-item {
        position: relative;
    }
    .oshiFAQ-item::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 5%;
        width: 90%;
        height: 1px;
        background-color: #e1e8fd;
    }
    .oshiFAQ-outer-container details {
        overflow: hidden;
        transition: height 0.4s ease-out;
    }
    .oshiFAQ-outer-container summary {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        padding: 26px 30px;
        cursor: pointer;
        list-style: none !important;
        outline: none;
    }
    .oshiFAQ-outer-container summary::-webkit-details-marker {
        display: none !important;
    }
    .oshiFAQ-outer-container summary::marker {
        content: "";
    }
    .oshiFAQ-question-box, .oshiFAQ-answer-box {
        display: flex !important;
        align-items: flex-start;
        flex: 1;
    }
    .oshiFAQ-q-text, .oshiFAQ-a-text {
        font-family: Arial, sans-serif;
        font-size: 2.2rem;
        margin-right: 18px;
        font-weight: 400;
        line-height: 1.0;
        flex-shrink: 0;
        width: 28px;
        display: inline-block;
    }
    .oshiFAQ-q-text {
        color: #828fc7;
    }
    .oshiFAQ-a-text {
        color: #eb79ac;
    }
    .oshiFAQ-question-label {
        font-weight: 400;
        font-size: 1.1rem;
        padding-top: 4px;
        text-align: left;
    }
    .oshiFAQ-icon-plus {
        position: relative;
        width: 20px;
        height: 20px;
        margin-left: 20px;
        flex-shrink: 0;
    }
    .oshiFAQ-icon-plus::before, .oshiFAQ-icon-plus::after {
        content: "";
        position: absolute;
        background-color: #828fc7;
        transition: 0.3s;
    }
    .oshiFAQ-icon-plus::before {
        width: 100%;
        height: 3px;
        top: 50%;
        left: 0;
        margin-top: -1.5px;
    }
    .oshiFAQ-icon-plus::after {
        width: 3px;
        height: 100%;
        top: 0;
        left: 50%;
        margin-left: -1.5px;
    }
    .oshiFAQ-outer-container details[open] .oshiFAQ-icon-plus::after {
        transform: rotate(90deg);
        opacity: 0;
    }
    .oshiFAQ-answer-content {
        padding: 0 30px 30px 30px;
    }
    .oshiFAQ-answer-text {
        color: #555;
        font-size: 1rem;
        font-weight: 400;
        padding-top: 8px;
        text-align: left;
    }
    .oshiFAQ-arrow {
        display: inline-block;
        width: 7px;
        height: 7px;
        border-top: 2px solid currentColor;
        border-right: 2px solid currentColor;
        transform: rotate(45deg);
        margin-left: 10px;
    }
    .oshiFAQ-footer-link {
        text-align: right;
        padding: 30px 30px 10px;
    }
    .oshiFAQ-footer-link a {
        color: #4e60ae;
        text-decoration: none;
        font-size: 0.95rem;
        display: inline-flex;
        align-items: center;
    }
    .oshiFAQ-contact-text {
        text-align: center;
        font-size: 0.95rem;
        color: #333;
        margin: 40px 20px 0;
        line-height: 1.6;
    }
    .oshiFAQ-contact-notes {
        margin: 25px 30px 0;
        padding: 0;
        font-size: 0.85rem;
        color: #666;
        text-align: left;
        line-height: 1.6;
    }
    .oshiFAQ-notes-mini {
        font-size: 0.85rem;
        display: block;
        margin-bottom: 12px;
    }
    .oshiFAQ-accent-text {
        color: #4e60ae;
        font-weight: 700;
    }
    .oshiFAQ-notes-highlight {
        font-weight: 400;
        color: #333;
        display: block;
        margin-top: 25px;
        margin-bottom: 5px;
    }
    /* 修正：営業時間の※注釈文を0.85remに設定 */
    .oshiFAQ-notes-sub {
        font-size: 0.85rem;
        display: block;
    }
    .oshiFAQ-contact-notes p:last-child {
        margin-bottom: 0;
    }
    .oshiFAQ-footer-btn-area {
        text-align: center;
        margin-top: 15px;
    }
    .oshiFAQ-contact-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
        color: #4e60ae;
        text-decoration: none;
        font-weight: 700;
        padding: 15px 40px;
        border-radius: 50px;
        border: 2px solid #4e60ae;
        transition: all 0.3s ease;
    }
    .oshiFAQ-contact-btn:hover {
        background-color: #4e60ae;
        color: #ffffff;
    }
    .oshiFAQ-answer-text .title_1 {
        font-size: 1.4em;
        padding-top: 1.2em;
    }
    .oshiFAQ-answer-text .title_2 {
        padding-top: 0.8em;
        font-size: 1.2em;
        color: #828fcb;
    }
    .oshiFAQ-answer-text .title_3 {
        padding-top: 2em;
        text-decoration: underline;
    }
    .oshiFAQ-answer-text .txt_price {
        padding: 1em 0 0 1em;
        font-size: 1.1em;
    }
    .oshiFAQ-answer-text .txt_price span{
        color: #828fcb;
        font-size: 1.1em;
    }

    /* 追加：注釈リストの隙間を詰める設定 */
    .normal-list {
        list-style: none;
        padding-top: 1em;
    }
    .normal-list li {
        position: relative;
        padding-left: 1.2em; /* ※印のスペース */
        line-height: 1.7; /* 行間を適切に */
        font-size: 0.9em; /* 少し小さくして注釈らしく */
        margin: 0 1em 1em auto; /* リスト項目同士の隙間を最小限に */
    }
    .normal-list li::before {
        content: "・";
        position: absolute;
        left: 0;
        top: 0;
    }
    /* 追加：注釈リストの隙間を詰める設定 */
    .note-list {
        list-style: none;
        padding-top: 1em;
    }
    .note-list li {
        position: relative;
        padding-left: 1.2em; /* ※印のスペース */
        line-height: 1.7; /* 行間を適切に */
        font-size: 0.9em; /* 少し小さくして注釈らしく */
        margin: 0 1em 1em auto; /* リスト項目同士の隙間を最小限に */
    }
    .note-list li::before {
        content: "※";
        position: absolute;
        left: 0;
        top: 0;
    }
    .url {
        margin-right: 1em;
        overflow-wrap: break-word;
        word-break: break-all;
    }
    .url a:hover {
        color:#018463;
    }

    .size_image {
        margin: 0 auto;
        text-align: center;
    }
    .size_image img {
        display: block;
        margin: 0 auto;
	height: auto;
        padding-bottom: 2em;
    }

    @media (max-width: 780px) {
        .oshiFAQ-main-wrapper {
            max-width: 100%;
            padding: 60px 0 40px;
        }
        .oshiFAQ-outer-container summary {
            padding: 20px;
        }
        .oshiFAQ-answer-content {
            padding: 0 20px 20px 20px;
        }
        .oshiFAQ-contact-btn {
            width: 90%;
            padding: 15px 0;
            font-size: 0.9rem;
        }
        .oshiFAQ-header-image {
            width: 80%;
        }
        .oshiFAQ-contact-text {
            font-size: 0.85rem;
            padding: 0 10px;
        }
        .oshiFAQ-contact-notes {
            margin: 20px 20px 0;
            font-size: 0.8rem;
        }
        .oshiFAQ-notes-mini, .oshiFAQ-notes-sub {
            font-size: 0.78rem;
        }
    }
    
