@charset "UTF-8";

h2 {
    display: block;
    width: 526.28px;
    height: 49px;
    margin: 85px auto 0;
    background-image: url(../img/common/h2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    text-align: center;
    font-size: 2.6rem;
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 600;
}

@media screen and (max-width: 900px) {
    h2 {
        width: 80%;
        height: 31px;
        margin: 65px auto 0;
        font-size: 2.2rem;
    }
}

/*
--------------------------------*/
.category-inner {
    width: 960px;
    max-width: 100%;
    margin: 52px auto 100px;
}

@media screen and (max-width: 900px) {
    .category-inner {
        width: 85%;
        margin: 3rem auto 4rem;
    }
}

.category-inner h3 {
    font-size: 2.0rem;
    text-align: center;
    padding-bottom: 3.3rem;
}

@media screen and (max-width: 900px) {
    .category-inner h3 {
        font-size: 16px;
        padding-bottom: 2rem;
    }
}

/* よくある質問
--------------------------------*/
.qq {
    margin-bottom: 35px;
}

.ac-check {
    display: none;
}

.ac-label {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #F5F4F1;
    font-size: 1.6rem;
    padding: 0 22px;
}

.ac-label .quest {
    color: #98801C;
    padding-right: 0.5em;
}

.ans {
    height: 0;
    display: none;
    line-height: 1.5;
}

.ac-check:checked+.ac-label+.ans {
    height: auto;
    display: block;
    opacity: 1;
    padding: 20px 0;
    visibility: visible;
    font-size: 1.6rem;
}

.ac-check+.ac-label .btn {
    position: absolute;
    content: '';
    right: 22px;
    top: 21px;
    display: inline-block;
    background-image: url(../img/common/plus.svg);
    width: 18px;
    height: 18px;
    background-size: contain;
}

.ac-check:checked+.ac-label .btn {
    background-image: url(../img/common/minus.svg);
    top: 30px;
    height: 2px;
}

@media screen and (max-width: 900px) {
    .qq {
        margin-bottom: 15px;
    }

    .ac-label {
        font-size: 3.5vw;
        padding: 0 10px;
    }

    .ac-check:checked+.ac-label+.ans {
        font-size: 14px;
    }

    .ac-check+.ac-label .btn {
        right: 10px;
        width: 14px;
        height: 14px;
    }
}



/* 問い合わせフォーム
--------------------------------*/
::-webkit-input-placeholder {
    opacity: 0.5;
}

::-moz-placeholder {
    opacity: 0.5;
}

:-ms-input-placeholder {
    opacity: 0.5;
}

.howto {
    font-size: 1.5rem;
    text-align: center;
}

@media screen and (max-width: 900px) {
    .howto {
        font-size: 14px;
        text-align: left;
        line-height: 1.6;
    }
}

#table_area {
    margin-bottom: 20px;
}

#table_area table {
    margin: 50px auto 0;
    border-spacing: 0;
}

td {
    padding: 20px 0;
    font-size: 1.5rem;
}

th {
    width: 274px;
    white-space: nowrap;
    padding: 40px 0;
    font-size: 1.6rem;
    font-weight: 300;
}

.Required {
    font-size: 1.4rem;
    color: #98801C;
    margin-left: 1em;
    padding: 3px 8px 1px;
}

table .vali {
    color: #FA6205;
    font-size: 90%;
}

ul {
    -webkit-padding-start: 5px;
    -webkit-padding-end: 10px;
    list-style: none;
}

li {
    list-style-type: none;
}

#table_area ul li label input {
    font-size: 1.6rem;
    padding: 1rem;
    vertical-align: middle;
    margin-top: 5px;
}

#table_area ul li label input.error {
    background-color: #FFD5BC;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
    width: 420px;
    background: #F5F4F1;
}

input[name="amount"] {
    width: 220px !important;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="radio"] {
    width: 22px;
    height: 22px;
    vertical-align: middle;
    margin-right: 1rem;
}

input[type="radio"]:last-child {
    margin: 0 1rem 0 0;
}

textarea {
    font-family: inherit;
    font-size: 1.5rem;
    width: 420px;
    padding: 1em;
    background: #F5F4F1;
}

/*確認画面へボタン*/
input[name="btn_confirm"] {
    width: 216px;
    height: 50px;
    display: block;
    background: #98801C;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    margin: 2em auto !important;
    font-size: 16px;
}

p.privacy-check {
    text-align: center
}

/*確認画面*/
/*戻るボタン*/
button.back {
    display: block;
    width: 216px;
    height: 50px;
    background: #f6f6f6;
    color: #444444;
    text-align: center;
    border-style: none;
    vertical-align: middle;
    font-size: 16px;
    float: left;
}

/*送信ボタン*/
input[name="btn_submit"] {
    display: block;
    width: 216px;
    height: 50px;
    margin-left: 60px;
    color: #fff;
    background: #98801C;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    float: left;
}

/*ボタンの箱*/
#check_button {
    width: 492px;
    height: 50px;
    display: block;
    margin: 30px auto;
}

/*送信後の口座案内画面*/
#send_area {
    margin-top: 1em;
    padding: 0 0 30px;
}

.white_box {
    background-color: #fff;
    text-align: center;
    vertical-align: bottom;
}

.white_box img {
    width: 200px;
    height: auto;
    margin-bottom: 5%;
}

/*閉じるボタン*/
input[name="close"] {
    display: block;
    width: 12em;
    height: 50px;
    background: #444444;
    color: #FFF;
    text-align: center;
    border-style: none;
    vertical-align: middle;
    margin: 2em auto;
    font-size: 16px;
}

.send_text {
    font-size: 1.6rem;
    line-height: 1.5;
}

::placeholder {
    color: #BEB28E;
}

@media (max-width: 769px) {
    #table_area {
        margin-top: 0;
    }

    th {
        padding: 0;
        display: block;
        width: 100%;
    }

    td {
        padding: 15px 0 30px;
        display: block;
        width: 100%;
    }

    input[type="text"],
    input[type="email"],
    input[type="tel"] {
        width: 100%;
    }

    textarea {
        width: 100%;
    }

    input[name="btn_confirm"] {
        margin: 0 auto !important;
        font-size: 1.5rem;
    }
}