@charset "UTF-8";
.box-carebrush {
  margin: 0px auto 100px;
  padding: 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;
  line-height: 1.5em ;
  margin: 0 0 30px;
}
.font27 {
    font-size: 27px;
    line-height: 1.5;
}
.font26 {
    font-size: 27px;
    line-height: 1.5;
}
.margin-top-1 {margin-top: -30px !important; }
.margin-top-2 {margin-top: 0px !important; }

.ml_01 {margin-left: 20px;}
.item-detail-data__hdg {
	margin-bottom: 15px;
}
.otherPageBox .clm4 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.otherPageBox .clm4 > * {
	width: calc(25% - 20px);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 40px;
}
.otherPageBox .clm4 .item_image {
	display: flex;
	align-items: center;
}
.otherPageBox .clm4 .item_text {
	padding-top: 12px;
	text-align: left;
}
.otherPageBox .clm4 h3 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", HiraMinPro-W3, "HG明朝B", "ＭＳ 明朝", "MS Mincho", serif !important;
	font-weight: bold;
	font-size: 22px;
	/*
	padding-bottom: 7px;
	border-bottom: 1px solid #333;
	*/
}

@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;
	}
	.font27 {
		font-size: 22px !important;
	}
	.font26 {
		font-size: 19px !important;
	}
	.margin-top-1 {margin-top: -30px !important; }
	.margin-top-2 {margin-top: 0px !important; }
    
	.otherPageBox .clm4 > * {
		width: calc(50% - 10px);
		max-width: none;
		margin-top: 50px;
	}
}

@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;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {	
.margin-top-1 {margin-top: -90px !important; }
.margin-top-2 {margin-top: 0px !important; }
.ml_01 {margin-left: 0px;}
}
@media screen and (min-width: 1280px) and (max-width: 1365px) {
.margin-top-1 {margin-top: 0px !important; }
.margin-top-2 {margin-top: 50px !important; } 
.ml_01 {margin-left: 20px;}
}

/* スマホ用<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; }
}