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

body {
	font-size: 100%; /* 16pt */
	color: #1E325B;
	font-family: "Noto Sans JP", sans-serif;
	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: #0087BE;
	text-decoration:none;
}

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

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

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

.pc-anchor {
	margin-top: -80px!Important;
	padding-top: 80px!Important;
}
	
	#md-site{
		overflow: hidden;
	}
	
	.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);
	}

	



/* HEADER */

#header {
    height: 83px;
	margin:0;
	border-top: 5px solid #D50066;
	border-bottom: 1px solid #D4D5D5;
	box-sizing: border-box;
}

#header .container-inner {
	display: flex;
	justify-content: space-between;
	width: 1068px;
    padding: 15px 0;
}

#header .primary{
    width: 480px;
}
#header .h-logo{
    margin-bottom: 0;
}
#header .h-logo .inner{
	display: inline-flex;
	align-items: center;
	color: #1E325B;
	font-size: 75%; /* 12px */
	font-weight: bold;
	line-height: 1.6;
}
#header .h-logo .inner > .icon{
	margin-right: 18px;
	line-height: 0;
}
#header .h-logo .inner > .text{
}
#header .h-logo .inner > .text .maintext{
	font-size: 144.1666667%; /* 17.3px */
}
#header .h-logo a{
	text-decoration:none;
}
#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{
    width: 540px;
    text-align: right;
}
#header .h-itemlist,
#header .h-itemlist02{
	margin-bottom: 0;
}
#header .h-itemlist,
#header .h-itemlist > li,
#header .h-itemlist02,
#header .h-itemlist02 > li{
	display: inline-block;
	vertical-align: middle;
}
#header .h-itemlist:not(:last-child),
#header .h-itemlist > li:not(:last-child),
#header .h-itemlist02:not(:last-child),
#header .h-itemlist02 > li:not(:last-child){
	margin-right: 20px;
}
#header .h-itemlist > li a{
    display: inline-block;
    color: #1E325B;
    font-size: 81.25%;
    text-decoration: none;
}
#header .h-itemlist02 > li.search a{
    display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 31px;
	height: 31px;
	line-height: 0;
	background-color: #1E325B;
	border-radius: 50%;
}
#header .h-itemlist02 > li.login a{
    display: inline-block;
	padding: 6px 10px 6px 35px;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.75;
	text-decoration: none;
	background-color: #D50066;
	position: relative;
}
#header .h-itemlist02 > li.login a:before{
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
	background-image: url("../images/common/anchor-login.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
#header .h-itemlist > li a:hover,
#header .h-itemlist02 > li a:hover{
	opacity: 0.7;
}
	




/* NAV */

#nav{
	margin: 0;
	height: 95px;
	background-color: #ffffff;
	position: relative;
	z-index:9999;
}
#nav .nav-list{
	display: flex;
	height: 95px;
	margin-bottom: 0;
	padding-top: 10px;
	position: relative;
	box-sizing: border-box;
}
#nav .nav-list > li{
	flex: 1;
}

