
/***********
contact
************/

.contact{
  padding: 3em 8%;
  background-color: #fff;
  border: 1 solid rgba(0, 0, 0, 0.1);
}

.contact-table {
  width: 100%;
}

.contact-table tr {
}

.contact-table th {
  text-align: left;
  vertical-align: top;
  padding: 1.5em 0 0.5em 50px;
  font-size: 1.24rem;
  font-weight: bold;
  width: 18em;
  position: relative;
}

.contact-table td {
  padding: 1em 0 0.5em 10px;
  font-size: 1.31rem;
}

.contact-table-item:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px dashed #aaa;
  margin-bottom: 20px;
}

.contact-table-title {
  font-weight: 600;
  font-size: 1.31rem;
  margin-bottom: 0.3em;
}

.contact-frame {
  margin: 30px 0;
  height: 200px;
  overflow: auto;
  border: 1px solid #ddd;
  background-color: #f6f6f6;
}
.contact-frame-inner {
  padding: 25px;
}

.contact-agreement {
  text-align: center;
  padding: 4em 0 0;
}
.contact-agreement a {
  cursor: pointer;;
}
.contact-agreement-title {
  font-size: 170%;
  font-weight: 600;
}
.contact-agreement-title::after {
  content: "";
  display: block;
  width: 3em;
  height: 2px;
  background-color: #000;
  margin: 0.4em auto 0.8em;
}
.contact-agreement-text {
  line-height: 1.8;
  font-size: 124%;
}

.contact-agreement-check {
  font-size: 1.54rem;
  font-weight: bold;
  line-height: 1.2;
  padding-top: 20px;
  cursor: pointer;
}
.contact-agreement-check label {
  cursor: pointer;
}

.contact-submit {
  text-align: center;
  padding: 2em 0 4em;
}


.contact-submit-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  display: inline-block;
  width: auto;
  padding: 1em 2em ;
  min-width: 22em;
  font-size: 1.54rem;
  font-weight: 500;
  font-family: var(--font-family-gothic);
  color: #333;
  text-decoration: none !important;
  text-align: center;
  border: 2px solid #333;
  background-color: #fff;
  transition: all 0.2s ease;
  position: relative;
  cursor: pointer;
}
.contact-submit-btn::after {
  font-family: 'Font Awesome 6 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-weight: 900; /* fas */
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f054";
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}

.contact-submit-btn.-small {
  padding: 1em 3em ;
  min-width: 16em;
  font-size: 1.24rem;
}

body.is-pc .contact-submit-btn:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
}

.contact-submit-btn:disabled{
  cursor:not-allowed;
  opacity: 0.2;
}
.contact-submit-btn-back{
  background-color: #eee;
  color: #aaa;
}
.contact-submit-btn-back:hover{
  background-color: #ddd;
  color: #888;
}
.contact-submit-btn-back::after{
  display: none;
}

@media screen and (max-width:834px) {


  .contact{
    border-width: 10px;
    padding: 1em 5%;
    margin-left: -3%;
    margin-right: -3%;
  }


  .contact-table,
  .contact-table thead,
  .contact-table tbody,
  .contact-table tfoot,
  .contact-table tr,
  .contact-table th,
  .contact-table td {
    display: block;
    width: 100%;
  }
  .contact-table tr {
    padding: 20px 0;
  }

  .contact-table th {
    padding: 0 0 10px 50px;
    font-size: 1.24rem;
  }

  .contact-table td {
    padding: 0;
    font-size: 1.16rem;
  }

  .contact-table-item:not(:last-child) {
    padding-bottom: 10px;
    border-bottom: none;
    margin-bottom: 10px;
  }

  .contact-frame {
    margin: 15px 0;
    height: 120px;
    font-size: 0.85rem;
  }
  .contact-frame-inner {
    padding: 15px;
  }

  .contact-agreement {
    padding: 15px 0;
  }
  .contact-agreement-title {
    font-size: 139%;
  }
  .contact-agreement-text {
    line-height: 1.8;
    font-size: 1rem;
    text-align: left;
  }

  .contact-agreement-check {
    font-size: 1.31rem;
    padding-top: 20px;
    letter-spacing: 0;
  }

  .contact-submit {
    text-align: center;
    padding: 20px 0 40px;
  }

  .contact-submit-btn{
    font-size: 139%;
    min-width: 15em;
  }

}


