@charset "utf-8";

/* ========================================
  reset
======================================== */
html{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y:scroll;
}

*, *:before, *:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

html, body{
	min-width: 1000px;
	height: 100%;
}
body{
	background-color: #025c9b;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 1;
	-webkit-text-size-adjust: 100%;
}
body.ofX-Clip{
	overflow-x: clip;
}

a {
	margin: 0;
	padding: 0;
	color: #007ec4;
	vertical-align: baseline;
	background: transparent;
}
a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.3s ease-in-out;
}
a:focus {
	outline: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

em, address{
	font-style: normal;
}

form, fieldset, input, textarea{font:inherit;}
input, textarea, select{font-size: 1.6rem; outline: none;}
form,
input,
textarea,
select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}
::-ms-expand{
	display: none;
}

h1,h2,h3,h4,h5,h6{font-size: 100%;}

img{border:0; max-width:100%; vertical-align:top;}

sup,sub{font-size: 60%;}
sup{vertical-align:text-top;}
sub{vertical-align:baseline;}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font: inherit;
}
th, td {
	font: inherit;
	text-align: left;
	vertical-align:top;
}

ul, ol, li {
	list-style: none;
}


@media print, screen and (max-width:1016px){
}

@media print, screen and (min-width:768px){
}

@media screen and (max-width:767px){
	html, body{
		min-width: 0;
	}
}

/* ========================================
  BASE
======================================== */
/*====wrap====*/
.wrap{
	width: 100%;
}

/*==header==*/
.tybHeader{
	width: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 102;
}
.tybHeader .tybHeaderIn{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
}
.tybHeader .tybHeaderIn:after{content: ""; clear: both; display: block;}

/*Header repair 2020*/
.tybHeader em {
	font-weight: bold;
}
.tybHeader .noBorder {
	border: none !important;
}
.tybHeader .noscroll {
	position: fixed;
}
.tybHeader .sp,
.tybHeader .spArea,
.tybHeader .spHSearch,
.tybHeader .spHInfo {
	display: none;
}
/*Header repair 2020*/


/*logo*/
.tybHeader .logo{
	width: 120px;
	padding-top: 25px;
	padding-bottom: 14px;
	float: left;
	transition:all 0.3s ease 0s;
}
.tybHeader.fixed .logo{
	padding-top: 20px;
}