#nav .nav-list > li > a{
	display:flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 10px;
	color:#1E325B;
	font-weight:bold;
	line-height: 1.5625;
	text-align:center;
	text-decoration:none;
    position: relative;
	box-sizing: border-box;
}
#nav .nav-list > li > a:after{
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	background-color: transparent;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	transition-duration: 0.3s;
}
#nav .nav-list > li > a:hover:after,
#nav .nav-list > li.on > a:after,
#nav .nav-list > li.open > a:after{
	background-color: #D50066;
}
#nav .nav-list > li > a:hover,
#nav .nav-list > li.open > a:hover{
	color: #ffffff;
	background-color: #D50066;
}
	/*
#nav .nav-list > li > a:hover,
#nav .nav-list > li.on > a,
#nav .nav-list > li.open > a{
	z-index: 1;
}
	*/
	#nav .nav-list > li > .subbox{
		display: none;
		width: 100%;
		position: absolute;
		top: 95px;
		left: 0;
		right: 0;
		background-color: #ffffff;
		margin: 0 -500%;
		padding: 0 500%;
		z-index: 7000;
		border-top: 4px solid #D30066;
		box-shadow: 0 10px 10px 2px rgba(0,0,0,0.2);
		box-sizing: border-box;
		overflow: hidden;
	}
	/*
	#nav .nav-list > li.open > .subbox{
		z-index: 1;
	}
	*/
	#nav .nav-list > li > .subbox > .inner-wrapper{
		padding: 35px 0 25px;
	}
	#nav .nav-list > li > .subbox .colbox{
		display: flex;
	}
	#nav .nav-list > li > .subbox .colbox > .titlesbox{
		width: 230px;
		margin-right: 30px;
	}
	#nav .nav-list > li > .subbox .colbox > .titlesbox .indexlink{
		display: block;
		text-decoration: none;
	}
	#nav .nav-list > li > .subbox .colbox > .titlesbox .labels{
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 210px;
		height: 210px;
		margin-bottom: 5px;
		padding: 15px 5px;
		color: #ffffff;
		font-size: 131.25%; /* 21px */
		font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", 'Noto Sans JP', sans-serif;
		font-weight: bold;
		background-color: #6d7a94;
		box-sizing: border-box;
	}
	#nav .nav-list > li.on > .subbox .colbox > .titlesbox .labels,
	#nav .nav-list > li > .subbox .colbox > .titlesbox a.indexlink:hover .labels{
		background-color: #D50066;
	}
	#nav .nav-list > li > .subbox .colbox > .titlesbox .labels:after{
		content: "";
		display: block;
		width: 100%;
		height: 64px;
		margin-top: 25px;
		background-image: url("../images/common/nav-icon_cat.png");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	#nav .nav-list > li > .subbox .nav02-list{
		margin-bottom: 0;
	}
	#nav .nav-list > li > .subbox .nav02-list > li:not(:last-child){
		margin-bottom: 15px;
	}
	#nav .nav-list > li > .subbox .nav02-list > li a,
	#nav .nav-list > li > .subbox .colbox > .titlesbox .indexlink .anchor .anchorinner{
		display: inline-block;
		padding-left: 18px;
		color: #000000;
		line-height: 1.5625;
		text-decoration: none !important;
		position: relative;
	}
	#nav .nav-list > li > .subbox .nav02-list > li a:hover,
	#nav .nav-list > li > .subbox .nav02-list > li.on > a,
	#nav .nav-list > li > .subbox .colbox > .titlesbox a.indexlink:hover .anchor .anchorinner,
	#nav .nav-list > li > .subbox .colbox > .titlesbox .indexlink.on .anchor .anchorinner{
		color: #b50064;
	}
	#nav .nav-list > li > .subbox .nav02-list > li a:before,
	#nav .nav-list > li > .subbox .colbox > .titlesbox .indexlink .anchor .anchorinner:before{
		content: "";
		display: inline-block;
		width: 6px;
		height: 12px;
		background-image: url("../images/common/anchor-type01.png");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		top: 8px;
		left: 0;
	}
	#nav .nav-list > li > .subbox .colbox > .listbox{
		flex: 1;
	}
	#nav .nav-list > li > .subbox .colbox > .titlesbox .nav02-list.type_single,
	#nav .nav-list > li > .subbox .colbox > .titlesbox .indexlink .anchor{
		display: inline-flex;
		flex-direction: column;
		align-items: center;
		min-width: 210px;
	}
	#nav .nav-list > li > .subbox .colbox > .listbox .nav02-list{
		/*
		display: grid;
		grid-auto-flow: column;
		grid-template-rows: repeat(4, auto);
		*/
		column-count: 2;
		column-gap: 30px;
	}
	#nav .nav-list > li.home{
		display: none;
	}
    
    /* ↓ 250508 追加 */
	#nav .nav-list > li > .subbox .nav02-list > li:has(.pc-pbplus){
		padding-bottom: 25px;
	}
    /* ↑ 250508 追加 */



/* FOOTER */

#footer {
	border-top: 1px solid #C4C4C4;
	border-bottom: 5px solid #D50066;
}

#footer .f-sign .container-inner {
	padding: 30px 0;
}
#footer .f-bottom .container-inner {
	padding: 20px 0 30px;
}

#footer .f-sign{
	border-bottom: 1px solid #C4C4C4;
}

#footer .f-names{
	margin-bottom: 20px;
}
#footer .f-name{
	display:block;
	margin-bottom: 10px;
	line-height: 1.5;
	text-align: center;
}
#footer .f-name .inner{
	display: inline-flex;
	align-items: center;
	font-size: 112.5%; /* 18px */
	font-weight: bold;
}
#footer .f-name .inner > .icon{
	margin-right: 20px;
	line-height: 0;
}
#footer .f-name a{
	color: #1E325B;
	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: 0;
	font-size: 87.5%; /* 14px */
	line-height: 1.75;
	text-align: center;
}
#footer .f-address .f-place,
#footer .f-address .f-place02,
#footer .f-address .f-map{
    display: inline-block;
    vertical-align: middle;
}
	#footer .f-address .f-place{
		margin-right: 14px;
	}
