@charset "UTF-8";
.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: 19px;
	line-height: 1.6;
}
.titleBlock__title-b {
	font-size: 17px;
	margin: 5px 0 0;
}
.titleBlock__place {
	font-size: 13px;
	font-weight: normal;
	line-height: 1.5;
	margin: 8px 0;
}
.mainImg {
	font-size: 0;
	margin: 20px 0;
	text-align: center;
}
.mainImg--col1 img{
	width: 600px;
	display: inline-block;
}
.mainImg--col2 img {
	width: 330px;
	display: inline-block;
	vertical-align: top;
}
.mainImg img + img {
	margin: 0 0 0 20px;
}
.imgList {
	padding: 20px 0 0;
	border-top: 1px solid #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}
.imgList--col2  .imgList__item{
	width: 330px;
}
.imgList--col2  .imgList__item img {
	width: auto;
	height: 200px;
}

div.news_container .releaseDetail_box .pr-article ul .imgList__item {
	margin: 0 0 10px;
}
div.news_container .releaseDetail_box .pr-article .imgList__caption {
	font-size: 12px;
	text-align: left
}
.textIndent {
	text-indent: 1em;
}
.paragraph {
	text-indent: 1em;
	margin-bottom: 20px;
}
.paragraph--center {
	text-align: center;
}
.paragraph--pl1 {
	padding-left: 1em;
}
.paragraph--mt20 {
	margin-top: 20px;
}
.paragraph--mb0 {
	margin-bottom: 0;
}
.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 2em;
}
.paragraph--rindent {
	text-indent: -1em;
	padding-left: 1em;
}
/***************************************
  dl-block
****************************************/
.dl-block {
	margin-top: 20px;
}
.dl-block__dt {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px;
	border-bottom: 1px solid #000;
}
.dl-block__dt--noborder {
	border: none;
}
.dl-block__dd {
	position: relative;
}
.dl-block__dd--fs0 {
	font-size: 0;
}
.left-block {
	display: inline-block;
	width: 435px;
}
.right-block {
	display: inline-block;
	float: right;
	width: 260px;
}
.dl-block__dt__right {
	margin: 0 0 0 5em;
}
.right-block img + img {
	margin-top: 1em;
}
/***************************************
 productCaption
****************************************/
.productCaption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 20px 0 0;
}
.productCaption__description {
	margin: 0 0 0 10px;
}
.caption__image__text {
	font-size: 10px;
	text-align: center;
}
/***************************************
 caption
****************************************/
.caption {
	margin: 0 auto 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;
}
/***************************************
 table
****************************************/
.borderTable {
	text-align: left;
	border-collapse:collapse;
	width: 600px;
	margin: 0 auto;
}
.borderTable__tr, .borderTable__left, .borderTable__right {
	border: 1px solid gray;
}
.borderTable__left, .borderTable__right {
	padding: 5px;
	width: 70%;
}
.borderTable__left + .borderTable__left, .borderTable__right + .borderTable__right {
	width: 30%;
}
/***************************************
 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;
}
/***************************************
 koshienTable
****************************************/
.koshienTable {
	width: 100%;
	margin: 60px 0 0 0;
	position: relative;
}
.koshienTable__title {
	color: #000;
	border-bottom: 1px solid #000;
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
	letter-spacing: 1px;
	line-height: 1.4;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
.koshienTable__grid {
	width: 686px;
	font-size: 0;
	margin: 0 0 0 14px;
}
.koshienTable__gridParts {
	display: block;
	width: 100%;
	padding: 0;
}
.koshienTable__gridDetail,
.koshienTable__gridHeading {
	display: table-cell;
	vertical-align: top;
	font-size: 12px;
	line-height: 1.7;
}
.koshienTable__gridHeading {
	width: 80px;
	font-weight: normal;
	text-align-last: justify;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
	padding: 0 10px 0 0;
	margin: 0 0 0 1.3em;
	position: relative;
}
.koshienTable__grid--judge .koshienTable__gridHeading {
	width: 110px;
}
.koshienTable__gridHeading--irre1 {
	width: 138px;
}
.koshienTable__gridHeading:before {
	content: '■';
	position: absolute;
	left: -1.3em;
}
.koshienTable__gridDetail {
	width: auto;
	text-indent: -1em;
	padding-left: 1em;
}
.koshienTable__gridDetail:before {
	content: "：";
}
.koshienTable__img {
	width: 200px;
	position: absolute;
	top: 45px;
	right: 5px;
}
.koshienTable__box {
	width: 100%;
	font-size: 0;
	margin: 20px 0 0 0;
}
.koshienTable__boxDetail, 
.koshienTable__boxHeading {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
}
.koshienTable__boxHeading {
	width: 135px;
}
.koshienTable__boxHeading::before {
	content:"";
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px 0 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 4px 0 4px;
	border-color: #000 transparent transparent transparent;
}
.koshienTable__boxDetail {
	width: 565px;
	margin: 0 0 2px 0;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}
.koshienTable__card {
	width: 120px;
	font-size: 0;
	text-align: center;
	position: absolute;
	top: 0;
	right: 40px;
}
.koshienTable__cardCaption {
    width: 100%;
	font-size: 9px;
	letter-spacing: -1px;
	line-height: 1.5;
}
.koshienTable__cardImg {
	width: 80px;
	margin: 0 0 10px 0;
}
/************* PCのみ *******************/
@media (min-width: 740px) {
	/***************************************
	 caption
	****************************************/
	.caption {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 20px 0 0;
		width: 100%;
	}
	.paragraph + .caption {
		margin: 0;
	}
	.caption--reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;		
	}
	.caption__text {
		width: 480px;
	}
	.caption__image{
		display: block;
		width: 150px;
	}
	/***************************************
	 captionList
	****************************************/
	.captionList {
		width: 670px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 20px auto 0;
	}
	.captionList__item {
		width: 170px;
		font-size: 0;
	}
	.captionList__item--01 {
		width: 250px;
	}
	.captionList__item--02 {
		width: 310px;
	}
	.captionList__item--03 {
		width: 150px;
	}
	.captionList__smallImage {
		width: 150px;
	}
	.captionList__smallImage + .captionList__smallImage {
		margin: 0 0 0 10px;
	}
	/***************************************
	 floatCaption
	****************************************/
	.floatCaption {
		width: 700px;
		overflow: hidden;
	}
	.floatCaption__space {
		height: 0;
	}
	.floatCaption__space--left {
		float: left;
	}
	.floatCaption__space--right {
		float: right;
	}
	.floatCaption__image {
		clear: both;
		width: 130px;
	}
	.floatCaption__image--left {
		float: left;
	}
	.floatCaption__image--right {
		float: right;
	}
	.floatCaption__text {
		padding: 0 150px 0 0;
	}
	/***************************************
	 detailCaption
	****************************************/
	.detailCaption {
		margin: -195px 0 0;
		position: relative;
	}
	.detailCaption__image {
		width: 280px;
	}
	.detailCaption__text01 {
		position: absolute;
		top: 35px;
		left: 290px;
	}
	.detailCaption__text02 {
		position: absolute;
		top: 110px;
		left: 290px;
	}
	.listImage {
		display: block;
		margin: 20px auto 0;
	}
}
/************* SPのみ *******************/
@media (max-width: 739px) {
.pr-article {
	width: 100%;
}
	.pr-article a {
		word-break: break-all;
	}
	.pr-article img {
		zoom: 1 !important;
		max-width: 414px;
		margin: 0 auto;
		display: block;
	}
	.pr-article .caption__image {
		max-width: 200px;
		margin: 10px auto;
	}
	.titleBlock__title-a {
		font-size: 14px;
	}
	.mainImg img + img {
		margin: 15px auto 0;
	}
	#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;
	}
	.contentCorporate {
		width: 100%;
	}
	.imgList--col2  .imgList__item,
	.imgList--col3  .imgList__item {
		width: 49%;
	}
	/***************************************
	 dl-block
	****************************************/

	.left-block {
		display: block;
		width: 100%;
	}
	.right-block {
		display: block;
		width: 100%;
		float: none;
		margin: 10px 0 0;
	}

		/***************************************
	 Table
	****************************************/
	#mainContent-right .releaseDetail_box .pr-article .table--inner {
		padding: 0;
		width: calc(100% - 1em);
		margin: 10px 0 0 auto;
	}


	/***************************************
	 borderTable
	****************************************/
	.borderTable {
		width: 100%;
		margin: 20px 0 0;
	}
	.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;
	}
	/***************************************
	 caption
	****************************************/
	.caption {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.captionList__smallImage + .captionList__smallImage {
		margin: 10px auto 0;
	}
	/***************************************
	 floatCaption
	****************************************/
	.floatCaption {
		width: 100%;;
		overflow: hidden;
	}
	.floatCaption__space {
		height: 65px;
	}
	.floatCaption__space--left {
		float: left;
	}
	.floatCaption__space--right {
		float: right;
	}
	.floatCaption__image {
		clear: both;
		width: 150px;
	}
	.floatCaption__image--left {
		float: left;
	}
	.floatCaption__image--right {
		float: right;
	}
	.pr-article .product01,
	.pr-article .product02,
	.pr-article .product03 {
		max-width: 150px;
	}
	/***************************************
		 koshienTable
	****************************************/
	.koshienTable {
		margin: 40px 0 0 0;
	}
	.koshienTable__title {
		font-size: 14px;
		letter-spacing: 0.5px;
		line-height: 1.35;
	}
	.koshienTable__grid {
		width: 100%;
		border-left: 0;
		border-top: 0;
		margin-top: 0;
		margin-left: 0;
	}
	.koshienTable__gridParts {
		padding: 0 0 12px 0;
	}
	.koshienTable__gridDetail,
	.koshienTable__gridHeading {
		padding: 0;
		display: block;
	}
	.koshienTable__gridHeading {
		text-align-last: left;
		margin: 0;
		position: static;
		width: 200px;
		min-width: 200px;
		max-width: 200px;
		background-color: #fff;
		border-right: 0;
		border-bottom: 0;
	}
	.koshienTable__gridHeading:before {
		position: static;
	}
	.koshienTable__gridHeading:after {
		content: "：";
	}
	.koshienTable__gridDetail {
		text-align: justify;
		text-justify: inter-ideograph;
		word-break: break-all;
		line-height: 1.5;
		text-indent: 0;
		padding-left: 0;
		border-right: 0;
		border-bottom: 0;
	}
	.koshienTable__gridDetail:before {
		display: none;
	}
	.koshienTable__img {
		width: 100%;
		margin: 15px auto 10px!important;
		position: static;
	}
	.koshienTable__box {
		display: inline-block;
		vertical-align: middle;
		font-size: 12px;
		width: 65%;
		line-height: 1.5;
		margin-right: 3.448275862%;
	}
	.koshienTable__card {
		display: inline-block;
		vertical-align: middle;
		font-size: 12px;
		width: 25%;
		margin: 0;
		position: static;
	}
	.koshienTable__boxDetail {
		width: 100%;
		margin: 0 0 8px 0;
	}
	#mainContent-right .releaseDetail_box .pr-article .table--inner {
		margin: 1em 0 0;
	}
	div.news_container .releaseDetail_box .pr-article .imgList__caption {
		font-size: 10px;
	}
}