@charset "utf-8";
body, div, p, ul, ol, li, dl, dt, dd, table, th, td, img, h1, h2, h3, h4, h5, h6, form, select, input, nav, strong , em{
	margin: 0px;
	padding: 0px;
	border:none;
	font-size:14px;
	font-weight:normal;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#menu-cb , #ham-menu {
	display:none;
}
.hide{
	display:none;
}
p{
	color:#333333;
	font-size:14px;
	line-height:1.8em;
}
a{
	color:#333333;
	text-decoration:none;
}
a.red{
	color:#BE003F;
}
a.red:hover{
	text-decoration:underline;
}
.right{
	float:right;
}
.left{
	float:left;
}
.clear{
	clear:both;
}
body , html {
}
#wrap {
}
header{
	
}
#page_kotei{
	width:100%;
	height:75px;
	background:#fff;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.6);
	position:absolute;
	z-index:100;
}
#h_top_area{
	height:5px;
	background:url(../images/head_bg.png) repeat-x;
}
#h_area{
	width:900px;
	margin:0px auto;
}
h1{
	width:346px;
	height:50px;
	background:url(../images/logo.png) no-repeat;
	background-size:auto 100%;
	text-indent:-9999px;
	margin-top:10px;
	margin-left:10px;
	float:left;
}
h1 a{
	width:346px;
	height:50px;
	display:block;
}
nav ul{
	list-style:none;
	float:right;
	margin:35px 10px 0px 0px;

}
nav ul li{
	height:20px;
	float:left;
	margin-left:25px;
	font-size:16px;
	font-weight:bold;
}
nav ul li a{
	color:#666666;
}
nav ul li a:hover{
	color:#214c86;
}
#nav03{
	background:url(../images/nav_icon01.png) no-repeat;
	background-size:auto 100%;
}
#nav03 a{
	display:block;
	padding-left:47px;
}
#nav04{
	background:url(../images/nav_icon02.png) no-repeat;
	background-size:auto 100%;
}
#nav04 a{
	display:block;
	padding-left:30px;
}
.contents{
	width:880px;
	margin:0px auto 40px;
	padding-top:15px;
}
.contents p{
	width:800px;
	margin:0px auto;
}
#midashi2{
	padding-top:75px;
}
h2{
	height:50px;
	background:url(../images/midashi2_bg.png) right bottom no-repeat #6c9bd2;
	background-size:auto 100%;
	color:#fff;
	text-align:center;
	font-size:28px;
	font-weight:bold;
	padding:25px 0px 15px 0px;
	margin-bottom:30px;
}
.contents_bg01{
	background:#fff;
}
.contents_bg01 h3{
	background-size:auto 100%;
	color:#000;
	text-align:center;
	font-size:28px;
	font-weight:bold;
	padding:15px 0px 15px 0px;
	margin-bottom:30px;
}
.contents_bg01 h4{
	width:820px;
	background:#f2f2f2;
	font-size:18px;
	font-weight:bold;
	padding:10px 0px 10px 20px;
	border-left:10px solid #214c86;
	margin:0px auto 30px;
}
.contents_bg01 p{
	
}
.contents_bg02{
	background:url(../images/midashi2_bg.png) right top no-repeat #6c9bd2;
	padding-bottom:30px;
}
.contents_bg03{
	background:url(../images/midashi2_bg.png) right top no-repeat #efefef;
	padding-bottom:30px;
}
.contents_bg02 h3{
	background-size:auto 100%;
	color:#fff;
	text-align:center;
	font-size:28px;
	font-weight:bold;
	padding:15px 0px 15px 0px;
	margin-bottom:30px;
}
.contents_bg02 h4{
	font-size:18px;
	font-weight:bold;
	margin:0px 0px 10px 40px;
	color:#fff;
}
.contents_bg02 p{
	color:#fff;
}
.contents_bg03 h3{
	background-size:auto 100%;
	color:#3b7bbf;
	text-align:center;
	font-size:28px;
	font-weight:bold;
	padding:15px 0px 15px 0px;
	margin-bottom:30px;
}
.contents_bg03 h4{
	font-size:18px;
	font-weight:bold;
	margin:0px 0px 10px 40px;
	color:#fff;
}
.contents_bg03 p{
	color:#fff;
}
#navlink01{
	padding-top:75px;
}
#navlink03{
	padding-top:75px;
}
.toi_button p{
	width:200px;
	margin:20px auto 40px;
}
.toi_button p a{
	background:#214c86;
	color:#fff;
	padding:10px;
	font-size:18px;
	font-weight:bold;
	width:200px;
	display:block;
	text-align:center;
}
.toi_button p a:hover{
	opacity:0.8;
}
footer{
	background:#214c86;
}
footer p{
	text-align:center;
	padding-top:140px;
	padding-bottom:100px;
	color:#fff;
}
#menu-cb , #ham-menu {
	display:none;
}
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 10px;
}
#pageTop i {
  padding-top: 6px
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 4px 0 4px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #ecedf3;
  color: #707070;
  font-weight: bold;
  font-size:20px;
  text-decoration: none;
  text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}