@charset "UTF-8";
:root {
  --black: 51,51,51;
  --red: 238,0,59;
  --dark_red: 207,28,85;
  --main: 233,83,131;
  --accent: 227,55,129;
  --note: 102,102,102;
  --bg: 243,243,243;
  --gray: 153,153,153;
  --dark_gray: 167,167,167;
  --border: 210,211,212;
  --light_pink: 252,229,237;
  --beige: 248,244,241;
  --green: 92,198,172;
  --blue: 16,120,237;
  --purple: 189,104,200;
  --light_purple: 242,228,243;
  --contents_width: 1100px;
  --body_padding_side: 60px;
  --contents_width_with_padding: 1160px;
  --sidebar_width: 250px;
  --hover_opacity: .7;
}

/* .l-container
================================================ */
#refresh_bihada_w .l-container {
  padding-top: 0;
}

/* 共通
================================================ */
.c-table02 tbody tr .balloon th, .c-table02 tbody tr .balloon td {
  border-bottom: 1px dashed rgb(var(--border));
}
.c-table02 tbody tr:has(+ .balloon) th, .c-table02 tbody tr:has(+ .balloon) td, .c-table02 tbody tr:last-child th, .c-table02 tbody tr:last-child td {
  border: none;
}
@media all and (max-width: 767px) {
  .c-table02 tbody tr th {
    width: 46%;
  }
}
.c-table02__wrapper {
  background-color: #fff;
  border-width: 6px;
  border-style: solid;
  -o-border-image: linear-gradient(90deg, #c08d68, #fbd7b6, #c08d68) 1;
  border-image: linear-gradient(90deg, #c08d68, #fbd7b6, #c08d68) 1;
  filter: drop-shadow(5px 5px 7px rgba(0, 0, 0, 0.3));
  padding: 15px;
}
@media all and (min-width: 768px) {
  .c-table02__wrapper {
    border-width: 12px;
    padding: 30px;
  }
}
.c-table02 .balloon td {
  color: #fff;
  background-color: #ae2460;
  text-align: center;
  padding: 5px;
  position: relative;
}
@media all and (min-width: 768px) {
  .c-table02 .balloon td {
    padding: 10px;
  }
}
.c-table02 .balloon td::before {
  content: "";
  display: block;
  width: 15px;
  height: 8px;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background-color: #ae2460;
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
}
@media all and (min-width: 768px) {
  .c-table02 .balloon td::before {
    width: 20px;
    height: 10px;
    top: -9px;
  }
}

.c-price__main {
  font-size: 2.8rem;
}
@media all and (min-width: 768px) {
  .c-price__main {
    font-size: 3.6rem;
  }
}

.badge {
  width: 10.612244898vw;
  display: inline-block;
}
@media all and (min-width: 768px) {
  .badge {
    width: 82px;
  }
}

.c-color-main {
  color: #ae2460;
}

/* .refresh_bihada_w-rsv
================================================ */
.refresh_bihada_w-rsv__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  border-radius: 100vmax;
  box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.3);
  width: 280px;
}
@keyframes shine-alt1 {
  0% {
    opacity: 0.5;
    transform: translateX(-100px) skewX(-15deg);
    transition-property: opacity, transform;
  }
  33.3333333333%, 100% {
    opacity: 0.6;
    transform: translateX(380px) skewX(-15deg);
    transition-property: opacity, transform;
  }
}
@keyframes shine-alt2 {
  0% {
    opacity: 0;
    transform: translateX(-100px) skewX(-15deg);
    transition-property: opacity, transform;
  }
  33.3333333333%, 100% {
    opacity: 1;
    transform: translateX(380px) skewX(-15deg);
    transition-property: opacity, transform;
  }
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-rsv__link {
    width: 380px;
  }
}
.refresh_bihada_w-rsv__link::before, .refresh_bihada_w-rsv__link::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
}
.refresh_bihada_w-rsv__link::before {
  background: rgba(255, 255, 255, 0.6);
  width: 60px;
  left: 0;
  filter: blur(30px);
  animation: shine-alt1 2s ease-in-out infinite;
}
.refresh_bihada_w-rsv__link:after {
  background: rgba(255, 255, 255, 0.3);
  width: 30px;
  left: 30px;
  filter: blur(5px);
  animation: shine-alt2 2s ease-in-out infinite;
}

