@charset "UTF-8";
body{
	counter-reset: number 0;
}
div.news_container .releaseDetail_box p{
	padding-bottom: 0;
}
.pr-article {
	width: 700px;
	margin: 0 auto;
}
.pr-article img {
	max-width: 100%;
}
.pr-article ul li {
	margin: 0;
}
/* タイトル */
.titleBlock {
	text-align: center;
	font-weight: bold;
	margin: 0 auto 40px;
	line-height: 1.3;
}
.titleBlock__title-s {
	font-size: 16px;
	margin-top: 5px;
}
.titleBlock__title-m {
	font-size: 18px;
	margin-top: 5px;
}
.titleBlock__title-l {
	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{
	content: "※";
	margin-right: 1em;
}
.paragraph--serial_note_blc{
	counter-reset: number;
}
.paragraph--serial_note{
	font-size: 10px;
}
.paragraph--serial_note:before{
	counter-increment: number;
	content: "※"counter(number);
	padding-right: 1em;
}
.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;
}

/* feature */
.mainImg{
	display: block;
	margin: 20px auto 0 auto;
}

.feature_txtblc{
	width: 100%;
}
.feature-img{
	width: 90%;
	display: block;
	margin: 50px auto;
}
.feature-ttl{
	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;
}
.feature-ttl span::before{
	content: '：';
}
.feature-detail{
	margin-top: 5px;
}
.feature-point + .feature-point{
	margin-top: 25px;
}

.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: center;
	align-self: center;
	display: block;
}
.flex--block
.flex--block img{
	width: 100%;
	height: auto;
}

/* 商品情報 */
.itemParts{
	vertical-align: baseline;
}

.itemHeading{
	text-align: left;
	width: 4em;
}

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

/***************************************
  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;
}
.contentCorporate__text3 {
  margin-top: 20px;
}

/***************************************
 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;
}

/* カスタム */
.mt0 {
  margin-top: 0;
}

