@media print, all and (min-width: 751px) {

body {
	font-size: 100%; /* 16pt */
	color: #000000;
	background: #ffffff;
	line-height: 2.0;
	word-break:break-word;
}

a,
span,
img{
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	-ms-transition-duration:0.3s;
}

a, a:link, a:visited {
	color: #eb6e46;
	text-decoration:none;
}

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

.container {
	width: 100%;
    min-width: 1200px;
}

.container-inner {
	width: 960px;
	margin: 0 auto;
}

.pc-anchor {
	margin-top: -80px!Important;
	padding-top: 80px!Important;
}
	
	#md-site{
		overflow: hidden;
	}

	



/* HEADER */

#header {
	margin:0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

#header .container-inner {
	display: flex;
	column-gap: 85px;
	justify-content: space-between;
	width: 100%;
	min-width: 1200px;
	max-width: 1280px;
    padding: 0;
}

#header .primary{
	padding: 15px 0 0 28px;
}
#header .h-logo{
    margin-bottom: 0;
}
	#header .h-logo .inner{
		display: inline-block;
		color: #ffffff;
		font-weight: bold;
		line-height: 1.5;
	}
	#header .h-logo a{
		color: #ffffff;
		text-decoration: none;
	}
	#header .h-logo .maintext{
		font-size: 162.5%; /* 26px */
	}
#header .h-logo a:hover {
	text-decoration:none;
	filter:alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	-moz-opacity:0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity:0.6;
	zoom:1; /*IE*/
}
#header .secondary{
    flex: 1;
    max-width: 960px;
    padding-right: 140px;
}
#header .h-nav{
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
	




/* NAV */

.nav-list{
	display: flex;
    justify-content: space-between;
	column-gap: 30px;
	padding-top: 20px;
    width: 100%;
    max-width: 760px;
}

.nav-list li > a,
.nav-list li > .not{
	display:block;
	padding-left: 37px;
	color:#ffffff;
    font-size: 112.5%; /* 18px */
	line-height: 1.5;
	text-decoration:none;
    position: relative;
	transition-property: color, border-color;
}
.nav-list li > a:before,
.nav-list li > .not:before{
	content: "";
	display: inline-block;
	width: 25px;
	height: 2px;
	background-color: #ffffff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	transition-duration: 0.3s;
}
.nav-list li > a:hover,
.nav-list li.on > a{
	color: #eb6e46;
	font-weight: bold;
}
.nav-list li > a:hover:before,
.nav-list li.on > a:before{
	background-color: #eb6e46;
}
	.nav-list li.lsplus > a,
	.nav-list li.lsplus > .not{
		letter-spacing: 0.75em;
	}
	.nav-list > li.en{
		position: absolute;
		top: 0;
		right: 0;
	}
	.nav-list > li.en > a,
	.nav-list > li.en > .not{
		padding: 12px 18px 12px 37px;
		font-size: 137.5%; /* 22px */
		font-family: "Judson", serif;
		font-weight: 400;
		font-style: italic;
		line-height: 1.0;
		border-bottom: 2px solid #ffffff;
		border-left: 2px solid #ffffff;
	}
	.nav-list > li.en > a:before,
	.nav-list > li.en > .not:before{
		width: 24px;
		height: 6px;
		background-color: transparent;
		background-image: url("../images/common/h-btn_anchor.svg");
		background-position: right center;
		background-repeat: no-repeat;
		background-size: auto 100%;
	}
	.nav-list > li.en > a:hover,
	.nav-list > li.en.on > a{
		font-weight: 400;
		border-color: #eb6e46;
	}
	.nav-list > li.en > a:hover:before,
	.nav-list > li.en.on > a:before{
		background-color: transparent;
		background-image: url("../images/common/h-btn_anchor_on.svg");
	}
	.nav-list > li ul{
		display: none;
	}



/* FOOTER */

#footer {
	color: #ffffff;
	background-image: url("../images/common/f-bg.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

#footer .container-inner {
	padding: 70px 0 40px;
}

#footer a{
	color: #ffffff;
}

#footer .f-sign{
    margin-bottom: 30px;
}

#footer .f-btn{
    margin-bottom: 40px;
}