/***********
input
************/

.input-icon {
  display: inline-block;
  width: 3.2em;
  padding: 5px 0px;
  font-size: 12px;
  border-radius: 3px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  position: absolute;
  left: 0;
  top: 2.1em;
}

.input-icon.input-icon-required {
  background-color: #E3604B;
  color: #fff;
}

.input-icon.input-icon-option {
  background-color: #ddd;
}
.input-icon.input-icon-confirm {
  background-color: #05c;
  color: #fff;
}
.is-completed .input-icon {
  background-color: #00e852;
  color: #fff;
}


.input-text,
.input-textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  padding: 0 10px;
  min-height: 40px;
  border-radius: 5px;
  box-sizing: border-box;
  font-family: var(--font-family-gothic);
}
.input-text{
  line-height: 40px;
}
.input-textarea{
  padding: 5px 10px;
  line-height: 1.5;
}

.input-text:focus,
.input-textarea:focus {
  box-shadow: 0 0 6px #09f;
  background-color: #fff;
}

.input-file{
  width: 100%;
  background-color: #f0f0f0;
  padding: 20px 30px;
}

.input-select {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../../img/select_arrow.png) no-repeat right center;
  font-size: 16px;
  padding: 0 25px 0 10px;
  min-height: 40px;
  line-height: 40px;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #eee;
  font-family: var(--font-family-gothic);
}

.input-full {
  width: 100%;
  box-sizing: border-box;
}

.input-half {
  width: 70%;
  box-sizing: border-box;
}

.input-medium {
  width: 15em;
  box-sizing: border-box;
}

.input-small {
  width: 130px;
  box-sizing: border-box;
}


.input-heading{
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  margin: 2px 0 0 2px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  z-index: 9;
  opacity: 0.5;
}
.input-zip{
  width: 200px;
  padding-left: 46px;
}

.input-zip-btn{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  height: 38px;
  line-height: 40px;
  margin: 0;
  padding: 0 20px;
  border: none;
  border-radius: 5px;
  background-color: #514540;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-decoration: none;
  vertical-align: middle;
  margin-left: 10px;
  cursor: pointer;
}