.mt10 {
  margin-top: 10px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.ml5 {
  margin-left: 5px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.fw-bold {
  font-weight: bold;
}

.txt-center {
  text-align: center;
}

.font-xs {
  font-size: 1.0rem;
}

.font-s {
  font-size: 1.2rem;
}

.font-m {
  font-size: 1.5rem;
}

.txt-underline {
  text-decoration: underline;
}

.block-right {
  text-align: right;
}


/* 画像単体 */
.img-wrap {
  margin: 40px auto 0;
}

.img-wrap.att-content {
  position: relative;
}

.att-content .att-txt {
  position: absolute;
  bottom: 20px;
  right: 0;
}

.img-wrap.small {
  max-width: 600px;
  width: 100%;
  height: auto;
}

.img-wrap img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.img-wrap.left {
  margin-left: 0;
}

.img-wrap.left img {
  margin-left: 0;
}

/* 段落ちテキスト */
.att-txt {
  display: block;
  text-indent: -1.4rem;
  padding-left: 1.4rem;
  position: relative;
}

.indent-single {
  text-indent: 1rem;
}

/* 特殊 */
.diams-txt {
  margin-left: 20px;
  position: relative;
}

.diams-txt::before {
  content: '\02666';
  position: absolute;
  left: -13px;
}

.count-txt {
  text-indent: -1.4rem;
  padding-left: 1.4rem;
}

/* 上付・下付 */
.superscript {
  vertical-align: super;
}

.subscript {
  vertical-align: sub;
}

.superscript,
.subscript {
  font-size: 1.0rem;
}

/* 四角見出し */
.square-txt {
  padding-left: 16px;
  position: relative;
}

.square-txt::before {
  content: '■';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* :←単体 */
.colon-parts {
  padding-left: 10px;
  position: relative;
}

.colon-parts::before {
  content: ":";
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 2px;
}


/* リスト */
.list-wrap li{
  list-style: none;
  position: relative;
  margin-left: 14px !important;
}

.list-wrap li:before {
  content: "・";
  position: absolute;
  left: -14px;
}

.rank-list {
  max-width: 305px;
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}

.rank-list.short {
  max-width: 260px;
}

.rank-list li {
  margin-left: 0 !important;
  font-weight: 700;
}

/* 概要であるやつ */
.chart-wrap{
  display: flex;
  flex-wrap: wrap;
}

.chart-wrap dt {
  position: relative;
  width: 12%;
  padding-right: 5px;
}

.chart-wrap dt::after {
  content: ":";
  position: absolute;
  top: -1px;
  right: 5px;
}

.chart-wrap dd {
  width: 88%;
}

.chart-wrap dd.no-wrap {
  letter-spacing: 0.03em;
}

/* 短い時 */
.chart-wrap.short dt {
  width: 17%;
  padding-right: 3px;
}

.chart-wrap.short dd {
  width: 83%;
}

/* 長い時 */
.chart-wrap.long dt {
  width: 160px;
  padding-right: 3px;
}

.chart-wrap.long dd {
  width: calc(100% - 160px);
}

/* PCでも段落ち */
.chart-wrap dd.down-item {
  width: 100%;
}

/* プロフィール */
.img-txt-content {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}

.img-txt-content.center {
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.img-txt-content + .img-txt-content {
  margin-top: 30px;
}

.img-txt-content .img-item {
  max-width: 225px;
  width: 100%;
}

.img-txt-content .txt-item {
  width: calc(100% - 275px);
  margin-left: 20px;
}

/* トピックス */
.topics__wrap {
  width: 100%;
  border: 2px solid #004ea2;
  margin-top: 50px;
}

.topics__title {
  background: #004ea2;
  padding: 10px 0;
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.topics__list {
  padding: 20px;
}

.topics__list .topics__detail{
  padding-left: 1.4em;
  font-weight: bold;
  position: relative;
}

.topics__list .topics__detail span {
  position: absolute;
  left: 0;
}

.topics__list .topics__detail + .topics__detail {
  margin-top: 10px;
}

/* フレックス */
.flex-wrap {
  display: flex;
}

.flex-wrap.space {
  justify-content: space-between;
}

.flex-wrap.center {
  align-items: center;
}

.flex-wrap .col50 {
  width: calc((100% - 30px)/2);
}

.flex-wrap .col50+.col50 {
  margin-left: 30px;
}

.flex-wrap.mini .col50 {
  width: calc((100% - 15px)/2);
}

.flex-wrap.mini .col50+.col50 {
  margin-left: 15px;
}

.flex-wrap .col60 {
  width: 60%;
}

.flex-wrap .col60+.col40 {
  margin-left: 20px;
}

.flex-wrap .col40 {
  width: calc(40% - 20px);
}

.flex-wrap .col70 {
  width: 70%;
}
.flex-wrap .col70+.col30 {
  margin-left: 20px;
}
.flex-wrap .col30 {
  width: calc(30% - 20px);
}

.flex-wrap .col80 {
  width: 80%;
}
.flex-wrap .col80+.col20 {
  margin-left: 20px;
}
.flex-wrap .col20 {
  width: calc(20% - 20px);
}





/************* SPのみ *******************/
@media (max-width: 739px) {
	.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{
		margin-top: 35px;
	}
	.feature-ttl span::before{
		content: none;
	}
	.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;
	}

	/***************************************
	 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;
	}

  /* カスタム */
  /* グラフと文言 */
  .att-content .att-txt {
    position: inherit;
    text-align: center;
  }

  /* 横幅足りない画像をセンターに */
  .sp-center-img {
    margin: 0 auto;
  }

  /* 概要でよくあるやつ */
  .chart-wrap dt {
    width: auto;
    display: block;
  }

  .chart-wrap dt::after {
    right: -2px;
  }

  .chart-wrap dt:first-of-type::after {
    right: 2px;
  }

  .chart-wrap dt:first-of-type {
    /* width: 65px; */
    padding-right: 8px;
  }

  /* .chart-wrap dd:first-of-type {
    width: calc(100% - 65px);
  } */

  .chart-wrap.short dt,
  .chart-wrap.short dd {
    width: 100%;
    padding: 0;
  }


  .chart-wrap.short dt::after {
    right: auto;
  }

  .chart-wrap.short dt:first-of-type {
    display: block;
    width: 50px;
  }

  .chart-wrap.short dd:first-of-type {
    width: calc(100% - 50px);
  }

  .chart-wrap.short dt:first-of-type::after {
    right: 1px;
  }

  .chart-wrap.long dt {
    display: inline-block;
    width: auto;
    padding-right: 8px; 
  }
  
  .chart-wrap.long dd {
    width: 100%;
  }
  
  .chart-wrap dd {
    width: 100%;
    margin-bottom: 10px;
  }

  .chart-wrap dd:last-of-type {
    margin-bottom: 0;
  }

  /* 概要でよくあるやつ・特殊 */
  .chart-wrap.sp-flex {
    flex-direction: row;
  }

  .chart-wrap.sp-flex dt {
    width: 40px;
  }

  .chart-wrap.sp-flex dt.line-down {
    width: 100%;
  }

  .chart-wrap.sp-flex dd {
    width: calc(100% - 40px);
  }

  .chart-wrap.sp-flex dd.line-down {
    width: 100%;
  }

  /* 四角の見出し */
  .square-txt::before {
    top: 0;
    transform: inherit;
  }

  /* プロフィール */
  .img-txt-content {
    flex-direction: column;
  }

  .img-txt-content + .img-txt-content {
    margin-top: 30px;
  }

  .img-txt-content .img-item {
    margin: 0 auto;
  }

  .img-txt-content .txt-item {
    width: 100%;
    margin: 15px 0 0;
  }

  /* フレックス */
  .flex-wrap {
    flex-direction: column;
  }
  .flex-wrap.space {
    flex-direction: row;
  }
  
  .flex-wrap .col50 {
    width: 100%;
  }
  
  .flex-wrap .col50+.col50 {
    margin: 30px 0 0;
  }

  .flex-wrap.mini .col50 {
    width: 100%;
  }
  
  .flex-wrap.mini .col50+.col50 {
    margin: 15px 0 0;
  }

  .flex-wrap .col60 {
    width: 100%;
  }
  
  .flex-wrap .col60+.col40 {
    margin: 20px 0 0;
    
  }
  
  .flex-wrap .col40 {
    width: 100%;
  }

  .flex-wrap .col70 {
    width: 100%;
  }
  .flex-wrap .col70+.col30 {
    margin: 20px 0 0;
  }
  .flex-wrap .col30 {
    width: 100%;
  }
  
  .flex-wrap .col80 {
    width: 100%;
  }
  .flex-wrap .col80+.col20 {
    margin: 20px 0 0;
  }
  .flex-wrap .col20 {
    width: 100%;
  }
}
