@charset "UTF-8";
#contact {
    padding-bottom: 56px;
    overflow-x: hidden;
}

#contact .inner p {
    text-align: center;
}

#contact .inner .small {
    margin-bottom: 120px;
    margin-top: 40px;
}

#contact .inner .small p {
    font-size: 12px;
    line-height: 24px;
    text-align: left;
    padding-left: 40px;
}

#contact .inner .small p::before {
    content: "●";
    position: absolute;
    left: 0px;
    color: #E2472A;
    display: block;
    padding: 2px 5px;
    font-size: 10px;
    margin: 0px 5px;
    background-size: 100% 100%;
    border-radius: 10px;
}

#contact p.tel {
    font-weight: 700;
    color: #E2472A;
    font-size: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-contact-mainvisual {
    margin-top: 0;
}

.link-btn {
    margin-bottom: 30px;
}

.small-title {
    margin-bottom: 20px;
}

.contact-head {
    font-size: 24px;
    text-align: center;
    margin-top: 30px;
}

#contact form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#contact form table {
    width: 100%;
    height: fit-content;
    table-layout: fixed;
}

.flex {
    display: flex;
    gap: 18px;
}

.product-form:last-child {
    margin-bottom: 30px;
}


/* 行の背景色 */


/* #contactForm table tr:nth-child(even) { background-color: #fafddb38; } */


/* .product-form tr {
    background-color: #FAF8F4;
} */


/* テーブルセル */

#contact form table tr>th {
    width: 30%;
    text-align: left;
    vertical-align: top;
}

#contact form table tr>td {
    /* width: 70%; */
    padding-left: 20px;
}


/* テーブルセル共通 */

#contact form table tr>th,
#contact form table tr>td {
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 13.33px;
}

#contact form table tr>th,
#contact form table tr>th+td {
    border-top: solid 1px #e9e9ea;
}

#contact form .product-form table tbody tr>td,
#contact form .product-form table tbody tr>th {
    border: solid 1px #e9e9ea;
    text-align: center;
    vertical-align: middle;
    padding: 20px;
}


/* 入力項目 */

#contact form input,
#contact form select,
#contact form textarea {
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 13.33px;
}

#contact form .f-wrapper select {
    width: 204px;
}

span.smallfont {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1px;
}

#contact form .product-form input[type=number]::-webkit-inner-spin-button,
#contact form .product-form input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

#contact ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #DBDBDB;
}


/* @media screen and (max-width: 420px) {
    #contact form .product-form table tbody tr>td,
    #contact form .product-form table tbody tr>th {
        padding-left: 10px;
        padding-right: 10px;
    }
} */


/* ContactForm7 */

form textarea {
    width: 100%;
    height: 180px;
}


/* 入力項目幅制御 */

#contact form input[type=url],
#contact form input[type=date],
#contact form input[type=text],
#contact form input[type=email],
#contact form input[type=tel],
#contact form textarea,
#contact form select {
    border: solid 1px #DBDBDB;
    border-radius: 3px;
    padding: 3px 8px;
    margin: 2px;
    vertical-align: middle;
    font-size: 13.33px;
}


/* placeholder 色 設定 */

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
    color: #DBDBDB !important;
    opacity: 1;
}

#contact ::placeholder {
    color: #DBDBDB;
    opacity: 1;
    /* Firefox */
}

#contact :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #DBDBDB;
}


/* 入力した 色 設定 */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px rgb(255, 255, 255) inset;
}


/* form input[type=submit],
form input[type=button] {
    position: relative;
    display: block;
    text-align: center;
    width: 268px;
    height: 60px;
    padding: 15px 0;
    margin: auto;
    border-radius: 45px;
    font-size: 18px;
    font-weight: 700;
    background: white;
    transition-duration: .3s;
    transition: all .3s ease-out;
    border: 3px solid #E2472A;
    color: #E2472A;
}

form input[type=submit]:hover,
form input[type=button]:hover {
    
    transform: scale(0.95);
} */

.submit-arrow {
    position: absolute;
    display: block;
    margin-left: 99px;
    left: 50%;
    top: 20px;
    width: 14px;
    height: 18px;
    background-repeat: no-repeat;
}

form input[type=submit]:active,
form input[type=button]:active,
.submit-arrow:active {
    /* font-size: 1rem; */
    transform: scale(1);
    /* box-shadow: 0 3px 15px -2px; */
}

a.btn:hover span {
    right: 13px;
}

a.btn-black-sm span {
    right: 23px;
}

a.btn-black-sm:hover span {
    right: 20px;
}


/* 項目個別 */


/* 住所系 */