/*hInfo*/
.tybHeader .hLinks{
	padding-top: 16px;
	float: right;
}
.tybHeader .hLinks .hInfo{
	transition:all 0.3s ease 0s;
}
.tybHeader .hInfo > ul{
}
.tybHeader .hInfo > ul:after{content: ""; clear: both; display: block;}
.tybHeader .hInfo > ul > li{
	padding-right: 15px;
	padding-left: 15px;
	float: right;
	position: relative;
}
.tybHeader .hInfo > ul > li:first-child{
	padding-right: 0;
}
.tybHeader .hInfo > ul > li:before{
	content: "";
	display: block;
	width: 1px;
	height: 14px;
	margin-top: -7px;
	background-color: #999;
	position: absolute;
	top: 50%;
	right: 0;
}
.tybHeader .hInfo > ul > li:first-child:before{
	display: none;
}
.tybHeader .hInfo > ul > li a{
  padding-top: 4px;
  padding-bottom: 4px;
  color: #666;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  text-decoration: none;
	display: block;
}
.tybHeader .hInfo .hPrint{}
.tybHeader .hInfo .hPrint a{
  padding-left: 23px;
  position: relative;
}
.tybHeader .hInfo .hPrint a:before{
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background: url(/common_res/images/h_print_ico.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.tybHeader .hInfo .hGlobal{
	position: relative;
	overflow: visible;
	z-index: 103;
}
.tybHeader .hInfo .hGlobal > a{
  padding-right: 24px;
  padding-left: 28px;
  text-align: center;
  position: relative;
}
.tybHeader .hInfo .hGlobal > a:before,
.tybHeader .hInfo .hGlobal > a:after{
  content: "";
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
}
.tybHeader .hInfo .hGlobal > a:before{
  width: 19px;
  height: 19px;
  background-image: url(/common_res/images/h_global_ico.png);
  top: 0;
  left: 4px;
}
.tybHeader .hInfo .hGlobal > a:after{
  width: 13px;
  height: 8px;
  margin-top: -4px;
  background-image: url(/common_res/images/h_global_arw.png);
  top: 50%;
  right: 4px;
}
.tybHeader .hInfo .hGlobal > a.op{}
.tybHeader .hInfo .hGlobal > a.op:after{
  background-image: url(/common_res/images/h_global_arw_op.png);
}

.tybHeader .hInfo .hGlobal .hGlobalSelect{
	width: 146px;
  /* width: 100%; */
	height: 0;
	margin-top: 10px;
	position: absolute;
	top: 100%;
	right: -10px;
	overflow: visible;
}
.tybHeader .hInfo .hGlobal .hGlobalSelectIn{
	background-color: #fff;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	color: #fff;
	display: none;
}
.tybHeader .hInfo .hGlobal .hGlobalSelect ul{
	padding: 10px;
}
.tybHeader .hInfo .hGlobal .hGlobalSelect ul li{
	margin-top: 15px;
}
.tybHeader .hInfo .hGlobal .hGlobalSelect ul li:first-child{
	margin-top: 0;
}
.tybHeader .hInfo .hGlobal .hGlobalSelect ul li a{
  padding-right: 24px;
  padding-left: 28px;
	line-height: 1;
  text-align: center;
	display: block;
  position: relative;
}
.tybHeader .hInfo .hGlobal .hGlobalSelect ul li a:before,
.tybHeader .hInfo .hGlobal .hGlobalSelect ul li a:after{
  content: "";
  display: block;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
}
.tybHeader .hInfo .hGlobal .hGlobalSelect ul li a:before{
  width: 8px;
  background-image: url(/common_res/images/h_global_select_arw.png);
  left: 11px;
}
.tybHeader .hInfo .hGlobal .hGlobalSelect ul li a:after{
  width: 13px;
  background-image: url(/common_res/images/h_globalselect_blank.png);
  right: 4px;
}

.tybHeader .hInfo .hSupport{
  padding-right: 16px;
  padding-left: 15px;
}

.tybHeader .hInfo .hSearch{
	width: 200px;
	height: 22px;
	text-align: right;
}
.tybHeader .hInfo .hSearch input.keyword{
	width: 143px;
	border: none;
	border-bottom: 1px solid #666;
	font-size: 1.4rem;
	vertical-align: middle;
}
.tybHeader .hInfo .hSearch input.keyword:disabled{
	background-color: #fff;
}
.tybHeader .hInfo .hSearch input.submit{
	vertical-align: middle;
}
.tybHeader .hInfo .hSearch input.submit:hover{
	outline: 0;
	opacity: 0.7;
	transition: 0.3s ease-in-out;
}

/*==MARSFLAG SEARCH BOX==*/
.tybHeader .hInfo .hSearch .mf_finder_searchBox{
	margin-right: 0;
	margin-left: 0;
}
.tybHeader .hInfo .hSearch .mf_finder_searchBox .mf_finder_searchBox_items{
	padding: 0;
}
.tybHeader .hInfo .hSearch .mf_finder_searchBox_items > div input{
	width: 143px;
	min-height: 0;
	padding: 1px;
	border: none;
	border-bottom: 1px solid #666;
	color: #000;
	font-size: 1.4rem;
	line-height: 1;
	vertical-align: middle;
}
.tybHeader .hInfo .hSearch .mf_finder_searchBox_items > button{
	width: 22px;
	height: 22px;
	padding: 0;
	background: url(/common_res/images/h_search.png) center center no-repeat;
	cursor: pointer;
	vertical-align: middle;
	display: inline-block;
}
.tybHeader .hInfo .hSearch .mf_finder_searchBox_items > button:before{
	display: none;
}
.tybHeader .hInfo .hSearch .mf_finder_searchBox_items > button:hover{
	outline: 0;
	opacity: 0.7;
	transition: 0.3s ease-in-out;
}

/*==nav==*/
.tybHeader .hLinks .nav{
}
.tybHeader .nav > ul{
}
.tybHeader .nav > ul:after{content: ""; clear: both; display: block;}
.tybHeader .nav > ul > li{
	margin-left: 28px;
	padding-top: 11px;
	float: right;
}
.tybHeader .nav > ul > li:last-child{
	margin-left: 0;
}
.tybHeader .nav > ul > li > a{
	padding-bottom: 15px;
	color: #333;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.2;
	text-decoration: none;
	display: block;
	position: relative;
}
.tybHeader .nav > ul > li.op > a:after{
	content: "";
	display: block;
	width: 12px;
	height: 7px;
	margin-left: -6px;
	background: url(/common_res/images/arw_blu_dwn.png) center bottom no-repeat;
	background-size: 100% auto;
	position: absolute;
	bottom: 5px;
	left: 50%;
}

/*mg*/
.tybHeader .nav .mg{
	width: 100%;
	background-color: #fff;
	border-top: 1px solid #ededed;
	box-shadow: 0px 10px 10px -10px rgba(0,0,0,0.08);
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
}
.nav .mg .mgIn{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 45px;
	padding-bottom: 45px;
	text-align: left;
}
.nav .mg .mgCnt{
	margin-top: 50px;
}
.nav .mg .mgIn .mgCnt:first-of-type{
	margin-top: 0;
}
.nav .mg .mgTtl{
	color: #666;
	font-size: 1.6rem;
	font-weight: bold;
}
.nav .mg .mgTtl a{
	color: #666;
	text-decoration: none;
}
.nav .mg .mgList{
}
.nav .mg .mgList:after{content: ""; clear: both; display: block;}
.nav .mg .mgList li{
	width: 25%;
	margin-top: 18px;
	padding-right: 10px;
	float: left;
}
.nav .mg .mgList li:nth-child(4n+1){
	clear: both;
}
.nav .mg .mgList li a{
	padding-left: 20px;
	background: url(/common_res/images/mg_arw.png) 0 2px no-repeat;
	color: #1d8fe0;
	font-size: 1.6rem;
	text-decoration: none;
	display: inline-block;
}

/*==MARSFLAG SUGGEST==*/
.mf_finder_searchBox_suggest_items{
	padding: 0 !important;
	border: 1px solid #e1e0d2 !important;
	box-shadow: none;
	top: calc(100% + 5px);
}
.mf_finder_searchBox_suggest_items .mf_finder_searchBox_suggest_item{
	border-top: 1px solid #e1e0d2;
	text-align: left;
}
.mf_finder_searchBox_suggest_items .mf_finder_searchBox_suggest_item:nth-child(odd){
	background-color: #fff;
}
.mf_finder_searchBox_suggest_items .mf_finder_searchBox_suggest_item:nth-child(even){
	background-color: #f2f2f2;
}
.mf_finder_searchBox_suggest_items .mf_finder_searchBox_suggest_item:first-child{
	border-top: none;
}
.mf_finder_searchBox_suggest_items .mf_finder_searchBox_suggest_item a{
	border: none !important;
	color: #000 !important;
}

@media print, screen and (min-width:768px){
	.tybHeader{
		border-bottom: 1px solid #ededed;
	}
	.tybHeader .navCtr{
		display: none;
	}
	.tybHeader .spNav,
	.tybHeader .spOverLay{
		display: none !important;
	}

	/*[.tybHeader] SCROLLED*/
	.tybHeader.fixed{
	}
	.tybHeader.fixed .logo{
		width: 117px;
	}
	.tybHeader.fixed .hLinks .hInfo{
		margin-top: -25px;
		opacity: 0;
	}
	.tybHeader.fixed .hLinks .hInfo > ul > li input,
	.tybHeader.fixed .hLinks .hInfo > ul > li a{
		cursor: default;
		/* pointer-events: none; */
	}

	.tybHeader.fixed .nav > ul > li{
		padding-bottom: 10px;
	}

	/*==MARSFLAG SUGGEST==*/
	.mf_finder_searchBox_suggest_items .mf_finder_searchBox_suggest_item a{
		padding: 5px 2px;
		font-size: 1.6rem;
	}
	.mf_finder_searchBox_suggest_items .mf_finder_searchBox_suggest_item a:hover{
		background-color: #ddd;
	}
}

@media screen and (max-width:767px){
	.tybHeader{}
	.tybHeader .tybHeaderIn{
		width: 100%;
		padding-right: 2%;
		padding-left: 2%;
		position: relative;
		z-index: 103;
	}

	/*logo*/
	.tybHeader .logo{
		width: 80px;
		padding-top: 20px;
		padding-bottom: 10px;
	}
	.tybHeader .hInfo{
		padding-top: 0;
		padding-bottom: 0;
	}
	.tybHeader .hInfo > ul > li{
		display: none;
	}
	.tybHeader .hInfo > ul > li:before{
		display: none;
	}
	.tybHeader .hInfo > ul > li.hGlobal{
		display: block;
	}

	/*navCtr*/
	.tybHeader .navCtr{
		width: 30px;
		margin-left: 15px;
		padding-top: 15px;
		padding-bottom: 16px;
		float: right;
	}
	.tybHeader .navCtr a{
		width: 30px;
		height: 23px;
		display: block;
		position: relative;
	}
	.tybHeader .navCtr a span{
		width: 100%;
		/* height: 10.87%; */
		height: 3px;
		background-color: #666;
		display: block;
		position: absolute;
		left: 0;
		transition: all .4s;
	}
	.tybHeader .navCtr a span:nth-of-type(1){
		top: 0;
	}
	.tybHeader .navCtr a span:nth-of-type(2){
		margin-top: -2px;
		top: 50%;
	}
	.tybHeader .navCtr a span:nth-of-type(3){
		bottom: 0;
	}
	.tybHeader .navCtr a.op span:nth-of-type(1){
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}
	.tybHeader .navCtr a.op span:nth-of-type(2){
		opacity: 0;
	}
	.tybHeader .navCtr a.op span:nth-of-type(3){
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}

	/*spNav*/
	.tybHeader .spNavWrap{
		width: 100%;
		height: 0;
		position: absolute;
		bottom: 0;
		left: 0;
		overflow: visible;
		z-index: 102;
	}
	.tybHeader .spNav{
		display: none;
	}
	.tybHeader .spNav .spNavIn{
	}

	.tybHeader .spNav .spHSearch{
		padding: 6px 4% 16px;
		background-color: #fff;
	}
	.tybHeader .spNav .spHSearch .spHSearchIn{
		padding-bottom: 5px;
		border-bottom: 1px solid #257fbe;
	}
	.tybHeader .spNav .spHSearch input.keyword{
		width: calc(100% - 30px);
		border: none;
		color: #333;
		font-size: 1.5rem;
		vertical-align: middle;
	}
	.tybHeader .spNav .spHSearch input.submit{
		width: 20px;
		vertical-align: middle;
	}

	/*==MARSFLAG SEARCH BOX==*/
	.tybHeader .spNav .spHSearch .mf_finder_searchBox{
		margin-right: 0;
		margin-left: 0;
	}
	.tybHeader .spNav .spHSearch .mf_finder_searchBox_items{
		padding: 0;
	}
	.mf_finder_searchBox_items > div{
		width: calc(100% - 30px);
	}
	.tybHeader .spNav .spHSearch .mf_finder_searchBox_items > div input{
		height: auto;
		min-height: 0;
		padding: 1px;
		border: none;
		color: #333;
		font-size: 1.5rem;
		vertical-align: middle;
	}
	.tybHeader .spNav .spHSearch .mf_finder_searchBox_items > button{}
	.tybHeader .spNav .spHSearch .mf_finder_searchBox_items > button{
		width: 20px;
		height: 20px;
		padding: 0;
		background: url(/common_res/images/h_search_sp.png) center center no-repeat;
		background-size: 100% auto;
		cursor: pointer;
		vertical-align: middle;
		display: inline-block;
	}
	.tybHeader .spNav .spHSearch .mf_finder_searchBox_items > button:before{
		display: none;
	}

	.tybHeader .spNav .spHInfo{
		padding-bottom: 15px;
		background-color: #fff;
		border-bottom: 1px solid #e6e6e6;
	}
	.tybHeader .spNav .spHInfo p{
		padding-right: 4%;
		padding-left: 4%;
	}
	.tybHeader .spNav .spHInfo p a{
		padding: 22px 2%;
		background-color: #666;
		color: #fff;
		font-size: 1.5rem;
		text-align: center;
		text-decoration: none;
		display: block;
	}
	.tybHeader .spNav .spHInfo ul{
		background-color: #fafafa;
		border-top: 1px solid #e6e6e6;
	}
	.tybHeader .spNav .spHInfo ul:after{content: ""; clear: both; display: block;}
	.tybHeader .spNav .spHInfo ul li{
		border-bottom: 1px solid #e6e6e6;
	}
	.tybHeader .spNav .spHInfo ul li:last-child{
		border-bottom: none;
	}
	.tybHeader .spNav .spHInfo ul li a{
		padding: 20px 5px;
		font-size: 1.3rem;
		text-align: center;
		text-decoration: none;
		display: block;
	}
	.tybHeader .spNav .spHInfo ul.dbl{
	}
	.tybHeader .spNav .spHInfo ul.dbl li{
		width: 50%;
		float: left;
	}
	.tybHeader .spNav .spHInfo ul.dbl li:nth-child(2n+1) a{
		border-right: 1px solid #e6e6e6;
	}
	.tybHeader .spNav .spHInfo ul li.en a span,
	.tybHeader .spNav .spHInfo ul li.cn a span{
		padding-right: 17px;
		display: inline-block;
		position: relative;
	}
	.tybHeader .spNav .spHInfo ul li.en a span:after,
	.tybHeader .spNav .spHInfo ul li.cn a span:after{
		content: "";
		display: block;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		background: url(/common_res/images/ico_blank.png) center center no-repeat;
		background-size: 100% auto;
		position: absolute;
		top: 50%;
		right: 0;
	}

	.tybHeader .spNav .spLinks{
		background-color: #257fbe;
	}
	.tybHeader .spNav .spLinks > li{
		border-bottom: 1px solid #fff;
		line-height: 1.2;
	}
	.tybHeader .spNav .spLinks > li:last-child{
		border-bottom: none;
	}
	.tybHeader .spNav .spLinks > li dl{
	}
	.tybHeader .spNav .spLinks > li dt{
		padding: 22px 12% 19px 2%;
		color: #fff;
		cursor: pointer;
		font-size: 1.5rem;
		position: relative;
	}
	.tybHeader .spNav .spLinks > li dt:before,
	.tybHeader .spNav .spLinks > li dt:after{
		content: "";
		display: block;
		background-color: #fff;
		position: absolute;
		top: 50%;
	}
	.tybHeader .spNav .spLinks > li dt:before{
		width: 16px;
		height: 2px;
		margin-top: -1px;
		right: 18px;
	}
	.tybHeader .spNav .spLinks > li dt:after{
		width: 2px;
		height: 16px;
		margin-top: -8px;
		right: 25px;
	}
	.tybHeader .spNav .spLinks > li dt.op:after{
		display: none;
	}
	.tybHeader .spNav .spLinks > li dd{
		background-color: #fff;
		display: none;
	}
	.tybHeader .spNav .spLinks > li dd ul{
	}
	.tybHeader .spNav .spLinks > li dd ul li{
		border-top: 1px solid #e6e6e6;
	}
	.tybHeader .spNav .spLinks > li dd ul li:first-child{
		border-top: none;
	}
	.tybHeader .spNav .spLinks > li dd ul li a{
		padding: 20px 9.333% 18px 4%;
		color: #333;
		font-size: 1.4rem;
		text-decoration: none;
		display: block;
		position: relative;
	}
	.tybHeader .spNav .spLinks li > a{
		padding: 22px 12% 22px 2%;
		color: #fff;
		font-size: 1.5rem;
		text-decoration: none;
		display: block;
		position: relative;
	}
	.tybHeader .spNav .spLinks li > a:after{
		display: block;
		width: 12px;
		height: 12px;
		margin-top: -6px;
		content: '';
		border-right: 2px solid #fff;
		border-bottom: 2px solid #fff;
		-ms-transform: rotate( -45deg );
		-webkit-transform: rotateZ( -45deg );
		-ms-transform: rotateZ( -45deg );
		transform: rotateZ( -45deg );
		position: absolute;
		top: 50%;
		right: 23px;
	}
	.tybHeader .spNav .spLinks > li dd ul li a:after{
		display: block;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		content: '';
		border-right: 2px solid #257fbe;
		border-bottom: 2px solid #257fbe;
		-ms-transform: rotate( -45deg );
		-webkit-transform: rotateZ( -45deg );
		-ms-transform: rotateZ( -45deg );
		transform: rotateZ( -45deg );
		position: absolute;
		top: 50%;
		right: 23px;
	}

	/*spOverLay*/
	.tybHeader .spOverLay{
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.8);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 101;
		display: none;
	}

	/*nav*/
	.tybHeader .hLinks .nav{
		display: none;
	}

	/*==MARSFLAG SUGGEST==*/
	.mf_finder_searchBox_suggest_items{
		top: calc(100% + 10px);
	}
	.mf_finder_searchBox_suggest_items .mf_finder_searchBox_suggest_item a{
		padding: 10px 2px;
		font-size: 1.5rem;
	}

	/*[.spNav] OPEN*/
	body.fixed{
		height: 100%;
		overflow: hidden;
	}
	body.fixed .wrap{
		overflow: hidden;
		position: fixed;
		left: 0;
	}
	body.fixed .tybHeader .spNav{
		overflow-y: auto;
	}
}

/*Header repair 2020*/
.tybHeader .nav > ul > li {
	margin-left: 0;
}
.tybHeader .nav > ul > li > p > span,
.tybHeader .nav > ul > li a.dirTop {
	position: relative;
	display: block;
	padding: 0 10px 10px;
	cursor: pointer;
	color: #333;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.2;
	text-decoration: none;
	opacity: 1;
}

.tybHeader .nav > ul > li {
	float: left;
}

@media screen and (min-width: 769px) {
	.menuArea .buttonBox > li a.dirTop:hover:after,
	.menuArea .buttonBox > li .dirTop.is-panelon:after,
	.menuArea .buttonBox > li .dirTop-nolink:hover:after {
		content: '';
		position: absolute;
		display: block;
		background: #025c9b;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 3px;
		background-size: contain;
	}
}

.menuArea .panel {
	display: none;
	background: #fff;
	padding: 20px 30px;
	box-shadow: rgba(0,0,0,0.2) 0 2px 3px 1px;
}

.panel_bg {
	cursor: pointer;
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}

@media screen and (min-width: 769px) {
	.menuArea .panel {
		position: fixed;
		width: 100%;
		left: 0;
		padding: 0;
		margin-top: 1px;
		z-index: 10;
	}
}

.menuArea .panel ul {
	display: table;
	width: 100%;
}

.menuArea .panel ul li {
	display: table-cell;
	width: 33.333%;
	vertical-align: top;
}

@media screen and (min-width: 769px) {
	.menuArea .panel .panel_inner-outer {
		display: flex;
		flex-direction: row;
	}

	.menuArea .panel .panel_inner.panel_catBox {
		flex-grow: 0;
		flex-shrink: 0;
		width: 280px;
		background-color: #025c9b;
	}

	.menuArea .panel .panel_inner {
		min-height: 248px;
		padding: 20px 30px;
		vertical-align: top;
	}

	.menuArea .panel .panel_inner:not(.panel_catBox) {
		width: calc( 100% - 280px );
	}

	.menuArea .panel .panel_inner.panel_catBox p {
		font-size: 23px;
		font-weight: bold;
		color: #fff;
		padding-top: 20px;
	}

	.menuArea .panel .panel_inner {
		min-height: 248px;
		padding: 20px 30px;
		vertical-align: top;
	}
}

.menuArea .panel .back {
	display: none;
}

.menuArea .panel .btn_close {
	display: block;
	margin-bottom: 5px;
	text-align: right;
	cursor: pointer;
}

.menuArea .panel .btn_close .btn_close_icon {
	position: relative;
	width: 15px;
	height: 15px;
	vertical-align: middle;
}

.menuArea .panel .btn_close .btn_close_icon::before,
.menuArea .panel .btn_close .btn_close_icon:after {
	content: "";
	position: absolute;
	top: 2px;
	width: 15px;
	height: 1px;
	background-color: #000;
}

.menuArea .panel .btn_close .btn_close_icon::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menuArea .panel .btn_close .btn_close_icon::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menuArea .panel .btn_close .btn_close_label {
	padding-left: 20px;
	font-size: 16px;
}

.menuArea .panel .panel_category_dirTop a {
	display: block;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 1em;
	color: #025c9b;
	opacity: 1;
}

.menuArea .panel .panel_category_dirTop a {
	text-decoration: none;
}

.menuArea .panel ul > li .ttl {
	margin-bottom: 1em;
	min-width: 405px;
}

.menuArea .panel ul > li .ttl_no {
	content: '';
	height: 1em;
	margin-bottom: 1em;
	font-size: 16px;
}

@media screen and (min-width: 769px) {
	.menuArea .panel ul > li .ttl {
		font-size: 16px;
	}
}

.menuArea .panel ul > li .ttl a {
	color: #025c9b;
	font-weight: bold;
	text-decoration: none;
}

.menuArea .panel ul > li .ttl a:hover {
	text-decoration: underline;
	opacity: 1;
}

.menuArea .panel ul > li .sub {
	padding-left: 1em;
	font-size: 13px;
	margin-top: 0.8em;
}

.menuArea .panel ul > li .sub a {
	color: #333;
	text-decoration: none;
}

.menuArea .panel ul > li .sub a:hover {
	text-decoration: underline;
	opacity: 1;
}

@media screen and (min-width: 769px) {
	.menuArea .buttonBox > li a.dirTop:hover:after,
	.menuArea .buttonBox > li .dirTop.is-panelon:after,
	.menuArea .buttonBox > li .dirTop-nolink:hover:after {
		content: '';
		position: absolute;
		display: block;
		background: #025c9b;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 3px;
		background-size: contain;
	}
}

@media screen and (min-width: 769px) {
	.menuArea .panel ul > li .sub {
		font-size: 14px;
	}
}

.show_tableCell {
	display: table-cell !important;
	animation: show 200ms linear 0s;
}

.show{
	display: block !important;
	animation: show 0ms linear 0s;
}

.show_tableCell{
	display: table-cell !important;
	animation: show 200ms linear 0s;
}

@keyframes show{
	from{opacity: 0;}
	to{opacity: 1;}
}

.hide{
	display: none !important;
	animation: hide 200ms linear 0s;
}

@keyframes hide{
	from{opacity: 1;}
	to{opacity: 0;}
}

.slideIn{
	position: relative !important;
	display: block !important;
	animation: slideIn 200ms linear 0s;
}

@keyframes slideIn{
	from{margin-left: 1000px;}
	to{margin-left: 0;}
}

/*SP----------------------------------------------------------*/
@media screen and (max-width: 768px) {
	.tybHeader .pc {
		display: none !important;
	}
	.tybHeader .sp {
		display: block;
	}
	.tybHeader .tybHeaderIn {
		padding-right: 0;
	}

	.tybHeader .hLinks .nav {
		display: block;
	}
	.tybHeader .hLinks.modify {
		width: 74%;
	}

	.tybHeader .nav > ul > li {
		float: none;
		padding-top: 0;
	}

	.tybHeader .spArea {
		float: right;
		display: table-cell;
		vertical-align: middle;
		width: 55px;
	}

	.tybHeader .spArea a.menu {
		display: -webkit-flex;
		-webkit-align-items: center;
		-webkit-justify-content: center;
		display: -ms-flexbox;
		-ms-flex-align: center;
		-ms-flex-pack: justify;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #025c9b;
		height: 54px;
	}

	.btn a.menu em,
	.btn a.menu em span {
		display: inline-block;
	}

	.btn a.menu em {
		position: relative;
		width: 20px;
		height: 15px;
	}

	.btn a.menu em span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #fff;
	}

	.btn a.menu em span:nth-of-type(1) {
		top: 0;
	}

	.btn a.menu em span:nth-of-type(2) {
		top: 6px;
	}

	.btn a.menu em span:nth-of-type(3) {
		bottom: 0;
	}

	.menuArea {
		position: fixed;
		left: 0;
		background: #ddd;
		width: 100%;
		height: 100vh;
		overflow: auto !important;
		display: none;
	}

	.spHSearch {
		display: block;
		padding: 6px 4% 16px;
		background-color: #fff;
	}

	.spHSearch .spHSearchIn {
		padding-bottom: 5px;
		border-bottom: 1px solid #257fbe;
	}

	.spHSearch .mf_finder_searchBox {
		margin-right: 0;
		margin-left: 0;
	}

	.spHSearch .mf_finder_searchBox_items {
		padding: 1rem 0 0 0 !important;
	}

	.spHSearch .mf_finder_searchBox_items > button {
		width: 20px;
		height: 20px;
		padding: 0;
		background: url(/common_res/images/h_search_sp.png) center center no-repeat;
		background-size: 100% auto;
		cursor: pointer;
		vertical-align: middle;
		display: inline-block;
	}

	.spHSearch .mf_finder_searchBox_items > div {
		width: calc(100% - 30px);
	}

	.spHSearch .mf_finder_searchBox_items > div input {
		height: auto;
		min-height: 0;
		padding: 1px;
		border: none;
		color: #333;
		font-size: 1.5rem;
		vertical-align: middle;
	}

	.spHSearch .mf_finder_searchBox_submit:before {
		content: "" !important;
		font-family: FontAwesome;
	}

	.spHInfo {
		display: block;
		padding-bottom: 15px;
		background-color: #fff;
		border-bottom: 1px solid #e6e6e6;
	}

	.spHInfo p {
		padding-right: 4%;
		padding-left: 4%;
	}

	.spHInfo p a {
		padding: 22px 2%;
		background-color: #666;
		color: #fff;
		font-size: 1.5rem;
		text-align: center;
		text-decoration: none;
		display: block;
	}

	.btn a.menu.opened em {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}

	.btn a.menu.opened em span:nth-of-type(1) {
		-webkit-transform: translateY(6px) rotate(-45deg);
		transform: translateY(6px) rotate(-45deg);
	}

	.btn a.menu.opened em span:nth-of-type(2) {
		-webkit-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}

	.btn a.menu.opened em span:nth-of-type(3) {
		opacity: 0;
	}

	.menuArea ul.buttonBox {
		display: block;
		background: #ddd;
	}

	.menuArea ul.buttonBox > li {
		display: block;
	}

	.menuArea .buttonBox > li a.dirTop,
	.menuArea .buttonBox > li .dirTop-nolink,
	.tybHeader .nav > ul > li a.dirTop,
	.tybHeader .nav > ul > li a.noDirTop {
		position: relative;
		padding: 12px 10px;
		border-bottom: 1px solid #bbb;
		font-size: 14px;
		color: #222;
		cursor: pointer;
	}

	.tybHeader .nav > ul > li a.noDirTop {
		display: block;
		text-decoration: none;
		font-weight: bold;
	}

	.menuArea .buttonBox > li a.dirTop:before,
	.menuArea .buttonBox > li .dirTop-nolink:before,
	.menuArea .buttonBox > li a.noDirTop:before {
		content: "";
		position: absolute;
		top: 50%;
		margin-top: -8px;
		right: 10px;
		width: 12px;
		height: 12px;
		border-top: 3px solid #333;
		border-right: 3px solid #333;
		border-radius: 3px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.menuArea ul.buttonBox > li:first-child.sp{
		display: none;
	}

	.menuArea ul.buttonBox .panel {
		width: 100%;
		overflow: auto;
		margin-left: auto;
		left: 0;
		background: #ddd;
		padding: 0;
	}

	.menuArea .panel .panel_inner.panel_catBox {
		display: none;
	}

	.menuArea .panel .back {
		display: block;
		padding: 12px 10px;
		border-bottom: 1px solid #bbb;
		text-decoration: none;
	}

	.menuArea .panel .back span {
		position: relative;
		display: block;
		padding-left: 18px;
		font-size: 15px;
		font-weight: bold;
	}

	.menuArea .panel .back span:before {
		content: "";
		position: absolute;
		top: 50%;
		margin-top: -7px;
		left: 2px;
		width: 12px;
		height: 12px;
		border-top: 3px solid #333;
		border-right: 3px solid #333;
		border-radius: 3px;
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}

	.menuArea .panel .btn_close {
		display: none;
	}

	.menuArea .panel ul {
		display: block;
	}

	.menuArea .panel ul > li {
		display: block;
		width: 100%;
	}

	.menuArea .panel .panel_category_dirTop {
		display: none;
	}

	.menuArea .panel ul > li .ttl {
		margin: 0;
		font-size: 14px;
		min-width: 0;
	}

	.menuArea .panel ul > li .ttl_no {
		display: none;
	}

	.menuArea .panel ul > li .ttl a {
		display: block;
		padding: 12px 10px;
		border-bottom: 1px solid #bbb;
	}

	.menuArea .panel ul > li .sub {
		padding: 0;
		padding-left: 1em;
		margin: 0;
		font-size: 14px;
	}

	.menuArea .panel ul > li .sub a {
		display: block;
		padding: 12px 10px;
		border-bottom: 1px solid #bbb;
		color: #222;
	}

	a.back {
		color: #222;
	}
}
/*Header repair 2020*/


/*==container==*/
#container{
	padding-top: 82px;
	background-color: #fff;
}
.container{
	width: 100%;
	padding-top: 82px;
	padding-bottom: 80px;
	background-color: #fff;
}

