@charset "UTF-8";
/* globalFooter */
.globalFooter{
	position:relative;
	/*
	z-index:10000;
	*/
	z-index:1;
	-webkit-font-smoothing: antialiased;
	font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-weight:normal;
	font-size:12px;
	line-height:1.15;
	margin-top:1em;
	overflow:hidden;
	text-align:left;
}
.globalFooter select, .globalFooter textarea, .globalFooter input {
	font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
.globalFooter img{
	vertical-align:bottom;
}
/* a */
.globalFooter a{
	color:#000!important;
	text-decoration:none;
}
.globalFooter a:hover{
	text-decoration:underline;
	opacity: 1;
	filter: alpha(opacity=100);
}
.globalFooter a:hover img{
	opacity: .5;
}
.globalFooter .main{
}
.globalFooter .mainIn{
	max-width:1200px;
	min-width:960px;
	margin:0 auto;
	display: flex;
	justify-content: left;
	width:100%;
	padding:1em 0 6em;
	background-color:#f2f2f2;
}
.globalFooter .main .col{
}
.globalFooter .main .col dl{
	margin:0 1.2em;
	line-height: 1.15;
}
.globalFooter .main .col dt{
	font-weight:bold;
}
.globalFooter .main .col dt a,
.globalFooter .main .col .linkArrow{
	position:relative;
	padding-right:1em;
}


.globalFooter .main .col.base {
	width: 60%;
	padding: 0 40px;
	box-sizing: border-box;
}
.globalFooter .main .col.base #fo_search {
	position: relative;
}
.globalFooter .main .col.base #fo_search .search {
	width: 100%;
	padding: 5px 35px 5px 7px;
	font-size: 15px;
	border: 2px solid #efefef;
	box-sizing: border-box;
}
.globalFooter .main .col.base #fo_search .btn {
	position: absolute;
	right: 10px;
	top: 8px;
}
.globalFooter .main .col.base .linkBox ul {
	width: 100%;
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	margin: 20px 0;
}
.globalFooter .main .col.base .linkBox ul li {
	margin-right: 40px;
}
.globalFooter .main .col.base .linkBox ul li:last-child {
	margin: 0;
}

.globalFooter .main .col.side {
	width: 40%;
	display: flex;
	justify-content: left;
}
.globalFooter .main .col.side dl {
	width: 50%;
}

.globalFooter .main .sns dt{
	font-size:14px;
	margin: 0.5em 0;
	line-height: 1.5;
}
.globalFooter .main .sns dd {
	margin: 0.5em 0;
	line-height: 1.5;
}
.globalFooter .main .sns ul{
	display:flex;
	justify-content: center;
	width: auto;
}
.globalFooter .main .sns li{
	margin: 0 10px;
}
.globalFooter .main .sns li:first-child{
	margin-left: 0;
}
.globalFooter .main .sns li:last-child{
	margin-right: 0;
}
.globalFooter .main .help dt,
.globalFooter .main .help dd {
	margin: 0.5em 0;
	line-height: 1.5;
}
.globalFooter .global{
	text-align:center;
	font-size:13px;
	overflow:hidden;
}
.globalFooter .globalIn{
	max-width:1200px;
	min-width:960px;
	margin:2em auto;
}
.globalFooter .global ul.inlineLink{
	display:inline-block;
	margin:0 auto;
}
.globalFooter .global ul.inlineLink li{
	display:inline-block;
	margin:0.5em 0;
}
.globalFooter .global ul.inlineLink li + li::before{
	content:"|";
	display:inline-block;
	margin:0 0.5em;
	padding:0 0.5em;

}
.globalFooter .global .mediaLink{
	display:none;
	width:100%;
	margin:2em auto;
	list-style:none;
	clear:both;
	overflow:hidden;
	font-size:14px;
	max-width:660px;
	border:1px solid #b3b3b3;
}
.globalFooter .global .mediaLink li{
	float:left;
	width:50%;
	text-align:center;
}
.globalFooter .global .mediaLink li span,
.globalFooter .global .mediaLink li a{
	display:inline-block;
	width:100%;
	padding:1.15em 0;
	font-weight:bold;
}
.globalFooter .global .mediaLink li span{
	color:#fff;
	background:#b3b3b3;
	font-size:100%;
}
.globalFooter .global .mediaLink li a{
	color:#b3b3b3!important;
	background:#fff;
}
.globalFooter .copyright{
	margin:2em auto;
	width:80%;
	font-size:10px;
}
.globalFooter .copyright small{
	font-size:100%;
}
.globalFooter .copyright small img{
	width:185px;
	height:10px;
}

