@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	font-style:normal;
	font-size:14px;
	color:#333;
	margin:0;
	padding:0;
	list-style-type:none;
	text-decoration:none;
	line-height:1;
	letter-spacing:1px;
	font-weight:normal;

}
 
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
 
html{
	overflow-y: scroll;
}
 
blockquote, q {
	quotes: none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
 
input, textarea {
	margin: 0;
	padding: 0;
}
 
ol, ul{
	list-style:none;
}
 
table{
	border-collapse: collapse; 
	border-spacing:0;
}
 
caption, th{
	text-align: left;
}
 
a:focus {
	outline:none;
}
 
.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
 
.clearfix {
	min-height: 1px;
}
 
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
 
.both{
	clear:both;
}
 
.inline_block {	
	display: inline-block;	
	*display: inline;	
	*zoom: 1;	
}


body{
	font-family:"Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	position:relative;
}

p{
	width:95%;
	margin:10px auto;
	background-size:189px;
	font-size:12px;
}

a:hover{
	opacity:0.8;
}

img{
	display:block;
}

h1{
	font-size:200%;
	font-weight:bold;
	letter-spacing:0.1em;
	text-align:center;
}



h3{
	width:95%;
	margin:0 auto;
	font-size:140%;
	font-weight:bold;
	border-bottom:1px solid #4ec4f5;
	padding-bottom:5px;
}


table{
	width:93%;
	margin:15px auto;
}

th{
	font-weight:normal;
	color:#333;
	background:#f2f2f2;
	padding:10px 0;
	width:30%;

}

td{
	padding:0 0 0 20px;
	background:#fff;

}


#toTop{
	position:fixed;
	bottom:10px;
	right:5px;
	display:block;
	z-index:998;
}

#toTop a{
	display:block;
	background:rgba(0,0,0,0.4);
	border-radius:50%;
	color:#fff;
	font-size:12px;
	padding:16px 10px;
}

.clear{
	clear:both;
}

#contents{
	margin:10px auto 0;
	width:1040px;
	overflow:hidden;
}



.area_all{
	margin:0 0 70px 0;
}

.area_all h2{
	margin-bottom:15px;
margin-top:50px;

}

.area_all ul{
	width:95%;
	margin:20px auto;
}

.area_all ul li{
	margin-bottom:15px;
	font-size:120%;
}

.area_all ul li:before{
	content:url("images/mark_03.png");
	position:relative;
	top:5px;
	padding-right:10px;
}

.area_01 h3{
	margin-top:30px;
}

header{
	background:#fff;
	width:100%;
	border-top: solid 3px #0d66c3;
}


header a{
	display:block;
}

.header_inner img{
	width:auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}


.header_inner{
	width:100%;
	margin:10px auto 20px;
	overflow:hidden;
}

header img{
	display:block;
}

#g_nav li{
	display:block;
	width:14.2%;
	float:left;
	text-align:center;
}

#g_nav li a{
	display:block;
	padding:12px 0;
	font-size:13.5px;
}

#g_nav li a:hover{
	background:#e7f8ff;
}


#g_nav ul{
	width:1040px;
	margin:0 auto;
	overflow:hidden;
	background:#fff;
}

#g_nav{
	padding:5px 0;
	background:#FFFFFF;
	border-bottom: solid 1px #f2f2f2;
	border-top: solid 1px #f2f2f2;

}

.left_contents{
	width:720px;
	float:left;
}

section{
	background:#fff;
	padding:10px 20px 20px 0;
}

.right_contents{
	width:310px;
	margin:0 10px 0 0;
	float:right;
}

.sitemenu li a{
	display:block;
	background:#fff;
	padding:11px 0 11px 17px;
	border-bottom:solid 1px #f2f2f2;
}

.sitemenu li a:before{
	content:url("images/sankaku.png");
	position:relative;
	top:2px;
	padding-right:10px;
}