@media screen and (max-width:767px){
	#container{
		padding-top: 54px;
	}
	.container{
		padding-top: 54px;
		padding-bottom: 70px;
	}
}

/*breadCrumb*/
.breadCrumb{
}
.breadCrumb .breadCrumbIn{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 13px;
	padding-bottom: 12px;
}
.breadCrumb ul li{
	display: inline-block;
	margin-right: 7px;
	font-size: 1.2rem;
}
.breadCrumb ul li a{
	color: #333;
	font-size: 1.2rem;
	text-decoration: none;
}
.breadCrumb ul li a:hover{
	text-decoration: underline;
}
.breadCrumb li a:after{
	display: inline-block;
	content: ">";
	margin-left: 7px;
}

@media screen and (max-width:767px){
	.breadCrumb{
		display: none;
	}
}

/*contents*/
.contents{
	font-size: 1.6rem;
	line-height: 1.7;
}

@media screen and (max-width:767px){
	.contents{
		font-size: 1.4rem;
		line-height: 1.7;
	}
}


/*==footer==*/
.tybFooter{}

/*toTop*/
.toTop{
	width: 100%;
	position: relative;
}
.toTop a{
	width: 53px;
	height: 51px;
	background-color: rgba(51, 51, 51, 0.7);
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(/common_res/images/arw_white_up.png);
	background-size: 18px auto;
	display: block;
	position: absolute;
	top: -25px;
	right: 10px;
}
.toTop.fixed a{
	position: fixed;
	top: auto;
	bottom: 10px;
}

