

body,div,p,a,img,h,h1,h2,h3,h4,h5,h6,hr,header,footer,section,article
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}


body
{
	margin: 0px;
	padding: 0px;
	font-family: 'Noto Serif JP', serif;
	font-size: 12px;
	font-weight: 400;
	color: #000000;
	background-color: #FFFFFF;
}


img
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}




.cb
{
	clear: both;
}


.cb hr
{
	display: none;
}


.anc01
{
	display: block;
	width: 0px;
	height: 0px;
	line-height: 0px;
}













#bodybox
{
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	min-width: 1040px;
	/*overflow-x: hidden;*/
	overflow: hidden;
}


#headerbase
{
	position: relative;
	width: 100%;
	height: 910px;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}


header
{
	position: relative;
	width: 1024px;
	height: calc( 100% - 2px );
	margin: 0px auto 0px auto;
	padding-top: 1px;
	padding-bottom: 1px;
}


.midbase, #footerbase
{
	position: relative;
	width: 100%;
	margin: 0px 0px 0px 0px;
}


.midbox, footer
{
	position: relative;
	width: 1024px;
	margin: 0px auto 0px auto;
	padding-top: 1px;
	padding-bottom: 1px;
}


#footerbase
{
	height: 424px;
	background-color: #036EB8;
}


footer
{
	height: calc( 100% - 2px );
}


#headerbar
{
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	width: 1024px;
	height: 109px;
	margin: auto;
	z-index: 100;
}


#headerbar::before
{
	content: '';
	display: block;
	position: absolute;
	left: -2048px;
	right: -2048px;
	top: 0px;
	margin: auto;
	width: 3072px;
	height: 100%;
	background-color: rgba( 0, 103, 180, 0.8 );
}


#headerlogo
{
	display: block;
	position: absolute;
	left: 32px;
	top: 36px;
	width: 195px;
	height: 36px;
	text-decoration: none;
	transition-duration: 150ms;
}


#headerlogo:hover
{
	-webkit-filter: drop-shadow( 0px 0px 3px rgba( 255, 255, 255, 1.0 ) );
	filter: drop-shadow( 0px 0px 3px rgba( 255, 255, 255, 1.0 ) );
}


#headerlogo h1
{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}


#headerlogo h1 img, #headerlogo h1 svg
{
	display: block;
	position: absolute;
	left: -200px;
	right: -200px;
	top: -200px;
	bottom: -200px;
	margin: auto;
	width: 195px;
	height: 36px;
	border: 0px;
}


#menubox
{
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 46px;
	margin: auto;
	width: 100%;
	height: 31px;
	padding-top: 1px;
	font-family: 'Noto Sans JP', sans-serif;
}


#menucont
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	position: relative;
	width: 100%;
	height: 100%;
	list-style: none;
	margin: 0 auto 0 auto;
	padding: 0px;
	text-align: right;
}


#menucont li
{
	display: inline-block;
	position: relative;
	margin: 0px 16px 0px 16px;
	padding: 0px;
	text-align: center;
	vertical-align: top;
}


#menucont li:first-of-type
{
	margin-left: 0px;
}


#menucont li:last-of-type
{
	margin-right: 0px;
}


#menucont li a
{
	display: block;
	position: relative;
	height: 1em;
	font-size: 15px;
	font-weight: 500;
	line-height: 1em;
	text-align: center;
	vertical-align: top;
	text-decoration: none;
	color: rgba( 255, 255, 255, 1.0 );
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
}


#menucont li a::before
{
	content: '';
	display: block;
	position: absolute;
	left: -200px;
	right: -200px;
	bottom: -11px;
	margin: auto;
	width: 0px;
	height: 0px;
	border-bottom: solid 1px #FFFFFF;
	transition-duration: 150ms;
}


#menucont li a:hover::before
{
	width: calc( 100% + 24px );
}


#footmenu
{
	display: block;
	position: relative;
	width: 100%;
	margin: 42px auto 0px auto;
	padding: 0px 0px 0px 0px;
	list-style: none;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 0px;
	line-height: 0px;
	text-align: center;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
}


#footmenu li
{
	display: inline-block;
	margin: 0px 24px 0px 24px;
	text-align: center;
	vertical-align: top;
}


