@charset "UTF-8";
.btn_white {
  display: block;
  border: 1px solid #f58030;
  background: #fff;
  color: #f58030;
  text-align: center;
  padding: 1em;
  border-radius: 40px;
  text-decoration: none;
}

.btn_orange {
  display: block;
  border: 1px solid #f58030;
  background: #f58030;
  color: #fff;
  text-align: center;
  padding: 1em;
  border-radius: 40px;
  text-decoration: none;
}

@media all and (min-width: 768px) {
  .btn_white {
    display: inline-block;
    padding: 1em 65px;
  }
  .btn_orange {
    display: inline-block;
    padding: 1em 65px;
  }
}

/* arrow_s */
.arrow_s {
  position: relative;
  padding: 0 0 0 32px;
  display: inline-block;
  vertical-align: middle;
}

.arrow_s:before,
.arrow_s:after {
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}

.arrow_s:before {
  left: 0px;
  width: 14px;
  height: 1px;
  background: #f58030;
}

.arrow_s:after {
  left: 8px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #f58030;
  border-right: 1px solid #f58030;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* arrow_m */
.arrow_m {
  position: relative;
  padding: 0 0 0 45px;
  display: inline-block;
  vertical-align: middle;
}

.arrow_m:before,
.arrow_m:after {
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}

.arrow_m:before {
  left: 0;
  width: 18px;
  height: 1px;
  background: #f58030;
}

.arrow_m:after {
  left: 12px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #f58030;
  border-right: 1px solid #f58030;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* arrow_w */
.arrow_w {
  position: relative;
  padding: 0 0 0 45px;
  display: inline-block;
  vertical-align: middle;
}

.arrow_w:before,
.arrow_w:after {
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}

.arrow_w:before {
  left: 0;
  width: 18px;
  height: 1px;
  background: #fff;
}

.arrow_w:after {
  left: 12px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ---------------------------------------------------------
$ お客様の声 トップ
----------------------------------------------------------*/
#content {
  padding-bottom: 17.3%;
}

#content .sp_inner {
  width: 97%;
  margin-left: auto;
  margin-right: auto;
}

#content h2 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 4%;
  line-height: 1.31;
  letter-spacing: 0.08em;
}

#content h2 span {
  color: #f58030;
}

#content .lead {
  font-size: 15px;
  line-height: 1.73;
  margin-bottom: 9.5%;
  text-align: center;
}

@media all and (min-width: 768px) {
  #content .lead {
    font-size: 16px;
    line-height: 2;
  }
}

#content form {
  margin-bottom: 12.3%;
}

#content form .select_area {
  position: relative;
  margin-top: 3.7%;
}

#content form .select_area:before {
  content: '';
  display: block;
  width: 38px;
  height: 38px;
  background: #f58030;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  pointer-events: none;
}

#content form .select_area:after {
  content: '';
  display: block;
  border-top: 6px solid #fff;
  border-left: 5px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 5px solid transparent;
  background: #f58030;
  position: absolute;
  right: 14px;
  top: 16px;
  cursor: pointer;
  pointer-events: none;
}

#content form .select_area select {
  width: 100%;
  padding: 0 40px 0 1em;
  font-size: 15px;
  line-height: 36px;
  height: 38px;
  display: block;
  border: 1px solid #e1e1e1;
  cursor: pointer;
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

#content .result_area li {
  margin-top: 10%;
}

#content .result_area li a {
  color: #000;
  display: block;
}

#content .result_area .detail_block {
  font-size: 15px;
  line-height: 1.73;
}

@media all and (min-width: 768px) {
  #content .result_area .detail_block {
    font-size: 16px;
    line-height: 2;
  }
}

#content .result_area .detail_block img {
  margin-bottom: 4.15%;
}

#content .result_area .detail_block .business_type {
  background: #ffe352;
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.08em;
  padding: 0.3em 0.5em 0.2em;
  line-height: 1.333;
  margin-bottom: 3%;
}

#content .result_area .detail_block table {
  clear: both;
  line-height: 1.4;
}

#content .result_area .detail_block table th {
  min-width: 5em;
  text-align: left;
  padding-right: 1.5em;
  position: relative;
}

#content .result_area .detail_block table th:before {
  content: ':';
  position: absolute;
  right: 0.5em;
  font-weight: normal;
}

#content .result_area .detail_block .update {
  margin-top: 3.8%;
  padding-top: 3.8%;
  border-top: 1px solid #e1e1e1;
  text-align: right;
  color: #7e7e7e;
  font-size: 14px;
  line-height: 1;
}

@media all and (min-width: 768px) {
  #content {
    padding-bottom: 150px;
  }
  #content .sp_inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #content .mv_under {
    margin-bottom: 95px;
  }
  #content h2 {
    font-size: 38px;
    margin-bottom: 15px;
    line-height: 1.47;
  }
  #content h2 span {
    color: #f58030;
  }
  #content .lead {
    margin-bottom: 60px;
  }
  #content form {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 90px;
  }
  #content form .select_area {
    position: relative;
    margin-top: 0;
    width: 577px;
  }
  #content form .select_area:before {
    content: '';
    display: block;
    width: 52px;
    height: 52px;
    background: #f58030;
    position: absolute;
    right: 0;
    top: 0;
  }
  #content form .select_area:after {
    content: '';
    display: block;
    border-top: 8px solid #fff;
    border-left: 6px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 6px solid transparent;
    background: #f58030;
    position: absolute;
    right: 19px;
    top: 23px;
  }
  #content form .select_area select {
    width: 100%;
    padding: 0 55px 0 1.5em;
    font-size: 16px;
    line-height: 50px;
    height: 52px;
    border: 1px solid #e1e1e1;
    cursor: pointer;
  }
  #content .result_area ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -70px;
  }
  #content .result_area ul li {
    width: 30.6%;
    margin-top: 70px;
  }
  #content .result_area .detail_block {
    font-size: 15px;
    line-height: 1.73;
  }
}

@media all and (min-width: 768px) and (min-width: 768px) {
  #content .result_area .detail_block {
    font-size: 16px;
    line-height: 2;
  }
}

@media all and (min-width: 768px) {
  #content .result_area .detail_block img {
    margin-bottom: 24px;
  }
  #content .result_area .detail_block .business_type {
    background: #ffe352;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.08em;
    padding: 0.3em 0.5em 0.2em;
    line-height: 1.333;
    margin-bottom: 12px;
  }
  #content .result_area .detail_block table {
    lihe-height: 2;
    font-size: 15px;
    line-height: 1.73;
  }
}

@media all and (min-width: 768px) and (min-width: 768px) {
  #content .result_area .detail_block table {
    font-size: 16px;
    line-height: 2;
  }
}

@media all and (min-width: 768px) {
  #content .result_area .detail_block table th {
    min-width: 5em;
    text-align: left;
    padding-right: 1.5em;
    position: relative;
  }
  #content .result_area .detail_block table th:before {
    content: ':';
    position: absolute;
    right: 0.5em;
    font-weight: normal;
  }
  #content .result_area .detail_block .update {
    margin-top: 18px;
    padding-top: 18px;
    font-size: 14px;
  }
}
