@charset "utf-8";


/* max-width */
header,main,footer{width: 100%;max-width: 2000px;margin: 0 auto;}
	@media screen and (max-width:1199px)	{header,main,footer{max-width: 100%;}}

/* #wrapper */
#wrapper{
	overflow:hidden;position:relative;
	background:transparent;color:#212121;
	padding-top:90px;
	}
	@media only screen and (max-width:991px)	{#wrapper{padding-top:50px;}}


/* #header */
#header{
	line-height:1;position:fixed;top:0;left:0;right:0;z-index:999;
	background:rgba(255,255,255,.9);
	box-shadow:0 0 12px rgba(0,0,0,0);
	padding:0;
	}
	@media only screen and (max-width:991px)	{#header{height:50px;padding:0;}}

.navbar-header{
	margin-right:-30px;
	display:flex;justify-content:space-between;align-items:center;
	position: relative;
	}
	@media only screen and (max-width:991px)	{.navbar-header{margin-right: 0;padding:0;}}

.navbar-brand{}
	@media screen and (max-width:991px)	{.navbar-brand{}}
	@media screen and (max-width:575px)	{.navbar-brand{}}

.navbar-brand a,.navbar-brand a:hover,.navbar-brand a:active,.navbar-brand a:focus	{
	display:block;color:inherit;
	}
	@media only screen and (max-width:991px)	{.navbar-brand a,.navbar-brand a:hover,.navbar-brand a:active,.navbar-brand a:focus{}}

.navbar-brand a img{vertical-align:top;width:auto;height: 42px;}
	@media only screen and (max-width:991px)	{.navbar-brand a img{height:30px;}}

.navbar-brand a small{
	font-size:12px;line-height:1;
	margin-bottom:15px;
	display:block;
	}
	@media only screen and (max-width:991px)	{.navbar-brand a small{display:none;}}

#header > .container-fluid{
	padding:0 30px;
	}
	@media only screen and (max-width:991px)	{#header > .container-fluid{padding:0 0 0 15px;}}

#hd-menu{
	display:flex;align-items:center;
	position: relative;
	height: 90px;
	}
	@media only screen and (max-width:991px)	{#hd-menu{height: 50px;}}

.hd-contact{
	padding-top: 10px;
	margin-bottom: 10px;
	display: flex;align-items:center;
	}
	@media only screen and (max-width:991px)	{.hd-contact{display:none;}}

.hd-call{
	background: #00A73C;color:#FFF;
	font-size: 21px;line-height: 30px;font-weight: bold;white-space: nowrap;
	margin-left: 30px;padding: 30px;
	display: flex;align-items:center;
}
	@media only screen and (max-width:1199px)	{.hd-call{margin-left: 15px;padding: 30px 15px;}}
	@media only screen and (max-width:991px)	{.hd-call{display:none;}}

.hd-call:before{font-size: 0.75em;}

.hd-call img{width: auto;height: 24px;margin-right: .33em;}

.hd-hour{
	font-size: 12px;
	padding-right: 15px;
	}

/* navigation */
.navbar-toggler			{
	overflow:hidden;
	width:90px;height:90px;
	position: relative;z-index:9998;
	}
	@media only screen and (max-width:991px)	{.navbar-toggler{width:50px;height:50px;}}

.navbar-toggler-icon,.navbar-toggler-icon:before,.navbar-toggler-icon:after{
	display:block;
	width:30px;height:4px;
	}
	@media only screen and (max-width:991px)	{.navbar-toggler-icon,.navbar-toggler-icon:before,.navbar-toggler-icon:after{width:14px;height:2px;}}

.navbar-toggler-icon:before,.navbar-toggler-icon:after{content:"";position:absolute;left:0;right:0;}

.navbar-toggler-icon{
	margin:21px auto;
	position:relative;
	}
	@media only screen and (max-width:991px)	{.navbar-toggler-icon{margin:10px auto;}}

button[aria-expanded="false"] .navbar-toggler-icon,button[aria-expanded="false"] .navbar-toggler-icon:before,button[aria-expanded="false"] .navbar-toggler-icon:after,
button[aria-expanded="true"] .navbar-toggler-icon,button[aria-expanded="true"] .navbar-toggler-icon:before,button[aria-expanded="true"] .navbar-toggler-icon:after	{transition:.6s;}

button[aria-expanded="false"] .navbar-toggler-icon,button[aria-expanded="false"] .navbar-toggler-icon:before,button[aria-expanded="false"] .navbar-toggler-icon:after	{background:#0084CC;}
button[aria-expanded="true"] .navbar-toggler-icon,button[aria-expanded="true"] .navbar-toggler-icon:before,button[aria-expanded="true"] .navbar-toggler-icon:after		{background:#0084CC;}



button[aria-expanded="false"] .navbar-toggler-icon:before{transform:rotate(0deg);top:-10px;}
button[aria-expanded="false"] .navbar-toggler-icon:after{transform:rotate(0deg);bottom:-10px;}
	@media only screen and (max-width:991px)	{
		button[aria-expanded="false"] .navbar-toggler-icon:before{top:-5px;}
		button[aria-expanded="false"] .navbar-toggler-icon:after{bottom:-5px;}
	}

button[aria-expanded="true"] .navbar-toggler-icon:before{top:0;transform:rotate(45deg);}
button[aria-expanded="true"] .navbar-toggler-icon:after{bottom:0;transform:rotate(-45deg);}

button[aria-expanded="true"] .navbar-toggler-icon	{background:transparent;}

.navbar-toggler small{
	font-size:13px;line-height:1;font-weight: bold;text-align:center;
	font-family:'roboto-cn',sans-serif;
	margin:0;padding:0;
	display:block;
	position:relative;
	}
	@media only screen and (max-width:991px)	{.navbar-toggler small{font-size:10px;}}

button[aria-expanded="false"] small{color:#0084CC;}
button[aria-expanded="true"] small{color:#0084CC;}


.navbar-expand-lg {
	padding: 0;
	}

.navbar-expand-lg .navbar-collapse{}
	@media only screen and (max-width:991px)	{.navbar-expand-lg .navbar-collapse{
		border:none;
		margin-top:0;padding:0;
		position:fixed;top:50px;left:0;right:0;z-index:999;
		}}

#navbar{
	}
	@media only screen and (max-width:991px)	{#navbar{}}

.navbar-expand-lg > .container{
	padding:0;
	}
	@media only screen and (max-width:991px)	{
		.navbar-expand-lg > .container{
			max-width:100%;
			}}

.navbar-container{
	background: transparent;
	}
	@media only screen and (max-width:991px)	{
		.navbar-container{
			background: rgba(255,255,255,1);
			overflow-y:scroll;
			-webkit-overflow-scrolling:touch;min-height: 1px;
			}}

.navbar-container.container{
	padding:0;
	position:static;
	}
	@media only screen and (max-width:991px)	{
		.navbar-container.container{
			width:100%;max-width:100%;
			position:relative;
			display:block;
			}}

.nav-wrapper{
	margin: 0 auto;padding: 60px 0 60px;
	width: 100%;max-width: 1080px;
	}
	@media only screen and (max-width:1199px)	{
		.nav-wrapper{
			padding: 60px 0 30px;
			}}
	@media only screen and (max-width:991px)	{
		.nav-wrapper{
			padding: 30px 0 30px;
			}}
	@media only screen and (max-width:767px)	{
		.nav-wrapper{
			padding: 30px 0 15px;
			}}

.tit-nav{
	color:#FFF;
	font-size:18px;line-height:51px;font-weight: bold;
	margin:0 0 20px;
	border-bottom:3px solid #FFF;
	position:relative;
	}
	@media only screen and (max-width:991px)	{.tit-nav{line-height: 43px;}}

.tit-nav-sub{
	margin-bottom: 1px;
	}

.tit-nav-sub a{
	background:rgba(0,0,0,.2);color:#FFF;
	font-size:16px;line-height:24px;font-weight: bold;text-align: left;
	padding:10px 15px;
	display:block;
	}
	@media only screen and (max-width:991px)	{.tit-nav-sub a{font-size:16px;line-height:24px;}}

.navbar-expand-lg .navbar-nav{
	justify-content:center;flex-flow:row wrap;
	}
	@media only screen and (max-width:767px)	{
		.navbar-expand-lg .navbar-nav{
			border:none;
			padding:0;
			display:block;
			}}

.navbar-expand-lg .navbar-nav .nav-item{
	display:flex;align-items:flex-end;align-items:flex-end;
	}
	@media only screen and (max-width:991px)	{
		.navbar-expand-lg .navbar-nav .nav-item{
			margin-left:0;padding-left:0;
			border-bottom:1px solid #ddd;
			display:block;
			flex:1 1 100%;max-width:100%;
			height:auto;
			}}

.navbar-expand-lg .navbar-nav .nav-item + .nav-item{
	margin-left:2.5em;
	}
	@media only screen and (max-width:1199px)	{
		.navbar-expand-lg .navbar-nav .nav-item + .nav-item{
			margin-left:1em;
			}}
	@media only screen and (max-width:991px)	{
		.navbar-expand-lg .navbar-nav .nav-item + .nav-item{
			margin-left:0;
			}}

.navbar-expand-lg .navbar-nav .nav-link{
	color:#212121;
	font-size:18px;line-height:1;font-weight: bold;text-align:center;white-space:nowrap;
	padding:12px 0;
	position:relative;
	display:block;
	transition:0s;
	}
	@media only screen and (max-width:991px)	{
		.navbar-expand-lg .navbar-nav .nav-link{
			color:#212121;
			font-size:14px;line-height:26px;
			border:none;
			text-align:left;text-shadow:none;
			padding:10px 15px;
			display:block;
			width:100%;height:auto;
			}}

.navbar-expand-lg .navbar-nav .nav-link small{
	color:#666;
	font-size:11px;line-height:.66;font-weight: bold;letter-spacing:0;text-indent:0;
	margin-top:12px;
	display:block;
	}
	@media only screen and (max-width:991px)	{
		.navbar-expand-lg .navbar-nav .nav-link small{
			color:#666;
			font-size:12px;line-height:26px;
			margin:-13px 0;
			position:absolute;top:50%;right:15px;bottom:50%;
			}}

.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link:active,
.navbar-expand-lg .navbar-nav .nav-link:focus,
.navbar-expand-lg .navbar-nav .nav-item.active > .nav-link,
.navbar-expand-lg .navbar-nav .nav-item.active > .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-item.active > .nav-link:active,
.navbar-expand-lg .navbar-nav .nav-item.active > .nav-link:focus{
	background:transparent;color:#212121;
	opacity:1;
	}
	@media only screen and (max-width:991px)	{
		.navbar-expand-lg .navbar-nav .nav-link:hover,
		.navbar-expand-lg .navbar-nav .nav-link:active,
		.navbar-expand-lg .navbar-nav .nav-link:focus,
		.navbar-expand-lg .navbar-nav .nav-item.active > .nav-link,
		.navbar-expand-lg .navbar-nav .nav-item.active > .nav-link:hover,
		.navbar-expand-lg .navbar-nav .nav-item.active > .nav-link:active,
		.navbar-expand-lg .navbar-nav .nav-item.active > .nav-link:focus{
			background:#0084CC;color:#FFF;
			}}

.navbar-expand-lg .navbar-nav .nav-link:hover small,
.navbar-expand-lg .navbar-nav .nav-link:active small,
.navbar-expand-lg .navbar-nav .nav-link:focus small,
.navbar-expand-lg .navbar-nav .active .nav-link small{}
	@media only screen and (max-width:991px)	{
		.navbar-expand-lg .navbar-nav .nav-link:hover small,
		.navbar-expand-lg .navbar-nav .nav-link:active small,
		.navbar-expand-lg .navbar-nav .nav-link:focus small,
		.navbar-expand-lg .navbar-nav .active .nav-link small{
			color:#FFF;
		}
	}

.navbar-expand-lg .navbar-nav .nav-link:after{
	content:"";
	border-bottom:2px solid transparent;
	position:absolute;left:50%;right:50%;bottom:0;
	transition:.3s;
	}
	@media only screen and (max-width:991px)	{.navbar-expand-lg .navbar-nav .nav-link:after{display:none;}}

.navbar-expand-lg .navbar-nav .nav-link:hover:after,
.navbar-expand-lg .navbar-nav .nav-link:active:after,
.navbar-expand-lg .navbar-nav .nav-link:focus:after,
.navbar-expand-lg .navbar-nav .nav-item.active > .nav-link:after,
.navbar-expand-lg .navbar-nav .nav-item.active > .nav-link:hover:after,
.navbar-expand-lg .navbar-nav .nav-item.active > .nav-link:active:after,
.navbar-expand-lg .navbar-nav .nav-item.active > .nav-link:focus:after{
	border-color:#0084CC;
	left:0;right:0;
	transition:.3s;
	}

.dropdown{}
	@media only screen and (max-width:991px)	{.dropdown{}}

.dropdown-menu{
	background: transparent;border:none;border-radius:0;
	padding:0;
	min-width:100%;
	}
	@media only screen and (max-width:991px)	{.dropdown-menu{margin:0;padding:0;border:none;}}

.dropdown-item{
	background:rgba(0,0,0,.1);color:#FFF;border:none;border-radius:0;
	font-size:14px;line-height:20px;
	margin-top: 1px;padding:5px 15px;
	}
	@media only screen and (max-width:991px)	{.dropdown-item{font-size:12px;line-height:16px;padding:7px 15px;}}

.dropdown-item:before{}
	@media only screen and (max-width:991px)	{.dropdown-item:before{content:"\f105";color:#FFF;font-family:'Font Awesome\ 5 Pro';display:inline-block;width:1em;}}

.dropdown-item:hover,.dropdown-item:active,.dropdown-item:focus,.dropdown-item.active{
	background:rgba(0,0,0,.5);color:#FFF;
	opacity:1;
	}
	@media only screen and (max-width:991px)	{.dropdown-item:hover,.dropdown-item:active,.dropdown-item:focus,.dropdown-item.active{}}

.dropdown-item:hover:before,.dropdown-item:active:before,.dropdown-item:focus:before,.dropdown-item.active:before{
	color:#FFF;
	}
	@media only screen and (max-width:991px)	{.dropdown-item:hover:before,.dropdown-item:active:before,.dropdown-item:focus:before,.dropdown-item.active:before{}}

/* .outer .column */
.outer{
	background:transparent;
	}

.column{display:flex;}

.side-column,.main-column{}
	@media only screen and (max-width:767px)	{.side-column,.main-column{display: block;width: auto;}}

.side-column{flex:1 1 240px;max-width: 240px;}
	@media only screen and (max-width:991px)	{.side-column	{flex:1 1 100%;max-width: 100%;}}

.column-outer > .side-column	{display: none;}
.column-outer > .side-column	{display: none;}

.column-outer{justify-content:center;width:100%;}
	@media only screen and (max-width:767px)	{.column-outer{}}


.column{padding: 60px 15px;justify-content:space-between;flex-flow:row-reverse wrap;}
	@media only screen and (max-width:991px)	{.column{justify-content:flex-start;padding: 60px 0;}}
	@media only screen and (max-width:767px)	{.column{padding: 30px 0;}}

.column > .side-column{}
	@media only screen and (max-width:991px)	{.column > .side-column{order:1;}}
	@media only screen and (max-width:767px)	{.column > .side-column{margin-bottom: 30px;}}

.column > .side-column + .side-column{padding-left:45px;}
	@media only screen and (max-width:1199px)	{.column > .side-column + .side-column{padding-left:30px;}}
	@media only screen and (max-width:991px)	{.column > .side-column + .side-column{margin: 60px 0;padding-left:0;display: none;order:3;}}
	@media only screen and (max-width:767px)	{.column > .side-column + .side-column{margin-bottom: 30px;}}

.column > .main-column{flex:1 1 765px;max-width: 765px;}
	@media only screen and (max-width:1199px)	{.column > .main-column{flex:1 1 670px;max-width: 670px;}}
	@media only screen and (max-width:991px)	{.column > .main-column{flex:1 1 100%;max-width: 100%;order:2;}}

.column > .main-column .container{padding: 0;}


.side-column .container,.column > .main-column.container{padding: 0;margin: 0;}
	@media only screen and (max-width:767px)	{.side-column .container, .column > .main-column.container{padding:0 15px;}}


/* page-title */
.page-title{
	position:relative;
	padding-top: 0;
	}
	@media only screen and (max-width:991px)	{.page-title{padding-top: 0;}}

.page-bg{
	background:#000;overflow:hidden;
	display:block;
	position: absolute;top: 0;left: 0;right: 0;bottom: 0;
	}

.page-bg > img{
	font-family:'object-fit:cover;';object-fit:cover;
	margin:auto;
	position: absolute;top: 0;left: 0;right: 0;bottom: 0;
	max-width:inherit;max-height:inherit;width:100%;height:100%;opacity:.9;
	}

.page-title h2{
	color:#FFF;
	font-size:72px;line-height:1;font-weight: bold;font-family: 'montserrat','nsans-b',sans-serif;text-align: center;text-shadow:0 0 5px #000;
	padding:60px 0;
	position: relative;z-index:1;
	width: auto;height: auto;
	}
    @media only screen and (max-width:991px)    {.page-title h2{font-size:60px;padding:45px 0;}}
    @media only screen and (max-width:767px)    {.page-title h2{font-size:45px;padding:30px 0;}}

.page-title h2 small{
	font-size:21px;line-height:.75;font-weight: normal;text-align: center;letter-spacing:.05em;text-indent:.05em;
	margin-top:30px;
	display:block;
	}
    @media only screen and (max-width:991px)    {.page-title h2 small{font-size:18px;margin-top:25px;}}
    @media only screen and (max-width:767px)    {.page-title h2 small{font-size:15px;margin-top:20px;}}

/* sub-title */
.sub-title{
	position:relative;
	padding-top: 0;
	}
	@media only screen and (max-width:991px)	{.sub-title{padding-top: 0;}}

.sub-bg{
	background:#000;overflow:hidden;
	display:block;
	position: absolute;top: 0;left: 33%;right: 0;bottom: 0;
	}
    @media only screen and (max-width:575px)    {.sub-bg{top: 30px;left: 0;padding-bottom: 135px;}}

.sub-bg > img{
	font-family:'object-fit:cover;';object-fit:cover;
	margin:auto;
	position: absolute;top: 0;left: 0;right: 0;bottom: 0;
	max-width:inherit;max-height:inherit;width:100%;height:100%;opacity:1;
	}

.sub-title h3{
	background: #FFF;color:#0084CC;box-shadow:0 0 12px rgba(0,0,0,.1);border-right: 10px solid #0084CC;
	font-size:42px;line-height:1;text-align: center;font-weight: bold;
	font-family: 'nsans-b',sans-serif;
	margin: 60px 0;padding:60px 90px;
	position: relative;z-index:1;
	width: 50%;height: auto;
	display: inline-block;
	}
    @media only screen and (max-width:1199px)   {.sub-title h3{font-size:36px;margin: 45px 0;padding:45px 60px;line-height: 1.25;}}
    @media only screen and (max-width:991px)    {.sub-title h3{font-size:30px;margin: 30px 0;padding:30px 45px;}}
    @media only screen and (max-width:767px)    {.sub-title h3{font-size:24px;margin: 15px 0;padding:15px 30px;border-right: 5px solid #0084CC;}}
    @media only screen and (max-width:575px)    {.sub-title h3{font-size:18px;margin: 15px 15px 105px 0;padding:15px;width: auto;display: block;white-space: nowrap;}}



.ap{margin-top:-90px;padding-top:90px;}
	@media only screen and (max-width:991px)	{.ap{margin-top:-50px;padding-top:50px;}}

.box-ap{margin-top:-240px;padding-top:240px;margin-bottom:45px;}
	@media only screen and (max-width:991px)	{.box-ap{margin-top:-135px;padding-top:135px;}}

.sec-ap{margin-top:-125px;padding-top:125px;}
	@media only screen and (max-width:991px)	{.sec-ap{margin-top:-135px;padding-top:135px;}}

.sec-ap article{margin-top:75px;}
	@media only screen and (max-width:991px)	{.sec-ap article{margin-top:45px;}}




/* article */
#main,#main > .container-fluid{padding:0;}


article,.sec-notitle{padding:75px 0;}
	@media only screen and (max-width:1199px)	{article,.sec-notitle{padding:60px 0;}}
	@media only screen and (max-width:991px)	{article,.sec-notitle{padding:45px 0;}}
	@media only screen and (max-width:767px)	{article,.sec-notitle{padding:30px 0;}}

article .container,article .container-fluid{z-index:9;}

article > .container-fluid{}


article + article{}

.column article{padding:0;}
	@media only screen and (max-width:767px)	{#column article{padding:0;}}

.column article + article{border-top:none;}
	@media only screen and (max-width:767px)	{#column article + article{}}

section{}

section + section,.content + .content{margin-top:45px;}
	@media only screen and (max-width:767px)	{section + section,.content + .content{margin-top:30px;}}

section.sec-lg + .sec-lg{margin-top:60px;}
	@media only screen and (max-width:767px)	{.sec-lg + .sec-lg-lg{margin-top:45px;}}


.ap,.box-ap,.sec-ap{width:100%;}

.sec-ap article{margin-top:75px;}
	@media only screen and (max-width:991px)	{.sec-ap article{margin-top:45px;}}


/* paging */
.paging									{
	margin-top: 60px;
	display:flex;justify-content:center;
	}
	@media screen and (max-width:991px)	{.paging{margin-top: 30px;}}
	@media screen and (max-width:767px)	{.paging{margin-top: 15px;}}


.paging .paging-text,.paging .current	{
	border:1px solid #ddd;
	font-size:18px;line-height:34px;font-weight: bold;text-align: center;text-decoration:none;
	margin:0 1px;padding:0;
	display:block;
	width:36px;
	}
	@media screen and (max-width:991px)	{.paging .paging-text,.paging .current	{font-size:16px;line-height:28px;width:30px;}}
	@media screen and (max-width:767px)	{.paging .paging-text,.paging .current	{font-size:14px;line-height:22px;width:24px;}}

.paging .paging-text					{
	background:#fff;color:#999;
	cursor:pointer;
	}
.paging .paging-text:hover				{
	background:#fff;color:#0084CC;border:1px solid #0084CC;
	opacity:1;
	}
.paging .current						{
	background:#0084CC;color:#fff;border:1px solid #0084CC;
	}




/* category-nav responsive-accordion */
.cat-title{
	background:#ECA413;color:#fff;
	font-size: 14px;line-height: 1.5;font-weight: bold;text-align:center;
	margin-bottom: 0;padding:15px;
	display: none;
	pointer-events: none;
	}
	@media screen and (max-width: 991px){.cat-title{display:block;pointer-events: all;}}

.cat-title + input[type="checkbox"]{
	display: none;
	}

.cat-nav{
	list-style: none;
	margin:-.5px;
	display: flex;flex-flow:row wrap;
	}
	@media screen and (max-width: 991px){.cat-nav{margin:0;flex:1 1 100%;max-width: 100%;}}

.cat-nav li{
	padding: .5px;
	display: flex;
	flex:1 1 20%;max-width: 20%;
	}
	@media screen and (max-width: 991px){.cat-nav li{padding: 0;flex:1 1 100%;max-width: 100%;}}
	@media screen and (max-width: 991px){input:checked + .cat-nav,input:checked + .cat-nav li{max-height: 9999vh;}}
	@media screen and (max-width: 991px){.cat-nav,.cat-nav li,.cat-nav li a,input:checked + .cat-nav,input:checked + .cat-nav li,input:checked + .cat-nav li a{transition: padding .2s,line-height .2s,visibility .1s,opacity .1s;}}

.cat-nav li a{
	background: #ECA413;color:#fff;border-top: none;
	font-size: 16px;line-height: 1.5;font-weight: bold;text-align: center;
	padding:15px;
	display: flex;justify-content:center;align-items:center;
	width: 100%;
	opacity:.5;
	}
	@media screen and (max-width: 991px){
		.cat-nav li a{
			background: #fff;color:#212121;
			font-size: 14px;line-height: 0;
			padding: 0 9px;
			visibility: hidden;
			opacity: 0;
		}

		input:checked + .cat-nav{list-style: none;border-left: 1px solid #DDD;border-right: 1px solid #DDD;}

		input:checked + .cat-nav li{border-bottom: 1px solid #DDD;}

		input:checked + .cat-nav li a{color:#212121;line-height: 1.25;padding: 9px;visibility: visible;opacity: 1;}

		.cat-nav li.active a{background: #f5f5f5;color:#fff;opacity:1;}
	}

.cat-nav li a:hover,.cat-nav li a:active,.cat-nav li a:focus,.cat-nav li.active a{
	color:#fff;
	opacity:1;
	}



.category-list{border: 2px solid #212121;background: #FFF;}

.category-list h3 a{display: block;font-size: 16px;line-height: 1.25;padding: 13px;position: relative;}
	@media only screen and (max-width:767px)	{.category-list h3 a{display: block;font-size: 14px;padding: 8px;}}

.category-list-icon{width: 16px;height: 16px;position: absolute;top: 50%;right: 13px;bottom: 50%;margin: -8px 0;display: flex;justify-content:center;align-items:center;}
	@media only screen and (max-width:767px)	{.category-list-icon{width: 14px;height: 14px;right: 8px;}}

.category-list-icon .hr,.category-list-icon .vt{background:#212121;display: block;position: absolute;}

.category-list-icon .hr{width: 16px;height: 2px;}
	@media only screen and (max-width:767px)	{.category-list-icon .hr{width: 14px;}}

.category-list-icon .vt{width: 2px;height: 16px;}
	@media only screen and (max-width:767px)	{.category-list-icon .vt{height: 14px;}}


.category-list h3 a[aria-expanded="false"] .category-list-icon .vt{animation-name:collapseClose;animation-duration:.3s;animation-timing-function:ease-out;animation-fill-mode:forwards;}

.category-list h3 a[aria-expanded="true"] .category-list-icon .vt{animation-name:collapseOpen;animation-duration:.3s;animation-timing-function:ease-out;animation-fill-mode:forwards;}



.category-list ul{list-style: none;}

.category-list li{border-top: 1px solid #212121;}

.category-list li a{display: block;font-size: 16px;padding: 13px;line-height: 1.25;}
	@media only screen and (max-width:767px)	{.category-list li a{font-size: 14px;padding:8px;}}

.category-list li a:hover{background: #EFEFEF;}


/* #footer */
footer{}

#contact{position: relative;padding: 90px 0;}
	@media only screen and (max-width:991px)	{#contact{padding:75px 0;}}
	@media only screen and (max-width:991px)	{#contact{padding:60px 0;}}
	@media only screen and (max-width:767px)	{#contact{padding:45px 0;}}

#contact:before{content: "";position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: url(../images/cmn/bg-contact.jpg) center bottom no-repeat;opacity:1;}


#contact [class*="phone-"]{justify-content:flex-end;}
	@media only screen and (max-width:575px)	{#contact [class*="phone-"]{justify-content:center;}}

#footer{
	background:#D9EDF7;
	font-size:14px;line-height:1.5;
	padding:45px 0;
	position:relative;
	}
	@media only screen and (max-width:767px)	{#footer{font-size:14px;padding:30px 0;}}

#footer p > span,#footer p > a{color:inherit !important;}

.footer-brand{
	text-align: center;
	margin-bottom:20px;
	}
	@media only screen and (max-width:991px)	{.footer-brand{text-align:center;}}

.footer-brand img{vertical-align:top;width:auto;height:42px;}
	@media only screen and (max-width:767px)	{.footer-brand img{height:30px;}}


.add{line-height:1;}
	@media only screen and (max-width:575px)	{.add{justify-content:center;}}

.add a,.add a:hover,.add a:active,.add a:focus,.add span[data-action="call"]{color:#212121 !important;}
.add a:hover,.add a:active,.add a:focus{opacity:1;}

.add + .add{margin-top:10px;}


.add p + p{margin:0;}

.add-name{flex:1 1 100%;max-width:100%;}

.add-name:before{content:"【";}
.add-name:after{content:"】";}


.add-pzip{}
.add-pzip:before{content:"〒";}
	@media only screen and (max-width:991px)	{.add-pzip{}}


.add-add{line-height: 1.5;margin-top: 5px;}
	@media only screen and (max-width:991px)	{.add-add{}}
	@media only screen and (max-width:575px)	{.add-add{}}

.add-building{margin-left:1em;}
	@media only screen and (max-width:575px)	{.add-building{flex:1 1 100%;max-width:100%;padding-top:5px;}}


.add-map{margin-left:1em;}


.add-tel,.add-fax{}

.add-tel{
	font-size:21px;line-height:1;font-weight:bold;
	margin-bottom:10px;
	}
	@media only screen and (max-width:767px)	{.add-tel{font-size:18px;}}

.add-tel h3{font-size:16px;font-weight:bold;}
	@media only screen and (max-width:767px)	{.add-tel h3{font-size:14px;}}

.add-tel .ico-tel{color:#279AC4;}


.add-fax{}
	@media only screen and (max-width:575px)	{.add-fax{}}

.add-tel-fax{}
	@media only screen and (max-width:575px)	{.add-tel-fax{text-align:center;}}


/*
.add-tel:before,.add-fax:before{display:inline-block;width:2.5em;}
	@media only screen and (max-width:575px)	{.add-tel:before,.add-fax:before{}}

.add-tel + .add-fax{margin-left:1em;}
	@media only screen and (max-width:575px)	{.add-telno + .add-faxno{}}

.add-tel + .add-fax:before{content:"/ FAX.";width:3em;margin-left:.33em;}
	@media only screen and (max-width:991px)	{.add-tel + .add-fax:before{content:"FAX.";margin-left:0;width:2.5em;}}
	@media only screen and (max-width:575px)	{.add-tel + .add-fax:before{content:"/ FAX.";width:3em;margin-left:.25em;}}*/

.add-hour,.add-holiday{font-size: 14px; line-height: 1.5;}


.add-pdf-box{
	background: #E1EEF9;color:#0084CC;
	font-size: 14px;line-height: 1.5;
	padding: 15px;
}
	@media only screen and (max-width:767px)	{.add-pdf-box{padding: 10px;font-size: 12px;}}



.fadd{display:flex;flex-flow:row wrap;justify-content:center;line-height:1;}
	@media only screen and (max-width:991px)	{.fadd{}}

.fadd a,.fadd a:hover,.fadd a:active,.fadd a:focus,.fadd span[data-action="call"]{color:#212121 !important;}
.fadd a:hover,.fadd a:active,.fadd a:focus{opacity:1;}

.fadd + .fadd{margin-top:10px;}
	@media only screen and (max-width:991px)	{.fadd + .fadd{margin-top:5px;}}


.fadd p + p{margin:0;}

.fadd-name{flex:1 1 100%;max-width:100%;}

.fadd-name:before{content:"【";}
.fadd-name:after{content:"】";}


.fadd-pzip{}
.fadd-pzip:before{content:"〒";}
	@media only screen and (max-width:991px)	{.fadd-pzip{text-align:center;}}


.fadd-add{margin-left:1em;}
	@media only screen and (max-width:991px)	{.fadd-add{}}
	@media only screen and (max-width:575px)	{.fadd-add{flex:1 1 100%;max-width:100%;padding-top:5px;text-align: center;}}

.fadd-building{margin-left:1em;}
	@media only screen and (max-width:575px)	{.fadd-building{flex:1 1 100%;max-width:100%;padding-top:5px;text-align: center;}}


.fadd-map{margin-left:1em;}


.fadd-tel,.fadd-fax{}

.fadd-tel{flex:0 0 100%;max-width: 100%;text-align: center;}
	@media only screen and (max-width:767px)	{.fadd-tel{}}

.fadd-tel .ico-tel{color:#279AC4;}


#footer .shoshin{font-size:16px;}

.fadd-fax{}
	@media only screen and (max-width:575px)	{.fadd-fax{text-align:center;}}

.fadd-tel-fax{}
	@media only screen and (max-width:575px)	{.fadd-tel-fax{text-align:center;}}


.fadd-tel:before,.fadd-fax:before{display:inline-block;margin-right:0.33em;}
	@media only screen and (max-width:575px)	{.fadd-tel:before,.fadd-fax:before{}}


.fadd-tel + .fadd-fax{}
	@media only screen and (max-width:575px)	{.fadd-tel + .fadd-fax{}}

.fadd-tel + .fadd-fax:before{content:"/ FAX.";margin:0 .33em;}
	@media only screen and (max-width:575px)	{.fadd-tel + .fadd-fax:before{content:"/ FAX.";width:3em;margin-left:.25em;}}

.fadd-hour,.fadd-holiday{line-height: 1.5;}

.fadd-holiday:before{content: "/";margin: 0 .33em;}


#footer hr{margin:10px 0;}

#copyright{display:block;font-size:12px;text-align:center;padding:0;}
	@media only screen and (max-width:991px)	{#copyright{padding-bottom: 40px;}}
	@media only screen and (max-width:767px)	{#copyright{font-size:10px;}}

small#copyright{line-height:1;display:block;margin-top:45px;}
footer#copyright{line-height:30px;background:#0084CC;color:#FFF;}

#copyright:before{
	content:"\f1f9";
	font-weight:100;
	font-family:'Font Awesome\ 5 Pro';
	display:inline-block;
	width:1.5em;
	}

#pagetop{
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAApCAYAAACoYAD2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAuZJREFUeNrMmT1oU1EUx08ecTJpt0AlaByiIkKCTn5QP5oxWbU4FI2Cq6jo1qFrLZ2fHxUsqLhni4PFL4JOEbHtIAmmDplM6hJD4v/U80LEJL335b7kHfi3UM4758d9t++ec27Atm1yaVPQDHQGOgLFob3QJPQT+gVtQl+hN9Ar6IebREFN/z3QJSgLnYWsPn6Ton3idwNqQWvQCvQC+q2a1FL0C0BXoQ1oFTqv8Wx3rnPQU4mTlbhGIOPyungFYmTGOM5jiRsfFpJf7UfoFHljHPcTNOsW8ib0HJogby0MPYNu6ULyA8uqe8aAcZ4l6LYq5EXoPo3HFiX/QMhD0KMRrmCvFeX8h/tBssMT2SPjtLBwBHpBXvHwv1jXTsp3+R9IPknmyV82L1wdyFmDH2pTdsD5fjqQWfKnZR1ILgKmjez4cJiSySRZlmUKkrmmuAq64KJY6AmYyWQoFApRJBKhfD5PrVZr2LDMNcM/TpsE3KkeYjFKpVKmVnSaoxw1Cdgpc8yBHuMIB00BVqtVyuVy1Gg0TILut6SCNgZYqVRMg05Ybkqx3VbQ8IqG+amaLmA6ne4L6JhB0LolnZ0WIP8eBGgYtMbe37wANAhaZs8vKp6JREIbcBBoNBpVhfzMkG9VPAuFwk4yXcBeoMVikcrlsuqjawHbtvns/q5SjTuvaJjjLhgMUrPZVHVvQ1HOugW9U3mC4YY9jzUASbi2nN37wKel2sPuepL765LPAEvSj3cgeXi04DPIBWeo1f2x4g7tvU8APwjPf91iWzq0+pgB69K5tvsNB9ah690OI7a25F/fbczyEro7Jsh7kl9pYMWzoDsjXNG25FvUmaqRTLkuQ9seA25LnqVB3dgg49n2cT66PQLkuCckD7mFZNuU2cw1gx/8ksTjuBsqfa3SsU1/Z+Y8356DXsvfdMy5fZiTOCuqMXSvSPgEWBXxPU5K+nbnHickPVNN9ppzj8PlYJ5c3uP8EWAA+aQV3PDztPgAAAAASUVORK5CYII=) center center /contain no-repeat;
	/*background-image:url(../images/cmn/pagetop.png);*/
	position:fixed;right:20px;bottom:20px;z-index:999;
	width:41px;height:41px;
	opacity:0;
	cursor:default;
	transition:.2s;
	}
	@media only screen and (max-width:991px)	{#pagetop{display:none;}}

#pagetop.is-active{opacity:1;transition:.6s;cursor:pointer;}


/* #fnav */
#fnav{
	color:#212121;
	margin-top: 30px;
	}
	@media only screen and (max-width:991px)	{#fnav{padding:0;margin-top:0;}}


.fnav-btn{
	display:none;
	position:fixed;left:0;right:0;bottom:0;z-index:999;
	}
	@media only screen and (max-width:991px)	{.fnav-btn{background:#FFF;border-top:1px solid #ddd;margin:0;padding:1px;display:table;width:100%;table-layout:fixed;}}

.fnav-menu{
	font-size:14px;line-height:1;list-style:none;
	display: flex;justify-content:center;align-items:center;
	margin: -2px 0;
	}
	@media only screen and (max-width:991px)	{.fnav-menu{display:none;}}

.fnav-menu + .fnav-menu{}
	@media only screen and (max-width:991px)	{.fnav-menu + .fnav-menu{}}

.fnav-item{white-space:nowrap;}
	@media only screen and (max-width:991px)	{.fnav-item{text-align:center;padding:1px;display:table-cell;vertical-align:middle;height:auto;}}

.fnav-item + .fnav-item{}
	@media only screen and (max-width:991px)	{.fnav-item + .fnav-item{border-left:none;margin:0;}}

.fnav-link,.fnav-link:hover,.fnav-link:active,.fnav-link:focus{
	color:#0084CC;border-radius:2px;
	font-size:14px;line-height:1;white-space:nowrap;
	opacity:1;
	margin: -2px .5em;padding: 2px .5em;
	}
	@media only screen and (max-width:991px)	{.fnav-link,.fnav-link:hover,.fnav-link:active,.fnav-link:focus{background:#0084CC;color:#FFF;font-size:10px;line-height:10px;margin:0;display:block;padding:3px 2px;position:relative;text-decoration:none;border: none;width: 100%;}}

.fnav-link:hover,.fnav-link:active,.fnav-link:focus{
	background: #0084CC;color:#FFF;
	opacity:1;
	}
	@media only screen and (max-width:991px)	{.fnav-link:hover,.fnav-link:active,.fnav-link:focus{background:#0084CC;color:#FFF;text-decoration:none;opacity:.75;}}

.fnav-item:before{content:"\f138";color:#0084CC;font-family:'Font Awesome\ 5 Pro';font-weight: bold;display: inline-block;width:1.33em;display: none;}
	@media only screen and (max-width:991px)	{.fnav-item:before{display:none;}}


.fnav-link:before{
	color:#FFF;
	font-size:16px;line-height:1;text-align:center;font-weight:bold;
	font-family:'Font Awesome\ 5 Pro';
	margin:2px auto 1px !important;
	width:1em;
	display: none;
	}
	@media only screen and (max-width:991px)	{.fnav-link:before{display: block;}}


.fnav-item > strong			{display:inline-block;vertical-align:middle;font-weight:normal;}
.fnav-item > strong > a		{color:#279AC4;}
.fnav-item > strong > a:hover,.fnav-item > strong > a:active,.fnav-item > strong > a:focus	{color:#FFF;opacity:1;}
.fnav-item > span			{display:block;padding-left:2em;}
.fnav-item > span + span	{margin:0 .5em 0 -.5em;}
.fnav-item > span > a		{color:#FFF;display:block;vertical-align:middle;}
.fnav-item > span > a:hover,.fnav-item > span > a:active,.fnav-item > span > a:focus	{color:#FFF;opacity:1;text-decoration:underline;}

.fnav-item > span a:before,.fnav-item > span a:after{display:inline-block;vertical-align:middle;width:1em;}
.fnav-item > span a:before	{content:"・";}
.fnav-item > span a:after	{content:"";}

.sec-img-left,.sec-img-right,.sec-img-ful{position: relative;}

.sec-img-left:before,.sec-img-right:before,.sec-img-ful:before{content: "";position: absolute;top: 0;bottom: 0;background-position: center center;background-size:cover;background-repeat: no-repeat;}

.sec-img-left:before,.sec-img-right:before{width: 50%;}

.sec-img-ful:before{width: 100%;}


.sec-img-left:before	{left: 0;}
.sec-img-right:before	{right: 0;}
.sec-img-ful:before		{left: 0;right: 0;}


	@media only screen and (max-width:575px)	{
		.sec-img-left,.sec-img-right{padding-bottom: 165px;}

		.sec-img-left:before,.sec-img-right:before{top: auto;left: 0;right: 0;bottom: 0;width: 100%;height: 150px;background-position: center center;background-size:cover;background-repeat: no-repeat;}

		.sec-img-left:before	{left: 0;}
		.sec-img-right:before	{right: 0;}
	}

.tracing-paper{padding: 60px;background: rgba(255,255,255,.9);box-shadow:0 0 12px rgba(0,0,0,.1);}
	@media only screen and (max-width:1199px)	{.tracing-paper{padding:45px;}}
	@media only screen and (max-width:991px)	{.tracing-paper{padding:30px;}}
	@media only screen and (max-width:767px)	{.tracing-paper{padding:15px;}}

.black-paper{padding: 60px;background: rgba(0,0,0,.9);color:#FFF;}
	@media only screen and (max-width:1199px)	{.black-paper{padding:45px;}}
	@media only screen and (max-width:991px)	{.black-paper{padding:30px;}}
	@media only screen and (max-width:767px)	{.black-paper{padding:15px;}}

.white-paper{padding: 60px;background: rgba(255,255,255,.9);box-shadow:0 0 12px rgba(0,0,0,.1);}
	@media only screen and (max-width:1199px)	{.white-paper{padding:45px;}}
	@media only screen and (max-width:991px)	{.white-paper{padding:30px;}}
	@media only screen and (max-width:767px)	{.white-paper{padding:15px;}}