@charset "UTF-8";
/**
 mixin
 */
.fue_campaign .extension {
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 2px;
  margin-top: 10px; }

@media (max-width: 979px) {
  .fue_campaign .extension {
    font-size: 5vw; } }

.premium_shokumou {
  margin: 35px 0; }

.premium_shokumou img {
  width: 80%; }

@media (max-width: 979px) {
  .premium_shokumou img {
    width: 100%; } }

.fue_campaign {
  background-image: linear-gradient(66deg, #ed007d, #ffac10);
  padding: 10px 9%;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 15px; }

@media screen and (max-width: 979px) {
  .fue_campaign {
    padding: 10px 4%; } }

.fue_campaign .tit {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #e8ff17;
  border-bottom: 1px solid #fff;
  margin-bottom: 5px;
  text-shadow: 3px 3px 0px #b75436;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif; }

@media screen and (max-width: 979px) {
  .fue_campaign .tit {
    font-size: 7.2vw;
    line-height: 1.4;
    padding-bottom: 8px; } }

.fue_campaign .days {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }

@media screen and (max-width: 979px) {
  .fue_campaign .days {
    font-size: 8.3vw; } }

.fue_campaign .note {
  background: #fff;
  padding: 3px;
  letter-spacing: 1px;
  font-size: 14px;
  color: #290314;
  border-radius: 50px;
  width: 80%;
  margin: 5px auto; }

@media screen and (max-width: 979px) {
  .fue_campaign .note {
    background: #fff;
    padding: 1px;
    letter-spacing: 0;
    font-size: 3.6vw;
    color: #290314;
    border-radius: 50px;
    width: 100%;
    margin: 5px auto; } }

.fuecp .period {
  display: inline-block; }

@media screen and (max-width: 979px) {
  .pricelist_medical .ownHair .fuecp .period.num {
    font-size: 3vw;
    padding: 3px 1%;
    margin-right: 0;
    width: 35vw; } }

.menuList--img > li .priceList.price_cp {
  background: #f3fbff;
  padding: 10px 3%;
  position: relative; }

@media screen and (max-width: 979px) {
  .menuList--img > li .priceList.price_cp {
    padding: 10px 1%; } }

.menuList--img > li .priceList.price_cp::before {
  content: '▼';
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  text-align: center;
  color: #5b83c4;
  font-size: 30px;
  transform: scale(1, 0.8); }

.what_monitor {
  font-size: 1.8rem;
  background-color: #ffeff1;
  padding: 35px;
  width: 100%;
  margin: 0 auto; }
  @media (max-width: 979px) {
    .what_monitor {
      padding: 15px;
      font-size: 1.5rem;
      width: 100%; } }
  .what_monitor .text_m {
    font-size: 2.0rem;
    text-align: center; }
    @media (max-width: 979px) {
      .what_monitor .text_m {
        text-align: left;
        font-size: 1.5rem; } }
  .what_monitor .ttl_what_monitor {
    margin-bottom: 23px;
    padding: 7px 0;
    background-color: #fb647e;
    color: #fff;
    font-size: 3.0rem;
    font-weight: 600;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }
    @media (max-width: 979px) {
      .what_monitor .ttl_what_monitor {
        font-size: 2.0rem;
        margin-bottom: 10px; } }
  .what_monitor .wrap_illust {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 0 auto; }
    @media (max-width: 979px) {
      .what_monitor .wrap_illust {
        width: 100%; } }
    .what_monitor .wrap_illust .illust {
      width: 40%;
      color: #fb647e;
      font-weight: 700; }
      @media (max-width: 979px) {
        .what_monitor .wrap_illust .illust {
          font-size: 1.1rem; } }
      .what_monitor .wrap_illust .illust img {
        filter: sepia(80%) hue-rotate(310deg) saturate(130%); }
    .what_monitor .wrap_illust .arrow_monitor {
      width: 55px;
      height: 30px;
      background-color: #fb647e;
      position: relative;
      translate: -15px 0; }
      @media (max-width: 979px) {
        .what_monitor .wrap_illust .arrow_monitor {
          width: 20px;
          height: 10px;
          translate: -10px 0; } }
      .what_monitor .wrap_illust .arrow_monitor::after {
        content: '';
        border-color: transparent;
        border-style: solid;
        border-width: 31px 0 31px 42px;
        border-left-color: #fb647e;
        position: absolute;
        top: 50%;
        right: 0;
        translate: 100% -50%; }
        @media (max-width: 979px) {
          .what_monitor .wrap_illust .arrow_monitor::after {
            border-width: 15px 0 15px 20px; } }
  .what_monitor .case_monitor .ttl_case_monitor {
    color: #01537e;
    font-size: 3.0rem;
    font-weight: 700;
    text-align: center; }
    @media (max-width: 979px) {
      .what_monitor .case_monitor .ttl_case_monitor {
        font-size: 1.8rem; } }
  .what_monitor .case_monitor .box_case_monitor {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 979px) {
      .what_monitor .case_monitor .box_case_monitor {
        flex-direction: column; } }

.icon_normal {
  background: #fff;
  color: #fb647e;
  border: 1px solid #fb647e;
  font-size: 11px;
  padding: 2px 2px;
  margin-right: 15px;
  display: inline-block;
  font-weight: normal;
  align-content: center;
  width: 110px;
  text-align: center; }
  @media (max-width: 979px) {
    .icon_normal {
      width: 25%;
      font-size: 9px;
      margin-right: 2%; } }

.icon_campaign {
  background: #fb647e;
  color: #fff;
  border: 1px solid #fb647e;
  font-size: 11px;
  padding: 2px 2px;
  margin-right: 15px;
  display: inline-block;
  font-weight: normal;
  align-content: center;
  width: 110px;
  text-align: center; }
  @media (max-width: 979px) {
    .icon_campaign {
      width: 25%;
      font-size: 9px;
      margin-right: 2%; } }

.smart_fue .tbl-flex .price-item {
  display: flex;
  justify-content: flex-end;
  align-items: baseline; }
  @media (max-width: 979px) {
    .smart_fue .tbl-flex .price-item {
      align-items: center;
      justify-content: center; } }
  .smart_fue .tbl-flex .price-item .price-num {
    font-size: 20px;
    width: 160px; }
    @media (max-width: 979px) {
      .smart_fue .tbl-flex .price-item .price-num {
        width: 47%;
        font-size: 5.2vw; } }
    .smart_fue .tbl-flex .price-item .price-num small span {
      font-size: 11px; }
      @media (max-width: 979px) {
        .smart_fue .tbl-flex .price-item .price-num small span {
          font-weight: normal;
          font-size: 2vw; } }
  .smart_fue .tbl-flex .price-item .loan-btn .loan-pop {
    margin-left: 20px !important;
    background-color: #ffe854 !important;
    display: inline-block;
    text-align: center;
    padding: 3px 8px !important;
    text-decoration: none !important; }
    @media (max-width: 979px) {
      .smart_fue .tbl-flex .price-item .loan-btn .loan-pop {
        padding: 2px 5px !important;
        font-size: 11px; } }
  .smart_fue .tbl-flex .price-item.cp {
    margin-top: 20px;
    position: relative; }
    .smart_fue .tbl-flex .price-item.cp::before {
      content: '▼';
      position: absolute;
      top: -20px;
      left: 80px;
      right: 0;
      text-align: center; }
      @media (max-width: 979px) {
        .smart_fue .tbl-flex .price-item.cp::before {
          left: 0; } }

.shokumou_other .tbl-flex .price-item {
  display: flex;
  justify-content: flex-end;
  align-items: baseline; }
  @media (max-width: 979px) {
    .shokumou_other .tbl-flex .price-item {
      align-items: center;
      justify-content: center; } }
  .shokumou_other .tbl-flex .price-item .price-num {
    font-size: 20px;
    width: 120px; }
    @media (max-width: 979px) {
      .shokumou_other .tbl-flex .price-item .price-num {
        width: 47%;
        font-size: 5.2vw; } }
    .shokumou_other .tbl-flex .price-item .price-num small span {
      font-size: 11px;
      font-weight: normal; }
      @media (max-width: 979px) {
        .shokumou_other .tbl-flex .price-item .price-num small span {
          font-size: 2vw; } }
  .shokumou_other .tbl-flex .price-item .loan-btn .loan-pop {
    margin-left: 20px !important;
    background-color: #ffe854 !important;
    display: inline-block;
    text-align: center;
    padding: 3px 8px !important;
    text-decoration: none !important; }
    @media (max-width: 979px) {
      .shokumou_other .tbl-flex .price-item .loan-btn .loan-pop {
        padding: 2px 5px !important;
        font-size: 11px; } }
  .shokumou_other .tbl-flex .price-item.cp {
    margin-top: 20px;
    position: relative; }
    .shokumou_other .tbl-flex .price-item.cp::before {
      content: '▼';
      position: absolute;
      top: -20px;
      left: 80px;
      right: 0;
      text-align: center; }
      @media (max-width: 979px) {
        .shokumou_other .tbl-flex .price-item.cp::before {
          left: 0; } }

@media (max-width: 979px) {
  #main .charge-list.smart_fue .table-box.-no-scroll table > tbody > tr > th {
    display: block;
    width: 100%; }
  #main .charge-list.smart_fue .table-box.-no-scroll table > tbody > tr > th {
    background-color: #ffeff1;
    border: none;
    border-bottom: none;
    text-align: left;
    width: 50%;
    font-weight: normal;
    width: 100%;
    display: block;
    margin-top: 15px; }
  #main .charge-list.smart_fue .table-box.-no-scroll table > tbody > tr > td.price_number {
    color: #fb637e;
    text-align: right;
    font-size: 120%;
    font-weight: bold;
    background-color: transparent;
    width: 100%;
    display: block;
    border-bottom: none; } }
  @media (max-width: 979px) and (max-width: 979px) {
    #main .charge-list.smart_fue .table-box.-no-scroll table > tbody > tr > td.price_number {
      padding: 5px 1%; } }
