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

body{
	margin:0 auto;
	padding:0;
	font-family:'Century Gothic', 'Source Sans Pro', "Arial", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color:#000;
	-webkit-text-size-adjust : 100%;
	font-size:100%;
	line-height:200%;
    background-color: #fff;
}


a{
	color:#1E2753;
	text-decoration:none;
	border:0;
}

a:hover{
	color:#FF4338;
	text-decoration:none;
	border:0;
}


img{
	border:0;
}


/* Margin Padding Control
------------------------------------------- */

.mt10{margin-top: 10px; !important;}
.mt20{margin-top: 20px; !important;}
.mt40{margin-top: 40px; !important;}
.mt60{margin-top: 60px; !important;}
.mt80{margin-top: 80px; !important;}
.mb20{margin-bottom: 20px; !important;}
.mb40{margin-bottom: 40px; !important;}
.mb60{margin-bottom: 60px; !important;}
.mtb20{margin-top: 20px; !important; margin-bottom: 20px; !important;}
.mtb40{margin-top: 40px; !important; margin-bottom: 40px; !important;}
.mtb60{margin-top: 60px; !important; margin-bottom: 60px; !important;}
.pt10{padding-top: 10px; !important;}
.pt20{padding-top: 20px; !important;}
.pt40{padding-top: 40px; !important;}
.pt60{padding-top: 60px; !important;}
.pt70{padding-top: 70px; !important;}
.pb20{padding-bottom: 20px; !important;}
.pb40{padding-bottom: 40px; !important;}
.pb60{padding-bottom: 60px; !important;}
.pb130{padding-bottom: 130px; !important;}
.ptb10{padding-top: 10px; !important; padding-bottom: 10px; !important;}
.ptb20{padding-top: 20px; !important; padding-bottom: 20px; !important;}
.ptb30{padding-top: 30px; !important; padding-bottom: 30px; !important;}
.ptb40{padding-top: 40px; !important; padding-bottom: 40px; !important;}
.ptb60{padding-top: 60px; !important; padding-bottom: 60px; !important;}





/* logo area
------------------------------------------- */

div.logo_area{
	width: 1160px;
	height: 60px;
	margin: 0 auto;
	padding: 0;
}

h1{
	margin: 0;
	padding: 0;
	text-align: left;
}

h1 img{
	margin: 15px 0 0;
	padding: 0;
	max-height: 30px;
}


/* header
------------------------------------------- */

header{
	width: 100%;
	height: 270px;
	margin: 0 auto;
	padding: 0;
	background: url("../images/rec_head_bg.jpg") no-repeat center top;
	background-size: cover;
}

h2{
	font-size: 320%;
	color: #fff;
	text-align: center;
	line-height: 110%;
}

h2 span{
	font-size: 80%;
}




/* contents
------------------------------------------- */

div.contents{
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

h3{
	font-size: 270%;
	text-align: center;
	font-weight: bold;
	color: #2c4198;
	line-height: 60%;
}

h3 span{
	font-size: 60%;
	color: #000;
}

h4{
	font-size: 350%;
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif", "Yu Mincho", "Hiragino Mincho ProN";
	text-align: center;
	font-weight: bold;
}


p.co_txt{
	font-size: 110%;
	text-align: center;
}

p.obj_c{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


h5{
	font-size: 180%;
	text-align: center;
}

h5:after {
    background-color: #2c4198; /* 線色 */
    border-radius: 5px; /* 線幅の半分 */
    content: "";
    display: block;
    height: 10px; /* 線幅 */
	width: 130px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
}

p.co_txt2{
	font-size: 90%;
	text-align: center;
}

table{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

tr{
	border-bottom: 1px solid #aaa;
}

th{
	width: 170px;
	margin: 0;
	padding: 8px 0;
	text-align: left;
}

td{
	width: 630px;
	margin: 0;
	padding: 8px 0;
	text-align: left;
}

footer{
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	background-color: #cad0e5;
	text-align: center;
}

div.ft_box{
	width: 380px;
	display: inline-block;
	vertical-align: top;
}

div.ft_box div img{
	text-align: left;
	max-height: 30px;
}

div.ft_box p{
	text-align: left;
	font-size: 90%;
	line-height: 110%;
}

div.ft_box ul{
	text-align: left;
	overflow: hidden;
}

div.ft_box li{
	float: left;
	margin-right: 15px;
	vertical-align: middle;
}
div.ft_box li img{
	max-height: 50px;
}

div.cprt{
	width: 1160px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	background-color: #2c4198;
}

div.cprt p{
	color: #fff;
	text-align: center;
	font-size: 80%;
}