#footmenu li a
{
	display: block;
	position: relative;
	height: 1em;
	font-size: 13px;
	font-weight: 500;
	line-height: 1em;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	color: rgba( 255, 255, 255, 1.0 );
	transition-duration: 150ms;
}


#footmenu li a:hover
{
	-webkit-filter: drop-shadow( 0px 0px 3px rgba( 255, 255, 255, 1.0 ) );
	filter: drop-shadow( 0px 0px 3px rgba( 255, 255, 255, 1.0 ) );
}


#footlogo
{
	display: block;
	position: relative;
	width: 420px;
	height: auto;
	margin: 50px auto 0px auto;
	text-decoration: none;
	transition-duration: 150ms;
	will-change: transform;
}


#footlogo:hover
{
	-webkit-filter: drop-shadow( 0px 0px 3px rgba( 255, 255, 255, 1.0 ) ) brightness( 110% );
	filter: drop-shadow( 0px 0px 3px rgba( 255, 255, 255, 1.0 ) ) brightness( 110% );
}


#footlogo p
{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}


#footlogo p img, #footlogo p svg
{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	border: 0px;
}


#footinfobox
{
	display: block;
	position: relative;
	margin: 32px auto 0px auto;
	width: 460px;
	height: 50px;
	text-align: center;
	vertical-align: top;
	color: rgba( 255, 255, 255, 1.0 );
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
}


#footinfobox a
{
	text-decoration: none;
	color: rgba( 255, 255, 255, 1.0 );
}


#fcinfo
{
	display: block;
	position: relative;
	height: 1em;
	font-size: 16px;
	font-weight: 700;
	line-height: 1em;
	text-align: center;
	vertical-align: top;
	letter-spacing: 0.025em;
}


#fctf
{
	display: block;
	position: relative;
	height: 1em;
	margin-top: 4px;
	font-size: 17px;
	font-weight: 900;
	line-height: 1em;
	text-align: center;
	vertical-align: top;
	letter-spacing: 0.025em;
}


#footnsnsbox
{
	display: block;
	position: relative;
	margin: 16px auto 0 auto;
	vertical-align: top;
}


#footnsnscont
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	/* justify-content: center; */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	position: relative;
	width: 470px;
	height: 90px;
	margin: 0 auto 0 320px;
	padding: 0;
	list-style: none;
	vertical-align: top;
	/*background-color: #FFFFFF;*/
	/*border-radius: 45px;*/
}


#footnsnscont li
{
	display: block;
	position: relative;
	margin: 0 18px 0 13px;
	padding: 0;
	vertical-align: top;
}


#footnsnscont li a
{
	display: block;
	position: relative;
	margin-top: 4px;
	text-decoration: none;
	color: #FFFFFF;
	vertical-align: top;
	transition-duration: 150ms;
	will-change: transform;
}


#footnsnscont li a:hover
{
	/*
	-webkit-filter: drop-shadow( 0px 0px 3px rgba( 255, 255, 255, 1.0 ) );
	filter: drop-shadow( 0px 0px 3px rgba( 255, 255, 255, 1.0 ) );
	*/
	opacity: 0.7;
}


#footnsnscont li a .ib
{
	display: block;
	position: relative;
	width: 46px;
	height: 46px;
	margin: 0 auto 0 auto;
	vertical-align: top;
	background-color: #FFFFFF;
	border-radius: 15%;
}


#footnsnscont li a .icon
{
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: auto;
	height: 32px;
	border: 0;
}


#footnsnscont li a .bname
{
	display: block;
	position: relative;
	width: auto;
	height: 24px;
	margin: 7px auto 0 auto;
	border: 0;
}


#footnsnscont li.banner
{
	margin-left: 28px;
}


#footnsnscont li.banner a 
{
	margin-top: -24px;
}


#footnsnscont li.banner a img
{
	height: 46px;
}


#footplbox
{
	display: block;
	position: relative;
	margin: 24px auto 0 auto;
	vertical-align: top;
}


#footplcont
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	list-style: none;
	vertical-align: top;
}


#footplcont li
{
	display: block;
	position: relative;
	margin: 0 4px 0 4px;
	padding: 0;
	vertical-align: top;
}


