@charset "utf-8";
/* CSS Document */


/*スマホ表示OFF*/
.header-container {
	display: none;
}
.hamburger {
	display: none;
}

header{
    font-family: "Noto Sans JP", sans-serif;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	min-width: 1349px;
	height: fit-content;
	background: rgba(255, 255, 255, 0.9);
	z-index: 9990;
	display: flex;
	border-bottom: 1px solid #B8C6D3;
	box-sizing: border-box;
	justify-content: center;
	user-select: none;
}


.head_info{
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 1200px;
}

.head_logo{
	cursor: pointer;
}

.head_logo_mark{
	width: 10%;
	max-width: 173px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.small-header .head_logo_mark{
	display: none;
}


.head_inner {
	position: relative;
	height: 100%;
}

.head_logo_title {
	display: flex;
	align-items: center;
	height: auto;
	width: 100%;
	padding: 16px 40px 16px 0;
	height: 78px;
	box-sizing: border-box;

}

.logo_left {
	width: 60%;
}
.logo_right {
	width: 520px;
	cursor: pointer;
}
.logo_small{
	width: 56px;
}

.head_rightBox {
	width: 100%;
	height: 57px;
	display: flex;
	padding-right: 41px;
	box-sizing: border-box;
}

.small-header .head_rightBox{
	height: 72px;
	padding-left: 41px;
}


.head_rightBox::after{
	content: "";
    position: absolute;
    width: 100%;
    border-top: 1px solid #B8C6D3;
}
.small-header .head_rightBox::after{
	display: none;
}

.inner_head_rightBox {
	margin: 0 auto;
	width: auto;
}

.small-header .inner_head_rightBox {
	width: 100%;
}

.global_menu { /* メニュー全体のスタイル */
	position: relative;
	color: #333; /* 文字色 */
	height: 100%;
}

.global_menu ul {
	display: flex;
	justify-content: space-between;

}

.global_menu > ul {
	height: 100%;
}

.menu,
.small-menu{
	border-bottom: 2px solid transparent;
	display: flex;
    align-items: center;
	justify-content: center;
}

.small-menu{
	display: none;
	border-bottom: none;
}
.global_menu > ul li:first-child{
	margin-right: auto;
}

.global_menu > ul li:last-child{
	margin-left: auto;
}

.menu:has(.contactBtn){
	justify-content: flex-end;
}

.small-menu .contactBtn{
	padding: 8px 12px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    margin-left: 0;
}

.small-menu .contactBtn::before{
	margin-right: 0px;
}

.small-menu .functionBtn{
    font-size: 14px;
}

.global_menu li .parent_li {
	display: block;
	width: 100%;
	padding:0px;
	border-right: 1px solid #B8C6D3;
	text-align: center;
	padding: 8px 32px;
}

.global_menu li .parent_li.menu_news {
	border-left: 1px solid #B8C6D3;
}
/* 
.products-text::after {
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	width: 18px;
	height: 16px;
	display: inline-block;
	margin-left: 8px;
}

.global_menu .products-text::after {
	background-image: url(../images/external-link.png);
} */



.global_menu a { /* 各項目のスタイル */
	display: block;
	padding: 8px 15px;
}

.menu a {
	font-size: 17px;
	font-weight: 500;
	transition: all 0.3s 0s ease;
	backface-visibility: hidden;
}

.menu:not(.menu.small-menu):hover {
	color: #004898;
	background: #e2e2e2;
	border-bottom-color: #004898;
}

.menu.active{
	border-bottom-color: #004898;
	color: #004898;
}

.center {
	position: relative;
	width: auto;
}

.global_menu .parent_li .activetriangle::after{
	content: '';
    background-image: url(../images/triangle-down.png);
    width: 8px;
    height: 5px;
    background-size: contain;
    vertical-align: middle;
    display: inline-block;
    background-repeat: no-repeat;
    margin-left: 8px;
}


.menu:hover .activetriangle::after{
    background-image: url(../images/triangle-up.png);
    width: 8px;
    height: 5px;
}


.child_menu > li > a:hover { /* 子項目のスタイル ホバー時 */
	background: #ffb6c1;
}
.child_menu { /* 下層メニューのスタイル */
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: fixed;
	top: 136px;
	left: 0;
	color: #333; /* 文字色 */
	background: rgba(231, 235, 243, 0.95); /* 背景色 */
	opacity: 0;/* 下層メニューを非表示 */
	pointer-events: none;
	padding: 20px 0;
	transition: 0.3s;
	box-sizing: border-box;
}
.small-header .child_menu{
	top: 73px;
}
.child_menu a {
	font-size: 0.95rem;
	padding: 0;
}
 
.child_menu.open { /* 下層メニューのスタイル 親項目ホバー時 */
	opacity: 1!important; /* 下層メニューを表示 */
	pointer-events: auto;
}
.child_menu a:hover {
	opacity: 0.6;
	backface-visibility: hidden;
}
.child_menu_5line{ /* 5段メニューの高さ調整 */
	height:320px;
}

/*---------- マウスオーバー　メニュー中身 ----------*/
/*-----左側共通部分-----*/
.leftContents {
	width: 31%;
	max-width: 280px;
	margin-right: 50px;
}
.left_h3 {
	font-size: 1.1rem;
	font-weight: 700;
	margin-bottom: 5px;
}
.left_h3 span {
	vertical-align: middle;
}
.left_h3 .iconRight {
	color: #004898;
	font-size: 1rem;
	margin-left: 10px;
}
.leftContents_img {
	width: 100%;
	margin-bottom: 8px;
}
.leftContents p {
	font-size: 0.95rem;
	font-weight: 400;
	line-height: 1.3;
	min-height: 40px;
}

/*-----menuBlock-----*/

.menuBlock01, .menuBlock03, .menuBlock05 {
	width: 50%;
	max-width: 960px;
	display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.menuBlock01 ul, .menuBlock03 ul, .menuBlock05 ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
    max-width: 850px;
}
.menuBlock02 ul{
	display: block;
}
.menuBlock01 li {
	width: 48%;
	max-width: 390px;
	margin-right: 1.15rem;
}
.menuBlock01 li:nth-child(even) {
	margin-right: 0;
}
.menuBlock03 li {
	width: 48%;
	max-width: 390px;
	margin-right: 1.15rem;
}
.menuBlock03 li:nth-child(even) {
	margin-right: 0;
}
.menuBlock05 li {
	width: 48%;
	max-width: 390px;
	margin-right: 1.15rem;
}
.menuBlock05 li:nth-child(even) {
	margin-right: 0;
}

.iconImg {
	display: flex;
	margin-left: 0.6rem;
}
.menuBlock_underline {
	border-bottom: 1px solid #004898;
	padding-bottom: 0.5rem;
	margin-bottom: 0.5rem;
}
.menuBlock_text {
	width: 80%;
	line-height: 1.2;
	font-size: 0.95rem;
	font-weight: 400;
	text-align: right;
}
.menuBlock_icon {
	color: #004898;
	font-size: 1rem;
	margin-left: 8px;
}
.menuBlock_text.flex {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}


.menuBlock01_item, .menuBlock03_item, .menuBlock05_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-left: 4px solid #004898;
}
.menuBlock01_item {
	height: 72px;
}
.menuBlock01_item .iconImg {
	width: 23%;
	max-width: 54px;
}
.menuBlock03_item {
	height: 50px;
}
.menuBlock05_item {
	height: 116px;
}

