/*=================================================
 * CSS for PC
 * ================================================= */

body{	padding-top: 100px;}
#rnw_header{
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 100px;
	background: url(/img/rnw_header.png) no-repeat top center;
	background-size: cover;
	border-bottom: 1px solid #badef0;
	z-index: 100001;
	position: fixed;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#rnw_header .h_logo{
	padding: 15px 0 0 50px;
}
#rnw_header .h_logo h1{
	display: block;
	text-align: center;
}
#rnw_header .h_logo h1 img{
	width: 155px;
	height: auto;
}
#rnw_header .h_logo p{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	background: #5c6371;
	margin-top: 3px;
	padding: 0 23px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#rnw_header .h_logo p span{
	position: relative;
	display: inline-block;
	vertical-align: top;
}
#rnw_header .h_logo p span:before,
#rnw_header .h_logo p span:after{
	content: "";
	width: 8px;
	border-bottom: 1px solid #a5acba;
	position: absolute;
	top: 9px;
}
#rnw_header .h_logo p span:before{	left: -12px;}
#rnw_header .h_logo p span:after{	right: -12px;}
#rnw_header #header_menu{
	font-size: 0;
	line-height: 0;
	text-align: right;
	padding: 15px 50px 0 0;
}
#rnw_header #header_menu a,
#rnw_header #header_menu button{
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	background: none;
	border: none;
	outline: none;
}
#rnw_header #header_menu a:hover{	text-decoration: none;}
#rnw_header #header_menu a span,
#rnw_header #header_menu button span{
	display: inline-block;
	vertical-align: top;
	width: 55px;
	height: 55px;
	background: #fff;
	border-radius: 5px;
}
#rnw_header #header_menu a span img
#rnw_header #header_menu button span img{
	width: 55px;
	height: auto;
}
#rnw_header #header_menu a em,
#rnw_header #header_menu button em{
	display: block;
	font-size: 11px;
	line-height: 25px;
	text-align: center;
	color: #000;
}

body#index_body{	padding-top: 0;}
body#index_body #rnw_header{
	background: none;
	border: none;
	-webkit-transition	: 0.4s ease-in-out;
	-moz-transition	: 0.4s ease-in-out;
	-o-transition	: 0.4s ease-in-out;
	transition		: 0.4s ease-in-out;
}
body#index_body #rnw_header:before{
	content: "";
	position: absolute;
	inset: 0;
	background: url(/img/rnw_header.png) no-repeat top center;
	background-size: cover;
	border-bottom: 1px solid #badef0;
	opacity: 0;
	transition: opacity 0.4s ease-in-out;
	z-index: -1;
}
body#index_body #rnw_header .h_logo h1{
	display: block;
	margin: 0 0 5px 0;
	-webkit-transition	: 0.4s ease-in-out;
	-moz-transition	: 0.4s ease-in-out;
	-o-transition	: 0.4s ease-in-out;
	transition		: 0.4s ease-in-out;
}
body#index_body #rnw_header .h_logo h1 img{
	width: 240px;
	height: auto;
	-webkit-transition	: 0.4s ease-in-out;
	-moz-transition	: 0.4s ease-in-out;
	-o-transition	: 0.4s ease-in-out;
	transition		: 0.4s ease-in-out;
}
body#index_body #rnw_header .h_logo p{
	width: 240px;
	text-align: center;
	-webkit-transition	: 0.4s ease-in-out;
	-moz-transition	: 0.4s ease-in-out;
	-o-transition	: 0.4s ease-in-out;
	transition		: 0.4s ease-in-out;
}
body#index_body #rnw_header.fixed{
	
}
body#index_body #rnw_header.fixed::before{
	opacity: 1;
}
body#index_body #rnw_header.fixed .h_logo h1{	margin-bottom: 0;}
body#index_body #rnw_header.fixed .h_logo h1 img{
	width: 155px;
}
body#index_body #rnw_header.fixed .h_logo p{
	width: 166px;
}




#navToggle{
	width: 55px;
}
#navToggle button, #navToggle a{
	width: 55px;
	height: 55px;
}
#navToggle button em{
	width: 55px;
	font-size: 11px;
	bottom: -19px;
}
.bb{	right: 15.5px;}
.bb-1{	top:20px;}
.bb-2{	top:28px;}
.bb-3{	top:36px;}
.closebt em{
	color: #000;
}
.closebt .bb-1{
	top: 28px;
	background: #000;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform:rotate(45deg);
}
.closebt .bb-2{
	opacity: 0;
}
.closebt .bb-3{
	top: 28px;
	background: #000;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

nav#menubt.open{
	top: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	overflow: visible;
	overflow-y: auto;
	-ms-overflow-style: none;
	-webkit-overflow-scrolling: touch;
}

#menu_close_button{
	width: 55px;
	height: 55px;
	border: 1px solid #fff;
	border-radius: 3px;
	position: absolute;
	z-index: 100004;
	top: 15px;
	right: 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#menu_close_button:before,
