@charset "UTF-8";
/*
 * common/css/header.css
 */

/* # =================================================================
   # ヘッダー
   # ================================================================= */

header {
	width: 100%;
	background: #fff;
	position: relative;
	z-index: 1000;
  -webkit-filter:drop-shadow(1px 3px 5px rgba(0,0,0,0.1));
  -moz-filter:drop-shadow(0 0 10px rgba(0,0,0,0.1));
  -ms-filter:drop-shadow(0 0 10px rgba(0,0,0,0.1));
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	filter: drop-shadow(0 0 10px rgba(0,0,0,0.1));
	transition: all 0.3s ease;
}
.header_top_container {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.header_logo_box {
	line-height: 0;
	display: block;
	overflow: hidden;
}
.header_logo_box img {
	width: auto;
	height: 100%;
	display: block;
	float: left;
}
.header_logo_box img.logo_jp {
	border-left: 1px solid #837666;
}
.mt-site-search-form {
	color: #5B6F79;
	font-size: 14px;
	font-weight: 300;
}
.header_container {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0 auto;
}
.header_top {
	width: 100%;
	background: #ECF2F5;
}
.header_top_wrap .link_box li a {
	color: #5B6F79;
	font-size: 14px;
	position: relative;
}
.header_top_wrap .link_box .newsletter a {
	padding-right: 20px;
}
.header_top_wrap .link_box .newsletter a .icon_blank {
	width: auto;
	height: 14px;
	position: absolute;
	right: 0;
}
.header_top_wrap .link_box .language a {
	padding-left: 20px;
}
.header_top_wrap .link_box .language a .icon_language {
	width: auto;
	height: 14px;
	position: absolute;
	left: 0;
}
.header_top_wrap .link_box li a:hover {
	opacity: 0.6;
}
.header_contact_box {
	position: relative;
}
.header_contact_box a {
	width: 100%;
	height: 100%;
	font-size: 16px;
	display: inline-block;
	transition: color .3s;
	transition-property: color;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
.header_contact_box a .icon_mail {
	width: auto;
	height: 14px;
	margin: 0 8px 0 -5px;
}
.header_contact_box a .icon_mail.hover_icon {
	display: none;
}
.header_contact_box a:hover .icon_mail {
	display: none;
}
.header_contact_box a:hover .icon_mail.hover_icon {
	display: inline-block;
}
.header_main {
	width: 100%;
}
.header_main .main_menu {
	height: 100%;
}
.header_main .main_menu > li > a,
.header_main .main_menu > li > p {
	width: 100%;
	height: 100%;
	display: block;
}
.header_main .main_menu > li > p:hover {
	cursor: pointer;
}
.sub_menu_inner .link_03 li.mincho {
	color: #AAC7DF;
}
#skip_nav {
	width: 100%;
	height: 0;
	overflow: visible;
	margin: 0;
	padding: 0;
	z-index: 9999;
}
#skip_nav ul {
	height: 1px;
	text-align: center;
	background: #666666;
	padding: 0;
	margin: -1px auto 0 auto;
	overflow: hidden;
}
#skip_nav ul li {
  display: inline;
	padding: 0 10px;
}
#skip_nav ul li a {
	width: 100%;
	color: #ffffff;
	font-size: 1px;
	line-height: 0;
	padding: 0;
	cursor: default;
}


