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

body {
	font-size: 100%; /* 16pt */
	color: #0f325a;
	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: #78BE5A;
	text-decoration:none;
}

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

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

.container-inner {
	width: 960px;
	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);
	}

	



/* HEADER */

#header {
    height: 120px;
	margin:0;
}

#header .container-inner {
	display: flex;
	justify-content: space-between;
	column-gap: 20px;
	width: 100%;
	min-width: 1220px;
	max-width: 1280px;
    padding: 20px 30px;
	box-sizing: border-box;
}

#header .primary{
    width: 380px;
	padding-top: 10px;
}
#header .h-logo{
    margin-bottom: 0;
    line-height: 1.5625;
}
#header .h-logo .inner{
    display: inline-flex;
    align-items: center;
    column-gap: 15px;
    font-family: "Zen Kaku Gothic Antique", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif;
    font-weight: 500;
}
#header .h-logo a.inner{
    color: #0f325a;
    text-decoration: none;
}
#header .h-logo .logo{
	display: inline-block;
	line-height: 0;
}
#header .h-logo .logo .rf{
	display: none;
}
#header .h-logo .main{
    font-size: 150%; /* 24px */
	letter-spacing: 0.075em;
}
#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 .h-logo a span,
#header .h-logo .inner span{
	transition-duration: 0s;
}
#header .secondary{
	flex: 1;
}
#header .h-info{
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	column-gap: 20px;
	margin-bottom: 15px;
}
.btn-infolist{
	display: flex;
	justify-content: flex-end;
	flex-direction: row-reverse;
	column-gap: 10px;
	margin-bottom: 0;
}
.btn-infolist > li a:hover{
	opacity: 1.0;
	color: #78be5a;
	border-color: #78be5a;
}
.btn-infolist > li a .text{
    transition-duration: 0s;
}
#header .h-nav{
	display: flex;
	justify-content: flex-end;
}
	




/* NAV */

.nav-list{
	display: flex;
	justify-content: space-between;
	column-gap: 15px;
	width: 100%;
	max-width: 700px;
	margin-bottom: 0;
}
.nav-list > li a,
.nav-list > li .not{
	display: inline-block;
	padding-bottom: 3px;
	color: #0f325a;
    font-family: "Zen Kaku Gothic Antique", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	text-decoration: none;
	position: relative;
}
.nav-list > li .not{
	opacity: 0.5;
}
.nav-list > li.on a,
.nav-list > li a:hover{
	color: #78be5a;
}
	.nav-list > li.on a{
		font-weight: 500;
	}

.nav-list > li ul{
	display: none;
}


/* FOOTER */

#footer {
	color: #ffffff;
	background-color:#0f325a;
	position: relative;
}

#footer .container-inner {
	padding: 50px 0 15px;
}

#footer a{
	color: #ffffff;
}

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

#footer .f-name{
	display:block;
	margin-bottom: 10px;
	text-align: center;
}
#footer .f-name a{
    font-size: 162.5%; /* 26px */
    font-family: "Zen Kaku Gothic Antique", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	line-height: 1.5;
	text-decoration: none;
	text-align: center;
}
#footer .f-name a:hover {
	opacity:0.6;
}
#footer .f-address{
	margin-bottom: 0;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	text-align: center;
}
#footer .f-address .f-place,
#footer .f-address .f-tel,
#footer .f-address .f-fax{
    display: inline-block;
    vertical-align: middle;
}
#footer .f-address .f-place,
#footer .f-address .f-tel{
    margin-right: 1em;
}
	#footer .f-btn{
		margin-bottom: 60px;
	}
	#footer .fbtn-list{
		display: flex;
		justify-content: center;
		column-gap: 15px;
		margin-bottom: 0;
	}
#footer .fbtn-list > li a{
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 310px;
	height: 100%;
	padding: 3px 15px;
	color: #0f325a;
	font-size: 125%; /* 20px */
    font-family: "Zen Kaku Gothic Antique", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif;
	line-height: 1.375;
	text-align: center;
	text-decoration: none;
	background-color: #ffffff;
	border-radius: 30px;
}
#footer .fbtn-list > li a .smalltext{
	display: inline-block;
	font-size: 80%; /* 16px */
}
#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 .copyright {
	margin: 0;
	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;
	position: relative;
}
#title:before,
#title:after{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
}
#title:before{
	height: 255px;
	background-image: url("../images/common/head-illust.png");
	background-position: center bottom;
	background-repeat: repeat-x;
	background-size: auto 100%;
	top: 45px;
}
#title:after{
	top: 300px;
	bottom: 0;
	background-color: #78b95a;
}

#title .container-inner {
	width: 1080px;
	padding-bottom: 50px;
	position: relative;
	z-index: 1;
}

#title .title-box{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	height: 400px;
	padding: 30px 60px;
	background-image: url(../images/common/title-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 10px;
	box-sizing: border-box;
}
#title .title-box:not(:last-child){
	margin-bottom: 40px;
}
#title .title-box .inner-box{
	display: inline-block;
}
#title .title_en {
	margin-bottom: 10px;
	font-size: 500%; /* 80px */
    font-family: "Smooch Sans", sans-serif;
    letter-spacing: -0.01em;
	line-height: 0.75;
}
#title .title{
	margin-bottom:0;
	font-size: 125%; /* 20px */
    font-family: "Zen Kaku Gothic Antique", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif;
	font-weight: 500;
    letter-spacing: 0.1em;
	line-height:1.5;
}
#title .title strong{
	font-weight: 500;
}


/* CONTENT */

	#content{
		position: relative;
	}
#content a{
    text-decoration:underline;
}
	
#c-wrapper > .container-inner:first-child,
#c-wrapper > .container:first-child > .container-inner:first-child{
	padding-top: 40px;
}

#c-wrapper > .container-inner:last-child,
#c-wrapper > .container:last-child > .container-inner:last-child{
	padding-bottom: 160px;
}
#content:after{
	content: "";
	display: block;
	width: 100%;
	height: 128px;
	background-image: url("../images/common/contentb-illust.png");
	background-position: center bottom;
	background-repeat: repeat-x;
	background-size: auto 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

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

.section {
	margin-bottom: 100px;
}
#c-wrapper > .container-inner:first-child > .section:last-child{
    margin-bottom: 60px;
}

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

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

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

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

.pagetop {
	position:fixed;
	bottom:0;
	right:0;
	text-align: right;
	margin: 0;
    background-color: #ffffff;
	z-index:5000;
}
.pagetop a {
	display:block;
	width: 40px;
	height: 40px;
	line-height:0;
	text-decoration:none;
	background-color: #78be5a;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	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;
}


/* TITLE_PLUS */
	.title_plus-box{
		margin-bottom: 30px;
	}
	.title_plus-box .title_plus{
		margin-bottom: 0;
	}


/* SUBNAV */
	.subnav-list{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 20px;
		margin-bottom: 0;
	}
	.subnav-list > li a{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 255px;
		height: 100%;
		padding: 3px 15px;
		color: #0f325a;
		font-size: 112.5%; /* 18px */
		font-family: "Zen Kaku Gothic Antique", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif;
		line-height: 1.5;
		text-align: center;
		text-decoration: none;
		background-color: #ffffff;
		border: 1px solid #0f325a;
		border-radius: 5px;
	}
	.subnav-list > li a:hover,
	.subnav-list > li.on > a{
		color: #ffffff;
		background-color: #0f325a;
	}
	.subnav-list > li.on > a{
		font-weight: 500;
	}
	.subnav-list > li a .text{
		transition-duration: 0s;
	}
	
	
	#bottoms{
		display: none;
	}


}