@charset "UTF-8";

/*--------------------------------------

index.css
2026.03.19

---------------------------------------*/
.unitType01 table.tableC01 {
width:720px;
margin:15px 0 0 0;
}

p.cautionTxt{
margin:0 0 20px 20px;
}

span.orange{
color:#FE8300;
}

.textBoxA01{
width:50%;
}
.textBoxB01{
width:90%;
}
.textBoxC01{
width:40px;
border:1px solid #e4e4e4;
}
.textBoxD01{
width:90px;
border:1px solid #e4e4e4;
}
.textBoxE01{
width:200px;
border:1px solid #e4e4e4;
}

.txtA001 {
padding: 50px 20px 15px 20px;
}

#otoiawase {
position: relative;
width: 199px;
margin: 30px 10px 0;
padding: 0;
border:1px solid #e0e0e0;
background-color:#f6f6f6;
}
#otoiawase-inner {
margin:10px 15px;
}
#otoiawase-inner p {
line-height:1.6;
}
table.tableC01 th {
  background-color: #f3f3f3;
  padding: 10px;
  word-break: break-all;
  font-weight: normal;
  vertical-align: top;
  line-height: 1.6;
  white-space: nowrap;
}
.orange-txt {
  color: #FE8300;
}
.input-text {
  width: 95%;
  padding: 8px;
  color: #222;
  vertical-align: middle;
  border: 1px solid #e1e1e1;
  background-color: #fcfcfc;
}
@media screen and (max-width: 768px) {
  .input-text {
    width: 100%;
  }
}
.input-text_s {
  width: 50%;
  margin-left: 10px;
  padding: 8px;
  color: #222;
  vertical-align: middle;
  border: 1px solid #e1e1e1;
  background-color: #fcfcfc;
}
.textarea {
  width: 95%;
  padding: 10px 12px;
  background-color: #fcfcfc;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
}
@media screen and (max-width: 768px) {
  .textarea {
    width: 100%;
  }
}
.textarea-mid {
  width: 90%;
  height: 50px;
  padding: 5px;
  background-color: #fcfcfc;
  border: 1px solid #e1e1e1;
}
@media screen and (max-width: 768px) {
  .textarea-mid {
    width: 100%;
  }
}
.input-text, .input-text_s, .text-area {
  padding: 10px 12px;
  line-height: 2;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.input-text_s {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .input-text_s {
    width: 100%;
  }
}
select {
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ddd;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  select {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .input-text, .text-area {
    width: 100%;
    padding: 10px;
  }
}
.wpcf7-radio .wpcf7-list-item {
  display: block;
}
.wpcf7-list-item {
  margin: 0 !important;
}
input.wpcf7-captchar {
  width: 30%;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 1.2rem;
  border: 1px solid #e1e1e1;
}
@media screen and (max-width: 768px) {
  input.wpcf7-captchar {
    width: 100%;
  }
}
.contact-box div label {
  font-size: 1.2rem;
}
.wpcf7-submit, .wpcf7-confirm, .wpcf7-back, .wpcf7-previous {
  margin-top: 20px;
  padding: 16px 80px;
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 0.2em;
  border: none;
  border-radius: 6px;
  background-color: #333;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .wpcf7-submit, .wpcf7-confirm, .wpcf7-back, .wpcf7-previous {
    width: 100%;
    margin: 30px auto 0;
    padding: 20px 40px;
  }
}
.wpcf7-submit:hover, .wpcf7-confirm:hover, .wpcf7-back:hover, .wpcf7-previous:hover {
  opacity: 0.6;
}
.wpcf7-previous {
  margin-right: 30px;
  background-color: #bdbdbd;
}
.wpcf7 > form input[type="submit"][disabled], .wpcf7 > form input[type="submit"][disabled]:hover, .wpcf7 > form input[type="submit"][disabled]:focus {
  background-color: #ccc;
}
.wpcf7-submit:disabled, .wpcf7-confirm:disabled {
  cursor: not-allowed;
}
.wpcf7 form .wpcf7-response-output {
  margin: 20px 0 10px !important;
  padding: 10px !important;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  border: none !important;
}
.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 {
  background-color: #46b450; /* Green */
  margin-bottom: 120px !important;
  padding: 40px 20px !important;
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: center;
}
.wpcf7-response-output {
  font-size: 1.2rem;
  margin-bottom: 100px;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  background-color: #dc3232; /* Red */
}
.wpcf7 form.spam .wpcf7-response-output {
  background-color: #f56e28; /* Orange */
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: #ffb900; /* Yellow */
}
.wpcf7-not-valid-tip {
  font-size: 1.2rem !important;
}
form.sent table, form.sent p, form.sent div label, form.sent .wpcf7-submit, form.sent .wpcf7-spinner {
  display: none;
}
form.sent .contact-box {
  padding: 0 0 200px;
}
.ebd_results {
  margin: 0 15px 60px;
  padding: 20px 20px 0 20px;
  font-size: 1.2rem;
  line-height: 1.6;
  border: 3px solid #f00;
}
form.sent table, form.sent .download-inner p, form.sent .download-inner label {
  display: none;
}
.wpcf7 form.sent .table-corp, .wpcf7 form.sent .table-corp td {
  border: none;
}
.grecaptcha-badge {
  bottom: 10px !important;
}
.input-wrap {
  padding: 20px 0;
  text-align: center;
  line-height: 1.4;
}
