@charset "UTF-8";
:root{
  --color-primary :#7E2C2C;
}

h1, h2, h3 {
  margin: 0;
  padding: 0;
  border: none;
}
main {
  font-size: 14px;
}
/* CSS Document */
#wrapper {
  width: 100%;
  background-color: #F3F3F3;
}
#contentWrap {
  width: 1000px;
  margin: 0 auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  background-color: #ffffff;
  padding: 0 110px 50px;
}
#contentHeadBlock {
  padding-top: 70px;
}
a:hover {
  opacity: 0.5;
}
.title {
  font-size: 35px;
  letter-spacing: 0.03em;
  line-height: 1.5em;
  padding: 0.2em 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", 'Noto Serif JP', serif;
  font-weight: normal;
  text-align: left;
}
.main-img {
  padding-top: 50px;
}
.contentBlock-wrap {
  counter-reset: contentnum;
}
.contentBlock-wrap .contentBlock .subtitle02::before {
  counter-increment: contentnum;
  content: counter(contentnum) ".";
}
#leadBlock, .contentBlock, .contentText {
  margin: 50px 0;
}
.subhead {
  border-left: 8px solid #792B2A;
  font-weight: bold;
  font-size: 1.25em;
  display: inline-block;
  padding-left: 0.7em;
}
.top30 {
  padding-top: 30px;
}
#leadBlock p, .contentBlock p, .contentText p {
  padding: 25px 0 10px 0;
  line-height: 1.9em;
  font-size: 1.1em;
  letter-spacing: 0.06em;
}
.contentBlock p + p {
  padding-top: 0;
}
.center-bold {
  text-align: center;
  font-weight: bold;
  font-size: 1.2em !important;
}
.content-img {
  margin: 40px auto;
  text-align: center;
}
.content-img img {
  margin: 0 auto;
}
.subtitle02 {
  font-size: 1.8em;
  padding: 0 0 20px;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.406;
  color: #7e2c2c;
  border-bottom: 1px solid #7e2c2c;
  font-family: "Yu Mincho", YuMincho, serif;
}
/* ボタン */
.ctaBox {
  margin: 30px 0;
  text-align: center;
}
.ctaBox a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  text-align: center;
  font-size: 1.3em;
  background-color: #7E2C2C;
  border: 1px solid transparent;
  line-height: 1.1em;
  color: #fff;
  border-radius: 10em;
  font-weight: bold;
  letter-spacing: 0.09em;
  width: 100%;
  max-width: 486px;
}
.ctaBox a:after {
  position: absolute;
  content: "";
  display: inline-block;
  background-size: 5px 9px;
  top: 0;
  bottom: 0;
  right: 5%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ctaBox a:hover {
  background-color: #fff;
  color: #7E2C2C;
  border-color: #7E2C2C;
  opacity: 1;
}
.ctaBox a:hover::after {
  border-color: #7E2C2C;
}
.checklist {
  margin: 20px auto;
  width: fit-content;
}
.checkPoint_title {
  text-align: center;
  padding-bottom: 0.8em;
  line-height: 1.5em;
  font-size: 1.75em;
  letter-spacing: 0.06em;
  font-weight: 500;
  font-family: "Yu Mincho", YuMincho, serif;
}
.checklist li {
  line-height: 1.8em;
  font-size: 1.15em;
  letter-spacing: 0.06em;
}
.checklist li + li {
  margin-top: 0.5em;
}
.checklist .check-icon {
  width: 1.5em;
  height: 1.5em;
  border: 4px solid #7b2b2b;
  position: relative;
  display: inline-block;
  vertical-align: text-top;
  margin-right: 1em;
}
.checklist .check-icon::before,
.checklist .check-icon::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0.8em;
  margin: auto;
  width: 12px;
  height: 24px;
  border-right: 3px solid #7b2b2b;
  border-bottom: 3px solid #7b2b2b;
  transform: rotate(45deg);
  -webkit-text-stroke: 2px #fff
}
.checklist .check-icon::before {
  border-color: white;
  border-width: 7px;
  bottom: 0.5em;
}
.productWrap {
  width: 60%;
  margin: 0 auto;
}
.productTitle {
  font-size: 1.6em;
  text-align: center;
  border-bottom: 1px solid #898585;
  border-top: 1px solid #898585;
  FONT-WEIGHT: 500;
  padding: 15px 0;
  letter-spacing: 0.09em;
  line-height: 1.3em;
}
.product_price {
  text-align: center;
  font-size: 1.2em;
  padding-bottom: 1.2em;
}
.item-block {
  text-align: center;
}
.description {
  font-size: 1.2em;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.section-title {
  font-size: 1.15em;
  line-height: 2.3em;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-top: 50px;
}
.icon01 {
  padding: 0.3em 0.7em;
  background-color: #7e2c2c;
  color: #ffffff;
}
.productTitle-wide {
  font-family: "Yu Mincho", YuMincho, serif;
  font-size: 2.1em;
  text-align: center;
  border-bottom: 1px solid #898585;
  border-top: 1px solid #898585;
  FONT-WEIGHT: 500;
  padding: 15px 0;
  letter-spacing: 0.09em;
  line-height: 1.3em;
}
.productArea-side {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 30px 0;
  border-top: none;
  border-bottom: 1px dotted #333;
  align-items: center;
}
.product_img img {
  margin: 0 auto;
  display: block;
  width: 280px;
  padding: 0 40px;
}
.item_r {
  width: 400px;
  display: block;
  margin: 0 auto;
  vertical-align: baseline;
  text-align: center;
}
.product_name {
  font-size: 1.23em;
  font-weight: bold;
  padding-top: 0.5em;
  letter-spacing: 0.02em;
}
.product_btn a {
  background: #7b2a2b;
  display: block;
  width: 100%;
  font-size: 1.13em;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  padding: 15px 0;
  border-radius: 35px;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
  position: relative;
  transition: opacity ease .3s;
  margin: 10px 0;
}
/*配合エッセンシャルオイルstart*/
.compoundedOil {
  padding: 30px 0;
  outline-offset: 8px;
  position: relative;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  width: 80%;
  margin: 0 auto;
}
.element_title {
  font-size: 1.4em;
  text-align: center;
  padding: 0.5em;
  letter-spacing: 0.07em;
  line-height: 1.3em;
  border-top: 1px solid #898585;
  border-bottom: 1px solid #898585;
  margin: 50px 0;
}
.oil_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: space-around;
}
.oil2_container {
  width: 20%;
  justify-content: space-around;
  flex-direction: column;
}
.oil_image img {
  margin: 0 auto;
  width: 85%;
}
.oil_text {
  padding: 20px 0px;
  margin: 0 auto;
  line-height: 1.2em;
}
.oil_name {
  font-size: 1em;
  padding-bottom: 15px;
  font-weight: 500;
  text-align: center;
  line-height: 1.3em;
}
.note {
  text-align: right;
}
/*配合エッセンシャルオイルend*/
/*ポップアップ動画start*/
.movie-button a {
  color: #fff;
  padding: 7px 50px 6px;
  text-decoration: none;
  background: #bfb3b3;
  font-weight: 500;
  position: relative;
  border-radius: 5px;
}
.product_mzimg {
  text-align: center;
  padding-top: 30px;
}
.product_mzimg img {
  width: 60%;
}
.product_mz_name {
  font-weight: 500;
  font-size: 1.05em;
}
.item_mz {
  margin: 0 auto;
  width: 50%;
  font-size: 1.1em;
  line-height: 2em;
  text-align: center;
}
/*ポップアップ動画end*/
.element {
  margin: 80px 50px;
  padding: 30px 0;
  border: solid 1px #999;
  outline: solid 1px #999;
  outline-offset: 8px;
}
.element_title02 {
  font-size: 1.7em;
  text-align: center;
  padding: 0.5em;
  letter-spacing: 0.07em;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "MS PMincho", 'Noto Serif JP', serif;
}
.el2_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: space-around;
  padding: 0 20px;
}
.el3_container {
  display: flex;
  width: 45%;
  padding: 30px 0 20px;
  justify-content: space-around;
}
.el2_image {
  width: 300px;
}
.el2_image img {
  width: 100%;
  border: solid 1px #fff;
}
.el2_text {
  padding: 0 15px;
  width: 65%;
}
.el2_name {
  font-size: 1.1em;
  padding-bottom: 15px;
  font-weight: 500;
}
.el2_detail, .el_detail {
  line-height: 1.6em;
}
.detailBox_point {
  background: #f6f6f6;
  padding: 20px 30px;
  margin-top: 15px;
}
.detailBox_point_titl {
  color: #7b2a2b;
  font-weight: bold;
}
.detailBox_point p {
  padding: 0 !important;
}
.amount {
  margin-top: 20px;
}
.amount th, .amount td {
  border: solid 1px #615152;
  padding: 7px 13px 5px;
  font-size: 0.965em;
  line-height: 1.5em;
}
.amount td {
  background: #fff;
}
.amount th {
  background-color: #998b8b;
  color: #fff;
  font-weight: bold;
}
.pickupBox {
  margin: 30px 0;
}
.pickupBox a {
  display: inline-block;
  border: 2px solid #cfcece;
  text-decoration: none;
  position: relative;
  padding: 20px 0 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  white-space: nowrap;
  text-align: center;
  font-size: 1.3em;
  background-color: #fff;
  line-height: 1.5em;
  color: #333;
  border-radius: 5px;
  font-weight: bold;
  letter-spacing: 0.09em;
}
.pickupBox a:after {
  position: absolute;
  content: "";
  display: inline-block;
  background-size: 5px 9px;
  top: 44%;
  right: 5%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* 目次 */
.indexBox_03 {
  margin-top: 45px;
  padding: 40px 50px;
  background-color: #FCF9F9;
}
.index03_ttl {
  margin: 0 0 25px;
  font-size: 20px;
  color: #7e2c2c;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.6em;
}
.index_03_list {
  width: 90%;
  max-width: 400px;
  margin: auto;
  counter-reset: listnum;
}
.index_03_list li {
  margin-top: 15px;
}
.index_03_list li a {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  line-height: 1.4;
  text-decoration: none;
  color: #000000;
  font-size: 1em;
}
.index_03_list li a::before {
    counter-increment: listnum;
    content: counter(listnum) ".";
    font-weight: 500;
}
.index_03_list li a:after {
  position: absolute;
  top: 0;
  bottom: 0.5em;
  right: 0;
  margin: auto;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #990000;
  border-bottom: 1px solid #990000;
  transform: rotate(45deg);
}

/* プロフィール */
.special_profile {
  position: relative;
  overflow: hidden;
  border: 1px solid #7e2c2c;
  margin: 60px 0;
  padding: 80px 70px 50px;
}
.special_profile_label {
  position: absolute;
  z-index: 5;
  top: 25px;
  left: 0;
  padding: 8px;
  width: 200px;
  background-color: #7e2c2c;
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
}
.special_profile_name {
  margin: 0 0 20px;
  font-size: 1.15em;
  font-weight: bold;
}
.special_profile_visual {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 258px;
}
/* 動画 */
.movie-content {
  text-align: center;
}
.movie-content iframe {
  width: auto;
  height: auto;
  aspect-ratio: 1 / 0.563;
}
/* ステップcontents */
.step-content {
    counter-reset: listnum;
    margin-top: 3em;
    margin-bottom: 3em;
}
.step-content .step-item {
    position: relative;
    padding-left: 5em;
    list-style: none;
}
.step-content .step-item + .step-item { margin-top: 100px; }
.step-content .step-item::before {
    counter-increment: listnum;
    content: "Step" counter(listnum);
    font-family: "Yu Mincho", YuMincho, serif;
    color: #7e2c2c;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    top: 0;
    left: -3.5em;
}
.step-content .step-item::after {
    content: "";
    background-color: #7e2c2c;
    width: 2px;
    position: absolute;
    top: 50px;
    bottom: 0;
    left: 1.6em;
}
.step-content .step-point { margin-top: 1em; }
.step-content .step-point .step-point-item + .step-point-item {
  margin-top: 1em;
}
.step-content .step-point .step-point-item.point {
    position: relative;
    padding-top: 2em;
}
.step-content .step-point .step-point-item.point::before {
    content: "Point";
    position: absolute;
    top: 0;
    left: -3.3em;
    background-color: #792B2A;
    color: white;
    padding: 3px 20px;
    font-family: "Yu Mincho", YuMincho, serif;
}
.step-content .step-point .content-img { margin: 0; }

/* フッター：お役立ちコラム */
.related-columns{
  padding-top: clamp(3.125rem, 1.25rem + 8vw, 6.25rem);
  border-top: 1px solid #f3f3f3;
}
.related-columns__tilte{
  padding-top: 26.67vw;
  position: relative;
}
.related-columns__tilte::before{
  content: '';
  width: clamp(5.813rem, 2.363rem + 14.72vw, 11.563rem);
  height: clamp(4.875rem, 1.95rem + 12.48vw, 9.75rem);
  display: block;
  background-image: url(/img/usr/freepage/seasoncare-items/202506/icon_column.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.related-columns__title__main-text{
  margin: 0;
  padding: 0;
  font-size: clamp(1.125rem, 0.9rem + 0.96vw, 1.5rem);
  font-weight: bold;
  letter-spacing: 0.12em;
  text-align: center;
}
.related-columns__title__title-sub-text{
  margin-top: clamp(0.875rem, 0.8rem + 0.32vw, 1rem);
  font-size: clamp(0.875rem, 0.65rem + 0.96vw, 1.25rem);
  text-align: center;
}
.related-columns__content{
  margin-top: clamp(2.125rem, 1.225rem + 3.84vw, 3.625rem);
}
.related-columns__content__lists{
  display: flex;
  flex-direction: column;
  gap: clamp(0.875rem, 0.65rem + 0.96vw, 1.25rem);
  counter-reset: number 0;
}
.related-columns__content__item{
  width: 100%;
  counter-increment: number;
}
.related-columns__content__link{
  width: 100%;
  padding: 1.82em 3.57em ;
  display: block;
  font-size: clamp(0.875rem, 0.65rem + 0.96vw, 1.25rem);
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #707070;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.related-columns__content__link:before{
  content: counter(number);
  width: calc(86 / 710 * 100%);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: clamp(1.5rem, 0.975rem + 2.24vw, 2.375rem);
  background-color: var(--color-primary);
  position: absolute;
  top:0;
  left: 0;
}
.related-columns__content__link::after{
  content: '';
  width: 0.57em;
  height: 1em;
  display: block;
  background-image: url(/img/usr/freepage/seasoncare-items/202506/icon_arrow01_black.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 1.21em;
  transform: translateY(-50%);
}

@media screen and (min-width:769px){
  .content-inner{
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
  }
  .related-columns__tilte{
    padding: 0 0 0 33%;
  }
  .related-columns__tilte::before{
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
  }
  .related-columns__title__main-text{
    text-align: left;
    border-bottom: none;
  }
  .related-columns__title__title-sub-text{
    text-align: left;
  }
  .product-introduction-content__how-to{
    padding: 1.33em 2.22em;
  }
  .related-columns__content__link{
    padding: 1.4em 6em 1.15em;
  }
  .related-columns__content__link:before{
    width: 8%;
    max-width: 80px;
  }
  .related-columns__content__link:hover{
    opacity: 0.8;
    transition: 0.3s opacity ease;
  }
  .pane-footer{
    margin-top: 140px;
  }
  .contentBlock .text-center {
    text-align: center;
    font-size: 1.5em;
  }
  .sp-visible {
    display: none;
  }
  .step-content .step-item img { max-width: 560px; }
}
@media only screen and (max-width: 768px) {
  .content-inner{
    width: 100%;
    padding: 0 10px;
  }
  h1 {
    width: auto;
    padding: 0;
    margin-bottom: 0;
    text-align: center;
    border-bottom: none;
  }
  #contentHeadBlock {
    padding-top: 30px;
  }
  #contentWrap {
    font-size: 0.9em;
    padding: 0 20px;


    width: auto;
  }
  #sideNav {
    display: none;
  }
  .main-img {
    padding-top: 15px;
  }
  .title {
    font-size: 23px;
    line-height: 1.4em;
    text-align: justify;
  }
  .subhead {
    font-size: 1.45em;
    line-height: 1.5em;
    letter-spacing: 0.07em;
    margin-top: 30px;
    border-width: 5px;
    padding-left: 0.5em;
  }
  #leadBlock p, .contentBlock p, .contentText p {
    line-height: 1.8em;
    font-size: 1.25em;
    letter-spacing: 0.02em;
  }
  .subtitle02 {
    font-size: 1.48em;
    letter-spacing: 0.09em;
    font-feature-settings: "palt";
    padding: 0 0 10px;
  }
  .content-img {
    width: 100%;
    margin: 10px auto 0;
  }
  .ctaBox a {
    font-size: 1.1em;
  }
  .ctaBox a:after {
    width: 8px;
    height: 8px;
  }
  .checklist li {
    font-size: 1.05em;
  }
  .productWrap, .compoundedOil {
    width: auto;
  }
  .productTitle {
    font-size: 1.5em;
    letter-spacing: 0.06em;
  }
  .section-title {
    font-size: 1.36em;
  }
  .detailBox_wrap {
    flex-direction: column;
    padding: 40px 0 40px 0;
  }
  .detailBox_text {
    width: auto;
  }
  .detailBox_img img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  .productTitle-wide {
    font-size: 1.65em;
  }
  .productArea-side {
    flex-direction: column;
  }
  .product_img img, .item_r {
    width: 100%;
    padding: 30px 0;
  }
  .product_mzimg img {
    width: auto;
  }
  .product_btn a {
    margin: 20px 0;
    border-radius: 55px;
    font-size: 1.25em;
    width: 100%;
  }
  .oil2_container {
    width: 30%;
  }
  .oil_text {
    padding: 20px 0px;
  }
  .item_mz {
    width: auto;
  }
  /*ポップアップ動画start*/
  .modaal-video-wrap {
    margin: auto 0;
  }
  /*ポップアップ動画end*/
  .step {
    padding: 6px 10px;
  }
  .element {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    margin: 80px 0 50px;
  }
  .element_title02 {
    font-size: 1.45em;
  }
  .el2_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: space-around;
    padding: 0 20px;
  }
  .el3_container {
    flex-direction: column;
    align-items: center;
  }
  .el2_image, .el2_text {
    width: auto;
  }
  .el2_text {
    padding: 0 5px;
  }
  .el2_name {
    text-align: center;
    padding: 15px 0;
    font-size: 1.08em;
  }
  .el2_detail, .el_detail {
    line-height: 1.5em;
    font-size: 1em;
  }
  .detailBox_point {
    margin-top: 20px;
    padding: 10px 15px;
  }
  .detailBox_point_titl {
    font-size: 1.2em !important;
  }
  .amount th, .amount td {
    border: solid 1px #615152;
    padding: 5px 7px;
    font-size: 1.25em;
    line-height: 1.45em;
  }
  .pickupBox a {
    font-size: 1.23em;
    padding: 13px;
    border: 1px solid #a19d9d;
  }
  .pickupBox a:after {
    width: 8px;
    height: 8px;
  }
  /* プロフィール */
  .special_profile {
    border-width: 1px;
    margin: 30px 0 40px;
    padding: 40px 15px 20px;
  }
  .special_profile_label {
    top: 0;
    left: 0;
    padding: 5px;
    width: 50%;
    font-size: 1.3em;
  }
  .special_profile_name {
    font-size: 1.5em;
  }
  .special_profile_name small {
    margin: 0 0 5px;
    display: block;
    font-size: 0.7em;
  }
  .special_profile_visual {
    margin-left: 15px;
    width: 50%;
    float: right;
    position: static;
    height: auto;
  }
  .special_paragraph {
    font-size: 1.15em;
    line-height: 1.65em;
  }
  .special_show_pc {
    display: none;
  }
  .commentator02 {
    display: block;
  }
  .profile_icon {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .profile_icon img {
    margin-right: 30px;
    width: 166px;
  }
  .profile_name_sp {
    margin: 0 0 15px;
    display: block;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 1.5;
  }
  .profile_name_sp small {
    margin: 0 0 15px;
    display: block;
    font-size: 0.8em;
  }
  .comment_detail {
    margin: 40px 0 0;
    padding: 20px;
    border-radius: 8px;
    border-width: 2px;
  }
  .profile_name_pc {
    display: none;
  }
  .comment_text {
    margin-top: 0;
    line-height: 1.714;
    font-size: 0.65em;
  }
  .comment_text:after {
    top: -19px;
    left: calc(50% - 13px);
    width: 18px;
    height: 20px;
    background-image: url(/img/pages/ad_article/smelly_scalp_cure/bg02_sp.png);
  }
  /* 目次 */
  .indexBox_03 {
    padding: 15px 25px;
  }
  .index_03_list {
    width: auto;
    max-width: none;
  }
  .index_03_list li a {
    display: block;
  }
  /* おすすめ */
  .checklist .check-icon {
    border-width: 2px;
  }
  .checklist .check-icon::before,
  .checklist .check-icon::after {
    width: 10px;
    height: 16px;
    border-width: 2px;
    left: 6px;
    bottom: 0.6em;
  }
  .checklist .check-icon::before {
    border-width: 6px;
    bottom: 0.3em;
  }
  /* STEP */
  .step-content .step-item::before {
    font-size: 18px;
    left: -1em;
  }
  .step-content .step-item::after {
    top: 32px;
    left: 0;
  }
  .step-content .step-item {
    padding-left: 1.5em;
  }
  .step-content .step-point .step-point-item.point::before {
    left: -1.5em;
  }
  .contentBlock .text-center {
    text-align: center;
  }
  .pc-visible {
    display: none;
  }
}