@charset "UTF-8";
/* CSS Document */
/* Scss Document */
/* Scss Document */
.main_txt {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 2.2rem; }
  @media (min-width: 768px) {
    .main_txt {
      font-size: calc( 2.2rem + ( 1vw - 7.68px ) * 0.9259259259 ); } }
  @media (min-width: 1200px) {
    .main_txt {
      font-size: 2.6rem; } }

.box_wrap {
  width: 93%;
  margin: auto;
  padding-bottom: 20px; }
  .box_wrap .txt_box {
    border: solid 2px #454545;
    padding: 7px 5px;
    font-weight: bold;
    margin: 0 10px 10px;
    text-align: center;
    letter-spacing: 0.0em; }

.w1200 {
  max-width: 1200px;
  margin: auto; }

.orange {
  color: #FF9F1D; }

#btn p {
  color: #fff;
  font-size: 1.4rem; }
  @media (min-width: 768px) {
    #btn p {
      font-size: calc( 1.4rem + ( 1vw - 7.68px ) * 1.3888888889 ); } }
  @media (min-width: 1200px) {
    #btn p {
      font-size: 2rem; } }

/*メインコンテンツ*/
#top_txt .w1200 {
  text-align: center;
  margin-bottom: 50px; }
  #top_txt .w1200 .main_txt p {
    font-size: 1.8rem; }

/*お客様の声*/
#voice .w1200 .voice_box_wrap {
  margin-top: -120px;
  padding-top: 120px; }
#voice .w1200 .voice_box {
  display: block;
  margin: 0 auto 50px;
  padding: 30px 4%;
  z-index: 1;
  font-size: 16px;
  border: solid 2px #C3C3C3;
  border-radius: 15px;
  background: #fff; }
  #voice .w1200 .voice_box p {
    margin: 0;
    padding: 0; }
  #voice .w1200 .voice_box:last-child {
    margin: 0 auto 80px; }
#voice .w1200 .flex_wrap .img_txt {
  flex: 0 1 100%;
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
  position: relative;
  z-index: 3;
  display: block; }
  #voice .w1200 .flex_wrap .img_txt p {
    font-size: 1.4rem;
    font-weight: bold; }
    @media (min-width: 786px) {
      #voice .w1200 .flex_wrap .img_txt p {
        font-size: calc( 1.4rem + ( 1vw - 7.86px ) * 0.4830917874 ); } }
    @media (min-width: 1200px) {
      #voice .w1200 .flex_wrap .img_txt p {
        font-size: 1.6rem; } }
  #voice .w1200 .flex_wrap .img_txt img {
    margin-bottom: 30px; }
#voice .w1200 .flex_wrap .contents_txt {
  flex: 0 1 100%;
  width: 100%;
  max-width: 100%;
  font-size: 1.4rem;
  position: relative;
  z-index: 3;
  margin-bottom: 20px; }
  @media (min-width: 6px) {
    #voice .w1200 .flex_wrap .contents_txt {
      font-size: calc( 1.4rem + ( 1vw - 0.06px ) * -0.5128205128 ); } }
  @media (min-width: 786px) {
    #voice .w1200 .flex_wrap .contents_txt {
      font-size: 1rem; } }
  #voice .w1200 .flex_wrap .contents_txt .title {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #FF9F1D;
    letter-spacing: 0.0em;
    text-align: inherit; }
    @media (min-width: 786px) {
      #voice .w1200 .flex_wrap .contents_txt .title {
        font-size: calc( 1.6rem + ( 1vw - 7.86px ) * 1.4492753623 ); } }
    @media (min-width: 1200px) {
      #voice .w1200 .flex_wrap .contents_txt .title {
        font-size: 2.2rem; } }
  #voice .w1200 .flex_wrap .contents_txt .txt {
    font-size: 1.4rem;
    text-align: justify;
    overflow: hidden; }
    #voice .w1200 .flex_wrap .contents_txt .txt .orange {
      font-size: 1.4rem;
      text-align: justify; }
    #voice .w1200 .flex_wrap .contents_txt .txt .hide {
      display: none; }
    #voice .w1200 .flex_wrap .contents_txt .txt.open + .more:after {
      transform: rotate(-90deg); }
#voice .w1200 .flex_wrap .detail_contents {
  width: 100%;
  margin: 0 auto 10px; }
  #voice .w1200 .flex_wrap .detail_contents input:checked + label + .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1; }
  #voice .w1200 .flex_wrap .detail_contents .btn_txt {
    text-align: justify;
    font-size: 1.4rem; }
#voice .w1200 .flex_wrap .more {
  font-size: 1.4rem;
  width: 70%;
  max-width: 260px;
  margin: 20px auto;
  position: relative;
  z-index: 3;
  text-align: center;
  color: #fff;
  padding: 20px;
  border: 1px solid #FF9F1D;
  background: #FF9F1D;
  cursor: pointer; }
  @media (min-width: 768px) {
    #voice .w1200 .flex_wrap .more {
      font-size: calc( 1.4rem + ( 1vw - 7.68px ) * 0.390625 ); } }
  @media (min-width: 1280px) {
    #voice .w1200 .flex_wrap .more {
      font-size: 1.6rem; } }
  #voice .w1200 .flex_wrap .more:after {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    right: 20px;
    font-size: 1.4rem;
    transform: rotate(90deg);
    top: 35%; }
  #voice .w1200 .flex_wrap .more:hover {
    color: #FF9F1D;
    background: #fff; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  /*メインコンテンツ*/
  #top_txt .w1200 .main_txt p {
    font-size: 2.2rem; } }
/*------------------------------
		980px以上
------------------------------*/
@media screen and (min-width: 981px) {
  /*メインコンテンツ*/
  #top_txt .w1200 .main_txt p {
    font-size: 2.2rem; }

  /*お客様の声*/
  #voice .w1200 .voice_box {
    width: 100%;
    height: auto;
    padding: 0;
    border: none; }
  #voice .w1200 .flex_wrap .img_txt {
    flex: 0 1 26%;
    width: 26%;
    max-width: 26%;
    margin-bottom: 30px;
    display: block; }
    #voice .w1200 .flex_wrap .img_txt img {
      margin-bottom: 20px; }
  #voice .w1200 .flex_wrap .contents_txt {
    flex: 0 1 70%;
    width: 70%;
    max-width: 70%;
    margin: 0 0 100px auto;
    position: relative;
    padding: 50px;
    border-radius: 30px;
    border: solid 1px #C3C3C3;
    display: block;
    box-sizing: border-box; }
    #voice .w1200 .flex_wrap .contents_txt:before, #voice .w1200 .flex_wrap .contents_txt:after {
      content: '';
      position: absolute;
      top: 20%; }
    #voice .w1200 .flex_wrap .contents_txt:before {
      width: 0;
      height: 0;
      display: block;
      border: 15px solid transparent;
      border-right-color: #C3C3C3;
      left: -30px; }
    #voice .w1200 .flex_wrap .contents_txt:after {
      width: 0;
      height: 0;
      display: block;
      border: 15px solid transparent;
      border-right-color: #fff;
      left: -28px; }
    #voice .w1200 .flex_wrap .contents_txt:last-child {
      margin: 0 0 100px auto; }
    #voice .w1200 .flex_wrap .contents_txt .title {
      text-align: inherit; } }
/*------------------------------
		1280px以上
------------------------------*/

/*# sourceMappingURL=style.css.map */
