@charset "UTF-8";

/* ---------- article -------------------- */
/* section.main_image */
.main_image {
	display:block;
	width:80%;
	min-width:970px;
	height:400px;
	margin:0 auto 20px auto;
}
.main_image div {
	display:block;
	background-color:#eee;
	width:100%;
	height:400px;
	overflow:hidden;
}
.main_image div img {
	width:100%;
	height:auto;
	margin-top:-50px;
}
.pa_title {
	display:block;
	width:auto;
	max-width:500px;
	height:100px;
	margin:-310px 0 0 50px;
	padding:10px;
	position:relative;
	z-index:1;
}
.main_image p {
	display:inline-block;
	background-color:rgba(255, 255, 255, 0.6);
	font-size:1.2em;
	margin-left:50px;
	padding:10px;
	position:relative;
	z-index:1;
}
/* section */
section {
	display:block;
	width:970px;
	margin:0 auto 50px auto;
}
section h2 {
	font-size:1.8em;
	margin-bottom:20px;
}
section>div {
	text-align:center;
	margin:0 auto 50px auto;
}
section>div:last-child { margin-bottom:0; }
section div span {
	display:inline-block;
	background-color:#09f;
	border-radius:5px;
	width:100px;
	font-size:1.2em;
	color:#fff;
	letter-spacing:2px;
	text-align:center;
	margin-bottom:5px;
	padding:2px 5px;
}
section div h3 {
	font-size:1.6em;
	font-weight:bold;
	color:#09f;
	letter-spacing:2px;
	margin:0 auto 10px auto;
}
section div div {
	display:inline-block;
	background:url(../../images/plan_mark.png) 50% 50% no-repeat;
	width:610px;
	margin:0 auto;
}
section div div img:first-child { margin-right:100px; }
section div p {
	width:600px;
	font-size:1.2em;
	color:#666;
	text-align:left;
	margin:0 auto;
}
.first_p {
	border-bottom:dotted 1px #ccc;
	margin-bottom:20px;
	padding-bottom:10px;
}


@media only screen and (max-width: 768px) {
/* ---------- article -------------------- */
/* section.main_image */
.main_image {
	width:100%;
	min-width:auto;
	height:150px;
	margin:36px auto 20px auto;
}
.main_image div {
	background-color:#eee;
	width:100%;
	height:150px;
}
.main_image div img { margin-top:-50px; }
.pa_title {
	background:none;
	width:auto;
	max-height:60px;
	margin:-150px auto 0 auto;
	padding:0;
}
.main_image p { display:none; }
/* section */
section { width:96%; }
section h2 { font-size:1.6em; }
section div div { width:100%; }
section div div img {
	float:left;
	width:50%;
	height:auto;
}
section div div img:first-child { margin-right:0; }
section div p { width:100%; }
}