@charset "UTF-8";
body{
	counter-reset: number 0;
}
.prArticle * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
div.news_container .releaseDetail_box .pr-article p {
	padding-bottom: 0;
}
.pr-article {
	width: 700px;
	margin: 0 auto;
}
.pr-article img {
	max-width: 100%;
}
div.news_container .releaseDetail_box .pr-article ul li {
	margin: 0;
}
.titleBlock {
	text-align: center;
	font-weight: bold;
	margin: 0 auto 40px;
	line-height: 1.3;
}
.titleBlock__title-a {
	font-size: 16px;
	margin-top: 5px;
}
.titleBlock__title-b {
	font-size: 18px;
	margin-top: 5px;
}
.titleBlock__title-c {
	font-size: 22px;
	line-height: 1.6;
	margin-top: 5px;
}
.sup-txt{
	font-size: 70%;
	vertical-align: super;
}
.paragraph {
	text-indent: 1em;
	margin-top: 20px;
}
.paragraph + .paragraph{
	margin-top: 10px;
}
.paragraph--note{
	font-size: 10px;
	margin-top: 20px;
	text-indent: -2.6em;
	padding-left: 2.6em;
}
.paragraph--note + .paragraph--note{
	margin-top: 5px;
}
.paragraph--note::before{
	counter-increment: number 1;
	content: "※"counter(number);
	margin-right: 1em;
}
.mainImg{
	margin-top: 20px;
}

.feature_txtblc{
	border: 2px solid #666;
	padding: 10px;
	margin-left: 15px;
	position: relative;
	width: 50%;
}
.feature_txtblc::before{
	content: "";
  position: absolute;
	left: -25px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 25px 15px 0;
	border-color: transparent #666 transparent transparent;
}
.feature_txtblc::after{
	content: "";
  position: absolute;
	left: -22px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 22px 13px 0;
	border-color: transparent #fff transparent transparent;
}
.feature-ttl{
	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;
}
.feature-detail{
	margin-top: 5px;
}
.feature-point + .feature-point{
	margin-top: 20px;
}

.flexwrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.flexwrap + .flexwrap{
	margin-top: 20px;
}
.flex--block__clm2{
	width: 50%;
	height: auto;
	margin-right: 20px;
	-ms-flex-item-align: start;
	align-self: flex-start;
	display: block;
}
.flex--block
.flex--block img{
	width: 100%;
	height: auto;
}

.itemBlock{
	margin: 0 auto;
}

.itemBlock li{
	width: calc(100%/3 - 20px);
	margin-right: 20px;
}

.itemDetail{
	text-align: center;
}

.itemBlock .flexwrap{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.paragraph--noindent {
	text-indent: 0;
}
.paragraph--underline {
	text-decoration: underline;
}
.paragraph--small {
	font-size: 10px;
}
.paragraph--strong {
	font-size: 1.2em;
}
.paragraph--caution {
	color: red;
	padding: 0 0 0 1em;
}
.paragraph--subHeading {
	font-weight: bold;
	font-size: 13px;
}

.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px;
}
.mr10 {
  margin-right: 10px;
}

.url-decoration {
  text-decoration: underline;
}
.full-screan-img {
  max-width: 700px;
  width: 100%;
  height: auto;
}
.full-screan-img img {
  display: block;
  margin: 0 auto;
}