.menuBlock02, .menuBlock04 {
	display: flex;
	justify-content: space-evenly;
	width: 50%;
	max-width: 960px;
}

.menuBlock04 {
	width: 64%;
}
.menuBlock02 .menuBlock02_item:nth-child(1) {
	margin-right: 15px;
}

.menuBlock02_item_title, .menuBlock04_item_title {
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.3;
}
.menuBlock02_item_title:before, .menuBlock04_item_title:before {
	content: "■";
	color: #004898;
	font-size: 1.25rem;
	margin-right: 10px;
}
.menuBlock02_item img {
	width: 150px;
}
.menuBlock02_item ul li {
	width: 100%;
	border-left: 4px solid #004898;
	padding: 0 0 0 10px;
	margin-top: 15px;
}

.menuBlock02_item .menuBlock_text .italic{
	margin-right: 2px;
}

.child_menu ul li:first-child{
	margin: 0;
}
.child_menu ul li:last-child{
	margin: 0;
}



.menuBlock03_iconImg {
	width: 18%;
	max-width: 40px;
	line-height: 1;
	margin-left: 0.6rem;
}

.menuBlock04 .menuBlock04_item:nth-child(1) {
	margin-right: 15px;
}
.menuBlock04_item {
	width: 255px;
}
.menuBlock04_item img {
	width: auto;
	height: 96px;
}
.menuBlock04_item ul li {
	width: 94%;
	border-left: 4px solid #004898;
	padding: 3px 0 0 10px;
	margin-top: 5px;
}
.menuBlock04_item_textarea {
	display: flex;
	justify-content: space-between;
	width: 240px;
}
.menuBlock04_text {
	font-size: 1rem;
	font-weight: 400;
	text-align: left;
	line-height: 1.5;
}