.sitemenu li a:hover{
	background:#e7f8ff;
	opacity:1;
}

.sitemenu{
	width:100%;
	margin-top:10px;
}

.otoiawase_02{
	background:#fff;
	margin:20px auto 15px;
	border:solid 1px #0d66c3;
	padding:14px 0;
	border-radius:14px;
	box-shadow:0 1px 2px #aaa;
	cursor:default;
}

.otoiawase_02 a{
	display:block;
	cursor:default;
}

.otoiawase_02 img:hover,
.otoiawase_02 a:hover{
	opacity:1;
}

.otoiawase_02 img{
	width:100%;
	display:block;
	cursor:default;
}

.footer_inner{
	width:1040px;
	overflow:hidden;
	margin:0 auto;
	padding:10px 0;
}

footer{
	width:100%;
	background:#0d66c3;
	margin:40px 0 0 0;
}

.foot_botm{
	background:#dddddd;
	width:100%;
}

address{
	width:1040px;
	margin:0 auto;
	padding:10px 0 10px 0;

}

.foot_right_menu,
.foot_center_menu,
.foot_left_menu{
	width:230px;
	float:left;
}

.foot_right_menu{
	margin:0 0 0 25px;
}

.footer_inner li{
	margin:0 0 20px 0;
}

.tintai.png img{
	width:auto;
	float:right;
}
.top_bnr{
	overflow:hidden;
}

.top_bnr img{
	width:100%;
}

.top_left{
	float:left;
	width:48%;
	margin:0 1%;
}
.top_right{
	float:right;
	width:48%;
	margin:0 1%;
}

.info ul li{
	font-size:13px;
	margin:0 0 0 10px;
	border-bottom: solid 1px #f2f2f2;
	padding:10px 0 10px 0;
}
.postbox{
	overflow:hidden;
}


.post{
	width:31%;
	height: 350px;
	margin:5px 1%;
	background:#fff;
	float:left;
	border:solid 1px #0d66c3;
}

.post h3{
	width:98%;
	margin:10px auto;
	color:#0d66c3;
	border-bottom:dotted 1px #0d66c3;
	font-size:14px;
	box-sizing:border-box;
}

.post img{
	width:100%;
	height: 140px;
	margin:auto;
}

.post p{
	line-height:1.4;
}

.post p span{
	font-size:10px;
	margin-left:5px;
}

h2{
	border-bottom: solid 1px #f2f2f2;
	margin:30px 0 10px 0;
}
.foot_left{
	width:740px;
	float:left;
	margin:5px 0 0 0;
}

.foot_left ul li a{
	color: #ffffff;
}

.foot_right{
	width:300px;
	float:right;}

.foot_title{
	margin:0 0 20px 0;
	border-bottom: solid 1px #f2f2f2;
}
footer .footer_inner .foot_left .foot_title img{
	margin:0 0 15px 0;
}

.foot_right img{
	margin:30px auto ;
	float:right;
}

h4{
	background:#dddddd;
	padding:5px 0 5px 5px;
}

.sitemenu h2.menu_top{
	margin:0 0 10px 0;
}

.access{
	border-bottom: solid 1px #f2f2f2;
}

.access p{
	line-height:1.5
}
.info h2.info_top{
	margin:10px 0 5px 0;
}

section img.section_top{
	margin:16px auto 20px;
}

article{
	width:96%;
	margin:10px 2%;
}
article p{
	font-size:15px;
	line-height:1.8;
	margin:5px 0 15px 22px;
}

article h1 {
	letter-spacing: 0.2em;
	font-weight: normal;
	margin: 10px auto;
	text-align:left;
	font-size:20px;
	color: #fff;
	background: #0d66c3;
	padding: 12px 20px;
	box-sizing: border-box;
	margin: 10px auto;
	border-radius: 7px;
}

article h1:before {
	border-left: solid 6px #fff;
	content: "";
	margin: 0 12px 0 0;
	border-radius: 3px;
}

