@charset "utf-8";

.infoBOx {
	margin-top: 40px;
}
.h2_subImg {
	margin-top: 40px;
	margin-bottom: 10px;
	
}
h2 {
	padding-top: 0;
	font-size: 3rem;
	margin-left: -5px;
}

dl dt {
	float: left;
	clear: left;
	
	min-height: 24px ;
	line-height: 24px ;
	margin:0;
	padding: 0;
	font-size: 1.3rem;
		color: #2e5c89;
}
dl dd {
	float: left;
	font-size: 1.3rem;
	min-height: 24px ;
	line-height: 24px ;
	margin:0;
	padding: 0;
	margin-left:20px;
	/*width: 83%;*/
	padding-bottom: 15px;
}

dl {
	border-bottom: 1px solid #adadac;
	margin-bottom: 15px;
}
dl:last-child {
	margin-bottom: 50px;

}
dl dt span.topicsKouhou {
	margin-left: 20px;
}
dl dt span.topicsSoume  {
	margin-left: 20px;
}
span.topicsKougai {
	margin-left: 20px;
}
div.info_detail dl.detail dt,div.info_detail dl.detail dd {
	float: none;

}
div.info_detail dl.detail {
	border: none;
}
div.info_detail dl.detail dt {
	margin-top: 20px;
	margin-bottom: 10px;
}
div.info_detail dl.detail dd {
	margin-left: 0;
}
dl.detail dd {
	width: 100%;
	font-size: 1.9rem;
	color: #365f8b;
}
p.detail_pic {
	text-align: center;
	width: 100%;
}
div.info_detail p img {
	max-width: 100%;
}
p.mt30 {
	margin-top: 30px;
}
p img {
	max-width: 100%;
}
p.detail_pic:last-child {
	margin-top: 40px;
	margin-bottom: 50px;
}
dd a {
	color: #1f1f1f;
}

.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}