



:root {
	--main-bg-color: #FFFFFF;
	--plate-bg-color: #414141;
	--footer-bg-color: #000000;
	--point-color01: #00B2C3;
	--point-color01-hover: #5FB7E1;
	--point-color-light01: #EAF5F8;
	--point-color-middle01: #5FB7E1;
	--point-bg-color01: #EAF5F8;
	--point-color-middle02: #A3DEF8;
	--point-color-dark01: #1A98D4;
	--point-color02: #F1E400;
	--point-color02-hover: #5FB7E1;
	--point-color-light02: #FFFF78;
}







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 Sans JP', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #000000;
	background-color: var( --main-bg-color );
}


img
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}


.anc01
{
	display: block;
	width: 0px;
	height: 0px;
	line-height: 0px;
	transform: translate( 0, -98px );
}






#bodybox
{
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	/*min-width: 1280px;*/
	/*min-width: 960px;*/
	overflow-x: hidden;
}


#headerbase
{
	display: block;
	position: relative;
	width: 100%;
	height: 256px;
	background-color: #FFFFFF;
}


header
{
	position: relative;
	max-width: 1280px;
	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;
	max-width: 1280px;
	margin: 0px auto 0px auto;
	padding-top: 1px;
	padding-bottom: 1px;
}


#footerbase
{
	height: 285px;
	background-color: var( --footer-bg-color );
}


footer
{
	height: auto;
	padding-bottom: 83px;
	color: #FFFFFF;
}






.rtt01
{
	display: block;
	position: relative;
	width: 68px;
	height: 1em;
	margin: 60px 0px 82px auto;
	padding-top: 38px;
	/*font-family: 'Kaisei Tokumin', serif;*/
	font-size: 12px;
	font-weight: 400;
	line-height: 1em;
	text-align: center;
	vertical-align: top;
	color: inherit;
	letter-spacing: 0.1em;
	cursor: pointer;
	transition-duration: 150ms;
	will-change: transform;
}


.rtt01:hover
{
	/*color: rgba( 240, 180, 0, 0.7 );*/
	/*opacity: 0.7;*/
	-webkit-filter: drop-shadow( 0px 0px 4px rgba( 255, 255, 255, 0.8 ) );
	drop-shadow( 0px 0px 4px rgba( 255, 255, 255, 0.8 ) );
}


.rtt01::before
{
	content: '';
	display: block;
	position: absolute;
	left: -3px;
	right: 0px;
	top: 0px;
	margin: auto;
	width: 0px;
	height: 29px;
	border-right: solid 1px inherit;
}


.rtt01::after
{
	content: '';
	display: block;
	position: absolute;
	left: -3px;
	right: -1px;
	top: 1px;
	margin: auto;
	width: 0px;
	height: 12px;
	border-left: solid 1px inherit;
	-webkit-transform-origin: center top;
	transform-origin: center top;
	-webkit-transform: rotate( -52deg );
	transform: rotate( -52deg );
}


footer .rtt01
{
	position: absolute;
	left: -2048px;
	right: -2048px;
	bottom: 127px;
	margin: auto;
}












#obione
{
	display: block;
	position: fixed;
	left: -2048px;
	right: -2048px;
	top: 0;
	width: 80%;
	max-width: calc( 1280px - 2px );
	min-width: calc( 960px - 2px );
	height: 88px;
	margin: auto;
	padding-top: 8px;
	/* padding-bottom: 1px; */
	background-color: #414141;
	/*
	border-left: solid 1px rgba( 255, 255, 255, 0.25 );
	border-right: solid 1px rgba( 255, 255, 255, 0.25 );
	border-bottom: solid 1px rgba( 255, 255, 255, 0.25 );
	*/
	border: solid 1px rgba( 255, 255, 255, 0.25 );
	/*transition-duration: 150ms;*/
	z-index: 9999;
}


