@charset "utf-8";

h2 {
	font-size: 26px;
	font-weight: bold;
	line-height:1.5;
}
h2::after {
	content: "";
	display: block;
	height: 1px;
	margin: 8px auto 0;
	background: url(/common/img/ttl_underline_02.gif) no-repeat left bottom;
}
section {
	max-width:1000px;
	position:relative;
}
section {
	margin:0 auto 80px;
}
section .row ul {
	margin:30px 0 30px 0;
}
section .row ul  li {
	display: table;
	width: 100%;
}
section.row ul  li .txt_area {
	display:table-cell;
vertical-align:middle;
}
section .row ul  li figure {
	width: 280px;
		padding:0 0 0 30px;
	display:table-cell;
	vertical-align:middle;
	}
section .txt_area h3 {
	font-size:20px;
	line-height:1.2;
	color:#4452a9;
	margin:0 0 20px;
}
section .txt_area .txt_red {
	font-size:13px;
	margin:10px 0 0;
}
.box {
	padding:20px 20px 10px;
	}
	.box ul {
	margin: 0 0 0 20px;
	}
.box li {
	float: left;
	line-height:1.2;
	list-style-type: square;
	padding: 0 40px 14px 0;
	}
.actual h4 {
	margin: 0 0 15px;
}
.actual ul {
	float:left;
	padding:0 30px 0 0;
}
.actual li {
	font-size:14px;
	line-height:1.2;
	padding: 0 0 10px 0;
}

#section02 .box {
	margin:0 0 20px;
	}



@media screen and (max-width: 768px) {
section .row ul li {
	display: block;
}
section .row ul li .txt_area {
	display: block;
}
section .txt_area h3 {
	font-size:18px;
}
section .row ul li figure {
	display: block;
	width: 100%;
	max-width: 260px;
	padding: 0;
	text-align: center;
	margin: 15px auto;
}
.box li {
	float: none;
	padding: 0 0 14px 0;
	}

}







