@charset "utf-8";

/* ページ内メニュー */
.use_menu {
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    margin-bottom: 45px;
    margin-top: 15px;
}

.usemenu_button:hover {
    border-bottom: 1px dashed #44514B;
    opacity: 0.4;
}

.usemenu_button {
    transition: 0.3s;
}

.usemenu_button {
    border-bottom: 1px dashed #44514B;
}

.usemenu_button+.usemenu_button {
    margin-left: 60px;
}

.use_information {
    margin-top: 50px;
    align-items: center;
}

/* ご利用方法 */
.use_container {
    margin-bottom: 70px;
}

.use_box {
    display: flex;
    align-items: center;
    background-color: #F3EBDC;
    padding: 24px 40px;
}

.circle_g {
    font-size: 24px;
    color: #fff;
    width: 65px;
    height: 65px;
    padding-top: 13px;
    padding-left: 2px;
    background-color: #1F271F;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
}

.use_item {
    font-family: 'Noto Sans JP', sans-serif;
    margin-left: 100px;
}

.use_title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px;
}

.use_text strong {
    font-weight: 600;
}

.use_tel {
    font-size: 22px;
    font-weight: 600;
}

.use_tel {
    display: flex;
}

.tel_icon {
    width: 20px;
    padding-right: 10px;
}

.arrow_area {
    text-align: center;
    margin: 30px 0;
}

.arrow {
    width: 50px;
}

.cancel_info {
    display: inline-block;
    border: 1px solid #44514B;
    border-radius: 15px;
    padding: 0.8em 1.3em;
    margin-top: 20px;
}

.bus_illust {
    margin-top: -100px;
    transform: rotate(5deg);
}

/* faq */
.faq {
    background-color: #44514B;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 70px;
    border-radius: 40px;
    margin-bottom: 100px;
    margin-top: 100px;
}

.faq_info {
    padding-top: 60px;
    padding-bottom: 30px;
    align-items: center;
}

.faq_title {
    color: #fff;
}

.faq_container {
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #fff;
    padding: 20px 0;
}

.accordion {
    margin-top: 60px;
}

.accordion_hidden {
    display: none;
}

.accordion_open {
    color: #44514B;
    font-weight: 400;
    background-color: #fff;
    display: block;
    padding: 16px;
    cursor: pointer;
    position: relative;
    display: flex;
    line-height: 2;
    border: 1px solid #44514B;
}

.accordion_open::before,
.accordion_open::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 1.5px;
    background: #44514B;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
}

.accordion_open::after {
    transform: translateY(-50%) rotate(90deg);
    transition: .5s;
}

.accordion_hidden:checked+.accordion_open:after {
    transform: translateY(-50%) rotate(0);
}

.q::before {
    align-items: center;
    width: 2em;
    min-width: 2em;
    height: 2em;
    margin-right: 1em;
    line-height: 1;
    content: 'Q';
    color: #44514B;
    font-weight: 700;
    display: flex;
    justify-content: center;
    letter-spacing: 0;
}

.accordion_inner {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 10px 16px 10px 16px;
    opacity: 0;
    transition: 0.5s;
    cursor: pointer;
    line-height: 2;
    background-color: #fff;
    margin-bottom: 15px;
    background-color: #7E9389;
    color: #fff;
    border-right: 1px solid #44514B;
    border-left: 1px solid #44514B;
    border-bottom: 1px solid #44514B;
}

.accordion_hidden:checked+.accordion_open+.accordion_inner {
    height: auto;
    opacity: 1;
    display: flex;
}


.a::before {
    align-items: center;
    width: 2em;
    min-width: 2em;
    height: 2em;
    margin-right: 1em;
    line-height: 1;
    content: 'A';
    color: #fff;
    font-weight: 700;
    display: flex;
    justify-content: center;
    letter-spacing: 0;
}

.accordion_text {
    margin-left: 60px;
}

.accordion_link {
    border-bottom: 1px dotted #fff;
}


/* voice */
.voice_container {
    background-image: url(../../image/voice_bgi.svg);
    background-repeat: no-repeat;
    padding-bottom: 310px;
    margin-bottom: 20px;
}

.voice_information {
    padding-top: 40px;
    align-items: center;
}

.voice_title {
    color: #44514B;
}

.voice_item {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.voice_box {
    background-color: #fff;
    border-radius: 30px;
    width: calc(40%);
    margin-left: auto;
    margin-right: auto;
    padding: 3em 2em;
    margin-bottom: 45px;
}

.voice_name {
    margin-top: 26px;
    text-align: right;
}

@media(max-width: 768px) {
    .use_menu {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .usemenu_button+.usemenu_button {
        margin-left: 0;
        margin-top: 20px;
    }

    /* 利用方法 */
    .use_information {
        flex-direction: column;
        align-items: flex-start;
    }

    .use_box {
        flex-direction: column;
    }

    .circle_g {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }

    .use_item {
        margin-left: 0;
    }

    .use_title {
        font-size: 17px;
        margin-top: 15px;
        text-align: center;
    }

    .use_tel {
        align-items: center;
    }

    .tel_info {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .tel_icon {
        height: 22px;
    }

    .arrow_area {
        margin: 10px 0;
    }

    .cancel_info p {
        line-height: 1.7em;
    }

    /* よくある質問 */
    .faq_info {
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 40px;
        padding-top: 35px;
    }

    .sp_faq_arrange {
        margin-top: -26px;
    }

    .accordion {
        margin-top: 10px;
    }

    .accordion_inner {
        padding: 0;
    }

    .q::before {
        margin-right: 0.3em;
    }

    .accordion_open {
        line-height: 1.8em;
        padding: 13px;
        font-size: 13px;
        width: calc(90%);
    }

    .accordion_inner {
        font-size: 13px;
    }


    .accordion_open::before,
    .accordion_open::after {
        width: 13px;
    }

    .q,
    .a {
        font-size: 14px;
    }

    /* お客様の声 */
    .voice_information {
        padding-top: 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .voice_container {
        padding-bottom: 0;
    }

    .voice_item {
        margin-top: 0;
    }

    .voice_box {
        width: 100%;
        margin-bottom: 25px;
    }

}