@charset "utf-8";
/* CSS Document */
#top{
	background-color:#0a0a0a; 
	padding:100px 0 40px 0;
}
#top .top_bg{
	width:90%;
	margin:auto;
	background-image:url(../img/page_top4.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	background-size:100% 100%;
	padding:60px 0;
}
#top .top_bg h2{
	font-size:1.3rem;
	color:#fff;
	text-align:center;
	font-weight:500;
}
#box{
	background-color:#fff;
	width:80%;
	margin:auto;
	padding:20px 15px 40px 15px;
	border-radius: 8px;
	margin-top:50px;
	margin-bottom:50px;
}
#box .box_inner{
	width:100%;
}
figure{
	width:90%;
	margin:auto;
}
#box .box_inner .box{
	width:88%;
	margin:auto;
}
#box .box_inner .box .top_text{
	margin:20px 0;
}
#box .box_inner .box .text_box{
	margin:20px 0;
}
#box .box_inner .box .text_box h3{
	font-weight: 700;
}
/*ここからスマホ用（700px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 700px){
#box .box_inner ul li a{
	display:block;
	padding:10px;
	color:#000;
	border: 1px solid #ccc;
	width:200px;
	margin:auto;
}
}