@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 960px;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 15px;
		width: auto;
	}
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
#main .comTtl {
	padding: 20px 0 40px;
	margin-bottom: 46px;
	color: #fff;
	font-size: 4.8rem;
	letter-spacing: 0.05em;
	text-align: center;
}
#main .comTtl .en {
	display: block;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	font-family: 'Roboto', sans-serif;
}
@media all and (max-width: 896px) {
	#main .comTtl {
		padding: 10px 5px 20px;
		margin-bottom: 46px;
		font-size: 2.4rem;
	}
	#main .comTtl .en {
		font-size: 1.8rem;
	}
}
.contactBox {
	margin-top: 3px;
	padding: 1px 0;
	position: relative;
	background-color: #194c85;
}
.contactBox  .content {
	padding-bottom: 30px;
	position: relative;
	z-index: 2;
}
.contactBox::after,
.contactBox::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 15px;
	background: url(../../img/common/contact_bd.jpg) repeat-x left top;
	border-bottom: 3px solid #b4c5d7;
	content: "";
}
.contactBox::after {
	top: auto;
	bottom: 0;
	border-bottom: none;
	border-top: 3px solid #b4c5d7;
}
.contactBox .ttl {
	margin: -11px 95px 7px auto;
	width: 645px;
}
.contactBox ul {
	padding: 22px 15px 12px;
	margin: 0 7px 0 auto;
	display: flex;
	width: 810px;
	justify-content: space-between;
	align-items: center;
	background-color: #FFF;
	box-sizing: border-box;
}
.contactBox ul a:hover {
	opacity: 0.7;
}
.contactBox .img {
	position: absolute;
	left: -50px;
	bottom: -1px;
	z-index: -1;
}
@media all and (max-width: 896px) {
	.contactBox {
		margin-top: 3px;
	}
	.contactBox  .content {
		padding-bottom: 20px;
	}
	.contactBox .ttl {
		margin: -7px auto 7px;
		width: 270px;
	}
	.contactBox ul {
		padding: 22px 15px 12px;
		margin: 0 auto 20px;
		display: block;
		width: auto;
	}
	.contactBox ul li {
		margin: 0 auto 20px;
		max-width: 260px;
	}
	.contactBox ul li:last-child {
		margin-bottom: 0;
	}
	.contactBox .img {
		margin: 0 0 -21px auto;
		position: relative;
		width: 200px;
		left: 0;
		bottom: 0;
		z-index: -1;
	}
}
.comBgTxt {
	margin-bottom: 40px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	background-color: #3b9f6f;
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	position: relative;
}
.comBgTxt:after {
	margin-left: -10px;
	position: absolute;
	left: 50%;
	top: 100%;
	border: 10px solid transparent;
	border-top: 18px solid #3b9f6f;
	content: "";
}
@media all and (max-width: 896px) {
	.comBgTxt {
		padding: 10px;
		margin-bottom: 40px;
		min-height: 60px;
		height: auto;
		font-size: 2rem;
		line-height: 1.5;
	}
}
.fixedBanner {
	position: fixed;
	right: 0;
	top: 34.9%;
	z-index: 999;
}
.fixedBanner a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.fixedBanner {
		right: -60px;
		top: auto;
		bottom: 100px;
		width: 180px;
	}
}