@charset "UTF-8";
/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{
	margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;
}body{
	line-height:1;
}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display:block;
}ul{
	list-style:none;
}blockquote,q{
	quotes:none;
}blockquote::before,blockquote::after,q::before,q::after{
	content:none;
}a{
	margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;
}del{
	text-decoration:line-through;
}abbr[title],dfn[title]{
	border-bottom:1px dotted;cursor:help;
}table{
	border-collapse:collapse;border-spacing:0;
}hr{
	display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;
}input,select{
	vertical-align:middle;
}


/*
アイコン
「lib」フォルダ消さないで
------------------------------------
http://fontawesome.io/icons/
================================== */

/*================================================
 *  一般・共通設定 
================================================*/
/* コンテンツ幅1280px */
body{
	font-size:0.9em;
	color:#333;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
	background: #fefefe;
	background-position: 0 0, 10px 10px;
	background-size: 20px 20px;
}

.inner{
	position:relative;
	max-width:1280px;
	width:100%;
	margin:0 auto;
}

header{
	box-sizing:border-box;
	position:relative;
	background:#fcfcfc;
}

nav{
	width:100%;
	background:#fff;
	box-shadow:0 1px 2px #d0d8dc;
	⁄zoom:1;
}
nav::after{
	content:'';
	display:block;
	clear:both;
}
#contents{
	overflow:hidden;
	max-width:1220px;
	width:calc(100% - 40px);
	margin:10px auto;
	padding: 35px 15px 20px 25px;
	background:#fff;
}
#main{
	box-sizing:border-box;
	overflow:hidden;
	float:left;
	width:75%;
	margin-bottom:2em;
}

.contaner{
	box-sizing:border-box;
	overflow:hidden;
	float:left;
	width:100%;
	padding:0.5em 2em 2em 0.5em;
	margin-bottom:0em 1em 2em 1em;
}

#sub{
	box-sizing:border-box;
	overflow:hidden;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	width:23%;
}
#sub h3{
	margin-bottom:0.25em;
	padding:5px;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	background:#72a2ee;
}

.kadumaru{
	background:#eee;
	padding:1em;
	font-size: 1.0em;
	font-weight: bold;
	border-radius: 10px;        /* CSS3草案 */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */  
}




a.btn-blue{
	display: block;
	width: 98%;
	text-decoration: none;
	font-weight: bold;
	font-size:1.1em;
	line-height: 33px;
	padding:10px;
	color: #fff;
	border: 1px solid #fff;
	border-bottom: 1px fff;
	background: #72a2ee;
}
a:active.btn-blue{
	 box-shadow: none;
}

a{
	color:#333;
	text-decoration:underline;
}
a:hover{
	color:#333;
	text-decoration:none;
}

