@charset "UTF-8";

/*=======================================================

     共通パーツ

========================================================*/
.box {
  box-sizing: border-box; }
  .box > a {
    display: block; }
  .box_img {
    position: relative; }
    .box_img img {
      width: 100%; }

.layout {
  display: flex;
  flex-wrap: wrap; }
  .layout-2 > div, .layout-2 > li {
    width: 50%; }
  @media screen and (min-width: 768px) {
    .layout-2 .box_label-border {
      margin-bottom: 2.77%; } }
  .layout-2-offset > div, .layout-2-offset > li {
    width: 48%;
    margin-right: 4%; }
    .layout-2-offset > div:nth-child(2n), .layout-2-offset > li:nth-child(2n) {
      margin-right: 0; }
    .layout-2-offset > div:nth-of-type(n+3), .layout-2-offset > li:nth-of-type(n+3) {
      margin-top: 40px; }
  .layout-3 > div, .layout-3 > li {
    box-sizing: border-box;
    width: 33.33%; }
    .layout-3 > div:nth-of-type(n+4), .layout-3 > li:nth-of-type(n+4) {
      margin-top: 3.18%; }
  .layout-3-offset > div, .layout-3-offset > li {
    width: 30%; }
    .layout-3-offset > div:nth-of-type(n+4), .layout-3-offset > li:nth-of-type(n+4) {
      margin-top: 3.18%; }
    .layout-3-offset > div:not(:nth-of-type(3n)), .layout-3-offset > li:not(:nth-of-type(3n)) {
      margin-right: 5%; }
  .layout-4 > div, .layout-4 > li {
    width: 25%; }
  .layout-4-offset > div, .layout-4-offset > li {
    width: 21.73%;
    margin-right: 4.36%; }
    .layout-4-offset > div:nth-of-type(4n), .layout-4-offset > li:nth-of-type(4n) {
      margin-right: 0; }

