@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
/*　画面サイズが768pxからはここを読み込む　*/
@media screen and (max-width: 767px) {
    /* ------------------------------
    base
  ------------------------------ */
    body {
        color: #333;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 16px;
    }
    img {
        width: 100%;
        height: 100%;
    }
    .is-onlyPC {
        display: none;
    }
    /* ------------------------------
    faq
  ------------------------------ */

    .faq-list__item {
        box-shadow: 2px 4px 18px 0px #0040E240;
        position: relative;
        border-radius: 10px;
        background: var(--indigo-700);
        color: #FFFFFF;
    }
    .faq-list__item-question {
        position: relative;
        padding: 0 32px;
        font-size: 18px;
        font-weight: bold;
    }
    .faq-list__item-question::before {
        content: "Q";
        position: absolute;
        top: -2px;
        left: 0;
        color: #FFFFFF;
        font-size: 20px;
        font-weight: bold;
    }
    .faq-list__item-toggle {
        display: block;
        position: absolute;
        top: 7px;
        right: 10px;
        width: 24px;
        height: 24px;
    }
    .faq-list__item-toggle::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 3px;
        transform: translateY(-50%);
        border-radius: 10px;
        background: #FFFFFF;
    }
    .faq-list__item-toggle::after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: 3px;
        height: 100%;
        transform: translateX(-50%);
        transition: 0.3s;
        border-radius: 10px;
        background: #FFFFFF;
    }
    .is-open .faq-list__item-toggle::after {
        transform: rotate(90deg);
    }

    .faq-list {
        display: flex;
        flex-direction: column;
        margin-top: 32px;
    }
    .faq-list > *:not(:first-child) {
        margin-top: 24px;
    }
    .faq-list__item {
        box-shadow: 2px 4px 18px 0px #0040E240;
        position: relative;
        border-radius: 13px;
        background: var(--indigo-700);
        color: #FFFFFF;
    }
    .faq-list__item-question {
        position: relative;
        padding: 16px 40px;
        font-size: 18px !important;
        font-weight: 700 !important;
        line-height: 26px;
    }
    .faq-list__item-question::before {
        content: "Q";
        position: absolute;
        top: 1rem;
        left: 1rem;
        color: #FFFFFF;
        font-size: 20px;
        font-weight: bold;
    }
    .faq-list__item-answer {
        overflow: auto;
        display: none;
        position: relative;
        padding: 16px;
        background: #FFFFFF;
        color: #333333;
        font-size: 14px;
        line-height: 20px;
        border-radius: 0 0 12px 12px;
    }
    .faq-list__item-answer.custom {
        padding: 16px;
    }
    .faq-list__item-toggle {
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
        width: 24px;
        height: 24px;
    }
    .faq-list__item-toggle::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 2px;
        transform: translateY(-50%);
        border-radius: 10px;
        background: #FFFFFF;
    }
    .faq-list__item-toggle::after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: 2px;
        height: 100%;
        transform: translateX(-50%);
        transition: 0.3s;
        border-radius: 10px;
        background: #FFFFFF;
    }
    .is-open .faq-list__item-toggle::after {
        transform: rotate(90deg);
    }
}
/* -----------------------------

/*　画面サイズが768pxからはここを読み込む　*/
@media screen and (min-width: 768px) {
    /* ------------------------------
    base
  ------------------------------ */
    body {
        color: #333;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 16px;
    }
    img {
        width: 100%;
        height: 100%;
    }
    .is-onlySP {
        display: none;
    }
    /* ------------------------------
    faq
  ------------------------------ */
    .faq-list {
        display: flex;
        flex-direction: column;
        gap: 24px;
        margin-top: 50px;
    }
    .faq-list__item {
        box-shadow: 2px 4px 18px 0px #0040E240;
        position: relative;
        border-radius: 12px 12px 12px 12px;
        background: var(--indigo-700);
        color: #FFFFFF;
        cursor: pointer;
    }
    .faq-list__item-question {
        position: relative;
        padding: 18px 88px 18px 66px;
        transition: 0.3s;
        font-size: 18px;
        font-weight: bold;
        border-radius: 12px 12px 12px 12px;
    }
    .faq-list__item-question:hover {
        transition: 0.3s;
        opacity: 0.6;
    }
    .faq-list__item-question::before {
        content: "Q";
        position: absolute;
        top: 16px;
        left: 32px;
        color: #FFFFFF;
        font-size: 20px;
        font-weight: bold;
    }
    .faq-list__item-toggle {
        display: block;
        position: absolute;
        top: 50%;
        right: 32px;
        width: 24px;
        height: 24px;
        transform: translateY(-50%);
    }
    .faq-list__item-toggle::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 3px;
        transform: translateY(-50%);
        border-radius: 10px;
        background: #FFFFFF;
    }
    .faq-list__item-toggle::after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: 3px;
        height: 100%;
        transform: translateX(-50%);
        transition: 0.3s;
        border-radius: 10px;
        background: #FFFFFF;
    }
    .is-open .faq-list__item-toggle::after {
        transform: rotate(90deg);
    }

    .faq-list {
        display: flex;
        flex-direction: column;
        gap: 24px;
        margin-top: 50px;
    }

    .faq-list__item-question:hover {
        transition: 0.3s;
        opacity: 0.6;
    }
    .faq-list__item-question::before {
        content: "Q";
        position: absolute;
        top: 16px;
        left: 32px;
        color: #FFFFFF;
        font-size: 20px;
        font-weight: bold;
    }
    .faq-list__item-answer {
        overflow: auto;
        display: none;
        position: relative;
        padding: 24px;
        background: #FFFFFF;
        color: #333333;
        font-size: 16px;
        line-height: 22.4px;
        border-radius: 0 0 12px 12px;
    }
    .faq-list__item-toggle {
        display: block;
        position: absolute;
        top: 50%;
        right: 32px;
        width: 24px;
        height: 24px;
        transform: translateY(-50%);
    }
    .faq-list__item-toggle::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 3px;
        transform: translateY(-50%);
        border-radius: 10px;
        background: #FFFFFF;
    }
    .faq-list__item-toggle::after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: 3px;
        height: 100%;
        transform: translateX(-50%);
        transition: 0.3s;
        border-radius: 10px;
        background: #FFFFFF;
    }
    .is-open .faq-list__item-toggle::after {
        transform: rotate(90deg);
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .faq-list__item-question {
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
    }
}
/*# sourceMappingURL=style.css.map */
