/* futon */
.futon-check-lb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.78%;
  position: relative;
  padding: 18px 0 15px;
  margin-bottom: 0;
  border-bottom: dotted 3px #000;
  color: #03c4e7;
  font-size: 1.286em; /*18px*/
  line-height: 1.444;
}
.futon-check-lb__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 17.6%;
}
.futon-check-lb__txt {
  margin-bottom: 10px;
}

.futon-check-cont {
  display: none;
  margin-top: 18px;
}

.futon-slider {
  margin-bottom: 40px;
}
.futon-slider .item_box {
  position: relative;
  padding-top: 15.38%;
}
.futon-slider .item_num {
  position: absolute;
  left: 0;
  top: 0;
}
.futon-slider .item_img,
.futon-slider .item_lb {
  margin-bottom: 20px;
}
.futon-slider .item_lb {
  font-size: 1.286em;
}

/* qa */
.qa_list dl:last-child {
  border-bottom: solid 1px #ccc;
}
.qa_list dl > dt {
  position: relative;
  padding: 20px 70px;
  border-top: solid 1px #ccc;
  font-size: 1.143em;
  font-weight: 500;
  line-height: 1.5;
}
.qa_list dl > dt::before {
  content: url("../image2/icon_q.svg");
  display: block;
  position: absolute;
  left: 15px;
  top: 50%;
  width: 38px;
  height: 38px;
  margin-top: -19px;
}
.qa_list dl > dt::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-right: solid 1px;
  border-bottom: solid 1px;
}
.qa_list dl > dd {
  display: none;
  padding-top: 20px;
  margin-bottom: 35px;
  border-top: dotted 2px #ccc;
}

/* company */
.history_box {
  display: table;
  border-collapse: collapse;
  width: 100%;
}
.history_box > dl {
  display: table-row;
  border-bottom: dotted 1px #ccc;
}
.history_box > dl:last-child {
  border-bottom: none;
}
.history_box > dl > dt,
.history_box > dl > dd {
  display: table-cell;
  vertical-align: top;
  padding: 13px 0 10px;
  line-height: 1.714;
}
.history_box > dl:first-child > dt, .history_box > dl:first-child > dd {
  padding-top: 0;
}
.history_box > dl > dt {
  width: 5.5em;
}

/* estimate */
.estimate-slider {
  margin-bottom: 40px;
}
.estimate-slider .item_box {
  position: relative;
  padding-top: 15.38%;
}
.estimate-slider .item_num {
  position: absolute;
  left: 0;
  top: 0;
}
.estimate-slider .item_img,
.estimate-slider .item_lb {
  margin-bottom: 20px;
}
.estimate-slider .item_lb {
  font-size: 1.286em;
}

.case-slider {
  padding: 20px 0;
}
.case-slider .item_box {
  position: relative;
}
.case-slider .new {
  position: absolute;
  right: 0;
  top: 0;
}

.estimate_tel {
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.estimate_tel a {
  color: inherit;
  text-decoration: none;
}
.estimate_tel__tel {
  display: block;
  color: #03c4e7;
  font-size: 24px;
}
.estimate_tel__tel .num {
  font-size: 1.542em;
  white-space: nowrap;
}
.estimate_tel__time {
  display: block;
  margin-top: 5px;
}

/* form */
table.mailform {
  border-top: solid 1px #ddd;
  margin: 14px 0;
}
table.mailform th,
table.mailform td {
  display: block;
  width: 100%;
}
table.mailform th {
  padding: 12px 0 7px;
  text-align: left;
}
table.mailform td {
  padding: 0 0 16px;
  border-bottom: solid 1px #ddd;
}
table.mailform td > * + * {
  margin-top: 5px;
}
table.mailform td .data {
  padding: 20px 15px 18px;
  text-align: left;
}
table.mailform td .last {
  margin-bottom: -5px;
}
table.mailform input[type=text],
table.mailform select,
table.mailform textarea {
  width: 100%;
  padding: 13px 0.8em;
}
table.mailform input[type=radio]:not(:first-child) {
  margin-left: 1em;
}

.mailform_btn {
  margin-top: 40px;
  text-align: center;
}
.mailform_btn input {
  outline: none;
}
.mailform_btn input[type=submit] {
  display: inline-block;
  background: url("../image2/btn_submit.png") 50% 50% no-repeat;
  background-size: contain;
  max-width: 100%;
  width: 335px;
  height: 50px;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}

/* slider */
#diffSlider .swiper-button-next,
#diffSlider .swiper-button-prev {
  top: 80px;
  top: min(20px + 16vw, 140px);
}

@media screen and (min-width: 769px) {
  #diffSlider .swiper-button-next,
  #diffSlider .swiper-button-prev {
    top: 80px;
  }
}