@charset "UTF-8";

#main_column h4 {
	line-height: 1.4;
	font-weight: normal !important;
}
#main_column h4 img {
	float: left;
	margin-right: 10px;
}

#main_column section h5 {
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	line-height: 40px;
	background: #97bd26;
	padding: 0 20px;
	border-radius: 20px;
	position: relative;
}
#main_column section h5 img {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 174px;
	height: 148px;
}
#main_column dl {
	display: table;
	width: 100%;
}
#main_column dt {
	display: table-cell;
	padding: 15px;
	vertical-align: middle;
}
#main_column dd {
	display: table-cell;
	padding: 15px 0;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px dotted #97bd26;
	vertical-align: middle;
	width: 100%;
}
#main_column h6 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 8px;
}
#main_column p {
	margin-bottom: 30px;
	line-height: 1.5;
}



@media (min-width: 769px) {
}






@media (max-width: 768px) {
#main_column section h5 {
	font-size: 16px;
	line-height: 1.6;
	padding: 10px;
}
#main_column dt {
	width: 15%;
	padding: 0;
}
#main_column dd {
	width: 85%;
	font-size: 16px;
}
#main_column h6 {
	font-size: 16px;
}
}




