article h2 {
	color: #0d66c3;
	padding: 5px 0 5px 10px;
	border-bottom: 1px solid #0d66c3;
	border-left: 5px solid #0d66c3;
	margin: 15px 3% 20px;
	letter-spacing: 0.2em;
	font-weight: normal;
	font-size: 18px;
	width: 93%;
	overflow: hidden;
}

article h3 {
	width: 93%;
	margin: 15px 3% 20px;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 3px double #0d66c3;
	clear:both;
	padding:0 0 5px 10px;
}
article table th{
	width:30%;
	padding:10px 0 10px 10px;
	border-bottom:5px solid #fff;
}

article .postbox .post p{
	width: 95%;
	margin: 10px auto;
	background-size: 189px;
	font-size: 12px;
}
article .postbox{
	width:93%;
	margin:auto;
}



.baibai_left {
	float: left;
	width: 48%;
	margin: 20px auto;
}

img.eye_02,
img.eye_12,
img.eye_09,
img.eye {
	float: left;
	margin:0 15px 0 15px;
}

img.eye_13,
img.eye_16 {
	float: left;
	margin:0 15px 20px 15px;
}

article h5{
 width:90%;
 margin:5px auto 15px;
 font-size:130%;
 line-height:1.5em;
 font-weight:bold;
 color:#0d66c3;
}

article p span.small{
 font-size:80%;
}

article img.eye_r{
	float:right;
	margin:5px 0 0 1px ;
}

.art_bottom{
	margin:20px auto;
	width:100%;
}

p strong{
 font-weight:bold;
 font-size:110%;
 color:#a72326;
	
}

img.img_s{
 width:200px;
 margin:0 15px 0 10px;
}

table.jirei_table{
width:58%;
margin:0 auto;
}

.art_top{
	margin:5px 0 0 0;
}

.art_top a img{
	margin:10px 15px 10px 0;
}

.art_top p{
	width:45%;
	float:left;
	margin-top:20px;
}

a img:hover{
	opacity:0.8;
}

img.sign{
	float:right;
	margin-bottom:20px;
	
}
.link li{
	width:90%;
	margin:20px auto;
	text-decoration:underline;	
	
}

.link {
	margin-bottom:20px;
}

top_about img{
	float: left;
	margin:0 15px 20px 15px;
}

.flexslider{
	width:1040px;
	margin:10px auto 0;
}

img.slide_over{
	position:absolute;
	margin:0 50px;
	width:940px;
	z-index:999;
}

.flex-control-nav{
	bottom:-20px;
}


.index_post{
	width: 98%;
	margin: 10px 1% 30px;
	overflow:hidden;
}

.index_post p {
	font-size: 15px;
	line-height: 1.8;
	margin: 5px 0 15px 22px;
}

.index_post img{
	width:34%;
	float:left;
	margin-right:20px;
}

.fb_area ul{
	display: flex;
}

.fb_area ul li{
	width: 280px;
	text-align:center;
	margin-bottom:22px;
	margin-top: 5px;
	border-bottom:0 !important;
	padding:0;
}

.fb_area ul li a{
	font-size:20px;
	padding:59px 0;
	display:block;
	border:solid 1px #0d66c3;
	position:relative;
}

.fb_area ul li:first-child a span{
	color:#fff;
}


.fb_area ul li:last-child a span{
	color:#0d66c3;
}

.fb_area ul li a span{
	display:block;
	line-height:1.6em;
	margin-top:6px;
}

.fb_area ul li:first-child a{
	background:#0d66c3;
	color:#fff;
}

.fb_area ul li:last-child a{
	background:#fff;
	color:#0d66c3;
}

.fb_area ul li:last-child a:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 10px solid transparent;
	border-left-color: #0d66c3;
	top: 47%;
	right: 7px;
}

.fb_area ul li:first-child a:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 10px solid transparent;
	border-left-color: #fff;
	top: 47%;
	right: 7px;
}


