@charset "UTF-8";
@media print, screen and (min-width: 1000px) {
  /* line 40, ../scss/common.scss */
  .drawer-hamburger {
    display: none !important;
  }
}
/* line 46, ../scss/common.scss */
body#case .white_bg {
  background: #edece4;
}

/* line 52, ../scss/common.scss */
.yellow_bg {
  background: #edece4;
}

/* line 55, ../scss/common.scss */
.green_bg {
  background: #f1f6f6;
}

/* line 58, ../scss/common.scss */
.white_bg {
  background: #fff;
}

/* line 64, ../scss/common.scss */
.post {
  padding-bottom: 60px;
}

/* line 68, ../scss/common.scss */
body.home .post {
  padding-top: 60px;
}

/* line 79, ../scss/common.scss */
.post,
.h2_wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media print, screen and (min-width: 480px) {
  /* line 90, ../scss/common.scss */
  .post,
  .h2_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 1000px) {
  /* line 100, ../scss/common.scss */
  .post,
  .h2_wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 108, ../scss/common.scss */
br.pc {
  display: none;
}

@media print, screen and (min-width: 480px) {
  /* line 113, ../scss/common.scss */
  br.pc {
    display: block;
  }

  /* line 116, ../scss/common.scss */
  br.sp {
    display: none;
  }
}
/*------------------------------------------------

共有

------------------------------------------------*/
/* line 126, ../scss/common.scss */
.post h3 {
  font-size: 20px;
  margin-bottom: 40px;
  letter-spacing: 0.15em;
  /* プロポーショナルメトリクスを有効にする指定 */
  font-feature-settings: "palt" 1;
}
/* line 133, ../scss/common.scss */
.post h4 {
  font-size: 18px;
  border-bottom: 1px solid #231815;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  /* プロポーショナルメトリクスを有効にする指定 */
  font-feature-settings: "palt" 1;
  padding-bottom: 10px;
}
/* line 141, ../scss/common.scss */
.post h4 span {
  font-size: 12px;
  margin-left: 1em;
}
/* line 146, ../scss/common.scss */
.post h5 {
  font-size: 18px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  /* プロポーショナルメトリクスを有効にする指定 */
  font-feature-settings: "palt" 1;
}
/* line 153, ../scss/common.scss */
.post h6 {
  font-size: 18px;
  border: 1px solid #231815;
  padding: 5px 10px;
  margin-bottom: 20px;
  display: inline-block;
  letter-spacing: 0.1em;
  /* プロポーショナルメトリクスを有効にする指定 */
  font-feature-settings: "palt" 1;
}
/* line 163, ../scss/common.scss */
.post .red {
  color: red;
}
/* line 166, ../scss/common.scss */
.post p {
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: 0.1em;
  /* プロポーショナルメトリクスを有効にする指定 */
  font-feature-settings: "palt" 1;
  line-height: 1.8em;
}
/* line 174, ../scss/common.scss */
.post p.large {
  font-size: 18px;
}
/* line 177, ../scss/common.scss */
.post p.center {
  text-align: center;
}
/* line 180, ../scss/common.scss */
.post p.chuushaku {
  font-size: 12px;
}
/* line 183, ../scss/common.scss */
.post p.back {
  text-align: right;
}
/* line 186, ../scss/common.scss */
.post p.catch {
  text-align: center;
  font-size: 14px;
  line-height: 2.0em;
  letter-spacing: 0.2em;
  /* プロポーショナルメトリクスを有効にする指定 */
  font-feature-settings: "palt" 1;
  margin-bottom: 30px;
}
/* line 195, ../scss/common.scss */
.post p.serive_ttl {
  border-top: 2px #231815 dotted;
  border-bottom: 2px #231815 dotted;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 1.8em;
}
/* line 205, ../scss/common.scss */
.post span.supText {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}
/* line 212, ../scss/common.scss */
.post ul li {
  font-size: 14px;
  list-style: circle;
  margin-bottom: 1em;
  margin-left: 1em;
}
/* line 219, ../scss/common.scss */
.post .maru_box_wrap {
  margin-bottom: 25px;
}
/* line 221, ../scss/common.scss */
.post .maru_box_wrap ol.maru_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 35%;
  float: left;
}
/* line 227, ../scss/common.scss */
.post .maru_box_wrap ol.maru_box li {
  width: 100%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 1%;
  position: relative;
  border-radius: 50%;
  border: 1px solid #231815;
}
/* line 235, ../scss/common.scss */
.post .maru_box_wrap ol.maru_box li p {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  text-align: center;
  font-size: 13px;
}
/* line 251, ../scss/common.scss */
.post .maru_box_wrap ol.maru_box li::before {
  content: '';
  display: block;
  padding-top: 100%;
}
/* line 257, ../scss/common.scss */
.post .maru_box_wrap p.maru_txt {
  width: 60%;
  float: right;
}
/* line 264, ../scss/common.scss */
.post strong {
  font-weight: bold;
}
/* line 267, ../scss/common.scss */
.post em {
  color: red;
}
/* line 270, ../scss/common.scss */
.post hr {
  border-top: 1px solid #231815;
  border-bottom: none;
  margin-top: 60px;
  margin-bottom: 60px;
}
/* line 276, ../scss/common.scss */
.post hr.dot {
  border-top: none;
  border-bottom: 1px dashed #9b9b9b;
  margin-top: 0px;
  margin-bottom: 60px;
}
/* line 283, ../scss/common.scss */
.post p.btn_l a {
  font-size: 15px;
  border-radius: 30px;
  position: relative;
  padding: 0.6em 2em 0.6em 1.5em;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #231815;
  border: 1px solid #231815;
  transition: .3s ease-in-out;
  width: 80%;
  max-width: 233px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}