@media (min-width: 1200px) {
	.header_top_container {
		height: 160px;
	}
	.header_logo_box {
		width: auto;
		height: 40px;
		position: absolute;
    top: 90px;
		left: 30px;
		z-index: 1;
	}
	.search_box {
		width: 250px;
		height: 60px;
		background: #DAE2E5;
		position: absolute;
		top: 0;
		right: 200px;
		z-index: 1111;
	}
	.search_box .search_trigger {
		display: none;
	}
	.search_box .search_inner_box {
		width: 100%;
		height: 100%;
		position: relative;
	}
	#mt-site-search-container2 {
		width: 100%;
		height: 60px;
		background: url(/common/images/icon/search.svg) 15px 20px no-repeat;
		background-size:18px;
		line-height: 0;
		position: relative;
		padding: 10px 20px 10px 50px;
	}
	#mt-site-search-container2 input {
		width: calc(100% - 20px);
        height: 40px;
		line-height: 40px;
		display: block;
	}
	#mt-site-search-container2 .mt-site-search-form__button {
		display: none;
	}
	.header_top_wrap {
		width: 850px;
		height: 60px;
		float: right;
	}
	.header_top_wrap .link_box {
		width: auto;
		float: left;
	}
	.header_top_wrap .link_box li {
		height: 100%;
		line-height: 60px;
		float: left;
		margin-right: 30px;
	}
	.header_top_wrap .link_box .newsletter a .icon_blank,
	.header_top_wrap .link_box .language a .icon_language {
		top: 3px;
	}
	.header_contact_box {
		width: 200px;
		height: 60px;
		float: right;
	}
	.header_contact_box a {
		line-height: 60px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.header_main {
		height: 100px;
	}
	.header_top_container .header_logo_box img.logo {
		padding: 2px 15px 2px 0;
	}
	.header_top_container .header_logo_box img.logo_jp {
		padding: 12px 8px;
	}
	.header_main .main_menu {
		width: 800px;
		float: right;
	}
	.header_main .main_menu > li {
		background: #FFFFFF;
		float: left;
	}
	.header_main .main_menu > li > a,
	.header_main .main_menu > li > p {
		color: #000;
		font-size: 16px;
		text-align: center;
		line-height: 100px;
		padding: 0 24px;
		position: relative;
	}
	.header_main .main_menu > li > a:hover,
	.header_main .main_menu > li > p:hover {
		color: #297FC9;
	}
	.header_main .main_menu .nav_accordionbox .sub_accordion_menu {
		width: 100%;
		max-height: 0;
		background: #ECF2F5;
		position: absolute;
		left: 0;
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
		opacity: 0;
		overflow: hidden;
	}
	.header_main .main_menu .nav_accordionbox > p::before {
		width: 0;
		height: 0;
		content: '';
		border-style: inherit;
		border-width: 0;
		border-color: #FFFFFF;
		position: absolute;
		bottom: 0;
		left: 50%;
		opacity: 0;
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
	}
	.header_main .main_menu .nav_accordionbox:hover .sub_accordion_menu {
		max-height: 9999px;
		opacity: 1;
		z-index: 2000;
	}
	.header_main .main_menu .nav_accordionbox:hover > p::before {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 20px 20px 20px;
		border-color: transparent transparent #ECF2F5 transparent;
		position: absolute;
		bottom: 0;
		left: calc(50% - 20px);
		opacity: 1;
	}
	.header_main .main_menu .sub_menu_inner {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		padding: 50px 30px;
		overflow: hidden;
	}
	.sub_menu_inner .sub_menu_title {
		color: #333333;
		font-size: 28px;
		font-weight: 300;
	}
	.sub_menu_inner.col_01 .sub_menu_title {
		width: 230px;
		height: 70px;
		line-height: 70px;
		float: left;
	}
	.sub_menu_inner.col_01 .link_00 {
		width: calc(100% - 230px);
		float: right;
		overflow: hidden;
		padding: 20px 0 30px 20px;
		border-left: 1px dotted #5B6F79;
	}
	.sub_menu_inner.col_01 .link_00 ul {
		width: 100%;
		display: block;
		overflow: hidden;
	}
	.sub_menu_inner.col_01 .link_00 ul li {
		width: auto;
		height: 100%;
		float: left;
		margin-left: 30px;
	}
	.sub_menu_inner.col_01 .link_00 ul li a {
		color: #333333;
		font-size: 16px;
		font-weight: 500;
	}
	.sub_menu_inner.col_01 .link_00 ul.sub_link {
		margin-top: 20px;
	}
	.sub_menu_inner.col_01 .link_00 ul.sub_link li a {
		font-weight: 300;
	}
	.sub_menu_inner.col_02 .sub_menu_title {
		line-height: 70px;
		display: inline-block;
		margin-bottom: 50px;
	}
	.sub_menu_inner.col_02 .link_01 {
		width: 300px;
		float: left;
	}
	.sub_menu_inner.col_02 .link_01 li {
		width: 100%;
		height: 90px;
		line-height: 0;
		border-top: 1px dotted #5B6F79;
		position: relative;
	}
	.sub_menu_inner.col_02 .link_01 li a {
		width: 100%;
		height: 100%;
		color: #333333;
		font-size: 18px;
		font-weight: 500;
		line-height: 90px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.sub_menu_inner.col_02 .link_02 {
		width: calc(100% - 380px);
		float: right;
	}
	.sub_menu_inner.col_02 .link_02 .link_03 {
		padding: 30px 0;
		border-top: 1px dotted #5B6F79;
		overflow: hidden;
	}
	.sub_menu_inner.col_02 .link_02 .link_03:last-child {
		padding: 30px 0 0;
	}
	.sub_menu_inner.col_02 .link_02 .link_03 li {
		width: calc(100% - 180px);
		line-height: 1;
		float: right;
	}
	.sub_menu_inner.col_02 .link_02 .link_03 li.mincho {
		width: 180px;
		height: 100%;
		color: #5B6F79;
		font-size: 20px;
		float: left;
	}
	.sub_menu_inner.col_02 .link_02 .link_03 li a {
		width: 100%;
		color: #333333;
		font-size: 16px;
		font-weight: 500;
		line-height: 1;
		margin: 5px 0 15px;
		display: block;
	}
	.sub_menu_inner.col_02 .link_02 .link_03 li:last-child a {
		margin: 5px 0;
	}
	.sub_menu_inner .sub_menu_title:hover,
	.sub_menu_inner.col_01 .link_00 li a:hover,
	.sub_menu_inner.col_02 .link_01 li a:hover,
	.sub_menu_inner.col_02 .link_02 li a:hover,
	.sub_menu_inner.col_02 .link_03 li a:hover {
		color: #297FC9;
	}
	.header_fixed {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		transform: translateY(-250%);
	}
	.is_show {
		transform: translateY(0);
	}
	.header_fixed .header_top_container {
		height: 60px;
	}
	.header_fixed .header_top {
		background: #FFFFFF;
	}
	.header_fixed .header_logo_box {
		top: 10px;
		left: 10px;
	}
	.header_fixed .header_top_wrap .link_box,
	.header_fixed .header_top_container .header_logo_box img.logo_jp {
		display: none;
	}
	.header_fixed .header_top_wrap .header_contact_box {
		width: 120px;
		z-index: 1;
	}
	.header_fixed .header_top_wrap .header_contact_box a {
    font-size: 15px;
		line-height: 85px;
    position: absolute;
    top: 0;
    left: 0;
	}
	.header_fixed .header_top_wrap .header_contact_box a .icon_mail {
		margin: 0;
    position: absolute;
    top: 10px;
    left: 48px;
	}
	.header_fixed .search_box {
		width: 100%;
		height: auto;
		background: transparent;
		position: relative;
		top: 0;
		right: 0;
		left: 0;
	}
	.header_fixed .search_box .search_inner_box{
		width: 100%;
		height: 90px;
		background: #ECF2F5;
		display: none;
		padding: 20px;
		position: absolute;
		top: 60px;
	}
	#mt-site-search-container form input {
        display: block;
		width: 100%;
		max-width: 1000px;
		height: 50px;
		line-height: 0;
		background: #FFFFFF;
		border: 1px solid #BBC6CB;
		border-radius: 25px;
		position: relative;
		margin: 0 auto;
		padding: 10px 30px;
	}
    .def #mt-site-search-container form input{background:transparent; border:none; margin-top:4px;}
    #mt-site-search-container form{    max-width: 1000px; margin:0 auto; position: relative;}
	#mt-site-search-container .mt-site-search-form__button{
        text-indent:-9999px;
        background:url(/common/images/icon/search.svg) 0 0 / contain no-repeat;
		width: 18px;
		height: auto;
		position: absolute;
		top: 15px;
		right: 20px;
		left: auto;
	}
	.header_fixed .search_box .search_trigger {
		width: 60px;
		height: 60px;
		text-align: center;
		line-height: 64px;
		background: #ECF2F5;
		display: block;
		position: absolute;
		top: 0;
		right: 120px;
		cursor: pointer;
		z-index: 1;
	}
	.header_fixed .search_box .search_trigger .icon_search {
		width: 18px;
		height: auto;
		opacity: 1;
		transition: all .3s;
	}
	.header_fixed .search_box .search_trigger .icon_search_close {
		opacity: 0;
		transition: all .3s;
	}
	.header_fixed .search_box .search_trigger.active .icon_search {
		opacity: 0;
		transition: all .3s;
	}
	.header_fixed .search_box .search_trigger.active .icon_search_close {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		opacity: 1;
		transition: all .3s;
	}
	.header_fixed .search_trigger.active .icon_search_close span::before,
	.header_fixed .search_trigger.active .icon_search_close span::after {
		display: block;
		content: '';
		background: #5B6F79;
		position: absolute;
		top: 30px;
		left: 20px;
		width: 20px;
		height: 1px;
	}
	.header_fixed .search_trigger.active .icon_search_close span::before {
		transform: rotate(-45deg);
	}
	.header_fixed .search_trigger.active .icon_search_close span::after {
		transform: rotate(45deg);
	}
	.header_fixed .header_main {
		height: 60px;
		padding-right: 200px;
		position: absolute;
    top: 0;
    left: 0;
	}
	.header_fixed .header_main .main_menu {
		width: auto;
	}
	.header_fixed .header_main .main_menu > li > a,
	.header_fixed .header_main .main_menu > li > p {
		font-size: 15px;
		line-height: 20px;
		padding: 20px;
	}
	.header_fixed .header_main .main_menu .nav_accordionbox:hover > p::before {
		border-width: 0 10px 10px 10px; 
		left: calc(50% - 10px);
	}
	.nav_accordion_trigger .top_link {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.for_mini_nav {
		display: none;
	}
	.sib_pc {
		display: block;
	}
	/*.sib_sp {
		display: none !important;
	}*/
}