/* .refresh_bihada_w-mainimg
================================================ */
.refresh_bihada_w-mainimg {
  background: #ad839b;
  background: linear-gradient(90deg, #ad839b 0%, #ad839b 50%, #efe1e0 50%, #efe1e0 100%);
}

/* .refresh_bihada_w-intro
================================================ */
@media all and (max-width: 767px) {
  .refresh_bihada_w-intro__head {
    width: 89.5918367347vw;
    margin-inline: auto;
  }
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-intro__head img {
    width: 658.5px;
  }
}
.refresh_bihada_w-intro__inner {
  background-color: #ae2460;
  padding-bottom: 30px;
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-intro__inner {
    padding-bottom: 60px;
  }
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-intro .c-table02__wrapper {
    width: 696px;
    margin-inline: auto;
  }
}
.refresh_bihada_w-intro .c-table02 .sub {
  color: rgb(var(--red));
  font-size: 1.1rem;
  line-height: 1.4;
  display: inline-block;
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-intro .c-table02 .sub {
    font-size: 1.4rem;
  }
}
.refresh_bihada_w-intro .c-price__main {
  color: rgb(var(--black));
}
.refresh_bihada_w-intro .badge {
  margin-right: 10px;
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-intro .badge {
    margin-right: 20px;
  }
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-intro .c-note01 {
    width: 780px;
    margin-inline: auto;
  }
}

/* .refresh_bihada_w-intro-table
================================================ */
.refresh_bihada_w-intro-table {
  margin-inline: auto;
  background: linear-gradient(90deg, #c08d68, #fbd7b6, #c08d68);
  padding: 6px;
  filter: drop-shadow(5px 5px 7px rgba(0, 0, 0, 0.3));
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-intro-table {
    width: 756px;
    padding: 12px;
  }
}
.refresh_bihada_w-intro-table__head {
  margin-inline: auto;
  padding-block: 2px 10px;
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-intro-table__head {
    padding-block: 8px 22px;
  }
}
@media all and (max-width: 767px) {
  .refresh_bihada_w-intro-table__head--beginner {
    width: 51.0204081633vw;
  }
}
@media all and (max-width: 767px) {
  .refresh_bihada_w-intro-table__head--properly {
    width: 76.5306122449vw;
  }
}
.refresh_bihada_w-intro-table .c-table02__wrapper {
  filter: none;
  border: none;
  width: auto;
  padding-block: 2px;
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-intro-table .c-table02__wrapper {
    padding-block: 8px;
  }
}
.refresh_bihada_w-intro-table .c-price__main {
  position: relative;
  line-height: 0.9;
  padding-block: 10px;
}
.refresh_bihada_w-intro-table__badge {
  display: inline-block;
  width: 20px;
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-intro-table__badge {
    width: 23px;
  }
}
.refresh_bihada_w-intro-table__benefits {
  display: inline-block;
  color: #fff;
  background-color: #ae2460;
  border-radius: 100vmax;
  padding: 5px 10px;
  font-size: 1.3rem;
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-intro-table__benefits {
    font-size: 1.6rem;
  }
}

/* .refresh_bihada_w-benefits
================================================ */
@media all and (min-width: 768px) {
  .refresh_bihada_w-benefits {
    width: 780px;
    margin-inline: auto;
  }
}
.refresh_bihada_w-benefits__note {
  width: 75.7333333333vw;
  margin-inline: auto;
  font-weight: bold;
  background-color: #fbfe0a;
  border-radius: 10px;
  padding: 10px 0;
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-benefits__note {
    width: 560px;
    border-radius: 20px;
    padding: 15px 0;
  }
}

/* .refresh_bihada_w-benefits02
================================================ */
.refresh_bihada_w-benefits02 {
  background: linear-gradient(180deg, #9e00a8 0%, #280868 100%);
}
.refresh_bihada_w-benefits02__head {
  padding-top: 30px;
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-benefits02__head {
    padding-top: 50px;
  }
}
@media all and (max-width: 767px) {
  .refresh_bihada_w-benefits02__img {
    margin-top: 20px;
  }
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-benefits02__img {
    width: 780px;
    margin-inline: auto;
  }
}
.refresh_bihada_w-benefits02__note {
  width: 75.7333333333vw;
  margin-inline: auto;
  font-weight: bold;
  background-color: #fbfe0a;
  border-radius: 10px;
  padding: 10px 0;
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-benefits02__note {
    width: 560px;
    border-radius: 20px;
    padding: 15px 0;
  }
}

/* .refresh_bihada_w-nav
================================================ */
@media all and (min-width: 768px) {
  .refresh_bihada_w-nav {
    width: 780px;
    margin-inline: auto;
  }
}
.refresh_bihada_w-nav ::before {
  content: none;
}
.refresh_bihada_w-nav .c-anchor01__link {
  color: #fff;
  background-color: #ae2460;
  border: none;
  border-bottom: 5px solid #910541;
}
@media all and (max-width: 767px) {
  .refresh_bihada_w-nav .c-anchor01__link {
    padding: 12px;
  }
}

/* .refresh_bihada_w-comment
================================================ */
@media all and (max-width: 767px) {
  .refresh_bihada_w-comment__head {
    width: 94.8979591837vw;
    margin-inline: auto;
  }
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-comment__head img {
    width: 697.5px;
  }
}
.refresh_bihada_w-comment__area-img {
  background-color: #dfddde;
}
.refresh_bihada_w-comment__prefix {
  color: #fff;
  background-color: #c6658f;
  font-weight: bold;
  line-height: 1;
  padding-block: 0.7em;
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-comment__prefix {
    font-size: 2rem;
  }
}

/* .refresh_bihada_w-recommend
================================================ */
.refresh_bihada_w-recommend {
  background: url(/refresh_bihada_w/img/bg01_top.png) center bottom/100% no-repeat, linear-gradient(180deg, #fff 0%, #fff 80%, #f7dbe7 99%, #ae2460 99%, #ae2460 100%);
  padding-bottom: 70px;
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-recommend {
    padding-bottom: 200px;
  }
}
@media all and (max-width: 767px) {
  .refresh_bihada_w-recommend__head {
    width: 69.2857142857vw;
    margin-inline: auto;
  }
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-recommend__head img {
    width: 509.25px;
  }
}
.refresh_bihada_w-recommend__list {
  display: grid;
  gap: 30px;
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-recommend__list {
    width: 900px;
    margin-inline: auto;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
.refresh_bihada_w-recommend__item {
  filter: drop-shadow(5px 5px 7px rgba(0, 0, 0, 0.2));
}
@media all and (max-width: 767px) {
  .refresh_bihada_w-recommend__case {
    width: 90.2040816327vw;
    margin-inline: auto;
  }
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-recommend__case img {
    width: 663px;
  }
}

/* .refresh_bihada_w-feature
================================================ */
.refresh_bihada_w-feature {
  background: url(/refresh_bihada_w/img/bg01_bottom.png) center bottom/100% no-repeat, linear-gradient(180deg, #ae2460 0%, #ae2460 96%, #fff 96%, #fff 100%);
  padding-block: 30px 100px;
  margin-top: -1px;
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-feature {
    padding-block: 50px 240px;
  }
}
.refresh_bihada_w-feature__head {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.4));
}
@media all and (max-width: 767px) {
  .refresh_bihada_w-feature__head {
    width: 83.8775510204vw;
    margin-inline: auto;
  }
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-feature__head img {
    width: 616.5px;
  }
}
.refresh_bihada_w-feature__list {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
}
@media all and (max-width: 767px) {
  .refresh_bihada_w-feature__list {
    gap: 5px;
  }
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-feature__list {
    width: 720px;
    margin-inline: auto;
    gap: 10px 0;
  }
}
.refresh_bihada_w-feature__item {
  position: relative;
}
.refresh_bihada_w-feature__item:nth-child(even) {
  left: 2.0408163265vw;
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-feature__item:nth-child(even) {
    left: 20px;
  }
}
.refresh_bihada_w-feature .c-note01 {
  color: #fff;
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-feature .c-note01 {
    width: 720px;
    margin-inline: auto;
  }
}

/* .refresh_bihada_w-effect
================================================ */
.refresh_bihada_w-effect {
  position: relative;
}
.refresh_bihada_w-effect__inner01 {
  background: linear-gradient(180deg, #3e414c 0%, #191b22 100%);
  padding-top: 30px;
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-effect__inner01 {
    padding-top: 50px;
  }
}
@media all and (max-width: 767px) {
  .refresh_bihada_w-effect__head {
    width: 86.7346938776vw;
    margin-inline: auto;
  }
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-effect__head img {
    width: 637.5px;
  }
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-effect__img01 img {
    width: 735px;
  }
}
.refresh_bihada_w-effect__inner02 {
  background-color: #fbcfd7;
  padding-bottom: 30px;
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-effect__inner02 {
    padding-bottom: 50px;
  }
}
.refresh_bihada_w-effect__subhead {
  position: relative;
  top: -10.2040816327vw;
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-effect__subhead {
    top: -75px;
  }
}
@media all and (min-width: 768px) and (min-width: 768px) {
  .refresh_bihada_w-effect__subhead img {
    width: 670.5px;
  }
}
.refresh_bihada_w-effect__img02 {
  position: relative;
  margin-top: -5.1020408163vw;
  left: 1.0204081633vw;
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-effect__img02 {
    margin-top: -50px;
    left: 10px;
  }
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-effect__img02 img {
    width: 687px;
  }
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-effect__txt img {
    width: 645px;
  }
}

/* .refresh_bihada_w-type
================================================ */
.refresh_bihada_w-type {
  background-color: #fbcfd7;
  padding-bottom: 30px;
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-type {
    padding-bottom: 50px;
  }
}
.refresh_bihada_w-type__head {
  background-color: #1a1c23;
}
@media all and (max-width: 767px) {
  .refresh_bihada_w-type__head {
    width: 100vw;
    margin-inline: auto;
  }
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-type__head img {
    width: 735px;
  }
}
.refresh_bihada_w-type__area-btn {
  display: grid;
}
@media all and (max-width: 767px) {
  .refresh_bihada_w-type__area-btn {
    grid-template-rows: repeat(2, 1fr);
    gap: 30px;
  }
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-type__area-btn {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
}
.refresh_bihada_w-type__btn {
  filter: drop-shadow(5px 5px 7px rgba(0, 0, 0, 0.3));
}
.refresh_bihada_w-type .c-table01 {
  background: none;
}
.refresh_bihada_w-type .c-table01 th, .refresh_bihada_w-type .c-table01 td {
  border: none;
}
.refresh_bihada_w-type__table {
  border-collapse: separate;
  border-spacing: 5px;
  table-layout: fixed;
}
.refresh_bihada_w-type__table thead th {
  color: #fff;
}
.refresh_bihada_w-type__table thead th:nth-child(1) {
  width: 20%;
  background-color: #282b33;
}
@media all and (max-width: 767px) {
  .refresh_bihada_w-type__table thead th:nth-child(1) {
    font-size: 1.2rem;
  }
}
.refresh_bihada_w-type__table thead th:nth-child(2) {
  width: 40%;
  background-color: #472087;
}
.refresh_bihada_w-type__table thead th:nth-child(3) {
  width: 40%;
  background-color: #ae2460;
}
.refresh_bihada_w-type__table tbody th {
  color: #fff;
  background-color: #282b33;
  text-align: center;
}
@media all and (max-width: 767px) {
  .refresh_bihada_w-type__table tbody th {
    font-size: 1.2rem;
  }
}
.refresh_bihada_w-type__table tbody td {
  background-color: #fff;
  text-align: center;
}

/* .refresh_bihada_w-case
================================================ */
@media all and (max-width: 767px) {
  .refresh_bihada_w-case__head {
    width: 35.8163265306vw;
    margin-inline: auto;
  }
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-case__head img {
    width: 263.25px;
  }
}
.refresh_bihada_w-case__btn {
  filter: drop-shadow(5px 5px 7px rgba(0, 0, 0, 0.3));
}
@media all and (max-width: 767px) {
  .refresh_bihada_w-case__btn {
    width: 75.5102040816vw;
    margin-inline: auto;
  }
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-case__btn img {
    width: 555px;
  }
}
.refresh_bihada_w-case .c-info01 {
  font-size: 1.2rem;
  padding: 15px;
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-case .c-info01 {
    width: 800px;
    margin-inline: auto;
    font-size: 1.4rem;
    padding: 30px;
  }
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-case .c-note01 {
    width: 860px;
    margin-inline: auto;
  }
}

/* .refresh_bihada_w-downtime
================================================ */
.refresh_bihada_w-downtime__head {
  background-color: #ae2460;
}
.refresh_bihada_w-downtime__img {
  background-color: #fbcfd7;
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-downtime__img img {
    width: 735px;
  }
}

/* .refresh_bihada_w-combi
================================================ */
.refresh_bihada_w-combi__inner {
  padding: 30px 15px;
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-combi__inner {
    padding: 50px 30px;
  }
}
@media all and (max-width: 767px) {
  .refresh_bihada_w-combi__head {
    width: 59.1836734694vw;
    margin-inline: auto;
  }
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-combi__head img {
    width: 435px;
  }
}
@media all and (max-width: 767px) {
  .refresh_bihada_w-combi__img {
    width: 41.0204081633vw;
    margin-inline: auto;
  }
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-combi__img img {
    width: 301.5px;
  }
}
.refresh_bihada_w-combi__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7.5510204082vw;
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-combi__list {
    grid-template-columns: repeat(2, 324px);
    justify-content: center;
    gap: 74px;
  }
}
.refresh_bihada_w-combi__item {
  text-align: center;
  position: relative;
}
.refresh_bihada_w-combi__item + .refresh_bihada_w-combi__item::before {
  content: "";
  display: block;
  position: absolute;
  width: 5.5102040816vw;
  height: 5.5102040816vw;
  top: 9.693877551vw;
  left: -6.5306122449vw;
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-combi__item + .refresh_bihada_w-combi__item::before {
    width: 54px;
    height: 54px;
    top: 57px;
    left: -64px;
  }
}
.refresh_bihada_w-combi__inner:nth-child(1) .refresh_bihada_w-combi__item + .refresh_bihada_w-combi__item::before {
  background: url(/refresh_bihada_w/img/txt_combi01.png) left top/contain no-repeat;
}
.refresh_bihada_w-combi__inner:nth-child(2) .refresh_bihada_w-combi__item + .refresh_bihada_w-combi__item::before {
  background: url(/refresh_bihada_w/img/txt_combi02.png) left top/contain no-repeat;
}
.refresh_bihada_w-combi__item-img {
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-combi__item-img img {
    width: 243px;
  }
}
.refresh_bihada_w-combi__item-txt {
  line-height: 1.4;
  margin-top: 10px;
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-combi__item-txt {
    margin-top: 20px;
  }
}
.refresh_bihada_w-combi__item-txt .sub {
  font-size: 1.1rem;
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-combi__item-txt .sub {
    font-size: 1.8rem;
  }
}
.refresh_bihada_w-combi__item-txt .main {
  font-size: 1.5rem;
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-combi__item-txt .main {
    font-size: 2.4rem;
  }
}
.refresh_bihada_w-combi__item-txt .main::after {
  content: "▶";
  margin-left: 0.2em;
}
.refresh_bihada_w-combi__inner:nth-child(1) .refresh_bihada_w-combi__item-txt .main::after {
  color: #ae2460;
}
.refresh_bihada_w-combi__inner:nth-child(2) .refresh_bihada_w-combi__item-txt .main::after {
  color: #3333a2;
}

/* .refresh_bihada_w-faq
================================================ */
@media all and (max-width: 767px) {
  .refresh_bihada_w-faq__head {
    width: 51.6326530612vw;
    margin-inline: auto;
  }
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-faq__head img {
    width: 379.5px;
  }
}
.refresh_bihada_w-faq__item {
  border: 2px solid #d7b08b;
  border-top: none;
}
.refresh_bihada_w-faq__item-question {
  background: linear-gradient(90deg, #d7b08b, #fff2e7, #d7b08b);
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.8;
  padding: 8px;
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-faq__item-question {
    font-size: 2.4rem;
    padding: 15px;
  }
}
.refresh_bihada_w-faq__item-ico {
  display: inline-block;
  background-color: #ae2460;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 100vmax;
  padding-inline: 14px;
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-faq__item-ico {
    font-size: 1.8rem;
    padding-inline: 20px;
  }
}
.refresh_bihada_w-faq__item-answer {
  background-color: #fff;
  padding: 10px 15px;
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-faq__item-answer {
    padding: 30px 40px;
  }
}

/* .refresh_bihada_w-price
================================================ */
@media all and (max-width: 767px) {
  .refresh_bihada_w-price__head {
    width: 55.306122449vw;
    margin-inline: auto;
  }
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-price__head img {
    width: 406.5px;
  }
}
.refresh_bihada_w-price__inner {
  padding-block: 30px;
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-price__inner {
    padding-block: 50px;
  }
}
.refresh_bihada_w-price__inner.long {
  background-color: #ae2460;
}
.refresh_bihada_w-price__inner.short {
  background-color: #472087;
}
@media all and (max-width: 767px) {
  .refresh_bihada_w-price .c-table02 tbody th {
    text-align: center;
  }
}
.refresh_bihada_w-price .c-table02 tbody td {
  padding-right: 5px;
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-price .c-table02 tbody td {
    padding-right: 15px;
  }
}
.refresh_bihada_w-price .c-table02 tbody td .is-2columns {
  grid-template-columns: 1fr 40%;
}
.refresh_bihada_w-price .c-table02 tbody .sub {
  color: rgb(var(--red));
  font-size: 1.1rem;
  line-height: 1.4;
  display: inline-block;
}
@media all and (min-width: 768px) {
  .refresh_bihada_w-price .c-table02 tbody .sub {
    font-size: 1.4rem;
  }
}
.refresh_bihada_w-price .c-table02 tbody .popular {
  background-color: #fce5ed;
}