@charset "UTF-8";

.businesswire_divA {
	border: 1px solid #ccc;
	padding: 20px;
	border-radius: 6px;
	background: #fff;
	margin-bottom: 2em;
	}
	
/*---------------------------------------- 

 ----------------------------------------*/
.mainContents_area p {
	font-size: 1rem;
	line-height: 1.5rem;
}

/*---------------------------------------- 
取材のご案内
 ----------------------------------------*/
.mail_ad {
	margin: 2em 0.5em;
}

.mainContents_area .one_pg .mail_ad p {
	font-size: 1.25em;
	margin: 0.5em 0;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
}
.mail_ad p:before {
	content: "\f003";
	font-family: fontAwesome;
	margin-right: 0.5em;
	font-weight: normal;
}


/*---------------------------------------- 
ニュースリリース
 ----------------------------------------*/
dl.release_news {
	margin: 0;
}
dl.release_news dt {
	font-size: 1.25rem;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	width: 8rem;
	float: left;
}
dl.release_news dd {
	margin: 0;
	padding-left: 8rem;
	line-height: 1.5;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
dl.release_news dd:last-child {
	border-bottom: 0px dotted #ccc;
	padding-bottom: 0rem;
	margin-bottom: 0rem;
}
@media screen and (max-width: 599px) {
	dl.release_news dt {
		width: auto;
		float: none;
	}
	dl.release_news dd {
		padding-left: 0rem;
	}
}