@charset "utf-8";

/* 汎用吊り下げフック什器 */
h2 {margin-bottom: 50px;}
.problem01 {
	width: 870px;
	background: url(img/arrow.png) no-repeat center bottom;
	padding-bottom: 60px;
	margin: 0 auto 30px;
	overflow: hidden;
	}
.problem02 {
	height: 215px;
	background: url(img/problem_bg.png) no-repeat;
	padding: 55px 0 0 50px;
	overflow: hidden;
	}
	.problem02 p {margin-bottom: 8px;}
	.problem02 li {margin-bottom: 6px;}
	
.point {
	float: left;
	margin: 0 0 30px;
	}
	.p01 .point_bg01 {
		background: url(img/point01_bg01.png) repeat-y left top;
		overflow: hidden;
		}
	.p01 .point_bg02 {
		background: url(img/point01_bg02.png) no-repeat left bottom;
		padding: 10px 30px 20px;
		overflow: hidden;
		}
		.p01 .point_bg02 .copy {
			margin-bottom: 20px;
			}
		.p01 .point_bg02 li {
			float: left;
			margin-right: 15px;
			}
		.p01 .point_bg02 li.last {
			margin-right: 0;
			}
			