#obione::before
{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 8px;
	background: -webkit-gradient( linear, 0% 50%, 100% 50%, color-stop( 0, rgba(255, 255, 255, 1 ) ), color-stop( 0.2908, rgba( 175, 175, 176, 1 ) ), color-stop( 0.4086, rgba( 175, 175, 176, 1 ) ), color-stop( 0.6144, rgba( 255, 255, 255, 1 ) ), color-stop( 0.7775, rgba( 175, 175, 176, 1 ) ), color-stop( 1, rgba( 99, 98, 98, 1 ) ) );
	background: linear-gradient( 90deg, rgba( 255, 255, 255, 1 ) 0%, rgba( 175, 175, 176, 1 ) 29.08%, rgba( 175, 175, 176, 1 ) 40.86%, rgba( 255, 255, 255, 1 ) 61.44%, rgba( 175, 175, 176, 1 ) 77.75%, rgba( 99, 98, 98, 1 ) 100% );
	transition-duration: 150ms;
}


#obionecont
{
	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;
	height: 100%;
	margin: 0 auto 0 auto;
}





#headlogo01
{
	display: block;
	position: relative;
	width: 18%;
	max-width: 190px;
	height: 100%;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
	will-change: transform;
	background-color: rgba( 25, 25, 25, 0.0 );
}


#headlogo01:hover
{
	transition-duration: 150ms;
	background-color: rgba( 25, 25, 25, 1.0 );
}


#headlogo01 .cnj01
{
	display: block;
	position: relative;
	margin: 29px auto 0 auto;
	font-size: 20px;
	font-weight: 600;
	line-height: 1em;
	text-align: center;
	vertical-align: top;
	color: #FFFFFF;
}


#headlogo01 .cnj01 span
{
	font-size: 15px;
}


#headlogo01 .cne01
{
	display: block;
	position: relative;
	margin: 3px auto 0 auto;
	font-family: 'Inter Tight', sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 1em;
	text-align: center;
	vertical-align: top;
	color: #9FA0A0;
	letter-spacing: 0.01em;
}


#menubox
{
	display: block;
	position: relative;
	width: 80%;
	max-width: 840px;
	height: 100%;
	margin: 0 0 0 0;
	padding: 0;
	vertical-align: top;
}


#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%;
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	will-change: transform;
}


#menucont li
{
	display: block;
	position: relative;
	margin: 0 0 0 0;
	padding: 0;
	width: calc( 16.6% - 1px );
	height: 100%;
	vertical-align: top;
	border-left: solid 1px rgba( 255, 255, 255, 0.25 );
}


#menucont li a
{
	display: block;
	position: relative;
	margin: 0 0 0 0;
	padding: 1px 0 1px 0;
	width: 100%;
	height: calc( 100% - 2px );
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	background-color: rgba( 25, 25, 25, 0.0 );
	will-change: transform;
	cursor: pointer;
}


#menucont li a:hover
{
	transition-duration: 150ms;
	background-color: rgba( 25, 25, 25, 1.0 );
}


#menucont li a .mtj
{
	display: block;
	position: relative;
	margin: 33px auto 0 auto;
	font-size: 14px;
	font-weight: 600;
	line-height: 1em;
	text-align: center;
	vertical-align: top;
	color: #FFFFFF;
}


#menucont li a .mte
{
	display: block;
	position: relative;
	margin: 5px auto 0 auto;
	font-family: 'Inter Tight', sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 1em;
	text-align: center;
	vertical-align: top;
	letter-spacing: 0.01em;
	color: #9FA0A0;
}







.stcont
{
	display: block;
	position: relative;
	width: 100%;
	max-width: 1280px;
	min-width: 640px;
	margin: 100px auto 100px auto;
	padding-top: 1px;
	padding-bottom: 1px;
	vertical-align: top;
	/*
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
	*/
}


.stbox01
{
	display: block;
	position: relative;
	margin: 0 auto 0 auto;
	text-align: center;
	vertical-align: top;
	color: var( --point-color01 );
}


.stbox01 .stj
{
	display: block;
	position: relative;
	margin-block: calc( ( 1em - 1lh ) / 2 );
	font-size: 39px;
	font-weight: 600;
	line-height: 1.4em;
	vertical-align: top;
}





#fcatchbase01
{
	display: block;
	position: relative;
	width: 100%;
	height: 268px;
	margin: -2px auto 0 auto;
	padding-top: 1px;
	padding-bottom: 1px;
	/*background-color: #CCCCFF;*/
}


