@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;
	word-break: keep-all;
	word-wrap: break-word;
}

html, body{
	min-width: 1000px;
	height: 100%;
}
body{
	background-color: #025c9b;
	color: #333;
	font-family: Arial, Helvetica, "sans-serif";
	line-height: 1;
	-webkit-text-size-adjust: 100%;
}

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;}

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

/*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.08484em;
  text-decoration: none;
	display: block;
}
.tybHeader .hInfo .hWorldwide{}
.tybHeader .hInfo .hWorldwide a{
  padding-left: 27px;
  position: relative;
}
.tybHeader .hInfo .hWorldwide a:before{
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background-image: url(/common_res/images/h_global_ico.png);
  position: absolute;
  top: 0;
  left: 0;
}

.tybHeader .hInfo .hPrint{}
.tybHeader .hInfo .hPrint a{
  padding-right: 1px;
  padding-left: 31px;
  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: 1px;
  left: 4px;
}

.tybHeader .hInfo .hSupport{}
.tybHeader .hInfo .hSupport a{
  padding-right: 3px;
  padding-left: 2px;
}

.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: 22px;
	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.8rem;
	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: 82px;
	}
	.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: 10px;
		padding-bottom: 10px;
	}
	.tybHeader .hInfo{
		padding-top: 0;
		padding-bottom: 0;
	}
	.tybHeader .hInfo > ul > li{
		display: none;
	}
	.tybHeader .hInfo > ul > li:before{
		display: none;
	}

	/*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.jp a span,
	.tybHeader .spNav .spHInfo ul li.cn a span{
		padding-right: 17px;
		display: inline-block;
		position: relative;
	}
	.tybHeader .spNav .spHInfo ul li.jp 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;
	}
}


/*==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.fLinkDiscover{width: 175px;}
.tybFooter .fLinks .fLink.fLinkProducts{width: 100px;}
.tybFooter .fLinks .fLink.fLinkInnovation{width: 190px;}
.tybFooter .fLinks .fLink.fLinkSustainability{width: 155px;}
.tybFooter .fLinks .fLink.fLinkAbout{width: 155px;}
.tybFooter .fLinks .fLink.fLinkIr{width: 175px;}
.tybFooter .fLinks .fLink.fLinkNews{padding-right: 0; width: 45px;}

.tybFooter .fLinks .fLink .fLinkTtl{
	margin-top: 30px;
	font-size: 1.6rem;
	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 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: 76px;
	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 .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: 23.2%;
		max-width: 87px;
		margin-top: 15px;
	}

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













/*  */