@media (max-width: 1199px) {
	header {
		height: 50px;
    position: fixed;
	}
	.header_top_container {
		height: 50px;
		background: #FFFFFF;
		z-index: 1;
	}
	.header_logo_box {
		width: auto;
		height: 30px;
		position: absolute;
    top: 10px;
		left: 0;
	}
	.header_logo_box img.logo {
		padding: 4px 10px 4px 20px;
	}
	.header_logo_box img.logo_jp {
		padding: 10px 5px;
	}
	.search_box .search_inner_box {
		width: 100%;
		background: #ECF2F5;
		display: none;
		padding: 20px;
		position: absolute;
		top: 50px;
		z-index: 1111;
	}
    #mt-site-search-container form{position: relative;}
	#mt-site-search-container form input {
		width: 100%;
		height: 50px;
		line-height: 30px;
		background: #FFFFFF;
		border: 1px solid #BBC6CB;
		border-radius: 25px;
		position: relative;
		padding: 10px 30px;
	}
	.mt-site-search-form__button {
		width: 18px;
		height: auto;
		background: url(/common/images/icon/search.svg) 0 0 no-repeat;
		background-size: 18px;
		text-indent: -9999px;
		position: absolute;
		top: 15px;
		right: 20px;
	}
	.search_box .search_trigger {
		width: 50px;
		height: 50px;
		text-align: center;
		line-height: 54px;
		background: #ECF2F5;
		position: absolute;
		top: 0;
		right: 50px;
		cursor: pointer;
	}
	.search_box .search_trigger .icon_search {
		width: 18px;
		height: auto;
		opacity: 1;
		transition: all .3s;
	}
	.search_box .search_trigger .icon_search_close {
		opacity: 0;
		transition: all .3s;
	}
	.search_box .search_trigger.active .icon_search {
		opacity: 0;
		transition: all .3s;
	}
	.search_box .search_trigger.active .icon_search_close {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		opacity: 1;
		transition: all .3s;
	}
	.search_trigger.active .icon_search_close span::before,
	.search_trigger.active .icon_search_close span::after {
		display: block;
		content: '';
		background: #5B6F79;
		position: absolute;
		top: 25px;
		left: 15px;
		width: 20px;
		height: 1px;
	}
	.search_trigger.active .icon_search_close span::before {
		transform: rotate(-45deg);
	}
	.search_trigger.active .icon_search_close span::after {
		transform: rotate(45deg);
	}
	.sp_nav {
    width: 100%;
    text-align: center;
    background: #FFFFFF;
	position: absolute;
    top: 50px;
    left: 0;
	transform: translateY(-100%);
    transition: all 0.5s;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	display: none;
	}
	.sp_nav.active01 {
		display: block;
	}
	.sp_nav.active02 {
		max-height: calc(100vh - 50px);
		display:-webkit-box;
		display: -webkit-flex;
		display:-ms-flexbox;
		display: flex;
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
    	transform: translateY(0%);
	}
	.sp_nav_trigger {
    width: 50px;
    height: 50px;
    text-align: center;
    background: #297FC9;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
	}
	.sp_nav_trigger span {
    display: block;
    position: absolute;
    width: 28px;
    border-bottom: solid 1px #FFFFFF;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    left: 11px;
	}
	.sp_nav_trigger span:nth-child(1) {
    top: 10px;
	}
	.sp_nav_trigger span:nth-child(2) {
    top: 17px;
	}
	.sp_nav_trigger span:nth-child(3) {
    top: 24px;
	}
	.sp_nav_trigger span:nth-child(4) {
		width: 100%;
    color: #FFFFFF;
    font-size: 8px;
    font-weight: 300;
		text-align: center;
    border: none;
    top: 30px;
		left: 0;
	}	
	.sp_nav_trigger.active span:nth-child(1) {
		width: 28px;
    top: 24px;
    left: 9.5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
	}
	.sp_nav_trigger.active span:nth-child(2),
	.sp_nav_trigger.active span:nth-child(3) {
		width: 28px;
    top: 24px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
	}	
	.sp_nav_trigger.active span:nth-child(3) {
		opacity: 0;
    transition: .3s ease;
	}
	.sp_nav_trigger.active span:nth-child(4) {
		opacity: 0;
    transition: .3s ease;
	}
	.header_top {
		-webkit-box-ordinal-group:2;
		-ms-flex-order:2;
		-webkit-order:2;
		order:2;
		padding: 50px 0;
	}
	.header_top .link_box li {
		width: 100%;
		height: 40px;
	}
	.header_top .link_box li a {
		width: 100%;
		height: 100%;
		text-align: center;
		line-height: 20px;
		padding: 10px;
	}
	.header_top_wrap .link_box .newsletter a .icon_blank,
	.header_top_wrap .link_box .language a .icon_language {
		top: 13px;
	}
	.header_top .header_contact_box {
		width: 100%;
		margin-top: 20px;
	}
	.header_top .header_contact_box a {
		width: 240px;
		height: 50px;
		line-height: 50px;
		display: block;
		margin: 0 auto;
	}
	.header_main {
		background: #1564A8;
		overflow: hidden;
		-webkit-box-ordinal-group:1;
		-ms-flex-order:1;
		-webkit-order:1;
		order:1;
	}	
	.header_main .main_menu > li {
		width: 100%;
		margin-bottom: 1px;
	}
	.header_main .main_menu li,
	.header_main .main_menu li a,
	.header_main .main_menu li p,
	.sub_menu_inner .sub_menu_title,
	.sub_menu_inner .sub_menu_title span {
		width: 100%;
		color: #FFFFFF;
		font-size: 16px;
		text-align: left;
	}
	.header_main .main_menu > li > a,
	.header_main .main_menu > li > p {
		height: 70px;
		line-height: 30px;
		background: #297FC9;
		padding: 20px;
	}
	.sub_menu_inner .sub_menu_title .for_mini_nav {
		padding-right: 5px;
	}
	.sub_accordion_menu {
		display: none;
	}
	.nav_accordion_trigger {
		position: relative;
	}
	.nav_accordion_trigger .top_link {
		display: none;
	}
	.nav_accordion_trigger .nav_accordion_icon {
		width: 15px;
		height: 15px;
		position: absolute;
		top: 50%;
		right: 20px;
	}
	.nav_accordion_trigger .nav_accordion_icon span {
		width: 100%;
		height: 1px;
		background: #FFFFFF;
		position: absolute;
		left: 0;
		transition: all .3s;
	}
	.nav_accordion_trigger .nav_accordion_icon span:nth-of-type(1) {
		top: 0;
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}
	.nav_accordion_trigger .nav_accordion_icon span:nth-of-type(2) {
		top: 0;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
	}
	.nav_accordion_trigger .nav_accordion_icon.active span:nth-of-type(1) {
		top: 0;
		transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-o-transform: rotate(135deg);
	}
	.nav_accordion_trigger .nav_accordion_icon.active span:nth-of-type(2) {
		top: 0;
		transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		-moz-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		-o-transform: rotate(225deg);
	}
	.nav_arrow_icon {
		position: relative;
		display: inline-block;
		padding: 0 0 0 16px;
		color: #000;
		vertical-align: middle;
		text-decoration: none;
		font-size: 15px;
	}
	.nav_arrow_icon::before,
	.nav_arrow_icon::after{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		content: '';
		vertical-align: middle;
	}	
	.nav_arrow_icon::before{
		left: 3px;
		width: 10px;
		height: 10px;
		border-top: 1px solid #FFFFFF;
		border-right: 1px solid #FFFFFF;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}	
	.main_menu > li > a,
	.sub_menu_inner .sub_menu_title {
		position: relative;
	}
	.main_menu > li > a > .nav_arrow_icon {
		position: absolute;
		top: 50%;
		right: 23px;
	}
	.sub_menu_inner .sub_menu_title .nav_arrow_icon {
		position: absolute;
		top: 35px;
	}
	.sub_accordion_menu {
		width: 100%;
		padding: 0 20px;		
	}
	.sub_menu_inner a {
		display: block;
	}
	.sub_menu_inner .sub_menu_title {
		height: 70px;
		line-height: 30px;
		border-bottom: 1px solid #558EC0;
		padding: 20px 0;
	}
	.sub_menu_inner .link_01 ul,
	.sub_menu_inner .link_00 ul {
		padding: 20px 0;
	}
	.sub_menu_inner .link_00 ul li,
	.sub_menu_inner .link_01 ul li,
	.sub_menu_inner .link_03 li {
		height: 40px;
	}
	.sub_menu_inner .link_00 ul li a,
	.sub_menu_inner .link_01 ul li a,
	.sub_menu_inner .link_03 li a {
		height: 100%;
		line-height: 20px;
		padding: 10px 0;
	}
	.sub_menu_inner .link_00 ul li a .nav_arrow_icon,
	.sub_menu_inner .link_01 ul li a .nav_arrow_icon,
	.sub_menu_inner .link_03 li a .nav_arrow_icon {
		margin-top: -3px;
	}
	.sub_menu_inner .link_03 {
		border-top: 1px dotted #558EC0;
		padding: 30px 0;
	}
	.sub_menu_inner .link_03 li a {
		font-size: 15px;
		padding-left: 20px;
	}
	.link_00 .sub_link {
		border-top: 1px dotted #558EC0;
	}
	.link_00 .sub_link li a {
		color: #AAC7DF;
		font-size: 15px;
	}
	.for_mega_nav {
		display: none;
	}
	.sib_pc {
		display: none;
	}
}


