@charset "UTF-8";

/*　口コミパーツ
----------------------------- */

.basic-layout {
  margin: 6rem 0 5rem;
  padding: 2rem 3rem;
}
.viral-box-wrap {
  background: #fff8e7;
}

.basic-layout.column1 {
  border-radius: 10px;
  padding: 25px 25px 5px;
}

.box-wrap.basic-layout.column2{
  margin-bottom: 3rem;
}

.viral-box-wrap.column1 .viral-head, .viral-box-wrap.column2 .viral-head {
  display: flex;
  align-items: flex-start;
}

.basic-layout .box-wrap {
  margin: 0;
}

.basic-layout.column1 .box-wrap div:nth-of-type(1) img {
  margin: 0 auto 20px;
  display: block;
  border-radius: 100%;
}

.viral-box-wrap.column2 .basic-column-box {
  border: none;
  border-radius: 10px;
}

.viral-box-wrap.column2 .basic-column-box:before, .viral-box-wrap.column2 .basic-column-box:after {
  content: none;
}

.viral-box-wrap.column3 {
  background: #fff;
  padding: 0;
}

.viral-box-wrap.column3 .basic-column-box {
  border: none;
  background: #fff8e7;
  border-radius: 10px;
}

.basic-layout.column1 .box-wrap__inner {
  width: 10%;
  flex: 0 0 10%;
  margin-right: 20px;
}

.viral-box-wrap .box-wrap__inner {
  width: 20%;
  flex: 0 0 20%;
  margin-right: 20px;
}

.viral-box-wrap .catch-copy {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  color: #0f9fb9;
  border-bottom: 2px dotted;
  line-height: 1.4;
  font-size: 2rem;
  padding: 2px 0 5px;
  font-weight: bold;
}

.viral-box-wrap .paragraph-frame {
  clear: both;
  margin: 15px 0 0;
}

.viral-box-wrap.column2 .catch-copy {
  font-size: 1.8rem;
  width: 100%;
  margin: 0 0 1rem;
}

.viral-box-wrap.column3 .box-wrap__inner {
  width: 100%;
  text-align: center;
}

.viral-box-wrap.column3 .catch-copy {
  width: 100%;
  margin: 2rem 0 1.5rem;
  padding: 0 0 1rem;
  font-size: 1.6rem;
}


/*　共通パーツ01,02
----------------------------- */

.lower_bottom {
  margin: 40px 0;
  padding: 3%;
  background: #f1f9fc;
  border-radius: 5px;
}

