@charset "UTF-8";
.otherPageTtl1 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", HiraMinPro-W3, "HG明朝B", "ＭＳ 明朝", "MS Mincho", serif !important;
  font-weight: bold;
  font-size: 28px;
  margin: 0 0 30px;
}

.txt-gray { color:#e3e2e2; }	

.box-note-text {
  margin: 0px auto;
  padding: 20px;
  max-width: 960px;
  text-align: left;	
  border: solid 3px #ededed;
}

.box-note-text .title {
  font-size: 16px;
  font-weight: 500;
  padding: 5px 10px;
  background-color: #e3e2e2;	
}

@media screen and (max-width: 767px) {
.otherPageTtl1 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", HiraMinPro-W3, "HG明朝B", "ＭＳ 明朝", "MS Mincho", serif!important;
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 20px;
 }
}

.box-carebrush-02 {
  margin: 0 auto;
  padding: 40px 25px 0;
  max-width: 960px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.box-carebrush-02 h1 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", HiraMinPro-W3, "HG明朝B", "ＭＳ 明朝", "MS Mincho", serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 7px;
  border-bottom: 1px solid #333;
}

.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;
}

.box-carebrush-02_content_image {
  margin-top: 15px;
}

@media all and (min-width: 767px), print {
  .box-carebrush-02 {
    padding: 40px 0 0;
  }
  .box-carebrush-02 h1 {
    font-size: 24px;
  }
  .box-carebrush-02_content {
    margin-top: 22px;
    overflow: hidden;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }
  .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;
  }
.box-note-text {
  margin: 20px;
  }
}

/* 見出し:c-head2 */
@media all and (min-width: 767px) {
.c-head2 {
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 28px;
  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.2em;
  border-bottom: 1px solid #000;
}
.c-head2 span {
  margin-top: 30px;
  display: inline-block;
  font-size: 90%;
  }
}
@media screen and (min-width: 767px) and (max-width: 1280px) {
.otherPageTtl1 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", HiraMinPro-W3, "HG明朝B", "ＭＳ 明朝", "MS Mincho", serif!important;
    font-weight: bold;
    font-size: 26px;
    margin: 0 0 20px;
 }
.c-head2 {
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 26px;
  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.2em;
  border-bottom: 1px solid #000;
}
.c-head2 span {
  margin-top: 30px;
  display: inline-block;
  font-size: 90%;
  }
}
@media (max-width: 766px){
.c-head2 {
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 22px;
  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.2em;
  border-bottom: 1px solid #000;
}
.c-head2 span {
  margin-top: 30px;
  display: inline-block;
  font-size: 90%;
  }
}

/* ReFa CP2000 */
.cp2000{
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  padding: 1rem 1rem 2rem; 
}
.cp2000__badge{
  position: absolute;
  right: clamp(8px, 2vw, 24px);
  bottom: clamp(8px, 2vw, 24px);
  width: clamp(90px, 18vw, 100px); 
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: contain; 
  pointer-events: none;
}
@media (max-width: 766px){
  .cp2000{
    padding-bottom: 2rem;
  }
  .cp2000__badge{
    position: static;
    display: block;
    margin: 0rem auto 0;
    width: 140px;
  }
}
/* 摂取上の注意 */
.attention {
  padding: 30px;
  background-color: #f5f5f5;
}
.attention h2 {
  margin-bottom: 20px;
  font-size: 5.2vw;
  text-align: center;
}
.attention h3 {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  padding-bottom: 7px;
  border-bottom: 1px solid #333;
}
.attention li {
  font-size: 3vw;
  line-height: 2;
}
.attention li::before {
  content: "●";
  margin-right: 4px;
}
@media all and (min-width: 767px) {
  .attention {
    padding: 40px 120px;
  }
  .attention h2 {
    font-size: 28px;
  }
  .attention h3 {
    font-size: 20px;
  }
  .attention li {
    font-size: 14px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1280px) {
  .attention {
    padding: 3vw;
  }
}

/* スマホ用<br> */
@media screen and (max-width:414px) {
	.br-sp { display: block; }
	.br-tb { display: none; }
	.br-pc { display: none; }
}
/* tablet用<br> */
@media only screen and (min-width:415px) and (max-width:834px) {
	.br-sp { display: none; }
	.br-tb { display: block; }
	.br-pc { display: none; }
}
/* pc用<br> */
@media screen and (min-width:835px) {
	.br-sp { display: none; }
	.br-tb { display: none; }
	.br-pc { display: block; }
}