@charset "UTF-8";
/*--------------------------------------
wrpContents
--------------------------------------*/
.wrpContents {
  color: #404040;
}
@media screen and (max-width: 767px) {
  .wrpContents {
    width: 100%;
    margin: 56px auto 80px;
  }
}
.wrpContents sup {
  font-size: 55%;
}
.wrpContents *[class^=section] + *[class^=section] {
  margin-top: 0;
}

/*--------------------------------------
wrpCts
--------------------------------------*/
.wrpCts {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

/*--------------------------------------
ctsInner
--------------------------------------*/
.ctsInner {
  padding: 0 109px;
}
@media screen and (max-width: 767px) {
  .ctsInner {
    padding: 0;
  }
}

/*--------------------------------------
本文
--------------------------------------*/
.text {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .text {
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
}

/*--------------------------------------
注釈
--------------------------------------*/
.txtEx {
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .txtEx {
    font-size: 2.4vw;
  }
}

/*--------------------------------------
明朝体
--------------------------------------*/
.mincho {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/*--------------------------------------
modEcModal
--------------------------------------*/
.modEcModal .title {
  border-bottom: 2px solid #DE0067;
}

.modEcModal a i[class^=icon] {
  color: #DE0067;
}

.modEcModal .close:hover i::before {
  color: #DE0067;
}

/*--------------------------------------
sectionMainVisual
--------------------------------------*/
.sectionMainVisual {
  position: relative;
  background-color: #fff;
}
.sectionMainVisual .mainVisual {
  position: relative;
}

/*--------------------------------------
sectionConcern
--------------------------------------*/
.sectionConcern {
  position: relative;
  padding: 36px 0 160px;
}
@media screen and (max-width: 767px) {
  .sectionConcern {
    padding: 0 0 16vw;
  }
}
.sectionConcern .ctsHeading {
  margin: 0 auto;
  font-size: 36px;
  font-weight: 700;
  color: #DE0067;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sectionConcern .ctsHeading {
    width: 64vw;
    font-size: 6.4vw;
  }
}
.sectionConcern .concernBox {
  width: 654px;
  margin: 34px auto 24px;
}
.sectionConcern .concernBox .concernFlex {
  display: flex;
  gap: 27px;
}
@media screen and (max-width: 767px) {
  .sectionConcern .concernBox .concernFlex {
    gap: 3.2vw;
  }
}
.sectionConcern .concernBox .concernFlex :nth-child(1) {
  padding-top: 42px;
  padding-bottom: 46px;
}
@media screen and (max-width: 767px) {
  .sectionConcern .concernBox .concernFlex :nth-child(1) {
    padding-top: 5.3333333333vw;
    padding-bottom: 5.8666666667vw;
  }
}
.sectionConcern .concernBox .concernFlex :nth-child(2),
.sectionConcern .concernBox .concernFlex :nth-child(3) {
  padding-top: 58px;
  padding-bottom: 63px;
}
@media screen and (max-width: 767px) {
  .sectionConcern .concernBox .concernFlex :nth-child(2),
  .sectionConcern .concernBox .concernFlex :nth-child(3) {
    padding-top: 7.7333333333vw;
    padding-bottom: 8.2666666667vw;
  }
}
.sectionConcern .concernBox .concernFlex p {
  width: 200px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 1.375;
  color: #DE0067;
  border: solid 2px #DE0067;
  box-shadow: 0 4px 0 0 #DE0067;
  border-radius: 13px;
}
@media screen and (max-width: 767px) {
  .sectionConcern .concernBox .concernFlex p {
    width: 26.9333333333vw;
    font-size: 3.2vw;
    line-height: 1.5;
    border-width: 0.2666666667vw;
    box-shadow: 0 0.8vw 0 0 #DE0067;
  }
}
@media screen and (max-width: 767px) {
  .sectionConcern .concernBox {
    width: 87.2vw;
    margin: 6.1333333333vw auto 2.1333333333vw;
  }
}
.sectionConcern .concernBox .txtEx {
  text-align: right;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .sectionConcern .concernBox .txtEx {
    margin-top: 2.1333333333vw;
  }
}
.sectionConcern .concernImg {
  display: flex;
}
.sectionConcern .text {
  position: relative;
  margin: 64px auto 0;
  background-color: rgba(222, 0, 103, 0.76);
  border-radius: 17px;
  padding-top: 46px;
  padding-bottom: 29px;
}
@media screen and (max-width: 767px) {
  .sectionConcern .text {
    padding-top: 5.3333333333vw;
    padding-bottom: 3.4666666667vw;
  }
}
.sectionConcern .text p {
  text-align: center;
  color: #fff;
}
.sectionConcern .text :nth-child(1) {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2142857143;
  padding-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .sectionConcern .text :nth-child(1) {
    font-size: 6.4vw;
    padding-bottom: 2.6666666667vw;
    line-height: 1.25;
  }
}
.sectionConcern .text :nth-child(1) sup {
  font-size: 55%;
}
.sectionConcern .text :nth-child(2) {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .sectionConcern .text :nth-child(2) {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 767px) {
  .sectionConcern .text {
    width: 87.2vw;
    margin: 6.4vw auto 0;
  }
}
.sectionConcern .text::after {
  position: absolute;
  z-index: 1;
  content: "";
  background-image: url("/hythiol/products/images/hcex/icn_arrow.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: calc(100% + 48px);
  left: 0;
  right: 0;
  margin: auto;
  width: 64px;
  height: 64px;
}
@media screen and (max-width: 767px) {
  .sectionConcern .text::after {
    top: calc(100% + 4.2666666667vw);
    width: 7.2vw;
    height: 7.2vw;
  }
}

/*--------------------------------------
sectionFeature
--------------------------------------*/
.sectionFeature {
  position: relative;
  padding: 72px 0 80px;
  background-image: url("/hythiol/products/images/hcex/bg_feature.jpg");
  background-size: cover;
  background-repeat: repeat-y;
  background-position: top center;
}
@media screen and (max-width: 767px) {
  .sectionFeature {
    background-image: url("/hythiol/products/images/hcex/sp/bg_feature.jpg");
    padding: 10.6666666667vw 0;
  }
}
.sectionFeature .ctsHeading {
  position: relative;
  font-size: 28px;
  line-height: 1.2352941176;
  font-weight: bold;
  color: #DE0067;
  text-align: center;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .sectionFeature .ctsHeading {
    font-size: 4.2666666667vw;
    line-height: 1.2272727273;
    padding-bottom: 3.2vw;
  }
}
.sectionFeature .ctsHeading::after {
  position: absolute;
  z-index: 1;
  content: "";
  background: linear-gradient(90deg, rgba(222, 0, 103, 0) 0%, #de0067 50%, rgba(222, 0, 103, 0) 100%);
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 378px;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .sectionFeature .ctsHeading::after {
    width: 76vw;
  }
}
.sectionFeature .ctsHeading span {
  font-size: 34px;
}
@media screen and (max-width: 767px) {
  .sectionFeature .ctsHeading span {
    font-size: 5.8666666667vw;
  }
}
.sectionFeature .ctsHeading em {
  display: block;
  font-size: 45px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .sectionFeature .ctsHeading em {
    font-size: 8.5333333333vw;
    margin-top: 1.0666666667vw;
  }
}
.sectionFeature .featureBox {
  width: 100%;
  margin: -104px auto -66px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .sectionFeature .featureBox {
    width: 87.2vw;
    margin: -6.4vw auto 8.5333333333vw;
    display: block;
  }
}
.sectionFeature .featureBox figure:nth-of-type(1) {
  width: 473px;
}
@media screen and (max-width: 767px) {
  .sectionFeature .featureBox figure:nth-of-type(1) {
    width: 72vw;
    margin: 0 auto;
  }
}
.sectionFeature .featureBox figure:nth-of-type(2) {
  width: 434px;
  margin-top: 244px;
  margin-left: -56px;
}
@media screen and (max-width: 767px) {
  .sectionFeature .featureBox figure:nth-of-type(2) {
    width: 88vw;
    margin: -16.2666666667vw auto 0;
  }
}
.sectionFeature .text {
  width: fit-content;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sectionFeature .text {
    font-size: 3.7333333333vw;
    line-height: 1.8571428571;
  }
}
@media screen and (max-width: 767px) {
  .sectionFeature .text:nth-of-type(2) {
    width: 76vw;
  }
}
.sectionFeature .txtEx {
  width: fit-content;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .sectionFeature .txtEx {
    width: 76vw;
    margin: 16px auto 0;
  }
}

/*--------------------------------------
sectionTurnover
--------------------------------------*/
.sectionTurnover {
  position: relative;
  padding: 80px 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .sectionTurnover {
    padding: 10.6666666667vw 0;
  }
}
.sectionTurnover .ctsHeading {
  font-size: 31px;
  font-weight: 700;
  color: #DE0067;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sectionTurnover .ctsHeading {
    font-size: 5.3333333333vw;
    line-height: 1.35;
  }
}
.sectionTurnover .turnoverVideo {
  width: 654px;
  margin: 16px auto 0;
}
@media screen and (max-width: 767px) {
  .sectionTurnover .turnoverVideo {
    width: 76vw;
    margin: 4.2666666667vw auto 0;
  }
}
.sectionTurnover .turnoverVideo video {
  width: 100%;
  vertical-align: bottom;
}
.sectionTurnover .turnoverVideo .txtEx {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .sectionTurnover .turnoverVideo .txtEx {
    margin-top: 4.2666666667vw;
  }
}

/*--------------------------------------
sectionPoint
--------------------------------------*/
.sectionPoint {
  position: relative;
  padding: 80px 0 100px;
  background-image: url("/hythiol/products/images/hcex/bg_point.jpg");
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: top center;
}
@media screen and (max-width: 767px) {
  .sectionPoint {
    background-image: url("/hythiol/products/images/hcex/sp/bg_point.jpg");
    padding: 10.6666666667vw 0;
  }
}
.sectionPoint .ctsHeading {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 88px;
  background-image: url("/hythiol/products/images/hcex/bg_ttl_point.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  padding-top: 19px;
  padding-left: 123px;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .sectionPoint .ctsHeading {
    width: 93.6vw;
    height: 10.6666666667vw;
    background-image: url("/hythiol/products/images/hcex/sp/bg_ttl_point.png");
    font-size: 5.0666666667vw;
    padding-top: 2.4vw;
    padding-left: 6.4vw;
    margin-bottom: 6.4vw;
  }
}
.sectionPoint .txtNote {
  font-size: 12px;
  font-weight: 500;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .sectionPoint .txtNote {
    font-size: 2.4vw;
    line-height: 1.4444444444;
    text-align: left;
    white-space: nowrap;
  }
}
.sectionPoint .boxPoint:nth-child(2) .ctsHeading {
  margin-bottom: 68px;
}
@media screen and (max-width: 767px) {
  .sectionPoint .boxPoint:nth-child(2) .ctsHeading {
    margin-bottom: 14.4vw;
  }
}
.sectionPoint .boxPoint:nth-child(2) .ctsHeading span {
  position: absolute;
  z-index: 1;
  top: calc(100% + 16px);
  right: 109px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #404040;
}
@media screen and (max-width: 767px) {
  .sectionPoint .boxPoint:nth-child(2) .ctsHeading span {
    top: calc(100% + 2.1333333333vw);
    right: 0;
  }
}
.sectionPoint .boxPoint:nth-of-type(n+2) {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .sectionPoint .boxPoint:nth-of-type(n+2) {
    margin-top: 10.6666666667vw;
  }
}
.sectionPoint .boxPoint:nth-child(4) .ctsHeading {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sectionPoint .boxPoint:nth-child(4) .ctsHeading {
    height: 17.6vw;
    background-image: url("/hythiol/products/images/hcex/sp/bg_ttl_point_04.png");
    padding-top: 1.8666666667vw;
    margin-bottom: 6.4vw;
    line-height: 1.3684210526;
  }
}
.sectionPoint .boxPoint .boxInner {
  width: 806px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sectionPoint .boxPoint .boxInner {
    width: 87.2vw;
  }
}
.sectionPoint .boxPoint01 figure {
  box-sizing: border-box;
  position: relative;
  width: 730px;
  height: 573px;
  margin: 0 auto;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .sectionPoint .boxPoint01 figure {
    width: 100%;
    height: 75.2vw;
    padding-top: 7.4666666667vw;
  }
}
.sectionPoint .boxPoint01 figure picture {
  display: block;
  width: 438px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sectionPoint .boxPoint01 figure picture {
    width: 56.2666666667vw;
  }
}
.sectionPoint .boxPoint01 figure p {
  position: absolute;
  z-index: 1;
  width: fit-content;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sectionPoint .boxPoint01 figure p {
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
.sectionPoint .boxPoint01 figure p:nth-of-type(1) {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.sectionPoint .boxPoint01 figure p:nth-of-type(2) {
  top: 488px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .sectionPoint .boxPoint01 figure p:nth-of-type(2) {
    top: 61.3333333333vw;
    left: 0;
  }
}
.sectionPoint .boxPoint01 figure p:nth-of-type(3) {
  top: 488px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .sectionPoint .boxPoint01 figure p:nth-of-type(3) {
    top: 61.3333333333vw;
    right: 0;
  }
}
.sectionPoint .boxPoint02 .taking {
  display: flex;
  width: 654px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sectionPoint .boxPoint02 .taking {
    width: 93.6vw;
    margin-left: 0;
  }
}
.sectionPoint .boxPoint02 .taking figure {
  width: 382px;
  margin-top: 69px;
}
@media screen and (max-width: 767px) {
  .sectionPoint .boxPoint02 .taking figure {
    width: 53.8666666667vw;
    margin-top: 14.1333333333vw;
  }
}
.sectionPoint .boxPoint02 .taking p {
  position: relative;
  width: 385px;
  height: fit-content;
  margin-left: -113px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .sectionPoint .boxPoint02 .taking p {
    width: 52.5333333333vw;
    margin-left: -12.8vw;
    box-shadow: 0.8vw 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
  }
}
.sectionPoint .boxPoint02 .sign h3 {
  position: relative;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #DE0067;
  text-align: center;
  margin-top: 64px;
  padding-bottom: 96px;
}
@media screen and (max-width: 767px) {
  .sectionPoint .boxPoint02 .sign h3 {
    font-size: 22px;
    margin-top: 6.4vw;
    padding-bottom: 11.4666666667vw;
  }
}
.sectionPoint .boxPoint02 .sign h3::after {
  position: absolute;
  z-index: 1;
  content: "";
  background-image: url("/hythiol/products/images/hcex/icn_arrow.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 64px;
  height: 64px;
}
@media screen and (max-width: 767px) {
  .sectionPoint .boxPoint02 .sign h3::after {
    width: 7.2vw;
    height: 7.2vw;
  }
}
.sectionPoint .boxPoint02 .sign ul li {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 456px 314px;
  grid-template-rows: 56px auto;
  justify-content: center;
  gap: 36px;
}
@media screen and (max-width: 767px) {
  .sectionPoint .boxPoint02 .sign ul li {
    margin-top: 4.2666666667vw;
    grid-template-columns: 45.3333333333vw 40.2666666667vw;
    grid-template-rows: 8vw auto;
    justify-content: center;
    gap: 5.3333333333vw 2.6666666667vw;
  }
}
.sectionPoint .boxPoint02 .sign ul li h4 {
  position: relative;
  z-index: 1;
  grid-area: 1/1/2/2;
  font-size: 40px;
  color: #DE0067;
}
@media screen and (max-width: 767px) {
  .sectionPoint .boxPoint02 .sign ul li h4 {
    font-size: 6.6666666667vw;
  }
}
.sectionPoint .boxPoint02 .sign ul li h4::before {
  position: absolute;
  z-index: -1;
  content: "";
  background-image: url("/hythiol/products/images/hcex/bg_ttl_sign.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: -5px;
  left: -40px;
  width: 168px;
  height: 82px;
}
@media screen and (max-width: 767px) {
  .sectionPoint .boxPoint02 .sign ul li h4::before {
    top: -2.1333333333vw;
    left: -3.2vw;
    width: 25.0666666667vw;
    height: 13.6vw;
  }
}
.sectionPoint .boxPoint02 .sign ul li h4::after {
  position: absolute;
  z-index: 1;
  content: "";
  background-color: #DE0067;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 310px;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .sectionPoint .boxPoint02 .sign ul li h4::after {
    width: 21.3333333333vw;
  }
}
.sectionPoint .boxPoint02 .sign ul li p {
  grid-area: 2/1/3/2;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .sectionPoint .boxPoint02 .sign ul li p {
    font-size: 4vw;
  }
}
.sectionPoint .boxPoint02 .sign ul li figure {
  grid-area: 1/2/3/3;
}
@media screen and (max-width: 767px) {
  .sectionPoint .boxPoint02 .sign ul li figure {
    margin-top: 3.7333333333vw;
  }
}
.sectionPoint .boxPoint02 .sign ul li figure figcaption {
  text-align: right;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .sectionPoint .boxPoint02 .sign ul li figure figcaption {
    margin-top: 2.1333333333vw;
  }
}
.sectionPoint .boxPoint03 .ctsHeading {
  margin-bottom: 68px;
}
@media screen and (max-width: 767px) {
  .sectionPoint .boxPoint03 .ctsHeading {
    margin-bottom: 10.6666666667vw;
  }
}
.sectionPoint .boxPoint03 .ctsHeading span {
  position: absolute;
  z-index: 1;
  top: calc(100% + 16px);
  right: 109px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #404040;
}
@media screen and (max-width: 767px) {
  .sectionPoint .boxPoint03 .ctsHeading span {
    top: calc(100% + 2.1333333333vw);
    right: 0;
  }
}
.sectionPoint .boxPoint03 .improve {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .sectionPoint .boxPoint03 .improve {
    width: 87.2vw;
    padding-top: 6.4vw;
    margin: 0 auto;
  }
}
.sectionPoint .boxPoint04 figure {
  padding-top: 48px;
}
@media screen and (max-width: 767px) {
  .sectionPoint .boxPoint04 figure {
    padding-top: 4.2666666667vw;
  }
}

/*--------------------------------------
sectionTablet
--------------------------------------*/
.sectionTablet {
  position: relative;
  padding: 53px 0 109px;
  background-image: url("/hythiol/products/images/hcex/bg_tablet.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 767px) {
  .sectionTablet {
    padding: 10.6666666667vw 0 11.7333333333vw;
    background-image: url("/hythiol/products/images/hcex/sp/bg_tablet.jpg");
  }
}
.sectionTablet .ctsInner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .sectionTablet .ctsInner {
    padding: 0 6.4vw;
  }
}
.sectionTablet h2 img {
  display: block;
  width: 210px;
  margin-left: -109px;
}
@media screen and (max-width: 767px) {
  .sectionTablet h2 img {
    width: 29.8666666667vw;
    margin-left: 0;
  }
}
.sectionTablet h2 span {
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.16em;
  margin-top: -40px;
}
@media screen and (max-width: 767px) {
  .sectionTablet h2 span {
    font-size: 6.4vw;
    text-align: center;
    white-space: nowrap;
    margin-top: 0;
    margin-left: 2.1333333333vw;
  }
}
.sectionTablet figure {
  position: absolute;
  width: 278px;
  right: 109px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .sectionTablet figure {
    position: static;
    width: 76vw;
    padding-top: 6.4vw;
    margin: 0 auto;
  }
}
.sectionTablet ul {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .sectionTablet ul {
    font-size: 4.2666666667vw;
    padding-top: 6.4vw;
  }
}
.sectionTablet ul li {
  position: relative;
  padding-left: 18px;
}
@media screen and (max-width: 767px) {
  .sectionTablet ul li {
    padding-left: 4.2666666667vw;
  }
}
.sectionTablet ul li::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  background-image: url("/hythiol/products/images/hcex/icn_check.svg");
  background-size: cover;
  background-repeat: no-repeat;
  transform: rotate(45deg);
  top: 8px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .sectionTablet ul li::before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    top: 1.6vw;
  }
}

/*--------------------------------------
sectionSize
--------------------------------------*/
.sectionSize {
  position: relative;
  padding: 64px 0 80px;
  background-image: url("/hythiol/products/images/hcex/bg_size.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 767px) {
  .sectionSize {
    padding: 10.6666666667vw 0 10.6666666667vw;
    background-image: url("/hythiol/products/images/hcex/sp/bg_size.jpg");
  }
}
.sectionSize .wrpCts {
  max-width: 1065px;
}
.sectionSize .box_products {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sectionSize .box_products {
    display: block;
  }
}
.sectionSize h2 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .sectionSize h2 {
    font-size: 5.3333333333vw;
    margin-bottom: 2.4vw;
  }
}
.sectionSize h2 span {
  font-size: 47px;
  color: #DE0067;
}
@media screen and (max-width: 767px) {
  .sectionSize h2 span {
    font-size: 6.9333333333vw;
  }
}
.sectionSize figure {
  width: 494px;
}
@media screen and (max-width: 767px) {
  .sectionSize figure {
    width: 88vw;
    margin-left: auto;
  }
}