@charset "utf-8";

#headbg{
	z-index:2;
	padding-bottom:420px;
	background:url(../img/common/bg.jpg) repeat left top;
	}
#headbg.detail{
	padding-bottom:0;
	height:100vh;
	height:-webkit-calc(100vh - 180px);
	height:calc(100vh - 180px);
	}
#headbg h6{
	font-size:14px;
	cursor:pointer;
	border:1px solid #B1B1B1;
	display:inline-block;
	padding:15px 80px 11px 22px;
	border-radius:400px;
	-webkit-border-radius:400px;
	-moz-border-radius:400px;
	-o-border-radius:400px;
	-ms-border-radius:400px;
	position:relative;
	margin-top:40px;
	}
#headbg h6:before{
	content:"";
	display:block;
	width:12px;
	height:1px;
	background-color:#000;
	position:absolute;
	right:28px;
	top:50%;
	margin-top:0px;
	transition:0.3s;
	}
#headbg h6:after{
	content:"";
	display:block;
	position:absolute;
	right:28px;
	top:50%;
	margin-top:-4px;
	width:8px;
	height:8px;
	border-top:1px solid #000;
	border-right:1px solid #000;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	transition:0.3s;
	}
#headbg h6:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
#headbg h6:hover:before{
	right:23px;
	}
#headbg h6:hover:after{
	right:23px;
	}
#headbg.detail h6{
	display:none;
	}
#kulink{
	border-bottom:1px solid #000;
	}
#index1{
	max-width:840px;
	margin:-310px auto 0 auto;
	overflow:hidden;
	zoom:1;
	padding:0 70px;
	position:relative;
	z-index:2;
	}
#index1 h1{
	font-size:21px;
	line-height:2.3;
	letter-spacing:4.8px;
	margin-bottom:-30px;
	}
#index1 article{
	float:left;
	width:48%;
	margin:70px 4% 0 0;
	background-color:#F5F4F2;
	padding-bottom:30px;
	}
#index1 article:nth-of-type(2n){
	margin-right:0;
	}
#index1 article h2{
	position:relative;
	width:100%;
	height:0;
	padding-top:65%;
	overflow:hidden;
	zoom:1;
	z-index:1;
	}
#index1 article h2 a{
	display:block;
	position:relative;
	z-index:5;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-position:center center;
	}
#index1 article h2 a div{
	position:relative;
	width:100%;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	z-index:1;
	transition:0.5s;
	}
#index1 article h2 a:hover div{
	-webkit-transform:scale(1.06);
	-moz-transform:scale(1.06);
	-o-transform:scale(1.06);
	-ms-transform:scale(1.06);
	transform:scale(1.06);
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
#index1 article h3{
	font-size:17px;
	padding:30px 30px 15px 30px;
	line-height:1.9;
	}
#index1 article h3 a{
	color:#164332;
	}
#index1 article h4{
	font-size:13px;
	padding:0px 30px 0 58px;
	position:relative;
	line-height:1.9;
	margin-top:10px;
	}
#index1 article h4:after{
	content:"";
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	left:30px;
	top:1px;
	}
#index1 article h4.icon1:after{
	background:url(../img/common/icon2.png) no-repeat left top;
	-webkit-background-size:20px 20px;
	background-size:20px 20px;
	}
#index1 article h4.icon2:after{
	background:url(../img/common/icon3.png) no-repeat left top;
	-webkit-background-size:20px 20px;
	background-size:20px 20px;
	}
#index1 article h4.icon3:after{
	background:url(../img/common/icon4.png) no-repeat left top;
	-webkit-background-size:20px 20px;
	background-size:20px 20px;
	}
#index1 article h4.icon4:after{
	background:url(../img/common/icon5.png) no-repeat left top;
	-webkit-background-size:20px 20px;
	background-size:20px 20px;
	}
#index1 article ul{
	padding:15px 30px 0 30px;
	overflow:hidden;
	zoom:1;
	}
#index1 article ul li{
	float:left;
	font-size:12px;
	text-align:center;
	margin:5px 5px 0 0;
	min-width:110px;
	}
