﻿@charset "UTF-8";

.contents-notice {
    margin: 15px auto;
}

    .contents-notice li {
        font-size: 18px;
    }

.error-main-text {
    background-color: #FFE4E4;
    color: #ff0000;
    border: 1px solid #ff0000;
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
    padding: 10px;
    letter-spacing: 1px;
}

.contents-button__faq {
    text-align: center;
    line-height: 0;
    padding: 50px 0 35px 0;
}

    .contents-button__faq a {
        text-decoration: none;
        color: #005bac;
        font-size: 24px;
        font-weight: 600;
        border: solid 2px #005bac;
        padding: 14px 33px 14px 49px;
        position: relative;
    }

        .contents-button__faq a::before {
            content: "";
            position: absolute;
            border-style: solid;
            border-width: 9px 0 9px 12px;
            border-color: transparent transparent transparent #005bac;
            top: 33%;
            left: 25px;
        }

.box-input {
    border: 2px solid #aaa;
    margin: 30px auto 0;
    width: 594px;
}

    .box-input dt {
        background: #f6f6f6;
        border-bottom: 2px solid #aaa;
        font-size: 30px;
        line-height: 45px;
        text-align: center;
        padding: 15px 0;
    }

    .box-input dd {
        font-size: 28px;
        margin: 15px 0;
        padding: 0 15px;
    }

.box-input__text {
    font-size: 20px;
    line-height: 45px;
}

.box-input__area {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

    .box-input__area select + span,
    .box-input__area input + span {
        margin-top: 12px;
    }

.box-input dd.js-error-text {
    color: #ff0000;
    font-size: 24px;
}

select,
input {
    margin: 0 5px;
    width: 100%;
}

.birthday-y {
    height: 50px;
}

.postal-code {
    height: 44px;
    width: 27%;
}

.tell {
    width: 27%;
    height: 44px;
}

.birthday-y,
.birthday-m,
.birthday-d {
    height: 50px;
    width: 25%;
}

.birthday-y,
.birthday-m,
.birthday-d,
.tell,
.postal-code {
    font-size: 28px;
    border: solid 1px #B3B3B3;
}

.js-error-box {
    background: #ffefef;
    border: 1px solid #ff9e9e;
}

.login-button {
    text-align: center;
    margin: 55px auto 0;
    border-radius: 11px;
    box-shadow: 0px 4px 0px 0px #002546;
    background: #005bac;
}

input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

.login-button input {
    background: #005bac;
    border: none;
    color: #fff;
    font-size: 40px;
    padding: 15px 0;
    border-radius: 10px;
    margin: 0;
}

.js-login-notice {
    color: #ff0000;
    font-size: 18px;
    line-height: 24px;
    margin: 20px auto 0;
    text-align: center;
}

.faq {
    margin: 75px auto 0;
}

    .faq dl {
        margin: 0 auto 50px;
    }

    .faq dt {
        font-size: 21px;
        line-height: 30px;
        font-weight: bold;
        background: #265aa6;
        position: relative;
    }

        .faq dt::before {
            position: absolute;
            content: "Q";
            background: #fff;
            color: #265aa6;
            border-radius: 50%;
            padding: 5px 11px;
            font-size: 24px;
            top: 9px;
            left: 19px;
        }

        .faq dt::after {
            position: absolute;
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 13px 13px 0 13px;
            border-color: #fff transparent transparent transparent;
            top: 30px;
            right: 20px;
            margin-top: -7px;
        }

        .faq dt.open::after {
            position: absolute;
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 13px 13px 13px;
            border-color: transparent transparent #fff transparent;
            top: 30px;
            right: 20px;
            margin-top: -7px;
        }

        .faq dt a {
            display: block;
            color: #fff;
            text-decoration: none;
            padding: 15px 70px 15px 80px;
        }

    .faq dd {
        font-size: 20px;
        line-height: 30px;
        padding: 20px 20px 20px 75px;
        display: none;
        position: relative;
        -webkit-text-size-adjust: 135%;
    }

        .faq dd::before {
            position: absolute;
            content: "A";
            background: #265aa6;
            color: #fff;
            border-radius: 50%;
            padding: 4px 11px;
            font-size: 24px;
            top: 24px;
            left: 19px;
        }



.faq-notice li {
    font-size: 20px;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 1em;
}

.faq--button01 {
    text-align: center;
    background: #bb2736;
    margin: 25px 0 10px;
}

    .faq--button01 a {
        color: #fff;
        text-decoration: none;
        line-height: 100px;
        font-size: 40px;
    }

.faq--text01 {
    font-size: 18px;
    line-height: 24px;
}

h3 {
    margin: 75px auto 10px;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    text-align: center;
}

.example li {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 18px;
    line-height: 24px;
    margin: 0 auto 30px;
}

    .example li::not(:last-child) {
        margin: 0 auto;
    }

.notice li {
    font-size: 18px;
    line-height: 1.5;
    text-indent: -1em;
    padding-left: 1em;
}
