@charset "utf-8";
/*==================================
フォーム
==================================*/
.caution-color {
  color: #e24545;
}
::placeholder {
  color: #b1b1b1;
}
.page-child .kv-page-area h1 {
  top: 0;
}
main .content-wrap {
  max-width: 1135px;
}
main {
  padding: 4% 0 5%;
}
main .detail-box {
  margin-bottom: 35px;
}
main .personal-information p {
  font-size: 0.95rem;
  text-align: left;
}
main .personal-information ul li {
  margin-bottom: 6px;
  font-size: 0.85rem;
}
main .personal-information ul li:last-child {
  margin-bottom: 0;
}
main .personal-information {
  width: 100%;
  margin-top: 50px;
  padding: 30px 15px;
  border: solid 1px #dadada;
  font-size: 0.9rem;
}
main .personal-information h2 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}
main .personal-information ul {
  margin-left: 7%;
}
main .personal-information .ttl-box {
  padding: 20px;
  background: #f1f1f1;
}
.table-form {
  width: 100%;
}
.table-form th {
  font-weight: normal;
  text-align: left;
  width: 24%;
}
.table-form tr th, .table-form td {
  margin-bottom: 0;
  padding: 25px 20px;
  border-bottom: solid 1px #dce4e4;
  background: none;
}
.table-form tr:first-child th, .table-form tr:first-child td {
  background: none;
  border-top: solid 1px #dbe4e4;
}
.table-form tr:last-child th, .table-form tr:last-child td {
  padding-bottom: 0;
  border-bottom: none;
}
.table-form tr:last-child th {
  border: none;
}
.table-form td input {
  margin: 0;
  padding: 15px 10px;
  width: 100%;
  font-size: 15px;
  border: none;
  border-radius: 3px;
  background: #e5eaed;
}
.table-form .ticket-date-box td {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.table-form .ticket-date-box td span {
  width: 100%;
  margin-right: 6px;
}
.table-form .ticket-date-box td .date-box {
  width: 10px;
  margin-right: 4%;
}
.table-form td textarea {
  width: 100%;
  font-size: 15px;
  padding: 10px;
  border: none;
  border-radius: 3px;
  background: #e5eaed;
  min-height: 200px;
  vertical-align: bottom;
  text-align: justify;
}
.table-form th span {
  padding: 3px 4px;
  border: solid 1px #e24545;
  color: #e24545;
  font-size: 0.6rem;
  margin-left: 5px;
  border-radius: 100px;
  display: inline-block;
  line-height: 1;
}
/*selectボタン*/
select {
  position: relative;
  right: 0;
  width: 39%;
  padding: 15px 10px;
  line-height: 1;
  border: none;
  border-radius: 3px;
  color: #333;
  background-color: #e5eaed;
  appearance: none;
  -moz-appearance: none;
  vertical-align: middle;
  -webkit-transition: background-color .24s ease-in-out;
  transition: background-color .24s ease-in-out;
  -webkit-appearance: none;
  background-image: url(../images/common/ico-arrow-down.png);
  background-repeat: no-repeat;
  background-position: 94% center;
  background-size: 11px;
}
.btn-area {
  margin-top: 35px;
  text-align: center;
}
[type=submit], [type=button] {
  -webkit-appearance: button;
  margin: 0;
  padding: 15px 20px;
  color: #fff;
  font-weight: bold;
  border: none;
  cursor: pointer;
  background: #333;
  border-radius: 0;
  max-width: 140px;
  width: 100%;
}
input[name="submitBack"] {
  background: #5a5959;
}
main .list-box {
  padding: 50px;
  margin-left: 0;
}
.caution-area {
  margin-top: 80px;
}
.caution-area .ttl {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 600;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border: none;
  background: #dc3232;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 0.8rem;
  max-width: 390px;
  margin: 30px auto;
}
.contact-form-area .wpcf7-not-valid-tip {
  font-size: 0.9rem;
}
.wpcf7-spinner {
  display: none;
}
input[name="submitBack"] {
  margin-right: 7px;
}
.mw_wp_form input[type="file"] {
  width: inherit;
}
main ul.circle-list li:before {
  top: 8px;
}
.repair-confirm .table-form th {
  font-weight: normal;
  text-align: left;
  width: 33%;
}
.file-box {
  margin-top: 15px;
  border: solid 1px #e7e7e7;
  padding: 20px;
  border-radius: 3px;
}
.file-box b {
  margin-bottom: 10px;
  display: inline-block;
}
.file-box p {
  margin-bottom: 10px;
}
.confirm .file-box {
  display: none;
}
/*----side----*/
.sidebar h2 {
  font-size: 1.1rem;
}
.sidebar ul {
  margin-bottom: 20px;
}
.sidebar ul li {
  margin-bottom: 15px;
  font-size: 0.95rem;
}
.sidebar ul li:first-child a {
  padding-top: 15px;
}
.sidebar ul li a {
  display: block;
  padding: 0 5px 15px 5px;
  border-bottom: solid 1px #dadada;
}
.sidebar ul li a.active span {
  background: #e6e3e3;
  padding: 3px 5px;
  border-radius: 3px;
}
.sidebar ul li:last-child a {
  display: block;
  padding-bottom: 0;
  border-bottom: none;
}
/*----確認画面----*/
.confirm .table-form th {
  width: 31%;
}
.personal-information.sp-box {
  display: none;
}
/*==================================
dps
==================================*/
.dps-contact {
  margin: 0;
}
.dps-contact .table-form th {
  width: 36%;
}
.dps-contact .ttl-area .f-en {
  text-transform: inherit;
}
.dps-contact .ttl-area .f-en span {
  font-size: 3.8rem;
  letter-spacing: 0.1px;
  font-family: 'Nunito', sans-serif;
}
.dps-contact .ttl-area .f-en span:nth-last-child(-n+4) {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
.dps-contact .is-animated .subttl {
  font-size: 1.6rem;
}
.dps-contact tr td .select-dps {
  display: none;
}
.dps-contact select {
  width: 39%;
}
.dps-contact select {
  width: inherit;
  background-image: none;
  pointer-events: none;
}
/*---dps確認---*/
.confirm.dps-contact tr td .select-dps {
  display: block;
}
.confirm.dps-contact .table-form th {
  width: 46%;
}
/*==================================
エントリー
==================================*/
.entry .ttl-area span {
  animation: 6s ease-in 3s infinite forwards running textColor;
  font-weight: normal;
}
@media screen and (max-width:1200px) {
  .entry .kv-page-area {
    margin: 24% 0 0;
  }
  .ttl-area .f-en span {
    font-size: 4rem;
  }
}
@media screen and (max-width:960px) {
  .entry .kv-page-area {
    margin: 24% 0 0;
  }
  table select {
    width: 100%;
    background-position: 98% center;
  }
}
@media screen and (max-width: 768px) {
  main .flex-content {
    display: block;
  }
  main .personal-information.sp-box {
    display: block;
    padding: 20px;
    margin: 35px 0 0;
  }
  main .personal-information .ttl-box {
    margin-bottom: 15px;
  }
  main .personal-information {
    display: none;
  }
  .confirm .personal-information {
    display: block;
    padding: 20px;
    margin: 35px 0;
  }
  main .personal-information ul {
    margin: 15px 0 0 11px;
  }
  .confirm main {
    padding-bottom: 0;
  }
  .confirm main .col4 {
    margin-bottom: 25px;
    width: 100%;
  }
  .confirm .table-form th span {
    padding: 2px 4px;
    font-size: 0.55rem;
  }
  .confirm .table-base tr:first-child th, .confirm .table-form th {
    padding-bottom: 2px;
    width: 100%;
    font-size: 0.75rem;
    color: #444;
  }
  .confirm .table-base tr:first-child td, .confirm .table-base tr td {
    font-size: 0.95rem;
  }
  main .personal-information h2 {
    font-size: 1rem;
  }
  .entry main .personal-information {
    display: block;
    margin-bottom: 45px;
    padding: 15px;
  }
}
@media screen and (max-width:640px) {
  .entry .kv-page-area {
    margin: 29% 0 0;
  }
  .contact main, .dps-contact main, main {
    padding-bottom: 0;
  }
  .btn-area {
    margin-top: 25px;
  }
  [type=submit], [type=button] {
    font-size: 0.9rem;
  }
  table select {
    background-position: 96% center;
  }
}
@media screen and (max-width:540px) {
  .entry .kv-page-area {
    margin: 36% 0 0;
  }
}
@media screen and (max-width:400px) {
  .entry .kv-page-area {
    margin: 40% 0 0;
  }
}