@charset "UTF-8";
  input[type=text],
input[type=tel],
input[type=mail],
input[type=url],
textarea {
width: 100%;
}
input[type=submit] {
width: 80%;
max-width: 400px;
color: #fff;
background-color: #076baf;
padding: 0.5rem;
border: none;
} .form-spacer {
margin: 0;
margin-bottom: 1.5rem;
line-height: 1;
}
.form-content {
display: flex;
justify-content: space-between;
align-items: start;
}
p.form-label {
display: flex;
align-items: baseline;
font-weight: bold;
width: 35%;
margin: 0;
}
span.required,
span.any {
margin-left: 1rem;
font-size: 14px;
font-weight: normal;
padding: 0 0.5rem 0.1rem;
border-radius: 4px;
}
span.required {
background: #ff0000;
color: #fff;
}
span.any {
background: #eee;
color: #1e1e1e;
}
.form-item {
width: calc(65% - 30px);
}
.form-item p {
margin: 0;
}
input[type=text]:not(.normal),
input[type=number]:not(.normal),
input[type=url]:not(.normal),
input[type=tel]:not(.normal),
input[type=email]:not(.normal),
select:not(.normal),
textarea:not(.normal) {
width: 100%;
font-size: 16px;
padding: 0.5rem;
border: 1px solid #767676;
border-radius: 5px;
background: #fff;
}
textarea:not(.normal) {
min-height: 80px;
max-width: 100%;
min-width: 100%;
}
input[type=text].wpcf7-form-control,
select.wpcf7-form-control,
input[type=email].wpcf7-form-control,
input[type=tel].wpcf7-form-control,
input[type=number].wpcf7-form-control,
input[type=url].wpcf7-form-control {
margin-bottom: 0.5em;
padding: 0.5em;
width: 100%;
height: 50px;
font-size: 16px;
line-height: 2em;
color: #1c1c1c;
background-color: #fff;
border: 0.75px solid #909090;
}
p.agree {
text-align: center;
}
a.entry-btn,
a.entry-btn-line,
a.entry-btn-chatwork {
display: block;
width: 80%;
max-width: 320px;
background: #ffc951;
color: #464746;
text-decoration: none;
margin: 1rem auto 3rem;
padding: 1.5rem;
border-radius: 50px;
font-size: 16px;
font-weight: bold;
text-align: center;
}
a.entry-btn-line {
color: #000000;
background: #00d14d;
}
a.entry-btn-line span {
color: #fff;
}
a.entry-btn-chatwork {
color: #ff0000;
background: #fff;
}
a.entry-btn-chatwork span {
color: #000000;
}
a.fv-entry-btn {
display: block;
max-width: 320px;
text-align: center;
margin: 30px auto;
background: #ffc951;
color: #464746;
padding: 10px;
text-decoration: none;
border-radius: 50px;
font-family: "GenJyuuGothicBold", "Noto Sans JP", sans-serif;
}
.wpcf7-form-control-wrap {
display: block;
}
.formError + input,
.formError + select,
.formError + textarea {
background: #ffe9ed !important;
border: 2px solid #ff0000 !important;
}
.formError {
right: unset;
left: 0 !important;
}
.formError .formErrorArrow {
margin-left: auto;
margin-right: 10px;
}
@media only screen and (max-width: 768px) {
.form-content {
flex-wrap: wrap;
}
p.form-label,
.form-item {
width: 100%;
}
}
.attention-mail-setting {
margin: 30px auto 50px;
}
.attention-mail-setting p {
font-size: 16px;
}
span.underline {
border-bottom: 2px solid;
}
.scroll-box p {
font-size: 16px;
line-height: 1.4;
}
.wpcf7-spinner {
display: none;
}
input[type=submit] {
display: block;
margin: 0 auto 50px;
}
input[type=submit]:disabled {
background: #ccc;
} .footer-contact {
padding: 50px 0;
background: #f7f7f7;
}
.footer-contact table.footer-form-table {
background: #fff;
padding: 30px;
margin-bottom: 50px;
display: block;
}
.footer-contact table.footer-form-table tbody {
width: 100%;
display: table;
}
.footer-contact table.footer-form-table tr:last-child td {
margin-bottom: 0;
}
.footer-contact table.footer-form-table input[type=submit] {
margin-bottom: 0;
}