/* common.css */
@charset "utf-8";
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: 15px;
	line-height: 1.3;
}
.titleBlock__title-b {
	font-size: 20px;
	color: #ff005c;
	line-height: 1.3;
	margin: 10px 0;
}
.titleBlock__title-c {
    font-size: 15px;
}
.mainImg {
	font-size: 0;
	text-align: center;
	margin: 20px 0;
}
.mainImg > img {
	width: 100%;
}
.textIndent {
	text-indent: 1em;
}
.contentCorporate {
	width: 700px;
	margin: 35px auto 30px;
}
.contentCorporate__logo {
	float: right;
	width: 150px;
}
.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;
}
.kbp-dl {
	margin: 20px 0 0;
}
.kbp-dl__dt {
	color: #fff;
	padding: 8px 0 5px 10px;
	margin: 0 0 20px;
	border-radius: 5px;
	background-color: rgb(230, 185, 184);
	font-size: 16px;
	line-height: 23px;
	font-weight: bold;
}
.kbp-dl__left01,
.kbp-dl__right01 {
	display: inline-block;
	width: 320px;
	vertical-align: top;
}
.kbp-dl__right01 {
	display: inline-block;
	float: right;
}
.kbp-dl__left02 {
	width: 415px;
	display: inline-block;
}
.kbp-dl__right02 {
	display: inline-block;
	float: right;
	width: 170px;
}
.info-table {
	display: table;
}
.info-table__dt,
.info-table__dd {
	display: table-cell;
}
.info-table__dt {
	width: 8.5em;
}
.info-table__dd {
	text-indent: -1em;
	padding-left: 1em;
}
.kbp-set {
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 10px;
}
.kbp-set + .kbp-set {
	margin-top: 15px;
}
.kbp-set__name {
	margin-bottom: 15px;
}
.kbp-setList {
	font-size: 0;
}
.kbp-setList__item {
	display: inline-block;
	width: 169px;
	vertical-align: top;
	padding: 0 10px;
	box-sizing: border-box;
	min-height: 220px;
}

.kbp-setList__name {
	text-decoration: underline;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	min-height: 42px;
}
.kbp-setList__detail {
	font-size: 0;
	display: table;
	margin: 10px 0 0;
}
.kbp-setList__image {
	display: table-cell;
	width: 45px;
	vertical-align: top;
	text-align: center;
}
.kbp-setList__detail img {
	width: 100%;
}
.kbp-setList__text {
	font-size: 12px;
	display: table-cell;
	vertical-align: top;
	padding: 0 0 0 15px;
}
@media (min-width: 740px) {
	.kbp-setList__image--03 img {
		width: 30px;
	}
	.kbp-setList__item--05 {
		padding: 0;
	}
	.kbp-setList__text--05 {
		padding: 0 10px 0 15px;
	}
	.kbp-setList__image--06 img{
		width: 26px;
	}
	.kbp-setList__image--07 img{
		width: 35px;
	}
	.kbp-setList__item + .kbp-setList__item {
		border-left: 2px dotted #eee;
	}
}
@media (max-width: 739px) {
	.pr-article {
		width: 100%;
	}
	.pr-article a {
		word-break: break-all;
	}
	.pr-article img {
		zoom: 1 !important;
	}
	.titleBlock__title-a {
		font-size: 14px;
	}
	.titleBlock__title-b {
		font-size: 20px;
	}
	.product-lineup01__item {
		margin: 0 auto 15px;
		width: 50%;
	}
	.caption {
		width: 100%;
	}
	.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;
	}
	.kbp-dl__left01,
	.kbp-dl__right01,
	.kbp-dl__left02,
	.kbp-dl__right02 {
		width: 100%;
		display: block;
	}
	.kbp-dl__right01,
	.kbp-dl__right02 {
		margin-top: 10px;
	}
	.kbp-setList__item {
		width: 100%;
		padding: 10px 0;
		min-height: auto;
	}
	.kbp-setList__item + .kbp-setList__item {
		border-top: 2px dotted #eee;
	}
	.kbp-setList__image {
		width: 30%;
	}
	.kbp-setList__image--03 img {
		max-width: 50%;
	}
	.kbp-setList__image--06 img{
		max-width: 50%;
	}
	.kbp-setList__image--07 img{
		max-width: 50%;
	}
}