body,h1,h2,h3,h4,h5,h6,p,input,textarea,select{font-family:"Yu Gothic","YuGothic","Hiragino Kaku Gothic Pro","Meiryo",verdana,"Osaka","MS PGothic",Sans-Serif}table.mailform{width:100%;margin:0 auto;border-collapse:separate;border-spacing:0px 5px;font-size:16px}table.mailform th,table.mailform td{padding:15px}table.mailform th{background:#ddd;vertical-align:middle;text-align:left;width:30%;overflow:visible;position:relative;color:#222222;font-weight:600;font-size:16px}table.mailform th:after{display:none;left:100%;top:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(136,183,213,0);border-left-color:#222222;border-width:10px;margin-top:-10px}@-moz-document url-prefix(){table.company th::after{float:right;padding:0;left:30px;top:10px;content:" ";height:0;width:0;position:relative;pointer-events:none;border:10px solid transparent;border-left:#295890 10px solid;margin-top:-10px}}table.mailform td{color:#222222;background:#ffffff;width:70%;padding-left:10px;border:1px solid rgb(222,222,222)}span.require{margin-left:5px;background-color:#c70000;border-radius:5px;color:#ffffff;font-size:12px;line-height:1.2;padding:5px 5px 5px 5px;position:relative}table.in{width:100%;border-collapse:separate;border-spacing:0}table.in th:first-child{border-radius:5px 0 0 0}table.in th:last-child{border-radius:0 5px 0 0;border-right:1px solid #3c6690}table.in th{text-align:center;color:white;background:linear-gradient(rgb(255 105 0 / 63%),#ea1919);border-left:1px solid #c3c4c7;border-top:1px solid #c3c4c7;border-bottom:1px solid #c3c4c7;box-shadow:0px 1px 1px rgb(255 255 255 / 30%) inset;width:25%;padding:10px 0}table.in td{text-align:center;border-left:1px solid #a8b7c5;border-bottom:1px solid #a8b7c5;border-top:none;box-shadow:0px -3px 5px 1px #eee inset;width:25%;padding:10px 0}table.in td:last-child{border-right:1px solid #a8b7c5}table.in tr:last-child td:first-child{border-radius:0 0 0 5px}table.in tr:last-child td:last-child{border-radius:0 0 5px 0}.entry-content table:not(.variations){border:0px solid #eee;margin:0 0 15px;text-align:left;width:100%}div.et_pb_section.et_pb_section_0{background-image:url(https://soft-cash.net/wp-content/uploads/2022/02/top_02.jpg)!important}.et_pb_text_0.et_pb_text{color:#FFFFFF!important}.et_pb_text_0{line-height:1.8em;font-weight:800;font-size:32px;letter-spacing:1px;line-height:1.8em}@media only screen and (max-width:980px){.et_pb_text_0{font-size:32px}}@media only screen and (max-width:767px){.et_pb_row_0.et_pb_row{padding-top:0px!important;padding-bottom:0px!important;padding-top:0px!important;padding-bottom:0px!important}.et_pb_text_0{font-size:26px}}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}