h2{
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:0.6em;
	padding: 0.2em 0.4em;/*文字の上下 左右の余白*/
	border-left: solid 10px #72a2ee;/*左線*/
	border-bottom: solid 3px #72a2ee;/*下線*/
}
#main h3{
	margin-bottom:0.8em;
	padding:5px 10px 3px 10px !important;
	color:#fff;
	font-size:1.25em!important;
	font-weight:bold;
	background:#72a2ee;
}
h4{
	margin:0.8em 0 1em 0;
	width:99%;
	font-size:1.2em;
	font-weight:bold;
	color:#096ca1;
	border-bottom:3px solid #096ca1;
}
h5{
	margin-bottom:0.25em;
	padding: 5px 0px 5px 10px;
	color:#fff;
	font-size:1.1em;
	background:#096ca1;
}
h6{
	margin-top:0.5em;
	margin-bottom:0.25em;
	color:#096ca1;
	font-size:1em;
	font-weight:bold;
}
.maker{
	background: linear-gradient(transparent 70%, #ffb6aa 90%);
	font-size:1.5em;
}

p{
	margin:0 0.5em 0 1em 0.8em;
}
img{
	vertical-align:bottom;
}
em{
	font-weight:bold;
}
strong{
	font-weight:bold;
	color:#ff0000;
}
pre{
	margin:1em 0;
	padding:1em;
}
blockquote{
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}
ul,ol,dl{
	margin:0 0 1em 0;
}
ul li{
	list-style:disc;
}
ol li{
	list-style:decimal;
}
li{
	margin-left:2em;
}
dt{
	margin-bottom:0.5em;
}
dd{
	margin-bottom:1em;
}
table{
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
	background:#fff;
}
th{
	padding:10px;
	text-align:left;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#eee;
}
td{
	padding:10px;
	border:1px solid #ddd;
}

.table_mini{
	font-size:0.6em
;
}
.center,
.center_top{
	text-align:center;
	margin: 0px auto;
}
.right{
	text-align:right;
	margin: 0px auto;
}
.w100{
	width:100%;
}

/*================================================
 *  PC用とSP用で画像/コンテンツ切り替え
 ================================================*/
@media screen and (max-width:767px) {
	.pc{
		display: none !important;
	}
	.sp{
		display: block !important;
	}
}
@media print, screen and (min-width:768px) {
	.pc{
		display: block !important;
	}

	.sp{
		display:none !important;
	}
}

/*================================================
 *  ヘッダー
 ================================================*/
.summary{
	position:absolute;
	top:0;
	right:20px;
	margin:0;
}
@media screen and (max-width:767px) {
	h1{
		height:75px;
	}
	h1 img{
		margin: left 0px;
		text-align:left;
		max-width:370px;
		width: calc(100% - 60px);
		max-height:70px;
	}
}
.module,.module2{
	font-size: 1.2em;
	margin-top:5px;
	margin-left: 30px;
	line-height:28px;
	display: inline-block; /*for modern*/
	/display: inline; /*for ie5～7*/
	padding: 0;
}
.module ul li,.module2 ul li{
	list-style-type: none;
	display:inline-block;
	margin-left:2px;
}
/*================================================
 *  検索窓
 ================================================*/
.key{
	display: -webkit-flex;
	width:300px;
	height: 36px;
	margin-top:-10px;
	margin-left:190px;
	background-color:#72a2ee;
	background-image : url(img_ico_search.png);
	border-radius: 5px;
	background-repeat:no-repeat;
	background-position:8px 3px;
	-webkit-align-items: center;
	align-items: center;
}
.searchform_key input[type="text"]{
	width:175px;
	height:24px;
	margin-top:3px;
	margin-left:50px;
	padding:3px;
	border: none;
	background:#fff;
	color:#777;
	vertical-align: middle;
	-webkit-align-items: center;
	align-items: center;
}
#searchform2 input[type="submit"]{
	width:60px;
	height:26px;
	border: 0 none;
	background: #444;
	font-weight:bold;
	font-size:1.2em;
	color:#fff;
	vertical-align: middle;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
@media print, screen and (min-width:768px) {
	nav{
		box-shadow:0 1px 3px #999;
		height:50px;
		font-size:1.2em;
		z-index:993;
	}
	/* 1段目 */
	nav ul{
		text-align: center;
		margin:0;
		padding:0;
		position: relative;
	}
	nav ul li{
		width:20%;
		float:left;
		margin:0;
		padding:0;
		text-align:center;
		list-style:none;
		border-right:1px solid #ccc;
		position: relative;
	}

	nav ul li:last-child{
		width:19%;
		border-right:0px;
	}
	nav ul li a{
		display:block;
		margin:0;
		padding: 0;
		background:#fefefe;
		color:#333;
		font-size:1.1em;
		font-weight:bold;
		line-height:48px;
		text-decoration:none;
		/* ここで動く速度とか設定 */
		transition: all .3s ease;
		-webkit-transition: all 1s ease;
	}
	nav ul > li:hover > a{
		background:#aaa;
		color:#fff;
	}

	nav ul .subnav > a::after{
		position:absolute;
		content:"";
		top:20px;
		width:0;
		height:0;
		margin-left:10px;
		border:5px solid transparent;
		border-top-color:#fff;
	}

	nav ul .subnav .subnav > a::after{
		content:"";
		border:none;
	}

	/* 2段目 */
	nav ul li ul{
		list-style:none;
		position:absolute;
		z-index:993;
		top:100%;
		left:0;
		width:100%;
		margin:0;
		padding:0;
	}

	nav ul li ul li{
		overflow:hidden;
		width:150%;
		height:0;
		color:#fff;
		transition:.2s;
	}

	nav ul li ul li:first-child{
		width:150%;
	}

	nav ul li ul li a{
		padding:13px 15px;
		text-align:left;
		background:#7c0c0c;
		font-weight:normal;
	}

	nav ul li:hover > ul > li{
		overflow:visible;
		height:40px;
		border-bottom:1px solid #8c0e0e;
	}

	nav ul li:hover ul li:last-child{
		border-bottom:none;
	}

	nav ul li:last-child ul{
		left:-50%;
	}

	nav ul li ul li ul::before{
		position:absolute;
		content:"";
		top:13px;
		left:-20px;
		width:0;
		height:0;
		border:5px solid transparent;
		border-left-color:#fff;
	}

	nav ul li:last-child ul li ul::before{
		position:absolute;
		content:"";
		top:13px;
		left:200%;
		margin-left:-20px;
		border:5px solid transparent;
		border-right-color:#fff;
	}

	/* 3段目 */
	nav ul li ul li ul{
		top:0;
		left:100%;
	}

	nav ul li ul li ul li{
		width:100%;
	}

	nav ul li ul li ul li:first-child{
		width:100%;
	}

	nav ul li ul li:hover ul li{
		border-bottom:1px solid #6d0c0c;
	}

	nav ul li:last-child ul li ul{
		left:-100%;
	}

	nav ul li ul li ul li a{
		background:#590000;
	}

	nav ul li ul li ul li a:hover{
		background:#420404;
	}

	.gnav{
		display:block !important;
	}

	#spMenu{
		display:none;
	}

	.fixed{
		position:fixed;
		top:0;
		left:0;
	}
}