#index1 article ul li a{
	border:1px solid #164332;
	color:#164332;
	display:block;
	padding:8px 5px 7px 5px;
	}
#index1 article ul li a:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
#pop{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	display:none;
	z-index:500;
	}
#popbg{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background-color:#000;
	z-index:501;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	}
.inner{
	height:100%;
	width:100%;
	overflow-y:auto;
	position:relative;
	top:0;
	left:0;
	text-align:center;
	z-index:502;
	}
.popbox{
	display:inline-block;
	background-color:#FFF;
	position:relative;
	padding:75px 70px 70px 70px;
	width:90%;
	z-index:600;
	max-width:1000px;
	height:auto;
	display:none;
	text-align:left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	position:absolute;
	top:50%;
	left:50%;
	transform:translateY(-50%) translateX(-50%);
	-webkit-transform:translateY(-50%) translateX(-50%);
	}
.popbox h3{
	font-size:21px;
	border-bottom:1px solid #000;
	padding-bottom:10px;
	}
.popbox ul{
	padding:25px 0 0 0;
	overflow:hidden;
	zoom:1;
	}
.popbox ul li{
	float:left;
	font-size:10px;
	text-align:center;
	margin:10px 10px 0 0;
	min-width:110px;
	}
.popbox ul li a{
	border:1px solid #164332;
	color:#164332;
	display:block;
	padding:9px 5px 6px 5px;
	}
.popbox ul li.current-cat a{
	background-color:#164332;
	color:#FFF;
	}
.popbox ul li a:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
.popbox h4{
	position:absolute;
	right:0;
	top:0;
	background-color:#164332;
	cursor:pointer;
	width:65px;
	height:65px;
	}
.popbox h4:after{
	content:"";
	width:24px;
	height:2px;
	background-color:#FFF;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	display:block;
	position:absolute;
	left:50%;
	top:50%;
	margin:-1px 0 0 -12px;
	}
.popbox h4:before{
	content:"";
	width:24px;
	height:2px;
	background-color:#FFF;
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
	display:block;
	position:absolute;
	left:50%;
	top:50%;
	margin:-1px 0 0 -12px;
	}
.popbox h4:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
#detail1{
	max-width:840px;
	margin:0 auto;
	overflow:hidden;
	zoom:1;
	padding:0px 70px;
	margin-top:calc(-100vh + 260px);
	position:relative;
	z-index:2;
	}
#detail1 .headb h1{
	font-size:21px;
	padding-top:35px;
	letter-spacing:4.8px;
	}
#detail1 .headb ul{
	overflow:hidden;
	zoom:1;
	padding-top:5px;
	}
#detail1 .headb ul li{
	float:left;
	font-size:10px;
	text-align:center;
	margin:10px 10px 0 0;
	min-width:110px;
	}
#detail1 .headb ul li a{
	border:1px solid #164332;
	color:#164332;
	display:block;
	padding:8px 5px 7px 5px;
	}
#detail1 .headb ul li a:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
#detail1 .headb h2{
	font-size:17px;
	margin-top:80px;
	padding-bottom:10px;
	}
#detail1 .oubob{
	padding-top:80px;
	}
#detail1 .oubob h2{
	font-size:17px;
	padding-bottom:10px;
	}
#detail1 .oubob table{
	width:100%;
	margin-top:10px;
	}
#detail1 .oubob table th{
	font-size:14px;
	text-align:left;
	vertical-align:top;
	padding:30px 30px 15px 0;
	border-bottom:1px solid #000;
	position:relative;
	white-space:nowrap;
	}
#detail1 .oubob table th:after{
	content:"";
	display:block;
	width:1px;
	height:35px;
	background-color:#000;
	position:absolute;
	right:0;
	bottom:0;
	}
#detail1 .oubob table td{
	font-size:14px;
	text-align:left;
	vertical-align:top;
	padding:30px 0px 15px 25px;
	border-bottom:1px solid #7C7C7C;
	}
#detail1 #formb{
	padding-top:90px;
	}
#detail1 #formb h2{
	font-size:17px;
	padding-bottom:10px;
	margin-bottom:-40px;
	}
@media screen and (max-width:1380px){
#index1{
	padding-left:260px;
	margin-left:0;
	margin-right:0;
	}