/*fLinks*/
.tybFooter .fLinks{
	background-color: #f5f5f5;
}
.tybFooter .fLinks .fLinksIn{
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 55px;
	padding-bottom: 55px;
}
.tybFooter .fLinks .fLinksIn:after{content: ""; clear: both; display: block;}
.tybFooter .fLinks .fLink{
	width: 20%;
	padding-right: 1em;
	float: left;
}

.tybFooter .fLinks .fLink .fLinkTtl{
	margin-top: 30px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.4;
}
.tybFooter .fLinks .fLink .fLinkTtl:first-of-type{
	margin-top: 0;
}
.tybFooter .fLinks .fLink .fLinkTtl a{
	color: #000;
	text-decoration: none;
}
.tybFooter .fLinks .fLink .fLinkTtl a:hover{
	text-decoration: underline;
}
.tybFooter .fLinks .fLink .fLinkTtl a img{
	width: auto;
}
.tybFooter .fLinks .fLink ul{
}
.tybFooter .fLinks .fLink ul li{
	margin-top: 10px;
	font-size: 1.2rem;
	line-height: 1.5;
}
.tybFooter .fLinks .fLink ul li a{
	color: #000;
	text-decoration: none;
}
.tybFooter .fLinks .fLink ul li a:hover{
	text-decoration: underline;
}