/*#footplcont li a*/
.fplink
{
	display: block;
	position: relative;
	min-width: 120px;
	height: 30px;
	margin: 0 0 0 0;
	padding: 0 8px 0 8px;
	font-size: 13px;
	font-weight: 700;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	color: #FFFFFF;
	border-radius: 5px;
	border: solid 1px #FFFFFF;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
	letter-spacing: 0.05em;
	transition-duration: 150ms;
	will-change: transform;
}


.fplink:hover
{
	-webkit-filter: drop-shadow( 0px 0px 3px rgba( 255, 255, 255, 1.0 ) );
	filter: drop-shadow( 0px 0px 3px rgba( 255, 255, 255, 1.0 ) );
}


#footprivlink
{
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 220px;
	margin: auto;
	width: 130px;
	height: 30px;
	font-size: 13px;
	font-weight: 700;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	color: #FFFFFF;
	border-radius: 5px;
	border: solid 1px #FFFFFF;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
	letter-spacing: 0.05em;
	transition-duration: 150ms;
}


#footprivlink:hover
{
	-webkit-filter: drop-shadow( 0px 0px 3px rgba( 255, 255, 255, 1.0 ) );
	filter: drop-shadow( 0px 0px 3px rgba( 255, 255, 255, 1.0 ) );
}


#footsnscont
{
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 64px;
	margin: auto;
	width: 300px;
	height: 32px;
	padding: 0px;
	list-style: none;
	font-size: 0px;
	line-height: 0px;
	text-align: center;
}


#footsnscont li
{
	display: inline-block;
	margin: 0px 9px 0px 9px;
}


#footsnscont li a
{
	display: block;
	position: relative;
	width: 32px;
	height: 32px;
	text-decoration: none;
	transition-duration: 150ms;
}


#footsnscont li a img, #footsnscont li a svg
{
	display: block;
	position: absolute;
	left: -200px;
	right: -200px;
	top: -200px;
	bottom: -200px;
	margin: auto;
	width: 32px;
	height: 32px;
	border: 0px;
}


#footsnscont li a:hover
{
	-webkit-filter: drop-shadow( 0px 0px 3px rgba( 255, 255, 255, 1.0 ) );
	filter: drop-shadow( 0px 0px 3px rgba( 255, 255, 255, 1.0 ) );
}


#footcopy
{
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 26px;
	margin: auto;
	height: 1em;
	/*font-family: 'Rubik', sans-serif;*/
	font-size: 12px;
	font-weight: 700;
	line-height: 1em;
	text-align: center;
	vertical-align: top;
	color: rgba( 255, 255, 255, 1.0 );
	letter-spacing: 0.1em;
}



.rtt01
{
	display: block;
	position: relative;
	width: 70px;
	height: 1em;
	margin: 84px auto 74px auto;
	padding-top: 52px;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 1em;
	text-align: center;
	vertical-align: bottom;
	color: rgba( 181, 181, 181, 1.0 );
	cursor: pointer;
	transition-duration: 150ms;
}


.rtt01:hover
{
	color: rgba( 181, 181, 181, 0.7 );
}


.rtt01::before
{
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	margin: auto;
	width: 46px;
	height: 46px;
	background-color: rgba( 181, 181, 181, 1.0 );
	border-radius: 50%;
	transition-duration: 150ms;
}


.rtt01:hover::before
{
	background-color: rgba( 181, 181, 181, 0.7 );
}


.rtt01::after
{
	content: url( '../images/common/rtt01.svg' );
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 18px;
	margin: auto;
	width: 24px;
	height: 30px;
}




.pcbr
{
	display: block;
}


.mbbr
{
	display: none;
}






@media ( max-width: 640px )
{
	body
	{
		-webkit-text-size-adjust: 100%;
	}
	
	
	.pcbr
	{
		display: none;
	}
	
	
	.mbbr
	{
		display: block;
	}
	
	
	#bodybox
	{
		
	}
	
	
	#headerbase
	{
		
	}
	
	
	header
	{
		
	}
	
	
	.midbox
	{
		
	}
	
	
	#footerbase
	{
		
	}
	
	
	footer
	{
		
	}
}






