@charset "UTF-8";

.clfix:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility: hidden;
}
a:hover {
	opacity: 0.8;
	transition: all .2s;
	cursor: pointer;
}
.disPc {
	display: block;
}
.disSp {
	display: none;
}
@media screen and (max-width: 767px){
	.disPc {
		display: none;
	}
	.disSp {
		display: block;
	}
}
/*-------------------------------------------------
|-  header
-------------------------------------------------*/
.header {
	/*position: relative;*/
	height: 158px;
	/*padding-top: 9.9%;*/
	background: url('/common/img/bg_header.jpg') no-repeat;
	background-size: cover;
	background-position: center;
}
.headerCont {
	/*position: absolute;
	top: 10%;
	left: 50%;
	-webkit-transform : translateX(-50%);
	transform : translateX(-50%);*/
	/*width: 64%;*/
	width: 1020px;
	margin: 0 auto;
	padding-top: 15px;
	/*display: flex;*/
	/*justify-content: space-between;*/
}
.headerLogo {
	width: 453px;
	display: flex;
	align-items: center;
	float: left;
}
.headerLogo_item {
	width: 180px;
	margin-right: 4%;
}
.cs-logoLink {
	line-height: 0;
	display: block;
}
.headerLeft_txt {
	width: 253px;
}
@media screen and (max-width: 1020px){
	.headerCont {
		width: 95%;
	}
	.headerLogo {
		width: 44%;
	}
	.headerLogo_item {
		width: 40%;
	}
	.headerLeft_txt {
		width: 56%;
	}
}
@media screen and (max-width: 767px){
	.header {
		position: relative;
		height: 0;
		padding-top: 25%;
		background: url('/common/img/bg_header_sp.jpg') 0 0 no-repeat;
		background-position: bottom;
		background-size: cover;
	}
	.headerCont {
		position: absolute;
		top: 15px;
		right: 0;
		left: 0;
		width: 91%;
		padding: 0;
		display: block;
	}
	.headerLogo {
		width: 76%;
	}
	.headerLogo_item {
		width: 38%;
	}
	.headerLeft_txt {
		width:59%;
	}
}
/*-------------------------------------------------
|-  navCont
-------------------------------------------------*/
.navCont {
	width: 422px;
	float: right;
}
.navCont_list {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 1020px){
	.navCont {
		width: 42%;
	}
}
@media screen and (max-width: 767px){
	#menu {
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		width: 10%;
		padding-top: 10%;
		background-color: #fff;
		border-radius: 5px;
	}
	#menu .bar {
		position: absolute;
		left: 0;
		right: 0;
		width: 58%;
		height: 4px;
		margin: auto;
		background-color: #72aad4;
		display: inline-block;
		transition: .20s ease-in-out;
	}
	#bar01 {
		top: 21% !important;
	}
	#bar02 {
		top: 45% !important;
	}
	#bar03 {
		top: 70% !important;
	}
	.active #bar01 {
		top: 45% !important;
		transform: rotate(45deg);
	}
	.active #bar02 {
		width: 0;
	}
	.active #bar03 {
		top: 45% !important;
		transform: rotate(-45deg);
	}
	.navContSp {
		position: absolute;
		/*top: 100px;*/
		right: 4%;
		width: 91%;
		background-color: #78B1C4;
		z-index: 100;
		display: none;
	}
	.navCont_list {
		display: block;
	}
	.navCont_item {
		position: relative;
		border: 1px solid #fff;
		border-bottom: 0;
		box-sizing: border-box;
	}
	.navCont_item:before {
		content: '';
		position: absolute;
		top: 50%;
		right: 3%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 7%;
		height: 20px;
		background: url(/common/img/btn_down_sp.svg) no-repeat;
		background-size: 70%;
		background-position: center;
		display: inline-block;
	}
	.navCont_item-blank:before {
		content: '';
		position: absolute;
		top: 50%;
		right: 3%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 7%;
		height: 35px;
		background: url(/common/img/btn_blank_sp.svg) no-repeat;
		background-size: 65%;
		background-position: center;
		display: inline-block;
	}
	.navCont_item:last-child {
		border-bottom: 1px solid #fff;
	}
	.navCont_item-col {
		background-color: #2C869B;
	}
	.cs-navLink {
		padding: 10px 3%;
		color: #fff;
		font-size: 3.2vw;
		font-weight: bold;
		text-decoration: none;
		display: flex;
		align-items: center;
		box-sizing: border-box;
	}
	.cs-navIcon {
		width: 9%;
		margin-right: 4%;
	}
}
/*-------------------------------------------------
|-  footerCont
-------------------------------------------------*/
.footerCont {
	width: 100%;
	margin-top: 50px;
	background: url(/common/img/bg_footer.png) no-repeat;
	background-size: cover;
}
.ftLink {
	width: 51%;
	margin: 0 auto;
	padding: 40px 0 30px;
	text-align: center;
}
.ftLink_item {
	margin-right: 2px;
	padding-left: 5px;
	font-size: 12px;
	border-left: 1px solid;
	line-height: 100%;
	display: inline-block;
}
.ftLink_item:first-child {
	border-left: 0;
}
.cs-ftLink {
	color: #000;
	font-size: 12px;
	text-decoration: none;
}
.ftCopyRight_item {
	padding-bottom: 15px;
	font-size: 8px;
	text-align: center;
}
.ftCopyRight_item-logo {
	width: 81px;
	margin: 0 auto;
}
#PageTop {
	position: fixed;
	right: 5%;
	bottom: 100px;
	width: 110px;
	z-index: 15;
}
@media screen and (max-width: 767px){
	.footerCont {
		background: url(/common/img/bg_footer_sp.png) no-repeat;
		background-size: cover;
	}
	.ftLink {
		width: 84%;
		padding: 30px 0 20px;
		text-align: center;
	}
	.ftLink_item {
		line-height: 150%;
	}
	.ftCopyRight {
		width: 65%;
		margin: 0 auto;
	}
	.ftCopyRight_item {
		padding-bottom: 10px;
	}
	#PageTop {
		right: 3%;
		width: 21%;
	}
}