.box-carebrush {
  margin: 0px auto 100px;
  padding: 70px 0 0;
  max-width: 1100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box-carebrush h2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", HiraMinPro-W3, "HG明朝B", "ＭＳ 明朝", "MS Mincho", serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 7px;
  border-bottom: 1px solid #333;
}
.box-carebrush h2 span {
  display: block;
  text-align: center;
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  padding-bottom: 10px;
  color: #3e3a39;
}
.box-carebrush-center, .box-carebrush-right {
  margin-top: 70px;
  padding: 0px;
}
.box-carebrush_content {
  width: 100%;
  margin: 0;	
  padding-top: 15px;
}
.box-carebrush_content p {
  width: 100%;
  font-size: 14px;	
}
.box-carebrush_content ul {
  width: 100%;
}
.box-carebrush_content_li-left {
  width: 45%;
  font-size: 14px;
  float: left;
  clear: both;
}
.box-carebrush_content_li-right {
  width: 45%;
  font-size: 14px;
  float: right;
}
.box-carebrush_content_image {
  width: 100%;
  margin-top: 15px;
  text-align: center;
}
.box-carebrush_content_image img {
  width: 100%;
  text-align: center;
}
.otherPageTtl1 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", HiraMinPro-W3, "HG明朝B", "ＭＳ 明朝", "MS Mincho", serif !important;
  font-weight: bold;
  font-size: 28px;
  margin: 0 0 30px;
}

@media all and (max-width: 766px) {
  .box-carebrush h2,
  .box-carebrush p {
    height: auto !important;
  }
  .box-carebrush-left, .box-carebrush-center, .box-carebrush-right {
    width: 90%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	margin: 0px 20px 40px 20px;
  }
.box-carebrush_content_li-left {
  width: 45%;
  font-size: 13px;
  line-height: 140%;
  text-align: center;
  margin-bottom: 30px;	
  float: left;
  clear: both;
}
.box-carebrush_content_li-right {
  width: 45%;
  font-size: 13px;
  line-height: 140%;
  text-align: center;
  margin-bottom: 30px;
  float: right;
}
}

@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;
}
}

@media all and (min-width: 767px), print {
  .box-carebrush {
    padding: 80px 0 0;
    overflow: hidden;
  }
  .box-carebrush h2 {
    font-size: 20px;
  }
  .box-carebrush-left, .box-carebrush-center, .box-carebrush-right {
    width: 31.97917%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .box-carebrush-left {
    float: left;
  }
  .box-carebrush-center {
    margin-top: 0;
    margin-left: 2.08333%;
    margin-right: 1.97917%;
    float: left;
  }
  .box-carebrush-right {
    margin-top: 0;
    float: right;
  }
  .box-carebrush_content {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.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: 28px;
  }
  .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;
  }
}