.btn {
  box-sizing: border-box; }
  .btn a {
    display: block; }
  @media screen and (min-width: 768px) {
    .btn-01 {
      max-width: 300px; } }
  .btn-01 a {
    color: #ec5a90;
    text-align: center;
    font-size: 1.7rem;
    letter-spacing: 0.1em;
    padding: 12.5px 0;
    background-color: #fff;
    border: 2px solid #ec5a90;
    border-radius: 30px; }
    .btn-01 a span {
      position: relative;
      padding-right: 40px; }
      .btn-01 a span::after {
        content: '';
        width: 24px;
        height: 16px;
        display: block;
        position: absolute;
        background: url(../images/common/ico_arrow.png) no-repeat;
        top: 50%;
        right: 0;
        transform: translateY(-50%); }
    .btn-01 a:hover {
      background-color: #fdf2f5; }
  @media screen and (min-width: 768px) {
    .btn-02 {
      max-width: 330px; } }
  .btn-02 a {
    background-color: #fff;
    padding: 26px 0; }
    @media screen and (max-width: 767px) {
      .btn-02 a {
        padding: 17.5px 0; } }
  .btn-pdf span {
    position: relative;
    padding-left: 40px; }
    .btn-pdf span::before {
      content: '';
      width: 20px;
      height: 24px;
      display: block;
      position: absolute;
      background: url(../images/common/ico_pdf.png) no-repeat;
      background-size: contain;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
  .btn-cart {
    width: 680px;
    margin: 115px auto 0; }
    .btn-cart a {
      width: 100%;
      text-align: center;
      background-color: #ec5a90;
      border-radius: 50px;
      padding: 14px 0; }
      .btn-cart a:hover {
        background-color: #dd417b; }
    .btn-cart span {
      color: #fff;
      font-size: 1.4rem;
      letter-spacing: 0.1em; }
      .btn-cart span:not(.ico-cart) {
        display: block; }
      .btn-cart span.ico-cart {
        position: relative;
        font-size: 2.4rem;
        padding-left: 55px; }
        .btn-cart span.ico-cart::before {
          content: '';
          width: 34px;
          height: 34px;
          display: block;
          position: absolute;
          background: url(../images/common/ico_cart.png) no-repeat;
          top: 50%;
          left: 0;
          transform: translateY(-50%); }

.align-center {
  text-align: center; }
.align-left {
  text-align: left; }
.align-right {
  text-align: right; }

.pink,
a.pink {
  color: #ec5a90; }

.link-underLine {
  text-decoration: underline; }
  .link-underLine:hover {
    text-decoration: none; }

.block.about {
  position: relative;
  margin-top: 20px; }
  .block.about .bg_img {
    width: 43.4%;
    padding-top: 38.33%;
    position: absolute;
    left: 0;
    margin: 0 auto;
    background: url(../images/home/bg_01.png) no-repeat left center;
    background-size: contain;
    overflow: hidden; }
    @media screen and (min-width: 1401px) {
      .block.about .bg_img {
        height: 537px;
        padding-top: 0; } }
    @media screen and (min-width: 1041px) {
      .block.about .bg_img {
        bottom: 10px; } }
    @media screen and (max-width: 1040px) {
      .block.about .bg_img {
        top: 50%;
        transform: translateY(-50%); } }
  .block.about .box_inner {
    width: 60%;
    position: relative;
    margin-left: auto;
    padding: 135px 0; }
    .block.about .box_inner::before {
      content: '';
      width: 300%;
      height: 100%;
      position: absolute;
      top: 0;
      left: -35%;
      background-color: #f9f7f3;
      z-index: -1; }
  .block.about .box_title {
    margin-bottom: 35px; }
  .block.about .box .btn {
    margin-top: 34px; }
.block_link-01 {
  margin: 70px 0 120px; }
  .block_link-01 .box_title {
    color: #ec5a90;
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-bottom: 5px; }
  .block_link-01 .box_inner-top {
    position: relative;
    padding-bottom: 15px; }
    .block_link-01 .box_inner-top::before {
      content: '';
      width: 1px;
      height: 30px;
      position: absolute;
      bottom: -15px;
      left: 50%;
      transform: translateY(-50%);
      background-color: #ec5a90; }
  .block_link-01 .box_inner-bottom {
    margin-top: 30px; }
  .block_link-01 .box a:hover > .box_inner {
    transition: .5s;
    opacity: 0.7; }
.block_link-02 .box_title {
  margin-bottom: 23px;
  z-index: 1; }
  .block_link-02 .box_title span {
    position: relative;
    display: block; }
    .block_link-02 .box_title span::before {
      content: '';
      position: absolute;
      left: -15.4%;
      background-size: contain;
      z-index: -1; }
.block_link-02 .box-top img {
  width: 100%; }
.block_link-02 .box-bottom {
  padding: 85px 12% 120px; }
.block_link-02 .box .btn {
  margin: 35px auto 0; }
  .block_link-02 .box .btn-pdf span {
    padding-left: 30px; }
.block_link-02 .box-01 .box_title span::before {
  width: 259px;
  height: 113px;
  top: -60px;
  background: url(../images/common/tit_feature1.png) no-repeat;
  background-size: contain; }
@media screen and (max-width: 1400px) {
  .block_link-02 .box-01 .box_title span img {
    width: 72%; } }
.block_link-02 .box-02 .box_title span::before {
  width: 272px;
  height: 113px;
  top: -60px;
  background: url(../images/common/tit_feature2.png) no-repeat;
  background-size: contain; }
@media screen and (max-width: 1400px) {
  .block_link-02 .box-02 .box_title span img {
    width: 98%; } }
.block_link-02 .box-03 .box_title span::before {
  width: 267px;
  height: 113px;
  top: -55px;
  background: url(../images/common/tit_feature3.png) no-repeat;
  background-size: contain; }
@media screen and (max-width: 1400px) {
  .block_link-02 .box-03 .box_title span img {
    width: 56%; } }

.box-frame .box_title {
  color: #fff;
  display: inline-block;
  background-color: #ec5a90;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-weight: normal;
  letter-spacing: 0.1em;
  border-radius: 16px; }
.box-frame-01 {
  max-width: 870px;
  position: relative;
  border: 2px solid #ec5a90;
  border-radius: 42px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0 5px;
  margin-bottom: 80px; }
  .box-frame-01 .box_title {
    font-size: 1.7rem;
    padding: 0 20px; }
  .box-frame-01 p {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.6; }
.box-frame-02 {
  position: relative;
  border: 2px solid #ec5a90;
  border-radius: 12px;
  margin: 0 auto;
  padding: 40px 4% 35px; }
  .box-frame-02 .box_title {
    font-size: 1.8rem;
    padding: 0 25px; }
  .box-frame-02 .layout {
    margin-bottom: 23px; }

/*=======================================================

     underLayer　下層ページ共通

========================================================*/
.underLayer .breadcrumb {
  margin: 35px 0 55px; }
  .underLayer .breadcrumb ul {
    display: flex; }
    .underLayer .breadcrumb ul li {
      color: #9d9d9d;
      font-size: 1.2rem;
      display: block;
      position: relative;
      padding-right: 9px;
      letter-spacing: 0.1em; }
      .underLayer .breadcrumb ul li:first-child a {
        color: #9d9d9d;
        display: block; }
      .underLayer .breadcrumb ul li:not(:first-child)::before {
        content: '>';
        padding-right: 9px; }
.underLayer .block_title {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.68;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  padding-left: 60px; }
  .underLayer .block_title span {
    position: relative;
    font-weight: inherit; }
    .underLayer .block_title span::before {
      content: '';
      width: 45px;
      height: 8px;
      position: absolute;
      top: 8px;
      left: -60px;
      background: url(../images/common/ico_title.png) no-repeat center left;
      background-size: contain; }
.underLayer .block_link-01 {
  margin-top: 0; }
  .underLayer .block_link-01 .layout {
    margin-top: 60px; }
.underLayer .title {
  background-color: #f9f7f3;
  padding: 88px 0 67px; }
  .underLayer .title span {
    position: relative;
    z-index: 1; }
    .underLayer .title span::before {
      content: '';
      position: absolute;
      z-index: -1; }
  .underLayer .title-pink {
    color: #ec5a90;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.33;
    letter-spacing: 0.1em;
    margin-bottom: 10px; }
.underLayer .btn-cart {
  margin-top: 120px; }

/*=======================================================

     syouhin　黄帝灸とは

========================================================*/
.syouhin .title {
  padding: 73px 0 67px; }
  .syouhin .title span::before {
    width: 232px;
    height: 118px;
    background: url(../images/syouhin/tit_about.png) no-repeat;
    top: -65px;
    left: -85px; }
.syouhin .block-01 {
  padding-top: 0; }
  .syouhin .block-01 .box_inner {
    padding-bottom: 80px; }
  .syouhin .block-01 .bg_img {
    top: 40px; }
    @media screen and (max-width: 1040px) {
      .syouhin .block-01 .bg_img {
        top: 50%;
        transform: translateY(-50%); } }
.syouhin .block-02 .box-left {
  width: 62%; }
  .syouhin .block-02 .box-left .box_img {
    width: 400px;
    margin: 30px auto 0; }
.syouhin .block-02 .box-right {
  position: absolute;
  width: 43%;
  height: calc(100% + 30px);
  top: -30px;
  right: 0;
  background: url(../images/home/img_02.png) no-repeat bottom left;
  background-size: cover; }
.syouhin .block-02 .box_inner {
  position: relative;
  border: 2px solid #ec5a90;
  border-radius: 15px;
  padding: 30px 35px 50px; }
  .syouhin .block-02 .box_inner .layout {
    flex-wrap: nowrap; }
.syouhin .block-02 .box_title {
  color: #ec5a90;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 5px; }
.syouhin .block-03 {
  background-color: #fdf2f5;
  margin-top: 120px;
  padding: 75px 0; }
  .syouhin .block-03 .box {
    background-color: #fff;
    border-radius: 12px;
    padding: 23px 35px 30px 30px; }
    .syouhin .block-03 .box-bottom {
      margin-top: 25px; }
  .syouhin .block-03 ul {
    padding-left: 35px; }
    .syouhin .block-03 ul li {
      position: relative;
      font-size: 1.7rem;
      line-height: 1.647;
      letter-spacing: 0.1em;
      margin-bottom: 10px; }
      .syouhin .block-03 ul li::before {
        content: '・';
        position: absolute;
        top: 0;
        left: -1.2em; }
      .syouhin .block-03 ul li span {
        color: #ec5a90;
        font-weight: 600; }
.syouhin .block-04 {
  padding: 85px 0 60px; }
  .syouhin .block-04 .btn {
    margin-top: 40px; }
.syouhin .block-05 {
  margin-bottom: 0; }
.syouhin .block-06 {
  margin-top: 110px; }
  .syouhin .block-06 .block_title {
    margin-bottom: 55px; }
  .syouhin .block-06 .layout > .box-left {
    width: 43%; }
  .syouhin .block-06 .layout > .box-right {
    width: 53%; }
  .syouhin .block-06 .item:not(.item-01) {
    margin-top: 35px; }
.syouhin .block-07 {
  margin-top: 115px; }
  .syouhin .block-07 .item {
    margin-bottom: 25px; }
    .syouhin .block-07 .item_title {
      color: #ec5a90;
      background-color: #fdf2f5;
      font-size: 1.8rem;
      font-weight: 600;
      letter-spacing: 0.1em;
      border-radius: 16px;
      margin-bottom: 15px;
      padding: 0 25px; }
    .syouhin .block-07 .item_img {
      margin-bottom: 20px; }
  .syouhin .block-07 .note {
    margin-top: 28px; }
.syouhin .block-08 {
  padding: 65px 0 120px; }
  .syouhin .block-08 .box-01 {
    margin-top: 40px;
    padding-left: 25px; }
  .syouhin .block-08 .btn {
    margin-top: 30px; }

/*=======================================================

     osusume　へそ温灸とは

========================================================*/
.osusume .title span::before {
  width: 386px;
  height: 120px;
  background: url(../images/osusume/tit_navelmoxa.png) no-repeat;
  top: -73px;
  left: -78px; }
.osusume .block-01 {
  padding-top: 20px;
  margin-bottom: 110px; }
  .osusume .block-01 .box_title {
    margin-bottom: 30px; }
  .osusume .block-01 .box-02 {
    margin-top: 15px; }
  .osusume .block-01 .box-left .item-01 {
    width: 28.2%;
    margin-right: 3%; }
  .osusume .block-01 .box-left .item-02 {
    width: 68.8%; }
.osusume .block-02 .layout {
  justify-content: space-between; }
.osusume .block-02 .block_title {
  margin-bottom: 30px; }
.osusume .block-02 .box-01 {
  margin-bottom: 50px; }
.osusume .block-02 .box-02 {
  padding-bottom: 23px; }
.osusume .block-02 .box-03 .item-01 {
  width: 62%;
  margin-right: 3%; }
.osusume .block-02 .box-03 .item-02 {
  width: 35%; }
.osusume .block-03 {
  margin: 110px 0 80px; }
  .osusume .block-03 .block_title {
    margin-bottom: 30px; }
  .osusume .block-03 .box {
    text-align: center; }
    .osusume .block-03 .box:not(.box-01) {
      margin-top: 30px; }

/*=======================================================

     biwa　ビワ葉温灸

========================================================*/
.biwa .title span::before {
  width: 352px;
  height: 135px;
  background: url(../images/biwa/tit_loquatleaf.png) no-repeat;
  top: -73px;
  left: -100px; }
.biwa .block-01 {
  padding-top: 20px;
  margin-bottom: 110px; }
  .biwa .block-01 .box_title {
    margin-bottom: 30px; }
  .biwa .block-01 .box-02 {
    margin-top: 30px; }
  .biwa .block-01 .box-03 {
    max-width: 100%;
    border-width: 2px;
    border-radius: 12px;
    margin-top: 50px; }
    .biwa .block-01 .box-03 .layout {
      justify-content: space-between; }
      .biwa .block-01 .box-03 .layout .item {
        width: 48%; }
  .biwa .block-01 .box-04 {
    margin-top: 55px; }
  .biwa .block-01 .bold {
    font-size: 2rem;
    font-weight: 600;
    margin-top: 20px; }
.biwa .block-02 {
  padding-bottom: 115px; }
  .biwa .block-02 .block_title {
    margin-bottom: 25px; }
  .biwa .block-02 .box_title {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.33;
    letter-spacing: 0.1em;
    margin-bottom: 25px;
    text-align: center; }
    .biwa .block-02 .box_title span {
      display: block;
      margin-bottom: 27px; }
  .biwa .block-02 .box-top {
    margin-bottom: 25px; }
  .biwa .block-02 .layout {
    margin-top: 34px; }
    .biwa .block-02 .layout .box:nth-child(n+4) {
      margin-top: 35px; }

/*=======================================================

     story　黄帝灸開発秘話

========================================================*/
.story .title span::before {
  width: 314px;
  height: 110px;
  background: url(../images/story/tit_history.png) no-repeat;
  top: -60px;
  left: -70px; }
.story .box_title {
  position: relative;
  z-index: 1;
  margin-bottom: 40px; }
  .story .box_title::before {
    content: '';
    position: absolute;
    top: -24px;
    left: -24px;
    z-index: -1; }
.story .box_text p:nth-of-type(n+2) {
  margin-top: 20px; }
.story .block-01 {
  position: relative;
  padding-top: 40px; }
  .story .block-01 .box_title::before {
    width: 107px;
    height: 100px;
    background: url(../images/story/ico_01.png) no-repeat;
    background-size: contain; }
  .story .block-01 .box-01 {
    width: 48%;
    margin-right: auto; }
  .story .block-01 .box-02 {
    width: 47.1%;
    height: 500px;
    position: absolute;
    top: 35px;
    right: 0;
    background: url(../images/story/img_01.jpg) no-repeat;
    background-size: cover;
    padding-top: 35.68%; }
.story .block-02 .box_title::before {
  width: 125px;
  height: 100px;
  background: url(../images/story/ico_02.png) no-repeat;
  background-size: contain; }
.story .block-02 .bg_img {
  top: 80px;
  background: url(../images/story/bg_01.jpg) no-repeat left center;
  background-size: contain; }
.story .block-02, .story .block-04 {
  position: relative;
  margin-top: 110px; }
  .story .block-02 .bg_img, .story .block-04 .bg_img {
    width: 47.1%;
    padding-top: 35.68%;
    position: absolute;
    left: 0;
    margin: 0 auto;
    overflow: hidden; }
    @media screen and (min-width: 1401px) {
      .story .block-02 .bg_img, .story .block-04 .bg_img {
        height: 500px;
        padding-top: 0; } }
  .story .block-02 .box_inner, .story .block-04 .box_inner {
    width: 48%;
    position: relative;
    margin-left: auto;
    padding: 100px 0; }
    .story .block-02 .box_inner::before, .story .block-04 .box_inner::before {
      content: '';
      width: 500%;
      height: 100%;
      position: absolute;
      top: 0;
      left: -70%;
      background-color: #f9f7f3;
      z-index: -1; }
  .story .block-02 .box .btn, .story .block-04 .box .btn {
    margin-top: 34px; }
.story .block-03 {
  margin-top: 125px; }
  .story .block-03 .layout > .box_text {
    margin-right: 6%; }
  .story .block-03 .box_img {
    width: 46%; }
  .story .block-03 .box-02 {
    margin-top: 20px; }
  .story .block-03 .box_title::before {
    width: 119px;
    height: 99px;
    background: url(../images/story/ico_03.png) no-repeat;
    background-size: contain; }
.story .block-04 .box_title::before {
  width: 126px;
  height: 102px;
  background: url(../images/story/ico_04.png) no-repeat;
  background-size: contain; }
.story .block-04 .bg_img {
  top: 100px;
  background: url(../images/story/bg_02.jpg) no-repeat left center;
  background-size: contain; }
.story .block-05 {
  padding: 95px 0 120px; }
  .story .block-05 .btn-cart {
    margin-top: 120px; }

/*=======================================================

     douga　動画で見る黄帝灸の使い方

========================================================*/
.douga .title span::before {
  width: 282px;
  height: 107px;
  background: url(../images/douga/tit_movies.png) no-repeat;
  top: -55px;
  left: -65px; }
.douga .box_title-frame {
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 2.1;
  border: 2px solid #ec5a90;
  border-radius: 25px;
  margin-bottom: 20px; }
  @media screen and (max-width: 991px) {
    .douga .box_title-frame {
      font-size: 1.8rem; } }
  .douga .box_title-frame span {
    font-weight: inherit; }
  .douga .box_title-frame::after {
    content: '';
    width: 2px;
    height: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -22px;
    background: url(../images/douga/ico_title.png) no-repeat;
    background-size: contain; }
.douga .layout-3-offset > div:nth-of-type(n+4) {
  margin-top: 50px; }
.douga .block_title {
  margin-bottom: 30px; }
.douga .block-02 {
  margin-top: 70px; }
.douga .block-03 {
  margin-top: 75px; }
.douga .block-04 {
  margin-top: 75px;
  padding-bottom: 120px; }

/*=======================================================

     seblock　支持ブロックの使い方

========================================================*/
.seblock .title span::before {
  width: 190px;
  height: 112px;
  background: url(../images/seblock/tit_block.png) no-repeat;
  top: -65px;
  left: -85px; }
.seblock .layout-3-offset > div:nth-of-type(n+4) {
  margin-top: 50px; }
.seblock .block_title {
  margin-bottom: 25px; }
.seblock .block-01 .layout {
  margin-top: 35px; }
.seblock .block-01 .box_title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
  text-align: center; }
  .seblock .block-01 .box_title span {
    display: block;
    margin-bottom: 25px; }
.seblock .block-01 .box_img {
  margin-bottom: 23px; }
.seblock .block-02 {
  margin-top: 100px;
  padding-bottom: 120px; }
  .seblock .block-02 .layout > .box {
    margin-top: 40px; }
  .seblock .block-02 .box-05 {
    margin-top: 50px; }
.seblock .block-03 {
  padding-bottom: 120px; }

/*=======================================================

     qa　よくある質問

========================================================*/
.qa .title span::before {
  width: 160px;
  height: 93px;
  background: url(../images/qa/tit_faq.png) no-repeat;
  top: -47px;
  left: -70px; }
.qa .pink {
  font-weight: 600; }
.qa .layout-3-offset > div:nth-of-type(n+4) {
  margin-top: 50px; }
.qa .block-01 {
  padding: 25px 0 120px; }
  .qa .block-01 .box {
    background-color: #f9f7f3;
    border-radius: 12px;
    padding: 0 30px; }
    .qa .block-01 .box:not(.box-01) {
      margin-top: 30px; }
    .qa .block-01 .box.active {
      background-color: #fdf2f5;
      border-radius: 12px;
      padding-bottom: 30px; }
      .qa .block-01 .box.active .box_title {
        background-color: #fdf2f5;
        padding-left: 0;
        padding-right: 0; }
        .qa .block-01 .box.active .box_title span::after {
          content: '';
          width: 24px;
          height: 4px;
          position: absolute;
          top: 11px;
          right: -10px;
          background: url(../images/qa/ico_close.png) no-repeat;
          background-size: contain; }
    .qa .block-01 .box_title {
      font-size: 1.8rem;
      line-height: 1.55;
      letter-spacing: 0.1em;
      padding: 24px 0;
      cursor: pointer; }
      .qa .block-01 .box_title span {
        position: relative;
        display: block;
        padding-right: 20px;
        padding-left: 60px; }
        .qa .block-01 .box_title span::before {
          content: '';
          width: 40px;
          height: 40px;
          position: absolute;
          top: -11px;
          left: 0;
          background: url(../images/qa/ico_q.png) no-repeat;
          background-size: contain; }
        .qa .block-01 .box_title span::after {
          content: '';
          width: 24px;
          height: 24px;
          position: absolute;
          top: 0;
          right: -11px;
          background: url(../images/qa/ico_open.png) no-repeat;
          background-size: contain; }
    .qa .block-01 .box_inner {
      display: none;
      position: relative;
      background-color: #fff;
      border-radius: 12px;
      padding: 35px 30px; }
      .qa .block-01 .box_inner p {
        position: relative;
        padding-left: 40px; }
        .qa .block-01 .box_inner p:first-of-type::before {
          content: '';
          width: 15px;
          height: 19px;
          position: absolute;
          top: 5px;
          left: 0;
          background: url(../images/qa/ico_a.png) no-repeat;
          background-size: contain; }
      .qa .block-01 .box_inner .note {
        margin-top: 20px; }
    .qa .block-01 .box .layout > .box_text {
      width: 60%;
      margin-right: 2%; }
    .qa .block-01 .box .layout > .box_img {
      width: 38%; }

/*=======================================================

     voice　お客様の声

========================================================*/
.voice .title span::before {
  width: 166px;
  height: 97px;
  background: url(../images/voice/tit_voice.png) no-repeat;
  top: -53px;
  left: -78px; }
.voice .pink {
  font-weight: 600; }
.voice .block:not(.block-04):not(.block_link-02) .block_title {
  margin-bottom: 30px; }
.voice .block:not(.block-04):not(.block_link-02) .box {
  padding: 30px 40px; }
.voice .block:not(.block_link-02) .box {
  background-color: #f9f7f3;
  border-radius: 12px; }
  .voice .block:not(.block_link-02) .box_title {
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.33; }
  .voice .block:not(.block_link-02) .box_text {
    margin-top: 25px; }
  .voice .block:not(.block_link-02) .box_name {
    margin-top: 25px; }
.voice .block-01 .layout {
  flex-wrap: nowrap; }
  .voice .block-01 .layout li {
    text-align: center;
    border-right: 1px dashed #000; }
    .voice .block-01 .layout li:first-child {
      border-left: 1px dashed #000; }
    .voice .block-01 .layout li a {
      width: 100%;
      display: block;
      padding: 10px 0; }
.voice .block-02 {
  margin-top: 70px; }
  .voice .block-02 .box_title {
    border-bottom: 1px solid #d0ccc3;
    padding-bottom: 10px; }
.voice .block-03 {
  margin-top: 115px; }
  .voice .block-03 .btn {
    margin: 15px auto 0; }
.voice .block-04 {
  margin-top: 115px;
  padding-bottom: 120px; }
  .voice .block-04 .block_title {
    margin-bottom: 20px; }
  .voice .block-04 .box {
    padding: 35px 40px 30px; }
    .voice .block-04 .box_img {
      margin-top: 35px;
      text-align: center; }
      .voice .block-04 .box_img img {
        max-width: 100%;
        width: auto; }
  .voice .block-04 .note {
    margin-bottom: 20px; }

/* -----responsive----- */
@media only screen and (max-width: 1023px) {
	.osusume .block-01 img{
		width: 100%;
		height: auto;
	}
	.osusume .block-02 img{
		width: 100%;
		height: auto;
	}
	.osusume .block-03 img{
		width: 100%;
		height: auto;
	}
	.biwa .block-01 img {
		width: 100%;
		height: auto;
	}
	.biwa .block-02 img {
		width: 100%;
		height: auto;
	}
	.biwa .block-02 .box_title span img{
		width: 50%;
		height: auto;
	}
	.syouhin .block-06 .layout > .box-right img {
		width: 100%;
		height: auto;
	}
@media only screen and (max-width: 767px) {
	.box-frame .box_title {
		width: 90%;
	}
	.box-frame-01 p {
		font-size: 1.4rem;
		padding: 10px 20px;
	}
	.layout-2 > div, .layout-2 > li {
		width: 100%;
		margin-bottom: 20px;
	}
	.osusume .block-01 {
		margin-bottom: 20px;
	}
	.osusume .block-02 .box-03 .item-01 {
		width: 100%;
		margin-right: 0;
	}
	.osusume .block-02 .box-03 .item-02 {
		width: 100%;
	}
	.biwa .block-01 .box-03 .layout .item {
		width: 100%;
		margin-right: 0;
	}
	.layout-3-offset > div, .layout-3-offset > li {
		width: 100%;
		margin-bottom: 20px;
	}
	.layout-3-offset > div:not(:nth-of-type(3n)), .layout-3-offset > li:not(:nth-of-type(3n)) {
		margin-right: 0;
	}
	.biwa .block-02 .box_title span img {
		width: 24%;
		height: auto;
	}
	.biwa .block-02 {
		padding-bottom: 0;
	}
	.syouhin .block-06 .layout > .box-left {
		width: 100%;
	}
	.layout-2-offset > div, .layout-2-offset > li {
		margin-right: 0;
	}
	.syouhin .block-06 .layout > .box-right {
		width: 100%;
	}
	.syouhin .block-06 .layout > .box-right img {
		width: 100%;
		height: auto;
	}
	}
}