@charset "UTF-8";

:root {
--form-input_padding: 5px;
--form-input_font-size: 1.6rem;
--form-input_border: 1px solid #ccc;
}
.c-contact-field input[type=text],
.c-contact-field input[type=email],
.c-contact-field input[type=tel],
.c-contact-field textarea {
width: 100%;
padding: var(--form-input_padding);
font-size: var(--form-input_font-size);
border: var(--form-input_border);
}
.agree .wpcf7-checkbox, .c-contact-field .wpcf7-checkbox,
.c-contact-field .wpcf7-radio {
display: flex;
flex-wrap: wrap;
gap: 1em;
}
.agree .wpcf7-checkbox .wpcf7-list-item, .c-contact-field .wpcf7-checkbox .wpcf7-list-item,
.c-contact-field .wpcf7-radio .wpcf7-list-item {
margin: 0;
}
.agree .wpcf7-checkbox label, .c-contact-field .wpcf7-checkbox label,
.c-contact-field .wpcf7-radio label {
display: flex;
align-items: baseline;
cursor: pointer;
}
.agree .required, .c-contact-field .required,
.c-contact-field .any {
padding: 4px 8px;
border-radius: 5px;
color: #fff;
margin-right: 10px;
font-size: 12px;
}
.contact {
width: 800px;
margin: 30px auto 40px;
text-align: left;
}
.contact > p {
margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
.contact {
width: 100%;
margin: 0 auto 40px;
}
.contact > p {
margin: 40px 0 !important;
}
}
.c-contact-field {
display: grid;
grid-template-columns: 33% 1fr;
margin-bottom: 40px;
}
.c-contact-field textarea {
height: 200px;
line-height: 1.5;
}
.c-contact-field input.tel {
width: 24%;
}
.c-contact-field input.zip {
width: 25%;
margin-bottom: 10px;
}
.c-contact-field input[type=checkbox],
.c-contact-field input[type=radio] {
margin: 0 5px 0 0;
}
.c-contact-field .required {
background: #e00;
}
.c-contact-field .any {
background: #aaa;
}
.c-contact-field .attention {
font-size: 13px;
color: #1e2a34;
padding: 0;
margin-right: 0;
}
@media screen and (max-width: 767px) {
.c-contact-field {
display: block;
}
.c-contact-field > .c-contact-field__item:first-child {
border-top: 1px dotted #999;
}
.c-contact-field input.tel {
width: 60%;
padding: 5px;
font-size: 1.6rem;
}
.c-contact-field input.zip {
width: 40%;
margin-bottom: 10px;
padding: 3px 5px;
font-size: 1.6rem;
}
}
@media screen and (max-width: 767px) {
select {
width: 90%;
}
}
.c-contact-field__item {
grid-column: span 2;
display: grid;
grid-template-columns: subgrid;
border-bottom: 1px dotted #999;
}
@media screen and (max-width: 767px) {
.c-contact-field__item {
display: block;
}
}
.c-contact-field__title {
padding: 15px 10px;
font-size: var(--form-input_font-size);
font-weight: 700;
}
@media screen and (max-width: 767px) {
.c-contact-field__title {
padding: 15px 0 0;
}
}
.c-contact-field__detail {
padding: 15px 10px;
line-height: 1.5;
font-size: var(--form-input_font-size);
}
@media screen and (max-width: 767px) {
.c-contact-field__detail {
padding: 15px 0;
}
}
.placeholder {
text-align: left;
color: #aaa;
font-size: 13px;
} #autozip {
display: none !important;
}
.submit-area {
margin: 20px auto 0;
text-align: center;
}
.submit-area input[type=submit] {
display: flex;
width: 240px;
height: 60px;
background-color: #1F4096;
color: #fff;
font-weight: bold;
border: none;
border-radius: 10px;
justify-content: center;
align-items: center;
font-size: var(--form-input_font-size);
text-decoration: none;
transition: 0.3s;
margin: 0 auto;
}
.submit-area input[type=submit]:hover {
background-color: #2e7fd4;
cursor: pointer;
}
@media screen and (max-width: 767px) {
input[type=submit],
input[type=button] {
border-radius: 0;
-webkit-box-sizing: content-box;
box-sizing: content-box;
-webkit-appearance: button;
-moz-appearance: button;
appearance: button;
border: none;
cursor: pointer;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
outline-offset: -2px;
}
}
.privacy {
margin: 24px 0;
width: 100%;
height: 300px;
border: 1px solid #1e2a34;
padding: 20px 40px;
overflow-y: scroll;
}
.privacy h2 {
font-size: 1.8rem;
margin: 20px 0 10px;
padding: 0;
border: none;
background-color: transparent;
color: #000;
}
.privacy h2::before {
content: none;
}
.privacy h3 {
font-size: 1.6rem;
border-left: 0;
padding-left: 0;
margin: 18px 0 10px;
border: none;
background-color: transparent;
}
.privacy p {
margin-top: 10px;
font-size: 1.4rem;
line-height: 1.6;
}
.privacy ul.wp-block-list {
margin-top: 10px;
}
.privacy ul.wp-block-list li {
font-size: 1.4rem;
line-height: 1.4;
margin-top: 5px;
}
@media screen and (max-width: 767px) {
.privacy {
height: 200px;
padding: 0 8% 8%;
}
.privacy h2 {
font-size: 1.6rem;
margin-top: 20px;
}
.privacy h3 {
font-size: 1.5rem;
margin-top: 16px;
}
.privacy p {
line-height: 1.5;
}
}
.agree {
display: flex;
justify-content: center;
align-items: flex-start;
line-height: 1.5;
}
.agree .required {
text-align: center;
margin-right: 30px;
font-size: 1.2rem;
background: #e00;
}
.agree .caution {
display: block;
margin-top: 5px;
}
.agree input[type=checkbox] {
margin: 0 5px 0 0;
}
@media screen and (max-width: 767px) {
.agree .required {
flex-shrink: 0;
margin-right: 10px;
}
.agree .text {
text-align: left;
}
.agree .caution {
font-size: 1.2rem;
}
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
line-height: 1.3;
font-size: 1.4rem;
}
.formError.inline .formErrorContent {
display: block;
line-height: 1.3;
font-size: 1.6rem;
color: #e00;
background-color: transparent;
}