/*================================================
 *  トピックパス（パンくずリスト）
 ================================================*/
#topicpath{
	height:30px;
	margin-bottom:20px;
	padding:10px 5px 5px 2px;
	background:#fff;
}
.breadcrumb{
	line-height: 30px;
	padding: 1px;
	width:100%;
}
ol.breadcrumb{
	list-style-type:none;
}
ol.breadcrumb li{
	float:left;
	display: block;
}
ol.breadcrumb li a{
	display: block;
	background: #a2dc43;
	height: 30px;
	position: relative;
	text-decoration: none;
	color: #fff;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	margin-left:1px; /* 追加　*/
}
ol.breadcrumb li a::before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: -30px;
	border: 15px solid transparent;
	background: #a2dc43;
	border-left-color: transparent;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
}
ol.breadcrumb li a::after{
	z-index: 1;
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	right: -30px;
	border: 15px solid transparent;
	border-left-color: #a2dc43;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
}

ol.breadcrumb li:first-child a{
	margin-left:-30px;
	padding-left: 15px;
}
ol.breadcrumb li:first-child a::before{
	display:none;
}

ol.breadcrumb li a:hover{
	background: #fa6c95;
	color: #fff;
	text-decoration: none;
}
ol.breadcrumb a:hover::before{
	background: #fa6c95;
	border-left-color: transparent;
}
ol.breadcrumb li a:hover::after{
	border-left-color: #fa6c95;
}

/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li{
	margin:0;
	padding:0;
	list-style:none;
}
.submenu li a::before{
	content:"\0025a0";
	color:#000;
}
.submenu li a{
	display:block;
	padding:5px 2px;
	color:#000;
	border-bottom:1px dotted #ddd;
	text-decoration:none;
}
.submenu li a:hover{
	background:#eee;
}

