@charset "UTF-8";
/* ============================================================
PC
==============================================================*/
.repair #head_navi > ul > li:nth-child(6):before, .repair #head_navi > ul > li:nth-child(6):after {
  opacity: 1;
}

ul.cap {
  margin-top: 10px;
}
ul.cap li {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.666;
}

label {
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  box-sizing: border-box;
}
label:first-child {
  margin-left: 0;
}
label.radio, label.checkbox {
  cursor: pointer;
}

input[type=text] {
  padding: 9px;
  font-size: 14px;
  background-color: #eff0f2;
  border: 0;
  box-sizing: border-box;
}
input[type=text]::placeholder {
  color: #ababab;
}

textarea {
  padding: 15px;
  width: 100%;
  height: 235px;
  font-size: 14px;
  background-color: #eff0f2;
  border: 0;
  box-sizing: border-box;
}
textarea::placeholder {
  color: #ababab;
}

label.select {
  display: inline-block !important;
  position: relative;
}
/*label.select::after {*/
/*  content: "";*/
/*  display: block;*/
/*  width: 10px;*/
/*  height: 10px;*/
/*  border-right: 1px solid #000;*/
/*  border-bottom: 1px solid #000;*/
/*  position: absolute;*/
/*  right: 14px;*/
/*  top: 42%;*/
/*  z-index: 2;*/
/*  transform: translateY(-50%) rotate(45deg);*/
/*}*/
label.select select {
  padding: 9px 40px 9px 15px;
  height: 34px;
  font-size: 14px;
  font-weight: 300;
  background-color: #eff0f2;
  border: 0;
  border-radius: 17px;
  box-sizing: border-box;
  /*-webkit-appearance: none;*/
  /*appearance: none;*/
  cursor: pointer;
}

/*
INPUT ラジオボタン装飾
*/
label input[type=radio] + span {
  display: inline-block;
  margin: 0 0 10px;
  padding: 5px 0 5px 30px;
  color: inherit;
  font: inherit;
  line-height: 1;
  box-sizing: border-box;
  position: relative;
}
label input[type=radio] + span::before, label input[type=radio] + span::after {
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
}
label input[type=radio] + span::before {
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 1px solid #4679c2;
  left: 0;
}
label input[type=radio] + span::after {
  width: 16px;
  height: 16px;
  background-color: #4679c2;
  left: 0;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: translateY(-50%) scale(0, 0);
  transform: translateY(-50%) scale(0, 0);
}

label input[type=radio] {
  visibility: hidden;
  margin: 0;
  width: 0;
}

label input[type=radio]:checked + span::after {
  -webkit-transform: translateY(-50%) scale(1, 1);
  transform: translateY(-50%) scale(1, 1);
}

