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

body {
	font-size: 100%; /* 16pt */
	color: #000000;
	background: #ffffff;
	line-height:1.9375;
	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: #00466A;
	text-decoration:none;
}

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

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

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

.pc-anchor {
	margin-top: -80px!Important;
	padding-top: 80px!Important;
}
	
	.fade-in {
		opacity : 0.0;
		-webkit-transform : translate(0, 50px);
		-moz-transform : translate(0, 50px);
		-o-transform : translate(0, 50px);
		-ms-transform : translate(0, 50px);
		transform : translate(0, 50px);
		-webkit-transition : all 500ms;
		-moz-transition : all 500ms;
		-o-transition : all 500ms;
		-ms-transition : all 500ms;
		transition : all 500ms;
	}
	.scroll-in {
		opacity : 1;
		-webkit-transform : translate(0, 0);
		-moz-transform : translate(0, 0);
		-o-transform : translate(0, 0);
		-ms-transform : translate(0, 0);
		transform : translate(0, 0);
	}

	#md-site{
		overflow-x: hidden;
	}



/* HEADER */

#header {
    height: 145px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin:auto;
	background-image: url("../images/common/h-bg.png");
	background-position: center top;
	background-repeat: repeat-x;
	background-size: auto 100%;
	z-index: 6000;
}

#header .container-inner {
	width: 1200px;
	min-width: 1200px;
    padding: 0 0 35px;
}

#header .primary{
    float: left;
    width: 420px;
	padding-top: 10px;
}
#header .primary .h-logo{
    margin-bottom: 0;
	padding-left: 30px;
}
#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{
    float: right;
    width: 730px;
	position: relative;
}
#header .nav-list{
	padding-top: 55px;
	letter-spacing: -.4em;
}
#header .nav-list > li{
	display: inline-block;
	vertical-align: top;
	margin-right: 40px;
}
#header .nav-list > li:last-child{
	margin-right: 0;
}
#header .nav-list > li a{
	display: block;
	padding-top: 16px;
	color: #ffffff;
	font-size: 106.25%;
	font-weight: bold;
	letter-spacing: 0.5pt;
	text-decoration:none;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 16px;
}
#header .nav-list > li.on a{
	background-image: url("../images/common/nav-icon.png");
}
#header .nav-list > li a:hover{
	background-image: url("../images/common/nav-icon.png");
	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 .nav-btn{
	/* position: absolute;
	top: 0;
	right: 0; */
	letter-spacing: -.4em;
}
#header .nav-btn > li{
	display: inline-block;
	vertical-align: top;
	margin-right: 2px;
	letter-spacing: normal;
	background-color: #ffffff;
}
#header .nav-btn > li.members{
    display: none;
}
#header .nav-btn > li:last-child{
	margin-right: 0;
}
#header .nav-btn > li a{
	display: block;
	min-width: 164px;
	padding: 8px 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
	text-align: center;
	background-color: #AC0005;
	box-sizing: border-box;
}
#header .nav-btn > li a:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	background-position: center center;
	background-repeat: no-repeat;
}
#header .nav-btn > li.members a:before{
	width: 18px;
	height: 22px;
	background-image: url("../images/common/btn-member.png");
	background-size: auto 22px;
}
#header .nav-btn > li.contact a:before{
	width: 22px;
	height: 14px;
	background-image: url("../images/common/btn-contact.png");
	background-size: auto 14px;
}
#header .nav-btn > li 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*/
}


/* ↓ 240611 */

#header .head_btnbox{
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	gap: 0 18px;
}
#header .head_btnbox .sns_area{
	display: flex;
	gap: 0 15px;
	padding-top: 3px;
}
#header .head_btnbox .links{
	display: inline-block;
}
#header .head_btnbox .links:hover{
	opacity: .6;
}


/* ↑ 240611 */



/* FOOTER */

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

#footer .container-inner {
	padding: 40px 0;
	background-image: url("../images/common/f-wrapper.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

#footer a{
	color: #ffffff;
}

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