.bnr{
	overflow:hidden;
}
.bnr ul{
	overflow:hidden;
}
.bnr li{
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
.bnr li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.bnr img{
	width:100%;
}

.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*================================================
 *  お知らせ
 ================================================*/
.info_new ul{
	margin:5px;
	padding:0;
	line-height:1.8;
	width:98%;
	list-style:none;
}
.info_new ul li{
	position:relative;
	margin:0 0 1px;
	padding:10px 5px 10px 10em;
	border-bottom:1px dotted #ccc;
}
.info_new ul li span.date{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:9em;
	margin:0;
	padding:10px 0 10px 5px;
}

.box_srcollbar{
	overflow:auto;
	width:100%;
	height:300px;
}

/*================================================
 *  フッター
 ================================================*/
footer{
	clear:both;
	box-sizing:border-box;
	width:100%;
	margin:0 auto;
}
.footmenu{
	width:100%;
	padding:10px 0;
	overflow:hidden;
	background:#f0f8ff;
}
.footmenu ul{
	position:relative;
	float:left;
	left:50%;
	margin:0;
	padding:0;
}
.footmenu li{
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 15px;
	font-size:1em;
	text-align:center;
}
.footmenu a{
	text-decoration:none;
	position: relative;
	display: inline-block;
	transition: .3s;
}
.footmenu a::after{
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #333;
	transition: .3s;
}
.footmenu a:hover::after{
	width: 100%;
}
.footmenu a:hover{
	color:#333;
}
.add{
	clear:both;
	padding:10px;
	text-align:center;
	color:#333;
	background:#eee;
}
.add a:link{
	color: #333;
}
.add a:visited{
	color: #333;
}
.add a:hover{
	color: #fa6c95;
}
.add a:active{
	color: #fa6c95;
}
.copyright{
	clear:both;
	padding:10px;
	text-align:center;
	color:#fff;
	background:#333;
  font-size:0.8em;
}
/*================================================
 *  ページトップへの戻り
 ================================================*/
#page-top{
	position:fixed;
	bottom:15px;
	right:15px;
}
#page-top a{
	display:block;
	text-decoration:none;
}
#page-top img{
	background:#fa6c95;
}

#page-top a:hover{
	background:#fa6c95;
}

#page-top img:hover{
	background:#75a9ef;
}

/*================================================
 *  ボタン設定
 ================================================*/
