@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 !important;
}
.post_content p:not(:first-of-type) {
margin-top: 30px;
}
#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 {
}
}
.form_text {
margin: 10px 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-direction: column;
}
.form_area tr:not(:last-of-type) { }
.form_area th {
font-size: 16px;
font-weight: bold;
background-color: transparent;
width: 100%;
padding: 0;
letter-spacing: 0.05rem;
border: 0;
}
.form_area th p {
display: flex;
align-items: center;
line-height: 1.3;
}
.form_area tr:last-of-type th {
}
.form_area th span {
width: 28px;
height: 20px;
margin: 0 0 0 10px;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}
.form_area td {
background-color: transparent;
width: 100%;
padding: 0 0 10px;
vertical-align: middle;
border: 0;
}
.wpcf7c-elm-step1 {
font-size: 80% !important;
background-color: #fff;
padding-bottom: 15px;
border-radius: 3px;
border: 1px solid #f7e900;
}
.text_pp {
margin-top: 10px !important;
}
.text_pp a {
margin-top: 0 !important;
}
.wpcf7c-elm-step1 .pp {
padding: 0 15px;
display: block;
line-height: 1.5;
}
@media only screen and (max-width: 750px) {
.contact-content {
padding-top: 0;
box-shadow: none;
}
.form_area {
padding: 1rem;
}
.form_area th {
width: 100%;
display: flex;
justify-content: space-between;
}
.form_area th span {
width: auto;
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 0;
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) {
.req,
.opt {
font-size: 13px;
padding: 0.3rem;
}
}
.form_area .wpcf7-form-control-wrap input {
font-size: 16px;
padding: 0 0.5rem;
border: 1px solid #999999;
border-radius: 3px;
}
input::placeholder {
color: #cccccc;
}
textarea::placeholder {
color: #cccccc;
}
#theform textarea {
font-size: 16px;
width: 100%;
height: 100px;
padding: 0.5rem;
border: 1px solid #999999;
border-radius: 3px;
-webkit-appearance: none;
}
@media only screen and (max-width: 750px) {
#theform textarea {
}
}
.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;
font-weight: 700;
width: 300px !important;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding: 15px !important;
text-align: center;
letter-spacing: 0.1rem;
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-submit {
margin-top: 20px !important;
margin-bottom: 0.5rem;
}
.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;
}
.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: 16px;
margin-bottom: 0;
}
.wpcf7 form {
margin: 0 !important;
}
@media only screen and (max-width: 750px) {
.wpcf7 p {
font-size: 14px;
}
.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) {
#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-radius: 5px;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
line-height: 1.5;
position: absolute;
top: 8px;
z-index: 11;
}
@media only screen and (max-width: 750px) {
.fuki {
top: -12px;
}
}
.wpcf7 .wpcf7-acceptance input[type=checkbox] {
width: 25px;
height: 25px;
aspect-ratio: 1;
max-width: none;
margin: 0 10px 0 0;
padding: 0;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item {
margin: 0;
padding: 15px;
}
.wpcf7 .wpcf7-acceptance label {
display: flex;
align-items: center;
}
.wpcf7-acceptance .req {
margin-left: 5px;
padding: 2px;
}
@media only screen and (max-width: 750px) {
.wpcf7 .wpcf7-acceptance input[type=checkbox] {
padding: 5px 10px;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label {
line-height: 1.5;
}
.wpcf7 .wpcf7-acceptance label {
}
}