.lower_bottom .mainttl {
  padding: 25px 15px;
  font-size: 25px;
  text-align: center;
  line-height: 1.4;
  position: relative;
  margin: 0 -10px;
  font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.lower_bottom .mainttl span {
  display: block;
  font-size: 1.6rem;
  background: url(img/mv_parts.png) left 30% top no-repeat;
  padding-top: 20px;
  color: #f7828b;
}

.lower_bottom .cmn-column2, .lower_bottom .cmn-column3 {
  justify-content: space-between;
}

.lower_bottom .cmn-parts-box {
  background: #fff;
  padding: 10px 15px 15px;
  border-radius: 3px;
}

.cmn-parts-box .btn-web a {
  width: 100%;
}

.lower_bottom .cmn-parts-box p:first-child {
  color: #13a9c4;
  font-weight: bold;
  line-height: 1.4;
  font-size: 1.6rem;
  position: relative;
}

.lower_bottom .cmn01-paragraph {
  background: #fff8e7;
  padding: 17px 10px 14px 10px;
  margin: 0;
  display: flex;
  align-items: center;
  text-align: center;
}

.lower_bottom .cmn01-paragraph .txt_bold {
  color: #222;
  font-size: 1.6rem;
  font-weight: normal;
  padding: 0 5px 0 0;
  display: inline-block;
}

.lower_bottom .cmn01-paragraph .txt_price {
  color: #ff4749;
  font-size: 2.8rem;
  font-weight: bold;
  padding: 0 5px 0 0;
  display: inline-block;
}

.lower_bottom .cmn01-paragraph .txt_price_m {
  font-size: 1.8rem;
}

.lower_bottom .cmn01-ttl, .lower_bottom .ttl {
  text-align: center;
  padding: 0 15px;
	font-size: 23px;
  font-weight: bold;
  line-height: 1.4;
  color: #222;
  margin: 0 0 8px;
}

.lower_bottom .cmn01-paragraph p:first-child {
  margin: 0;
}

.lower_bottom .cmn01-paragraph p:first-child::before {
  display: none;
}

.lower_bottom .btn-internal a {
  padding: 10px 30px 10px 15px;
}

.lower_bottom .cmn-parts-box .btn-internal a {
  width: 100%;
}

.lower_bottom .btn-internal a::before {
  border-top-color: #333;
  border-right-color: #333;
}

.lower_bottom .cmn-column2, .lower_bottom .cmn-column3 {
  justify-content: space-between;
}

.lower_bottom .cmn-column1 .cmn-parts-box {
  background: #fff;
  width: 100%;
  padding: 10px 15px 15px;
  border: 1px solid #16b7bf;
  border-radius: 3px;
}

.lower_bottom .cmn-column1 .cmn-parts-box:not(:first-child) {
  margin-top: 3%;
}

.lower_bottom .cmn-column2 .cmn-parts-box {
  background: #fff;
  width: calc((100% / 2) - 10px);
  margin: 3% 0 0;
  padding: 10px 15px 15px;
  border: 1px solid #16b7bf;
  border-radius: 3px;
}

.lower_bottom .cmn-column2 .cmn-parts-box:nth-child(1), .lower_bottom .cmn-column2 .cmn-parts-box:nth-child(2) {
  margin-top: 0;
}


/*　テキストバナー
----------------------------- */

.text-banner-area {}

.text-banner-area {
  background-size: cover;
  border: 1px solid #b5b5b5;
  margin-bottom: 1.5rem;
  border-radius: 5px;
  padding: 1px;
}

.text-banner-area__text {
  padding: 2rem;
  width: 100%;
  background: #fff8e7;
}

.text-banner-area .cmn02-text-banner-area__title {
  display: block;
  padding: 0 0 10px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 20px;
  text-align: center;
  position: relative;
  font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  border-bottom: 1px solid #9a8167;
}

.text-banner-area .cmn02-text-banner-area__catch {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


/*　監修者パーツ
----------------------------- */

.supervision-area {
  margin: 40px 0;
  padding: 1rem;
  border: 1px solid #b5b5b5;
  border-radius: 5px;
  justify-content: space-between;
}

.supervision-area.cmn-column1 .cmn-parts-box>div:nth-child(1) {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.4;
  margin: -1rem -1rem 20px;
  text-align: center;
  padding: 15px 30px 15px 15px;
  background: url(img/link_ar.png) right 15px center no-repeat, url(img/h1_pattern.png) repeat;
  background-size: 10px, 100%;
  font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  border-radius: 5px 5px 0px 0px;
}

.supervision-area.cmn-column2 .cmn-parts-box>div:nth-child(1) {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 20px;
  text-align: center;
  padding: 13px 10px;
  background: #e3f2fc;
  font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.supervision-area .cmn-parts-box>div:nth-child(1) a {
  text-decoration: none;
  font-size: 2.5rem;
  /* color:white; */
}

.supervision-area .image-wrap .text-wrap .catch-copy {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.4;
  color: #3aafb0;
  margin-bottom: 30px;
}

.supervision-area .image-wrap .text-wrap .catch-copy {
  padding: 0 0 10px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.4;
  color: #222;
  margin: 0 0 15px;
  border-bottom: 1px solid #9a8167;
}

.supervision-area .image-left img, .supervision-area .image-right img {
  display: block;
  margin: auto;
}

.supervision-area .image-left .caption, .supervision-area .image-right .caption {
  display: block;
}

.lower_bottom span.txt_marker {
  font-size: 2.5rem;
  background: none;
}


/* add */

.slick-slide span, .viral-info, .viral-quote {
  text-align: center;
  font-size: 10px;
  color: #888888;
  line-height: 1.4;
  word-wrap: break-word;
  display: block;
}


/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 480px) {
  /*　口コミパーツ
----------------------------- */
  .basic-layout.column1 .box-wrap__inner {
    width: 10%;
  }
  .viral-box-wrap.column2 .basic-column-box {
    border: none;
  }
  .viral-box-wrap.column3 {
    background: #fff;
    padding: 0;
  }
  .viral-box-wrap.column3 .viral-head {
    display: flex;
    align-items: flex-start;
  }
  .viral-box-wrap.column3 .basic-column-box {
    border: none;
    background: #fff8e7;
  }
  .viral-box-wrap .box-wrap__inner {
    display: inline-block;
    width: 20%;
    vertical-align: top;
  }
  .viral-box-wrap .catch-copy {
    display: inline-block;
    width: 79%;
    vertical-align: top;
    border-bottom: 2px dotted;
    line-height: 1.4;
    font-size: 2rem;
    margin-left: 20px;
    padding: 2px 0 5px;
  }
  .viral-box-wrap .paragraph-frame {
    clear: both;
    margin: 15px 0 0;
  }
  .viral-box-wrap.column2 .catch-copy {
    font-size: 1.6rem;
    width: 100%;
  }
  .viral-box-wrap.column3 .box-wrap__inner {
    width: 20%;
    flex: 0 0 20%;
    margin-right: 5%;
  }
  .viral-box-wrap.column3 .catch-copy {
    margin: 0;
    padding: 0 0 1rem;
    font-size: 1.6rem;
  }
  .viral-box-wrap .catch-copy {
    width: 100%;
    margin: 0;
    font-size: 1.5rem;
  }
  .basic-layout.column1 .box-wrap__inner {
    width: 20%;
    flex: 0 0 20%;
    margin-right: 5%;
  }
  .viral-box-wrap .box-wrap__inner {
    width: 20%;
    flex: 0 0 20%;
    margin-right: 5%;
  }
  .viral-box-wrap .box-wrap__inner img {
    max-height: 120px;
    width: auto;
    display: block;
    margin: auto;
  }
  /*　共通パーツ01,02
----------------------------- */
  .lower_bottom {
    border-top-width: 5px;
  }
  .lower_bottom .mainttl span {
    font-size: 1.3rem;
    background: url(img/mv_parts.png) left 10% top no-repeat;
  }
  .lower_bottom .mainttl {
    font-size: 2rem;
    padding: .5rem 1rem 1.5rem;
  }
  .basic-layout {
    margin: 3rem 0 5rem;
    padding: 2rem;
  }
  .basic-layout.column1 {
    padding: 5%;
  }
  .basic-layout.column1 .box-wrap div:nth-of-type(1) img {
    margin: 0 auto 20px;
    display: block;
    border-radius: 100%;
  }
  .lower_bottom .cmn-column2 .cmn-parts-box, .lower_bottom .cmn-column3 .cmn-parts-box {
    float: none;
    width: auto;
    margin: 0 0 1rem;
    padding: 5%;
  }
  .lower_bottom .cmn-column2 .cmn-parts-box, .lower_bottom .cmn-column3 .cmn-parts-box {
    float: none;
    width: auto;
    padding: 3%;
    margin: 0 auto 2rem;
  }
  .lower_bottom-2 .cmn-column1 .cmn-parts-box, .lower_bottom-2 .cmn-column2 .cmn-parts-box, .lower_bottom-2 .cmn-column3 .cmn-parts-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .lower_bottom-2 .cmn-parts-box .txt-wrap {
    width: 56%;
    padding-right: 2%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .lower_bottom-2 .cmn-parts-box .btn-wrap {
    width: 42%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
  }
  .lower_bottom-2 .cmn-parts-box .btn-wrap .btn-web, .lower_bottom-2 .cmn-parts-box .btn-wrap .btn-tel, .lower_bottom-2 .cmn-parts-box .btn-wrap .btn-internal {
    width: 100%;
    align-self: stretch;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex: auto;
  }
  .lower_bottom-2 .cmn-parts-box .btn-wrap .btn-web a, .lower_bottom-2 .cmn-parts-box .btn-wrap .btn-tel a, .lower_bottom-2 .cmn-parts-box .btn-wrap .btn-internal a {
    display: flex;
    width: 100%;
    font-size: 1.6rem;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    flex: auto;
    padding: 1rem 3rem 1rem 1rem;
  }
  .lower_bottom-2 .cmn-parts-box .btn-wrap .btn-web a {
    margin-top: 1rem;
  }
  .lower_bottom-2 .cmn-parts-box .btn-wrap .btn-tel a {
    margin-top: 1rem;
    padding: 1rem 3rem 1rem 3rem;
  }
  /*　テキストバナー
----------------------------- */
  .cmn02-text-banner-area__image {
    display: none;
  }
  .text-banner-area__text {
    padding-bottom: 1px;
  }
  .text-banner-area .cmn02-text-banner-area__title {
    font-size: 2.0rem;
  }
  /*　監修者パーツ
----------------------------- */
  .supervision-area .cmn-parts-box>div:nth-child(1) {
    font-size: 2.0rem;
  }
  .supervision-area .image-wrap .text-wrap .catch-copy {
    font-size: 1.8rem;
  }
  .supervision-area .image-wrap {
    display: block;
  }
  .supervision-area .image-left, .supervision-area .image-right, .supervision-area .text-wrap {
    width: 100%;
    padding: 0;
  }
  .supervision-area .text-wrap {
    margin-top: 2rem;
  }
  .supervision-area.cmn-column2 {
    display: block;
  }
  .cmn-column2 .cmn-parts-box {
    width: 100%;
  }


  .box-wrap.basic-layout.column2{
    margin-bottom:0;
  }
}


/* add end */