.mini_right_btn{
	display: inline-block;
	text-align: right;
	float: right;
	padding: 3px 15px;
	font-size:.7em;
	text-decoration: none;
	background: #a2dc43;		/*ボタン色*/
	color: #fff;
	border-radius: 3px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	color:#fff;
}
.mini_right_btn:hover{
	background:#fa6c95;
	color:#fff;
}
.btn{
	display: inline-block;
	width:40%;
	text-align: center;
	float: center;
	padding: 3px 15px;
	font-size:1.3em;
	font-weight:bold;
	text-decoration: none;
	background: #a2dc43;		/*ボタン色*/
	color: #fff;
	border-radius: 10px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
.btn_full{
	display: inline-block;
	width:90%;
	text-align: center;
	float: center;
	padding: 3px 15px;
	font-size:1.3em;
	font-weight:bold;
	text-decoration: none;
	background: #a2dc43;		/*ボタン色*/
	color: #fff;
	border-radius: 10px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.btn_full2{
	display: inline-block;
	width:90%;
	text-align: center;
	float: center;
	padding: 20px 10px;
	font-size:1.5em;
	font-weight:bold;
	text-decoration: none;
	background: #37cddb;		/*ボタン色*/
	color: #fff;
	border-radius: 10px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

/* 戻る　ボタン */
.square_btn{
	position: relative;
	display: inline-block;
	padding: 0.25em 0.5em;
	text-decoration: none;
	color: #FFF;
	background: #03A9F4;/*色*/
	border: solid 1px #0f9ada;/*線色*/
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.square_btn:active{
	/*押したとき*/
	border: solid 1px #03A9F4;
	box-shadow: none;
	text-shadow: none;
}

/*　角丸　*/
.kadumaru{
	background:#eee;
	padding:1em;
	font-size: 1.0em;
	font-weight: bold;
	border-radius: 10px;        /* CSS3草案 */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */  
}

/*　参照　*/
.showme{
	font-size:1.0em;
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}


/*================================================
 *  クラス
 ================================================*/
.list{
	padding:0 0 0 0.5em;
}
.list li{
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	background : url(img_check.png) 0px 5px / auto auto no-repeat scroll padding-box border-box transparent;
}
.list2 ul{
	font-size: 0;
}
.list2 li{
	display: inline-block;
	width:45%
;
}
.info{
	overflow: scroll;
	overflow-x: hidden;
	height:415px;
	background:#eee;
}
.info dt{
	border-bottom:none;
}
.info dd{
	padding-bottom:.5em;
	border-bottom:1px solid #ddd;
}

/*================================================
 *  タブレット・スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	.inner{
		min-width:320px;
		width:100%;
	}
	#contents{
		box-sizing:border-box;
		min-width:320px;
		width:100%;
		padding:0 10px;
	}
	.lock{
		overflow:hidden;
	}
	header{
		z-index:992;
		box-sizing:border-box;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		padding:5px 10px;
	}
	.summary{
		position:relative;
		top:auto;
		right:auto;
		margin-top:2px;
	}
	.module,.module2{
		display:none;
	}
	.key{
		width:100%;
		margin-left:0px;
		background-image: none;
		margin-top:5px;
		margin-bottom:5px;
	}
	.searchform_key input[type="text"]{
		width: calc(100% - 90px);
		margin-left:10px;
	}
	#main{
		float:none;
		width:100%;
	}
	#sub{
		float:none;
		width:100%;
	}
	footer{
		width:100%;
	}
	nav{
		background:#17184b;
	}
	nav ul{
		margin:0;
		padding:0;
	}
	nav .inner > ul{
		z-index:992;
		overflow:auto;
		position:fixed;
		top:70px;
		right:0;
		width:100%;
		height:88%;
		height:-webkit-calc(100% - 63px);
		height:calc(100% - 63px);
	}
	nav li{
		position:relative;
		width:100%;
		float:none;
		margin:0;
		text-align:left;
		list-style:none;
		border-bottom:1px solid #eee;
		background:#17184b;
	}
	nav li:first-child{
		border-top:0;
	}
	nav li:last-child{
		border-bottom:0;
	}
	nav li a{
		display:block;
		padding:10px 30px;
		font-size: 1.1em;
		font-weight:bold;
		color:#fff;
		text-decoration:none;
		background:#6f9fed;
	}
	nav li a:hover{
		color:#fff;
		background:#fa6c95;
	}
	nav ul ul{
		display:none;
		position:relative;
	}
	nav li li a{
		box-sizing:border-box;
		width:100%;
		padding:10px 30px 10px 50px;
		text-align:left;
	}
	nav li li li a{
		padding:10px 30px 10px 70px;
	}
	.gnav li a:after {
		content:attr(data-label);
	}
	.gnav li img{
		display:none;
	}
	.subnav > a::before{
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:20px;
		right:30px;
		width:10px;
		height:10px;
		margin-top:-5px;
		background:#f1f1f1;
	}
	.subnav > a::after{
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:20px;
		right:30px;
		width:10px;
		height:10px;
		margin-top:-10px;
		background:#17184b;
	}
	.subnav a:hover::after{
	  background:#710000;
	}

	.active > a::before{
		margin-top:0;
	}
	.active > a::after{
		margin-top:5px;
	}

	.gnav{
		display:none;
	}

	#spMenu{
		display:block;
		z-index:992;
		position:fixed;
		top:10px;
		right:10px;
	}
	#spMenu:hover{
		cursor:pointer;
	}

	#navBtn{
		display:inline-block;
		position:relative;
		width:50px;
		height:50px;
		border-radius:5%;
		background:#6f9fed;
	}
	#navBtnIcon{
		display:block;
		position:absolute;
		top:50%;
		left:50%;
		width:40px;
		height:8px;
		margin:-4px 0 0 -20px;
		background:#f1f1f1;
		transition:.2s;
	}
	#navBtnIcon::before,
	#navBtnIcon::after{
		display:block;
		content:'';
		position:absolute;
		top:50%;
		left:0;
		width:40px;
		height:8px;
		background:#f1f1f1;
		transition:0.3s;
	}
	#navBtnIcon::before{
		margin-top:-20px;
	}
	#navBtnIcon::after{
		margin-top:12px;
	}
	#navBtn .close{
		background:transparent;
	}
	#navBtn .close::before,
	#navBtn .close::after{
		margin-top:-5px;
	}
	#navBtn .close:before {
		transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
	#navBtn .close:after {
		transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
	}
	.center_top{
		text-align:center;
	}
	.img_responsive{
		width:100%;
	}
}

/*================================================
 *  スライドショー
 ================================================*/
.slide{
	display:none;
	position:relative;
	overflow:hidden;
	margin:0;
}
.slidePrev{
	position:absolute;
	cursor:pointer;
	z-index:2;
}
.slideNext{
	position:absolute;
	cursor:pointer;
	z-index:2;
}
.slidePrev img{
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideNext img{
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideInner{
	position:relative;
	margin: 0;
	padding:0;
}
.slideInner li{
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.slideInner li img{
	margin:0 5px;
	padding:0;
}

.filterPrev{
	position:absolute;
	left:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.filterNext{
	position:absolute;
	right:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.controlNav{
	display:none;
}


/*================================================
 *  サイトマップ
 ================================================*/
.sitemap a{
	text-decoration: none;
	font-weight:bold;
}
.sitemap a:hover{
	color: #fa6c95;
}
.sitemap ul{
	list-style:none;
}
.sitemap ul li ul{
	margin-top: .5em;
	margin-bottom: .75em;
	margin-left: 48px;
	list-style:none;
}
.sitemap ul li ul li{
	margin-bottom: .25em;
	position: relative;
	list-style:none;
}
.sitemap ul li ul li::before{
	content: "";
	position: absolute;
	top: -0.5em;
	left: -16px;
	width: 10px;
	height: calc(100% + .75em);
	border-left: 3px solid #3972b2;
	list-style:none;
}
.sitemap ul li ul li:last-child::before{
	height: calc(1em + .25em);
	list-style:none;
}
.sitemap ul li ul li::after{
	content: "";
	position: absolute;
	top: .75em;
	left: -16px;
	width: 10px;
	border-bottom: 3px solid #3972b2;
	list-style:none;
}

/*================================================
 *  12-column grid system
 ================================================*/
.row::after{
	content: '';
	display: table;
	clear: both;
}

[class*="col-"]{
	float: left;
	width: 100%;
	min-height: 1px;
}

.col-0{
	width: 0%;
}

.col-1{
	width: 8.3333333333333%;
}

.col-2{
	width: 16.6666666666667%;
}

.col-3{
  width: 25%;
}

.col-4{
  width: 33.3333333333333%;
}

.col-5{
  width: 41.6666666666667%;
}

.col-6{
  width: 50%;
}

.col-7{
  width: 58.3333333333333%;
}

.col-8{
  width: 66.6666666666667%;
}

.col-9{
  width: 75%;
}

.col-10{
  width: 83.3333333333333%;
}

.col-11{
  width: 91.6666666666667%;
}

.col-12{
  width: 100%;
}

@media screen and (min-width: 568px) {
  .col-sm-0{
    width: 0%;
  }

  .col-sm-1{
    width: 8.3333333333333%;
  }

  .col-sm-2{
    width: 16.6666666666667%;
  }

  .col-sm-3{
    width: 25%;
  }

  .col-sm-4{
    width: 33.3333333333333%;
  }

  .col-sm-5{
    width: 41.6666666666667%;
  }

  .col-sm-6{
    width: 50%;
  }

  .col-sm-7{
    width: 58.3333333333333%;
  }

  .col-sm-8{
    width: 66.6666666666667%;
  }

  .col-sm-9{
    width: 75%;
  }

  .col-sm-10{
    width: 83.3333333333333%;
  }

  .col-sm-11{
    width: 91.6666666666667%;
  }

  .col-sm-12{
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .col-md-0{
    width: 0%;
  }

  .col-md-1{
    width: 8.3333333333333%;
  }

  .col-md-2{
    width: 16.6666666666667%;
  }

  .col-md-3{
    width: 25%;
  }

  .col-md-4{
    width: 33.3333333333333%;
  }

  .col-md-5{
    width: 41.6666666666667%;
  }

  .col-md-6{
    width: 50%;
  }

  .col-md-7{
    width: 58.3333333333333%;
  }

  .col-md-8{
    width: 66.6666666666667%;
  }

  .col-md-9{
    width: 75%;
  }

  .col-md-10{
    width: 83.3333333333333%;
  }

  .col-md-11{
    width: 91.6666666666667%;
  }

  .col-md-12{
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .col-lg-0{
    width: 0%;
  }

  .col-lg-1{
    width: 8.3333333333333%;
  }

  .col-lg-2{
    width: 16.6666666666667%;
  }

  .col-lg-3{
    width: 25%;
  }

  .col-lg-4{
    width: 33.3333333333333%;
  }

  .col-lg-5{
    width: 41.6666666666667%;
  }

  .col-lg-6{
    width: 50%;
  }

  .col-lg-7{
    width: 58.3333333333333%;
  }

  .col-lg-8{
    width: 66.6666666666667%;
  }

  .col-lg-9{
    width: 75%;
  }

  .col-lg-10{
    width: 83.3333333333333%;
  }

  .col-lg-11{
    width: 91.6666666666667%;
  }

  .col-lg-12{
    width: 100%;
  }
}

@media screen and (min-width: 1280px) {
  .col-xl-0{
    width: 0%;
  }

  .col-xl-1{
    width: 8.3333333333333%;
  }

  .col-xl-2{
    width: 16.6666666666667%;
  }

  .col-xl-3{
    width: 25%;
  }

  .col-xl-4{
    width: 33.3333333333333%;
  }

  .col-xl-5{
    width: 41.6666666666667%;
  }

  .col-xl-6{
    width: 50%;
  }

  .col-xl-7{
    width: 58.3333333333333%;
  }

  .col-xl-8{
    width: 66.6666666666667%;
  }

  .col-xl-9{
    width: 75%;
  }

  .col-xl-10{
    width: 83.3333333333333%;
  }

  .col-xl-11{
    width: 91.6666666666667%;
  }

  .col-xl-12{
    width: 100%;
  }
}


/*================================================
 *  印刷用CSS
 ================================================*/
/* A4縦サイズ */
@page {
	size: A4;
	margin: 12.7mm 9.7mm;
}
/* スライドショー対策 */
.printimg{
	display: none;
}
@media print {
	.slide,
	.slideInner,
	#page-top{
		display: none;
	}
	.printimg{
		display: block;
		width: 100%;
	}
	.printimg img{
		display: inline-block;
		width: 100%;
		height: auto;
	}
	html{
		font-size:.6em;
	}
	.module{
		margin-left: 200px;
		line-height:18px;
	}
	.module2{
		margin-left: 10px;
		line-height:18px;
	}

	h1 img{
		height:76px;
	}


	.module img,
	.module2 img{
		height:18px;
	}
	.key{
		margin-top:1px;
	}
	#main{
		width:65%;
	}

  .col-md-6{
    width: 50%; /*トップページのバナー */
  }
}


/*================================================
 *  セクションアンカー
 ================================================*/
#narutaki7{
	margin-top:-70px;
	padding-top:70px;
}

#narutaki10{
	margin-top:-100px;
	padding-top:100px;
}

#wakaba18{
	margin-top:-30px;
	padding-top:30px;
}
#q1{
	margin-top:-100px;
	padding-top:100px;
}
#q2{
	margin-top:-100px;
	padding-top:100px;
}
#q3{
	margin-top:-100px;
	padding-top:100px;
}
#q4{
	margin-top:-100px;
	padding-top:100px;
}
#q5{
	margin-top:-100px;
	padding-top:100px;
}

#p01{
	margin-top:-100px;
	padding-top:100px;
}
#p02{
  margin-top:-100px;
  padding-top:100px;
}
#p03{
  margin-top:-100px;
  padding-top:100px;
}
#p04{
  margin-top:-100px;
  padding-top:100px;
}
#p05{
  margin-top:-100px;
  padding-top:100px;
}
#p06{
  margin-top:-100px;
  padding-top:100px;
}
#p07{
  margin-top:-100px;
  padding-top:100px;
}
#p08{
  margin-top:-100px;
  padding-top:100px;
}
#p09{
  margin-top:-100px;
  padding-top:100px;
}
#p10{
  margin-top:-100px;
  padding-top:100px;
}
#p_list{
  margin-top:-100px;
  padding-top:100px;
}
#p_qa{
  margin-top:-100px;
  padding-top:100px;
}

