@charset "UTF-8";

*,
*::before,
*::after {
box-sizing: border-box;
}
.display_none {
display: none;
}
@media only screen and (max-width: 750px) {
.form_img {
width: 100%;
height: auto;
}
}
body {
}
p {
line-height: 1.75;
}
.post_content p:not(:first-of-type) {
margin-top: 1rem;
}
#contact_all {
width: 100%;
}
@media only screen and (max-width: 750px) {
#contact_all {
}
.post_content p:not(:first-of-type) {
margin-top: 10px;
}
}
.form_header {
margin: 0 0 2rem;
}
.form_ttl {
width: 100%;
font-size: 120%;
font-weight: bold;
line-height: 1.3;
}
@media only screen and (max-width: 750px) {
.form_ttl {
text-align: center;
}
}
.form_text {
margin: 0;
text-align: left;
}
@media only screen and (max-width: 750px) {
.form_text {
}
}
.contact-content {
background-color: transparent;
}
.form_area .wpcf7-radio .first {
margin-right: 1rem;
}
.form_area .wpcf7-radio .wpcf7-list-item-label {
font-size: 16px;
}
.form_area {
margin: 0 !important;
padding: 0;
}
.form_area tr {
display: flex;
flex-flow: row wrap;
}
.form_area tr:not(:last-of-type) { }
.top_fv_form_area02 .form_area tr {
display: block;
}
.form_area th {
font-size: 16px;
font-weight: bold;
background-color: transparent;
width: 30%;
padding: 5px 0 0;
letter-spacing: 0.05rem;
border: 0;
}
.form_area th p {
display: flex;
align-items: center;
line-height: 1.3;
text-align: left;
font-feature-settings: "palt";
letter-spacing: -0.01rem;
}
.form_area tr:last-of-type th {
}
.form_area th span {
width: auto;
height: 20px;
margin: 0 0 0 5px;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}
.form_area td {
background-color: transparent;
width: 70%;
padding: 0 0 10px;
vertical-align: middle;
border: 0;
}
@media only screen and (max-width: 750px) {
.contact-content {
padding-top: 0;
box-shadow: none;
}
.form_area {
padding: 1rem;
}
.form_area th {
width: 100%;
padding-bottom: 5px;
display: flex;
justify-content: space-between;
}
.form_area th span {
margin: 0 0 0 0.5rem;
}
.form_area td {
width: 100%;
display: block;
}
.form_area tr:last-of-type th {
min-height: auto;
}
}
.req {
color: #fff;
background-color: #e64b5b;
font-size: 11px;
padding: 0.2rem;
border-radius: 3px;
}
.opt {
color: #fff;
background-color: #999999;
font-size: 11px;
padding: 0.2rem 0;
border-radius: 3px;
}
@media only screen and (max-width: 750px) {
.opt {
font-size: 13px;
padding: 0.3rem;
}
}
.form_area .wpcf7-form-control-wrap input {
font-size: 16px;
width: 100%;
height: 30px;
padding: 0 0.5rem;
border: 1px solid #999999;
border-radius: 3px;
-webkit-appearance: none;
}
input::placeholder {
color: #cccccc;
}
textarea::placeholder {
color: #cccccc;
}
#theform textarea {
font-size: 16px;
width: 100%;
height: 80px;
padding: 0.5rem;
border: 1px solid #999999;
border-radius: 3px;
-webkit-appearance: none;
}
@media only screen and (max-width: 750px) {
#theform textarea {
height: 120px;
}
}
.agreement {
background-color: #eee;
font-size: 12px;
height: 100px;
padding: 0.7rem;
overflow-x: hidden;
line-height: 1.5;
}
.agreement .title {
font-size: 13px;
font-weight: 700;
margin-bottom: 0.5rem;
}
.agreement ol li {
list-style-type: decimal;
margin: 0 0 1rem 1rem;
display: list-item;
}
.wpcf7-confirm,
.wpcf7-submit {
color: #fff;
background-color: #3bcf93 !important;
font-size: 18px !important;
font-weight: 700;
width: 300px !important;
height: auto !important;
margin: 1rem auto 0 !important;
padding: 15px !important;
text-align: center;
letter-spacing: .05rem;
font-feature-settings: "palt";
border: 0;
border: 3px solid #3bcf93 !important;
border-radius: 50px;
display: block;
-webkit-appearance: none;
cursor: pointer;
}
@media only screen and (max-width: 750px) {
.wpcf7-confirm,
.wpcf7-submit {
width: 100% !important;
}
}
.wpcf7-confirm:hover,
.wpcf7-submit:hover {
color: #3bcf93;
background-color: #fff;
border: 3px solid #3bcf93 !important;
cursor: pointer;
-webkit-appearance: none;
}
.wpcf7-back {
font-size: 14px;
width: 200px;
background-color: #fff;
color: #666;
margin: 1rem auto 0;
border: 0;
text-align: center;
display: block;
-webkit-appearance: none;
}
.wpcf7-back:hover {
color: #999;
cursor: pointer;
-webkit-appearance: none;
}
#theform span[role="alert"] {
color: #ff0000;
background-color: #FCD6D6;
display: block;
margin-top: 0.5rem;
padding: 0.5rem;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-spam-blocked,
div.wpcf7-response-output {
color: #ff0000;
background-color: #FCD6D6;
width: 100%;
display: block;
margin: 1rem 0 0!important;
padding: 0.5rem!important;
border: 0!important;
text-align: center;
line-height: 1.5;
}
.text_pp,
.text_pp .link_text {
margin-top: 0 !important;
}
.mt2rem {
margin-top: 2rem;
}
.mb2rem {
margin-bottom: 2rem;
}
.center {
text-align: center;
}
.form_ttl_h3 {
font-size: 24px;
font-weight: normal;
margin: 1rem 0 2rem;
text-align: center;
}
@media only screen and (max-width: 750px) {
.form_ttl_h3 {
font-size: 22px;
line-height: 1.5;
}
}
.wpcf7c-conf {
background-color: #cccccc!important;
border: 1px solid #cccccc!important;
}
input, select {
vertical-align: middle;
font-size: 16px;
width: 100%;
height: 34px;
padding: 0 0.5rem;
border: 1px solid #999999;
border-radius: 3px;
}
br.sp {
line-height: 0;
}
.wpcf7-not-valid-tip {
margin-top: 0.5rem;
}
.ttl03 {
font-size: 42px;
font-weight: normal;
margin-bottom: 35px !important;
text-align: center;
line-height: 1.4;
}
section {
}
.mt2rem {
margin-top: 2rem;
}
header {
display: none !important;
}
.site-main,
.entry-content {
margin-top: 0 !important;
padding-top: 0 !important;
}
.wpcf7 {
width: 100%;
border: none;
background: initial;
padding: auto;
margin: auto;
font-size: initial;
}
.wpcf7 p {
font-size: 80%;
margin-bottom: 0;
line-height: 1.75;
}
.wpcf7 form {
margin: 0 !important;
}
@media only screen and (max-width: 750px) {
.wpcf7 p {
}
.ttl03 {
font-size: 26px;
}
}
#form_header {
background: url(https://mvsk.jp/wp-content/themes/source_tcd045/img/common/header_bg.svg) no-repeat left bottom #fff;
width: 100%;
height: 90px;
margin: 0 auto;
padding: 0 1rem;
border-bottom: 1px solid #ddd;
position: relative;
z-index: 10;
display: flex;
align-items: center;
}
#form_header > .ttl {
font-size: 24px;
width: 100%;
height: 100%;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 0;
left: 0;
line-height: 1.3;
}
#form_column2 {
display: flex;
flex-flow: row wrap;
}
.column_left,
.column_right {
width: 50%;
padding: 40px 60px;
}
.column_right {
background-color: #fffadf;
position: relative;
}
.column_left > .tel_button {
width: 100%;
margin-top: 1rem;
}
@media only screen and (max-width: 750px) {
#form_header #logo_image {
display: none;
}
#form_header > .ttl {
font-size: 20px;
}
.column_left,
.column_right {
width: 100%;
padding: 20px;
}
.column_left > .tel_button {
display: none;
}
}
.form_ul {
background-color: #f5f5f5;
margin: 10px 0 0 ;
padding: 15px 15px 15px 35px;
border-radius: 10px;
}
.form_ul > li {
list-style: disc;
line-height: 1.3;
}
.form_ul > li:not(:first-of-type) {
margin-top: 10px;
}
.fuki {
font-size: 80%;
font-weight: bold;
background-color: #F7E900;
padding: 5px;
border: 1px solid #333;
border-radius: 50px;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
line-height: 1.5;
position: absolute;
top: 40px;
left: 40px;
z-index: 11;
}
@media only screen and (max-width: 750px) {
.fuki {
top: -12px;
left: 20px;
}
} .caption_flex {
display: flex;
justify-content: space-between;
}
.caption_flex > .box { position: relative;
}
.caption_flex > .box > .ttl {
line-height: 1.3;
font-feature-settings: "palt";
letter-spacing: .1rem;
}
#top_fv_form > .fuki {
top: 7px;
left: 7px;
border: 0;
}
.top_fv_form_area {
width: 48%;
position: absolute;
top: -640px;
right: 0;
}
.top_fv_form_area02 {
width: 48%;
position: absolute;
right: 0;
bottom: 0;
}
#top_fv_form {
background-color: #fffadf;
max-width: 500px;
height: 550px;
padding: 5px 20px 20px;
border-radius: 20px 20px 0 0;
overflow: hidden;
position: relative;
}
#top_fv_form > .text {
font-size: 110%;
font-weight: bold;
margin-bottom: 10px;
text-align: center;
}
#top_fv_form .wpcf7 {
margin: 0 !important;
padding: 0;
}
#top_fv_form::-webkit-scrollbar{
width: 6px;
}
#top_fv_form::-webkit-scrollbar-track{
background-color: #ccc;
}
#top_fv_form::-webkit-scrollbar-thumb{
background-color: #333;
}
@media only screen and (max-width: 767px) {
.caption_flex > .box {
width: 100%;
}
.caption_flex > .box > .ttl {
font-size: 28px !important;
line-height: 1.5;
}
.top_fv_form_area {
display: none;
}
.top_fv_form_area02 {
width: 100%;
margin-top: 1rem;
position: static;
}
.top_fv_form_area02 > #top_fv_form {
width: 100%;
max-width: none;
height: auto;
padding-top: 40px;
overflow-y: auto;
overflow-x: auto;
}
}
.wpcf7-spinner {
width: 20px;
height: 20px;
}
.grecaptcha-badge1 {
margin: 10px auto;
}