#detail1{
	padding-left:260px;
	margin-left:0;
	margin-right:0;
	}
}
@media screen and (max-width:900px){
#headbg{
	padding:140px 0 5px 0px;
	height:auto !important;
	}
#headbg h1{
	left:0;
	font-size:25px;
	writing-mode:horizontal-tb;
	background:none;
	padding:0 7%;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	position:relative;
	top:auto;
	}
#headbg ul{
	display:none;
	}
#headbg h6{
	font-size:12px;
	display:block;
	margin:25px 7% 0 7%;
	padding:14px 70px 10px 22px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	}
#index1{
	padding:40px 7% 0px 7%;
	margin-top:0;
	}
#index1 h1{
	font-size:17px;
	line-height:2.2;
	position:relative;
	margin-bottom:0;
	padding-bottom:10px;
	}
#index1 h1 strong{
	border-bottom:1px solid #000;
	display:inline-block;
	}
#index1 article{
	float:none;
	width:auto;
	margin:30px 0 0 0;
	}
#index1 article h2{
	padding-top:60%;
	}
#index1 article h3{
	padding:25px 7% 10px 7%;
	}
#index1 article h4{
	margin:8px 7% 0 7%;
	padding:0px 0 0px 25px;
	}
#index1 article h4:after{
	width:18px;
	height:18px;
	left:0;
	top:2px;
	}
#index1 article h4.icon1:after{
	-webkit-background-size:18px 18px;
	background-size:18px 18px;
	}
#index1 article h4.icon2:after{
	-webkit-background-size:18px 18px;
	background-size:18px 18px;
	}
#index1 article h4.icon3:after{
	-webkit-background-size:18px 18px;
	background-size:18px 18px;
	}
#index1 article h4.icon4:after{
	-webkit-background-size:18px 18px;
	background-size:18px 18px;
	}
#index1 article ul{
	padding:15px 7% 0 7%;
	}
#index1 article ul li{
	font-size:10px;
	min-width:auto;
	width:49%;
	margin:5px 2% 0 0;
	}
#index1 article ul li:nth-of-type(2n){
	margin-right:0;
	}
.popbox{
	padding:50px 7% 45px 7%;
	width:86%;
	}
.popbox h3{
	font-size:17px;
	padding-bottom:8px;
	}
.popbox ul{
	padding:15px 0 0 0;
	}
.popbox ul li{
	min-width:auto;
	width:48%;
	margin:10px 4% 0 0;
	}
.popbox ul li:nth-of-type(2n){
	margin-right:0;
	}
.popbox ul li a{
	padding:9px 5px 7px 5px;
	}
.popbox h4{
	width:61px;
	height:61px;
	}
.popbox h4:after{
	width:22px;
	margin:-1px 0 0 -11px;
	}
.popbox h4:before{
	width:22px;
	margin:-1px 0 0 -11px;
	}
#headbg.detail h6{
	display:block;
	}
#detail1{
	padding:70px 7% 0px 7%;
	margin:0;
	}
#detail1 .headb h1{
	padding-top:0;
	font-size:21px;
	}
#detail1 .headb ul{
	padding-top:15px;
	}
#detail1 .headb ul li{
	min-width:auto;
	width:48%;
	margin:5px 4% 0 0;
	}
#detail1 .headb ul li:nth-of-type(2n){
	margin-right:0;
	}
#detail1 .headb h2{
	font-size:21px;
	margin-top:70px;
	padding-bottom:5px;
	}
#detail1 .oubob{
	padding-top:70px;
	}
#detail1 .oubob h2{
font-size:21px;
	padding-bottom:15px;
	}
#detail1 .oubob table th{
	display:block;
	font-size:13px;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	padding:25px 0px 5px 0;
	border-bottom:0;
	}
#detail1 .oubob table th:after{
	display:none;
	}
#detail1 .oubob table td{
	display:block;
	font-size:13px;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	padding:0px 0px 10px 0px;
	}
#detail1 #formb{
	padding-top:70px;
	}
#detail1 #formb h2{
	font-size:21px;
	padding-bottom:5px;
	margin-bottom:-30px;
	}
}