h2 p strong{
	font-weight: bold;
	font-size: 200%;
	color: #a72326;
}

a.kanren{
	margin:30px auto;
	display:block;
	width:98%;
	
}

/*

a.kanren{
	padding:10px 0;
	border:1px solid #0d66c3;
	display:block;
	text-align:center;
	color:#0d66c3;
	font-size:16px;
	width: 98%;
	margin: 10px auto;
	background:#fafafa;
}

a.kanren:hover{
	background:#0d66c3;
	color:#fafafa;

}
*/
.baibai_list{
	width:90%;
	margin:10px auto;
}

.baibai_list li{
	border-bottom:dashed 1px #ccc;
	margin-bottom:15px;
	padding-bottom:5px;
}

.baibai_list li:before{
	content:"・";
	margin-right:1em;
}

.access_map{
	width:90%;
	margin:10px auto;
	text-align:center;
}

.form_table{
	width:95%;
	margin:10px auto;
	border-collapse:separate;
}

.form_table td,
.form_table th{
	padding:15px;
	box-sizing:border-box;
	background:#fff;
	border-bottom:solid 1px #0d66c3;
	font-size:16px;
	vertical-align:middle;
}

.form_table th{
	width:35%;
	position:relative;
	height:100%;
}

.form_table th span{
	font-size:10px;
	display:block;
}

.form_table th span.hissu{
	position:absolute;
	background:#f66;
	color:#fff;
	padding:3px 7px;
	right:0;
	top:42%;
	border-radius:4px;
}

.form_table th span.nini{
	position:absolute;
	background:#6c6;
	color:#fff;
	padding:3px 7px;
	right:0;
	top:42%;
	border-radius:4px;
}

.form_table th span.nini1{
	top:24%;
}

.form_table th span.nini2{
	top:65%;
}

.form_table td select,
.form_table td textarea,
.form_table td input[type="text"]{
	width:90%;
	padding:8px 12px;
	border:solid 1px #ccc;
	border-radius:7px;
	outline:none;
}

.form_table td select:focus,
.form_table td textarea:focus,
.form_table td input[type="text"]:focus{
	border:solid 1px #0d66c3;
}

.form_table td select{
	width:50%;
	margin-bottom:10px;
}

.form_table td textarea{
	height:7em;
}

#user_name,
#user_tel{
	width:60%;
}

.form_table td.sbmt_btn{
	border-bottom:none;
}


.sbmt_btn input[type="submit"]{
	width:80%;
	display:block;
	font-size:21px;
	margin:5px auto;
	background:#ddd;
	box-shadow:1px 1px 2px #fff inset,2px 2px 4px #aaa;
	border:solid 1px #ccc;
	border-radius:5px;
	padding:15px 0;
	color:#333;
}

.sbmt_btn input[type="submit"]:hover,
.sbmt_btn input[type="submit"]:active,
.sbmt_btn input[type="submit"]:focus{
	box-shadow:2px 2px 4px #fff inset;
	outline:none;
}

.err_mes{
	width:85%;
	margin:20px auto;
}
.err_mes li{
	font-size:15px;
	color:#f22;
	margin:10px auto;
}

article .about_tbl{
	width:90%;
	margin:10px auto;
}

article .about_tbl td,
article .about_tbl th{
	vertical-align:middle;
	padding:13px;
	box-sizing:border-box;
	line-height:1.6em;
}

.main_toi{
	width:98%;
	margin: auto;
}

.main_toi img{
	display:block;
	width:100%;
}

.access_h2{
	line-height:1.5;
}

.access_p{
	margin:5px 5%;
}

article table.provacy_ul{
	width:94%;
	margin:0 auto;
}


article table.provacy_ul th{
	width:4%;
	text-align:center;
	background:#fff;
	padding:10px 0;
}

article table.provacy_ul td{
	padding:0;
	line-height:1.5;
}