/*-----------------------------
▼▼reset▼▼
-----------------------------*/

* {
 margin:0; padding:0;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
 word-break: break-all;
 
}
header, footer, nav, article, section, aside { display: block; }

img { border:none; vertical-align:bottom; /*画像下部のスペースを消す*/-ms-interpolation-mode: bicubic; max-width:100%; }

h1,h2,h3,h4,h5,h6 { font-size:100%; }  

ol,ul { list-style:none; }  
	  
table{  
	border-collapse:collapse;  
	border-spacing:0;  
	margin:0;  
	padding:0;
	}  
	
address,caption,cite,code,dfn,em,strong,th,var {  
	font-style:normal;  
	font-weight:normal;  
	}  

caption,th { text-align:left; }  
	
a img,map a { border:none; }
	
.clearfix { zoom:1;}
.clearfix:after { content:""; display:block; clear:both; }
.clear { clear:both; }

form { margin:0; }

strong {
	font-weight: bold;
	font-style: normal;
}

.f-right { float:right !important; }

.migi { text-align:right; }

.t-big { font-size:20px !important; font-weight:bold; }
.t-small { font-size:10px !important; }

.aka { color:#ff0000; font-weight:bold; }

.bold { font-weight:bold; }
.cen { text-align:center; }
	
/*-----------------------------
▲▲ここまでreset▲▲
-----------------------------*/

body {
	width:100%;
	margin: 0;
	padding: 0;
	color: #333;
	font-family: Verdana, Helvetica, Arial, 'Osaka','ＭＳ Ｐゴシック',sans-serif;
	line-height: 175%;
}

a:link {
	color: #3300CC;
	text-decoration: underline;
}

a:visited {
	color: #551a8b;
	text-decoration: underline;
}

a:hover,a:active {
	text-decoration: none;
}


/*-----------------------------

-----------------------------*/

header {
	position: fixed;
	top:0;
	left:0;
	display:block;
	width:100%;
	background:#003366;
}
.head_logo { padding:5px; float:left; }
.head_tel { float:right; }

#head_nav,#foot_nav {
  margin:10px auto;
  text-align:center;
  font-size:0;
}
#head_nav li,#foot_nav li{
  font-size:12px;
  display:inline-block;
  width:25%;
}

#wrapper { padding-top:45px; }

