@charset "UTF-8";



/* FONT size
---------------------------------------------------------------------
[ px ]	[ % ]
10px 	72  %		19px 	136 %
11px 	79  %		20px 	143 %
12px 	86 %		21px 	150 %
13px 	93 %		22px 	158 %
14px 	100 %		23px 	165 %
15px 	108 %		24px 	172 %
16px 	115 %		25px 	179 %
17px 	122 %		26px 	186 %
18px 	129 %
---------------------------------------------------------------------*/



/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 共通項目 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */


/* マージン */
.mb2 {	margin-bottom: 2px; }
.mb5 {	margin-bottom: 5px; }
.mb6 {	margin-bottom: 6px; }
.mb8 {	margin-bottom: 8px; }
.mb10 {	margin-bottom: 10px; }
.mb15 {	margin-bottom: 15px; }
.mb20 {	margin-bottom: 20px; }
.mb30 {	margin-bottom: 30px; }
.mb40 {	margin-bottom: 40px; }

.mt5 {	margin-top: 5px; }
.mt10 {	margin-top: 10px; }
.mt15 {	margin-top: 15px; }
.mt20 {	margin-top: 20px; }
.mt30 {	margin-top: 30px; }
.mt40 {	margin-top: 40px; }
.mt90 {	margin-top: 90px; }

.mr5 {	margin-right: 5px; }

/* text-align */
.txt_al_c{text-align:center;}

/* 文字装飾 */
strong {font-weight: bold;}

ul {}
ul li {list-style:none;}

/* float解除 */
.cbox {}
* html .cbox {zoom: 100%;}
*:first-child+html .cbox {display: inline-block;}
.cbox:after {
	content: ""; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}
ul {}
* html ul {zoom: 100%;}
*:first-child+html ul {display: inline-block;}
ul:after {
	content: ""; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}






/* リンク */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
a {
	color: #000;
	transition: 0.4s;
	-webkit−transition: 0.4s;
}
a:hover {color: #808080;}



/* 横幅 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	font-family: YuGothic, 'Yu Gothic', 游ゴシック体, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
	color: #212121;
	padding: 0;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 1px;
	-webkit-text-size-adjust: 100%;
}

.indent{
	margin-left:1em;
	text-indent:-1em;
	}
.cap{
	font-size: 12px;
}





/* pc */
@media screen and (min-width: 801px), print {

.sp {display: none !important;}

body{
	min-width:1170px;
	}


footer{
	margin: auto;
	box-sizing: border-box;
	}


/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */


header{
	border-top:3px solid #E94709;
	padding-top:30px;
	}
	.header_top{
		padding-bottom:30px;
		}
	.header_top h1{
		float:left;
		line-height:0;
		margin-top:12px;
		padding-left:15px;
		}
	.header_top h1 img{
		width:199px;
		}
	.header_top table{
		float:right;
		}
	.header_top table th{
		vertical-align:middle;
		text-align:center;
		color:#E94709;
		font-size:18px;
		border-right:1px solid #E94709;
		border-left:1px solid #E94709;
		padding:0 18px;
		line-height:1.2em;
		}
		.header_top table th a{
			color:#E94709;
			}
	.header_top table td{
		padding-left:18px;
		}
		.text1{
			font-size:14px;
			font-weight:bold;
			color:#000;
			}
		.text2{
			margin-top:5px;
			}
		.text2 p{
			float:left;
			font-size:16px;
			/* color:#E94709; */
			font-weight:bold;
			}
		.text2 p.tel{
			margin-right:20px;
			}
			.text2 p a{
				/* color:#E94709!important; */
				color: #000;
				}
	
	nav{
		background-color:#E94709;
		}
		nav > ul{
			width:100%;
			text-align:center;
			}
			nav > ul > li{
				float:left;
				box-sizing:border-box;
				font-size:16px;
				width:25%;
				font-weight:bold;
				position:relative;
				border-left:solid #fff 1px;
				}
			nav > ul > li:first-child{
				border-left:solid #E94709 1px;
				}
			nav > ul > li:first-child:hover{
				border-left:solid #fff 1px;
				}
			nav > ul > li:hover{
				background-color:#fff;
				}
				nav > ul > li > a,
				nav > ul > li > span{
					display:table;
					width:100%;
					color:#fff;
					padding:10px;
					line-height: 1.3;
					box-sizing:border-box;
					border-collapse: collapse;
					}
						_:-ms-lang(x)::-ms-backdrop,nav > ul > li > a span{
							padding-top: 7px;
						}
				nav > ul > li:first-child > a{
					}
				nav > ul > li:hover > a,
				nav > ul > li:hover > span{
					color:#000;
					}
				nav > ul > li.off > span{
					background-color:#605E5E;
					border-right:1px solid #605E5E;
					color:#999;
					}
					nav > ul > li > a > span,
					nav > ul > li > span > span{
						display:table-cell;
						vertical-align:middle;
						}



/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
footer{
	margin-top:150px;
	background-color:#fff;
	border-top:1px solid #E6E6E6;
	}
	.footer_top{
		width:1040px;
		margin:auto;
		padding:30px 0;
		}
		.f_title{
			font-size:16px;
			/* color:#E94709; */
			font-weight:bold;
			margin-bottom:5px;
			}
		.f_title span{
			margin-left:30px;
			}
		.f_title span a{
			/* color:#E94709; */
			color: #000;
			}
		.footer_top address{
			display:block;
			font-size:14px;
			}
		.footer_top address span:not(:first-child){
			margin-left:22px;
			}
	footer .link{
		margin-top:10px;
		}
	footer .link a{
		position:relative;
		font-size:14px;
		padding-left:20px;
		}
		footer .link a::before{
			content:"";
			position:absolute;
			width: 12px;
			height: 12px;
			-webkit-border-radius: 50%;
			border-radius: 50%;
			background: #E94709;
			top:50%;
			margin-top:-6px;
			left:0;
			}
		footer .link a::after{
			content:"";
			position:absolute;
			left: 5px;
			top:50%;
			margin-top:-3px;
			box-sizing: border-box;
			width: 3px;
			height: 3px;
			border: 3px solid transparent;
			border-left: 3px solid #fff;
			}
			
			
	.footer_bottom{
		text-align:center;
		font-size:10px;
		color:#fff;
		background-color:#E94709;
		font-weight:bold;
		padding:8px 0;
		}
	
		
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* content */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#contents h2{
	text-align:center;
	font-size:30px;
	font-weight:normal;
	letter-spacing:0.5em;
	/* color:#E94709; */
	padding:35px 0;
	background-color:#fff;
	border-bottom:1px solid #EBEBEB;
	margin-bottom:60px;
	}


.wrap{
	max-width:1040px;
	margin:auto;
	}


}