.menuBlock05_iconImg {
	display: flex;
	width: 50%;
	max-width: 90px;
	margin-left: 0.6rem;
}





/*---------- お問い合わせ　検索　英語　ボタン ----------*/
.function_btnBox {
	display: flex;
    justify-content: flex-end;
    text-align: right;
    position: absolute;
    top: -17px;
    width: 100%;
}
.functionBtn {
    background: #004898;
    border: 2px solid #004898;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s;
}

.functionBtnEn {
	padding: 7px 0px 3px 0px;
    /* width: 88px; */
    text-align: center;
	margin-right: 22px;
	color:#004898;
	font-weight: 500;
	font-size: 18px;
	margin-left: auto;
}

.functionBtnEn::before{
	content: '';
	margin-right: 8px;
	margin-bottom: 3px;
	background-image: url(../images/language.png);
	width: 20px;
	height: 20px;
	background-size: contain;
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
}

.functionBtnEn:hover {
	opacity: 60%;
}

.contactBtn {
	padding: 8px 10px;
    /* width: 140px; */
    text-align: center;
	margin-left: 32px;
}

.contactBtn::before{
	content: '';
	margin-right: 10px;
	background-image: url(../images/inquiry_white.png);
	width: 18px;
	height: 14px;
	background-size: contain;
	/* vertical-align: middle; */
	display: inline-block;
	background-repeat: no-repeat;
}

.contactBtn:hover {
	color:#004898;
	background: #fff;
	border: 2px solid #004898;
}

.contactBtn:hover::before {
	background-image: url(../images/inquiry_blue.png);
}

/*=================MARSFINDER表示設定=================*/

/*-=-=-=-検索窓表示設定-=-=-=-*/
/*検索窓　入力部分非表示*/
.mf_icon{
	content: "\f002";
    font-family: FontAwesome;
	font-size: 15px;
    color: #004898;
    padding: 0.3rem 0.5rem 0;
    margin-left: 10px;
}
.mf_icon:hover{
	transform: scale(1.3);
}




