@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;
}
.hide_s{
	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:60px;
	background:#fff;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.6);
	position:absolute;
	z-index:99;
}
#h_top_area{
	height:5px;
	background:url(../images/head_bg.png) repeat-x;
}
#h_area{
	width:100%;
	margin:0px auto;
}
h1{
	width:300px;
	height:40px;
	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:300px;
	height:40px;
	display:block;
}
nav ul{
	list-style:none;
	float:right;
	margin:35px 10px 0px 0px;
	display:none;
}
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:320px;
	margin:0px auto 40px;
	padding-top:15px;
}
.contents p{
	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:300px;
	background:#f2f2f2;
	font-size:16px;
	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:16px;
	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:16px;
	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;
}
#ham-menu {
    background-color: #ffffff; /*メニュー背景色*/
    box-sizing: border-box;
    height: 100%;
    padding: 5px 20px; /*メニュー内左右上下余白*/
    position: fixed;
    right: -190px; /*メニュー横幅 width と合わせる*/
    top: 0;
    transition: transform 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
    width: 190px; /*メニュー横幅*/
    z-index: 99;
}
#menu-background {
    background-color: #333; /*黒背景*/
    display:block;
    height: 100%;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
    width: 100%;
    z-index: -1;
}

#menu-icon {
	background:url(../images/s_nav.png) no-repeat center;
	background-size:100% auto;
    background-color: #ffffff; /*アイコン部分背景色*/
    border-radius: 0 0 0 10px; /*左下角丸*/
    color: #333; /*アイコン（フォント）色*/
    cursor: pointer;
    display: block;
    font-size: 50px; /*アイコン（フォント）サイズ*/
    height: 50px; /*アイコン縦高さ*/
    line-height: 50px; /*縦位置中央化*/
	margin-top:5px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px; /*アイコン横幅*/
    transition: all 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
    z-index: 100;
}
#menu-cb {
    display: none; /*チェックボックス本体は消しておく*/
}

#menu-cb:checked ~ #ham-menu,
#menu-cb:checked ~ #menu-icon {
    transform: translate(-190px); /*メニュー本体横幅 width と合わせる*/
}
#menu-cb:checked ~ #menu-icon {
   	background:url(../images/s_nav_c.png) no-repeat;
	background-size:100% auto;
    background-color: #ffffff;/*アイコン部分背景色*/
    border-radius: 0 0 0 10px; /*左下角丸*/
    color: #000; /*アイコン（フォント）色*/
    cursor: pointer;
    display: block;
    font-size: 50px; /*アイコン（フォント）サイズ*/
    height: 50px; /*アイコン縦高さ*/
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px; /*アイコン横幅*/
    transition: all 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
    z-index: 100;
	padding:0px 0px;
}
#menu-cb:checked ~ #menu-background {
    opacity: 0.5;
    z-index: 99;
}

#ham-menu ul{
	list-style:none;
	border-bottom:1px solid #000;
}
#ham-menu ul li{
	height:50px;
	border-top:1px solid #000;
}
#ham-menu ul li a{
	height:25px;
	padding-top:15px;
	display:block;
	color:#000;
	text-decoration:none;
}
#ham-menu #s_tel{
	width:50px;
	height:60px;
	background:url(../images/s_phone.png) no-repeat;
	background-size:100% auto;
	float:left;
	margin-left:10px;
	margin-right:20px;
}
#ham-menu #s_tel a{
	width:50px;
	height:60px;
	display:block;
}
#ham-menu #s_mail{
	width:50px;
	height:60px;
	background:url(../images/s_mail.png) no-repeat;
	background-size:100% auto;
	float:left;
}
#ham-menu #s_mail a{
	width:50px;
	height:60px;
	display:block;
}
#ham-menu ul li.second_menu{
	text-indent:20px;
	font-weight:normal;
	border-top:1px dashed #000;
}
#ham-menu ul li.second_menu a{
	font-weight:normal;
}
#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;
}