@charset "UTF-8";
/***********************************************
footer
***********************************************/
.footer {
	background-color: #EEEEEE;
	position: relative;
	z-index: 1;
	padding-top: 20px;
	padding-bottom: 20px;
}
  
.footer a {
	font-size: 1rem;
	font-weight: 200;
	letter-spacing: 0.08em;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
  
.footer a:hover {
	opacity: 0.8;
}
  
.f_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
  
.fnav_list {
	display: -webkit-box;
	display: -ms-flexbox;
	  display: list-item;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	margin-left: 40px;
	list-style-type: none;
}
.fnav_list + .fnav_list{
	  margin-top: 10px;
}
  
.fnav_list li {
	margin-right: 40px;
}
  
.fnav_list li a {
	font-size: 1rem;
	font-weight: bold;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	  display: list-item;
	display: inline-flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}

.fnav_list li a:after {
	content: "";
	display: list-item;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 10px;
	border-top: 2px solid #41444B;
	border-right: 2px solid #41444B;
	transform: rotate(45deg);
}
.fnav_list li a[target="_blank"]:after {
	content: "";
	background: url(../img/common/icon_extra.svg) left top;
	display: list-item;
	display: inline-block;
	background-size: contain;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	border: none;
	transform: none;
}
  
.f_bottom {
	border-top: 1px solid #979797;
	padding-top: 30px;
}
  
.copyright {
	font-size: 0.88rem;
	text-align: center;
}
  
.footer span {
	  padding-right:50px;
	  margin-left:0px;
	  font-weight:bold;
}

  
@media (max-width: 768px) {
	.footer {
	  padding-top: 30px;
	  padding-bottom: 30px;
	}
  
	.footer a {
	  font-size: 1rem;
	  font-weight: 200;
	  letter-spacing: 0.08em;
	  -webkit-transition: color 0.3s ease;
	  transition: color 0.3s ease;
	}
  
	.f_content {
	  display: block;
	  padding-top: 20px;
	  padding-bottom: 20px;
	}
  
	.f_logo {
	  margin-left: 15px;
	  margin-right: 15px;
	  margin-bottom: 30px;
	  text-align: center;
	}
  
	.fnav_list {
	  display: block;
	  margin-left: 0px;
	}
  
	.fnav_list li {
	  margin-right: 0px;
	  text-align: center;
	  margin-bottom: 10px;
	}
	.footer span {
		  display:block;
	  }
}
/*** totop ***/
.totop {
	position: relative;
	z-index: 100;
	bottom: -40px;
}
  
.totop a {
	position: fixed;
	right: 20px;
	bottom: 50px;
	z-index: 100;
	/*opacity: 0;
	visibility: hidden;*/
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	width: 60px;
	height: 60px;
	background-color: #3abddd;
	border: 2px solid #3abddd;
	border-radius: 100%;
	opacity: 0;
	visibility: hidden;
}
  
.totop a:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	border-left: 2px solid #FFFFFF;
	border-top: 2px solid #FFFFFF;
	-webkit-transform: rotate(45deg) translate3d(20%, 20%, 0);
			transform: rotate(45deg) translate3d(20%, 20%, 0);
}
  
.totop a.show {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
  
.totop a.bottom {
	position: absolute;
}
  
@media (max-width: 768px) {
	.totop {
	  bottom: -35px;
	}
  
	.totop a {
	  right: 15px;
	  bottom: 45px;
	  width: 60px;
	  height: 60px;
	}
  
	.totop a:before {
	  width: 15px;
	  height: 15px;
	}
}
  
/***************************************
ftinfo 
*************************************/
.ftInfo .ftInfoIn {
	padding: 24px 10px 40px;
	text-align: center;
}
  
.ftInfo .txt {
	display: inline-block;
	position: relative;
	text-align: center;
	font-size: 1.7rem;
	padding: 0 12px;
	line-height: 1.53;
	letter-spacing: -0.04em;
}
.ftInfo .txt span {
	font-size: 2.7rem;
	font-weight: bold;
	line-height: 1;
}
.ftInfo .txt:before,
.ftInfo .txt:after {
	position: absolute;
	bottom: -4px;
	content: '';
	display: block;
	height: 40px;
	width: 1px;
	background: #333;
}
.ftInfo .txt:before {
	-webkit-transform: skew(26deg);
	transform: skew(26deg);
	left: 12px;
}
.ftInfo .txt:after {
	-webkit-transform: skew(-26deg);
	transform: skew(-26deg);
	right: 12px;
}

.ftInfo .listBnr {
	margin-top: 16px;
}
.ftInfo .listBnr li {
	float: left;
	width: 33.33%;
	box-sizing: border-box;
}
.ftInfo .listBnr li:nth-child(n + 4) {
	margin-top: 6px;
}
.ftInfo .listBnr li:nth-child(3n + 1) {
	clear: both;
	padding-right: 2px;
}
.ftInfo .listBnr li:nth-child(3n + 2) {
	padding: 0 1px;
}
.ftInfo .listBnr li:nth-child(3n) {
	padding-left: 2px;
}
  
.colorRed {
	color: #df1014;
}
.ftInfo ul.listBnr {
	padding:0;
	margin: 35px 0px 0;
	text-align: center;
}
  
.mod_inner {
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
}
  
@media screen and (max-width:767px) {
	.ftInfo .listBnr {
	  /*2022.04.07*/
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display:flex;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	}
	.ftInfo ul.listBnr {
	  margin:16px 0 0;
	  list-style-type: none;
	}
}

@media screen and (max-width:599px) {
	.ftInfo .txt {
		font-size: 1.2rem;
	}
}
 
@media screen and (max-width:376px) {
	.ftInfo .txt {
		font-size: 1.0rem;
	}
}
@media screen and (min-width: 768px) {
	.ftInfo {
		border-top: 5px solid #e8e7ee;
	}
	.ftInfo .ftInfoIn {
		padding: 40px 0 40px;
	}
	.ftInfo .txt span {
		font-size: 1.6rem;
	}
	.ftInfo .txt:before,
	.ftInfo .txt:after {
		bottom: -8px;
		height: 84px;
	}
	.ftInfo .txt:before {
		left: 7px;
	}
	.ftInfo .txt:after {
		right: 7px;
	}
	.ftInfo .listBnr li {
		-webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 300ms;
		transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 300ms;
		width: 137px;
		box-sizing: border-box;
		padding: 0 !important;
		margin: 0 2px;
		display: inline-block;
		float: none;
	}
	.ftInfo .listBnr li:hover {
		opacity: 0.7;
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
	}
	.ftInfo .listBnr li:nth-child(n + 4) {
		margin-top: 0;
	}
	.ftInfo .listBnr li:nth-child(3n + 1) {
		clear: none;
	}  
	.viewSp {
		display: none !important;
	}
}
  
@media screen and (min-width: 1200px) {
	.ftInfo .listBnr {
		margin: 36px -10px 0 0;
	}
}

/* layout -------- */
.wrap {
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
}
  
.container {
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
}
  
@media (max-width: 1100px) {
	.container {
	  padding-left: 30px;
	  padding-right: 30px;
	}
}
@media (max-width: 768px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
}