#footer .f-name{
	display:block;
	margin-bottom: 0;
	text-align: center;
}
#footer .f-name a{
	text-decoration:none;
}
#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: 5px;
	text-align: center;
}
#footer .f-address .f-place,
#footer .f-address .f-tel,
#footer .f-address .f-fax{
    display: inline-block;
    vertical-align: middle;
	font-size: 87.5%; /* 14px */
}
	#footer .f-address .f-place{
		margin-right: 14px;
	}
	#footer .fbtn-list{
		letter-spacing: -.4em;
		text-align: center;
	}
	#footer .fbtn-list > li{
		display: inline-block;
		vertical-align: top;
		margin-right: 16px;
	}
	#footer .fbtn-list > li:last-child{
		margin-right: 0;
	}
	#footer .fbtn-list > li a{
		display: inline-block;
		padding: 8px 45px;
		color: #ffffff;
		font-size: 106.25%; /* 17px */
		font-weight: bold;
		letter-spacing: 2.0pt;
		text-indent: 2.0pt;
		text-decoration: none;
		border: 1px solid #ffffff;
	}
	#footer .fbtn-list > li 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-banner a{
	display:inline-block;
	padding:0;
	line-height:0;
}
#footer .f-banner 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 .copyright {
	margin: 0;
	padding:10px 0;
	font-size: 87.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: 665px;
	padding-top: 145px;
	padding-bottom: 19.5%; /* w1200 �~ h234 */
	background-image: url(../images/common/title-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	box-sizing: border-box;
}
#title .title-wrapper{
	width: 50%;
	padding-bottom: 19.5%; /* w1200 �~ h234 */
	padding-right: 600px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url("../images/common/title-wrapper.png");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
}
#title .title-wrapper .title-innerwrapper{
	margin-left: auto;
	margin-right: 0;
	padding-right: 140px;
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
}
#title .title-wrapper .title-innerwrapper .title{
	color: #ffffff;
	font-size: 175%; /* 28px */
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: bold;
	letter-spacing: 1.5pt;
}
#title .title-wrapper .title-innerwrapper .title_en{
	margin-bottom: 0;
}


/* CONTENT */

#content a{
    text-decoration:underline;
}

#content .container-inner {
}
	
	#content .breadcrumb-box{
		margin-bottom: 0;
	}
	.breadcrumb-box .container-inner{
		padding: 10px 0;
	}

#breadcrumb li{
	display:inline-block;
	vertical-align:middle;
	font-size:85.7142%;
}
#breadcrumb li a{
	color:#000000;
}
#breadcrumb li.on{
	color:#000000;
	font-weight:bold;
}

#main{
	float: left;
	width: 710px;
}

#side{
	float: right;
	width: 200px;
}

.section {
	margin-bottom: 70px;
}

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

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

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

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

.pagetop {
	position:fixed;
	bottom:0;
	right:0;
	text-align: right;
	margin: 0;
	z-index:5000;
}
.pagetop a {
	display:block;
	width: 40px;
	height: 40px;
	line-height:0;
	text-decoration:none;
	background-color: #BE272D;
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	position: relative;
}
#md-site.blue .pagetop a,
#md-site.black .pagetop a {
	background-color: transparent;
}

.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;
}


/* SUBNAV */
	
	.subnav-box{
		background-color: #DDDDDD;
	}
    .subnav-list{
        position: relative;
    }
	.subnav-list,
	.subnav-list > li .lists{
		display: flex;
		justify-content: center;
		align-content: stretch;
		flex-wrap: nowrap;
		text-align: center;
	}
	.subnav-list > li .lists > li{
        position: relative;
	}
    .subnav-list > li{
		flex: 1;
    }
	.subnav-list > li a,
	.subnav-list > li .lists > li a{
		display: block;
		padding: 20px;
		height: 80px;
		color: #666666;
		box-sizing: border-box;
		position: relative;
	}
	.subnav-list > li a{
		font-size: 112.5%; /* 18px */
	}
	.subnav-list > li.on > a,
	.subnav-list > li .lists > li.on > a,
	.subnav-list > li a:hover,
	.subnav-list > li .lists > li a:hover{
		color: #000000;
		font-weight: bold;
	}
	.subnav-list > li a:before,
	.subnav-list > li .lists > li:before{
		content: "";
		display: block;
		width: 1px;
		height: 24px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		background-color: #999999;
	}
	.subnav-list > li:last-child a:before,
	.subnav-list > li .lists > li:last-child:before{
		display: none;
	}
	.subnav-list > li.on a.parent:after,
	.subnav-list > li.on .lists > li a.parent:after{
		content: "";
		display: block;
		width: 0;
		height: 0;
		position: absolute;
		right: 0;
		bottom: -1px;
		left: 0;
		margin: auto;
		border-top: 10px solid transparent;
		border-right: 14px solid transparent;
		border-bottom: 10px solid #EAEAEA;
		border-left: 14px solid transparent;
	}
	.subnav-list > li .subbox{
		position: absolute;
		top: 80px;
		right: 0;
		left: 0;
		margin: auto -500%;
		background-color: #EAEAEA;
	}
	.subnav-list > li .lists{
		margin-bottom: 0;
	}
	.subnav-list > li .lists > li a{
		padding-right: 40px;
		padding-left: 40px;
	}
	.subnav-list > li:first-child > a,
	.subnav-list > li .lists > li:first-child > a{
		padding-left: 0;
	}
	.subnav-list > li:last-child > a,
	.subnav-list > li .lists > li:last-child > a{
		padding-right: 0;
	}
	.subnav-box.row02{
		margin-bottom: 150px;
	}
	
	
/* BOTTOMS */
	
	#bottoms{
		display: none;
	}


}