/*
INPUT チェックボックス装飾
*/
label input[type=checkbox] + span {
  display: inline-block;
  padding: 0 0 0 25px;
  color: inherit;
  font: inherit;
  line-height: 1;
  box-sizing: border-box;
  position: relative;
}
label input[type=checkbox] + span::before, label input[type=checkbox] + span::after {
  content: "";
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
}
label input[type=checkbox] + span::before {
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #000;
  left: 0;
}
label input[type=checkbox] + span::after {
  width: 10px;
  height: 10px;
  background-image: url(../img/form_check.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  left: 4px;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: translateY(-50%) scale(0, 0);
  transform: translateY(-50%) scale(0, 0);
}

label input[type=checkbox] {
  visibility: hidden;
  width: 0;
  margin: 0;
}

label input[type=checkbox]:checked + span::after {
  -webkit-transform: translateY(-50%) scale(1, 1);
  transform: translateY(-50%) scale(1, 1);
}

input.ipt_text,
textarea.ipt_text,
select.ipt_text {
  background-color: #eff0f2;
  max-width: 100% !important;
}
input.ipt_text.is_err,
textarea.ipt_text.is_err,
select.ipt_text.is_err {
  background-color: rgb(255, 240, 245);
}
input.ipt_text.ipt_text_half,
textarea.ipt_text.ipt_text_half,
select.ipt_text.ipt_text_half {
  width: 40% !important;
}
input.ipt_text.ipt_text_small,
textarea.ipt_text.ipt_text_small,
select.ipt_text.ipt_text_small {
  width: 20% !important;
}
select.ipt_text {
  width: 260px;
}

.request__block {
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}
.request__block__inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1000px;
}
.request__block__title {
  margin-bottom: 16px;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.06em;
  position: relative;
}
.request__block__title::before {
  content: "";
  display: block;
  width: 55px;
  height: 26px;
  background-image: url(../img/icon_h2title.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  position: absolute;
  left: -70px;
  top: 20px;
}
.request__block__subtitle {
  margin-bottom: 60px;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
}
.request__date_time {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  width: 100%;
  max-width: 544px;
  background-color: #fff;
  border: 1px solid #ababab;
}
.request__date_time dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 38px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background-color: #ababab;
}
.request__date_time dd {
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 38px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.05em;
}
.request__map {
  margin: 0 auto 100px;
  width: 100%;
  max-width: 786px;
  position: relative;
}
.request__map__anchorlist li {
  position: absolute;
}
.request__map__anchorlist li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 30px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
.request__map__anchorlist li.sapporo {
  left: 54.5%;
  top: 8.8%;
}
.request__map__anchorlist li.sapporo a {
  background-color: #4a6cb2;
}
.request__map__anchorlist li.touhoku {
  left: 81%;
  top: 43.5%;
}
.request__map__anchorlist li.touhoku a {
  background-color: #a560a2;
}
.request__map__anchorlist li.tokyo {
  left: 70.5%;
  top: 70.5%;
}
.request__map__anchorlist li.tokyo a {
  background-color: #ec798c;
}
.request__map__anchorlist li.hokuriku {
  left: 38%;
  top: 47%;
}
.request__map__anchorlist li.hokuriku a {
  background-color: #8dc33e;
}
.request__map__anchorlist li.nagoya {
  left: 48.3%;
  top: 84%;
}
.request__map__anchorlist li.nagoya a {
  background-color: #00b09f;
}
.request__map__anchorlist li.hiroshima {
  left: 22.5%;
  top: 55%;
}
.request__map__anchorlist li.hiroshima a {
  background-color: #e95541;
}
.request__map__anchorlist li.osaka {
  left: 25.6%;
  top: 89%;
}
.request__map__anchorlist li.osaka a {
  background-color: #f5ab2d;
}
.request__map__anchorlist li.kyushu {
  left: 3%;
  top: 60.2%;
}
.request__map__anchorlist li.kyushu a {
  background-color: #00b3ec;
}
.request__map__table {
  margin: 50px auto 0;
  width: 100%;
  max-width: 700px;
}
.request__map__table thead th {
  padding: 7px 0;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #fff;
}
.request__map__table thead th:nth-of-type(1) {
  width: 20%;
  color: #fff;
  background-color: #ababab;
}
.request__map__table thead th:nth-of-type(2) {
  width: 32%;
  background-color: rgba(171, 171, 171, 0.2);
}
.request__map__table thead th:nth-of-type(3) {
  width: 48%;
  background-color: rgba(171, 171, 171, 0.2);
}
.request__map__table tbody td {
  padding: 20px 26px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.857;
  border: 1px solid #fff;
  vertical-align: top;
}
.request__map__table tbody td:nth-of-type(1) {
  color: #fff;
  font-weight: 500;
}
.request__map__table tbody tr:nth-of-type(1) td:nth-of-type(1) {
  background-color: #ec798c;
}
.request__map__table tbody tr:nth-of-type(1) td:nth-of-type(2) {
  background-color: rgba(236, 121, 140, 0.2);
}
.request__map__table tbody tr:nth-of-type(1) td:nth-of-type(3) {
  background-color: rgba(236, 121, 140, 0.2);
}
.request__map__table tbody tr:nth-of-type(2) td:nth-of-type(1) {
  background-color: #f5ab2d;
}
.request__map__table tbody tr:nth-of-type(2) td:nth-of-type(2) {
  background-color: rgba(245, 171, 45, 0.2);
}
.request__map__table tbody tr:nth-of-type(2) td:nth-of-type(3) {
  background-color: rgba(245, 171, 45, 0.2);
}
.request__map__table tbody tr:nth-of-type(3) td:nth-of-type(1) {
  background-color: #00b09f;
}
.request__map__table tbody tr:nth-of-type(3) td:nth-of-type(2) {
  background-color: rgba(0, 176, 159, 0.2);
}
.request__map__table tbody tr:nth-of-type(3) td:nth-of-type(3) {
  background-color: rgba(0, 176, 159, 0.2);
}
.request__map__table tbody tr:nth-of-type(4) td:nth-of-type(1) {
  background-color: #4a6cb2;
}
.request__map__table tbody tr:nth-of-type(4) td:nth-of-type(2) {
  background-color: rgba(74, 108, 178, 0.2);
}
.request__map__table tbody tr:nth-of-type(4) td:nth-of-type(3) {
  background-color: rgba(74, 108, 178, 0.2);
}
.request__map__table tbody tr:nth-of-type(5) td:nth-of-type(1) {
  background-color: #a560a3;
}
.request__map__table tbody tr:nth-of-type(5) td:nth-of-type(2) {
  background-color: rgba(165, 96, 163, 0.2);
}
.request__map__table tbody tr:nth-of-type(5) td:nth-of-type(3) {
  background-color: rgba(165, 96, 163, 0.2);
}
.request__map__table tbody tr:nth-of-type(6) td:nth-of-type(1) {
  background-color: #8dc33e;
}
.request__map__table tbody tr:nth-of-type(6) td:nth-of-type(2) {
  background-color: rgba(141, 195, 62, 0.2);
}
.request__map__table tbody tr:nth-of-type(6) td:nth-of-type(3) {
  background-color: rgba(141, 195, 62, 0.2);
}
.request__map__table tbody tr:nth-of-type(7) td:nth-of-type(1) {
  background-color: #e95541;
}
.request__map__table tbody tr:nth-of-type(7) td:nth-of-type(2) {
  background-color: rgba(233, 85, 65, 0.2);
}
.request__map__table tbody tr:nth-of-type(7) td:nth-of-type(3) {
  background-color: rgba(233, 85, 65, 0.2);
}
.request__map__table tbody tr:nth-of-type(8) td:nth-of-type(1) {
  background-color: #00b3ec;
}
.request__map__table tbody tr:nth-of-type(8) td:nth-of-type(2) {
  background-color: rgba(0, 179, 236, 0.2);
}
.request__map__table tbody tr:nth-of-type(8) td:nth-of-type(3) {
  background-color: rgba(0, 179, 236, 0.2);
}
.request__map__table tbody tr:nth-of-type(9) td:nth-of-type(1) {
  background-color: rgba(0, 179, 236, 0.2);
  color: #000;
  text-align: left;
}
.request__map__table tbody tr:nth-of-type(9) td:nth-of-type(2) {
  background-color: rgba(0, 179, 236, 0.2);
}
.request__form span.hissu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  width: 40px;
  height: 20px;
  color: #f00 !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  border: 1px solid #f00;
}
.request__form__box {
  margin-bottom: 46px;
}