#footer .f-address .f-map a{
	display:inline-block;
	color: #1E325B;
	text-decoration: underline;
}
#footer .f-address .f-map a:hover{
	opacity: 0.7;
}
	#footer .f-contact .titles{
		margin-bottom: 0;
		font-size: 87.5%; /* 14px */
		line-height: 1.75;
		text-align: center;
	}
	#footer .f-contact .titles .labels{
		font-weight: bold;
	}
	#footer .f-contact .titles a{
		color: #1E325B;
		text-decoration:none;
	}
	#footer .f-contact .titles a:hover{
		opacity: 0.7;
	}
	#footer .f-contact .text{
		font-size: 81.25%; /* 13px */
		line-height: 1.75;
		text-align: center;
	}
	#footer .f-contact .titles:last-child,
	#footer .f-contact .text:last-child{
		margin-bottom: 0;
	}
#footer .copyright {
	margin: 0;
	font-size: 87.5%; /* 14px */
	text-align:center;
}



/* NAVIGATION */

#toggle {
	display: none;
}

.fixed,
#nav.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-bottom: 15px;
    width: auto;
	height: 280px;
	background-color: #C4D5DE;
	position: relative;
}
#title:before{
	content: "";
	display: block;
	width: 100%;
	height: 60px;
	background: linear-gradient(0deg, rgba(196,213,222,1) 0%, rgba(172,194,205,1) 100%);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
}

#title .container-inner{
	padding:0;
	height: 280px;
	display: -webkit-flex;
	display: flex;
    -webkit-align-items: center;
    align-items: center;
	position: relative;
}
#title .container-inner .image{
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	right: 73px;
	bottom: 0;
	margin: auto;
	z-index: 0;
}

#title .title-box {
	display: inline-block;
	padding: 15px 470px 15px 65px;
	position: relative;
	z-index: 1;
}

#title .level01 {
	margin-bottom: 0;
	font-size: 125%; /* 20px */
	font-weight:bold;
	line-height:1.5;
}
#title .level01 strong,
#title .title strong {
	font-weight: bold;
}

#title .title {
	margin-bottom:0;
	font-size: 225%; /* 36px */
	font-weight:bold;
	line-height:1.5;
}


/* CONTENT */

#content a{
    text-decoration:underline;
}

	#breadcrumb{
		margin-bottom: 60px;
	}
#breadcrumb li{
	display:inline-block;
	vertical-align:middle;
	font-size: 87.5%; /* 14px */
}
#breadcrumb li a{
	color:#1E325B;
}

#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: 20px;
}

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

.pagetop {
	position:fixed;
	bottom: 10px;
	right: 10px;
	text-align: right;
	margin: 0;
	z-index:5000;
}
.pagetop a {
	display:block;
	width: 40px;
	height: 40px;
	line-height:0;
	text-decoration:none;
	background-color: #2B4B73;
	border-radius: 50%;
	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 */


/* SUBNAV */
	.subnav-box{
		display: flex;
		justify-content: center;
	}
	.subnav-list{
		display: inline-flex;
		flex-wrap: wrap;
		/*align-items: flex-end;*/
		margin-right: -7px;
		margin-left: -7px;
	}
	.subnav-list.col03{
		margin-right: 117px;
		margin-left: 117px;
	}
	.subnav-list > li{
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		width: 248px;
		margin: 0 7px 15px;
	}
	.subnav-list > li a,
	.subnav-list > li .parent{
		display: inline-block;
		line-height: 1.5625;
		text-decoration: none !important;
		position: relative;
	}
	.subnav-list > li a{
		padding: 5px 0 5px 22px;
		color:#1E325B;
		font-weight: bold;
		border-bottom: 2px solid #D2D6DE;
	}
	.subnav-list > li .parent{
		padding: 5px 0;
	}
	.subnav-list > li > a,
	.subnav-list > li > .parent{
		display: grid;
		place-content: end left;
	}
	.subnav-list > li > .parent{
		margin-bottom: 0;
	}
	.subnav-list > li a:before{
		content: "";
		display: inline-block;
		width: 6px;
		height: 12px;
		background-image: url("../images/common/anchor-type01.png");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		bottom: 11px;
		left: 4px;
	}
	.subnav-list li > a:hover,
	.subnav-list li.on > a{
		border-bottom-color: #D50066;
	}
	.subnav-list > li ul.child{
		display: flex;
		flex-wrap: wrap;
		gap: 8%;
		margin-bottom: 0;
	}
	.subnav-list > li ul.child > li{
		width: 44%;
	}
	.subnav-list > li ul.child > li a{
		display: block;
	}
	
	
	#bottoms{
		display: none;
	}


}