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

@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);

/* ==========================================================================
Reset & Base Setting
========================================================================== */
/* default style reset
-------------------------------------*/
html{background:#fff;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:separate;border-spacing:0;}
fieldset,img{border:0;}
img{vertical-align:top;}
address,caption,em,strong,th{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th,td{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
a{text-decoration:none;color:#f85a1d;}
a:hover{opacity:0.8;cursor:pointer!important;}
a:active{text-decoration:none;}
header, footer, nav, section, article, figure, aside {display:block;}
*{box-sizing:border-box;}

/* body setting
-------------------------------------*/
html{
	font-size: 62.5%;
}

body{
	font-size:1.2rem;
	text-align:left;
	line-height:1.5;
	color:#333;
	width:100%;
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html:not(:target) body{
	font-size:12px;
}

ul li img{
	vertical-align:bottom;
	line-height:0;
}

.imgover:hover{
	opacity:0.6;
}

.inner{
	display: block;
	width: 960px;
	margin:0 auto;
}

img{
	width: 100%;
	height: auto;
}

/* clearfix
-------------------------------------*/
.clear:before,
.clear:after{
	display:table;
	content:"";
}

.clear:after{
	clear:both;
}

.clear{
	zoom:1;
}

/* headerArea
-------------------------------------*/
.header{
	height: 500px;
	background: url(../images/index/main_01_01.jpg) center bottom no-repeat;
	background-size: cover;
}
.header .inner{
	position: relative;
}
.header .logo{
	width: 120px;
	height: 120px;
	position: absolute;
	top:30px;
	left:0;
}
.header .message{
	width: 400px;
	position: absolute;
	top: 170px;
	right:50px;
}
.kHeader{
	padding:20px 0;
}
.kHeader .hlogo{
	width: 120px;
	height: 120px;
}
/* gnavArea
-------------------------------------*/
.gnav{
	background: #81cc95;
	border-bottom:4px solid #b5eac3;
}
.gnav ul{
	border-left:1px solid #b5eac3;
}
.gnav li{
	width: 20%;
	float: left;
	border-right:1px solid #b5eac3;
}
.gnav li a{
	display: block;
	padding:24px 0 20px;
	color:#FFF;
	text-align: center;
	font-size:1.6rem;
	letter-spacing: 3px;
	font-weight: bold;
	line-height: 1;
}
.gnav li a span{
	margin-top: 5px;
	display: block;
	font-size:1.0rem;
	font-weight: normal;
}
.fixnav{
	display: none;
}
/* mainArea
-------------------------------------*/
.mainArea{
	margin-top: 40px;
	padding-bottom: 65px;
}

/* contentsArea
-------------------------------------*/
.contentsArea{
	width: 66.6%;
	float: left;
}

/* sideArea
-------------------------------------*/
.sideArea{
	width: 30.8%;
	float: right;
}
.sideArea .bnrList{
	margin-top: 20px;
	background: #81cc95;
	border:2px solid #b5eac3;
	padding: 8px;
}
.sideArea .bnrList li{
	margin-bottom: 10px;
}
.sideArea .bnrList li:last-child{
	margin-bottom: 0;
}
/* footerArea
-------------------------------------*/
.footer{
	background: #edeecc;
	padding:20px 0 0;
}
.footer .inner{
	padding-bottom: 15px;
}
.footer .left{
	float: left;
	width: 50%;
}
.footer .left .logo{
	float: left;
	width: 100px;
	margin-right: 10px;
}
.footer .left .read{
	line-height: 2;
}
.footer .left .read span{
	text-decoration: underline;
}
.footer .right{
	float: left;
	width: 50%;
}
.footer .right .fnav{
	text-align: right;
}
.footer .right .fnav li{
	display: inline-block;
	padding:0 10px;
}
.footer .right .fnav li a{
	color:#333;
}
.footer .copyright{
	display: block;
	width: 100%;
	text-align: center;
	padding:5px 0;
	line-height: 1;
	font-size: 1.0rem;
	background: #feffe6;
}

.fwB{font-weight:bold!important;}
.mb00{margin-bottom:0px!important;}
.mb10{margin-bottom:10px!important;}
.mb20{margin-bottom:20px!important;}
.colorChange01{color:#AF0F12!important;}

.spBlock{display: none!important;}