form input[name=your-address-prefectures],
form input[name=your-address-municipality] {
    margin-bottom: 5px;
}


/* 市区町村、丁目番地 */

form select[name=your-address-prefectures],
form input[name=your-address-municipality],
form input[name=your-address-num] {
    margin-left: 5px;
}


/* 氏名系 */

form input[name=your-name-sei],
form input[name=your-name-mei],
form input[name=your-name-sei-kana],
form input[name=your-name-mei-kana] {
    width: 100%;
    max-width: 150px;
}


/* 数量 */

input[type='number'] {
    width: 80px;
}

label input {
    background-color: #E2472A;
}


/* 必須アイコン */

.required {
    position: relative;
}

.required:before {
    content: "必須";
    position: absolute;
    color: #ffffff;
    display: block;
    padding: 0px 8px;
    font-size: 11px;
    right: 0px;
    line-height: 30px;
    margin: 0px;
    background-size: 100% 100%;
    background-color: #E2472A;
}

.example-require {
    color: #ffffff;
    padding: 4px 8px;
    font-size: 11px;
    line-height: 30px;
    margin: 0px 5px;
    background-color: #E2472A;
}

label {
    display: block;
}


/* プライバシーポリシー */

#contact form .specified-commercebox p {
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 346px;
    padding: 15px;
    margin: 0;
    line-height: 1.2em;
    text-align: justify;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#contact form table td p::-webkit-scrollbar {
    display: none;
}


/* フォムのJS用 */

.hidden {
    display: none;
}

.topright:hover {
    color: red;
}


/* TAB以下サイズ */

#contact form .product-form {
    display: block;
}


/* 項目タイトル */

#contact form table tr>th {
    padding-bottom: 0px;
    text-align: left;
}

#contact form .product-form table tr>th {
    padding-bottom: 20px;
}


/* 項目入力欄セル */

#contact form table tr>th+td {
    border-top: solid 1px #e9e9ea;
}


/* 入力項目位置 */

span.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    text-align: left;
}

span.wpcf7-form-control-wrap.your-address-prefectures {
    text-align: left;
}

span.wpcf7-form-control-wrap.your-name-sei,
span.wpcf7-form-control-wrap.your-name-mei,
span.wpcf7-form-control-wrap.your-name-sei-kana,
span.wpcf7-form-control-wrap.your-name-mei-kana {
    display: inline-block;
    width: 48%;
    box-sizing: border-box;
}

.product-form span.wpcf7-form-control-wrap {
    text-align: center;
}


/* 入力項目幅制御 */

#contact form input[type=url],
#contact form input[type=date],
#contact form input[type=text],
#contact form input[type=email],
#contact form input[type=tel],
#contact form textarea {
    width: 100%;
    box-sizing: border-box;
}

#contact form select[name=your-address-prefectures] {
    font-size: 13.33px;
}


/* 市区町村、丁目番地 */

form span.your-address-prefectures,
form span.your-address-municipality {
    margin-bottom: 10px;
}

form select[name=your-address-prefectures],
form input[name=your-address-municipality],
form input[name=your-address-num] {
    margin-left: 0px;
}


/* 氏名系 */

form input[name=your-name-sei],
form input[name=your-name-mei],
form input[name=your-name-sei-kana],
form input[name=your-name-mei-kana] {
    max-width: none;
}


/* なぜか<p>が二つできたので非表示に */


/* 
#contact form table td p:last-of-type {
    display: none;
} */

#contact form .wpcf7 .ajax-loader {
    position: absolute;
}


/* reCAPTCHAレイアウト調整 */

#recaptcha>div {
    margin: auto;
    margin-bottom: 20px;
}


/* プラグインの影響で謎の<p>が量産されているので非表示に */

form>p {
    display: none;
}


/* フォーム */

.text-center span {
    text-align: center;
}

@media screen and (max-width: 960px) {
    #contact form table .th-title {
        display: block;
        width: 100%;
    }
    #contact form select {
        width: 100%;
    }
    span.wpcf7-form-control-wrap {
        text-align: left;
    }
    #contact form table tr>td.th-title {
        border-top: none;
    }
    .required:before {
        position: absolute;
        right: 0;
    }
}

@media screen and (max-width: 960px) {
    /* ブロック化 */
    #contact form table.contact,
    #contact form table.contact tbody,
    #contact form table.contact tr,
    #contact form table.contact tr>th,
    #contact form table.contact tr>td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    #contact form table tbody tr>th,
    #contact form table tbody tr>td {
        padding-left: 0px;
        padding-right: 0px;
        font-size: 13.33px;
    }
}


/*# ラジオボタン */

