/* 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: 17px;
	font-weight: normal;
}
.titleBlock__title-b {
	font-size: 20px;
}
.titleBlock__title-c {
	font-size: 15px;
	margin: 10px 0 0;
	font-weight: normal;
}
.mainImg {
	font-size: 0;
	margin: 20px 0 0;
}
.mainImg__text {
	font-size: 12px;
	padding-left: 1em;
}
.mainImg > img {
	width: 100%;
}
div.news_container .releaseDetail_box .pr-article ul .mainImg__item {
	width: 340px;
	display: inline-block;
	vertical-align: top;
}
div.news_container .releaseDetail_box .pr-article ul .mainImg__item:nth-of-type(2) {
	margin: 0 0 0 20px;
	float: right;
}
.textIndent {
	text-indent: 1em;
}
.leadText {
	text-indent: 1em;
	margin-bottom: 20px;
}
#mainContent-right .releaseDetail_box .pr-article .table {
	text-align: left;
	margin: 0;
	border: none;
	width: 100%;
}
#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: 7em;
	font-weight: normal;
	border: none;
	text-align: left;
}
#mainContent-right .releaseDetail_box .pr-article .table__th--small {
	width: 4em;
}
#mainContent-right .releaseDetail_box .pr-article .table__td {
	text-indent: -1em;
	padding-left: 1em;
	border: none;
}
#mainContent-right .releaseDetail_box .pr-article .table__td:before {
	content: ":";
	display: inline-block;
}
.topics {
	font-size: 12px;
	font-weight: bold;
	width: 600px;
	margin: 20px 0;
	border: 1px solid rgb(42,106,180);
}
.topics__dt {
	font-size: 14px;
	background: rgb(42,106,180);
	text-align: center;
	color: #FFF;
	padding: .5em 0;
}
.topics__dd {
	padding: 1em;
}
.graph {
	font-size: 0;
	text-align: center;
	margin: 20px 0;
}
.graph img {
	display: inline-block;
}
.graph img + img {
	margin: 0 0 0 20px;
}
div.news_container .releaseDetail_box .pr-article .headline {
	font-weight: bold;
	padding-bottom: 0;
	margin: 0 0 20px;
}
div.news_container .releaseDetail_box .pr-article .productBlock__title,
div.news_container .releaseDetail_box .pr-article .text-right {
	text-align: right;
}
.productBlock__title__span {
	display: inline-block;
	background: rgb(42,106,180);
	padding: 0 80px 0 20px;
	color: #FFF;
}
.wrapper {
	font-size: 0;
}
.left, .right {
	font-size: 12px;
	display: inline-block;
	vertical-align: top;
}
.left {
	width: 400px;
}
.right .graph {
	margin: -10px 0 20px 20px;
}
.mainProduct {
	border: 1px solid rgb(42,106,180);
	padding: 20px;
}
.mainProduct__title,
.productBlock__headline{
	font-size: 18px;
	font-weight: bold;
	color: rgb(42,106,180);
	text-align: center;
	margin: 0 0 20px;
}
.mainProduct__description {
	display: inline-block;
	width: 350px;
}
.mainProduct__catch,
.product__catch{
	font-size: 14px;
	text-decoration: underline;
}
.mainProduct__image {
	display: inline-block;
	width: 300px;
}
.productBlock {
	width: 650px;
	margin: 20px auto 0;
}
.product + .product {
	margin: 20px 0 0;
}
.text-right {
	font-size: 10px;
}
.point-wrapper {
	position: relative;
}
.point__headline {
	font-size: 14px;
    font-weight: bold;
    color: rgb(42,106,180);
}
.point {
	border: 1px solid rgb(42,106,180);
	border-radius: 10px;
	padding: 15px;
	font-size: 11px;
	position: relative;
	margin: 20px 0 20px;
}
.point:after {
	content: "";
	top: -11px;
    left: 60px;
	position: absolute;
	border-right: 1px solid rgb(42,106,180);
	border-bottom: 1px solid rgb(42,106,180);
	background: #FFF;
	width: 20px;
	height: 20px;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.point-dl__dt {
	font-weight: bold;
	position: relative;
	z-index: 2;
	text-decoration: underline;
}
.point-dl__dd {
	position: relative;
	z-index: 2;
}
.leadText.leadText--indent {
	text-indent: 0;
	padding-left: 1em;
}
.profile + .profile {
	margin-top: 20px;
}
.profile__dt {
	font-size: 1.1em;
	font-weight: bold;
}
.dl-block__dt {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px;
	border-bottom: 1px solid #000;
}
.dl-block__dd {
	position: relative;
}
.dl-block__image {
	position: absolute;
	width: 240px;
	right: 0;
	top: 25px;
}
.dl-block__caption {
	padding: 5px 10px 0;
}
.dl-block + .dl-block {
	margin-top: 30px;
}
@media (min-width: 740px) {
	.pr-article .graph__01 {
		width: 250px;
	}
	.pr-article .graph__02 {
		width: 300px;
	}
	.pr-article .graph__03 {
		width: 425px;
	}
	.pr-article .graph__04 {
		width: 460px;
	}
	.pr-article .graph__05 {
		width: 250px;
	}
	.pr-article .graph__06 {
		width: 370px;
	}
	.product__image {
		max-width: 170px;
	}
	.product {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.product__description  {
		padding: 0 0 0 20px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		max-width: calc(100% - 170px);
	}
	.product--reverse .product__description {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		padding: 0 20px 0 0;
	}
	.product--reverse .product__image {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		max-width: 170px;
	}
}
@media (max-width: 739px) {
	.pr-article {
		width: 100%;
	}
	.pr-article .graph__01 {
		max-width: 250px;
	}
	.pr-article .graph__02 {
		max-width: 285px;
	}
	.pr-article .graph__03 {
		max-width: 315px;
	}
	.pr-article .graph__04 {
		max-width: 320px;
	}
	.pr-article .graph__05 {
		max-width: 250px;
	}
	.pr-article .graph__06 {
		max-width: 310px;
	}
	.pr-article img{
		max-width: 250px;
		margin: 0 auto;
	}
	.pr-article table th {
		background-color: transparent;
	}
	.pr-article a {
		word-break: break-all;
	}
	.pr-article img {
		zoom: 1 !important;
	}
	.titleBlock__title-a {
		font-size: 14px;
	}
	.titleBlock__title-b {
		font-size: 17px;
		margin: 8px 0;
	}
	div.news_container .releaseDetail_box .pr-article ul .mainImg__item {
		display: block;
		width: 100%;
		margin: 20px 0 0;
	}
	div.news_container .releaseDetail_box .pr-article ul .mainImg__item:nth-of-type(2) {
		margin: 20px 0;
	}
	.mainImg__text {
		padding: 0;
		text-align: center;
	}
	.topics {
		width: 100%;
	}

	.graph img + img {
		margin: 20px 0 0;
	}
	.wrapper {
		margin: 0 0 20px;
	}
	.left, .right {
		width: 100%;
		display: block;
	}
	.right .graph {
		margin: 20px 0 0;
	}
	.productBlock {
		width: 100%;
	}
	.mainProduct__title,
	.productBlock__headline{
		font-size: 15px;
	}
	.mainProduct__catch, .product__catch {
		font-size: 13px;
	}
	.mainProduct__description {
		display: block;
		width: 100%;
	}
	.mainProduct__image {
		width: 100%;
		display: block;
	}
	.product__image img {
		margin: 0 auto;
		display: block;
	}
	.dl-block__text {
		display: block;
		width: 100%;
		line-height: 1.8;
	}
	.dl-block__visual {
		float: none;
		margin: 20px 0 0;
		width: 100%;
		display: block;
	}
	.pr-article .dl-block__image {
		position: static;
		max-width: 300px;
		display: block;
		margin: 10px auto 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;
	}
	.description .right-img {
		position: static;
		width: 100%;
		margin: 20px auto 10px;
		max-width: 600px;
		display: block;
	}
}