@media screen and (max-width:834px) {

  .input-icon {
    width: 3.2em;
    font-size: 12px;
    right: auto;
    top: 0;
  }

  .input-text,
  .input-textarea {
    font-size: 16px;
    min-height: 44px;
  }
  .input-text{
    line-height: 1.5;
  }
  .input-textarea{
  }

  .input-select {
    min-height: 44px;
    line-height: 44px;
  }

  .input-full {
    width: 100%;
  }

  .input-half {
    width: 100%;
  }

  .input-small {
  }

  .input-heading{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  .input-zip{
    width: 10em;
    padding-left: 42px;
  }

  .input-zip-btn{
    font-size: 13px;
    padding: 0 10px;
    margin-left: 5px;
  }

}

/***********
radio
************/

input[type='radio']{
  margin-right: 0.5em;
}
input[type='checkbox']{
  margin-right: 0.5em;
}

.input-choice input[type='radio']:checked {
  filter: grayscale(100%) brightness(150%);
}
.input-choice input[type='checkbox']:checked {
  filter: grayscale(100%) brightness(150%);
}
.input-choice.-flex {
  display: flex;
  flex-wrap: wrap;
}
.input-choice label {
  display: inline-block;
  min-width: 14em;
  background-color: #fff;
  padding: 0.5em 0.6em 0.4em;
  font-size: 1.24rem;
  font-weight: 500;
  font-feature-settings: "palt";
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}
.input-choice label:hover {
  border-color: #333;
}
.input-choice label.is-active,
.input-choice label:has(input:checked) {
  background-color: #333;
  color: #fff;
}


.input-choice.-flex.-small label {
  min-width: 8em;
}
@media screen and (max-width:834px) {

  .input-choice label {
    font-size: 1.24rem;
  }

}

/***********
flatpickr
************/

.flatpickr-group{
  position: relative;
}

.flatpickr-clear{
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1;
  font-family: Arial;
  font-size: 36px;
  font-weight: normal;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.3;
}
.flatpickr-clear:hover{
  opacity: 1;
}

.flatpickr-weekday {
  color: #fff !important;
}
/* 土日祝の色(日曜はじまり) */
.flatpickr-weekday:nth-child(1) {
  color: #ff8989 !important;
}

.flatpickr-weekday:nth-child(7) {
  color: #79e0ff !important;
}



/***********
confirm
************/

.confirm{
}
.confirm-table {
  width: 100%;
  border: 1px solid #ccc;
  font-size: 1.24rem;
}
.confirm-table tr {
  border: 1px solid #ccc;
}
.confirm-table th {
  background-color: #f0f0f0;
  padding: 1em 1.5em;
  text-align: left;
  vertical-align: top;
  width: 18em;
}
.confirm-table td {
  padding: 1em 1.5em;
  text-align: left;
  vertical-align: top;
}


.confirm-submit {
  display: flex;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 0;
}
.confirm-submit li {
  width: 100%;
  text-align: center;
}


@media screen and (max-width:834px) {

  .confirm-table {
    letter-spacing: 0;
    font-size: 93%;
  }
  .confirm-table tr {
  }
  .confirm-table th {
    width: 10em;
    padding: 12px 10px;
  }
  .confirm-table td {
    padding: 12px 10px;
  }

  .confirm-submit {
    padding: 20px 0;
  }
  .confirm-submit li:first-child {
  }
  .confirm-submit li:last-child {
  }

}

/***********
requestReport
************/

.requestReport {
  padding-top: 3em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.requestReport-section {
  width: 47%;
  position: relative;
  padding-bottom: 4em;
}
.requestReport-section > input {
  position: absolute;
  opacity: 0;
}
.requestReport-section > label {
  height: 100%;
  display: block;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  padding: 0 25px;
  position: relative;
}
.requestReport-section > label::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 2px solid #aaa;
  background-color: #fff;
  position: absolute;
  left: 25px;
  top: 35px;
  z-index: 10;
}
.requestReport-section > label::after {
  content: "";
  display: block;
  width: 8px;
  height: 15px;
  border: 5px solid #f00;
  border-top: none;
  border-left: none;
  position: absolute;
  left: 33px;
  top: 36px;
  transform: rotate(45deg);
  opacity: 0;
  z-index: 10;
}

body.is-pc .requestReport-section:hover > input:not(:checked) + label {
}
body.is-pc .requestReport-section:hover > input:not(:checked) + label::after {
}
.requestReport-section > input:checked + label {
  border-color: red;
  background-color: rgba(255, 137, 137, 0.2);
}
.requestReport-section > input:checked + label .requestReport-container::before {
}
.requestReport-section > input:checked + label::before {
}
.requestReport-section > input:checked + label::after {
  opacity: 1;
}


.requestReport-container {
  display: flex;
  align-items: center;
  padding: 2em 0;
  position: relative;
}

.requestReport-img {
  width: 45%;
}
.requestReport-inner {
  flex: 1;
  padding-left: 5%;
}

.requestReport-title {
  padding: 5px 10px 5px 45px;
  border-bottom: 1px solid #aaa;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 110px;
  line-height: 1.3;
  font-feature-settings: "pkna";
}
.requestReport-title span {
  display: block;
  font-size: 170%;
}
.requestReport-title small {
  display: block;
  font-size: 116%;
  padding-top: 0.2em;
}

@media screen and (max-width:834px) {

  .requestReport {
    padding-top: 2em;
    display: block;
    max-width: 480px;
    margin: 0 auto;
  }
  .requestReport-section {
    width: auto;
    padding-bottom: 2em;
  }
  .requestReport-section > input {
  }
  .requestReport-section > label {
    padding: 0 15px;
  }
  .requestReport-section > label::before {
    width: 24px;
    height: 24px;
    left: 15px;
    top: 25px;
  }
  .requestReport-section > label::after {
    left: 23px;
    top: 26px;
  }



  .requestReport-container {
    padding: 1em 0;
    position: relative;
  }

  .requestReport-img {
    width: 35%;
  }
  .requestReport-inner {
    padding-left: 1em;
    font-size: 93%;
  }

  .requestReport-title {
    padding: 5px 10px 5px 45px;
    min-height: 80px;
    font-feature-settings: "palt";
  }
  .requestReport-title span {
    display: block;
    font-size: 131%;
  }
  .requestReport-title small {
    font-size: 100%;
  }

}