/* line 285, ../scss/common.scss */
.post p.btn_l a:hover {
  background: #fff;
  color: #231815;
  border-color: #231815;
  cursor: pointer;
  text-decoration: none;
}
/* line 287, ../scss/common.scss */
.post p.btn_l a:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  /*top right bottom を透明化 */
  border-left: 5px solid #fff;
}
/* line 289, ../scss/common.scss */
.post p.btn_l a:hover:before {
  border-left-color: #231815;
}
/* line 294, ../scss/common.scss */
.post p.btn {
  line-height: 1.2em;
}
/* line 296, ../scss/common.scss */
.post p.btn a {
  display: inline-block;
  font-size: 12px;
  border-radius: 30px;
  position: relative;
  padding: 0.4em 10% 0.4em 7%;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #231815;
  border: 1px solid #231815;
  width: 70%;
  transition: .3s ease-in-out;
  margin-left: auto;
  margin-right: auto;
}
/* line 298, ../scss/common.scss */
.post p.btn a:hover {
  background: #fff;
  color: #231815;
  border-color: #231815;
  cursor: pointer;
  text-decoration: none;
}
/* line 300, ../scss/common.scss */
.post p.btn a:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10%;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  /*top right bottom を透明化 */
  border-left: 5px solid #fff;
}
/* line 302, ../scss/common.scss */
.post p.btn a:hover:before {
  border-left-color: #231815;
}
/* line 306, ../scss/common.scss */
.post p.top_ttl {
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.3em;
  /* プロポーショナルメトリクスを有効にする指定 */
  font-feature-settings: "palt" 1;
  margin-bottom: 30px;
}
/* line 314, ../scss/common.scss */
.post p.top_ttl.towelproducer {
  letter-spacing: 0.1em;
}
/* line 317, ../scss/common.scss */
.post blockquote {
  width: 100%;
  border: solid 1px #231815;
  box-sizing: border-box;
  text-align: center;
  padding: 1.5em;
  margin-bottom: 40px;
}
/* line 324, ../scss/common.scss */
.post blockquote p {
  margin-bottom: 0;
  text-align: left;
  display: inline-block;
}
/* line 330, ../scss/common.scss */
.post table {
  width: 100%;
  border-collapse: collapse;
  /* セルの線を重ねる */
  margin-bottom: 40px;
}
/* line 335, ../scss/common.scss */
.post table tr th {
  background: #ececec;
}
/* line 338, ../scss/common.scss */
.post table tr td, .post table tr th {
  border: solid 1px #231815;
  /* 枠線指定 */
  padding: 10px;
  font-size: 14px;
}
/* line 347, ../scss/common.scss */
.post table.noline tr th {
  background: none;
  font-weight: bold;
}
/* line 351, ../scss/common.scss */
.post table.noline tr td, .post table.noline tr th {
  border: none;
  padding: 5px 0;
  vertical-align: top;
}