.middle-screan-img {
  max-width: 500px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.middle-screan-img img {
  display: block;
  margin: 0 auto;
}

.txt-bold {
  font-weight: 800;
}
.txt-center {
  text-align: center;
}
.txt-sm {
  font-size: 10px;
}
.txt-smm {
  font-size: 9px;
}
.txt-l {
  font-size: 15px;
}

.itemization-wrap dt {
  width: 70px;
  position: relative;
  float: left;
}
.itemization-wrap.wide dt {
  width: 130px;
}
.itemization-wrap.wide dd {
  padding-left: 20px;
}

.itemization-wrap dd + dd {
  margin-left: 70px;
}

.itemization-wrap.square dt::before {
  content: '■';
}
.itemization-wrap dt::after {
  content: ':';
  position: absolute;
  right: 0;
}

.sub-ttl {
  font-weight: bold;
  font-size: 13px;
}
.sub-ttl::before {
  content: '■';
}
.attention-txt.indent-txt{
  margin-left: 80px;
  text-indent: -10px;
}
.attention-txt::before{
  content: '※';
}

.dot-list li{
  padding-left: 10px;
  text-indent: -10px;
}
.dot-list li::before {
  content: '・';
}


.container-flex-wrap {
  display: flex;
  align-items: flex-start;
}
.container-flex-wrap.wrap-back {
  flex-wrap: wrap;
}
.container-flex-wrap .col15{
  width: calc((100% - 25px) / 6);
  margin-right: 5px;
}
.container-flex-wrap .col15:last-of-type {
  margin-right: 0;
}

.container-flex-wrap .mini-img {
  max-width: 140px;
  height: 120px;
}

.container-flex-wrap .mini-img img {
  width: 100%;
  height: 120px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.container-flex-wrap .col50 {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
}
.container-flex-wrap .col50:last-of-type {
  margin-right: 0;
}
.container-flex-wrap .col80 {
  width: 78%;
  margin-right: 2%;
}
.container-flex-wrap .col20 {
  width: 20%;
}
.container-flex-wrap .col70 {
  width: 68%;
  margin-right: 2%;
}
.container-flex-wrap .col30 {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
}
.container-flex-wrap .col30:last-of-type{
  margin-right: 0;
}
.container-img-wrap .harf-img{
  max-width: 350px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.harf-img.sm{
  max-width: 150px;
  margin: 0 auto;
}

.human-img {
  max-width: 150px;
  width: 100%;
  height: auto;
}

.human-img img {
  display: block;
}


.gray-area {
  background-color:rgb(217, 217, 217);
  padding: 10px;
}

.product-radius-wrap {
  background-color:rgb(242, 242, 242);
  padding: 20px 30px;
  border-radius: 30px;
  text-align: center;
}
.product-radius-wrap .mini-img {
  width: 200px;
  height: auto;
  margin: 0 auto;
  margin-top: 10px;
}

.col30-product-wrap {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
}
.col30-product-wrap:last-of-type {
  margin-right: 0;
}
.col30-product-wrap .col30-product-img {
  width: 100%;
  height: auto;
}
.col30-product-wrap .col30-product-txt {
  font-size: 9px;
  line-height: 1.1;
}

.col20-product-wrap {
  width: calc((100% - 40px) / 5);
  margin-right: 10px;
}
.col20-product-wrap:last-of-type {
  margin-right: 0;
}

/***************************************
  dl-block
****************************************/
.dl-block {
	margin-top: 50px;
}
.dl-block__dt {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 5px;
	border-bottom: 1px solid #000;
}
.dl-block__dt--noborder {
	border: none;
}
.dl-block__dd {
	position: relative;
}
.dl-block__dd--col2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.dl-block__dd + .dl-block__dd{
	margin-top: 40px;
}
.right-block,
.left-block {
	display: inline-block;
	max-width: 450px;
	min-width: 250px;
}
.left-block{
	margin-right: 20px;
}
.right-block img,
.left-block img{
	display: block;
	width: 250px;
	float: none;
	vertical-align: top;
}
.right-block img{
	text-align: right;
}
.left-block img{
	text-align: left;
}
.right-block img + img {
	margin-top: 1em;
}
/***************************************
 contentCorporate
****************************************/
.contentCorporate {
	margin: 35px auto 30px;
}
.contentCorporate__name {
	font-size: 14px;
	font-weight: bold;
}
.contentCorporate__text1 {
	margin: 0 0 20px;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}

/***************************************
 table
****************************************/
#mainContent-right .releaseDetail_box .pr-article .table {
	text-align: left;
	margin: 0;
	border: none;
}
#mainContent-right .releaseDetail_box .pr-article .table--inner {
	margin: -1.7em 0 0 1em;
}
#mainContent-right .releaseDetail_box .pr-article .table__caption {
	text-align: left;
	font-size: 15px;
	font-weight: bold;
}
#mainContent-right .releaseDetail_box .pr-article .table__th {
	width: 8em;
	padding-left: 0;
	font-weight: normal;
	border: none;
	text-align: left;
}
#mainContent-right .releaseDetail_box .pr-article .table__th--wide {
	width: 16em;
}
#mainContent-right .releaseDetail_box .pr-article .table--inner .table__th {
	 width: 5em;
}
#mainContent-right .releaseDetail_box .pr-article .table__td {
	text-indent: -1em;
	padding: 0 0 0 1em;
	border: none;
}
#mainContent-right .releaseDetail_box .pr-article .table__td:before {
	content: "：";
}
#mainContent-right .releaseDetail_box .pr-article .table--inner .table__td {
	text-indent: 0;
	padding: 0;
}
#mainContent-right .releaseDetail_box .pr-article .table--inner .table__td:before {
	display: none;
}