#footer .f-name{
	display:block;
	margin-bottom: 10px;
	text-align: center;
}
#footer .f-name a{
    font-size: 125%; /* 20px */
	font-weight:bold;
	line-height: 1.5;
	text-decoration:none;
}
#footer .f-name a .maintext{
    font-size: 120%; /* 24px */
}
#footer .f-name a:hover {
	filter:alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	-moz-opacity:0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity:0.6;
	zoom:1; /*IE*/
}
#footer .f-address{
	margin-bottom: 0;
	line-height: 1.5;
	text-align: center;
}
#footer .f-address .f-place,
#footer .f-address .f-tel{
    display: inline-block;
    vertical-align: middle;
}
#footer .f-address .f-place{
	margin-right: 1em;
}
	#footer .fbtn-list{
		display: flex;
		justify-content: center;
		column-gap: 20px;
	}
	#footer .fbtn-list > li a{
		display: inline-block;
		color: #ffffff;
		line-height: 0;
		text-decoration: none;
	}
	#footer .fbtn-list > li a:hover{
		opacity: 0.6;
	}
	#footer .fbtn-list > li.type_anchor a{
		padding: 12px 26px 12px 37px;
		line-height: 1.5;
		text-align: center;
		border: 1px solid #ffffff;
		position: relative;
	}
	#footer .fbtn-list > li.type_anchor a:before{
		content: "";
		display: inline-block;
		width: 22px;
		height: 5px;
		background-image: url("../images/common/fbtn-anchor.svg");
		background-position: right center;
		background-repeat: no-repeat;
		background-size: auto 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}
#footer .copyright {
	margin: 0;
	font-size: 87.5%; /* 14px */
	line-height: 1.5;
	text-align:center;
}



/* NAVIGATION */

#toggle {
	display: none;
}

.fixed {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	top: -40px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	z-index: 9999;
}



/* TITLE */

#title{
	margin: 0;
    width: auto;
	height: 300px;
	background-image: url(../images/common/title-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
#title:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg,rgba(15, 64, 109, 0.5) 0%, rgba(58, 111, 174, 0.5) 80%);
	position: absolute;
	top: 0;
	left: 0;
}

#title .container-inner {
	padding:0;
	height: 300px;
	display: -webkit-flex;
	display: flex;
    justify-content: center;
    align-items: center;
	padding-top: 30px;
	text-align: center;
	position: relative;
	box-sizing: border-box;
}

#title .title-box {
	display: inline-block;
	padding: 15px 0;
}

#title .title {
	margin-bottom: 2px;
	color: #ffffff;
	font-size: 125%; /* 20px */
	line-height:1.5;
}

#title .title_en{
	margin-bottom: 0;
	color:#ffffff;
	font-size: 343.75%; /* 55px */
	font-family: "Judson", serif;
	font-weight: 400;
	font-style: italic;
	line-height:1.0;
}
#title .title_en strong{
	font-weight: 400;
	font-style: italic;
}


/* CONTENT */

#content a{
    text-decoration:underline;
}

#content #c-wrapper > .container-inner > .section:last-child:not(:first-child){
    margin-bottom: 120px;
}

	#breadcrumb{
		margin-bottom: 40px;
		padding-top: 10px;
	}
#breadcrumb li{
	display:inline-block;
	vertical-align:middle;
	font-size: 87.5%; /* 14px */
    line-height: 1.5;
}
#breadcrumb li a{
	color:#000000;
}
#breadcrumb li.on{
	color:#eb6e46;
	font-weight:bold;
}

.section {
	margin-bottom: 90px;
}

.section-s {
	margin-bottom: 50px;
}

.section-ss {
	margin-bottom: 30px;
}

.section-sss {
	margin-bottom: 20px;
}

.section-ssss {
	margin-bottom: 15px;
}

.pagetop {
	position:fixed;
	bottom:0;
	right:0;
	text-align: right;
	margin: 0;
	z-index:5000;
}
.pagetop a {
	display:block;
	width: 50px;
	height: 50px;
	line-height:0;
	text-decoration:none;
	background-color: #eb6e46;
	position: relative;
}

.pagetop a:hover {
	filter:alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	-moz-opacity:0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity:0.6;
	zoom:1; /*IE*/
}
.pagetop a img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.inlink{
	margin-top:-70px;
	padding-top:70px;
}


/* SNAV */



	/* BTMV */
    #btmv{
        position: relative;
        z-index: 1;
    }
	.btmv-slider .item,
	.btmv-slider .slick-slide{
		line-height: 0;
	}
	.btmv-slider > .item,
	.btmv-slider .slick-slide{
        min-width: 280px;
        max-width: 21.875vw;
	}
	.btmv-slider .item img{
        width: 100%;
        max-width: none;
	}

}