@media print, screen and (min-width: 480px) {
  /* line 362, ../scss/common.scss */
  .post h3 {
    font-size: 27px;
  }
  /* line 366, ../scss/common.scss */
  .post h4 {
    font-size: 23px;
  }
  /* line 368, ../scss/common.scss */
  .post h4 span {
    font-size: 14px;
    margin-left: 1em;
  }
  /* line 373, ../scss/common.scss */
  .post h5 {
    font-size: 23px;
  }
  /* line 377, ../scss/common.scss */
  .post h6 {
    font-size: 20px;
  }
  /* line 380, ../scss/common.scss */
  .post p {
    font-size: 16px;
  }
  /* line 383, ../scss/common.scss */
  .post p.large {
    font-size: 20px;
  }
  /* line 386, ../scss/common.scss */
  .post p.chuushaku {
    font-size: 13px;
  }
  /* line 389, ../scss/common.scss */
  .post p.catch {
    font-size: 16px;
    line-height: 2.25em;
  }
  /* line 393, ../scss/common.scss */
  .post p.serive_ttl {
    font-size: 16px;
  }
  /* line 397, ../scss/common.scss */
  .post p.btn_l a {
    width: auto;
    max-width: none;
    font-size: 16px;
  }
  /* line 404, ../scss/common.scss */
  .post p.btn a {
    font-size: 13px;
    width: auto;
    max-width: 233px;
  }
  /* line 411, ../scss/common.scss */
  .post p.top_ttl {
    font-size: 31px;
    margin-bottom: 40px;
  }
  /* line 416, ../scss/common.scss */
  .post ul li {
    font-size: 16px;
  }
  /* line 420, ../scss/common.scss */
  .post .maru_box_wrap {
    margin-bottom: 50px;
  }
  /* line 423, ../scss/common.scss */
  .post .maru_box_wrap ol.maru_box li {
    width: 100% !important;
    float: left !important;
  }
  /* line 426, ../scss/common.scss */
  .post .maru_box_wrap ol.maru_box li p {
    font-size: 16px;
  }
  /* line 431, ../scss/common.scss */
  .post .maru_box_wrap p.maru_txt {
    padding-top: 20px;
  }
  /* line 435, ../scss/common.scss */
  .post blockquote {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    padding-left: 2em;
    padding-right: 2em;
  }
  /* line 443, ../scss/common.scss */
  .post table tr td, .post table tr th {
    font-size: 16px;
  }
  /* line 448, ../scss/common.scss */
  .post .left_box {
    width: 47%;
    float: left;
  }
  /* line 452, ../scss/common.scss */
  .post .right_box {
    width: 47%;
    float: right;
  }
}
/*------------------------------------------------

大見出し

------------------------------------------------*/
/* line 470, ../scss/common.scss */
#content.page_content h2,
#content.single h2 {
  padding-top: 40px;
  font-size: 23px;
  border-bottom: 1px solid #231815;
  margin-bottom: 50px;
  letter-spacing: 0.1em;
  /* プロポーショナルメトリクスを有効にする指定 */
  font-feature-settings: "palt" 1;
  padding-bottom: 10px;
}
/* line 479, ../scss/common.scss */
#content.page_content h2 span.detail,
#content.single h2 span.detail {
  font-size: 12px;
  border: 1px solid #231815;
  padding: 5px;
  float: right;
  display: inline;
}
/* line 486, ../scss/common.scss */
#content.page_content h2 span,
#content.single h2 span {
  font-size: 12px;
  display: inline-block;
}
/* line 493, ../scss/common.scss */
#content.page_content h2.noline,
#content.single h2.noline {
  border-bottom: none;
}

@media print, screen and (min-width: 480px) {
  /* line 502, ../scss/common.scss */
  #content.page_content h2,
  #content.single h2 {
    font-size: 37px;
    margin-bottom: 100px;
  }
  /* line 505, ../scss/common.scss */
  #content.page_content h2 span,
  #content.single h2 span {
    font-size: 14px;
    display: inline;
    margin-left: 1em;
  }
  /* line 510, ../scss/common.scss */
  #content.page_content h2 span.detail,
  #content.single h2 span.detail {
    font-size: 17px;
    padding: 10px 20px;
  }
}
/*------------------------------------------------

プロモ画像

------------------------------------------------*/
/* line 527, ../scss/common.scss */
#content.page_content .promo_wrap,
#content.single .promo_wrap {
  margin-top: -51px;
  margin-bottom: 50px;
}

