@charset "utf-8";

/* content
---------------------------------------- */
#main{
	position: relative;
	padding-bottom:20px;
	float: none;
	margin: 0 auto;
	width: 100%;	
	font-family: "ヒラギノ角ゴ Pro W3";
}
#main #top p.main_visual img{
	width:100%;
	max-width: 1040px;
}
#main #top .subtitle{
	margin-bottom: 30px;
	font-size:20px;
	}
#main #top .catch1{
	text-align:center;
	margin-top: 50px;
	margin-bottom:50px;
	border-bottom:dotted;
	border-width: thin;
	padding-bottom:45px;
	margin-right: auto;
	margin-left : auto;
	width: 100%;
	max-width: 858px;
	}
#main #top .catch1 img{
	width:calc(100% - 20px);
	max-width: 683px;
	}
#main #maincontent{
	max-width: 858px;
	margin-right: auto;
	margin-left : auto;
	}
#main section{
	float: none;
	clear: both;
	margin-bottom: 40px;
	}
#main section img{
	width:32.6340%;
	max-width: 280px;
	float: left;
	margin-bottom: 10px;
	}
#main section h3.subtitle{
	width:62.1212%;
	float: right;
	text-align: left;
	margin-top: 38px;
	margin-bottom: 20px;
	font-size: 16px;
	}
#main section p.text{
	width:62.1212%;
	float: right;
	text-align: left;
	font-size:14px;
	line-height: 180%;
	text-align: justify;
	}
#main section#sec2 img{
	float: right;
	}
#main section#sec2 h3.subtitle{
	width:62.1212%;
	float: left;
	}
#main section#sec2 p.text{
	float: left
	}

#main .cdab{
	width:100%;
	text-align: center;
	}
#main .cdab a{
	text-align: center;
	display: block;
	width:100%;
	max-width: 500px;
	margin:0 auto 5px auto;
	}
#main .cdab a img{
	width:100%;
	}
#main .cdab p{
	text-align: center;
	font-size:13px;
	line-height: 1.4em;
	}

#links{
	border-top:1px solid #DDD;
	width: 100%;
	margin-top:80px;
	padding-top: 30px;
	margin-bottom:0;
	}

@media screen and (max-width:640px) {
	#main #top .catch1{
		margin-top:20px;
		margin-bottom:35px;
		padding-bottom:20px;
		}
	#main #top .catch1 img{
		width:calc(100% - 0px);
		}
	#main section{
		margin-bottom:35px;
		}
	#main section h3.subtitle{
		margin-top: 12px;
		margin-bottom: 0px;
		line-height: 150%;
		}
	#main section p.text{
		width:100%;
		float:none;
		clear: both;
		font-size:14px;
		line-height: 160%;
		}
	#links{
		margin-top:30px;
		}
}