/* .pageTopAbsolute */
.pageTopAbsolute{
	position:fixed;
	bottom:30px;
	right:15px;
	opacity: 0;
	visibility:hidden;
	-webkit-transition:opacity .4s;
	-moz-transition:opacity .4s;
	-ms-transition:opacity .4s;
	-o-transition:opacity .4s;
	transition:opacity .4s;
	z-index: 20000;
}
.pageTopAbsolute.show{
	visibility:visible;
	opacity: 1;
}
.pageTopAbsolute p{
	margin:0;
}
.pageTopAbsolute p a{
	display:table-cell;
	width:45px;
	height:45px;
	text-align:center;
	vertical-align:middle;
	background:#0099ff;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.pageTopAbsolute p a:hover{
	opacity: .5;
}
.pageTopAbsolute p a img{
	width:16px;
	height:9px;
	margin-bottom:2px;
	vertical-align:baseline;
}
.globalFooter .copyright small{
	font-size:100%;
}
.globalFooter .copyright small span{
	margin-right:.5em;
}
.globalFooter .copyright small span:last-child{
	margin-right:0;
}

/* #crossLinkArea */
#crossLinkArea{
	display:none!important;
}

/* .analysisTag */
.analysisTag{
	display:none!important;
}





.globalFooter .main {
  background-color: #f2f2f2;
}
.globalFooter .mainIn {
  padding: 30px 0;
}

.globalFooter .main .col.base{
  width: 50.1%;
  border-right: 1px solid #cccccc;
  padding: 20px 30px 20px 0;
}
.globalFooter .main .col.side{
  width: 49.9%;
}


.globalFooter .main .col.base .line_area{
  display: flex;
}

.globalFooter .main .col.base .line_area #fo_search_form{
  width: 61.4%;
  max-width: 310px;
}
.globalFooter .main .col.base .line_area .linkBox02{
  width: 51.5%;
}


.globalFooter .main .col.base .line_area .linkBox02 ul{
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}

.globalFooter .main .col.base .line_area .linkBox02 ul li.link_en{
  margin-right: 10px;
  margin-left: 20px;
}
.globalFooter .main .col.base .line_area .linkBox02 ul li a{
  position: relative;
/*
  padding-left: 2.2vw;
  font-size: 1.2vw;
*/

  padding-left: 30px;
  font-size: 14px;
}
.globalFooter .main .col.base .line_area .linkBox02 ul .link_site a::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  width: 16px;
  height: 16px;
  background: url(/static_r1/common_r1/images/footer/icon_map.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}

.globalFooter .main .col.base .linkBox ul{
  margin: 40px 0 0 0;
}

.globalFooter .main .col.base .line_area .linkBox02 ul .link_en a::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  width: 16px;
  height: 16px;
  background: url(/static_r1/common_r1/images/footer/icon_lang.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}



.globalFooter .main .col.base .linkBox ul li{
  margin-right: 0.83vw;
  width: 48.1%;
  max-width: 280px;
}
.globalFooter .main .col.base .linkBox ul li a{
  display: inline-block;
  width: 100%;
  padding: 15px 28px;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 50px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
}
.globalFooter .main .col.base .linkBox ul li a:hover{
  opacity: .5;
  text-decoration: none;
}



.globalFooter .main .col.base #fo_search .search{
  padding:10px 35px 10px 27px;
  font-size: 14px;
}
.globalFooter .main .col.base #fo_search .btn {
  left: 10px;
  top: 13px;
}


.globalFooter .main .col.side dl{
  margin:0;
}
.globalFooter .main .col.side dl.sns{
  text-align: center;
  border-right: 1px solid #cccccc;
  padding-top: 30px;
}
.globalFooter .main .col.side dl.help{
  text-align: center;
  padding-top: 30px;
  font-size: 14px;
}
/*
.globalFooter .main .sns ul{
  margin: 0 auto;
  width: calc(100% - 43%);
}
*/
.globalFooter .main .sns dt{
  margin: 0;
}
.globalFooter .main .sns dd{
  margin: 20px 0 0 0;
}

.globalFooter .main .help dt{
  margin: 0;
}

.globalFooter .main .help dd{
  margin: 15px 0 0 0;
}

.globalFooter .main .col .linkArrow{
  position: unset;
  font-size: 14px;
  padding-right: 0;
}

@media screen and (max-width: 1200px) {
	.globalFooter .mainIn{
		padding: 30px;
		justify-content: space-between;
		box-sizing: border-box;
	}
	.globalFooter .main .col.base{
		width: inherit;
	}
	.globalFooter .main .col.side{
		width: auto;
		justify-content: space-between;
	}
	.globalFooter .main .col.side dl.sns{
		width: auto;
		padding: 30px 30px 0;
	}
	.globalFooter .main .col.side dl.help{
		width: auto;
		padding-left: 30px;
	}
	.globalFooter .main .col.base .line_area #fo_search_form{
		width: 45%;
	}
	.globalFooter .main .col.base .line_area .linkBox02{
		width: 55%;
	}
	/*
	.globalFooter .main .col.base .line_area .linkBox02 ul{
		display: block;
		margin-top: 0;
	}
	.globalFooter .main .col.base .line_area .linkBox02 ul li.link_site,
	.globalFooter .main .col.base .line_area .linkBox02 ul li.link_en{
		margin-top: 5px;
		margin-left: 5px;
	}
	*/

}
/*
@media screen and (max-width: 1130px) {
  .globalFooter .main .col.base .line_area #fo_search_form {
    width: 53.4%;
  }

}
*/