@charset "utf-8";
/* CSS Document */

.mainvisual{
	text-align: center;
}
.mainvisual img{
	width: 100%;
	max-width: 1300px;
}


.message{
	text-align: center;
	padding: 30px 0 50px 0;
	border-bottom: #808080 dotted 1px;
}
.message p{
	margin: 20px 0 0 0;
}
.message p.copy{
	font-size: 200%;
	font-weight: bold;
}


.voice{
	text-align: center;
	padding: 50px 0;
	border-bottom: #808080 dotted 1px;
}
.voice p{
	margin: 20px 0 0 0;
}
.voice .senior{
	margin: 25px 0 0 0;
	text-align: center;
}
.voice .senior .Box{
	width: 200px;
	margin: 0 10px;
    display: inline-block;
}
.voice .senior .Box p{
	margin: 3px 0 0 0;
}
.content .voice .senior .Box h3{
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 100%;
	color: #de0020;
	text-align: left;
}
.voice .buttonArea{
	margin: 35px 0 0 0;
	text-align: center;
}


.kyujin{
	text-align: center;
	padding: 50px 0;
}
.kyujin p.copy{
	font-size: 160%;
	font-weight: bold;
	margin: 20px 0 0 0;
}
.kyujin .buttonArea{
	width: 720px;
	margin: 35px auto 0 auto;
}
.kyujin .buttonArea.buttonArea02{
	margin: 10px auto 0 auto;
}
.kyujin .buttonArea p.leftBox{
	float: left;
}
.kyujin .buttonArea p.rightBox{
	float: right;
}