@media print, screen and (min-width: 480px) {
  /* line 537, ../scss/common.scss */
  #content.page_content .promo_wrap,
  #content.single .promo_wrap {
    margin-top: -101px;
    margin-bottom: 100px;
  }
}
/*------------------------------------------------

About us

------------------------------------------------*/
/* line 548, ../scss/common.scss */
dl {
  font-size: 14px;
}
/* line 550, ../scss/common.scss */
dl dt {
  margin-bottom: 10px;
}
/* line 553, ../scss/common.scss */
dl dd {
  margin-bottom: 2em;
}

@media print, screen and (min-width: 480px) {
  /* line 560, ../scss/common.scss */
  dl {
    font-size: 16px;
    padding: 15px 0;
  }
  /* line 563, ../scss/common.scss */
  dl dt {
    clear: left;
    float: left;
    width: 6em;
  }
  /* line 568, ../scss/common.scss */
  dl dd {
    margin-left: 7em;
  }
  /* line 571, ../scss/common.scss */
  dl dd:after {
    content: '';
    display: block;
    clear: both;
  }
  /* line 576, ../scss/common.scss */
  dl dt, dl dd {
    margin-bottom: 1em;
  }
}
/*------------------------------------------------

NEWS

------------------------------------------------*/
/* line 588, ../scss/common.scss */
dl.topics {
  font-size: 13px;
}

@media print, screen and (min-width: 480px) {
  /* line 594, ../scss/common.scss */
  dl.topics {
    font-size: 15px;
  }
  /* line 596, ../scss/common.scss */
  dl.topics dt, dl.topics dd {
    margin-bottom: 2em;
  }
}
/*------------------------------------------------

line up

------------------------------------------------*/
/* line 608, ../scss/common.scss */
.line_up_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
/* line 612, ../scss/common.scss */
.line_up_wrap .product {
  width: 48%;
  padding-left: 2%;
  padding-right: 2%;
}
/* line 616, ../scss/common.scss */
.line_up_wrap .product .img_wrap {
  margin-bottom: 10px;
}
/* line 619, ../scss/common.scss */
.line_up_wrap .product p.btn_lineup {
  text-align: center;
}
/* line 621, ../scss/common.scss */
.line_up_wrap .product p.btn_lineup a {
  display: inline-block;
}
/* line 624, ../scss/common.scss */
.line_up_wrap .product p.btn_lineup a {
  font-size: 12px;
  border-radius: 30px;
  position: relative;
  padding: 0.4em 2em 0.4em 1em;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #231815;
  border: 1px solid #231815;
  transition: .3s ease-in-out;
  margin-left: auto;
  margin-right: auto;
}
/* line 626, ../scss/common.scss */
.line_up_wrap .product p.btn_lineup a:hover {
  background: #fff;
  color: #231815;
  border-color: #231815;
  cursor: pointer;
  text-decoration: none;
}
/* line 628, ../scss/common.scss */
.line_up_wrap .product p.btn_lineup a:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5em;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  /*top right bottom を透明化 */
  border-left: 5px solid #fff;
}
/* line 630, ../scss/common.scss */
.line_up_wrap .product p.btn_lineup a:hover:before {
  border-left-color: #231815;
}
/* line 635, ../scss/common.scss */
.line_up_wrap .product:nth-child(odd) {
  padding-left: 0;
}
/* line 638, ../scss/common.scss */
.line_up_wrap .product:nth-child(even) {
  padding-right: 0;
}

