@charset "utf-8";

/* heaer_b */
#header_b{
	position: relative;
	z-index: 1000;
	top: 0; 
	padding-top: 0px;
}
.logo_group{
	padding: 0;
	line-height: inherit;
	position: relative;
	background: #fff;
	width: 100%;
	z-index: 999;
	float: left;
}
h1.m_logo{
	width: 50%;
	text-align: left;
	padding: 20px 0 20px 10px;
	float: left;
}
h1.m_logo a{display: block; width: 100%; height: 100%;}
h1.m_logo a img{max-width: 100%; width: auto;}
.m_login_group{
	position: absolute;
	top: 50%;
	margin-top: -20px;
	right: 10px;
}
.m_login a{
	display: block;
	width: 80px;
	height: 40px;
	background-color: #0078cf;
	color: #fff;
	text-align: center;
	line-height: 40px;
	border-radius: 5px;
	font-size: 15px;
}

/* menu1 */
.gnb_group{
	background: #fff;
	display: table;
	table-layout: fixed;
	min-width: 100%;
	padding-left: 0;
	border-top: 1px solid #c5c9d0
}
.gnb_group a{
	display: table-cell;
	padding: 1em 0;
	font-size: 15px;
	letter-spacing: -.5px;
	text-align: center;
	color: #273244;
	position: relative;
	height: auto; line-height: inherit;
	font-weight: 500;
}
.gnb_group a.gnb_menu_on{
	color: #4475cb;
	font-weight: 700;
}
.gnb_group a.gnb_menu_on:after{
	content:"";
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	bottom: 0;
	width: 0px; height: 0px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #4475cb;
}

/* menu2 */
.sub_menu_group_b{
	background: #4475cb;
	width: 100%;
	white-space: nowrap;
	overflow-x: scroll;
	/* margin-bottom: 2em; */
}
.sub_menu_group_b a{
	display: inline-block;
	color: #fff;
	font-size: 1em;
	text-align: center;
	margin-left: 20px;
	padding: 15px 10px;
}
.sub_menu_group_b a.sub_menu_on{
	color: #ffff00;
	position: relative;
	border: none;
}
.sub_menu_group_b a.sub_menu_on:after{
	content:"";
	position: absolute;
	bottom: 0; left: 50%; transform: translateX(-50%);
	width: calc(100% - 10px); height: 3px;
	background: #ffff00;
}

/* footer */
/* #footer_wrap{
	background: #636363;
	padding: 35px 50px 75px;
	box-sizing: border-box;
}
.footer_btn_group a{
	color:#e6e6e6;
	border: 1px solid #888;
}
h5.f_logo{
	height: 2em;
	word-break: break-all;
	letter-spacing: -1px;
	color: #ccc;
	font-size: 12px;
}
.footer_info p{
	font-size: 11px;
	color: #a1a1a1;
	font-weight: 300;
}
 */
/* 2023-07-31 Γί°‘ */
#footer_wrap{	
	width :100%;
	float: left;
	background: #636363;
	box-sizing: border-box;
	padding: 0 20px;
}
.footer_inn{
	width: 100%;
}
.f_info{
	width: 100%;
	display: table;
	position: relative;
	padding: 2vh 0;
}
.f_info a{
	display: table-cell;
	text-align: center;
	line-height: 2em;
	color: #e6e6e6;
	font-size: 16px;
	position: relative;
	padding: 5px 0;
	box-sizing: border-box;
	border: 1px solid #888;
}

.f_comp{
	width: 100%;
	box-sizing: border-box;
	padding: 1.5vw 3vw;
}
.f_logo{
	/* height: 2em; */
	height: auto;
}
.f_logo a{
	display: block;
	color: #ccc;
	font-size: 17px;
	width: 100%;
	word-break: break-all;
	letter-spacing: -1px;
}
/* .f_logo img{
	max-height: 3.65em;
	width: auto;
} */
.f_comp p{
	font-size: 13.5px;
	color:#a1a1a1;
	font-weight: 300;
}
.f_comp p.f_copyr{
	font-size: 12.5px;
	color:#a1a1a1;
}