
/***************************************************************
* FOOT BANNER
***************************************************************/
.foot-banner-content__wrapper {
	width:100%;
	background:url('/components/public/contact_banners/img/bg-foot-banner.png');
}
.foot-banner-content {
	display:flex;
	flex-wrap:wrap;
	width:100%;
}
.foot-banner-content__inner {
	width:48%;
	max-width:510px;
}
.foot-banner-content__inner:last-child {
	padding-left:30px;
}
.foot-banner-content__inner h3 {
	text-align:left;
}
.foot-banner-textbox {
	margin-top:-30px;
	padding-bottom:15px;
	text-align:left;
}
.foot-banner-text01 {
	line-height:60px;
	height:60px;
}
.foot-banner-text02 {
	line-height:60px;
	height:60px;
}
.foot-banner {
	width:100%;
	height:70px;
	color:#fff;
	position: relative;
	margin-bottom:20px;
}
.foot-banner a {
	display:block;
	color: #fff;
	transition:.2s ease-in-out;
}
.foot-banner a,
.foot-banner a a:hover,
.foot-banner a a:visited {
 text-decoration:none
}
.foot-banner a:hover {
 opacity:	0.5;
}
.banner01 {
	background:#6B6952;
}
.banner02 {
	background:#773F4A;
}
.banner03 {
	background:#3A4D5E;
}
.foot-banner-link {
	width:100%;
	height:70px;
}
.foot-banner-icon {
	position:absolute;
	left:20px;
	top:25px;
}
.foot-banner-icon img {
	width:22px;
	height:22px;
}
.foot-banner-icon-email {
	position:absolute;
	left:20px;
	top:24px;
}
.foot-banner-icon-email img {
	width:24px;
	height:16px;
}
.foot-banner-title {
	text-align:center;
	padding-top:26px;
	font-size: 2.0rem;
    font-family:'Noto Serif JP', -apple-system,BlinkMacSystemFont,'Times New Roman',serif;
    font-weight:700;
	line-height: 1;
}
.foot-banner-notes {
	text-align:center;
	padding-top:10px;
}
.email-banner__wrapper {
	padding-top: 0px;
}
@media screen and (max-width:1050px) {
  .foot-banner-title {
  	letter-spacing: 0;
    font-size:1.6rem;
  }
}
@media screen and (max-width:768px) {
	.foot-banner-content {
		width: auto;
		display:block
	}
	.foot-banner-content__inner {
		width:100%;
		margin: auto;
	}
	.foot-banner-content__inner:last-child {
		padding-left:0px;
	}
	.foot-banner-textbox {
		padding-bottom:0px;
	}
	.foot-banner-text01 {
		line-height: 2.4rem;
		padding-top:15px;
		height:60px;
		font-size: 1.4rem;
	}
	.foot-banner-text02 {
		line-height:30px;
		height:30px;
	}
	.email-banner__wrapper {
		padding-top:30px;
	}
	.foot-banner-icon {
		position:absolute;
		left:20px;
		top:25px;
	}
	.foot-banner-icon img {
		width:15px;
		height:15px;
	}
	.foot-banner-icon-email {
		position:absolute;
		left:20px;
		top:24px;
	}
	.foot-banner-icon-email img {
		width:17px;
		height:13px;
	}
	.foot-banner-title {
		padding-top: 29px;
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 320px) {
	.foot-banner-title {
	    font-size: 1.2rem;
			padding-top: 30px;
	}
}