#p1{
  margin-top:-100px;
  padding-top:100px;
}

#p2{
  margin-top:-100px;
  padding-top:100px;
}

#link_tetsuduki{
  margin-top:-70px;
  padding-top:70px;
}


#yachin{
  margin-top:-95px;
  padding-top:95px;
}

#shunyu{
  margin-top:-95px;
  padding-top:95px;
}

#shuzen{
  margin-top:-95px;
  padding-top:95px;
}

#taikyo{
  margin-top:-95px;
  padding-top:95px;
}

#tetsuzuki{
  margin-top:-95px;
  padding-top:95px;
}

.b{
	font-weight:bold;
}

/* メールフォーム */
fieldset{
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend{
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label{
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"]{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"]{
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"]{
  display: block;
}
input[type="range"]{
  display: block;
  width: 100%;
}
select[multiple],
select[size]{
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus{
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output{
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control{
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus{
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder{
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control{
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control{
  cursor: not-allowed;
}
textarea.form-control{
  height: auto;
}
input[type="search"]{
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input.form-control[type="date"],
  input.form-control[type="time"],
  input.form-control[type="datetime-local"],
  input.form-control[type="month"]{
    line-height: 34px;
  }
  input.input-sm[type="date"],
  input.input-sm[type="time"],
  input.input-sm[type="datetime-local"],
  input.input-sm[type="month"],
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"]{
    line-height: 30px;
  }
  input.input-lg[type="date"],
  input.input-lg[type="time"],
  input.input-lg[type="datetime-local"],
  input.input-lg[type="month"],
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"]{
    line-height: 46px;
  }
}
.form-group{
  margin-bottom: 15px;
}
.radio,
.checkbox{
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label{
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"]{
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox{
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline{
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline{
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input.disabled[type="radio"],
input.disabled[type="checkbox"],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"]{
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline{
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label{
  cursor: not-allowed;
}
.form-control-static{
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm{
  padding-left: 0;
  padding-right: 0;
}
.input-sm{
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm{
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select.input-sm[multiple]{
  height: auto;
}
.form-group-sm .form-control{
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control{
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select.form-control[multiple]{
  height: auto;
}
.form-group-sm .form-control-static{
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg{
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg{
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select.input-lg[multiple]{
  height: auto;
}
.form-group-lg .form-control{
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control{
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select.form-control[multiple]{
  height: auto;
}
.form-group-lg .form-control-static{
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback{
  position: relative;
}
.has-feedback .form-control{
  padding-right: 42.5px;
}
.form-control-feedback{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback{
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback{
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label{
  color: #3c763d;
}
.has-success .form-control{
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus{
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon{
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback{
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label{
  color: #8a6d3b;
}
.has-warning .form-control{
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus{
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon{
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback{
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label{
  color: #a94442;
}
.has-error .form-control{
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus{
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon{
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback{
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback{
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback{
  top: 0;
}
.help-block{
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group{
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control{
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static{
    display: inline-block;
  }
  .form-inline .input-group{
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control{
    width: auto;
  }
  .form-inline .input-group > .form-control{
    width: 100%;
  }
  .form-inline .control-label{
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox{
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label{
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"]{
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback{
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline{
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox{
  min-height: 27px;
}
.form-horizontal .form-group{
  margin-left: -15px;
  margin-right: -15px;
}

/*================================================
 *  ＨＰＢ用ＣＳＳ
 ================================================*/
b{
	font-weight:bold;
}
