* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: "Note Sans JP";
    src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2"),
        url("../fonts/NotoSansJP-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Note Sans JP";
    src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2"),
        url("../fonts/NotoSansJP-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Note Sans JP";
    src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2"),
        url("../fonts/NotoSansJP-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Note Sans JP";
    src: url("../fonts/NotoSansJP-Black.woff2") format("woff2"),
        url("../fonts/NotoSansJP-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "MOBO";
    src: url("../fonts/MOBO-Regular.woff2") format("woff2"),
        url("../fonts/MOBO-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "MOBO";
    src: url("../fonts/MOBO-Bold.woff2") format("woff2"),
        url("../fonts/MOBO-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Bold.woff2") format("woff2"),
        url("../fonts/Poppins-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

html {
    font-size: 0.81vw;
    height: 100%;
}

body {
    font-size: 1.6rem;
    color: #333;
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #F4F4F4;
    font-family: "Note Sans JP", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

main {
    flex: 1;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.container {
    width: 108rem;
    margin: auto;
}

.sp-only {
    display: none;
}

.skip-link {
    position: absolute;
    top: -4rem;
    left: 0;
    background: #000;
    color: #fff;
    padding: 0.8rem;
    z-index: 100;
}

.skip-link:focus {
    top: 0;
}

.header-inner {
    padding: 1.6rem 3.2rem;
}

header .logo {
    width: 17.1rem;
}

footer {
    background-color: #fff;
    text-align: center;
}

footer .footer-contents {
    padding: 4.8rem 0 5.8rem;
}

footer .contact {
    font-family: "MOBO", sans-serif;
}

footer .contact dt {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: bold;
    margin-bottom: 2.4rem;
}

footer .contact dt span {
    display: block;
    font-size: 3.2rem;
    line-height: 3.2rem;
    margin-top: 0.4rem;
}

footer .contact dd .tel-num {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 9rem;
    line-height: 6.4rem;
    font-family: "Poppins", sans-serif;
}

footer .contact .time {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    margin-top: 1.6rem;
    font-weight: bold;
}


footer .tel-area {
    display: flex;
    align-items: center;
    justify-content: center;
}


footer .toll-free-area.pc-only {
    margin-left: 25px;
}

footer .toll-free-area.sp-only {
    margin-bottom: 25px;
}

footer .toll-free-area .toll-free-text {
    display: inline-block;
    font-weight: 700;
    color: #333;
    position: relative;
}

footer .toll-free-area.pc-only .toll-free-text {
    padding: 10px 0;
}

footer .toll-free-area.sp-only .toll-free-text {
    padding: 15px 0;
}

/* 上ライン */
footer .toll-free-area .toll-free-text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120%;
    height: 2px;
    background: #000;
}

/* 下ライン */
footer .toll-free-area .toll-free-text::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120%;
    height: 2px;
    background: #000;
}

footer .contact dd .time-label {
    background-color: #333;
    color: #fff;
    font-size: 1.5rem;
    width: 8.8rem;
    height: 2.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 2.2rem;
    padding-bottom: 0.1rem;
}

footer .contact dd .time-text {
    font-size: 1.7rem;
    line-height: 2rem;
}

footer .copyright {
    background-color: #333;
    color: #fff;
    padding: 2.1rem;
}

#store {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.form-title {
    background-color: #F3DF3A;
    text-align: center;
    font-size: 3rem;
    line-height: 5rem;
    font-family: "MOBO", sans-serif;
    padding: 4rem 0;
}

.form-title span {
    display: block;
    font-size: 4rem;
}

.form-contents {
    padding-top: 3.2rem;
    padding-bottom: 8rem;
}

#store .lead {
    text-align: center;
    line-height: 3rem;
    margin-bottom: 5.6rem;
}

#store .lead a {
    color: #355AED;
    font-weight: bold;
}

.form-area .cat-area {
    margin-bottom: 4.4rem;
}

.form-area .cat-title {
    font-weight: 900;
    font-size: 2.3rem;
    line-height: 2.8rem;
    margin-bottom: 1.6rem;
    letter-spacing: 0.1em;
}

.form-area .form-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
}

.form-area .form-row {
    display: flex;
}

.form-area .form-table .form-head {
    padding: 2.4rem 2.4rem 2.4rem 2.4rem;
    width: 33.4rem;
    border-bottom: 0.4rem solid #F4F4F4;
    font-size: 1.8rem;
    line-height: 2.2rem;
    letter-spacing: 0.1rem;
    text-align: left;
    font-weight: bold;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form-area .form-table .form-head .item-title {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.form-area .form-table .form-head .required {
    background-color: #C23B19;
    color: #fff;
    width: 5.5rem;
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    border-radius: 0.2rem;
}

.form-area .form-table .form-body {
    padding: 2.4rem 2.4rem 2.4rem 0.8rem;
    border-bottom: 0.4rem solid #F4F4F4;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form-area .form-table .form-body .tel-area {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.form-area .form-table .supplement {
    font-size: 1.4rem;
    margin-top: 0.8rem;
    line-height: 1.8rem;
    font-weight: normal;
}

.form-area .form-table .form-head .supplement {
    line-height: 2.1rem;
    letter-spacing: 0;
}

.form-area .form-table .supplement p:not(:last-child) {
    margin-bottom: 0.8rem;
}

.form-area .form-table .form-body .tel-area #zip {
    width: 5.4rem;
}

.form-area .form-table .form-body .tel-area #zip1 {
    width: 16.8rem;
}

.form-area .form-table .form-body .same-check {
    display: flex;
    align-items: center;
    margin-bottom: 1.2rem;
    gap: 0.4rem;
}

.form-area .form-table .form-body .same-check input {
    width: 1.6rem;
    height: 1.6rem;
}

.form-area .form-table .form-body .same-check label {
    font-size: 1.4rem;
    cursor: pointer;
}

.form-area .form-table .form-body-lead {
    margin-bottom: 1.6rem;
}

.form-area .form-table .form-body dl {
    margin-bottom: 1.6rem;
    line-height: 2.5rem;
}

.form-area .form-table .form-body dt {
    font-weight: bold;
    margin-bottom: 0.6rem;
}

.form-area .form-table .form-body dd {
    margin-bottom: 1.2rem;
}

.form-area .input-text {
    appearance: none;
    border: 0.1rem solid #6B6B6B;
    font-size: 1.6rem;
    line-height: 2.8rem;
    padding: 0.6rem 1.2rem;
    width: 100%;
    font-family: "Note Sans JP", sans-serif;
    font-weight: 500;
    border-radius: 0.2rem;
    color: #333;
}

.form-area .has-error .input-text {
    background-color: #FFE1E1;
    border-color: #D33F1B;
}

.form-area .input-text.auto {
    width: auto;
}

.form-area .input-text[readonly] {
    background-color: #E8E8E8;
}

.form-area .has-error .input-text[readonly] {
    border-color: #6B6B6B;
}

.form-area .input-text::placeholder {
    color: #A5A5A5;
}

.form-area .select-wrap {
    position: relative;
}

.form-area .select-wrap::before {
    content: "";
    width: 1.4rem;
    height: 0.8rem;
    pointer-events: none;
    background-image: url(../img/ico_arrow.svg);
    background-size: cover;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 1.6rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 2;
}

.form-area .select-wrap select {
    width: 100%;
    appearance: none;
    border: 0.1rem solid #6B6B6B;
    font-size: 1.6rem;
    line-height: 2.8rem;
    padding: 0.6rem 1.2rem;
    width: 100%;
    font-family: "Note Sans JP", sans-serif;
    font-weight: 500;
    border-radius: 0.2rem;
    color: #333;
    box-shadow: 0 4px 4px rgb(0 0 0 / 15%);
    background-color: #fff;
}

.form-area .has-error .select-wrap select {
    border-color: #D33F1B;
    background-color: #FFE1E1;
}

.form-area .agree-area {
    text-align: center;
    margin-top: 5.2rem;
}

.form-area .agree-msg {
    line-height: 3rem;
    margin-bottom: 2.4rem;
}

.form-area .agree-msg a {
    color: #355AED;
    font-weight: bold;
}

.form-area .agree-check label {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-weight: 500;
    cursor: pointer;
}

.form-area .agree-check label input {
    width: 2.4rem;
    height: 2.4rem;
}

.form-area .btn-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.6rem;
    margin-top: 4rem;
}

.form-area .btn {
    width: 24rem;
    height: 5.6rem;
    appearance: none;
    background-color: #355AED;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: bold;
    font-family: "Note Sans JP", sans-serif;
    border: none;
    border-radius: 5.2rem;
    cursor: pointer;
}

.form-area .btn.back {
    background-color: #5C6070;
}

.form-area .wpcf7-spinner {
    display: none;
}

.form-area .error-msg {
    display: none;
    color: #D33F1B;
    font-size: 1.4rem;
    line-height: 2.1rem;
    margin-top: 0.8rem;
    font-weight: normal;
}

.form-row.has-error .error-msg {
    display: block;
}

.form-row .wpcf7-not-valid-tip {
    display: none;
}

.agree-area .error-msg {
    display: none;
    color: #BC3B1C;
    margin-top: 0.8rem;
}

.agree-area.has-error .error-msg {
    display: block;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
    display: none;
}

.complete .form-contents {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comp-msg {
    text-align: center;
    line-height: 3rem;
    margin-bottom: 8rem;
    margin-top: 8rem;
}

.comp-msg h2 {
    font-size: 3rem;
    line-height: 5rem;
    margin-bottom: 2.4rem;
    font-family: "MOBO", sans-serif;
}

@media only screen and (min-width: 1200px) {
    html {
        font-size: 10px;
    }
}