@charset "utf-8";
#top .box,
#top .box2{
	overflow:hidden;
	clear:both;
	margin:20px 0 100px 0;
}
#top .box .img_area,
#top .box .txt_area,
#top .box2 .img_area,
#top .box2.txt_area{
	width:97%
	margin:0 auto;
}
#top .box .img_area,
#top .box2 .img_area{
	width:97%;
	margin:0 auto;
}
#top .box .txt_area,
#top .box2 .txt_area{
	width:97%;
	margin:0 auto;
}
#top .box .img_area img,
#top .box2 .img_area img{
	border-radius:10px;
	border:1px #cccccc solid
}
#top .box .txt_area h2,
#top .box .txt_area p,
#top .box2 .txt_area h2,
#top .box2 .txt_area p
{
	padding:10px;
}
#top .box .txt_area h2,
#top .box2 .txt_area h2{
	font-size:20px;
}
#top .box .txt_area a,
#top .box2 .txt_area a{
	background:#1dbef9;
	display:inline-block;
	width:97%;
	margin:15px auto;
	border-radius:10px;
	height:30px;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	padding:20px 0 10px 0;
	font-size:20px;
}
#top .box .txt_area a .arrow,
#top .box2 .txt_area a .arrow{
	vertical-align:middle;
	margin-left:10px;	
}
@media screen and (min-width:768px) {
#top .box .img_area,
#top .box .txt_area
{
	float:left;
}
#top .box2 .img_area,
#top .box2 .txt_area{
	float:right;
}

#top .box .img_area,
#top .box2 .img_area{
	width:38%;
	padding:1%;
}
#top .box .txt_area,
#top .box2 .txt_area{
	width:57%;
	margin:1%;
}
}
@media screen and (min-width:1080px) {
#top .box .img_area,
#top .box2 .img_area{
	width:56%;
}
#top .box .txt_area,
#top .box2 .txt_area{
	width:39%;
	margin:1%;
}
}