/* 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-left: 0;
	margin-bottom: 0;
}
.titleBlock {
	text-align: center;
	font-weight: bold;
	margin: 0 auto 40px;
}
.titleBlock__title-a {
	font-size: 18px;
	line-height: 1.3;
}
.titleBlock__title-b {
	font-size: 22px;
	line-height: 1.3;
	margin: 5px 0;
}
.mainImg {
	font-size: 0;
	text-align: center;
	margin: 20px 0;
}
.titleBlock__title-c {
	font-size: 16px;
	line-height: 1.3;
}
.mainImg > img {
	width: 100%;
}
.leadText {
	text-indent: 1em;
}
.leadText + .leadText,
.product-dl + .product-dl {
	margin-top: 20px;
}
.product-dl__text + .product-dl__text {
	margin-top: 1em;
}
.product-dl__dt {
	background: #ffcbff;
	color: rgb(121,121,121);
	font-size: 16px;
	font-weight: 700;
	padding: .15em;
	margin-bottom: 10px;
}
.product-dl__dd {
	position: relative;
}
.product-lineup01 {
	text-align: center;
	font-size: 0;
}
.product-lineup01__item {
	width: 15em;
	display: inline-block;
	font-size: 12px;
	vertical-align: top;
	margin: 0 25px 0 0
}
.product-lineup01__item:last-child {
	margin: 0;
}
.product-lineup01__name {
	text-decoration: underline;
}
.contentCorporate {
	width: 700px;
	margin: 35px auto 30px;
}
.contentCorporate__logo {
	float: right;
	width: 150px;
}
.contentCorporate__name {
	font-size: 16px;
	letter-spacing: 1px;
	text-indent: -10px;
}
.contentCorporate__text1 {
	margin: 0 0 20px;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
	text-indent: 1em;
}
.productBlock {
	position: relative;
	margin: 20px 0 0;
}
.productBlock__title {
	background: #ffcbff;
	color: rgb(121,121,121);
	font-size: 14px;
	font-weight: 700;
	padding: .15em;
	width: 12em;
	text-align: center;
	margin: 0 0 20px
}
.productBlock__title.productBlock__title--01 {
	position: relative;
	margin: 60px 0 20px;
}
.productBlock__title.productBlock__title--01::before {
	content: "NEW!";
	display: block;
	border: 1px solid #ff6699;
	border-radius: 50%;
	padding: .5em;
	width: 5em;
	box-sizing: border-box;
	margin: 0 auto;
	position: absolute;
	left: 0px;
	top: -55px;
}
.productBlock__title.productBlock__title--01::after {
	content: "";
	position: absolute;
	border-right: 1px solid #ff6699;
	border-bottom: 1px solid #ff6699;
	background: #FFF;
	width: 10px;
	height: 10px;
	left: 30px;
	top: -20px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.point-dl {
	border: 2px solid #999;
	padding: 10px;
	position: relative;
	font-size: 11px;
}
.point-dl__dt {
	font-weight: bold;
	position: relative;
	z-index: 2;
}
.point-dl__dt__blue {
	color: rgb(49,57,207);
}
.point-dl__dt__pink {
	color: rgb(255,102,204);
}
.point-dl__dd {
	position: relative;
	z-index: 2;
}
.caption {
	width: 300px;
	font-size: 0;
	text-align: center;
	margin-top: 30px;
}
.caption__item {
	display: inline-block;
	text-align: center;
}
div.news_container .releaseDetail_box .pr-article ul .caption__item:nth-of-type(n+2) {
	margin-left: 20px;
}
.caption__text {
	font-size: 10px;
}
.caption__image01 {
	width: 80px;
}
.caption__image02 {
	width: auto;
	height: 65px;
}

@media (min-width: 739px) {
	.point-dl--01 {
		width: 275px;
	}
	.point-dl:after {
		content: "";
		position: absolute;
		border-right: 2px solid #999;
		border-bottom: 2px solid #999;
		background: #FFF;
		width: 20px;
		height: 20px;
	}
	.point-dl--01:after {
		left: 0;
		right: 0;
		margin: auto;
		bottom: -12px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.point-dl--02 {
		width: 345px;
		margin: 35px 0 0 100px;
	}
	.point-dl--02:after {
		right: 25px;
		top: -12px;
		-webkit-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	.point-dl--03,
	.point-dl--04,
	.point-dl--05 {
		width: 345px;
		margin: 12px 0 0;
	}
	.point-dl--03:after,
	.point-dl--04:after,
	.point-dl--05:after {
		right: -12px;
		top: 50%;
		bottom: 50%;
		margin: auto;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.point-dl--06 {
		width: 300px;
		margin: 25px 0 0 375px;
	}
	.point-dl--06:after {
		left: -12px;
		top: 35px;
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.productBlock-right__image {
		position: absolute;
	}
	.productBlock-right__image--01 {
		width: 240px;
		right: 50px;
		top: 20px;
	}
	.productBlock-right__image--02 {
		width: 240px;
		right: 50px;
		top: 0;
	}
	.productBlock-right__image--03 {
		width: 250px;
		right: 20px;
		top: 50px;
	}
	.productBlock-right__image--04 {
		width: 260px;
		left: 20px;
		top: 0px;
	}
}
@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;
		text-indent: -3.448275862%;
	}
	.contentCorporate__text1 {
		margin: 0;
	}
	.product02-list__arrow {
		display: none;
	}
	.pr-article .productBlock-right__image--01,
	.pr-article .productBlock-right__image--02,
	.pr-article .productBlock-right__image--03,
	.pr-article .productBlock-right__image--04 {
		max-width: 300px;
		display: block;
		margin: 0 auto;
	}
	.point-dl {
		border: none;
		padding: 0;
		position: static;
		font-size: 11px;
	}
	.point-dl + .point-dl {
		margin-top: 15px;
	}
	.productBlock__title.productBlock__title--01 {
		margin: 35px 0 20px;
	}
	.productBlock__title.productBlock__title--01::before {
		font-size: 10px;
		top: -38px;
	}
	.productBlock__title.productBlock__title--01::after {
		width: 5px;
		height: 5px;
		left: 23px;
		top: -11px;
	}
}