@charset "UTF-8";

:root {
  --font-family-jp: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", HiraMinPro-W3, "HG明朝B", "ＭＳ 明朝", "MS Mincho", serif;
  --font-family: "Noto Sans Japanese", sans-serif;
}

/*--------------------------
 common
----------------------------*/
.c-head {
  font-size: calc(40 / 750 * 100vw);
  font-weight: 600;
  margin-top: calc(20 / 750 * 100vw);
  text-align: center;
  line-height: 1.6;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", HiraMinPro-W3, "HG明朝B", "ＭＳ 明朝", "MS Mincho", serif !important;
}
@media all and (min-width: 767px) {
  .c-head {
    margin-top: 10px;
    font-size: 28px;
  }
}
.c-head img {
  margin-left: auto;
  margin-right: auto;
}
.c-head2 {
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: calc(43 / 750 * 100vw);
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", HiraMinPro-W3, "HG明朝B", "ＭＳ 明朝", "MS Mincho", serif !important;
  line-height: 1.2;
  border-bottom: 1px solid #000;
}
.c-head2 span {
  margin-top: 30px;
  display: inline-block;
  font-size: 90%;
}
@media all and (min-width: 767px) {
  .c-head2 {
    font-size: 28px;
  }
}
.c-head3 {
  font-size: 18px !important;
  font-weight: 600 !important;
  text-align: center;
  padding-bottom: 7px;
  border-bottom: 1px solid #333;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", HiraMinPro-W3, "HG明朝B", "ＭＳ 明朝", "MS Mincho", serif !important;
}
@media all and (min-width: 767px) {
  .c-head3 {
    font-size: 22px !important;
  }
}

/*--------------------------
 item-detail-head
----------------------------*/
.item-detail-head {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 1.3;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", HiraMinPro-W3, "HG明朝B", "ＭＳ 明朝", "MS Mincho", serif !important;
  font-size: 5.2vw;
  font-weight: 600;
}
.item-detail-head span {
  display: block;
  width: 100%;
  text-align: center;
}
.item-detail-head .center {
  position: relative;
  margin: 1vw 0;
  width: 10vw;
  height: 10vw;
}
.item-detail-head .center::after,
.item-detail-head .center::before {
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.item-detail-head .center::after {
  rotate: 45deg;
}
.item-detail-head .center::before {
  rotate: -45deg;
}
.item-detail-top .text-note {
  line-height: 1.5;
}
@media all and (max-width: 766px) {
  .item-detail-head span {
    line-height: 2;
  }
}
@media all and (min-width: 767px) {
  .item-detail-head {
    flex-wrap: nowrap;
    font-size: 28px;
  }
  .item-detail-head .center {
    width: 60px;
    height: 60px;
    margin: 1rem;
  }
  .item-detail-head span {
    width: auto;
  }
}
@media all and (min-width: 1280px) {
  .item-detail-head {
    font-size: 34px;
  }
}
/*--------------------------
 box-note
----------------------------*/
.box-note {
  border: 2px solid #e3e2e2;
  padding: calc(40 / 750 * 100vw);
  margin: auto;
  font-size: 14px;
  text-align: left;
  box-sizing: border-box;
}
.box-note__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.box-note__head span.head {
  padding: 4px 18px;
  height: max-content;
  background-color: #e3e2e2;
  font-weight: bold;
}
@media all and (min-width: 767px) {
  .box-note {
    max-width: 800px;
    padding: 20px 40px;
  }
  .box-note__head {
    margin-bottom: 10px;
    gap: 10px;
  }
  .box-note__head span.head {
    padding: 6px 15px;
    font-size: 16px;
  }
}
/*--------------------------
 box-carebrush-02
----------------------------*/
.box-carebrush-02 {
  margin: 0 auto;
  padding-top: 40px;
  max-width: 960px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.box-carebrush-02_content {
  margin-top: 22px;
  overflow: hidden;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}

.box-carebrush-02_content_text span {
  padding-left: 1.5em;
  text-indent: -1.5em;
  display: block;
}
@media screen and (min-width: 767px) and (max-width: 1280px) {
  .box-carebrush-02_content_text br {
    display: none !important;
  }
}

.box-carebrush-02_content_image {
  margin-top: 15px;
}
@media all and (max-width: 766px) {
  .box-carebrush-02_content_image {
    max-width: 90%;
    margin: 30px auto 0;
  }

}

@media all and (min-width: 767px), print {
  .box-carebrush-02 {
    padding: 40px 0 0;
  }
  .box-carebrush-02 h1 {
    font-size: 28px;
  }
  .box-carebrush-02_content {
    margin-top: 22px;
    overflow: hidden;
    max-width: none;
  }
  .box-carebrush-02_content_text {
    float: left;
    width: 55%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px;
  }
  .box-carebrush-02_content_image {
    margin-top: 0;
    float: right;
    width: 45%;
    text-align: right;
  }
}
/*--------------------------
 attention
----------------------------*/
.attention {
  padding: 8vw 4vw;
  background-color: #f5f5f5;
}
.attention h2 {
  margin-bottom: 20px;
  font-size: 5.2vw;
  text-align: center;
}
.attention li {
  /* font-size: 3.2vw; */
  font-size: 12px;
  line-height: 1.64;
}
.attention li::before {
  content: "●";
  margin-right: 4px;
}
@media all and (min-width: 767px) {
  .attention {
    padding: 30px 70px;
  }
  .attention h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .attention li {
    font-size: 14px;
    line-height: 2;
    text-indent: -1em;
    padding-left: 1em;
    letter-spacing: -0.015em;
  }
}
@media screen and (min-width: 767px) and (max-width: 1280px) {
  .attention {
    padding: 3vw;
  }
}

/*--------------------------
 other
----------------------------*/
@media (min-width: 767px) {
  .otherPageBoxOtl2.column-module-5_6 .areaR .imgArea {
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 766px) {
  .item-detail-title {
    border-bottom: none;
  }
  .otherPageBoxOtl2.column-module-5_6 .imgArea {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
  }
  .otherPageBoxOtl2.column-module-5_6 .areaR .imgArea img {
    margin-top: 0;
  }
}