/* sp =============================================================================================*/
@media only screen and (max-width: 800px) {

.pc {display: none !important;}


body{
	padding-top: 60px!important;
	}
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
header{
	border-top:2px solid #E94709;
	position:fixed;
	z-index:9999;
	width: 100%;
	padding: 15px 10px 13px;
	box-sizing: border-box;
	top:0;
	background-color:#fff;
	}
.sub_content header{
	background-color:#fff;
	}
	header h1{
		line-height:0;
		}
		header h1 img{
			width:150px;
			}
.nav_list li.off span{
	color:#999!important;
	}
.nav_list li .text{
	font-size:95%;
	padding: 8px 15px;
	}
	.nav_list li .text .tel{
		margin-top:10px;
		}
	.nav_list li .text a{
		display:inline!important;
		padding:0!important;
		}


/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
footer{
	margin-top:70px;
	background-color:#fff;
	border-top:1px solid #E6E6E6;
	}
	.footer_top{
		padding:30px 10px;
		}
		.f_title{
			font-size:16px;
			color:#E94709;
			font-weight:bold;
			margin-bottom:10px;
			}
		.f_title span{
			margin-top:5px;
			display:block;
			}
		.f_title span a{
			color:#E94709;
			word-break:break-all;
			}
		.footer_top address{
			display:block;
			font-size:14px;
			}
		.footer_top address span{
			display:block;
			margin-top:5px;
			}
	footer .link{
		margin-top:10px;
		}
	footer .link a{
		position:relative;
		font-size:14px;
		padding-left:20px;
		}
		footer .link a::before{
			content:"";
			position:absolute;
			width: 12px;
			height: 12px;
			-webkit-border-radius: 50%;
			border-radius: 50%;
			background: #E94709;
			top:50%;
			margin-top:-6px;
			left:0;
			}
		footer .link a::after{
			content:"";
			position:absolute;
			left: 5px;
			top:50%;
			margin-top:-3px;
			box-sizing: border-box;
			width: 3px;
			height: 3px;
			border: 3px solid transparent;
			border-left: 3px solid #fff;
			}
			
			
	.footer_bottom{
		text-align:center;
		font-size:10px;
		color:#fff;
		background-color:#E94709;
		font-weight:bold;
		padding:8px 0;
		}
		
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* content */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#contents h2{
	text-align:center;
	font-size:20px;
	font-weight:normal;
	letter-spacing:0.5em;
	color:#E94709;
	padding:20px 10px;
	background-color:#fff;
	border-top:1px solid #EBEBEB;
	border-bottom:1px solid #EBEBEB;
	margin-bottom:30px;
	}
	
#contents .wrap{
	padding-left:10px;
	padding-right:10px;
	}
	.anker{
		position:relative;
		}
		.anker span{
			position:absolute;
			top:-55px;
			}
}