.ttl-1 {
  color:#fff;
  text-align:center;
  margin:5px auto 10px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #bebebe;
  background: #003366;
  box-shadow: inset 0 1px 1px 0 #2e5b88;
}
.ttl-2 { margin-left:5px; border-left:solid 2px #003366; padding:2px 5px; margin-bottom:10px; }

.page_ttl {
	background:#dcdcdc;
	text-align:center;
	margin:10px 0 20px;
	
}


.search { width:95%; margin: 0 auto 20px; }
.search select { width:100%; margin-bottom:10px; padding:5px; font-size:18px; }
.search input[type="text"] { width:100%; margin-bottom:10px; padding:5px; font-size:18px; }
.search button { 
  color:#fff;
  padding:5px 0;
  font-size:14px;
  font-weight:bold;
  border:solid 1px #ddd;
  background: -moz-linear-gradient(top,#6b94d6 0%,#6b94d6 50%,#4a73c5 50%,#4a73c5);
  background: -webkit-gradient(linear, left top, left bottom,from(#6b94d6), color-stop(0.5,#6b94d6), color-stop(0.5,#4a73c5),  to(#4a73c5));
  width:100%;
  -webkit-appearance: none;
}
.totop { text-align:center; margin-top:20px; }
.totop a { text-decoration:underline !important; color:#3300CC !important; }

.notfound p {  margin-bottom:10px; padding:0 5px; font-size:14px; line-height:1.6; }

.searchbox { border:solid 1px #eee; width:95%; margin:0 auto 10px; padding:5px; }

.result_num { position:relative; font-size:14px; background:#eee; padding:5px;border-top:solid 1px #ddd; border-bottom:solid 1px #ddd; box-shadow: inset 0 1px 1px 0 #fff; }
.result_num span { font-weight:bold; }
.result_num2 { position:absolute; right:5px; top:5px; }

.result_wrap a { color:#333; text-decoration:none; }

.result { width:100%; border-bottom:solid 1px #eee; }
.result img { float:left; width:20%; margin-right:5px; //height:90px; }
.result div { overflow: hidden; }
.result span { line-height:1.2; }

.result_name { display:block; font-weight:bold; margin:5px 0; }
.result_address { display:block; font-size:14px; margin-bottom:5px; }
.result_area { font-size:12px; }
.result_organization { font-size:12px; }

.pager { text-align:center; margin-top:10px; }
.pager span { display:inline-block; border:solid 1px #eee; }
.pager a { display:block; padding:5px 10px; background:#6b94d6; color:#fff; }
.pager .active { padding:5px 10px; }


.data { padding:5px; }
.data img { width:30%; float:left; }
.data div { width:68%; float:right; }
.data .data_name { display:block; font-size:18px; font-weight:bold; border-bottom:solid 1px #333; }
.data .data_address { display:block; font-size:14px; }
.data_appeal { width:95%; margin:0 auto 10px; border:solid 2px #eee; border-radius:5px; padding:5px; font-size:12px; line-height:1.4; }
.data_mendan a {
  color:#fff;
  padding:5px 0;
  font-size:14px;
  font-weight:bold;
  border:solid 1px #ddd;
  background: -moz-linear-gradient(top,#6b94d6 0%,#6b94d6 50%,#4a73c5 50%,#4a73c5);
  background: -webkit-gradient(linear, left top, left bottom,from(#6b94d6), color-stop(0.5,#6b94d6), color-stop(0.5,#4a73c5),  to(#4a73c5));
  width:95%;
  margin:0 auto 10px;
  text-align:center;
  text-shadow:1px 1px 0 #333;
  display:block;
  text-decoration:none;
}
.data_table { font-size:12px; width:95%; margin:0 auto; border:solid 1px #999; line-height:1.6; }
.data_table th { width:25%; padding:3px; border:solid 1px #999; background:#ececff; }
.data_table td { width:75%; padding:3px; border:solid 1px #999; }

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin:10px;
}
 
.ggmap iframe,
.ggmapr object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding:10px 2.5%;
}

.guide {
	font-size:14px;
	padding-left:7px;
}
.li_normal {
	background:url(https://img.zeijimu.com/image/sp_point.gif) no-repeat 1px 4px;
	font-weight:bold;
	padding-left:17px;
	line-height:150%;
}
.li_normal2 {
	font-weight:bold;
	font-size:10px;
	padding:0 0 5px 17px;
	line-height:100%;
}
.guide li span {
	color:#ff0000;
}
.guide_s {
	font-size:10px;
	font-weight:normal;
	color:#333;
	line-height:100%;
	background:none;
}

.imasugu { text-align:center; margin:20px 0; }
.tel_btn { margin-bottom:10px; }
/*-----------------------------
jirei
-----------------------------*/
#jirei {
	margin-bottom:30px;
}
#jirei h3 {
	text-indent:-9999px;
	background:url(https://img.zeijimu.com/image/sp_jirei_ttl.gif) no-repeat 9px 0;
}
#jirei p {
	font-size:12px;
}
.waku {
	border:solid 1px #dcdcdc;
	width:90%;
	margin:0 auto 0;
	padding:5px;
}
.jirei_kiji {
	margin-bottom:10px;
}
.jirei_kiji h1 {
	background:url(https://img.zeijimu.com/image/sp_jirei_icon.gif) no-repeat;
	font-size:12px;
	height:30px;
	padding:5px 0 0 40px;
}
.jirei_kiji li {
	font-size:12px;
	line-height:130%;
}
/*-----------------------------
when
-----------------------------*/
#when {
	margin:20px 0;
}
#when h3 {
	text-indent:-9999px;
	background:url(https://img.zeijimu.com/image/sp_when_ttl.gif) no-repeat 9px 0;
}
#when p {
	line-height:150%;
	margin-bottom:15px;
}
/*-----------------------------
faq
-----------------------------*/
#faq {
	margin-bottom:30px;
}
#faq h3 {
	text-indent:-9999px;
	background:url(https://img.zeijimu.com/image/sp_faq_ttl.gif) no-repeat 9px 0;
}
.faqttl {
  border:solid 1px #ddd;
  border-bottom:solid 3px #003366;
  border-radius:5px 5px 0 0;
  width:95%;
  margin:0 auto 10px;
  padding:3px 5px;
  
}
/*-----------------------------
faq_date
-----------------------------*/
#faq_date {
	margin-bottom:30px;
}
#faq_date h3 {
	text-indent:-9999px;
	background:url(https://img.zeijimu.com/image/sp_faq_ttl_1.gif) no-repeat 9px 0;
}
/*
#faq_date h4 {
	margin:20px 0 5px 0;
	padding:0 0 0 10px;
}
*/
/*-----------------------------
fee
-----------------------------*/
#fee {
	margin:20px auto 30px;
}
#fee h3 {
	text-indent:-9999px;
	background:url(https://img.zeijimu.com/image/sp_fee_ttl.gif) no-repeat 9px 0;
}
#fee h4,.h4ttl {
		background:#f2f2f2;
		font-size:14px;
		margin:5px auto 10px;
		padding-left:5px;
}

#fee section {
	margin-bottom:15px;
}
#fee p {
	font-size:14px;
	padding:0 10px;
	line-height:130%;
	margin-bottom:10px;
}
#fee span {
	color:#ff0000;
	font-weight:bold;
}
.fee_img {
  text-align:center;
  margin-bottom:10px;
}
/*-----------------------------
prof
-----------------------------*/
#prof {
	margin-bottom:30px;
}
#prof h3 {
	text-indent:-9999px;
	background:url(https://img.zeijimu.com/image/sp_prof_ttl.gif) no-repeat 9px 0;
}
.prof_waku {
	background:#fff0e1;
	border:solid 1px #dcdcdc;
	width:290px;
	margin:0 auto 0;
	padding:5px;
}
.prof_waku p {
	float:right;
}
.prof_waku ul {
	float:left;
	padding-right:5px;
}
.prof_waku table {
	clear:both;
	font-size:12px;
	background:#fff;
	line-height:150%;
	margin-top:10px;

}
.prof_waku table th {
	width:80px;
	padding-left:20px;
	vertical-align:top;
}
.prof_waku table td {
	padding:0 20px 0 10px;
}
.prof_1 {
	font-weight:bold;
}
.prof_1 span {
	font-size:10px;
}
.prof_2 {
	font-size:10px;
	padding:0 0 20px 40px;
	line-height:100%;
}
.prof_3 {
	text-align:center;
	font-size:14px;
	line-height:130%;
}
/*-----------------------------
office
-----------------------------*/
#office table {
	width:300px;
	margin:0 auto 0;
}
#office th {
	width:90px;
	border:solid 1px #999999;
	background-color:#D0ECFF;
	color:#525252;
	font-weight:bold;
	padding:5px;
	font-size:12px;
	line-height:120%;
	text-align:center;
}

#office td {
	padding:5px;
	border:solid 1px #999999;
	font-size:12px;
	line-height:150%;
}
/*-----------------------------
privacy
-----------------------------*/
#privacy {

}
#privacy section {
	margin-bottom:20px;
}
.prv_ttl {
	background:url(https://img.zeijimu.com/image/sp_point.gif) no-repeat 6px 4px;
	font-weight:bold;
	padding:0 0 5px 23px;
	line-height:130%;
}
#privacy p {
	padding:0 5px 0;
	line-height:130%;
	margin-bottom:10px;
}
#privacy ul {
	padding:5px 15px 15px;
}
#privacy li {
	line-height:120%;
	margin-bottom:5px;
}
#privacy li:last-child {
	margin-bottom:0px;
}
/*-----------------------------
inq
-----------------------------*/
.inq {
 margin:20px 10px 10px;
 padding: 10px;
 border: 1px solid #FFFFFF;
 background-color: #ececec;
 background-image: -webkit-gradient(linear,left top,left bottom,from(#FFFFFF),to(#ECECEC));
 -webkit-border-radius: 8px;
 border-radius: 8px;
 -webkit-box-shadow: 0 0 3px #333333;
 box-shadow: 0 0 3px #333333;
 line-height:1.2;
}
.inq_head {
	font-size:20px;
	font-weight:bold;
	text-align:center;
}
.inq h3 {
	text-align:center;
	font-size:20px;
	padding-bottom:5px;
}
.inq p {
	line-height:130%;
	font-size:14px;
}
.inq form {
	margin-top:20px;
}
.inq dl {
 margin-bottom: 20px;
}

.inq dt {
 font-weight: bold;
  clear:both;
  margin-bottom:5px;
}

.inq dd {
 margin-bottom: 10px;

}

input {
 padding: 5px;
 font-size: 14px;
}



input[type="email"],
input[type="url"],
input[type="text"] {
 width: 100%;
}
.inq select {
  width:100%;
  padding:5px;
}
.inq textarea { width:100%; }


.adress {
	width:250px;
}
input[type="radio"] {
 margin-right:5px;

}
label.radio {
	background:#f9f9f9; 
	width:auto;
	border:1px solid #CCC;
	display:inline-block;
	margin:0 0 10px 0;
	padding:5px;
	 display:inline;
 float:none;
}


input[type="submit"] {
	padding: 5px 10px;
	width: auto;
	color:#fff;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #888), color-stop(0.50, #777), color-stop(0.50, #666), color-stop(1, #777));
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-left:1px solid #444;
	text-shadow:0 -1px 0px #333,0 1px 0px #555;
	box-shadow: 1px 0px 0px rgba(225,225,225,0.3) inset,
	-1px 0px 0px rgba(225,225,225,0.3) inset,
	0px 1px 1px rgba(0,0,0,0.1) inset,
	0px -1px 1px rgba(0,0,0,0.3) inset,
	0px 1px 3px #666;


}

input[type="checkbox"] {
	margin-right:5px;
}
label.check {
	background:#f9f9f9; 
	width:150px;
	border:1px solid #CCC;
	display:inline-block;
	margin:0 0 10px 0;
	padding:5px;
}
.submit {
 text-align: center;
}
.inq dt span {
 padding: 3px;
 vertical-align: text-bottom;
 color: #fff;
 background-color: #cc0000;
 font-weight: bold;
 font-size: 11px;
 -webkit-border-radius: 4px;
 border-radius: 4px;
 line-height:160%;
}
.isogi {
	font-size:16px;
	font-weight:bold;
	color:#ff0000;
	line-height:150%;
}
.inq_imasugu p {
	font-size:12px;
	text-align:center;
	line-height:110%;
}
.inq_imasugu {
	margin:0px auto 20px;
}
.memo input {
	height:50px;
	width:250px;
}
/*-----------------------------
flow
-----------------------------*/
#flow {
	margin-bottom:30px;
}
#flow h3 {
	text-indent:-9999px;
	background:url(https://img.zeijimu.com/image/sp_flow_ttl.gif) no-repeat 9px 0;
}
.flow_box h1 {
	background:#666666;
	color:#fff;
	font-size:16px;
	padding-left:10px;
	margin-bottom:15px;

}
.flow_box img {
	float:left;
	padding:0 5px 5px 0;
}
.flow_box p {
	font-size:14px;
	line-height:130%;
	
}
.redarrow {
	background:url(https://img.zeijimu.com/image/sp_redarrow.gif) no-repeat top center;
	height:20px;
}
/*-----------------------------
アコーディオン
-----------------------------*/
.acordion{
	width:90%; 
	margin:0px auto 20px;
	line-height:130%;
	background:#fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	border-radius:5px;
}
 
.trigger{
	width:100%;
	min-height:30px;
    padding:10px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e5e5e5), color-stop(0.00, #ffffff));
    background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    border-radius:5px;
    font-size:88%;
}
 
.trigger.active{
    border-radius:5px 5px 0 0;
    border-bottom:1px solid #cfcfcf;
}
 
.acordion_tree{ padding:15px; }
.acordion_tree p { margin-bottom:15px; }
.acordion_tree p:last-child { margin-bottom:0; }

.open-close {
    float:right;
    text-indent:-9999px;
    display:block;
    margin:7px 5px 0 0;
    height:11px;
    width:20px;
    background-image:url(https://img.zeijimu.com/image/sp_open.png);
    background-repeat:no-repeat;
   -webkit-background-size:20px 11px;
}
 
.trigger.active .open-close{
    background:url(https://img.zeijimu.com/image/sp_close.png);
    background-repeat:no-repeat;
    -webkit-background-size:20px 11px;
}
#foot_nav {
	margin-top:20px;
}
#foot_nav:after {
	display:block;
	clear:both;
	content:'';
}
footer {
	line-height:100%;
	margin-top:20px;
}
footer small {
	background:#003366;
	text-align:center;
	display:block;
	height:25px;
	padding-top:5px;
	color:#fff;
}
.map {
	margin:20px 0 0;
	text-align:center;
}
.photo {
	font-size:12px;
	text-align:center;
	line-height:110%;
	margin-bottom:15px;
}
.topback {
	text-align:center;
	margin:10px 0;
}
.topback a {

	font-size:16px;
}
.yasumazu {
	font-size:12px;
	background:#003366;
	text-align:center;
	color:#fff;
	text-shadow: 1px 1px 0px #000;
	margin-bottom:5px;
}
.test {
	font-size:16px;
}
.submit2 {
	width:auto;
	text-align:center;
	margin:0 auto 10px;
}