: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
================================================ */
#hifu_refresh_tightan .l-container {
  padding-top: 0;
}

/* .hifu_refresh_tightan-mainimg
================================================ */
.hifu_refresh_tightan-mainimg {
  background: #f6fafd;
}

/* .hifu_refresh_tightan-intro
================================================ */
.hifu_refresh_tightan-intro__list {
  display: flex;
  justify-content: center;
  gap: 2%;
}
@media all and (min-width: 768px) {
  .hifu_refresh_tightan-intro__list {
    justify-content: space-evenly;
    gap: inherit;
  }
}

/* .hifu_refresh_tightan-case
================================================ */
.hifu_refresh_tightan-case__inner {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media all and (min-width: 768px) {
  .hifu_refresh_tightan-case__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* .hifu_refresh_tightan-difference-table01
================================================ */
.hifu_refresh_tightan-difference-table01 .is-info01 {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  background: #e61b46;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 10px;
}
.hifu_refresh_tightan-difference-table01 .is-info01::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  display: block;
  width: 10px;
  height: 10px;
  background: #e61b46;
  transform: rotate(45deg) translate(-50%, 0);
}
.hifu_refresh_tightan-difference-table01 thead th {
  color: #fff;
  background: #272743;
}
.hifu_refresh_tightan-difference-table01 thead th:nth-child(2) {
  background: #d11b52;
}
.hifu_refresh_tightan-difference-table01 thead th:nth-child(3) {
  background: #8a7d70;
}
.hifu_refresh_tightan-difference-table01 thead th:nth-child(4) {
  background: #b27c89;
}
.hifu_refresh_tightan-difference-table01 tbody th {
  text-align: center;
}
.hifu_refresh_tightan-difference-table01 tbody td {
  line-height: 1.4;
  text-align: center;
}
.hifu_refresh_tightan-difference-table01 tbody td.is-current {
  background: #fff799;
}
.hifu_refresh_tightan-difference-table01 tbody td .is-small {
  font-size: 0.75em;
}
.hifu_refresh_tightan-difference-table01 tbody td.is-big {
  font-size: 1.5em;
}
@media all and (min-width: 768px) {
  .hifu_refresh_tightan-difference-table01 .is-info01 {
    font-size: 1.8rem;
    padding: 5px 10px;
  }
}

/* .hifu_refresh_tightan-head01
================================================ */
.hifu_refresh_tightan-head01 {
  text-align: center;
  background-color: #fff;
  background-image: url(/refresh_tightan/img/bg_refresh_tightan-head01_bottom.jpg), url(/refresh_tightan/img/bg_refresh_tightan-head01_top.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center top;
  background-size: 100% auto, 100% auto;
  padding: 30px 0 15px;
  margin-bottom: 20px;
}
.hifu_refresh_tightan-head01__main {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  font-feature-settings: "palt";
}
.hifu_refresh_tightan-head01__sub {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  background: #ae966b;
  border-radius: 9999px;
  padding: 5px 15px;
  margin-top: 5px;
}
@media all and (min-width: 768px) {
  .hifu_refresh_tightan-head01 {
    padding: 80px 0 30px;
    margin-bottom: 40px;
  }
  .hifu_refresh_tightan-head01__main {
    font-size: 5rem;
  }
  .hifu_refresh_tightan-head01__sub {
    font-size: 2.4rem;
    padding: 10px 30px;
    margin-top: 10px;
  }
}

/* .hifu_refresh_tightan-cartridge-list
================================================ */
.hifu_refresh_tightan-cartridge-list {
  display: flex;
  justify-content: center;
  gap: 2%;
}
.hifu_refresh_tightan-cartridge-list__item {
  width: 32%;
  text-align: center;
}
.hifu_refresh_tightan-cartridge-list__txt {
  font-weight: bold;
  line-height: 1.4;
  margin-top: 5px;
}
.hifu_refresh_tightan-cartridge-list__txt .is-small {
  font-size: 0.75em;
}
@media all and (min-width: 768px) {
  .hifu_refresh_tightan-cartridge-list__item {
    width: 250px;
  }
  .hifu_refresh_tightan-cartridge-list__txt {
    font-size: 2.4rem;
    margin-top: 15px;
  }
}

/* .hifu_refresh_tightan-cartridge-card
================================================ */
.hifu_refresh_tightan-cartridge-card {
  background: #f6f6f6;
  border: 1px solid #edebeb;
  box-shadow: 4px 4px 0 #fff inset, -4px -4px 0 #fff inset;
  padding: 15px;
}
.hifu_refresh_tightan-cartridge-card__head {
  text-align: center;
  margin-bottom: 15px;
}
.hifu_refresh_tightan-cartridge-card__head-sub {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  background: #e387dc;
  border-radius: 9999px;
  padding: 5px 15px;
  margin-bottom: 10px;
}
.hifu_refresh_tightan-cartridge-card__head-sub.is-B {
  background: #f79646;
}
.hifu_refresh_tightan-cartridge-card__head-sub.is-C {
  background: #953735;
}
.hifu_refresh_tightan-cartridge-card__head-main {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  font-feature-settings: "palt";
}
@media all and (max-width: 767px) {
  .hifu_refresh_tightan-cartridge-card-set__area-img img {
    width: 50%;
  }
}
@media all and (min-width: 768px) {
  .hifu_refresh_tightan-cartridge-card {
    border: 2px solid #edebeb;
    box-shadow: 8px 8px 0 #fff inset, -8px -8px 0 #fff inset;
    padding: 40px;
  }
  .hifu_refresh_tightan-cartridge-card__head {
    margin-bottom: 20px;
  }
  .hifu_refresh_tightan-cartridge-card__head-sub {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
  .hifu_refresh_tightan-cartridge-card__head-main {
    font-size: 4.4rem;
  }
}

/* .hifu_refresh_tightan-mechanism-list
================================================ */
.hifu_refresh_tightan-mechanism-list__item {
  position: relative;
}
.hifu_refresh_tightan-mechanism-list__item + .hifu_refresh_tightan-mechanism-list__item {
  padding-top: 30px;
}
.hifu_refresh_tightan-mechanism-list__item + .hifu_refresh_tightan-mechanism-list__item::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 50%;
  display: block;
  width: 45px;
  height: 23px;
  background: url(/refresh_tightan/img/ico_arw01.png) no-repeat center/cover;
  transform: translate(-50%, 0);
}
.hifu_refresh_tightan-mechanism-list__area-img {
  text-align: center;
}
.hifu_refresh_tightan-mechanism-list__area-img img {
  width: 60%;
}
.hifu_refresh_tightan-mechanism-list__area-txt {
  margin-top: 15px;
}
.hifu_refresh_tightan-mechanism-list__head {
  text-align: center;
  margin-bottom: 10px;
}
.hifu_refresh_tightan-mechanism-list__head-txt {
  display: inline-block;
  color: #fff;
  line-height: 1.4;
  background: #272743;
  border-radius: 9999px;
  padding: 5px 15px;
}
@media all and (min-width: 768px) {
  .hifu_refresh_tightan-mechanism-list {
    display: flex;
    justify-content: space-between;
  }
  .hifu_refresh_tightan-mechanism-list__item {
    width: 30%;
  }
  .hifu_refresh_tightan-mechanism-list__item + .hifu_refresh_tightan-mechanism-list__item {
    padding-top: 0;
  }
  .hifu_refresh_tightan-mechanism-list__item + .hifu_refresh_tightan-mechanism-list__item::before {
    content: "";
    position: absolute;
    top: 140px;
    left: -25px;
    display: block;
    width: 45px;
    height: 23px;
    background: url(/refresh_tightan/img/ico_arw01.png) no-repeat center/cover;
    transform: translate(-50%, -50%) rotate(-90deg);
  }
  .hifu_refresh_tightan-mechanism-list__area-img img {
    width: 85%;
  }
}

/* .hifu_refresh_tightan-what-set
================================================ */
@media all and (max-width: 767px) {
  .hifu_refresh_tightan-what-set__area-img img {
    width: 70%;
  }
}

/* .hifu_refresh_tightan-parts
================================================ */
.hifu_refresh_tightan-parts {
  display: flex;
  justify-content: space-between;
}
.hifu_refresh_tightan-parts__item {
  width: 24%;
}
.hifu_refresh_tightan-parts__area-txt {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-top: 5px;
}
.hifu_refresh_tightan-parts____area-img {
  text-align: center;
}
@media all and (min-width: 768px) {
  .hifu_refresh_tightan-parts__area-txt {
    font-size: 2.2rem;
    margin-top: 15px;
  }
}

/* .hifu_refresh_tightan-type
================================================ */
.hifu_refresh_tightan-type {
  display: flex;
  justify-content: space-between;
}
.hifu_refresh_tightan-type__item {
  width: 32%;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  background: #e387dc;
  border-radius: 5px;
  padding: 10px 0;
}
.hifu_refresh_tightan-type__item.is-B {
  background: #f79646;
}
.hifu_refresh_tightan-type__item.is-C {
  background: #953735;
}
.hifu_refresh_tightan-type__item .is-small {
  font-size: 1.2rem;
  line-height: 1;
}
@media all and (min-width: 768px) {
  .hifu_refresh_tightan-type__item {
    font-size: 3.8rem;
    border-radius: 10px;
    padding: 20px 0;
  }
  .hifu_refresh_tightan-type__item .is-small {
    position: relative;
    top: -5px;
    font-size: 2.2rem;
  }
}

/* .hifu_refresh_tightan-table01
================================================ */
.hifu_refresh_tightan-table01 tbody th {
  width: 22%;
}
.hifu_refresh_tightan-table01 .hifu_refresh_tightan-table01__type {
  color: #fff;
  background: #e387dc;
}
.hifu_refresh_tightan-table01 .hifu_refresh_tightan-table01__type.is-B {
  background: #f79646;
}
.hifu_refresh_tightan-table01 .hifu_refresh_tightan-table01__type.is-C {
  background: #953735;
}
.hifu_refresh_tightan-table01__current {
  color: #e387dc;
  font-weight: bold;
  text-align: center;
}
.hifu_refresh_tightan-table01__current.is-B {
  color: #f79646;
}
.hifu_refresh_tightan-table01__current.is-C {
  color: #953735;
}
@media all and (max-width: 767px) {
  .hifu_refresh_tightan-table01 .is-small {
    font-size: 1.2rem;
  }
}