@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.3333%;
}

#content .sp_inner {
  width: 97%;
  margin-left: auto;
  margin-right: auto;
}

#content .detail_left {
  margin-left: auto;
  margin-right: auto;
}

#content .detail_left h2 {
  font-size: 23px;
  margin-bottom: 2.6%;
  line-height: 1.39;
  letter-spacing: 0.08em;
}

#content .detail_left h2 span {
  color: #f58030;
}

#content .detail_left .voice_text {
  font-size: 15px;
  line-height: 1.73;
  margin-bottom: 6.9%;
}

@media all and (min-width: 768px) {
  #content .detail_left .voice_text {
    font-size: 16px;
    line-height: 2;
  }
}

#content .detail_left .detail_block {
  font-size: 15px;
  line-height: 1.73;
  background: #f6f6f8;
  padding: 9.2% 7.7%;
  margin-bottom: 10.76%;
}

@media all and (min-width: 768px) {
  #content .detail_left .detail_block {
    font-size: 16px;
    line-height: 2;
  }
}

#content .detail_left .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;
  float: left;
}

#content .detail_left .detail_block .update {
  text-align: right;
  color: #7e7e7e;
  font-size: 12px;
  line-height: 1.333;
  padding-top: 0.3em;
  margin-bottom: 9.2%;
}

#content .detail_left .detail_block table {
  clear: both;
}

#content .detail_left .detail_block table th {
  min-width: 5em;
  text-align: left;
  padding-right: 1.5em;
  position: relative;
}

#content .detail_left .detail_block table th:before {
  content: ':';
  position: absolute;
  right: 0.5em;
  font-weight: normal;
}

#content .detail_right {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12.5%;
}

#content .detail_right .img_box + .img_box {
  margin-top: 1.84%;
}

#content .detail_right .img_small img {
  width: 49.2%;
}

#content .detail_right .img_small img:first-child {
  float: left;
}

#content .detail_right .img_small img:last-child {
  float: right;
}

#content .btn_back {
  clear: both;
}

#content .btn_back a {
  display: block;
  background: #fff;
  text-align: center;
  cursor: pointer;
  border: 1px solid #f58030;
  color: #f58030;
  font-weight: bold;
  border-radius: 50px;
  font-size: 15px;
  line-height: 1;
  padding: 1.6em 0;
  letter-spacing: 0.04em;
}

#content .btn_back a .c-arrow {
  display: inline-block;
  margin-right: 15px;
}

@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: 120px;
  }
  #content .detail_left {
    float: left;
    width: 529px;
  }
  #content .detail_left h2 {
    font-size: 38px;
    line-height: 1.47;
  }
  #content .detail_left .voice_text {
    margin-bottom: 40px;
  }
  #content .detail_left .detail_publish {
    font-size: 16px;
    margin-top: 1em;
  }
  #content .detail_left .detail_block {
    padding: 40px;
    margin-bottom: 0;
  }
  #content .detail_left .detail_block .business_type {
    background: #ffe352;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.08em;
    padding: 0.5em 0.5em 0.3em;
    line-height: 1.333;
    float: left;
  }
  #content .detail_left .detail_block .update {
    text-align: right;
    color: #7e7e7e;
    font-size: 14px;
    line-height: 1.333;
    padding-top: 0.3em;
    margin-bottom: 28px;
  }
  #content .detail_left .detail_block table {
    clear: both;
  }
  #content .detail_left .detail_block table th {
    min-width: 5em;
    text-align: left;
    padding-right: 1.5em;
    position: relative;
  }
  #content .detail_left .detail_block table th:before {
    content: ':';
    position: absolute;
    right: 0.5em;
    font-weight: normal;
  }
  #content .detail_right {
    float: right;
    width: 600px;
    margin-bottom: 0;
  }
  #content .detail_right img {
    max-width: 600px;
    height: auto;
  }
  #content .btn_back {
    clear: both;
    padding-top: 90px;
  }
  #content .btn_back a {
    width: 300px;
    margin: 0 auto;
    display: block;
    background: #fff;
    text-align: center;
    cursor: pointer;
    border: 1px solid #f58030;
    color: #f58030;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.04em;
  }
  #content .btn_back a .c-arrow {
    display: inline-block;
    margin-right: 17px;
    width: 14px;
    height: 12px;
    position: relative;
  }
  #content .btn_back a .c-arrow .c-arrow__line:before {
    right: 0px;
    top: 5px;
    width: 4px;
    height: 4px;
  }
  #content .btn_back a .c-arrow .c-arrow__line:after {
    width: 14px;
  }
}

/* モーダル */
#open01,
#open02,
#open03 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
}
 
.close_overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
    position: fixed;
    background: #000;
    opacity: 0.5;
    z-index: 5;
}
 
.modal_window {
    top: 25%;
    left: 50%;
    margin: 0 0 0 -25%;
    text-align: center;
    display: block;
    background: #fff;
    position: absolute;
    z-index: 10;
}
 
.modal_window p {
    padding: 0 15px 15px 15px;
    font-size: 12px;
    line-height: 160%;
    text-align: left;
}
 
 
/* CSS3 ModalWindow SET
-------------------------- */
@-webkit-keyframes modalFadeIn {
    0% {opacity:0;display:block;}
    100% {opacity:1;}
}
 
div#modal div:target {
    -webkit-animation-name: modalFadeIn; 
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    opacity: 1;
    display:block;
}