@charset "utf-8";


/* phone,fax */
[class*="phone-"]		{line-height:.9;font-weight:bold;font-family: 'swis721-mdcn',sans-serif;}
[class*="phone-"] svg	{margin-right:.33em;font-size:.75em;line-height: .9;vertical-align:top;font-family: 'Font Awesome\ 5 Pro';}
[class*="phone-"] small	{font-size:.75em;font-weight:bold;}
.phone-footer small		{font-weight:bold;}



.phone-slash{display:inline-block;width:1.5em;text-align:center;}
	@media only screen and (max-width:991px)	{.phone-slash{display:block;height:5px;color:transparent;}}

.phone-large{font-size:42px;}
	@media only screen and (max-width:767px)	{.phone-large{font-size:30px;}}
	@media (min-width:768px)	{.phone-large{}}

.phone-medium{font-size:24px;}
	@media only screen and (max-width:767px)	{.phone-medium{font-size:18px;}}
	@media only screen and (max-width:575px)	{.phone-medium{font-size:17px;}}



/* #column */
#column-outer,#column{display:table;width:100%;table-layout:fixed;}
	@media only screen and (max-width:991px)	{#column-outer,#column{display: block;}}

#left-column,#right-column,#main-column{display:table-cell;vertical-align:top;}
	@media only screen and (max-width:991px)	{#left-column,#right-column,#main-column{display: block;width: auto;padding: 0;}}

#left-column,#right-column{width:285px;}
	@media only screen and (max-width:1199px)	{#left-column,#right-column	{width:270px;}}
	@media only screen and (max-width:991px)	{#left-column,#right-column	{width:auto;}}

#column-outer > #left-column	{display: none;}
#column-outer > #right-column	{display: none;}

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

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

#column > #right-column{padding-left:45px;}
	@media only screen and (max-width:1199px)	{#column > #right-column{padding-left:30px;}}
	@media only screen and (max-width:991px)	{#column > #right-column{margin: 60px 0;padding-left:0;display: block;display: none;}}
	@media only screen and (max-width:767px)	{#column > #right-column{margin-bottom: 30px;}}


/* #wrapper */
#wrapper{overflow:hidden;position:relative;}
	@media only screen and (max-width:991px)	{#wrapper{padding:50px 0 40px}}


/* #header */
#header{background: url(../images/cmn/bg-header.jpg) center top /contain no-repeat #fff;padding: 20px 0;}
	@media only screen and (max-width:991px)	{#header{height:50px;position:fixed;top:0;left:0;right:0;padding: 0;z-index: 999;background-image:none;box-shadow:0 0 5px rgba(0,0,0,.2)}}

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


/* navigation */
.navbar-toggler			{padding:0;margin:0;line-height:1;border:none;text-align:center;width:50px;height:50px;color:#fff;position:fixed;top:0px;right:0;overflow:hidden;z-index:9998;border-radius:0;background:#69c;}
.navbar-toggler:focus	{outline:none;}

.navbar-toggler-icon,.navbar-toggler-icon:before,.navbar-toggler-icon:after{display:block;width:14px;height:2px;background:#fff;}
.navbar-toggler-icon:before,.navbar-toggler-icon:after{content:"";position:absolute;left:0;right:0;}
.navbar-toggler-icon{margin:10px auto;position:relative;}

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:before{top:-5px;transform:rotate(0deg);}
button[aria-expanded="false"] .navbar-toggler-icon:after{bottom:-5px;transform:rotate(0deg);}

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{display:block;font-size:10px;line-height:10px;color:#fff;text-align:center;position:relative;font-family:'swis721-mdcn',sans-serif;}

.navbar-expand-lg{padding:0;border-top:none;flex-direction:column}
	@media only screen and (max-width:991px)	{.navbar-expand-lg{}}

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

.navbar-header{padding:0;width:100%;display: flex;justify-content:space-between;align-items:center}
	@media only screen and (max-width:991px)	{
		.navbar-header{padding:0;height: 100%;justify-content: flex-start;}
	}

.navbar-brand{text-align: center;}
	@media (max-width:991px)	{.navbar-brand{padding: 0 10px 0 0;text-align: left;display: block;}}

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

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

@media only screen and (max-width:400px)	{
	.navbar-brand a,.navbar-brand a:hover,.navbar-brand a:active,.navbar-brand a:focus{height: 21px;}
	.navbar-brand a img{height: 21px;}
}

.navbar-expand-lg .navbar-collapse{width: 100%;padding: 26px 0;background: #f6f6f6;border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;}
	@media only screen and (max-width:991px)	{.navbar-expand-lg .navbar-collapse{padding:0;position: fixed;top: 50px;left: 0;right: 0;z-index: 999;border: none;}}

.navbar-container{}
	@media only screen and (max-width:991px)	{.navbar-container{-webkit-overflow-scrolling:touch;overflow-y:scroll;background:#fff;}}

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

.navbar-expand-lg .navbar-nav{display:flex;justify-content:center;}
	@media only screen and (max-width:991px)	{.navbar-expand-lg .navbar-nav{border-top:1px solid #ddd;display: block;flex:1 1 100%;max-width:100%;justify-content:flex-start;}}

.navbar-expand-lg .navbar-nav .nav-item{display: flex;padding: 0 19px;}
	@media only screen and (max-width:1199px)	{.navbar-expand-lg .navbar-nav .nav-item{padding: 0 14px;}}
	@media only screen and (max-width:991px)	{.navbar-expand-lg .navbar-nav .nav-item{padding: 0;border-bottom:1px solid #ddd;display: block;flex:1 1 100%;max-width:100%;}}

.navbar-expand-lg .navbar-nav .nav-item + .nav-item{border-left:1px solid #333;}
	@media only screen and (max-width:991px)	{.navbar-expand-lg .navbar-nav .nav-item + .nav-item{margin: 0;padding: 0;border-left: none;}}

.navbar-expand-lg .navbar-nav .nav-link{color:#333;font-weight:bold;white-space: nowrap;font-size:16px;padding:0 0 9px;border-bottom: 1px solid transparent;line-height:1;text-align:center;background:transparent;margin-bottom: -10px;white-space: normal;}
	@media only screen and (max-width:991px)	{.navbar-expand-lg .navbar-nav .nav-link{color:#69c;padding:10px 15px;font-size:14px;line-height:28px;position:relative;text-align: left;margin-bottom: 0;display: block;border: none;}}

.navbar-expand-lg .navbar-nav .nav-item .nav-link span{padding:0;display:block;}
	@media only screen and (max-width:991px)	{.navbar-expand-lg .navbar-nav .nav-item .nav-link span{}}

.navbar-expand-lg .navbar-nav .nav-link small{font-size:11px;line-height:11px;margin-top:10px;display:block;color:#69c;font-family: 'swis721-mdcn',sans-serif;}
	@media only screen and (max-width:991px)	{.navbar-expand-lg .navbar-nav .nav-link small{line-height:28px;position:absolute;right:15px;top:50%;bottom:50%;margin:-14px 0;}}


.navbar-expand-lg .navbar-nav .dropdown .nav-link span:after{content: "\f078";font-family: 'Font Awesome\ 5 Pro';margin-left: 0.25em;}




.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:#69c;border-bottom-color: #69c;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:#69c;color:#fff;border: none;}}

.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,
.navbar-expand-lg .navbar-nav .nav-link:hover svg,
.navbar-expand-lg .navbar-nav .nav-link:active svg,
.navbar-expand-lg .navbar-nav .nav-link:focus svg,
.navbar-expand-lg .navbar-nav .active .nav-link svg{color:#69c}
	@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,.navbar-expand-lg .navbar-nav .nav-link:hover i,.navbar-expand-lg .navbar-nav .nav-link:active i,.navbar-expand-lg .navbar-nav .nav-link:focus i,.navbar-expand-lg .navbar-nav .active .nav-link i{color:#fff}}


/* #nav-page */
.navbar-expand-lg#nav-page .navbar-collapse{}
	@media only screen and (min-width:992px)	{.navbar-expand-lg#nav-page .navbar-collapse{padding: 0 0 30px;}}

.navbar-expand-lg#nav-page .navbar-nav .nav-item{}
	@media only screen and (min-width:992px)	{.navbar-expand-lg#nav-page .navbar-nav .nav-item{padding: 0;}}




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

.dropdown-menu{margin:15px 0 0;padding:4px 0;border:1px solid #ddd;border-radius:6px;min-width:100%;}
	@media only screen and (max-width:991px)	{.dropdown-menu{margin:0;padding:0;border:none;border-top:1px solid #ddd;}}

.dropdown-item{font-size:14px;line-height:20px;padding:5px 15px;}
	@media only screen and (max-width:991px)	{.dropdown-item{font-size:12px;line-height:16px;padding:10px 15px;}}

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

.dropdown-item:hover,.dropdown-item:active,.dropdown-item:focus,.dropdown-item.active{background:#69c;color:#fff}
	@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{}}


/* mainvisual,h2 */
#main-image{}

#main-bg,#slider-bg,#movie-bg{overflow:hidden;}

#main-bg{}
#slider-bg{position: relative;}

#slider-bg .carousel-item > div{background-position:center center;background-repeat:no-repeat;background-size:cover;padding-bottom: 320px;}
	@media only screen and (max-width:1199px)	{#slider-bg .carousel-item >}



.carousel-item > div{}

.carousel-item > div img{}

#slider-bg:after{content: "";position: absolute;top: 0;left: 50%;right: 50%;bottom: 0;background: url(../images/main-text.png) left center /contain no-repeat;width: 1050px;margin:0 -525px;}
	@media only screen and (max-width:1199px)	{#slider-bg:after{width: 940px;margin:0 -470px;}}
	@media only screen and (max-width:991px)	{#slider-bg:after{width: 720px;margin:0 -360px;}}
	@media only screen and (max-width:767px)	{#slider-bg:after{width: 100vw;margin:0 -50vw;}}
	@media only screen and (max-width:767px)	{#slider-bg:after{width: 100vw;margin:0 -50vw;background-size:cover;}}

#movie-bg{}
#movie video{width:100%;height:auto;vertical-align:middle;position:absolute;top:0;left:0;width:auto;}
#movie{position:relative;overflow:hidden;}

#main{}

#main-print{display:none;}







#page-bg{background: url(../images/cmn/h2-bg.jpg) center center no-repeat #69c;position: relative;}
	@media only screen and (max-width:991px)	{#page-bg{margin-top: 0;}}

#page-bg > .container{}
	@media only screen and (max-width:1199px)	{#page-bg > .container{max-width:100%;}}


#page-bg h2{z-index:2;position:relative;color:#69c;font-size:33px;padding:60px 15px;text-align: center;line-height: 1;font-family:'swis721-r','nsans-b',sans-serif;color:#fff;}
	@media only screen and (max-width:1199px)	{#page-bg h2{max-width:100%;margin:0;}}
	@media only screen and (max-width:767px)	{#page-bg h2{font-size:21px;padding:30px 15px;}}
	@media only screen and (max-width:575px)	{#page-bg h2{line-height: 1.25;}}

#page-bg h2 small{display: block;margin-top:20px;font-size:24px;line-height:1;display: none;}
	@media only screen and (max-width:767px)	{#page-bg h2 small{margin-top:10px;font-size:18px;}}

#page-nav{display: flex;flex-direction:row-reverse;justify-content:center;padding-bottom: 80px;margin-top: -30px;}
	@media only screen and (max-width:767px)	{#page-nav{display: none;}}

#page-nav ul{list-style: none;display: flex;flex-direction:row-reverse;}

#page-nav li{position: relative;padding: 38px 13px 0;}
#page-nav li:before{content: "";width: 1px;height: 32px;background: #69c;margin:0 -.5px;display: block;position: absolute;top: 0;left: 50%;right: 50%;}


/* section */
section{padding:45px 0;}
	@media only screen and (max-width:767px)	{section{padding:30px 0;}}

.section-height{margin:-60px 0;}
	@media only screen and (max-width:767px)	{.section-height{margin:-30px 0;}}


section .container{}
	@media only screen and (max-width:767px)	{section .container{padding-left: 15px;padding-right: 15px;}}


section + section{}
	@media only screen and (max-width:767px)	{section + section{}}

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

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

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



#lst2 .anchor-point{margin-top:0;padding-top:30px;}
	@media only screen and (max-width:991px)	{#lst2 .anchor-point{margin-top:-30px;padding-top:80px;}}
	@media only screen and (max-width:767px)	{#lst2 .anchor-point{margin-top:-50px;padding-top:80px;}}

#lst2 .anchor-point:first-child{margin-top: -30px;}
	@media only screen and (max-width:991px)	{#lst2 .anchor-point:first-child{margin-top:-80px;padding-top:80px;}}
	@media only screen and (max-width:767px)	{#lst2 .anchor-point:first-child{margin-top:-80px;padding-top:80px;}}



/* aside */
.list-group{}
.list-group h3{text-align:center;font-size:18px;background:#69c;color:#fff;padding:14px;display:block;}
.list-group h3 a,.list-group h3 a:hover{text-align:center;font-size:18px;background:#69c;color:#fff;padding:14px;display:block;margin:-14px;}

.list-group-item{display:table;width:100%;padding:0;}
.list-group-item:first-child,.list-group-item:last-child{border-radius:0;}

a.list-group-item{padding:0;display:table;width:100%;}
a.list-group-item:hover{background:#f6f6f6;}
a.list-group-item.active{background:#f9f9f9;border-color:#ddd}

.list-group-img{background-position:center center;background-repeat:no-repeat;background-size:cover;width:55px;}
.list-group-img,.list-group-category{display:table-cell;vertical-align:middle;color:#333;}
.active .list-group-category{color:#333;}

.list-group-category{padding:14px;}
.list-group-category:before{content:"\f00c";font-family:'Font Awesome\ 5 Pro';display:inline-block;width:1.5em;color:transparent;display:none;}
.active .list-group-category:before{color:#c00;}

.text-large{font-size: 1.1em;}

/* title */
[class*="tit-level"]				{}
[class*="tit-level"]:first-child	{margin-top:0;}
[class*="tit-level"]:last-child		{margin-bottom:0;}


.tit-level1{font-size: 27px;line-height: 1;margin-bottom: 30px;color:#69c;text-align: center;padding-bottom: 15px;position: relative;}
	@media only screen and (max-width:767px)	{.tit-level1{font-size: 17px;padding-bottom: 15px;margin-bottom: 30px;}}
	@media only screen and (max-width:575px)	{.tit-level1{line-height: 1.25;}}

.tit-level1 small{display: block;font-size: 16px;line-height: 1;margin-top: 10px;}
	@media only screen and (max-width:767px)	{.tit-level1 small{font-size: 14px;}}

.tit-level1:after{content: "";position: absolute;top: 100%;left: 50%;right: 50%;display: block;background: #69c;width: 170px;height: 2px;margin:0 -85px;}
	@media only screen and (max-width:767px)	{.tit-level1:after{width: 100px;margin:0 -50px;}}



/*.tit-level1 + .lead{font-family:'nsans-b',sans-serif;font-weight:normal;font-size:24px;margin-top: -30px;margin-bottom:30px;}
	@media only screen and(max-width:767px)	{.tit-level1 + .lead{font-size:18px;margin-top: -15px;margin-bottom:15px;}}
*/
.tit-level1a{border-top: 1px solid #69c;color:#69c;font-weight: bold;font-size: 30px;padding-top: 24px;margin:45px 0 45px;}
	@media only screen and (max-width:767px)	{.tit-level1a{font-size: 21px;padding-top: 12px;margin:30px 0 15px;}}

.tit-level1a small{line-height: .66;font-family: 'swis721-mdcn',sans-serif;margin-top: 15px;font-size: 18px;display: block;font-weight: normal;}
	@media only screen and (max-width:767px)	{.tit-level1a span{font-size: 14px;}}

.tit-level2{line-height:1.25;position:relative;border-left:6px solid #69c;font-size:18px;margin:30px 0 20px;padding-left:14px;}
	@media only screen and (max-width:767px)	{.tit-level2{font-size:16px;margin:15px 0 10px;padding-left:10px;}}

.tit-level2 small{display:block;line-height: .66;color:#333;margin-bottom: 5px;font-family: 'swis721',sans-serif;font-size:12px;margin-top:5px;}
	@media only screen and (max-width:767px)	{.tit-level2 small{font-size:10px;margin-top:5px;}}

.tit-level2a{line-height:1.25;position:relative;border-bottom:6px solid #69c;color:#69c;font-size:21px;margin:30px 0 15px;padding-bottom:14px;}
	@media only screen and (max-width:767px)	{.tit-level2a{font-size:16px;margin:20px 0 10px;padding-bottom:10px;}}

.tit-level2a small{display:block;line-height:1;font-weight:bold;color:#333;vertical-align:top;font-size:18px;margin-top:20px;}
	@media only screen and (max-width:767px)	{.tit-level2a small{font-size:16px;margin-top:10px;}}

.tit-level3{line-height:1;padding-top:8px;border-top:2px solid #69c;color:#69c;font-size:17px;margin:30px 0 20px;}
	@media only screen and (max-width:767px)	{.tit-level3{font-size:15px;margin:20px 0 10px;}}

.tit-level4{line-height:1.5;border-bottom:1px dotted #333;font-weight:bold;font-family:'nsans-b',sans-serif;font-size:15px;margin:0 0 15px;padding-bottom:16px;}
	@media only screen and (max-width:767px)	{.tit-level4{font-size:14px;margin:0 0 10px;padding-bottom:9px;}}


/* .box */
.box,.box-narrow,.box-thin{border: 1px solid #ddd;background:#fff;display:block;width: 100%;position: relative;}
a.box:hover,a.box:focus,a.box:active{opacity:.75;}

.bg-ivory .box{background: #fff;}

.box{padding:24px;}
	@media only screen and (max-width:767px)	{.box{padding:14px;}}

.box-narrow{padding:19px;}
	@media only screen and (max-width:767px)	{.box-narrow{padding:14px;}}

.box-thin{padding:14px;}
	@media only screen and (max-width:767px)	{.box-thin{padding:4px;}}

.tit-box{text-align:center;background:#efefef;font-size:18px;}
	@media only screen and (max-width:767px)	{.tit-box{font-size:15px;}}
	@media only screen and (max-width:767px)	{.tit-box{line-height: 1.25;}}

.tit-box-green{background: #9c3;color:#fff;}

.tit-box small{text-align:center;font-size:14px;display: block;margin-top: 10px;}
	@media only screen and (max-width:767px)	{.tit-box small{font-size:12px;margin-bottom: 5px;}}


.tit-box .text-left{display: block;padding:0 20px;}
	@media only screen and (max-width:767px)	{.tit-box .text-left{padding:0 10px;}}

.tit-box-sub{font-weight:bold;border-left:4px solid #69c;line-height:1.25;font-size:16px;margin:20px 0 10px;padding-left:8px;}
	@media only screen and (max-width:767px)	{.tit-box-sub{font-size:16px;margin:20px 0 10px;padding-left:8px;}}

.box .tit-box{margin:-23px -23px 23px;padding:18px 23px;}
	@media only screen and (max-width:767px)	{.box .tit-box{margin:-13px -13px 13px;padding:13px;}}

.box .tit-box-over{margin:-25px -25px 24px;padding:15px 5px;}
	@media only screen and (max-width:767px)	{.box .tit-box-over{margin:-15px -15px 14px;padding:15px 5px;}}

.box-narrow .tit-box{margin:-18px -18px 18px;padding:13px 5px;}
	@media only screen and (max-width:767px)	{.box-narrow .tit-box{margin:-13px -13px 13px;padding:7px 5px;}}

.box-narrow .tit-box-over{margin:-20px -209px 19px;padding:15px 5px;}
	@media only screen and (max-width:767px)	{.box-narrow .tit-box-over{margin:-10px -10px 9px;padding:10px 5px;}}

.box-thin .tit-box{margin:-14px -14px 14px;padding:14px 5px;}
	@media only screen and (max-width:767px)	{.box-thin .tit-box{margin:-4px -4px 4px;padding:4px 4px;}}

.box-thin .tit-box-over{margin:-15px -15px 14px;padding:15px 5px;}
	@media only screen and (max-width:767px)	{.box-thin .tit-box-over{margin:-5px -5px 4px;padding:5px 5px;}}

.box + .box{margin-top:30px;}
	@media only screen and (max-width:767px)	{.box + .box{margin-top:10px;}}

.box-img img{width: 100%;height: auto;}
.box-img-over img{width: 100%;height: auto;}

.box .box-img{margin:-24px -24px 24px;}
	@media only screen and (max-width:767px)	{.box .box-img{margin:-14px -14px 14px;}}

.box .box-img:last-child{margin:-24px;}
	@media only screen and (max-width:767px)	{.box .box-img:last-child{margin:-14px;}}

.box .box-img-over{margin:-25px -25px 25px;}
	@media only screen and (max-width:767px)	{.box .box-img-over{margin:-15px -15px 15px;}}

.box .box-img-over:last-child{margin:-25px;}
	@media only screen and (max-width:767px)	{.box .box-img-over:last-child{margin:-15px;}}

.box-narrow .box .box-img{margin:-20px -20px 20px;}
	@media only screen and (max-width:767px)	{.box-narrow .box .box-img{margin:-15px -15px 15px;}}

.box-narrow .box .box-img:last-child{margin:-20px;}
	@media only screen and (max-width:767px)	{.box-narrow .box .box-img:last-child{margin:-15px;}}

.box-thin .box-img{margin:-15px -15px 15px;}
	@media only screen and (max-width:767px)	{.box-thin .box-img{margin:-4px -4px 4px;}}

.box-thin .box-img:last-child{margin:-15px;}
	@media only screen and (max-width:767px)	{.box-thin .box-img:last-child{margin:-4px;}}

.box hr,.box-narrow hr,.box-thin hr{margin:14px 0;}
	@media only screen and (max-width:767px)	{.box hr,.box-narrow hr,.box-thin hr{margin:9px 0;}}


.qabox{position: relative;word-wrap: break-word;background: #fff;border: 1px solid #ddd;}
	@media only screen and (max-width:767px)	{.qabox{}}

.qabox dt{background: #f6f6f6;display: block;position: relative;overflow: hidden;font-size: 18px;line-height: 1;padding:24px 24px 24px 90px;}
	@media only screen and (max-width:767px)	{.qabox dt{font-size: 15px;line-height: 1.25;padding:9px 29px 9px 45px;}}

.qabox dt:before{content: "Q";font-weight: bold;position: absolute;top: 0;left: 0;bottom: 0;opacity: .25;font-size: 90px;line-height: 32px;}
	@media only screen and (max-width:767px)	{.qabox dt:before{font-size: 48px;line-height: 16px;}}

.qabox dd{padding:24px;}
	@media only screen and (max-width:767px)	{.qabox dd{padding:14px}}

.qabox + .qabox{margin-top: 30px;}
	@media only screen and (max-width:767px)	{.qabox + .qabox{margin-top: 10px;}}




/* .well */
.well{border:1px solid #ddd;padding:14px;border-radius:4px;background:#f6f6f6;padding:19px;}
	@media only screen and (max-width:767px)	{.well{padding:14px;}}

.well > h4{margin:-14px;}
	@media only screen and (max-width:767px)	{.well > h4{font-size:18px;margin-bottom:20px;color:#393;border-bottom:1px dotted #393;padding-bottom:9px;}}

.well + .well{margin-top:30px;}
	@media only screen and (max-width:767px)	{.well + .well{margin-top:10px;}}

.well hr{margin:14px 0;}
	@media only screen and (max-width:767px)	{.well hr{margin:9px 0;}}


.cap-box{display:flex;flex-direction:column;}
.cap-box .cap,.cap-img{}
.cap-img img{}
.cap-box .cap{font-weight:bold;color:#333;line-height:1.5;text-align:center;padding-top:10px;}

.cap{margin-top: 5px;font-size: 14px;}


/* table */
table{border-spacing:0;border-collapse:separate;width:100%;}

th,td{line-height:1.5;padding:14px;}
	@media only screen and (max-width:767px)	{th,td{padding:9px;}}

th{white-space:nowrap;}
td{}

.cmn-tb{border-top:1px solid #ddd;margin-top:-1px;}

.cmn-tb th,.cmn-tb td{border-bottom:1px solid #ddd;}
	@media only screen and (max-width:575px)	{.cmn-tb th,.cmn-tb td{}}

.cmn-tb th{}
.cmn-tb td{background: #fff;}

.cmn-tb td hr{margin: 9px 0;}


.cmn-tb.fee{border-left:1px solid #ddd;}

.cmn-tb.fee th,.cmn-tb.fee td{border-right:1px solid #ddd;width: 14%;}
	@media only screen and (max-width:575px)	{.cmn-tb.fee th,.cmn-tb.fee td{font-size: 10px;padding: 2px;width: auto;}}

.cmn-tb.fee th:last-child,.cmn-tb.fee td:last-child{width: 18%;}
	@media only screen and (max-width:575px)	{.cmn-tb.fee th:last-child,.cmn-tb.fee td:last-child{width: auto;}}

.cmn-tb.fee th:first-child,.cmn-tb.fee td:first-child{width: auto;}
	@media only screen and (max-width:575px)	{.cmn-tb.fee th:first-child,.cmn-tb.fee td:first-child{}}


.cmn-tb.fee th{background: #efefef;text-align: center;}
	@media only screen and (max-width:575px)	{.cmn-tb.fee th{line-height:1;width: auto;}}

.cmn-tb.fee td{text-align: right;}
	@media only screen and (max-width:575px)	{.cmn-tb.fee td{}}

.cmn-tb.fee td:first-child{text-align: center;}


.cmn-tb.fee2{border-left:1px solid #ddd;}
.cmn-tb.fee2 th,.cmn-tb.fee2 td{border-right:1px solid #ddd;width: 20%;}
	@media only screen and (max-width:575px)	{.cmn-tb.fee2 th,.cmn-tb.fee2 td{font-size: 10px;padding: 2px;}}


.cmn-tb.fee2 th:first-child,.cmn-tb.fee2 td:first-child{width: auto;}
	@media only screen and (max-width:575px)	{.cmn-tb.fee2 th:first-child,.cmn-tb.fee2 td:first-child{}}


.cmn-tb.fee2 th{background: #efefef;text-align: center;}
	@media only screen and (max-width:575px)	{.cmn-tb.fee2 th{line-height:1;width: auto;}}

.cmn-tb.fee2 td{text-align: right;}
	@media only screen and (max-width:575px)	{.cmn-tb.fee2 td{}}

.cmn-tb.fee2 td:first-child{text-align: center;width: 5%;}
.cmn-tb.fee2 td:first-child + td{text-align: left;width: auto;}




.cmn-tb.org{border-left:1px solid #ddd;}
.cmn-tb.org th,.cmn-tb.org td{border-right:1px solid #ddd;text-align: center;}
	@media only screen and (max-width:575px)	{.cmn-tb.org th,.cmn-tb.org td{padding: 2px;font-size: 10px;}}

.cmn-tb.org th{background: #efefef;}
	@media only screen and (max-width:575px)	{.cmn-tb.org th{line-height:1;width: auto;}}

.cmn-tb.org td{}
	@media only screen and (max-width:575px)	{.cmn-tb.org td{}}


.cmn-tb.org td dt{padding-right: 1em;}
	@media only screen and (max-width:991px)	{.cmn-tb.org td dt{}}



.cmn-tb.lst{border-left:1px solid #ddd;}
.cmn-tb.lst th,.cmn-tb.lst td{border-right:1px solid #ddd;}
	@media only screen and (max-width:991px)	{.cmn-tb.lst th,.cmn-tb.lst td{display: block;width: auto !important;}}
	@media only screen and (max-width:575px)	{.cmn-tb.lst th,.cmn-tb.lst td{}}

.cmn-tb.lst th{background: #efefef;width: 24em;}
	@media only screen and (max-width:575px)	{.cmn-tb.lst th{}}

.cmn-tb.lst td{}
	@media only screen and (max-width:575px)	{.cmn-tb.lst td{}}

.cmn-tb.lst td:last-child{text-align: center;width: 9em;}
	@media only screen and (max-width:991px)	{.cmn-tb.lst td:last-child{text-align: left;}}

.cmn-tb.lst td dt{padding-right: 1em;}
	@media only screen and (max-width:991px)	{.cmn-tb.lst td dt{}}





.cmn-tb.prf{border-left:1px solid #ddd;}
.cmn-tb.prf th,.cmn-tb.prf td{border-right:1px solid #ddd;}
	@media only screen and (max-width:575px)	{.cmn-tb.prf th,.cmn-tb.prf td{display:block;width:100%;}}

.cmn-tb.prf th{width:11em;background: #efefef}
	@media only screen and (max-width:575px)	{.cmn-tb.prf th{line-height:1;width: auto;}}

.cmn-tb.prf td{}
	@media only screen and (max-width:575px)	{.cmn-tb.prf td{}}


.cmn-tb.prf td dt{padding-right: 1em;}
	@media only screen and (max-width:991px)	{.cmn-tb.prf td dt{}}






.cmn-tb.hst th,.cmn-tb.hst td{}
	@media only screen and (max-width:575px)	{.cmn-tb.hst th,.cmn-tb.hst td{display:block;width:100%;}}

.cmn-tb.hst th{width:8em;background:#efefef;}
	@media only screen and (max-width:575px)	{.cmn-tb.hst th{line-height:1;width: auto;}}

.cmn-tb.hst td{}
	@media only screen and (max-width:575px)	{.cmn-tb.hst td{}}

.cmn-tb.rcr th{}

.cmn-tb.rcr th,.cmn-tb.rcr td{}
	@media only screen and (max-width:575px)	{.cmn-tb.rcr th,.cmn-tb.rcr td{display:block;width:100%;}}
	@media (min-width:576px)	{.cmn-tb.rcr th,.cmn-tb.rcr td{}}

.cmn-tb.rcr th{width:8em;background: #efefef;}
	@media only screen and (max-width:575px)	{.cmn-tb.rcr th{line-height:1;width: auto;}}

.cmn-tb.rcr td{}
	@media only screen and (max-width:575px)	{.cmn-tb.rcr td{}}

.cmn-tb.frm{border-left:1px solid #ddd;}


.cmn-tb.frm th,.cmn-tb.frm td{border-right:1px solid #ddd;}
	@media only screen and (max-width:575px)	{.cmn-tb.frm th,.cmn-tb.frm td{display:block;width:100%;}}

.cmn-tb.frm th{width:15em;background: #efefef;}
	@media only screen and (max-width:575px)	{.cmn-tb.frm th{line-height:1;width: auto;}}

.cmn-tb.frm td{}
	@media only screen and (max-width:575px)	{.cmn-tb.frm td{}}
	@media (min-width:576px)	{.cmn-tb.frm td{}}


.cmn-tb.frm th.required{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NiIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDQ2IDE0LjAxIj48dGl0bGU+cmVxdWlyZTwvdGl0bGU+PHJlY3Qgd2lkdGg9IjMyIiBoZWlnaHQ9IjE0IiBzdHlsZT0iZmlsbDojYzAwIi8+PHJlY3QgeD0iMzIiIHk9IjAuMDEiIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgc3R5bGU9ImZpbGw6bm9uZSIvPjxwYXRoIGQ9Ik0xMTcuODgsMTUxLjA5bC0xLjEzLS44NGExMi4yNSwxMi4yNSwwLDAsMCwuNzctMy41OGwxLjI5LjM4QTEzLjkxLDEzLjkxLDAsMCwxLDExNy44OCwxNTEuMDlabTIuOS4yOFYxNTJjMCwuMTgsMCwuMTkuMzIuMTloMS43N2MuNTIsMCwuNjEtLjE0LjY3LTEuOGwxLjM4LjcyYy0uMjksMi4zMy0uNjcsMi4zOS0yLDIuMzloLTIuMTJjLS44OCwwLTEuMzYsMC0xLjM2LS45NXYtLjI3YTkuOCw5LjgsMCwwLDEtMS44LDFsLS43OS0xLjIxYTEwLjcyLDEwLjcyLDAsMCwwLDIuNTktMS40OHYtNC4yNmgxLjMydjMuMzJhMTMuOTEsMTMuOTEsMCwwLDAsMy4xMi01bDEuMzIuODFTMTIzLjM2LDE0OS40MSwxMjAuNzgsMTUxLjM3Wm0xLjQ0LTQuNzZhMTMuMzYsMTMuMzYsMCwwLDAtMi43NS0xLjI5bC43Mi0xLjE1YTEyLjQ3LDEyLjQ3LDAsMCwxLDIuNzUsMS4yMlptMyw0Ljc2YTExLjg0LDExLjg0LDAsMCwwLTEuMTUtMy4yM2wxLjE5LS42N2ExOS41OCwxOS41OCwwLDAsMSwxLjE1LDNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTEwLjU2IC0xNDEuOTEpIiBzdHlsZT0iZmlsbDojZmZmIi8+PHBhdGggZD0iTTEyNy41OSwxNTMuNjZsLS43MS0xLjIzYTcuMDYsNy4wNiwwLDAsMCwyLjg2LTIuNDFsLjg5LDFBNy40Niw3LjQ2LDAsMCwxLDEyNy41OSwxNTMuNjZabS4yNi02LjMyLS43My0xLjJhNi42NCw2LjY0LDAsMCwwLDIuMzgtMS45NWwuODcuOTNBNy42OCw3LjY4LDAsMCwxLDEyNy44NSwxNDcuMzRabTAsMy0uNzUtMS4yYTcuMiw3LjIsMCwwLDAsMi41My0ybC44NCwxQTcuNjEsNy42MSwwLDAsMSwxMjcuODcsMTUwLjMyWm03LjcxLDMuMzNhMTAuODgsMTAuODgsMCwwLDEtMi4yLTFsLjc0LS43M2gtMS43NmwuNzEuNzJhMTEsMTEsMCwwLDEtMi40MiwxLjA3bC0uOC0xLjE3YTkuNjUsOS42NSwwLDAsMCwxLjk0LS42MmgtMXYtNS41OUgxMzJhMi43NiwyLjc2LDAsMCwwLC4yOC0uNTRoLTEuODd2LTEuMTloNS43N3YxLjE5aC0yLjQxYTIuMjMsMi4yMywwLDAsMS0uMjYuNTRoMi4yNHY1LjU5aC0xLjE5YTExLjA3LDExLjA3LDAsMCwwLDEuNzYuNjRabS0xLTYuMjhIMTMydi40N2gyLjUzWm0wLDEuNDNIMTMydi40OGgyLjUzWm0wLDEuNDRIMTMydi41aDIuNTNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTEwLjU2IC0xNDEuOTEpIiBzdHlsZT0iZmlsbDojZmZmIi8+PC9zdmc+) right center /46px no-repeat #efefef;}

span.required-img{display:inline-block;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDE0Ij48dGl0bGU+cmVxdWlyZS10eHQ8L3RpdGxlPjxyZWN0IHdpZHRoPSIzMiIgaGVpZ2h0PSIxNCIgc3R5bGU9ImZpbGw6I2MwMCIvPjxwYXRoIGQ9Ik0xMTcuODgsMTUxLjA5bC0xLjEzLS44NGExMi4yNSwxMi4yNSwwLDAsMCwuNzctMy41OGwxLjI5LjM4QTEzLjkxLDEzLjkxLDAsMCwxLDExNy44OCwxNTEuMDlabTIuOS4yOFYxNTJjMCwuMTgsMCwuMTkuMzIuMTloMS43N2MuNTIsMCwuNjEtLjE0LjY3LTEuOGwxLjM4LjcyYy0uMjksMi4zMy0uNjcsMi4zOS0yLDIuMzloLTIuMTJjLS44OCwwLTEuMzYsMC0xLjM2LS45NXYtLjI3YTkuOCw5LjgsMCwwLDEtMS44LDFsLS43OS0xLjIxYTEwLjcyLDEwLjcyLDAsMCwwLDIuNTktMS40OHYtNC4yNmgxLjMydjMuMzJhMTMuOTEsMTMuOTEsMCwwLDAsMy4xMi01bDEuMzIuODFTMTIzLjM2LDE0OS40MSwxMjAuNzgsMTUxLjM3Wm0xLjQ0LTQuNzZhMTMuMzYsMTMuMzYsMCwwLDAtMi43NS0xLjI5bC43Mi0xLjE1YTEyLjQ3LDEyLjQ3LDAsMCwxLDIuNzUsMS4yMlptMyw0Ljc2YTExLjg0LDExLjg0LDAsMCwwLTEuMTUtMy4yM2wxLjE5LS42N2ExOS41OCwxOS41OCwwLDAsMSwxLjE1LDNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTEwLjU2IC0xNDEuOTEpIiBzdHlsZT0iZmlsbDojZmZmIi8+PHBhdGggZD0iTTEyNy41OSwxNTMuNjZsLS43MS0xLjIzYTcuMDYsNy4wNiwwLDAsMCwyLjg2LTIuNDFsLjg5LDFBNy40Niw3LjQ2LDAsMCwxLDEyNy41OSwxNTMuNjZabS4yNi02LjMyLS43My0xLjJhNi42NCw2LjY0LDAsMCwwLDIuMzgtMS45NWwuODcuOTNBNy42OCw3LjY4LDAsMCwxLDEyNy44NSwxNDcuMzRabTAsMy0uNzUtMS4yYTcuMiw3LjIsMCwwLDAsMi41My0ybC44NCwxQTcuNjEsNy42MSwwLDAsMSwxMjcuODcsMTUwLjMyWm03LjcxLDMuMzNhMTAuODgsMTAuODgsMCwwLDEtMi4yLTFsLjc0LS43M2gtMS43NmwuNzEuNzJhMTEsMTEsMCwwLDEtMi40MiwxLjA3bC0uOC0xLjE3YTkuNjUsOS42NSwwLDAsMCwxLjk0LS42MmgtMXYtNS41OUgxMzJhMi43NiwyLjc2LDAsMCwwLC4yOC0uNTRoLTEuODd2LTEuMTloNS43N3YxLjE5aC0yLjQxYTIuMjMsMi4yMywwLDAsMS0uMjYuNTRoMi4yNHY1LjU5aC0xLjE5YTExLjA3LDExLjA3LDAsMCwwLDEuNzYuNjRabS0xLTYuMjhIMTMydi40N2gyLjUzWm0wLDEuNDNIMTMydi40OGgyLjUzWm0wLDEuNDRIMTMydi41aDIuNTNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTEwLjU2IC0xNDEuOTEpIiBzdHlsZT0iZmlsbDojZmZmIi8+PC9zdmc+) center center /cover no-repeat;width:28px;height:14px;vertical-align:baseline;margin-right:5px;}



.trp-tb{width: auto;margin-left: 20px;}
	@media only screen and (max-width:575px)	{.trp-tb{margin-left: 16px;}}

.trp-tb th,.trp-tb td{padding: 0;line-height: inherit;vertical-align: top;}

.trp-tb th{padding-bottom: 5px;}
.trp-tb td{padding-bottom: 10px;}

.trp-tb th.numbering{padding-right: 1em;}
	@media only screen and (max-width:575px)	{.trp-tb th.numbering{padding-right: .5em;}}}

.trp-tb th:last-child,.trp-tb td:last-child{padding-right: 0;}

.w4em{width: 4em;}
.w8em{width: 8em;}
.w12em{width: 12em;}
.w16em{width: 16em;}
.w18em{width: 18em;}
.w20em{width: 20em;}


/* list */
.disc{margin:0;padding:0;}
.disc li{margin-left:1.5em;}

.circle{margin:0;padding:0;list-style:none;}
.circle li{padding-left:24px;}
.circle li:before{content:"\f111";font-family:'Font Awesome\ 5 Pro';display:inline-block;width:24px;margin-left:-24px;color:#69c;}

.decimal{margin:0;padding:0;}
.decimal li{margin-left:1.5em;}

.check{margin:0;padding:0;list-style:none;}
.check li{padding-left:24px;}
.check li:before{content:"\f00c";font-family:'Font Awesome\ 5 Pro';display:inline-block;width:24px;margin-left:-24px;color:#69c;font-weight:bold;}
.check li + li{margin-top: 10px;}

.checklist{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;justify-content:center;}
.checklist li{line-height:1;display:inline-block;padding:8px;border:2px solid #69c;font-weight:bold;background:#fff;margin:2px;}
.checklist li:before{content:"\f00c";font-family:'Font Awesome\ 5 Pro';display:inline-block;width:1.5em;color:#0d81c3;font-weight:bold;text-align:left;}

.slash{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;}
	@media only screen and (max-width:575px)	{.slash{display: block;}}

.slash li{white-space: nowrap;}
	@media only screen and (max-width:575px)	{.slash li{white-space: normal;}}
	@media (min-width:576px)	{.slash li{}}

.slash li + li:before{content:"/";font-family:'Font Awesome\ 5 Pro';display:inline-block;width:1.5em;text-align: center;}
	@media only screen and (max-width:575px)	{.slash li + li:before{display: none;}}



.kome{font-size: .9em;line-height:1.5;padding-left:1.5em;display: block;}
.kome:before{content:"※";display:inline-block;width:1.5em;margin-left:-1.5em;color:#e60012;}
.kome + .kome{margin-top:0;}



/* catalogue parts */
h2 + .nav-pills											{margin-top:-15px;}

#category-nav											{padding:30px 0;}

.nav-pills												{display:flex;justify-content:center;margin:-.5px;}
.nav-pills > .nav-item									{padding:.5px;}

.nav-pills > .nav-item .nav-link{padding:10px 15px;line-height: 1;border-radius:0;display:block;white-space:nowrap;text-align:center;background:#fff;color:#69c;border:1px solid #69c;font-weight:bold;font-size:14px;padding:9px 19px;}
	@media only screen and (max-width:767px)	{.nav-pills > .nav-item .nav-link{font-size:14px;padding:4px 9px;}}


.nav-pills > .nav-item .nav-link small					{display: block;margin-top: 5px;font-weight: bold;}

.nav-pills > .nav-item .nav-link.active,
.nav-pills > .nav-item .nav-link:hover,
.nav-pills > .nav-item .nav-link:active,
.nav-pills > .nav-item .nav-link:focus					{background:#69c;color:#fff;}


.nav-pills.nav-fill										{display:flex;justify-content:center;border-top:1px solid #69c;border-left:1px solid #69c;margin:0;}
.nav-pills.nav-fill > .nav-item							{border-right:1px solid #69c;border-bottom:1px solid #69c;padding:0;}
.nav-pills.nav-fill > .nav-item .nav-link				{padding:10px 15px;border-radius:0;display:block;color:#69c;white-space:nowrap;text-align:center;background:#fff;border:none;}

.nav-pills.nav-fill > .nav-item .nav-link:hover,
.nav-pills.nav-fill > .nav-item .nav-link:active,
.nav-pills.nav-fill > .nav-item .nav-link:focus,
.nav-pills.nav-fill > .nav-item .nav-link.active,
.nav-pills.nav-fill > .nav-item .nav-link.active:hover,
.nav-pills.nav-fill > .nav-item .nav-link.active:active,
.nav-pills.nav-fill > .nav-item .nav-link.active:focus	{background:#69c;color:#fff;}

#fotorama	{margin-bottom:30px;}

.tit-catalogue{line-height:1.25;font-weight:bold;font-size:21px;margin-bottom:20px;border-bottom:2px solid #69c;padding-bottom:10px;}
	@media only screen and (max-width:767px)	{.tit-catalogue{font-size:18px;margin-bottom:15px;border-bottom:3px solid #69c;padding-bottom:9px;}}


.catalogue-img{position:relative;background:#fff;border:1px solid #ddd;padding-bottom:75%;display:block;}
.catalogue-img img{position:absolute;top:0;left:0;right:0;bottom:0;max-width:100%;max-height:100%;width:auto;height:auto;margin:auto;}

.cat-box-img .catalogue-img{border:none;}

.catalogue-img-full{}
.catalogue-img-full img{width:100%;height:auto;}

.catalogue-img-l{position:relative;background:#fff;border:1px solid #ddd;padding-bottom:61.25%;display:block;}
.catalogue-img-l img{position:absolute;top:0;left:0;right:0;bottom:0;max-width:100%;max-height:100%;width:auto;height:auto;margin:auto;}

.catalogue-img-cap{position:absolute;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);color:#fff;padding:10px;font-size:12px;padding:5px 10px;}
	@media only screen and (max-width:767px)	{.catalogue-img-cap{font-size:12px;padding:5px 10px;}}

.phtfrm		{background:#fff;padding:10px;border-radius: 6px;}

.img-overlap{display:inline-block;position:relative;}
.img-overlap img{width:100%;height:auto;box-shadow:0 0 10px rgba(0,0,0,.25);background:#fff;padding:7px;border-radius:2px;z-index:3;position:relative;display:inline-block;}

.img-overlap:before,.img-overlap:after{content:"";box-shadow:0 0 10px rgba(0,0,0,.25);background:#fff;padding:5px;position:absolute;top:0;left:0;right:0;bottom:0;padding-bottom:33.3333333333%;width:100%;}
.img-overlap:before{transform:rotate(4deg);z-index:2;}
.img-overlap:after{transform:rotate(2deg);z-index:1;}


.img-overlap-long{display:inline-block;position:relative;}
.img-overlap-long img{width:100%;height:auto;box-shadow:0 0 10px rgba(0,0,0,.25);background:#fff;padding:7px;border-radius:2px;z-index:3;position:relative;display:inline-block;}

.img-overlap-long:before,.img-overlap-long:after{content:"";box-shadow:0 0 10px rgba(0,0,0,.25);background:#fff;padding:5px;position:absolute;top:0;left:0;right:0;bottom:0;padding-bottom:33.3333333333%;width:100%;}
.img-overlap-long:before{transform:rotate(2deg);z-index:2;}
.img-overlap-long:after{transform:rotate(1deg);z-index:1;}

.img-overlap-wrap{margin:30px 0;}


.img-polaroid{background: #fff;box-shadow:0 0 10px rgba(0,0,0,.125);}
	@media (max-width:767px)	{.img-polaroid{padding: 5px;}}
	@media (min-width:768px)	{.img-polaroid{padding: 10px;}}


.img-polaroid p{font-family: 'mamelone',sans-serif;text-align: center;font-weight: bold;line-height: 2;}
	@media (max-width:767px)	{.img-polaroid p{font-size: 1.1em;}}
	@media (min-width:768px)	{.img-polaroid p{font-size: 1.25em;}}


.img-polaroid img{width:100%;height:auto;position:relative;display:inline-block;}

.with-pin,.with-tape{position: relative;}
.with-pin:before,.with-tape:before{content: "";display: block;position: absolute;left: 50%;right: 50%;z-index: 1;}
.with-pin:before{background: url(../images/pin.png) center center /contain no-repeat;}
	@media (max-width:767px)	{.with-pin:before{width: 20px;height: 25px;margin:0 -10px;top: -15px;}}
	@media (min-width:768px)	{.with-pin:before{width: 40px;height: 50px;margin:0 -20px;top: -30px;}}


.with-tape{}
.with-tape:before{background: url(../images/tape.png) center center /contain no-repeat;}
	@media (max-width:767px)	{.with-tape:before{width: 60px;height: 24px;margin:0 -30px;top: -10px;}}
	@media (min-width:768px)	{.with-tape:before{width: 100px;height: 31px;margin:0 -50px;top: -13px;}}



.paging									{text-align:center;margin:30px 0 0;display:flex;justify-content:center;}
.paging .paging-text,.paging .current	{margin:0 1px;color:#fff;text-decoration:none;text-align:center;padding:0;width:24px;line-height:22px;display:block;font-size:14px;border:1px solid #ddd;}
.paging .paging-text					{background:#fff;color:#999;cursor:pointer;}
.paging .paging-text:hover				{background:#69c;color:#fff;border:1px solid #69c;opacity:1;}
.paging .paging-text:first-child,
.paging .paging-text:last-child			{width:24px;}

.paging .current						{background:#69c;color:#fff;border:1px solid #69c;}

.paging .paging-text svg{vertical-align: -10%;}

/* btn- */
[class*="btn-"],a[class*="btn-"]:hover,a[class*="btn-"]:active,a[class*="btn-"]:focus								{padding:10px 15px;border: none;text-decoration: none !important;}
[class*="btn-"].btn-lg,a[class*="btn-"].btn-lg:hover,a[class*="btn-"].btn-lg:active,a[class*="btn-"].btn-lg:focus	{padding:20px 15px;}
	@media (max-width:767px)	{[class*="btn-"].btn-lg,a[class*="btn-"].btn-lg:hover,a[class*="btn-"].btn-lg:active,a[class*="btn-"].btn-lg:focus	{padding:15px;}}


a[class*="btn-"]:hover,a[class*="btn-"]:active,a[class*="btn-"]:focus												{opacity:.75;outline:0;}

span.btn:not(:disabled):not(.disabled){cursor:default;}


.btn-negative,a.btn-negative:hover,a.btn-negative:active,a.btn-negative:focus{background:#fff;color:#333;border:1px solid #ddd;font-size:14px;}
	@media only screen and (max-width:767px)	{.btn-negative,a.btn-negative:hover,a.btn-negative:active,a.btn-negative:focus{font-size:14px;line-height:34px;}}

.btn-header,a.btn-header:hover,a.btn-header:active,a.btn-header:focus,a.btn-header.active,a.btn-header.active:hover,a.btn-header.active:active,a.btn-header.active:focus{background:#69c;color:#fff;font-size:15px;line-height:21px;}
	@media only screen and (max-width:767px)	{.btn-header,a.btn-header:hover,a.btn-header:active,a.btn-header:focus{font-size:18px;line-height:38px;}}

.btn-footer,span.btn-footer,a.btn-footer:hover,a.btn-footer:active,a.btn-footer:focus,a.btn-footer.active,a.btn-footer.active:hover,a.btn-footer.active:active,a.btn-footer.active:focus{background:#fff;color:#333;border:1px solid #ddd;font-size:20px;line-height:40px;}
	@media only screen and (max-width:767px)	{.btn-footer,span.btn-footer,a.btn-footer:hover,a.btn-footer:active,a.btn-footer:focus,a.btn-footer.active:hover,a.btn-footer.active:active,a.btn-footer.active:focus{font-size:14px;line-height:40px;}}

.btn-footer i{color:#999;}

.btn-map,a.btn-map:hover,a.btn-map:active,a.btn-map:focus{background:#69c;color:#fff;font-size:12px;line-height:16px;padding: 2px 6px;font-weight: bold;}
	@media only screen and (max-width:767px)	{.btn-map,a.btn-map:hover,a.btn-map:active,a.btn-map:focus{}}

.btn-backnumber,a.btn-backnumber:hover,a.btn-backnumber:active,a.btn-backnumber:focus	{background:#fff;color:#69c;border-radius:0;font-weight:bold;font-size:16px;line-height:20px;}
	@media only screen and (max-width:767px)	{.btn-backnumber,a.btn-backnumber:hover,a.btn-backnumber:active,a.btn-backnumber:focus	{font-size:14px;line-height:20px;}}
	@media (min-width:768px)	{.btn-backnumber,a.btn-backnumber:hover,a.btn-backnumber:active,a.btn-backnumber:focus	{}}

.btn-backnumber i.fa{font-size:14px;}

.btn-cclr,a.btn-cclr:hover,a.btn-cclr:active,a.btn-cclr:focus{background:#fff;color:#69c;border: 1px solid #69c;font-weight:bold;font-size:18px;line-height:24px;border-radius:0;padding: 5px 16px;}
	@media only screen and (max-width:767px)	{.btn-cclr,a.btn-cclr:hover,a.btn-cclr:active,a.btn-cclr:focus{font-size:14px;line-height:20px;}}

.btn-more,a.btn-more:hover,a.btn-more:active,a.btn-more:focus{background:#fff;color:#69c;border-radius:0;border:2px solid #69c;font-size:18px;line-height:38px;}
	@media only screen and (max-width:767px)	{.btn-more,a.btn-more:hover,a.btn-more:active,a.btn-more:focus{font-size:16px;line-height:28px;}}

.btn-category,a.btn-category:hover,a.btn-category:active,a.btn-category:focus{background:#69c;color:#fff;position:relative;font-size:16px;line-height:1;opacity:.5;font-weight: bold;text-shadow:0 0 3px rgba(0,0,0,.5)}
	@media only screen and (max-width:767px)	{.btn-category,a.btn-category:hover,a.btn-category:active,a.btn-category:focus{font-size:14px;}}
	@media only screen and (max-width:575px)	{.btn-category,a.btn-category:hover,a.btn-category:active,a.btn-category:focus{font-size:12px;padding:10px 1px;}}


.btn-category.active,a.btn-category:hover,a.btn-category:active,a.btn-category:focus{opacity:1;}

.btn-detail,a.btn-detail:hover,a.btn-detail:active,a.btn-detail:focus{background:#fff;color:#69c;border: 1px solid #69c;font-size:14px;line-height:18px;border-radius:0;padding: 2px 4px;}
	@media only screen and (max-width:767px)	{.btn-detail,a.btn-detail:hover,a.btn-detail:active,a.btn-detail:focus{font-size:12px;line-height:16px;}}

.btn-blog,a.btn-blog:hover,a.btn-blog:active,a.btn-blog:focus{background:#69c;color:#fff;font-weight:bold;font-size:16px;line-height:24px;text-align: left;}
	@media only screen and (max-width:767px)	{.btn-blog,a.btn-blog:hover,a.btn-blog:active,a.btn-blog:focus{font-size:14px;line-height:20px;}}
	@media only screen and (max-width:767px)	{.btn-blog,a.btn-blog:hover,a.btn-blog:active,a.btn-blog:focus{text-overflow:ellipsis;overflow: hidden;}}

.btn-blog small{display: block;text-align: right;}



/* btn- brand */
.btn-facebook,a.btn-instagram,a.btn-twitter{text-align:center;font-size:22px;line-height:30px;border-radius:0;padding:0;width:90px;}
	@media only screen and (max-width:767px)	{.btn-facebook,a.btn-instagram,a.btn-twitter{font-size:10px;line-height:16px;border-radius:50%;padding:8px !important;}}

.btn-facebook,a.btn-facebook:hover,a.btn-facebook:active,a.btn-facebook:focus{background:#305097;color:#fff;}
	@media only screen and (max-width:767px)	{.btn-facebook,a.btn-facebook:hover,a.btn-facebook:active,a.btn-facebook:focus{}}

.btn-instagram,a.btn-instagram:hover,a.btn-instagram:active,a.btn-instagram:focus{background:#dd2971;color:#fff;}
	@media only screen and (max-width:767px)	{.btn-instagram,a.btn-instagram:hover,a.btn-instagram:active,a.btn-instagram:focus{}}

.btn-twitter,a.btn-twitter:hover,a.btn-twitter:active,a.btn-twitter:focus{background:#00aced;color:#fff;}
	@media (max-width:767px)	{.btn-twitter,a.btn-twitter:hover,a.btn-twitter:active,a.btn-twitter:focus{}}


.btn-transparent,a.btn-transparent:hover,a.btn-transparent:active,a.btn-transparent:focus{border: 1px solid #4c382e;font-size: 16px;line-height: 30px;padding: 9px 14px;color:#4c382e;font-weight: bold;}



/* btn- application */
.btn-pdf,a.btn-pdf:hover,a.btn-pdf:active,a.btn-pdf:focus,
.btn-word,a.btn-word:hover,a.btn-word:active,a.btn-word:focus,
.btn-excel,a.btn-excel:hover,a.btn-excel:active,a.btn-excel:focus,
.btn-file,a.btn-file:hover,a.btn-file:active,a.btn-file:focus{background:#69c;color:#fff;font-weight:bold;border:none;padding: 10px 20px;display: inline-block;font-size:16px;line-height:30px;}
	@media only screen and (max-width:767px)	{.btn-pdf,a.btn-pdf:hover,a.btn-pdf:active,a.btn-pdf:focus,a.btn-word,a.btn-word:hover,a.btn-word:active,a.btn-word:focus,a.btn-excel,a.btn-excel:hover,a.btn-excel:active,a.btn-excel:focus,a.btn-file,a.btn-file:hover,a.btn-file:active,a.btn-file:focus{font-size:14px;line-height:20px;}}

.btn-pdf:before,a.btn-word:before,a.btn-excel:before,a.btn-file:before	{font-family:'Font Awesome\ 5 Pro';margin-right:0.5em;color:#c00;display:none;}
.btn-pdf:before															{content:"\f1c1";}
.btn-word:before														{content:"\f1c2";}
.btn-excel:before														{content:"\f1c3";}
.btn-file:before														{content:"\f15c";}


.btn-block,a.btn-block:hover,a.btn-block:active,a.btn-block:focus{}


/* #fnav */
#fnav{padding:30px 0;border-top:5px solid #69c;}
	@media only screen and (max-width:991px)	{#fnav{padding: 0;}}
	@media only screen and (max-width:575px)	{#fnav{padding: 0;width: 100%;}}

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

.fnav-menu{list-style:none;display: flex;justify-content:center;align-items:center;}
	@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{height: 26px;}
	@media only screen and (max-width:991px)	{.fnav-item{display:table-cell;vertical-align:middle;padding:1px;text-align:center;height: auto;}}

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

.fnav-link,.fnav-link:hover,.fnav-link:active,.fnav-link:focus{margin:0;opacity:1;font-family:'nsans',sans-serif;white-space:nowrap;font-size: 14px;line-height: 26px;}
	@media only screen and (max-width:991px)	{.fnav-link,.fnav-link:hover,.fnav-link:active,.fnav-link:focus{display:block;background:#69c;color:#fff;border-radius:2px;font-size:10px;line-height:10px;
		padding:3px 2px;position:relative;text-decoration:none;margin: 0;}}

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

.fnav-link:before{content: "\f105";font-family: 'Font Awesome\ 5 Pro';display: inline-block;width: 0.75em;font-weight: bold;}
	@media only screen and (max-width:991px)	{.fnav-link:before{display: none;}}

.fnav-link svg{}
	@media only screen and (max-width:991px)	{.fnav-link svg{font-size:16px;margin: 0  auto 3px;display:block;text-align: center;}}




.fnav-item > strong			{display:inline-block;font-weight:normal;margin-right:.5em;}
.fnav-item > strong a		{color:#333;}
.fnav-item > strong a:hover,.fnav-item > strong a:active,.fnav-item > strong a:focus	{color:#fff;opacity:1;}
.fnav-item > span			{display:block;}
.fnav-item > span:before	{content:"-";width:1.5em;display:inline-block;padding-left:.75em;}
.fnav-item > span:after		{content:"";display:none;}
.fnav-item > span + span	{}
.fnav-item > span > a		{color:#fff;display:inline-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;}


/* #footer */
#footer{text-align: center;padding-bottom: 30px;}
	@media only screen and (max-width:991px)	{#footer{padding: 30px 0;}}
	@media only screen and (max-width:767px)	{#footer{padding: 15px 0;}}




#copyright{display:block;text-align:center;font-size:12px;line-height:30px;background: #f6f6f6;border-top: 1px solid #ddd;}
	@media only screen and (max-width:991px)	{#copyright{}}

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


.fadd{font-size:16px;line-height:1.5;}
	@media only screen and (max-width:575px)	{.fadd{font-size: 14px;}}





#pagetop{background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAAA/CAYAAABXXxDfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAmhJREFUeNrk2jtLA0EQwPHNCDZqoZZiMCApVEQRBDEoARUESwsLv4KlphILG8XaShAsLHx1gmAXiAha2IugtRANmDQRwdnISYh53GNnZ3ddGC4hhMvv39xd7mKrS2nBuOZxbnGKHDsHRvgyziXOFU7nf8JL+DFOO06KKwAww73FEgAMgLMFAEPgLAHAILj2AGAYXGsAMBCuLQAYCtcSAAyGkwcAw+GkAcACOFkAsAROEgAsgisPAJbBlQYAC+HKAoClcCUBwGJ45ABgOTxSAHAAHjoAOAIPFQAcggcOAI7BAwUATnhiMCnWMluio7OLJQBwwjPbe2IyNVvZcgQATrgHrn2vKwBwwkvFD3FydMAWoG00mWCD726ui7tcVhTe82J8ckp09/SK4bEJcXeTFZ/lsurdx3FmcM5wyrV47fDnp8fKZy+45Qjg4dng3uIIIPHyNvEFJ5wpwLTEv+KLOZx+CvzO/qEveKMA8rsP97eqf9YXzobEy6wnOGmKAKVSUSSHRnzBawP0xQfEKR4NCm951fAVnPNY1ZMZ8jBwjTMl3F2/8NrjvHw0ZEH8PCbiPLzeSY6rAf7AG53huRagLrzZub0rARrCW13V2R6gKdzP9bytAVrC/f6TY1sAX3C/eJsC+IYHwdsQIBA8KN7kAIHhYfAmBggFD4s3KUBoeBS8CQEiwaPiOQNEhqvAcwRQAleFrw6QswWuEu8FWCQMoBSuGk8ZQDmcAk8RgAROhVcZgAxOiVcRgBROjY8SgByuAx8mgBa4LnyQANrgOvF+AmiF68Y3C6AdzoGvF4AFzoWvDpDlgsv1LcAAux9G6JakA2YAAAAASUVORK5CYII=) center center /contain no-repeat;width:50px;height: 50px;position: fixed;right: 20px;bottom: 20px;cursor:default;z-index: 999;opacity:0;transition:.6s;}
	@media only screen and (max-width:991px)	{#pagetop{display: none;}}

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







/* margin / padding */
.mt-xxl-{margin-top:-60px !important;}
	@media only screen and (max-width:767px)	{.mt-xxl-{margin-top:-45px !important;}}

.mt-xl-{margin-top:-45px !important;}
	@media only screen and (max-width:767px)	{.mt-xl-{margin-top:-30px !important;}}

.mt-lg-{margin-top:-30px !important;}
	@media only screen and (max-width:767px)	{.mt-lg-{margin-top:-20px !important;}}

.mt-md-{margin-top:-20px !important;}
	@media only screen and (max-width:767px)	{.mt-md-{margin-top:-15px !important;}}

.mt-sm-{margin-top:-15px !important;}
	@media only screen and (max-width:767px)	{.mt-sm-{margin-top:-10px !important;}}

.mt-xs-{margin-top:-10px !important;}
	@media only screen and (max-width:767px)	{.mt-xs-{margin-top:-5px !important;}}

.mt0{margin-top:0 !important;}

.mt-xxl{margin-top:60px !important;}
	@media only screen and (max-width:767px)	{.mt-xxl{margin-top:45px !important;}}

.mt-xl{margin-top:45px !important;}
	@media only screen and (max-width:767px)	{.mt-xl{margin-top:30px !important;}}

.mt-lg{margin-top:30px !important;}
	@media only screen and (max-width:767px)	{.mt-lg{margin-top:20px !important;}}

.mt-md{margin-top:20px !important;}
	@media only screen and (max-width:767px)	{.mt-md{margin-top:15px !important;}}

.mt-sm{margin-top:15px !important;}
	@media only screen and (max-width:767px)	{.mt-sm{margin-top:10px !important;}}

.mt-xs{margin-top:10px !important;}
	@media only screen and (max-width:767px)	{.mt-xs{margin-top:5px !important;}}

.mb-xxl-{margin-bottom:-60px !important;}
	@media only screen and (max-width:767px)	{.mb-xxl-{margin-bottom:-45px !important;}}

.mb-xl-{margin-bottom:-45px !important;}
	@media only screen and (max-width:767px)	{.mb-xl-{margin-bottom:-30px !important;}}

.mb-lg-{margin-bottom:-30px !important;}
	@media only screen and (max-width:767px)	{.mb-lg-{margin-bottom:-20px !important;}}

.mb-md-{margin-bottom:-20px !important;}
	@media only screen and (max-width:767px)	{.mb-md-{margin-bottom:-15px !important;}}

.mb-sm-{margin-bottom:-15px !important;}
	@media only screen and (max-width:767px)	{.mb-sm-{margin-bottom:-10px !important;}}

.mb-xs-{margin-bottom:-10px !important;}
	@media only screen and (max-width:767px)	{.mb-xs-{margin-bottom:-5px !important;}}

.mb0{margin-bottom:0 !important;}

.mb-xxl{margin-bottom:60px !important;}
	@media only screen and (max-width:767px)	{.mb-xxl{margin-bottom:45px !important;}}

.mb-xl{margin-bottom:45px !important;}
	@media only screen and (max-width:767px)	{.mb-xl{margin-bottom:30px !important;}}

.mb-lg{margin-bottom:30px !important;}
	@media only screen and (max-width:767px)	{.mb-lg{margin-bottom:20px !important;}}

.mb-md{margin-bottom:20px !important;}
	@media only screen and (max-width:767px)	{.mb-md{margin-bottom:15px !important;}}

.mb-sm{margin-bottom:15px !important;}
	@media only screen and (max-width:767px)	{.mb-sm{margin-bottom:10px !important;}}

.mb-xs{margin-bottom:10px !important;}
	@media only screen and (max-width:767px)	{.mb-xs{margin-bottom:5px !important;}}


hr{margin:29px 0;}
	@media only screen and (max-width:767px)	{hr{margin:14px 0;}}