#fcbg01
{
	display: block;
	position: absolute;
	left: -2048px;
	right: -2048px;
	top: 0;
	margin: auto;
	width: 2304px;
	height: 100%;
	overflow-x: visible;
	overflow-y: hidden;
	z-index: 0;
}


#fcbg01::before
{
	content: '';
	display: block;
	position: absolute;
	left: -2048px;
	right: -2048px;
	bottom: 0;
	margin: auto;
	/*width: 120vw;*/
	width: 100%; /* 2304px; */
	height: 300%;
	background-color: #FFFFFF;
	border-radius: 50%;
	z-index: 0;
}


#fcatchbox01
{
	display: block;
	position: relative;
	margin: 137px auto 0 auto;
	vertical-align: top;
}


#fcatch01
{
	display: block;
	position: relative;
	margin: 0 auto 0 auto;
	font-size: 25px;
	font-weight: 600;
	line-height: 36px;
	text-align: center;
	vertical-align: top;
	color: var( --point-color01 );
}


#fctbox01
{
	display: block;
	position: relative;
	width: 1250px;
	margin: 70px auto 0 auto;
}


#fctcont01
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-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%;
	vertical-align: top;
}


.fctitem
{
	display: block;
	position: relative;
	width: 614px;
	height: 130px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	color: var( --point-color01 );
	background-color: #FFFFFF;
	border-radius: 66px;
	transition-duration: 150ms;
	will-change: transform;
}


.fctitem:hover
{
	opacity: 0.7;
}


#ftel01
{
	display: block;
	position: relative;
	margin: 39px auto 0 auto;
	font-family: 'Outfit', sans-serif;
	font-size: 45px;
	font-weight: 600;
	line-height: 1em;
	vertical-align: top;
}


#ftel01 span
{
	font-size: 29px;
	line-height: 45px;
}


#ftsh01
{
	display: block;
	position: relative;
	margin: 3px auto 0 auto;
	font-size: 14px;
	font-weight: 600;
	line-height: 1em;
	vertical-align: top;
}


#ftc01
{
	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;
	height: 22px;
	margin: 56px auto 0 auto;
	vertical-align: top;
}


#ftc01 .icon
{
	display: block;
	position: relative;
	width: auto;
	height: 22px;
	vertical-align:  top;
	border: 0;
}


#ftc01 .it
{
	display: block;
	position: relative;
	margin: 0 0 0 14px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1em;
	text-align: left;
	vertical-align: top;
}


#toabox01
{
	display: block;
	position: relative;
	width: 1250px;
	margin: 68px auto 0 auto;
	vertical-align: top;
}


#st_toa
{
	display: inline-block;
	position: relative;
	margin-block: calc( ( 1em - 1lh ) / 2 );
	font-size: 17px;
	font-weight: 600;
	line-height: 1em;
	text-align: left;
	vertical-align: top;
	letter-spacing: 0.05em;
}


#toacom01
{
	display: inline-block;
	position: relative;
	margin-block: calc( ( 1em - 1lh ) / 2 );
	margin-top: 1px;
	margin-left: 16px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1em;
	text-align: left;
	vertical-align: top;
	letter-spacing: 0.05em;
}


#toacont01
{
	display: block;
	position: relative;
	margin: 11px auto 0 auto;
	padding-top: 17px;
	padding-bottom: 19px;
	border-top: solid 1px rgba( 255, 255, 255, 0.5 );
	border-bottom: solid 1px rgba( 255, 255, 255, 0.5 );
}


#toacont01 p
{
	display: block;
	position: relative;
	margin: 0 0 0 0;
	font-size: 15px;
	font-weight: 400;
	line-height: 23px;
	text-align: justify;
	text-justify: inter-ideograph;
	vertical-align: top;
	letter-spacing: 0.04em;
}







#footercore
{
	display: block;
	position: relative;
	margin: 76px auto 0 auto;
	padding-top: 1px;
	padding-bottom: 1px;
}


#fcne01
{
	display: block;
	position: relative;
	width: 300px;
	margin: 0 auto 0 auto;
	font-family: 'Inter Tight', sans-serif;
	font-size: 34px;
	font-weight: 700;
	line-height: 1em;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	color: inherit;
	letter-spacing: 0.01em;
	transition-duration: 150ms;
}