@media print, screen and (min-width: 480px) {
  /* line 646, ../scss/common.scss */
  .line_up_wrap .product {
    width: 22%;
    padding-left: 2%;
    padding-right: 2%;
  }
  /* line 650, ../scss/common.scss */
  .line_up_wrap .product .img_wrap {
    margin-bottom: 20px;
  }
  /* line 655, ../scss/common.scss */
  .line_up_wrap .product p.btn_lineup a {
    font-size: 13px;
  }
  /* line 660, ../scss/common.scss */
  .line_up_wrap .product:first-child {
    padding-left: 0 !important;
  }
  /* line 663, ../scss/common.scss */
  .line_up_wrap .product:last-child {
    padding-right: 0 !important;
  }
  /* line 666, ../scss/common.scss */
  .line_up_wrap .product:nth-child(odd) {
    padding-left: 2%;
  }
  /* line 669, ../scss/common.scss */
  .line_up_wrap .product:nth-child(even) {
    padding-right: 2%;
  }
}
/* line 676, ../scss/common.scss */
.line_up_details {
  margin-bottom: 60px;
}
/* line 679, ../scss/common.scss */
.line_up_details .txt_box ul {
  margin-bottom: 40px;
}
/* line 681, ../scss/common.scss */
.line_up_details .txt_box ul li {
  margin-bottom: 0.5em;
}
/* line 685, ../scss/common.scss */
.line_up_details .txt_box h6 {
  padding-left: 2em;
  padding-right: 2em;
}
/* line 689, ../scss/common.scss */
.line_up_details .txt_box p.btn {
  text-align: center;
}
/* line 693, ../scss/common.scss */
.line_up_details .txt_box table th {
  width: 20%;
}
/* line 698, ../scss/common.scss */
.line_up_details .img_box {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 480px) {
  /* line 708, ../scss/common.scss */
  .line_up_details .txt_box {
    width: 45%;
    float: left;
  }
  /* line 711, ../scss/common.scss */
  .line_up_details .txt_box p.btn {
    text-align: left;
  }
  /* line 715, ../scss/common.scss */
  .line_up_details .txt_box table th {
    width: 15%;
  }
  /* line 721, ../scss/common.scss */
  .line_up_details .img_box {
    margin-bottom: 0px;
    width: 50%;
    float: right;
  }
  /* line 725, ../scss/common.scss */
  .line_up_details .img_box img {
    margin-bottom: 20px;
  }
}
/*------------------------------------------------

service

------------------------------------------------*/
/* line 737, ../scss/common.scss */
.service_box {
  margin-bottom: 90px;
}

/* line 749, ../scss/common.scss */
.service_flow {
  width: 76%;
  margin: 0 auto 60px;
}
/* line 753, ../scss/common.scss */
.service_flow .flow_box .img_box {
  width: 30%;
  float: left;
}
/* line 757, ../scss/common.scss */
.service_flow .flow_box .txt_box {
  width: 63%;
  margin-left: 7%;
  float: right;
}
/* line 761, ../scss/common.scss */
.service_flow .flow_box .txt_box p {
  margin-top: 1em;
}
/* line 766, ../scss/common.scss */
.service_flow .flow_box.arw_sankaku {
  text-align: center;
}
/* line 768, ../scss/common.scss */
.service_flow .flow_box.arw_sankaku img {
  max-width: 44px;
  margin-bottom: 1em;
}