#menu_close_button:after{
	content: "";
	width: 25px;
	height: 2px;
	right: 14px;
	background: #fff;
	position: absolute;
}
#menu_close_button:before{
	top: 26px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform:rotate(45deg);
}
#menu_close_button:after{
	top: 26px;
	background: #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#menu_close_button em{
	width: 55px;
	font-size: 11px;
	line-height: 25px;
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: -25px;
	right: 0;
}



/** main_page **/

#main_page{
	max-width: 1240px;
	margin: 0 auto;
	padding: 50px 50px;
	background: #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.page_title{
	position: relative;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	height: 40px;
	font-size: 22px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	background: #1a335b;
	margin: 0 0 25px 0;
}
.fz_select{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-end;
	position: absolute;
	top: 7.5px;
	right: 7.5px;
}
.fz_select span{
	font-size: 14px;
	line-height: 25px;
	margin-right: 3px;
}
.fz_select button{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	cursor: pointer;
	margin-right: 3px;
	border-radius: 3px;
	color: #fff;
	background: none;
	border: 1px solid rgba(255, 255, 255, 0.4);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.fz_select button.on{
	color: #0a2244;
	background: #fff;
	border: 1px solid rgba(255, 255, 255, 1);
}
.fz_select button:last-of-type{	margin-right: 0;}



/** footer **/
footer{
	text-align: center;
}
.f_ktxet{
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	padding: 5px 0;
	border-bottom: 2px solid #e6e6e6;
}
.f_ktxet span{ color: #ff0000;}

.f_menu{
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	padding: 10px 0 10px 0;
}
.f_menu a{	color: currentColor;}





/*=================================================
 * CSS for SP
 * ================================================= */

@media (max-width: 750px) {
	body{	padding-top: 0;}
	#rnw_header{
		display: block;
		width: 100%;
		height: 105px;
		z-index: 100001;
		position: sticky;
		top: -40px;
		left: 0;
	}
	#rnw_header .h_logo{
		position: relative;
		padding: 10px 0 0 10px;
	}
	#rnw_header .h_logo h1{
		text-align: left;
	}
	#rnw_header .h_logo h1 img{
		width: 115px;
		height: auto;
		margin-right: 5px;
	}
	#rnw_header .h_logo p{
		font-size: 10px;
		line-height: 18px;
		margin-top: 0;
		padding: 0 20px;
		position: absolute;
		top: 15px;
		left: 135px;
	}
	#rnw_header .h_logo p span:before,
	#rnw_header .h_logo p span:after{
		top: 8px;
	}
	#rnw_header #header_menu{
		display: flex;
		justify-content: space-between;
		font-size: 0;
		line-height: 0;
		padding: 0 5px;
	}
	#rnw_header #header_menu a,
	#rnw_header #header_menu button{
		width: 50px;
		margin: 0;
	}
	#rnw_header #header_menu a span,
	#rnw_header #header_menu button span{
		width: 50px;
		height: auto;
		background: none;
		border-radius: 5px;
	}
	#rnw_header #header_menu a span img,
	#rnw_header #header_menu button span img{
		width: 50px;
		height: auto;
	}
	#rnw_header #header_menu a em,
	#rnw_header #header_menu button em{
		display: block;
		font-size: 11px;
		line-height: 12px;
		text-align: center;
		color: #000;
	}

	body#index_body{	padding-top: 0;}
	body#index_body #rnw_header{
		background: none;
		border-bottom: none;
		height: 157px;
		top: -91px;
	}
	body#index_body #rnw_header .h_logo h1{
		display: block;
		margin: 0 0 5px 0;
	}
	body#index_body #rnw_header .h_logo h1 img{
		width: 190px;
		height: auto;
	}
	body#index_body #rnw_header .h_logo p{
		width: 190px;
		position: relative;
		top: auto;
		left: auto;
	}
	
	body#index_body main{	margin-top: -160px;}
	
	body#index_body #rnw_header.fixed .h_logo h1{	margin-bottom: 5px;}
	body#index_body #rnw_header.fixed .h_logo h1 img{ width: 190px;}
	body#index_body #rnw_header.fixed .h_logo p{ width: 190px;}
	
	

	/** main_page **/
	#main_page{
		padding: 15px 0 15px 0;
	}
	.page_title{
		font-size: 1.1rem;
		line-height: 2;
		justify-content: flex-start;
		padding: 0 15px;
	}
	.fz_select span{
		font-size: 11px;
		margin-right: 2px;
	}
	.fz_select button{
		display: inline-flex;
		align-items: center;
		align-content: center;
		justify-content: center;
		width: 25px;
		height: 25px;
		font-size: 14px;
		line-height: 25px;
		text-align: center;
		cursor: pointer;
		margin-right: 3px;
		border-radius: 3px;
		color: #fff;
		background: none;
		border: 1px solid rgba(255, 255, 255, 0.4);
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

}