#fcne01:hover
{
	opacity: 0.7;
}


#footerinfo01
{
	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: 20px auto 0 auto;
	vertical-align: top;
}


#footlogo01
{
	display: inline-block;
	position: relative;
	margin: 0 0 0 0;
	text-decoration: none;
	color: inherit;
	vertical-align: top;
	cursor: pointer;
	will-change: transform;
}


#footlogo01:hover
{
	opacity: 0.7;
	transition-duration: 150ms;
}


#footlogo01 .cnj01
{
	display: block;
	position: relative;
	margin-block: calc( ( 1em - 1lh ) / 2 );
	font-size: 23px;
	font-weight: 600;
	line-height: 1em;
	text-align: left;
	vertical-align: top;
}


#finfoc01
{
	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;
	position: relative;
	margin: 0 0 0 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
	text-align: left;
	vertical-align: top;
	letter-spacing: 0.04em;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
}


#finfoc01 a
{
	text-decoration: none;
	color: inherit;
	transition-duration: 150ms;
}


#finfoc01 a:hover
{
	opacity: 0.7;
}


#finfoc01 .c01
{
	display: block;
	position: relative;
	width: 94px;
	vertical-align: top;
}


#finfoc01 .c02
{
	display: inline-block;
	position: relative;
	vertical-align: top;
}


#fmenubox
{
	display: block;
	position: relative;
	width: 50%;
	vertical-align: top;
}


#fmenucont
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	position: relative;
	width: 551px;
	margin: 0 -22px 0 auto;
	padding: 0;
	list-style: none;
	will-change: transform;
}


#fmenucont li
{
	display: inline-block;
	position: relative;
	margin: 20px 22px 0 22px;
	padding: 0;
	vertical-align: top;
}


#fmenucont li a
{
	display: block;
	position: relative;
	margin: 0 0 0 0;
	padding: 0;
	height: 1em;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	color: inherit;
	transition-duration: 150ms;
	will-change: transform;
}


#fmenucont li a:hover
{
	opacity: 0.7;
}


#fmenucont li a .mtj
{
	display: block;
	position: relative;
	font-size: 13px;
	font-weight: 400;
	line-height: 1em;
	text-align: center;
	vertical-align: top;
	letter-spacing: 0.1em;
}


#footcopy
{
	display: block;
	position: absolute;
	right: 64px;
	bottom: 60px;
	width: 300px;
	font-size: 12px;
	font-weight: 400;
	line-height: 1em;
	text-align: right;
	vertical-align: top;
}











#hbmenuplate
{
	display: block;
	position: fixed;
	top: -200vh;
	left: 0px;
	width: 480px;
	height: calc( 100dvh - 2px );
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: var( --plate-bg-color );
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
	z-index: 2;
	transition-duration: 300ms;
}


#hbmbtn
{
	display: none;
	position: fixed;
	left: calc( 100% - 64px );
	top: 7px;
	width: 64px;
	height: 60px;
	text-decoration: none;
	color: #000000;
	will-change: transform;
	cursor: pointer;
	transition-duration: 300ms;
	z-index: 9999;
}


#hbmpheadbox
{
	display: block;
	position: relative;
	width: 100%;
	height: 68px;
	margin: -1px 0px 0px 0px;
	/*background-color: rgba( 255, 0, 0, 1 );*/
}


#hbmlogo01
{
	
}


#hbmlogo01:hover
{
	
}


#hbmlogo01 .cnj01
{
	
}


#hbmpcont
{
	display: block;
	position: relative;
	margin: -1px 0 0 0;
}


#hbmenubox
{
	display: block;
	position: relative;
	margin: 0 0 0 0;
	padding: 0px;
	/*background-color: rgba( 255, 200, 200, 0.3 );*/
}


#hbmenucont
{
	display: block;
	position: relative;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
	color: #575757;
}


#hbmenucont li
{
	display: block;
	position: relative;
	margin: 0 0 0 0;
	padding: 0;
}