/*fBtm*/
.tybFooter .fBtm{
	clear: both;
}
.tybFooter .fBtm .fBtmIn{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.tybFooter .fBtmLinks{}
.tybFooter .fBtmLinks ul{
	text-align: center;
}
.tybFooter .fBtmLinks ul li a{
	color: #fff;
	text-decoration: none;
}
.tybFooter .fBtmLinks ul li a:hover{
	text-decoration: underline;
}

.tybFooter .fLogo{
	width: 145px;
	margin: 20px auto 0;
}

.tybFooter .copyright{
	margin-top: 15px;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.545;
}

@media print, screen and (min-width:768px){
	.tybFooter .fBtmLinks ul{
	}
	.tybFooter .fBtmLinks ul li{
		margin-right: 14px;
		padding-right: 18px;
		font-size: 1.2rem;
		display: inline-block;
		position: relative;
	}
	.tybFooter .fBtmLinks ul li:after{
		content: "";
		width: 1px;
		height: 11px;
		margin-top: -5px;
		background-color: #9cb9dd;
		position: absolute;
		top: 50%;
		right: 0;
	}
	.tybFooter .fBtmLinks ul li:last-child{
		margin-right: 0;
		padding-right: 0;
	}
	.tybFooter .fBtmLinks ul li:last-child:after{
		display: none;
	}
}

@media screen and (max-width:767px){
	/*toTop*/
	.toTop{
	}
	.toTop a{
		width: 49px;
		height: 47px;
		top: -57px;
	}
	.toTop.fixed a{
	}

	/*fLinks*/
	.tybFooter .fLinks{
		display: none;
	}

	/*fBtm*/
	.tybFooter .fBtm{}
	.tybFooter .fBtm .fBtmIn{
		width: 100%;
		max-width: 100%;
		padding-top: 0;
	}
	.tybFooter .fBtm .fBtmIn .info_bnr a img{
		width: auto;
	}

	.tybFooter .fBtmLinks ul{
		background-color: #fff;
		border-top: 1px solid #f5f5f5;
		border-left: 1px solid #f5f5f5;
	}
	.tybFooter .fBtmLinks ul:after{content: ""; clear: both; display: block;}
	.tybFooter .fBtmLinks ul li{
		width: 50%;
		border-right: 1px solid #f5f5f5;
		border-bottom: 1px solid #f5f5f5;
		font-size: 1.3rem;
		float: left;
	}
	.tybFooter .fBtmLinks ul li a{
		width: 100%;
		padding: 16px 5px 15px;
		color: #666;
		display: table;
	}
	.tybFooter .fBtmLinks ul li a span{
		display: table-cell;
		vertical-align: middle;
	}

	.tybFooter .fLogo{
		width: 21.9%;
		max-width: 291px;
		margin-top: 15px;
	}

	.tybFooter .copyright{
		font-size: 1.1rem;
	}
}

/* header modification 11-19-21 */
.tybHeader .tybHeaderIn.header_mod {
	width: 100%;
}
.tybHeader .hLinks.modify{
	padding-top: 0;
}

.tybHeader .hLinks.modify .nav {
	display: flex;
	flex-direction: row;
}
.tybHeader .hLinks.modify .nav > ul {
	display: flex;
	flex-direction: row;
}
.tybHeader .hLinks.modify .nav > ul > li {
	position: relative;
	float: unset;
	display: flex;
	padding: 0 30px;
	height: 80px;
}
.tybHeader .hLinks.modify .nav > ul.buttonBox > li:first-child {
	padding-left: 0;
}
.tybHeader .hLinks.modify .nav > ul > li::after {
	position: absolute;
	content: '';
	border-right: 1px solid #333;
	height: 17px;
	right: 1px;
	top: 50%;
	transform: translateY(-50%) rotate(35deg);
}
.tybHeader .hLinks.modify .nav > ul > li:last-child:after {
	border-right: none;
}
.tybHeader .hLinks.modify .nav > ul > li.bg_blue {
	background-color: #025c9b;
}
.tybHeader .hLinks.modify .nav > ul > li p {
	display: flex;
	align-items: center;
}
.tybHeader .hLinks.modify .nav > ul > li > p > span,
.tybHeader .hLinks.modify .nav > ul > li a.dirTop {
	padding: 0;
}
.tybHeader .hLinks.modify .nav > ul > li.bg_blue > p > span,
.tybHeader .hLinks.modify .nav > ul > li.bg_blue a.dirTop {
	color: #ffffff;
}
.tybHeader .header_mod .logo {
	padding-left: 10px;
}

.tybFooter.modify .fBtm {
	background-color: #f5f5f5;
}
.tybFooter.modify .fBtmLinks ul li a,
.tybFooter.modify .copyright {
	color: #000;
}
.tybFooter.modify .copyright {
	padding-top: 15px;
	margin-top: 0;
}
.tybHeader .header_mod .nav > ul > li > a {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
}
.tybHeader .header_mod .nav > ul > li.bg_blue > a {
	color: #ffffff;
}
@media screen and (max-width:1094px) {
	.tybHeader .tybHeaderIn.header_mod {
		width: 1000px;
	}
}
@media screen and (max-width: 768px) {
	/* .tybHeader .hLinks.modify {
		width: 74%;
	} */
	.tybHeader .hLinks.modify .nav > ul > li.bg_blue a.noDirTop {
		color: #ffffff;
	}
	.tybHeader .header_mod .nav > ul > li.bg_blue > a.noDirtop {
		color: #ffffff;
	}
	.tybHeader {
		width: 100% !important;
	}
	.tybHeader .tybHeaderIn.header_mod {
		width: 100%;
	}
	.tybHeader .tybHeaderIn.header_mod .menuArea {
		display: block;
		overflow: hidden !important;
		height: auto !important;
		background: #ffffff;
		position: relative;
	}
	.tybHeader .tybHeaderIn.header_mod .menuArea ul.buttonBox {
		background: #ffffff;
	}
	.tybHeader .tybHeaderIn.header_mod .menuArea .buttonBox > li a.dirTop, .tybHeader .tybHeaderIn.header_mod .menuArea .buttonBox > li .dirTop-nolink, .tybHeader .tybHeaderIn.header_mod .nav > ul > li a.dirTop, .tybHeader .tybHeaderIn.header_mod .nav > ul > li a.noDirTop
	{
		border-bottom: none;
		font-size: 1.83vw;
	}
	.tybHeader .tybHeaderIn.header_mod .menuArea .buttonBox > li a.dirTop:before,
	.tybHeader .tybHeaderIn.header_mod .menuArea .buttonBox > li .dirTop-nolink:before,
	.tybHeader .tybHeaderIn.header_mod .menuArea .buttonBox > li a.noDirTop:before {
		content: none;
	}
	.tybHeader .tybHeaderIn.header_mod .spArea {
		display: none;
	}
	.tybHeader .hLinks.modify .nav > ul > li {
		padding: 0;
	}
	.tybHeader .hLinks.modify .nav > ul.buttonBox {
		flex-wrap: wrap;
		max-width: 400px;
	}
	.tybHeader .hLinks.modify .nav > ul.buttonBox > li {
		width: 50%;
		height: 40px;
		justify-content: center;
	}
	.tybHeader .hLinks.modify .nav > ul.buttonBox_sup > li.bg_blue {
		width: 15.67vw;
		justify-content: center;
	}
	/*.tybHeader .header_mod .logo {
		width: auto;
	}*/
	.tybHeader .hLinks.modify .nav > ul > li:nth-child(even)::after {
		content: none;
	}
	.tybHeader .hLinks.modify .nav > ul > li:first-child::after {
		right: -15px;
	}
}
@media screen and (max-width: 766px) {
	.tybHeader .header_mod .logo {
		padding-left: 0;
	}
}
/*SP----------------------------------------------------------*/
@media screen and (max-width: 475px) {
	.tybHeader .header_mod .logo img {
		width: 80px;
	}
	.tybHeader .tybHeaderIn.header_mod .menuArea {
		display: none;
	}
	.tybHeader .tybHeaderIn.header_mod .menuArea.show_tableCell {
		position: fixed;
	}
	.tybHeader .hLinks.modify .pc {
		display: none !important;
	}
	.tybHeader .hLinks.modify .sp {
		display: block;
	}
	.tybHeader .hLinks.modify .tybHeaderIn {
		padding-right: 0;
	}
	.tybHeader .hLinks.modify .nav {
		height: 100vh;
		margin-top: 15px;
	}
	.tybHeader .hLinks.modify .nav,
	.tybHeader .hLinks.modify .nav .nav,
	.tybHeader .hLinks.modify .nav > ul > li p {
		display: block;
	}
	.tybHeader .hLinks.modify .nav > ul.buttonBox > li {
		width: 100%;
		height: auto;
	}
	.tybHeader .hLinks.modify .nav > ul.buttonBox > li:first-child {
		padding-left: 47px;
	}
	.tybHeader .tybHeaderIn.header_mod .menuArea .buttonBox > li a.dirTop,
	.tybHeader .tybHeaderIn.header_mod .menuArea .buttonBox > li .dirTop-nolink,
	.tybHeader .tybHeaderIn.header_mod .nav > ul > li a.dirTop,
	.tybHeader .tybHeaderIn.header_mod .nav > ul > li a.noDirTop
	{
		font-size: 18px;
	}
	.tybHeader .hLinks.modify .nav > ul.buttonBox_sup > li.bg_blue {
		width: auto;
		margin: 0 auto;
	}
	.tybHeader .hLinks.modify .nav > ul.buttonBox_sup > li.bg_blue a {
		padding: 20px 27.24vw;
	}
	.tybHeader .hLinks.modify .nav > ul.buttonBox {
		max-width: 100%;
	}
	.tybHeader .hLinks.modify .nav > ul > li {
		float: none;
		padding-top: 0;
		margin-bottom: 20px;
	}
	.tybHeader .hLinks.modify .nav > ul > li:nth-child(even)::after {
		content: '';
	}
	.tybHeader .hLinks.modify .nav > ul > li:nth-child(4)::after {
		border-right: 4px solid #025c9b;
	}
	.tybHeader .hLinks.modify .nav > ul > li:first-child::after {
		right: auto;
	}
	.tybHeader .hLinks.modify .nav > ul > li::after {
		border-right: 4px solid #025c9b;
		height: 24px;
		right: auto;
		left: 21px;
		top: 50%;
		transform: translateY(-50%) rotate(90deg);
	}
	.tybHeader .hLinks.modify .nav > ul > li {
		height: auto;
	}
	.tybHeader .hLinks.modify .nav > ul > li:nth-child(4):after,
	.tybHeader .hLinks.modify .nav > ul > li:last-child:after {
		border-right: 4px solid #025c9b;
	}
	.tybHeader .tybHeaderIn.header_mod .spArea {
		float: right;
		display: table-cell;
		vertical-align: middle;
	}
	.tybHeader .hLinks.modify .spArea a.menu {
		display: -webkit-flex;
		-webkit-align-items: center;
		-webkit-justify-content: center;
		display: -ms-flexbox;
		-ms-flex-align: center;
		-ms-flex-pack: justify;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #025c9b;
		height: 54px;
	}

	.hLinks.modify .btn a.menu em,
	.hLinks.modify .btn a.menu em span {
		display: inline-block;
	}

	.hLinks.modify .btn a.menu em {
		position: relative;
		width: 20px;
		height: 15px;
	}

	.hLinks.modify .btn a.menu em span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #fff;
	}

	.hLinks.modify .btn a.menu em span:nth-of-type(1) {
		top: 0;
	}

	.hLinks.modify .btn a.menu em span:nth-of-type(2) {
		top: 6px;
	}

	.hLinks.modify .btn a.menu em span:nth-of-type(3) {
		bottom: 0;
	}

	.hLinks.modify .menuArea {
		position: fixed;
		left: 0;
		background: #ddd;
		width: 100%;
		height: 100vh;
		overflow: auto !important;
		display: none;
	}

	.hLinks.modify .spHSearch {
		display: block;
		padding: 6px 4% 16px;
		background-color: #fff;
	}

	.hLinks.modify .spHSearch .spHSearchIn {
		padding-bottom: 5px;
		border-bottom: 1px solid #257fbe;
	}

	.hLinks.modify .spHSearch .mf_finder_searchBox {
		margin-right: 0;
		margin-left: 0;
	}

	.hLinks.modify .spHSearch .mf_finder_searchBox_items {
		padding: 1rem 0 0 0 !important;
	}

	.hLinks.modify .spHSearch .mf_finder_searchBox_items > button {
		width: 20px;
		height: 20px;
		padding: 0;
		background: url(/common_res/images/h_search_sp.png) center center no-repeat;
		background-size: 100% auto;
		cursor: pointer;
		vertical-align: middle;
		display: inline-block;
	}

	.hLinks.modify .spHSearch .mf_finder_searchBox_items > div {
		width: calc(100% - 30px);
	}

	.hLinks.modify .spHSearch .mf_finder_searchBox_items > div input {
		height: auto;
		min-height: 0;
		padding: 1px;
		border: none;
		color: #333;
		font-size: 1.5rem;
		vertical-align: middle;
	}

	.hLinks.modify .spHSearch .mf_finder_searchBox_submit:before {
		content: "" !important;
		font-family: FontAwesome;
	}

	.hLinks.modify .spHInfo {
		display: block;
		padding-bottom: 15px;
		background-color: #fff;
		border-bottom: 1px solid #e6e6e6;
	}

	.hLinks.modify .spHInfo p {
		padding-right: 4%;
		padding-left: 4%;
	}

	.hLinks.modify .spHInfo p a {
		padding: 22px 2%;
		background-color: #666;
		color: #fff;
		font-size: 1.5rem;
		text-align: center;
		text-decoration: none;
		display: block;
	}

	.hLinks.modify .btn a.menu.opened em {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}

	.hLinks.modify .btn a.menu.opened em span:nth-of-type(1) {
		-webkit-transform: translateY(6px) rotate(-45deg);
		transform: translateY(6px) rotate(-45deg);
	}

	.hLinks.modify .btn a.menu.opened em span:nth-of-type(2) {
		-webkit-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}

	.hLinks.modify .btn a.menu.opened em span:nth-of-type(3) {
		opacity: 0;
	}

	.hLinks.modify .menuArea ul.buttonBox {
		display: block;
		background: #ddd;
	}

	.hLinks.modify .menuArea ul.buttonBox > li {
		display: block;
		padding: 12px 10px 12px 47px;
	}

	.hLinks.modify .menuArea .buttonBox > li a.dirTop,
	.hLinks.modify .menuArea .buttonBox > li .dirTop-nolink,
	.tybHeader .hLinks.modify .nav > ul > li a.dirTop,
	.tybHeader .hLinks.modify .nav > ul > li a.noDirTop {
		position: relative;
		color: #222;
		cursor: pointer;
	}

	.tybHeader .hLinks.modify .nav > ul > li a.noDirTop {
		display: block;
		text-decoration: none;
		font-weight: bold;
	}

	.hLinks.modify .menuArea .buttonBox > li a.dirTop:before,
	.hLinks.modify .menuArea .buttonBox > li .dirTop-nolink:before,
	.hLinks.modify .menuArea .buttonBox > li a.noDirTop:before {
		content: "";
		position: absolute;
		top: 50%;
		margin-top: -8px;
		right: 10px;
		width: 12px;
		height: 12px;
		border-top: 3px solid #333;
		border-right: 3px solid #333;
		border-radius: 3px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.hLinks.modify .menuArea ul.buttonBox .panel {
		width: 100%;
		overflow: auto;
		margin-left: auto;
		left: 0;
		background: #ddd;
		padding: 0;
	}

	.hLinks.modify .menuArea .panel .panel_inner.panel_catBox {
		display: none;
	}

	.hLinks.modify .menuArea .panel .back {
		display: block;
		padding: 12px 10px;
		text-decoration: none;
	}

	.hLinks.modify .menuArea .panel .back span {
		position: relative;
		display: block;
		padding-left: 18px;
		font-size: 15px;
		font-weight: bold;
	}

	.hLinks.modify .menuArea .panel .back span:before {
		content: "";
		position: absolute;
		top: 50%;
		margin-top: -7px;
		left: 2px;
		width: 12px;
		height: 12px;
		border-top: 3px solid #333;
		border-right: 3px solid #333;
		border-radius: 3px;
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}

	.hLinks.modify .menuArea .panel .btn_close {
		display: none;
	}

	.hLinks.modify .menuArea .panel ul {
		display: block;
	}

	.hLinks.modify .menuArea .panel ul > li {
		display: block;
		width: 100%;
	}

	.hLinks.modify .menuArea .panel .panel_category_dirTop {
		display: none;
	}

	.hLinks.modify .menuArea .panel ul > li .ttl {
		margin: 0;
		font-size: 14px;
		min-width: 0;
	}

	.hLinks.modify .menuArea .panel ul > li .ttl_no {
		display: none;
	}

	.hLinks.modify .menuArea .panel ul > li .ttl a {
		display: block;
		padding: 12px 10px;
	}

	.hLinks.modify .menuArea .panel ul > li .sub {
		padding: 0;
		padding-left: 1em;
		margin: 0;
		font-size: 14px;
	}

	.hLinks.modify .menuArea .panel ul > li .sub a {
		display: block;
		padding: 12px 10px;
		color: #222;
	}

	a.back {
		color: #222;
	}
}

/*  */
