@charset "utf-8";
/*==================================
フォーム
==================================*/
.caution-color {
  color: #e24545;
}
::placeholder {
  color: #98AFBF;
}
.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: 0.9rem;
  border: none;
  background: #E5EBEE;
  border: solid 1px #023A63;
}
.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;
  border: solid 1px #023A63;
}
.table-form th span {
  padding: 5px 7px;
  color: #fff;
  font-size: 0.9rem;
  margin-left: 5px;
  display: inline-block;
  line-height: 1;
  background: #AA4242
}
.table-form th span.is-optional {
  background: #A3A8AA;
}
/*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;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.25rem;
}
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;
}
.required-label {
  background-color: #a94742;
  color: white;
  padding: 4px 10px;
  font-weight: bold;
}
/*--チェックボックス--*/
.checkbox-privacy {
  margin: 50px 0 70px;
}
.checkbox-privacy label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.checkbox-privacy p {
  display: flex;
  align-items: center;
}
.checkbox-privacy a {
  text-decoration: underline;
  color: inherit;
}
.checkbox-privacy p br {
  display: none;
}
.wpcf7-list-item {
  display: block;
  line-height: 1;
}
.wpcf7-list-item + .wpcf7-list-item {
  margin-top: 8px;
}
input[type="checkbox"] {
  display: none;
}
.wpcf7-list-item-label {
  position: relative;
  height: 28px;
  line-height: 28px;
  padding-left: 36px;
  display: inline-block;
}
.wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  /* border: 2px solid; */
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  background: #E5EBEE;
  border: solid 1px #023A63;
}
input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 8px;
  height: 6px;
  border-top: 3px solid #3d8582;
  border-right: 3px solid #3d8582;
  transform: rotate(135deg);
  position: absolute;
  left: 5px;
  top: 4px;
}
.contact [type=submit] {
  position: relative;
  display: inline-block;
  background: #20C7B0;
  color: #ffff;
  padding: 25px 20px 25px 40px;
  max-width: 380px;
  width: 100%;
  font-size: 1.25rem;
  text-align: left;
}
.contact .link-btn {
  position: relative;
}
.contact .link-btn:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
}
.contact .detail-box {
  margin-bottom: 30px;
}
.contact .detail-box p:first-child {
  margin-bottom: 70px;
}
.contact main {

    padding-bottom: 130px;
}
.contact .detail-box span {
  padding: 5px 7px;
  color: #fff;
  font-size: 0.9rem;
  margin-left: 5px;
  display: inline-block;
  line-height: 1;
  background: #AA4242;
  margin-right: 5px;
}
.contact .table-form tr th, .contact .table-form td {
  border-bottom: none;
  background: none;
  padding-left: 0;
}
.contact .table-base tr th {
  border-top: none;
  /* background: #e5eaed; */
  border-left: none;
}
.contact .table-form tr:first-child td {
  border-top: none;
}
.contact .table-form td textarea {
  border-radius: 0;
}
.thanks {}