/* 拡大切替用 */
@media screen and (max-width: 1348px) {
	
	html.is-fixed, html.is-fixed body {
    	overflow: hidden;
	}

	/*PC表示OFF*/
	.pc_menu {
		display: none;
	}
	.pc-style {
		display: none;
	}
	
	/*スマホ表示ON*/
	.header-container {
		display: block;
	}
	.hamburger {
		display: block;
		overflow-y: scroll;
	}
	
	
	.upp_list {
		position: relative;
		width: 100%;
	}

	header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		min-width: auto;
		height: 76px;
		padding: 0;
	}

	.head_logo_title {
		/* position: absolute;
		top: 15px;
		left: 0; */
		width:100%;
		line-height: 1;
		padding-right: 20px;
	}

	.head_logo_mark{
		width: fit-content;
		justify-content: flex-start;
	}
	.logo_left{
		width: 50px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.head_rightBox {
		display: none;
	}

	.inner_head_rightBox {
		display: none;
	}
	
	
	/*=================MARSFINDER表示設定=================*/

	.mf_icon{
		color: #004898;
		padding: 0.6rem 1rem;
		margin-right: 10px;
	}
	
	
	/*----------ハンバーガーメニュー　ボタン----------*/
	.header-container {
		position: relative;
		height: 76px;
		box-sizing: border-box;
		z-index: 10;
	}
	.btn-trigger {
		display: block;
		/* position: absolute;
		right: 0; */
		width: 32px;
		height: 76px;
		background: #004999;
		cursor: pointer;
		padding: 0 1.75rem;
	}
	.btn-trigger.active {
		background: #004898;
	}
	.btn-trigger span {
		display: block;
		position: absolute;
		width: 32px;
		border-bottom: 2px solid #fff;
		-webkit-transition: .35s ease-in-out;
    	-moz-transition: .35s ease-in-out;
    	transition: .35s ease-in-out;
	}
	.btn-trigger span:nth-child(1) {
		top: 27px;
	}
	.btn-trigger span:nth-child(2) {
		top: 38px;
	}
	.btn-trigger span:nth-child(3) {
		top: 50px;
	}
	.btn-trigger.active span:nth-child(1) {
		top: 38px;
		border-bottom: 2px solid #fff;
		-webkit-transform: rotate(-45deg);
    	-moz-transform: rotate(-45deg);
    	transform: rotate(-45deg);
	}
	.btn-trigger.active span:nth-child(2), .btn-trigger.active span:nth-child(3) {
		top: 38px;
		border-bottom: 2px solid #fff;
    	-webkit-transform: rotate(45deg);
    	-moz-transform: rotate(45deg);
    	transform: rotate(45deg);
	}
	
	.hamburger {
		position: fixed;
		top: 76px;
		left: 0;
		width: 100%;
		height: 100%;
		color: #fff;
		background: #004898;
		z-index: 100;
		transition: 0.5s ease;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	.hamburger.open {
		-webkit-transform: translateX(0%);
 		transform: translateX(0%);
	}
	.gNav_inner {
		padding-bottom: 80px;
		margin-bottom: 100px;
	}

	.functionBtn {
		background: #004898;
		border: 2px solid #004898;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		transition: 0.3s;
	}
	
	.functionBtnEn {
		padding: 11px 0px 3px 0px;
		width: 106px;
		text-align: center;
		margin-right: 10px;
		color: #004898;
		font-weight: bold;
		font-size: 16px;
	}
	
	/*----------検索　英語　ボタン----------*/
	.function_btnBox {
		padding-right: 40px;
		display: flex;
		justify-content: flex-end;
		text-align: right;
		right: 72px;
		z-index: 1000;
		position: absolute;
		top:-17px;
	}

	/*----------ハンバーガーメニュー中身----------*/
	.gNav_menu {
		width: 55%;
		padding: 100px 0;
		margin: 0 auto;
		/*Edge崩れ対応251104*/
		display: flex;
		flex-direction: column;

	}
	.gNav_box_header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-size: 1rem;
		font-weight: 500;
		border-bottom: 1px solid #fff;
		padding: 25px 0;
		cursor: pointer;
	}
	/* .gNav_box_header .products-text::after {
		background-image: url(../images/external-link-white.png);
		width: 16px;
		height: 14px;
	} */
	.gNav_box_inner {
		display: none;
	}
	
	.menu_icon {
		width: 30px;
		height: 30px;
		font-size: 1.15rem;
		text-align: center;
		line-height: 1.6;
	}
	.i_box {
		width: 30px;
		height: 30px;
	}
	.i_box span {
		position: relative;
		display: inline-block;
		width: 100%;
		height: 100%;
	}
	.i_box span:before, .i_box span:after {
		position: absolute;
		top: 50%;
		left: 50%;
		display: block;
		content: "";
		width: 50%;
		height: 2px;
		background: #fff;
		transition: all 0.3s;
		transform: translate(-50%, -50%);
	}
	.i_box span:before {
		transform: translate(-50%, -50%) rotate(90deg);
	}
	.gNav_box_header.open .i_box span:before {
		transform: translate(-50%, -50%) rotate(0deg);
	}
	
	.gNav_box_inner {
		padding-left: 60px;
		margin-bottom: 50px;
	}
	.gNav_box_inner .gNav_txt {
		display: flex;
		align-items: center;
		justify-content: space-between;
		border-bottom: 1px solid #427AB8;
		padding: 25px 0;
	}
	.txt {
		font-size: 1.15rem!important;
	}
	.txt_icon {
		font-size: 1.15rem!important;
	}
	
}