.request__form__box.bx3 .request__form__title {
  margin-bottom: 10px;
}
.request__form__title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  color: #4679c2;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 400;
}
.request__form__title .num {
  display: inline-block;
  margin-right: 10px;
  padding-bottom: 5px;
  font-size: 28px;
  border-bottom: 2px solid #4679c2;
  line-height: 1;
}
.request__form__items__title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.request__form__item__table {
  width: 100%;
}
.request__form__item__table th {
  padding: 10px 10px 10px 0;
  width: 205px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: left;
  vertical-align: top;
}
.request__form__item__table th span.hissu {
  display: inline-flex;
}
.request__form__item__table td {
  padding: 6px;
}
.request__form__item__table td label {
  display: block;
  margin-left: 0;
}
.request__form__item__table td input[type=text] {
  width: 100%;
}
.request__form__item__table td ul.cap {
  margin-bottom: 12px;
}
.request__form__item__table td ul.cap a {
  position: relative;
  text-decoration: underline;
}
.request__form__item__table td ul.cap a::after {
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background-color: #000;
  content: '';
  transition: .3s;
}
.request__form__item__table td ul.cap a:hover::after {
  opacity: 0;
}
.request__doui__box {
  margin-top: 35px;
  padding: 24px 34px;
  border: 1px solid #ababab;
  box-sizing: border-box;
}
.request__doui__box dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.request__doui__box dt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  font-weight: 700;
}
.request__doui__box dt span {
  margin-left: 20px;
  font-size: 14px;
  font-weight: 300;
}
.request__doui__box dt span a {
  text-decoration: underline!important;
}
.request__doui__box dd {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 340px;
}
.request__doui__box dd label {
  margin: 0 0 0 20px;
}
.request__cad:not(:last-child) {
  margin-bottom: 70px;
}
.request__cad__logo {
  margin-bottom: 20px;
}
.request__cad__logo img {
  width: auto;
  height: 25px;
}
.request__cad__table {
  width: 100%;
  background-color: #fff;
}
.request__cad__table td {
  padding: 16px;
  width: 50%;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
}
.request__cad__table td.cad_title {
  border-right: 1px solid #ababab;
  border-bottom: 1px solid #ababab;
}
.request__cad__table td.cad_select {
  border-bottom: 1px solid #ababab;
}
.request__cad__table td.cad_select label {
  display: block;
  margin-left: 8px !important;
  margin-bottom: 3px;
}
.request__submit {
  display: flex;
  justify-content: center;
  gap: 35px;
  padding: 60px 0 120px;
  text-align: center;
}
.request__submit button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.15em;
  background-color: #4679c2;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}