.wpcf7-radio .wpcf7-list-item label {
    display: inline-block;
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* On mouse-over, add a grey background color */
    /* When the radio button is checked, add a blue background */
    /* Create the indicator (the dot/circle - hidden when not checked) */
    /* Show the indicator (dot/circle) when checked */
}

.wpcf7-radio .wpcf7-list-item label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.wpcf7-radio .wpcf7-list-item label input:checked~.wpcf7-list-item-label:before {
    background-color: #fff;
    border: 1px solid #212A37;
    content: "";
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    left: 0;
    top: 7px;
}

.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label:after {
    content: "";
    position: absolute;
    background-color: white;
    border: 1px solid #212A37;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    left: 0;
    top: 7px;
}

.wpcf7-radio .wpcf7-list-item label input:checked~.wpcf7-list-item-label:after {
    display: block;
    top: 10px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #212A37;
    border: none;
}

.wpcf7-list-item {
    margin-left: 0!important;
    margin-right: 1em!important;
}

@media screen and (max-width: 575px) {
    .wpcf7-list-item {
        display: block!important;
    }
}


/*# sourceMappingURL=style.css.map */


/*# ラジオボタン */


/*# response-output */

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #F4F4F4!important;
}

.wpcf7 form .wpcf7-response-output {
    padding: 40px!important;
    margin-top: 90px!important;
    font-weight: bold;
    text-align: center;
}


/*# response-output */


/*# チェックボタン */

.wpcf7-checkbox .wpcf7-list-item label {
    display: inline-block;
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* On mouse-over, add a grey background color */
    /* When the radio button is checked, add a blue background */
    /* Create the indicator (the dot/circle - hidden when not checked) */
    /* Show the indicator (dot/circle) when checked */
}

.wpcf7-checkbox .wpcf7-list-item label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* .wpcf7-checkbox .wpcf7-list-item label:hover input~.wpcf7-list-item-label:before {
    background-color: #ccc;
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    border-radius: 50%;
    width: 20px;
    height: 20px;
} */

.wpcf7-checkbox .wpcf7-list-item label input:checked~.wpcf7-list-item-label:before {
    background-color: #F5F5F5;
    border: 1px solid #212A37;
    content: "";
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    left: 0;
    top: 8px;
}

.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label:after {
    content: "";
    position: absolute;
    background-color: white;
    border: 1px solid #212A37;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    left: 0;
    top: 8px;
}

.wpcf7-checkbox .wpcf7-list-item label input:checked~.wpcf7-list-item-label:after {
    display: block;
    top: 11px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #212A37;
    border: none;
}


/*# sourceMappingURL=style.css.map */


/* input */


/* アプロードボタン */

#contact input[type=file]::-webkit-file-upload-button {
    padding: 10px 15px;
    border-radius: 0.2em;
    background-color: #212A37;
    overflow: hidden;
    transition: 1s;
    color: #fff;
    border-radius: 40px;
    border: none;
    font-weight: bold;
}

#contact input[type=file]::file-selector-button {
    padding: 10px 15px;
    border-radius: 0.2em;
    background-color: #212A37;
    overflow: hidden;
    transition: 1s;
    color: #fff;
    border-radius: 40px;
    border: none;
    font-weight: bold;
    position: relative;
    width: 145px;
    height: 48px;
}

#contact .cancel img {
    width: 20px;
    height: 20px;
    min-width: 20px;
}

#contact .cancel {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#contact .file-wrap {
    display: flex;
    align-items: center;
    margin-top: 20px;
    position: relative;
}

#contact .file-wrap .wpcf7-file {
    width: 100%;
}

@media screen and (max-width: 568px) {
    #contact .file-wrap .wpcf7-file {
        padding-right: 23px;
    }
}


/* IE11 hide native button (thanks Matt!) */

select::-ms-expand {
    display: none;
}

.select-wrap {
    width: 100%;
    display: inline-block;
}

@media screen and (min-width: 993px) {
    #contact form input[type=date],
    .select-wrap {
        max-width: 299px;
    }
}

.select-wrap {
    position: relative;
}

.select-wrap .wpcf7-form-control-wrap {
    position: relative;
}

.select-wrap .wpcf7-form-control-wrap .wpcf7-form-control {
    width: 100%;
}

.select-wrap i {
    /* content: "◂▸";
    font: 17px "Consolas", monospace;
    color: #333;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 5px;
    top: 50%;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
    margin-top: -12px; */
    position: absolute;
    top: 15px;
    right: 8px;
}

@media screen and (max-width: 575px) {
    .select-wrap i {
        top: 12.5px;
    }
}

.select-wrap .wpcf7-form-control-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}