.is-sp{
	display: none;
}





/************* SPのみ *******************/
@media (max-width: 739px) {
  div img {
    margin: 0 auto;
  }

	.pr-article {
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
	}
	.pr-article a {
		word-break: break-all;
	}
	.pr-article img {
		zoom: 1 !important;
		display: block;
	}
	.mainImg{
		margin-top: 10px;
	}
	.flexwrap{
		flex-direction: column;
	}
	.flexwrap + .flexwrap{
		margin-top: 40px;
	}
	.flex--block__clm2{
		width: auto;
		max-width: 100%;
		height: auto;
		flex: auto;
		margin-right: 0;
	}
	.feature_txtblc{
		border: 2px solid #666;
		padding: 10px;
		margin-left: 0;
		margin-top: 35px;
		position: relative;
		width: 100%;
	}
	.feature_txtblc::before{
		left: 50%;
		top: -25px;
		transform: translate(-50%,0);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 15px 25px 15px;
		border-color: transparent transparent #666 transparent;
	}
	.feature_txtblc::after{
		content: "";
	  position: absolute;
		top: -22px;
		left: 50%;
		transform: translate(-50%,0);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 13px 22px 13px;
		border-color: transparent transparent #fff transparent;
	}
	.flex--block__clm2 + .flex--block__clm2{
		margin-top: 30px;
	}
	.itemBlock + .itemBlock{
		margin-top: 30px;
	}
	.itemBlock li{
		width: 100%;
		margin-right: 0;
	}
	img.itemImage{
		max-width: 320px;
		margin: 0 auto;
	}
	img.pointImage{
		max-width: 205px;
		margin: 0 auto;
  }
  .txt-smm {
    font-size: 11px;
  }
  .attention-txt.indent-txt{
    margin-left: 30px;
  }

  .container-flex-wrap .col80 {
    width: 100%;

  }
  .container-flex-wrap .col20 {
    width: 100%;
  }

  .container-flex-wrap .col70 {
    width: 100%
  }
  .container-flex-wrap .col30 {
    margin-top: 20px;
    margin-right: 0;
    width: 100%;
  }

  .container-flex-wrap .col50 {
    width: 100%;
    margin-right: 0;
  }
  .container-flex-wrap .col50:last-of-type {
    width: 100%;
    margin-top: 20px;
  }
  .itemization-wrap dt {
    float: none;
    width: 70px;
    margin-top: 10px;
  }
  .itemization-wrap.wide dt {
    display: inline-block;
    padding-right: 10px;
    width: auto;
  }
  .itemization-wrap dt:first-of-type {
    margin-top: 0;
  }
  .itemization-wrap dd {
    margin-left: 20px;
  }
  .itemization-wrap dd + dd {
    margin-left: 20px;
  }

  .container-flex-wrap {
    flex-direction: column;
  }
  .container-flex-wrap.wrap {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
  }
  .container-flex-wrap .col50 {
    width: 100%;
  }
  .container-img-wrap {
    margin-top: 20px;
  }
  .itemization-wrap.wide dd {
    padding-left: 0;
  }

  .col30-product-wrap {
    flex-basis: 300px;
    margin: 0 auto;
    margin-top: 40px;
  }
  .col30-product-wrap:first-of-type {
    margin-top: 0;
  }
  .col30-product-wrap:last-of-type {
    margin-top: 30px !important;
    margin-left: 30px;
    margin-right: 0;
  }
  .col30-product-wrap .col30-product-img {
    max-width: 250px;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .col30-product-wrap .col30-product-txt {
    font-size: 12px;
    line-height: 1.1;
  }

  .col20-product-wrap {
    width: 250px;
    margin-right: 20px;
    margin-top: 20px;
  }
  .col20-product-wrap:nth-of-type(2n) {
    margin-right: 0;
  }

  .container-flex-wrap .col15{
    width: calc((100% - 15px) / 2);
    margin-right: 0;
    margin-bottom: 25px;
  }

  .container-flex-wrap .col15:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }

  .container-flex-wrap .mini-img {
    height: 150px;
    width: 110px;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }

  .brush-img {
    height: 150px;
    width: 110px;
  }

  .human-img {
    margin: 0 auto;
    margin-bottom: 10px;
  }

  @media(max-width: 517px) {
    .dot-list {
      max-width: 300px;
      margin: 0 auto;
    }
    .mini-center {
      max-width: 300px;
      margin: 0 auto;
    }
    .col30-product-wrap:last-of-type {
      margin: 0 auto;
    }
    .col20-product-wrap {
      margin: 0 auto !important;
      margin-top: 40px !important;
    }
    .col20-product-wrap:first-of-type{
      margin-top: 0 !important;
    }
  }

	/***************************************
	 dl-block
	****************************************/

	.right-block {
		display: block;
		width: 100%;
		float: none;
		margin: 10px 0 0;
	}
	.left-block img{
		margin-top: 10px;
	}
	.product-img{
		margin-bottom: 10px;
	}
	.left-block{
		margin-right: 0;
	}

	.dl-block__dd--col2 {
		flex-direction: column;
	}

	.dl-block__dd--product{
		flex-direction: column-reverse;
	}
	.paragraph--pointHeading{
		font-size: 14px;
	}
	.dl-block__dt{
		font-size: 15px;
	}
		/***************************************
	 Table
	****************************************/
	#mainContent-right .releaseDetail_box .pr-article .table--inner {
		padding: 0;
		width: calc(100% - 1em);
		margin: 10px 0 0 auto;
	}
	#mainContent-right .releaseDetail_box .pr-article .table__td {
		word-break: break-all;
	}
	#mainContent-right .releaseDetail_box .pr-article .table__th {
		background: none;
	}
	#mainContent-right .releaseDetail_box .pr-article .table__th--wide {
		width: 8em;
		text-indent: -1em;
		padding-left: 1em;
	}
	/***************************************
	 borderTable
	****************************************/
	.borderTable {
		width: 100%;
		margin: 20px 0 0;
	}
	.contentCorporate {
		width: 100%;
	}
	.contentCorporate__logo {
		float: none;
		max-width: 125px;
		margin: 0 auto 10px;
		display: block;
	}
	.contentCorporate__name {
		font-size: 15px;
	}
	.contentCorporate__text1 {
		margin: 0;
	}
	.mainImg__item {
		display: block;
	}
	div.news_container .releaseDetail_box .pr-article .imgList__caption {
		font-size: 10px;
	}
	.is-sp{
		display: inline;
	}
	.is-pc{
		display: none;
	}
}
