@charset "UTF-8";
@-webkit-keyframes bgColorChange {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes bgColorChange {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/*--------------------------------------------------
  responsive
--------------------------------------------------*/
@media screen and (max-width: 900px), print {
  .u-is-sp-inline {
    display: inline-block;
  }
  .u-is-pc-inline {
    display: none;
  }
  .u-is-sp {
    display: block;
  }
  .u-is-pc {
    display: none;
  }
}

@media screen and (min-width: 901px), print {
  .u-is-sp-inline {
    display: none;
  }
  .u-is-pc-inline {
    display: inline-block;
  }
  .u-is-sp {
    display: none;
  }
  .u-is-pc {
    display: block;
  }
}

.u-anker {
  position: absolute;
  top: -80px;
}
@media (min-width: 901px) {
  .u-anker {
    top: -160px;
  }
}

/*--------------------------------------------------
  reset
--------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*--------------------------------------------------
  contents
--------------------------------------------------*/
body {
  color: #373b3e;
}

@media (min-width: 901px) {
  .l-content--new-sekkisei {
    width: 1170px;
    margin: 0 auto;
  }
}

.l-content--new-sekkisei a {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.l-content--new-sekkisei a:hover {
  text-decoration: none !important;
  opacity: 0.5;
}

.l-content--new-sekkisei .anchor {
  position: absolute;
  top: -15vw;
  width: 0;
  height: 0;
  visibility: hidden;
  z-index: -1;
}

@media (min-width: 901px) {
  .l-content--new-sekkisei .anchor {
    top: -102px;
  }
}

@media (min-width: 901px) {
  .block-main-visual--inner {
    margin: 0;
  }
}

.block-main-visual img {
  width: 100%;
  height: auto;
}

.block-limited {
  padding-top: 9.2vw;
  text-align: center;
}

@media (min-width: 901px) {
  .block-limited {
    padding-top: 65px;
  }
}

.block-limited--title {
  font-size: 4.8vw;
  color: #125ed9;
}

@media (min-width: 901px) {
  .block-limited--title {
    font-size: 28px;
  }
}

.block-limited--title span {
  display: block;
  width: 26.67vw;
  margin: 0 auto 0.6em;
  background-color: #125ed9;
  font-size: 4vw;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

@media (min-width: 901px) {
  .block-limited--title span {
    display: inline-block;
    width: 151px;
    margin: 0 33px 0 0;
    font-size: 26px;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }
}

.block-product {
  position: relative;
}

.block-product--present {
  margin-top: 3vw;
}

@media (min-width: 901px) {
  .block-product--present {
    margin-top: 28px;
    text-align: center;
  }
}

.block-product--nav {
  margin: 8vw 7.3333vw 10vw;
}

@media (min-width: 901px) {
  .block-product--nav {
    width: 800px;
    margin: 38px auto 100px;
  }
}

.block-product--nav-text {
  margin-top: 8vw;
  letter-spacing: .05em;
  line-height: 1.4;
  text-align: center;
  font-size: 4.9333vw;
  color: #120f82;
}

@media (min-width: 901px) {
  .block-product--nav-text {
    margin-top: 72px;
    font-size: 28px;
  }
}

.block-product--nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block-product--nav-list-item {
  background-color: #fff;
  width: calc(50% - 2.6vw);
}

@media (min-width: 901px) {
  .block-product--nav-list-item {
    width: calc(50% - 30px);
  }
}

.block-product--nav-list-item > a {
  position: relative;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3vw 0 7vw;
}

@media (min-width: 901px) {
  .block-product--nav-list-item > a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 12px 15px;
  }
}

.block-product--nav-list-item > a::after {
  position: absolute;
  bottom: 3vw;
  right: 0;
  left: 0;
  display: block;
  width: 1.866vw;
  height: 1.866vw;
  margin: 0 auto;
  border-top: 1px solid #727577;
  border-left: 1px solid #727577;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  content: '';
}

@media (min-width: 901px) {
  .block-product--nav-list-item > a::after {
    top: 0;
    bottom: 0;
    left: 92%;
    width: 10px;
    height: 10px;
    margin: auto 0;
    border-width: 2px;
  }
}

.block-product--nav-list-item-text {
  line-height: 1.2;
  text-align: center;
  font-size: 4.93333vw;
  color: #6a6767;
}

@media (min-width: 901px) {
  .block-product--nav-list-item-text {
    margin-left: 40px;
    font-size: 26px;
  }
}

.block-product--nav-list-item-text span {
  font-size: 3.7333vw;
}

@media (min-width: 901px) {
  .block-product--nav-list-item-text span {
    font-size: 18px;
  }
}

@media (min-width: 901px) {
  .block-product--nav-list-item .block-product--nav-list-item-text {
    margin-left: 15px;
  }
}

.block-product--nav-list-item-image {
  margin-top: 1.5vw;
}

@media (min-width: 901px) {
  .block-product--nav-list-item-image {
    margin-top: 0;
  }
}

.block-product--nav-list-item-image img {
  width: auto;
  height: 16.666vw;
}

@media (min-width: 901px) {
  .block-product--nav-list-item-image img {
    height: 92px;
  }
}

.block-product--type {
  position: relative;
}

.block-product--type-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media (min-width: 901px) {
  .block-product--type-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.block-product--type-body {
  background-color: #f5f5f5;
  background: -webkit-gradient(linear, left top, right top, from(#f8f8f8), color-stop(13%, #f8f8f8), color-stop(25%, #f8f8f8), color-stop(39%, #f8f8f8), color-stop(50%, whitesmoke), color-stop(64%, whitesmoke), color-stop(75%, #f6f6f6), color-stop(88%, #f3f3f3), to(#efefef));
  background: -webkit-linear-gradient(left, #f8f8f8 0%, #f8f8f8 13%, #f8f8f8 25%, #f8f8f8 39%, whitesmoke 50%, whitesmoke 64%, #f6f6f6 75%, #f3f3f3 88%, #efefef 100%);
  background: linear-gradient(90deg, #f8f8f8 0%, #f8f8f8 13%, #f8f8f8 25%, #f8f8f8 39%, whitesmoke 50%, whitesmoke 64%, #f6f6f6 75%, #f3f3f3 88%, #efefef 100%);
  padding: 7.6vw 14.6vw;
}

@media (min-width: 901px) {
  .block-product--type-body {
    width: 100%;
    padding: 80px 110px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.block-product--type-title {
  text-align: center;
  color: #120f82;
  letter-spacing: .05em;
  font-size: 6vw;
}

@media (min-width: 901px) {
  .block-product--type-title {
    text-align: left;
    letter-spacing: .1em;
    font-size: 28px;
  }
}

.block-product--type-title__color-grey {
  color: #636162;
}

.block-product--type-lead {
  margin-top: 4vw;
  line-height: 1.5;
  letter-spacing: .05em;
  font-size: 5.0666vw;
}

@media (min-width: 901px) {
  .block-product--type-lead {
    margin-top: 25px;
    font-size: 22px;
  }
}

.block-product--type-text {
  margin-top: 4vw;
  line-height: 1.5;
  letter-spacing: .05em;
  font-size: 3.7333vw;
}

@media (min-width: 901px) {
  .block-product--type-text {
    margin-top: 28px;
    letter-spacing: .08em;
    font-size: 16px;
  }
}

.block-product--type-text--small {
  line-height: 1.2;
  font-size: 3.2vw;
}

@media (min-width: 901px) {
  .block-product--type-text--small {
    font-size: 16px;
  }
}

@media (min-width: 901px) {
  .block-product--type-text-image {
    display: none;
  }
}

@media (min-width: 901px) {
  .block-product--type--01::after {
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("/img/freepage/clearwellness_20201207/images/product_type01_pc.png") no-repeat;
    display: block;
    width: 634px;
    height: 303px;
    content: '';
  }
}

@media (min-width: 901px) {
  .block-product--type--02::after {
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("/img/freepage/clearwellness_20201207/images/product_type02_pc.png") no-repeat;
    display: block;
    width: 581px;
    height: 286px;
    content: '';
  }
}

.block-product--list {
  position: relative;
  z-index: 1;
}

.block-product--list-wrapper {
  position: relative;
  padding: 7.87vw 7.3333vw;
}

@media (min-width: 901px) {
  .block-product--list-wrapper {
    padding: 80px 86px;
  }
}

.block-product--list-item {
  margin-top: 9vw;
  padding: 6vw 5.47vw 6.94vw;
  background: #fff;
  text-align: left;
  /* ナチュラル ドリップ & スムージング ミルク セット */
  /* ピュア コンク & リファイニング ミルク セット */
  /* ナチュラル ドリップ & ホイップ シールドクリーム セット */
  /* ピュア コンク & ウォーター シールド クリーム セット */
}

@media (min-width: 901px) {
  .block-product--list-item {
    margin-top: 78px;
    padding: 0;
  }
}

.block-product--list-item:nth-of-type(1) {
  margin-top: 0;
}

.block-product--list-item-text {
  margin-bottom: 6.666vw;
  text-align: center;
  line-height: 1.5;
  font-size: 5.0666vw;
  letter-spacing: .04em;
  color: #120f82;
}

@media (min-width: 901px) {
  .block-product--list-item-text {
    margin-bottom: 0;
    font-size: 22px;
  }
}

.block-product--list-item-text__color-grey {
  color: #636162;
}

.block-product--list-item-brand {
  font-size: 3.466vw;
  letter-spacing: 0.03em;
}

@media (min-width: 901px) {
  .block-product--list-item-brand {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
}

.block-product--list-item-brand span {
  display: block;
}

@media (min-width: 901px) {
  .block-product--list-item-brand span {
    font-size: 14px;
  }
}

.block-product--list-item-name {
  margin-top: 1vw;
  line-height: 1.5;
  letter-spacing: .05em;
  font-size: 1rem;
}

@media (min-width: 901px) {
  .block-product--list-item-name {
    margin-top: 0.2em;
    padding-bottom: 0.4em;
    border-bottom: 1px solid #cfcfcf;
    font-size: 22px;
    line-height: 1.4;
  }
}

.block-product--list-item-detail {
  order: 1;
  margin-top: 3.8vw;
  font-size: 3.73vw;
  color: #120f82;
  letter-spacing: -.03em;
  line-height: 1.6;
}

@media (min-width: 901px) {
  .block-product--list-item-detail {
    order: 0;
    min-height: 230px;
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: .05em;
    line-height: 1.9;
  }
}

.block-product--list-item-type + .block-product--list-item-type {
  color: #5c5c5c;
}

@media (min-width: 901px) {
  .block-product--list-item-type + .block-product--list-item-type {
    margin-top: 0.3em;
  }
}

.block-product--list-item-type span {
  display: block;
}

.block-product--list-item-type span.type-new {
  display: inline-block;
  margin-left: 0.6em;
  font-size: 3.73vw;
  font-weight: 600;
  color: #f19a9e;
  letter-spacing: 0.05em;
}

@media (min-width: 901px) {
  .block-product--list-item-type span.type-new {
    font-size: 16px;
  }
}

.block-product--list-item-price {
  display: inline-block;
  margin-top: 2vw;
  font-size: 6vw;
}

@media (min-width: 901px) {
  .block-product--list-item-price {
    margin-top: 15px;
    font-size: 27px;
  }
}

.block-product--list-item-price span {
  padding-left: 0.5em;
  line-height: 1.5;
  font-size: 3.7333vw;
}

@media (min-width: 901px) {
  .block-product--list-item-price span {
    font-size: 14px;
  }
}

.block-product--list-item-btn {
  margin-top: 2.7vw;
  padding-bottom: 5.84vw;
  border-bottom: 1px solid #dbdbdb;
  text-align: center;
}

@media (min-width: 901px) {
  .block-product--list-item-btn {
    margin-top: 15px;
    padding-bottom: 0;
    border-bottom: none;
  }
}

.block-product--list-item-btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 12vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #469de2;
  -webkit-box-shadow: 0 3px 0 0 #dcdcdc;
  box-shadow: 0 3px 0 0 #dcdcdc;
  color: #fff;
  font-size: 4vw;
}

@media (min-width: 901px) {
  .block-product--list-item-btn a {
    width: 320px;
    height: 60px;
    -webkit-box-shadow: 0 7px 0 0 #dcdcdc;
    box-shadow: 0 7px 0 0 #dcdcdc;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.block-product--list-item-btn a span {
  position: relative;
}

.block-product--list-item-btn a span::before {
  content: '';
  position: absolute;
  top: -1vw;
  bottom: 0;
  left: -11vw;
  margin: auto;
  vertical-align: middle;
  width: 6.5333vw;
  height: 5.7333vw;
  background: url("/img/freepage/clearwellness_20201207/images/icon_btn.png") no-repeat;
  background-size: auto 5.7333vw;
}

@media (min-width: 901px) {
  .block-product--list-item-btn a span::before {
    top: 0;
    left: -55px;
    width: 26px;
    height: 22px;
    background-size: auto 22px;
  }
}

.block-product--list-item-btn a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3vw;
  margin: auto;
  vertical-align: middle;
  width: 1.47vw;
  height: 2.4vw;
  background: url("/img/freepage/clearwellness_20201207/images/product_arrow.png") no-repeat 0 bottom;
  background-size: 100%;
}

@media (min-width: 901px) {
  .block-product--list-item-btn a::after {
    right: 10px;
    width: 8px;
    height: 13px;
  }
}

.block-product--list-item-present {
  position: relative;
  border: 1px solid #1258d5;
  padding: 6.13vw 3.2vw 5.2vw 7vw;
  margin-top: 7vw;
}

@media (min-width: 901px) {
  .block-product--list-item-present {
    padding: 23px 26px 20px 58px;
    margin-top: 45px;
  }
}

.block-product--list-item-present::before {
  position: absolute;
  top: -6vw;
  left: -2vw;
  width: 12.133vw;
  height: 12.133vw;
  display: block;
  background: url("/img/freepage/clearwellness_20201207/images/icon_present.png") no-repeat;
  background-size: auto 12.133vw;
  content: '';
}

@media (min-width: 901px) {
  .block-product--list-item-present::before {
    top: -23px;
    left: -18px;
    width: 60px;
    height: 60px;
    background-size: auto 60px;
  }
}

@media (min-width: 901px) {
  .block-product--list-item-present-wrapper {
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
  }
}

.block-product--list-item-present-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-product--list-item-present-col.col01-row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-product--list-item-present-col.col01-row .block-product--list-item-present-image {
  margin-right: 20px;
}

.block-product--list-item-present-col.col03-col {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.block-product--list-item-present-col.col03-col > li {
  display: flex;
  align-items: flex-end;
  width: 52%;
}

.block-product--list-item-present-col.col03-col > li + li {
  width: 45%;
}

.block-product--list-item-present-col.col03-col > li + li .block-product--list-item-present-text {
  margin-left: 0.4em;
}

.item-pure-conc-refining-milk .block-product--list-item-present-col.col03-col > li {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.item-pure-conc-refining-milk .block-product--list-item-present-col.col03-col > li:nth-of-type(1) {
  width: 42%;
}
.item-pure-conc-refining-milk .block-product--list-item-present-col.col03-col > li:nth-of-type(2) {
  width: 47%;
}
.item-pure-conc-refining-milk .block-product--list-item-present-col.col03-col > li:nth-of-type(3) {
  width: 31%;
}

@media (min-width: 901px) {
  .item-pure-conc-refining-milk .block-product--list-item-present-col.col03-col > li {
    align-items: flex-end;
  }
  .item-pure-conc-refining-milk .block-product--list-item-present-col.col03-col > li:nth-of-type(1) {
    width: 30%;
  }
  .item-pure-conc-refining-milk .block-product--list-item-present-col.col03-col > li:nth-of-type(2) {
    width: 36%;
  }
  .item-pure-conc-refining-milk .block-product--list-item-present-col.col03-col > li:nth-of-type(3) {
    width: 25%;
  }
  .item-pure-conc-refining-milk .block-product--list-item-present-col.col03-col > li:last-of-type .block-product--list-item-present-text {
    /* padding-left: 1em; */
  }
}

.block-product--list-item-present-text {
  margin-left: 0.2em;
  font-size: 2.8vw;
}
.item-pure-conc-refining-milk .block-product--list-item-present-text {
  display: block;
  width: 100%;
  margin-top: .8em;
  margin-left: 0 !important;
  font-size: 2.5vw;
  letter-spacing: -.05em;
}
@media (min-width: 901px) {
  .block-product--list-item-present-text {
    margin-top: 0;
    font-size: 14px;
  }
  .item-pure-conc-refining-milk .block-product--list-item-present-text {
    font-size: 13px;
  }
}

.block-product--list-item-image {
  position: relative;
  text-align: center;
}

@media (min-width: 901px) {
  .block-product--list-item-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 390px;
    flex: 0 0 390px;
  }
}

.block-product--list-item-image a {
  display: block;
}

.block-product--list-item-icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media (min-width: 901px) {
  .block-product--list-item-icon {
    top: 10px;
    left: -10px;
    width: 90px;
    height: auto;
  }
}

.block-product--list-item-icon img {
  width: auto;
  height: 16.8vw;
}

@media (min-width: 901px) {
  .block-product--list-item-icon img {
    width: 90px;
    height: auto;
  }
}

@media (min-width: 901px) {
  .block-product--list-item-left {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 390px;
    flex: 0 0 390px;
  }
  .block-product--list-item-left .block-product--list-item-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@media (min-width: 901px) {
  .block-product--list-item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 55px 97px 65px 77px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .item-pure-conc-refining-milk .block-product--list-item-inner {
    min-height: 666px;
  }
}

.block-product--list-item-inner-text {
  display: flex;
  flex-direction: column;
  margin-top: 4.5vw;
}

@media (min-width: 901px) {
  .block-product--list-item-inner-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 401px;
    flex: 0 0 401px;
    margin-top: 0;
  }
}

.block-product--list-item-inner-icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media (min-width: 901px) {
  .block-product--list-item-inner-icon {
    top: 10px;
    left: -10px;
    width: 90px;
    height: auto;
  }
}

.block-product--list-item-inner-icon img {
  width: auto;
  height: 16.8vw;
}

@media (min-width: 901px) {
  .block-product--list-item-inner-icon img {
    width: 90px;
    height: auto;
  }
}

@media (min-width: 901px) {
  .block-product--list-item.item-natural-drip-smoothing-milk .block-product--list-item-image {
    margin-top: 32px;
  }
}

.block-product--list-item.item-natural-drip-smoothing-milk .block-product--list-item-image a img {
  position: relative;
  top: 6.3vw;
  left: 11vw;
  margin-top: -3vw;
  padding-bottom: 9vw;
  width: auto;
  height: 40.8vw;
}

@media (min-width: 901px) {
  .block-product--list-item.item-natural-drip-smoothing-milk .block-product--list-item-image a img {
    top: 24px;
    left: 54px;
    margin: 0;
    height: auto;
    padding: 0;
  }
}

.block-product--list-item.item-natural-drip-smoothing-milk .block-product--list-item-present-col.col03-col li:nth-of-type(1) img {
  width: auto;
  height: 17.73vw;
}

@media (min-width: 901px) {
  .block-product--list-item.item-natural-drip-smoothing-milk .block-product--list-item-present-col.col03-col li:nth-of-type(1) img {
    height: 86px;
  }
}

.block-product--list-item.item-natural-drip-smoothing-milk .block-product--list-item-present-col.col03-col li:nth-of-type(2) img {
  width: auto;
  height: 18.27vw;
}

@media (min-width: 901px) {
  .block-product--list-item.item-natural-drip-smoothing-milk .block-product--list-item-present-col.col03-col li:nth-of-type(2) img {
    height: 88px;
  }
}

@media (min-width: 901px) {
  .block-product--list-item.item-pure-conc-refining-milk .block-product--list-item-image {
    margin-top: 23px;
  }
}

.block-product--list-item.item-pure-conc-refining-milk .block-product--list-item-image a img {
  position: relative;
  top: 3.3vw;
  left: 11vw;
  width: auto;
  height: 40.5vw;
  padding-bottom: 5vw;
}

@media (min-width: 901px) {
  .block-product--list-item.item-pure-conc-refining-milk .block-product--list-item-image a img {
    top: 33px;
    left: 60px;
    height: auto;
    padding: 0;
  }
}

.block-product--list-item.item-pure-conc-refining-milk .block-product--list-item-present-col.col03-col li img {
  width: auto;
  height: 18.13vw;
}

@media (min-width: 901px) {
  .block-product--list-item.item-pure-conc-refining-milk .block-product--list-item-present-col.col03-col li img {
    height: 89px;
  }
}

@media (min-width: 901px) {
  .block-product--list-item.item-pure-conc-refining-milk .block-product--list-item-detail {
    min-height: 239px;
  }
}

.block-product--list-item.item-pure-conc-refining-milk .block-product--list-item-present {
  padding: 6.13vw 2vw 5.2vw;
}

@media (min-width: 901px) {
  .block-product--list-item.item-pure-conc-refining-milk .block-product--list-item-present {
    padding: 23px 10px 20px;
  }
}

@media (min-width: 901px) {
  .block-product--list-item.item-natural-drip-whip-shield-cream .block-product--list-item-image {
    margin-top: 32px;
  }
}

.block-product--list-item.item-natural-drip-whip-shield-cream .block-product--list-item-image a img {
  position: relative;
  top: 6.3vw;
  left: 11vw;
  margin-top: -3vw;
  padding-bottom: 9vw;
  width: auto;
  height: 42vw;
}

@media (min-width: 901px) {
  .block-product--list-item.item-natural-drip-whip-shield-cream .block-product--list-item-image a img {
    top: 24px;
    left: 54px;
    margin: 0;
    height: auto;
    padding: 0;
  }
}

.block-product--list-item.item-natural-drip-whip-shield-cream .block-product--list-item-present-col.col03-col li:nth-of-type(1) img {
  width: auto;
  height: 17.73vw;
}

@media (min-width: 901px) {
  .block-product--list-item.item-natural-drip-whip-shield-cream .block-product--list-item-present-col.col03-col li:nth-of-type(1) img {
    height: 86px;
  }
}

.block-product--list-item.item-natural-drip-whip-shield-cream .block-product--list-item-present-col.col03-col li:nth-of-type(2) img {
  width: auto;
  height: 18.27vw;
}

@media (min-width: 901px) {
  .block-product--list-item.item-natural-drip-whip-shield-cream .block-product--list-item-present-col.col03-col li:nth-of-type(2) img {
    height: 88px;
  }
}

.block-product--list-item.item-pure-conc-water-shield-cream .block-product--list-item-image a img {
  position: relative;
  top: 3.3vw;
  left: 0;
  width: auto;
  height: 40.93vw;
  padding-bottom: 5vw;
}

@media (min-width: 901px) {
  .block-product--list-item.item-pure-conc-water-shield-cream .block-product--list-item-image a img {
    top: 33px;
    height: auto;
    padding: 0;
  }
}

.block-product--list-item.item-pure-conc-water-shield-cream .block-product--list-item-present-col.col03-col li img {
  width: auto;
  height: 18.13vw;
}

@media (min-width: 901px) {
  .block-product--list-item.item-pure-conc-water-shield-cream .block-product--list-item-present-col.col03-col li img {
    height: 89px;
  }
}

@media (min-width: 901px) {
  .block-product--list-item.item-pure-conc-water-shield-cream .block-product--list-item-detail {
    min-height: 219px;
  }
}

.block-product--list-item.item-pure-conc-water-shield-cream .block-product--list-item-present {
  padding: 6.13vw 2.3vw 5.2vw 8vw;
}

@media (min-width: 901px) {
  .block-product--list-item.item-pure-conc-water-shield-cream .block-product--list-item-present {
    padding: 23px 26px 20px 47px;
  }
}

.block-product--list-item.item-pure-conc-water-shield-cream .block-product--list-item-name {
  letter-spacing: -0.03em;
}

@media (min-width: 901px) {
  .block-product--list-item.item-pure-conc-water-shield-cream .block-product--list-item-name {
    letter-spacing: .05em;
  }
}

@media (min-width: 901px) {
  .block-product--other {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 901px) {
  .block-product--other-item {
    order: 2;
  }
}

.block-product--other-item:last-of-type {
  order: 1;
}

.block-product--other-btn {
  margin: 6.67vw 12vw 0;
  text-align: center;
}

@media (min-width: 901px) {
  .block-product--other-btn {
    margin: 58px 18px 0;
    width: 400px;
  }
}

.block-product--other-btn a {
  position: relative;
  display: block;
  padding: 3.0666vw 0;
  border: 1px solid #120f82;
  border-radius: 50px;
  font-size: 4.1333vw;
  color: #120f82;
}

@media (min-width: 901px) {
  .block-product--other-btn a {
    padding: 17px 0;
    font-size: 22px;
  }
}

.block-product--other-btn a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 92%;
  display: block;
  width: 1.866vw;
  height: 1.866vw;
  margin: auto 0;
  border-top: 1px solid #120f82;
  border-left: 1px solid #120f82;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  content: '';
}

@media (min-width: 901px) {
  .block-product--other-btn a::after {
    width: 10px;
    height: 10px;
  }
}

.block-product--bg--color-blue {
  background: -webkit-radial-gradient(top left, ellipse, #110a67 30%, #3489e1 50%, #d1b8d1 100%);
  background: radial-gradient(ellipse at top left, #110a67 30%, #3489e1 50%, #d1b8d1 100%);
  -webkit-animation: bgColorChange 5s ease infinite;
  animation: bgColorChange 5s ease infinite;
  background-size: 600% 600%;
}

.block-product--bg--color-light-blue {
  background: -webkit-radial-gradient(top left, ellipse, #b6c9e7 40%, #fff 100%);
  background: radial-gradient(ellipse at top left, #b6c9e7 40%, #fff 100%);
  -webkit-animation: bgColorChange 5s ease infinite;
  animation: bgColorChange 5s ease infinite;
  background-size: 600% 600%;
}

.block-bnr {
  padding: 10.4vw 7.466vw 8vw;
}

@media (min-width: 901px) {
  .block-bnr {
    width: 1000px;
    margin: 59px auto;
    padding: 0;
  }
}

.block-bnr a:hover {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: .5;
}

.block-bnr--brand-header {
  text-align: center;
}

.block-bnr--brand-header-title {
  line-height: 1;
  font-size: 6.1vw;
  color: #120f82;
  font-weight: 600;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media (min-width: 901px) {
  .block-bnr--brand-header-title {
    font-weight: 500;
    font-size: 28px;
  }
}

.block-bnr--brand-header-series {
  line-height: 1;
  font-size: 6.1vw;
  color: #120f82;
  font-weight: 600;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media (min-width: 901px) {
  .block-bnr--brand-header-series {
    display: none;
  }
}

.block-bnr--brand-header-lead {
  margin: 1vw 0 5vw;
  font-size: 3.2vw;
}

@media (min-width: 901px) {
  .block-bnr--brand-header-lead {
    margin: 5px 0 22px;
    font-size: 16px;
  }
}

@media (min-width: 901px) {
  .block-bnr--brand-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 901px) {
  .block-bnr--brand-list-item {
    width: 33.3333%;
    margin-right: 25px;
  }
}

.block-bnr--brand-list-item + .block-bnr--brand-list-item {
  margin-top: 5.0666vw;
}

@media (min-width: 901px) {
  .block-bnr--brand-list-item + .block-bnr--brand-list-item {
    margin: 0 25px 0 0;
  }
}

@media (min-width: 901px) {
  .block-bnr--brand-list-item:last-child {
    margin: 0;
  }
}

.block-bnr--campaign {
  margin-top: 9.3333vw;
}

@media (min-width: 901px) {
  .block-bnr--campaign {
    margin-top: 80px;
    text-align: center;
  }
}

.block-items {
  padding: 12.53vw 7.3333vw 10.93vw;
  text-align: center;
}

@media (min-width: 901px) {
  .block-items {
    padding: 80px 0;
  }
}

.block-items--new {
  position: relative;
}

.block-items--title {
  font-size: 8vw;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #125ed9;
  letter-spacing: .06em;
}

@media (min-width: 901px) {
  .block-items--title {
    font-size: 30px;
  }
}

.block-items--sub {
  margin-top: 0.2em;
  font-size: 4vw;
  color: #212121;
}

@media (min-width: 901px) {
  .block-items--sub {
    font-size: 18px;
  }
}

.block-items--text {
  margin-top: 0.4em;
  font-size: 5.33vw;
  color: #212121;
  letter-spacing: .05em;
}

@media (min-width: 901px) {
  .block-items--text {
    font-size: 26px;
  }
}

@media (min-width: 901px) {
  .block-items--wrapper {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 901px) {
  .block-items--inner {
    width: 45%;
  }
}

.block-items--list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (min-width: 901px) {
  .block-items--list {
    flex-wrap: nowrap;
  }
}

.block-items--list-title {
  margin: 1.7em auto 6vw;
  font-size: 3.73vw;
}

@media (min-width: 901px) {
  .block-items--list-title {
    margin: 1.7em auto 40px;
    font-size: 18px;
  }
}

.block-items--list-title sup {
  position: relative;
  top: 0.1em;
  vertical-align: top;
  font-size: 60%;
}

.block-items--item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 47%;
  margin-top: 7.6vw;
  text-align: left;
}

@media (min-width: 901px) {
  .block-items--item {
    width: 180px;
    margin-top: 53px;
  }
}

.block-items--item-img {
  margin: 0 auto;
  text-align: center;
}

.block-items--item-kind {
  margin-top: 3.73vw;
  padding: 0 0.6em;
  border: 1px solid #125ed9;
  font-size: 3.2vw;
  color: #125ed9;
  letter-spacing: .03em;
  line-height: 1.6;
}

@media (min-width: 901px) {
  .block-items--item-kind {
    margin-top: 31px;
    font-size: 13px;
  }
}

.block-items--item-name {
  margin-top: 0.5em;
  font-size: 3.47vw;
  color: #212121;
}

@media (min-width: 901px) {
  .block-items--item-name {
    font-size: 16px;
  }
}

.block-items--item-price {
  font-size: 5.07vw;
}

@media (min-width: 901px) {
  .block-items--item-price {
    font-size: 27px;
  }
}

.block-items--item-price span {
  margin-left: 0.3em;
  font-size: 2.93vw;
}

@media (min-width: 901px) {
  .block-items--item-price span {
    font-size: 14px;
  }
}

.block-items--item-btn {
  width: 100%;
  margin-top: 2.7vw;
  text-align: center;
}

@media (min-width: 901px) {
  .block-items--item-btn {
    margin-top: 20px;
  }
}

.block-items--item-btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 12vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #469de2;
  -webkit-box-shadow: 0 3px 0 0 #dcdcdc;
  box-shadow: 0 3px 0 0 #dcdcdc;
  color: #fff;
  font-size: 2.93vw;
}

@media (min-width: 901px) {
  .block-items--item-btn a {
    height: 45px;
    font-size: 14px;
  }
}

.block-items--item-btn a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3vw;
  margin: auto;
  vertical-align: middle;
  width: 1.47vw;
  height: 2.4vw;
  background: url(/img/freepage/clearwellness_20201207/images/product_arrow.png) no-repeat 0 bottom;
  background-size: 100%;
}

@media (min-width: 901px) {
  .block-items--item-btn a::after {
    right: 10px;
    width: 6px;
    height: 11px;
  }
}

.block-items--item-btn a span {
  position: relative;
}

.block-items--item-btn a span::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -7vw;
  margin: auto;
  vertical-align: middle;
  width: 4.4vw;
  height: 3.73vw;
  background: url(/img/freepage/clearwellness_20201207/images/icon_btn.png) no-repeat;
  background-size: auto 100%;
}

@media (min-width: 901px) {
  .block-items--item-btn a span::before {
    left: -32px;
    width: 21px;
    height: 18px;
  }
}

.block-items--new .block-items--item:nth-of-type(1) .block-items--item-img img {
  height: 50.13vw;
}

@media (min-width: 901px) {
  .block-items--new .block-items--item:nth-of-type(1) .block-items--item-img img {
    height: 253px;
  }
}

.block-items--new .block-items--item:nth-of-type(2) .block-items--item-img img {
  height: 37.47vw;
}

@media (min-width: 901px) {
  .block-items--new .block-items--item:nth-of-type(2) .block-items--item-img img {
    height: 188px;
  }
}

.block-items--new .block-items--item:nth-of-type(3) .block-items--item-img img {
  height: 50.13vw;
}

@media (min-width: 901px) {
  .block-items--new .block-items--item:nth-of-type(3) .block-items--item-img img {
    height: 252px;
  }
}

.block-items--new .block-items--item:nth-of-type(4) .block-items--item-img img {
  height: 37.87vw;
}

@media (min-width: 901px) {
  .block-items--new .block-items--item:nth-of-type(4) .block-items--item-img img {
    height: 189px;
  }
}

.block-items--limited {
  position: relative;
}

.block-items--limited .block-items--list:first-of-type {
  margin-bottom: 10.67vw;
}

@media (min-width: 901px) {
  .block-items--limited .block-items--list:first-of-type {
    margin-bottom: 0;
  }
}

.block-items--limited .block-items--item {
  margin-top: 0;
}

@media (min-width: 901px) {
  .block-items--limited .block-items--item {
    width: 201px;
  }
}

.block-items--limited .block-items--item:nth-of-type(1) .block-items--item-img img {
  height: 50vw;
}

@media (min-width: 901px) {
  .block-items--limited .block-items--item:nth-of-type(1) .block-items--item-img img {
    height: 242px;
  }
}

.block-items--limited .block-items--item:nth-of-type(2) .block-items--item-img img {
  height: 50.67vw;
}

@media (min-width: 901px) {
  .block-items--limited .block-items--item:nth-of-type(2) .block-items--item-img img {
    height: 242px;
  }
}

.block-items--limited .block-items--item:nth-of-type(3) .block-items--item-img img {
  height: 46.53vw;
}

@media (min-width: 901px) {
  .block-items--limited .block-items--item:nth-of-type(3) .block-items--item-img img {
    height: 241px;
  }
}

.block-items--limited .block-items--item:nth-of-type(4) .block-items--item-img img {
  height: 47.07vw;
}

@media (min-width: 901px) {
  .block-items--limited .block-items--item:nth-of-type(4) .block-items--item-img img {
    height: 241px;
  }
}

.block-items--present {
  margin: 9.47vw auto 13.87vw;
}

@media (min-width: 901px) {
  .block-items--present {
    margin: 89px auto 81px;
  }
  .block-items--present img {
    width: 861.5px;
  }
}

.block-items--note {
  margin-top: 5.87vw;
  font-size: 2.67vw;
  text-align: right;
}

@media (min-width: 901px) {
  .block-items--note {
    margin-top: 25px;
    font-size: 12px;
  }
}

.block-point {
  padding: 7.47vw 7.2vw;
  background-color: #fffafa;
}

@media (min-width: 901px) {
  .block-point {
    position: relative;
    padding: 88px 138px 50px;
  }
}

.block-point--inner {
  padding: 7.07vw 4.8vw;
  border: 0.13vw solid #f4adb0;
  border-radius: 1.33vw;
  background-color: #fff;
}

@media (min-width: 901px) {
  .block-point--inner {
    padding: 46px 0 46px 70px;
    border: 2px solid #f4adb0;
    border-radius: 6px;
  }
}

.block-point--title {
  width: 70.13vw;
  margin: 0 auto;
}

@media (min-width: 901px) {
  .block-point--title {
    position: absolute;
    top: 41px;
    left: 0;
    right: 0;
    width: 448px;
    margin: 0 auto;
  }
}

.block-point--text {
  margin-top: 5.6vw;
  font-size: 3.73vw;
  line-height: 1.9;
  text-align: justify;
}

@media (min-width: 901px) {
  .block-point--text {
    margin-top: 0;
    font-size: 20px;
    letter-spacing: .03em;
  }
}

.block-point--text span {
  background: linear-gradient(transparent 60%, #fcebec 60%);
}

.block-type {
  position: relative;
  padding: 6.4vw 0 13.33vw;
  border-bottom: 0.13vw solid #cfcfcf;
  text-align: center;
}

@media (min-width: 901px) {
  .block-type {
    padding: 80px 90px 83px;
    border-bottom: 1px solid #f6f6f6;
  }
}

@media (min-width: 901px) {
  .block-type--title {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
}

.block-type--title-img {
  width: 45.07vw;
  margin: 0 auto;
}

@media (min-width: 901px) {
  .block-type--title-img {
    position: absolute;
    left: 105px;
    top: 50%;
    transform: translateY(-50%);
    width: 177px;
    margin: 0;
  }
}

.block-type--title-text {
  margin-top: 1vw;
  font-size: 5.07vw;
}

@media (min-width: 901px) {
  .block-type--title-text {
    margin-top: 0;
    /* margin-left: 20px; */
    font-size: 26px;
  }
}

.block-type--wrap {
  position: relative;
  width: 100%;
  margin-top: 5.33vw;
  padding-bottom: 1vw;
  overflow: hidden;
}

@media (min-width: 901px) {
  .block-type--wrap {
    height: auto;
    margin-top: 36px;
  }
}

.block-type--wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 6.67vw;
  height: 117.73vw;
  background-color: #fff;
}

@media (min-width: 901px) {
  .block-type--wrap::before {
    content: none;
  }
}

.block-type--inner {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.block-type--swipe-icon {
  position: absolute;
  top: 49vw;
  right: 2.4vw;
  width: 11.2vw;
  height: 11.2vw;
}

@media (min-width: 901px) {
  .block-type--swipe-icon {
    content: none;
  }
  .block-type--swipe-icon img {
    display: none;
  }
}

.block-type--table {
  display: flex;
  width: 127.47vw;
  margin-left: 6.67vw;
  color: #212121;
  font-size: 3.2vw;
}

@media (min-width: 901px) {
  .block-type--table {
    width: 100%;
    margin-left: 0;
    font-size: 16px;
  }
}

.block-type--table-title {
  padding: 2vw 0 2vw 34vw;
  background-color: #3076ce;
  border-left: 1px solid #3076ce;
  border-right: 1px solid #3076ce;
  font-size: 4vw;
  font-weight: normal;
  color: #fff;
  text-align: left;
}

@media (min-width: 901px) {
  .block-type--table-title {
    padding: 17px 0;
    font-size: 22px;
    letter-spacing: .03em;
    text-align: center;
  }
}

.block-type--table table, .block-type--table td, .block-type--table th {
  border-collapse: collapse;
}

.block-type--table tr:nth-of-type(2) td {
  height: 50.4vw;
  padding-bottom: 3.73vw;
  vertical-align: bottom;
}

@media (min-width: 901px) {
  .block-type--table tr:nth-of-type(2) td {
    height: 288px;
    padding-bottom: 18px;
  }
}

.block-type--table tr:nth-of-type(2) td:first-of-type {
  vertical-align: middle;
}

.block-type--table tr:nth-of-type(5) {
  border-bottom: 1px solid #cfcfcf;
}

.block-type--table tr td {
  width: 36vw;
  padding: 1.8vw 1vw;
  border-right: 1px solid #cfcfcf;
  vertical-align: middle;
}

@media (min-width: 901px) {
  .block-type--table tr td {
    width: 290px;
    padding: 7px 17px;
  }
}

.block-type--table tr td:first-of-type {
  width: 19.47vw;
  border-left: 1px solid #cfcfcf;
}

@media (min-width: 901px) {
  .block-type--table tr td:first-of-type {
    width: 120px;
    text-align: left;
  }
}

.type-effect .block-type--table tr td:nth-of-type(2) .block-type--table-img img {
  height: 26.67vw;
}

@media (min-width: 901px) {
  .type-effect .block-type--table tr td:nth-of-type(2) .block-type--table-img img {
    height: 164px;
    margin-top: 0;
  }
}

@media (min-width: 901px) {
  .type-effect .block-type--table tr td:nth-of-type(2) .block-type--table-case {
    padding-left: 43px;
  }
}

.type-effect .block-type--table tr td:nth-of-type(3) .block-type--table-img img {
  height: 29.87vw;
  margin-left: 6vw;
}

@media (min-width: 901px) {
  .type-effect .block-type--table tr td:nth-of-type(3) .block-type--table-img img {
    height: 223px;
    margin-left: 50px;
  }
}

@media (min-width: 901px) {
  .type-effect .block-type--table tr td:nth-of-type(3) .block-type--table-case {
    padding-left: 21px;
  }
}

.type-effect .block-type--table tr td:nth-of-type(4) .block-type--table-img img {
  height: 24.8vw;
  margin-left: 3vw;
}

@media (min-width: 901px) {
  .type-effect .block-type--table tr td:nth-of-type(4) .block-type--table-img img {
    height: 186px;
    margin-left: 15px;
  }
}

@media (min-width: 901px) {
  .type-effect .block-type--table tr td:nth-of-type(4) .block-type--table-case {
    padding-left: 51px;
  }
}

.type-free .block-type--table tr td:nth-of-type(2) .block-type--table-img img {
  height: 28vw;
}

@media (min-width: 901px) {
  .type-free .block-type--table tr td:nth-of-type(2) .block-type--table-img img {
    height: 207px;
  }
}

.type-free .block-type--table tr td:nth-of-type(3) .block-type--table-img img {
  height: 30.93vw;
  margin-left: 6vw;
}

@media (min-width: 901px) {
  .type-free .block-type--table tr td:nth-of-type(3) .block-type--table-img img {
    height: 229px;
    margin-left: 50px;
  }
}

@media (min-width: 901px) {
  .type-free .block-type--table tr td:nth-of-type(3) .block-type--table-case {
    padding-left: 45px;
  }
}

.type-free .block-type--table tr td:nth-of-type(4) .block-type--table-img img {
  height: 24.8vw;
  margin-left: 4vw;
}

@media (min-width: 901px) {
  .type-free .block-type--table tr td:nth-of-type(4) .block-type--table-img img {
    height: 182px;
    margin-left: 20px;
  }
}

@media (min-width: 901px) {
  .block-type--table tr td .block-type--table-case {
    letter-spacing: -0.04em;
  }
}

.block-type--table tr:nth-of-type(4) td {
  padding: 4vw 1.5vw 4vw 2.5vw;
}

@media (min-width: 901px) {
  .block-type--table tr:nth-of-type(4) td {
    padding: 17px 10px;
  }
}

.block-type--table tr:nth-of-type(4) td:first-of-type {
  text-align: left;
}

.block-type--table tr:nth-child(odd) {
  background-color: #f6f6f6;
}

.block-type--table-img img {
  vertical-align: bottom;
}

.block-type--table-name {
  margin-top: 4.67vw;
  font-size: 3.47vw;
  letter-spacing: -0.02em;
}

@media (min-width: 901px) {
  .block-type--table-name {
    margin: 17px 0 7px;
    font-size: 18px;
    letter-spacing: -0.02em;
  }
}

@media (min-width: 901px) {
  .block-type--table-new {
    margin-top: 10px;
  }
}

.block-type--table-new img {
  width: 7.5vw;
  height: 7.5vw;
  margin-right: 1vw;
  font-size: 2.8vw;
  vertical-align: middle;
}

@media (min-width: 901px) {
  .block-type--table-new img {
    width: 42px;
    height: 42px;
    margin-right: 0.2em;
    font-size: 16px;
  }
}

.block-type--table-price {
  font-size: 4.13vw;
}

@media (min-width: 901px) {
  .block-type--table-price {
    font-size: 20px;
  }
}

.block-type--table-price span {
  font-size: 2.4vw;
}

@media (min-width: 901px) {
  .block-type--table-price span {
    font-size: 12px;
  }
}

.block-type--table-case {
  padding-left: 3.8vw;
  text-indent: -3.8vw;
  font-size: 3.07vw;
  letter-spacing: -0.03em;
  text-align: left;
}

@media (min-width: 901px) {
  .block-type--table-case {
    padding-left: 1.2em;
    text-indent: -1.2em;
    font-size: 15px;
    letter-spacing: -0.02em;
  }
}

.block-type--table-case::before {
  content: "";
  display: inline-block;
  width: 2.53vw;
  height: 2.3vw;
  margin-right: 0.8vw;
  background: url(/img/freepage/clearwellness_20201207/images/type_icon_case.png) no-repeat center;
  background-size: 100%;
}

@media (min-width: 901px) {
  .block-type--table-case::before {
    width: 15px;
    height: 13px;
    margin-right: 0.2em;
  }
}

.block-type--table-rate img {
  height: 3.33vw;
  vertical-align: text-bottom;
}

@media (min-width: 901px) {
  .block-type--table-rate img {
    height: 18px;
  }
}

.block-type .type-free .block-type--table-title {
  background-color: #e5e9f7;
  border-left: 1px solid #e5e9f7;
  border-right: 1px solid #e5e9f7;
  border-bottom: 1px solid #cfcfcf;
  color: #6a6767;
}