/* タブレット用レイアウト */
@media screen and (max-width: 1024px) {
	
	html.is-fixed, html.is-fixed body {
    	overflow: hidden;
	}

	.upp_list {
		position: relative;
		width: 100%;
	}
	
	.functionBtnEn {
		padding: 8px 0px 3px 0px;
		width: 106px;
		text-align: center;
		margin-right: 10px;
		color: #004898;
		font-weight: bold;
		font-size: 16px;
	}

	/*PC表示OFF*/
	.pc_menu {
		display: none;
	}
	.pc-style {
		display: none;
	}
	
	/*スマホ表示ON*/
	.header-container {
		display: block;
	}
	.hamburger {
		display: block;
		overflow-y: scroll;
	}
	
	
	header {
		height: 60px;
	}
	.head_logo_title {
		width: 100%;
		height: 60px;
		line-height: 1;
	}
	.logo_left{
		width: 40px;
	}
	.logo_right{
		min-width: 231px;
        width: 60%;
	}

	.head_rightBox {
		top: 0;
		right: 0;
		left: 0;
		width: 91%;
		max-width: 91%;
		height: 60px;
	}
	
	/*=================MARSFINDER表示設定=================*/
	
	.mf_icon{
		color: #004898;
		padding: 0 0.25rem;
		margin-right: 0px;
		margin-left: 5px;
	}
	
	/*----------ハンバーガーメニュー　ボタン----------*/
	.header-container {
		position: relative;
		height: 60px;
		box-sizing: border-box;
	}
	.btn-trigger {
		width: 30px;
		height: 60px;
		padding: 0 20px;
	}
	.btn-trigger.active {
		background: #004898;
	}
	.btn-trigger span {
		display: block;
		position: absolute;
		width: 30px;
		border-bottom: 2px solid #fff;
		-webkit-transition: .35s ease-in-out;
    	-moz-transition: .35s ease-in-out;
    	transition: .35s ease-in-out;
	}
	.btn-trigger span:nth-child(1) {
		top: 20px;
	}
	.btn-trigger span:nth-child(2) {
		top: 30px;
	}
	.btn-trigger span:nth-child(3) {
		top: 40px;
	}
	.btn-trigger.active span:nth-child(1) {
		top: 30px;
		border-bottom: 2px solid #fff;
		-webkit-transform: rotate(-45deg);
    	-moz-transform: rotate(-45deg);
    	transform: rotate(-45deg);
	}
	.btn-trigger.active span:nth-child(2), .btn-trigger.active span:nth-child(3) {
		top: 30px;
		border-bottom: 2px solid #fff;
    	-webkit-transform: rotate(45deg);
    	-moz-transform: rotate(45deg);
    	transform: rotate(45deg);
	}
	
	.hamburger {
		position: fixed;
		top: 60px;
		left: 0;
		width: 100%;
		height: 100%;
		color: #fff;
		background: #004898;
		z-index: 100;
		transition: 0.5s ease;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	.hamburger.open {
		-webkit-transform: translateX(0%);
 		transform: translateX(0%);
	}
	.gNav_inner {
		padding-bottom: 100px;
		margin-bottom: 100px;
	}
	
	/*----------検索　英語　ボタン----------*/
	.function_btnBox {
		justify-content: flex-end;
		height: 60px;
		padding-right: 30px;
	}
	.functionBtn {
		height: 60px;
		max-height: 60px;
		line-height: 60px;
		background: #fff;
		border: none;
		color: #004898;
		font-size: 1.05rem;
		padding: 0 18px;
		margin-left: 0;
	}
	.functionBtn:hover {
		border: none;
	}
	
	/*----------ハンバーガーメニュー中身----------*/
	.gNav_menu {
		width: 80%;
		padding: 80px 0;
		/*Edge崩れ対応251104*/
		display: flex;
		flex-direction: column;

	}
	.gNav_box_header {
		padding: 20px 0;
	}
	.gNav_box_inner {
		display: none;
	}
	
	.menu_icon {
		width: 30px;
		height: 30px;
		font-size: 1rem;
		text-align: center;
		line-height: 1.8;
	}

	
	.i_box span:before {
		transform: translate(-50%, -50%) rotate(90deg);
	}
	.gNav_box_header.open .i_box span:before {
		transform: translate(-50%, -50%) rotate(0deg);
	}
	
	.gNav_box_inner {
		padding-left: 20px;
		margin-bottom: 60px;
	}
	.gNav_box_inner .gNav_txt {
		padding: 20px 0;
	}
	.txt {
		font-size: 1rem!important;
	}
	.txt_icon {
		font-size: 1.25rem!important;
	}
	
}



/*スマートフォン縦表示*/
@media screen and (max-width:599px) {
	
	html.is-fixed, html.is-fixed body {
    	overflow: hidden;
	}
	
	.upp_list {
		position: relative;
		width: 100%;
	}
	.logo_left {
		max-width: 40px;
		width: 10vw;
		min-width: 25px;
		padding-left: 16px;
        padding-right: 10px;
	}

	.logo_right {
		max-width: 231px;
		width: 100%;
		min-width: 150px;
	}
	.head_logo_mark{
		width: auto;
	}

	.head_logo_title{
		padding-right: 16px;
	}
	
	.functionBtnEn {
		display: none;
	}

	/*PC表示OFF*/
	.pc_menu {
		display: none;
	}
	.pc-style {
		display: none;
	}
	
	/*スマホ表示ON*/
	.header-container {
		display: block;
	}
	.hamburger {
		display: block;
		overflow-y: scroll;
	}
	
	/* .logo_left {
		width: 46px;
		height: auto;
	}
	.logo_right {
		width: 257px;
		margin-left: 10px;
	} */
	.head_rightBox {
		left: auto;
		right: 60px;
		width: 30%;
	}
	
	/*----------ハンバーガーメニュー　ボタン----------*/
	.btn-trigger {
		width: 26px;
		height: 60px;
		padding: 0 18px;
	}
	.btn-trigger span {
		width: 26px;
	}
	.btn-trigger span:nth-child(1) {
		top: 22px;
	}
	.btn-trigger span:nth-child(2) {
		top: 29px;
	}
	.btn-trigger span:nth-child(3) {
		top: 37px;
	}
	.btn-trigger.active span:nth-child(1) {
		top: 30px;
		left: 17px;
	}
	.btn-trigger.active span:nth-child(2), .btn-trigger.active span:nth-child(3) {
		top: 30px;
		left: 18px;
	}
	
	.gNav_inner {
		padding-bottom: 50px;
		margin-bottom: 50px;
	}
	
	/*----------検索　英語　ボタン----------*/
	.function_btnBox {
		justify-content: flex-end;
		width: 90%;
		padding-right: 0px;
	}
	.functionBtn {
		width: 44px;
		height: 44px;
		line-height: 44px;
		background: #fff;
		border: none;
		color: #004898;
		font-size: 1rem;
		font-weight: bold;
		text-align: center;
		padding: 0;
		margin: 0 3px;
	}
	
	/*=================MARSFINDER表示設定=================*/
	/*-=-=-=-検索窓表示設定-=-=-=-*/
	.mf_finder_container.pc-show {
		margin-top: 2px;
	}
	header section.mf-search-box{
		padding: 0;
	}

	header .mf_finder_container.gNav_search {
		width: 80%;
		background: #004898;
		box-sizing: border-box;
		padding: 0;
		margin: 20px auto 40px;
	}
	header .mf-search-box .mf-search-bar .mf-search-bar_input{
		height: 48px!important;
		border:none!important;
		border-radius: 0!important;
	}
	header .mf-search-bar_button{
		background-color: #004898 !important;
		padding-left: 1.1rem !important;
		cursor: pointer;
	}
	header .mf-search-bar_input_alt-btn {
		color: #fff !important;
	}
	header .mf-search-bar_button:hover svg{
		transform: scale(1.3);
		opacity: 0.7;
	}
	header .mf-search-bar_button span{
		display: none;
	}
	
	/*----------ハンバーガーメニュー中身----------*/
	.gNav_menu {
		padding: 20px 0px;
        display: flex;
        flex-direction: column;
	}
	.gNav_box_header {
		font-size: 0.95rem;
		padding: 20px 0;
	}
	.gNav_box_inner {
		display: none;
	}

	.gNav_en_btn{
		margin: 20px auto 40px;
		width: 80%;
	}

	.gNav_en_btn .functionBtnEn{
		display: block;
		padding: 14px 0; 
		margin: 0;
		width: 100%;
		color: #fff;
		border: 2px solid #fff;
		font-weight: normal;
		font-size: 14px;
		box-sizing: border-box;		
	}
	.gNav_en_btn .functionBtnEn::before{
		background-image: url(../images/language_white.png);
	}
	
	.menu_icon {
		width: 30px;
		height: 30px;
		font-size: 0.8rem;
		line-height: 2.4;
	}
	.i_box {
		width: 30px;
		height: 30px;
	}
	.i_box span {
		position: relative;
		display: inline-block;
		width: 100%;
		height: 100%;
	}
	.i_box span:before, .i_box span:after {
		width: 40%;
	}
	
	.gNav_box_inner {
		padding-left: 10px;
		margin-bottom: 30px;
	}
	.gNav_box_inner .gNav_txt {
		padding: 20px 0;
	}
	.txt {
		width: 90%;
		font-size: 0.9rem!important;
	}
	.txt_icon {
	
		font-size: 0.9rem!important;
	}
	
}