#hbmenucont li a
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	position: relative;
	margin: 0 0 0 0;
	padding-left: 40px;
	height: 65px;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	color: inherit;
	background-color: var( --plate-bg-color );
	border-top: solid 1px rgba( 255, 255, 255, 0.25 );
}


#hbmenucont li:last-of-type a
{
	border-bottom: solid 1px rgba( 255, 255, 255, 0.25 );
}


#hbmenucont li a:hover
{
	background-color: #FFFFFF;
}


#hbmenucont li a .mte
{
	display: block;
	position: relative;
	width: 253px;
	height: 1em;
	margin: 0 0 0 0;
	padding: 0;
	font-family: 'Inter Tight', serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1em;
	text-align: left;
	vertical-align: top;
	color: #A0A0A0;
	letter-spacing: 0.08em;
}


#hbmenucont li a .mtj
{
	display: block;
	position: relative;
	height: 1em;
	margin: 0 0 0 0;
	padding: 0;
	/*font-family: 'Kaisei Tokumin', serif;*/
	font-size: 14px;
	font-weight: 400;
	line-height: 1em;
	text-align: left;
	vertical-align: top;
	color: #FFFFFF;
}


#hbmenucont li a:hover .mtj
{
	color: #000000;
}


#hbmpfootbox
{
	display: block;
	position: relative;
	width: 100%;
	margin: 0px auto 0px auto;
}


#hbnavibox
{
	display: block;
	position: relative;
	margin: 57px 0 0 0;
}


#hbnavicont
{
	display: block;
	position: relative;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
}


#hbnavicont li
{
	display: block;
	position: relative;
	margin: 0 0 0 0;
	padding: 0;
	vertical-align: top;
}


#hbmtelbox01
{
	display: block;
	position: relative;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	color: var( --point-color01 );
	will-change: transform;
}


#hbmtel01
{
	display: block;
	position: relative;
	font-family: 'Outfit', sans-serif;
	font-size: 35px;
	font-weight: 600;
	line-height: 1em;
	vertical-align: top;
}


#hbmtel01 span
{
	font-size: 23px;
	line-height: 35px;
}


#hbmsh01
{
	display: block;
	position: relative;
	margin: 1px auto 0 auto;
	font-size: 12px;
	font-weight: 500;
	line-height: 1em;
	vertical-align: top;
}


#hbmtoi01
{
	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: 287px;
	height: 56px;
	margin: 26px auto 0 auto;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	color: #FFFFFF;
	background-color: var( --point-color01 );
	border-radius: 28px;
	cursor: pointer;
	will-change: transform;
}


#hbmtoi01 .icon_mail
{
	display: block;
	position: relative;
	width: 23px;
	height: auto;
	border: 0;
}


#hbmtoi01 .it
{
	display: inline-block;
	position: relative;
	margin: 0 0 0 8px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1em;
	text-align: left;
	vertical-align: top;
}






@media ( max-width: 960px )
{
	#obione
	{
		width: 100%;
		height: 64px;
		max-width: auto;
		min-width: auto;
		border-left-width: 0;
		border-right-width: 0;
	}
	
	
	#obionecont
	{
		
	}
	
	
	#headlogo01
	{
		width: 104px;
	}
	
	
	#headlogo01 .cnj01
	{
		margin-top: 20px;
		font-size: 12px;
	}
	
	
	#headlogo01 .cnj01 span
	{
		font-size: 10px;
	}
	
	
	#headlogo01 .cne01
	{
		font-size: 10px;
	}
	
	
	#menubox
	{
		width: calc( 100% - 104px );
	}
	
	
	#menucont li a .mtj
	{
		margin-top: 19px;
		font-size: 11px;
	}
	
	
	#menucont li a .mte
	{
		font-size: 10px;
	}
	
	
	.stcont
	{
		width: 100%;
	}
}






.pcbr
{
	display: block;
}


.mbbr
{
	display: none;
}


.pcil
{
	display: inline-block;
}


.mbil
{
	display: none;
}


.pc
{
	display: block;
}


.mb
{
	display: none;
}





#rsvt_pc
{
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1px;
	height: 1px;
}


#rsvt_m
{
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1px;
	height: 1px;
}






