@charset "utf-8";
.news{
	font-size: 1.0em;
}

/*折り返した時テキスト右寄せ*/
.l-singleTitle-text h2.single_heading{
	text-align: center;
	margin: 6% 0 6%;
}
.l-singleTitle-text h2.single_heading span{
	display: inline-block;
	text-align: left;
}

.news h2{
	font-size: 1.2em;
	padding: 9px 15px 6px 15px;
	margin: 45px 0 0px;
	background-color: #eeeeee;
	color:#444444;
	text-align: center;
}

.news h3{
	font-size: 1.0em;
	padding: 0px 0 0px 0px;
	margin: 30px 0 8px 0px;
}

.news h3::before{
	content: "■";
	color: #f4a100;
	font-size: 1.1em;
	padding-right: 4px;
}

.news h4{
	font-size: 1.0em;
	padding: 0px 0 0px 0px;
	margin: 0em 0 0px 0px;
	color: #444444;
	display: inline-block;
	position: relative;
	left: 1.2em;
	/*border-bottom: 3px solid antiquewhite;*/
}
.news h4::before{
	content: "●";
	color: #cccccc;
	font-size: 0.7em;
	display: inline-block;
	position: absolute;
	top:0.6em;
	left: -1.5em;
}

/*.news h4::after{
	content: "";
	  position: absolute;
	  left: 0;
	  bottom: 0;
	  width: 100%;
	  height: 7px;
	  background: -webkit-repeating-linear-gradient(-45deg, #ddd, #ddd 2px, #fff 2px, #fff 4px);
	  background: repeating-linear-gradient(-45deg, #ddd, #ddd 2px, #fff 2px, #fff 4px);
}*/

.news > p{
	margin-bottom: 5%;
}

.news dd{
	margin-left: 10px;
}

.news > section{
	margin-bottom: 5%;
}

.news section.inquiry{
	border: 1px dotted #999999;
	padding: 20px 30px;
	margin-top: 50px;
}

.news section.inquiry h3,
.news section.inquiry dl{
	font-size: 0.9em;
	padding: 0px 0 0px 0px;
	margin: 0 0 0px 0px;
	padding-right: 0px;
}

.news section.inquiry h3{
	margin-bottom:10px;	
}

.news section.inquiry dl dd{
	margin:0;
	padding: 0;
}

.news section.inquiry h3::before{
	content: "";
	padding-right: 0px;
}

.news section.inquiry p{
	padding: 0 2px;
}

.news aside{
	margin-top: 50px;
}

.news h3 + p,
.news h3 + div,
.news h3 + ul,
.news h3 + dl,
.news h3 + ol{
	margin-top: 0!important;
	margin-bottom: 0!important;
}

/*技適マークの正誤*/
.news .mark_2line{
	display: table;
	width: 100%;
}
.news .mark_2line div{
	display: table-cell;
	width: 50%;
}