.request__submit button:hover {
  opacity: 0.7;
}
.request__thanks {
  padding: 110px 0;
}
.request__thanks__inner {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1000px;
  box-sizing: border-box;
}
.request__thanks__h2title {
  margin-bottom: 35px;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
}
.request__thanks__msg {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
.request__download {
  padding: 110px 0;
}
.request__download__inner {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1000px;
  box-sizing: border-box;
}
.request__download__h2title {
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
}
.request__download__msg {
  margin-bottom: 135px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
.request__download__items {
  margin: 60px 0;
  padding: 30px 0 80px;
  width: 100%;
  background-color: #e2eeff;
  position: relative;
}
.request__download__items::before, .request__download__items::after {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  background-image: url(../img/bg_cad.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
}
.request__download__items::before {
  background-position: 50% 100%;
  top: 100%;
}
.request__download__items::after {
  background-position: 50% 0;
  bottom: 100%;
}
.request__download__items__inner {
  margin: 0 auto;
  padding: 20px;
  width: 100%;
  max-width: 1000px;
}
.request__download__items:not(:last-child) {
  margin-bottom: 70px;
}
.request__download__item:not(:last-child) {
  margin-bottom: 70px;
}
.request__download__item__logo {
  margin-bottom: 20px;
}
.request__download__item__logo img {
  width: auto;
  height: 25px;
}
.request__download__item__table {
  width: 100%;
  background-color: #fff;
}
.request__download__item__table td {
  padding: 8px 22px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
  box-sizing: border-box;
}
.request__download__item__table td.dl_title {
  border-right: 1px solid #ababab;
  border-bottom: 1px solid #ababab;
}
.request__download__item__table td.dl_size {
  width: 90px;
  text-align: center;
  border-right: 1px solid #ababab;
  border-bottom: 1px solid #ababab;
}
.request__download__item__table td.dl_icon {
  width: 70px;
  text-align: center;
  border-bottom: 1px solid #ababab;
}
.request__download__item__table td.dl_icon a {
  display: inline-block;
}
.request__download__item__table td.dl_icon a:hover {
  opacity: 0.7;
}
.request__download__item__table td.dl_icon img {
  width: 18px;
  height: auto;
}

/* ============================================================
section
==============================================================*/
#sec01 {
  width: 100%;
  padding: 100px 0;
}

#sec02 {
  width: 100%;
  padding: 50px 0;
}
#sec02 .request__block__title {
  margin-bottom: 40px;
}

#sec03 {
  margin: 100px 0;
  width: 100%;
  padding: 35px 0 50px;
  background-color: #e2eeff;
  position: relative;
}
#sec03::before, #sec03::after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background-image: url(../img/bg_cad.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
}
#sec03::before {
  background-position: 50% 100%;
  top: 100%;
}
#sec03::after {
  background-position: 50% 0;
  bottom: 100%;
}

@media (min-width: 762px) {
  .request__block__title br {
    display: none;
  }

  .request__block__subtitle br {
    display: none;
  }

  .request__date_time dd br {
    display: none;
  }

  .request__map__table tbody td:nth-of-type(2) span.dot {
    display: none;
  }

  .request__thanks__msg br.sp {
    display: none;
  }

  .request__download__h2title br.sp {
    display: none;
  }
}

.request__form__items__title__bottom p{
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.request__form__items__title__bottom p:last-child {
  margin-bottom: 40px;
}


.request__other__btn {
  width: 750px;
  margin: 0 auto 50px;
}
.request__other__btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 0;
  background-color: #4679c2;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 2rem;
  color: #ffffff;
  transition: all 0.5s ease 0s;
}
.request__other__btn a::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: solid 3px #fff;
  border-bottom: solid 3px #fff;
  position: absolute;
  top: 52%;
  right: 16px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.request__other__btn a:hover {
  background-color: #7a9fd4;
}
.request__other__btn br {
  display: none;
}


#sec01[data-scene="input"] .js_conf_control {
  display: none !important;
}
#sec01[data-scene="confirm"] .js_input_control {
  display: none !important;
}

#sec01[data-scene="confirm"] .request__block__title  {
  margin-bottom: 32px;
}


.request__block__error {
  display: none;
  padding: 12px;
  margin: 40px 0 40px;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  color: rgb(220, 20, 60);
  border: 1px solid rgb(220, 20, 60);
  background-color: rgb(248, 215, 218);
  cursor: default;
  height: auto;
  border-radius: 3px;
  box-sizing: border-box;
}
.request__block__error.is_err {
  display: block;
}

.mi-sp {
  display: none;
}

.conf_msg {
   font-size: 16px;
}
.err_msg {
  display: none;
  margin-bottom: 1em;
  font-size: 1.3rem;
  color: red;
}
.err_msg.is_err {
    display: block;
}

.js_conf_btn:disabled {
  background-color: #999;
  cursor: default;
  opacity: 0.7;
  transition: all 0.3s;
}

.radio_item {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.radio_item label {
  margin: 0 !important;
}

.input_flex {
  display: flex;
  align-items: center;
  gap: 15px;
}
.repair_type_checkbox {
  margin-bottom: 0;
}