@charset "utf-8";
@import url("/skincare/jino/css/jino.css");

.faq_bottom_contents input,
.faq_bottom_contents select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.faq_bottom_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 32px auto;
}

.faq_bottom_contents .brand_panel {
  width: 61%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 61%;
  flex: 0 0 61%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 13px;
}

.brand_panel_point {
  font-weight: normal;
}

.faq_bottom_contents .brand_panel h3 {
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 3px solid #fff;
  font-size: 18px;
  font-weight: bold;
  border-color: #6286c8;
}

.faq_bottom_contents .brand_panel .faq_brand_panel_link {
  width: 43%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 43%;
  flex: 0 0 43%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.faq_bottom_contents .brand_panel_link {
  margin-top: auto;
}

.faq_bottom_contents .brand_panel .faq_brand_panel_cart {
  width: 53.5%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 53.5%;
  flex: 0 0 53.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.faq_bottom_contents .cart_btn_area dt {
  height: 35px;
  padding: 0 5px;
  line-height: 35px;
}

.faq_bottom_contents .cart_btn_area dd {
  height: calc(100% - 35px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.faq_brand_panel_pricearea {
  margin: auto 0;
}

.faq_bottom_contents .cart_btn_area dd .btn_cartin {
  margin-top: auto;
}

.faq_bottom_contents .cart_btn_area {
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.faq_bottom_contents .cart_btn_area:first-of-type {
  margin-top: 36px;
}

.faq_bottom_contents .voice_list {
  width: 37.6%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 37.6%;
  flex: 0 0 37.6%;
  padding: 15px 13px;
}

.faq_bottom_contents .voice_list h3 {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.voice_item_img {
  width: 62px;
  height: 62px;
}

.voice_item_txt {
  width: calc(100% - 62px - 12px);
}

.faq_bottom_contents .voice_list dd {
  font-size: 14px;
}

.voice_list .btn {
  position: relative;
  border: 0;
  display: block;
  width: 77%;
  max-width: 260px;
  height: 50px;
  line-height: 50px;
  margin: 15px auto 0;
  color: #fff !important;
  background: #c2a883;
  border-radius: 6px !important;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.voice_list .btn:after {
  position: absolute;
  top: calc(50% - 7px);
  right: 10%;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 14px;
  border-color: transparent transparent transparent #fff;
}



/*
|-------------------------------
| 2020.03.06
|-------------------------------
*/
.faq_bottom_contents {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.faq_bottom_contents .brand_panel {
  /* 61% */
  max-width: 61%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 61%;
  flex: 0 0 61%;
}

.faq_bottom_contents .brand_panel + .voice_list {
  margin-left: 1.4%;
}

.faq_bottom_contents .voice_list {
  /* 37.6% */
  max-width: 37.6%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 37.6%;
  flex: 0 0 37.6%;
}

/*
|---------------------------------------------------------------
| 2020.03.17
|---------------------------------------------------------------
*/
@charset "UTF-8";
.faq_bottom_contents.__skincare {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.faq_bottom_contents .brand_panel .faq_brand_panel_link.__skincare {
  width: 37.5%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 37.5%;
  flex: 0 0 37.5%;
}

.faq_bottom_contents .brand_panel .faq_brand_panel_cart.__skincare {
  width: 60%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
}

.faq_skincare_product {
  background: #fff;
  border-radius: 5px;
  margin-right: 0.5%;
  padding: 8px 0;
}

.faq_skincare_product__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.faq_skincare_product__wrap {
  width: 100%;
}

.faq_skincare_product__heading {
  display: block;
  padding-bottom: 8px;
  border-bottom: 4px solid #f48592;
  margin: 0 0 10px;
}

.faq_skincare_product__img {
  display: block;
  width: 100%;
  border: 1px solid #d9d7d1;
}

.faq_skincare_product__img img {
  display: block;
  width: 100%;
  height: auto;
}

.faq_skincare_product__title {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 2px solid #f48592;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
}

.faq_skincare_product__desc {
  display: block;
  font-weight: normal;
}

.faq_skincare_product__list {
  padding-top: 7px;
}

.faq_skincare_product__list li {
  padding-left: 20px;
  padding-bottom: 4px;
  background: url(../../skincare/img/index/product_icon.png) no-repeat 0 2px;
  font-size: 14px;
}

.faq_skincare_product__price {
  margin-top: 40px;
  font-size: 13px;
  font-weight: bold;
}

.faq_skincare_product__price2 {
  font-size: 13px;
  font-weight: bold;
}

.faq_skincare_product__price2 span {
  font-weight: bold;
  color: #fc0421;
}

.faq_skincare_product .btn_check {
  margin: 1em auto 0;
  width: 100%;
  border-radius: 5px;
  color: #fff;
  background: #f48592;
  padding: 0 0px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  top: 2px;
  font-size: 13px;
  /*販売終了のお知らせ*/
}

@media screen and (max-width: 804px) {
  .faq_skincare_product .btn_check {
    font-size: 12px;
  }
}

@media screen and (max-width: 700px) {
  .faq_skincare_product .btn_check {
    font-size: 13px;
  }
}

.faq_skincare_product .btn_check::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 20px;
  background-image: url(../../skincare/img/index/osusume_step_icon.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 7px;
  margin-top: -1px;
}

.faq_skincare_product .btn_check::after {
  content: '▶︎';
  display: block;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -5px;
  line-height: 10px;
  font-size: 10px;
  color: #fff;
  font-size: 9px;
}

@media screen and (max-width: 804px) {
  .faq_skincare_product .btn_check::after {
    right: 3px;
  }
}

@media screen and (max-width: 700px) {
  .faq_skincare_product .btn_check::after {
    right: 8px;
  }
}

.faq_skincare_product .btn_check .txt_sorry {
  padding: 3rem 0.5rem 0;
  line-height: 2;
  color: #fff;
}

.faq_skincare_product a:hover img,
.faq_skincare_product a:hover .btn_check {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.faq_skincare_cart .product_cartIn_title {
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.faq_skincare_cart .product_cartIn_title::after {
  font-size: 12px;
}

.faq_skincare_cart .product_course {
  font-size: 16px;
}

.faq_skincare_cart .product_course_price {
  font-size: 20px;
}

.faq_skincare_cart .product_select dt {
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.faq_skincare_cart .cartIn_quantity-select:after {
  font-size: 10px;
  vertical-align: middle;
}

.faq_skincare_cart .cartIn_routine_item {
  font-size: 22px;
  vertical-align: middle;
  margin-right: 7px;
  width: 18%;
}

.faq_skincare_cart .cartIn_routine_item::after {
  font-size: 53.84615%;
}

.kaiyaku_btn {
  margin: 20px auto;
}