@media print, screen and (min-width: 480px) {
  /* line 778, ../scss/common.scss */
  .service_flow {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  /* line 783, ../scss/common.scss */
  .service_flow .flow_box {
    width: 15%;
  }
  /* line 785, ../scss/common.scss */
  .service_flow .flow_box .img_box {
    width: 100%;
  }
  /* line 788, ../scss/common.scss */
  .service_flow .flow_box .txt_box {
    width: 100%;
    margin-left: 0;
  }
  /* line 793, ../scss/common.scss */
  .service_flow .flow_box.arw_sankaku {
    width: 6.25%;
  }
  /* line 795, ../scss/common.scss */
  .service_flow .flow_box.arw_sankaku img {
    max-width: 63px;
  }
}
/*------------------------------------------------

Case of produce

------------------------------------------------*/
/* line 811, ../scss/common.scss */
.case_wrap ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
/* line 816, ../scss/common.scss */
.case_wrap ul li {
  width: 47%;
  margin-left: 3%;
  margin-right: 3%;
  list-style-type: none;
  margin-bottom: 60px;
}
/* line 823, ../scss/common.scss */
.case_wrap ul li .case_ttl {
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}
/* line 830, ../scss/common.scss */
.case_wrap ul li .img_wrap .btn {
  text-align: center;
}
/* line 833, ../scss/common.scss */
.case_wrap ul li .img_wrap p {
  margin-bottom: 10px;
}
/* line 836, ../scss/common.scss */
.case_wrap ul li .img_wrap p.chuushaku {
  min-height: 3.5em;
  display: inline-block;
}
/* line 842, ../scss/common.scss */
.case_wrap ul li:nth-child(1),
.case_wrap ul li:nth-child(3) {
  margin-left: 0;
}
/* line 846, ../scss/common.scss */
.case_wrap ul li:nth-child(2),
.case_wrap ul li:nth-child(4) {
  margin-right: 0;
}

/* line 854, ../scss/common.scss */
.case_txt .img_wrap {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 480px) {
  /* line 862, ../scss/common.scss */
  .case_wrap.shosai ul {
    justify-content: center;
  }
  /* line 864, ../scss/common.scss */
  .case_wrap.shosai ul li:nth-child(2) {
    margin-right: 0;
  }

  /* line 870, ../scss/common.scss */
  .case_wrap ul {
    width: 82%;
  }
  /* line 872, ../scss/common.scss */
  .case_wrap ul li {
    width: 28%;
    margin-left: 4%;
    margin-right: 4%;
    margin-bottom: 0px;
  }
  /* line 877, ../scss/common.scss */
  .case_wrap ul li .case_ttl {
    font-size: 24px;
  }
  /* line 882, ../scss/common.scss */
  .case_wrap ul li .img_wrap p {
    margin-bottom: 20px;
  }
  /* line 887, ../scss/common.scss */
  .case_wrap ul li:nth-child(2) {
    margin-right: 4%;
  }
  /* line 890, ../scss/common.scss */
  .case_wrap ul li:nth-child(3) {
    margin-left: 4%;
  }
  /* line 893, ../scss/common.scss */
  .case_wrap ul li:nth-child(1),
  .case_wrap ul li:nth-child(4) {
    margin-left: 0;
  }
  /* line 897, ../scss/common.scss */
  .case_wrap ul li:nth-child(3),
  .case_wrap ul li:nth-child(6) {
    margin-right: 0;
  }

  /* line 907, ../scss/common.scss */
  .case_txt .img_wrap {
    float: right;
    width: 40%;
    margin-bottom: 0px;
  }
  /* line 912, ../scss/common.scss */
  .case_txt .txt_wrap {
    float: left;
    width: 54%;
    padding-right: 6%;
  }
}
/*------------------------------------------------

Case of produce 社員の声

------------------------------------------------*/
/* line 928, ../scss/common.scss */
.voice_box {
  position: relative;
  background: #fff;
  border: solid 1px #231815;
  border-radius: 15px;
  padding: 10% 10%;
  width: 80%;
  margin: 0 auto 40px;
}
/* line 936, ../scss/common.scss */
.voice_box p {
  margin-bottom: 0;
}
/* line 938, ../scss/common.scss */
.voice_box p img {
  float: right;
  width: 27%;
  margin-left: 5%;
}
/* line 944, ../scss/common.scss */
.voice_box .balloon {
  position: absolute;
  display: inline-block;
  margin: 1.5em auto;
  padding: 5px 40px;
  min-width: 120px;
  width: 10em;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 1px #231815;
  box-sizing: border-box;
  border-radius: 7px;
  top: -45px;
  left: 0;
  right: 0;
}
/* line 961, ../scss/common.scss */
.voice_box .balloon p {
  margin: 0;
  padding: 0;
  text-align: center;
}
/* line 968, ../scss/common.scss */
.voice_box .balloon:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
/* line 978, ../scss/common.scss */
.voice_box .balloon:after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
  z-index: 1;
}

@media print, screen and (min-width: 480px) {
  /* line 991, ../scss/common.scss */
  .voice_box {
    padding: 4% 5%;
    width: 70%;
    margin-bottom: 60px;
  }
  /* line 995, ../scss/common.scss */
  .voice_box .balloon {
    margin: 1.5em 0;
    left: auto;
    right: auto;
  }
}
/*
地図
*/
/* line 1007, ../scss/common.scss */
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 60px;
}

/* line 1014, ../scss/common.scss */
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
