@charset "utf-8";

/* =======================================

	lp.css
	Last Up Date 2014/03/18

 -----------------------------------------
	INDEX
 -----------------------------------------
	0. common style [base]

	1. .header_wrapper

	2. .nav_wrapper

	3. .easy1Step_container

	4. .contents_wrapper

	5. .contents_main

	6. .contents_side

	7. .footer_wrapper

	x. common style [strong]

========================================== */
.contents_main{
	width: 950px;
	float: none;
}
.pickup h2{
	color: #006634; 
	padding:6px 15px; 
	font-size: 32px; 
	margin: 60px 0 20px;
	text-align: center;
	font-weight: bold;
}
.pickup h3{
	padding-bottom: 2px; 
	font-size: 1.8em; 
	color:#006634; 
	font-weight: bold; 
	margin: 20px 0 10px;
}
.pickup p{
	line-height: 2em;
	margin:15px 0;
	font-size: 18px;
	color: #555;
	text-align: center;
}
.pickup p strong{
	background:linear-gradient(transparent 50%, #fff7a4 50%);
	font-weight: bold;
}

.pickup_div{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: 40px;
}

.pickup_div img{
	width:80%;
	margin-bottom: 20px;
}

.topback{
	text-align: center;
	margin: 60px auto;
	width: 90%;
}
.topback a{
	font-size: 1.2em;
	padding:10px 20px;
	border-radius: 5px;
	color: #fff;
	background:#E03A00;
	text-decoration: none;
	display: inline-block;
}
.topback a:hover{
	opacity: 0.7;
	transition: 0.5s;
}