@charset "utf-8";



/*************************************************

 footer

*************************************************/
#footer {
	margin-top: 130px;
}
@media only screen and (max-width:767px) {
	#footer {
		margin-top: 60px;
	}
}

/* pagetop
-----------------------------------------*/
#pagetop {
	position: relative;
	width: 100%;
	z-index: 100;
}
#pagetop a {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: block;
	opacity: 0;
	transition: opacity 1s;
}
#pagetop.on a {
	opacity: 1;
}
#pagetop.stop a {
	position: absolute;
}
@media only screen and (max-width:767px) {
	#pagetop {
		display: none;
	}
}


/* footerContents01
-----------------------------------------*/
#footer .footerContents01 {
	padding: 30px 0;
	background-color: #EAEAEA;
}
#footer .footerContents01 .wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
}
#footer .footerContents01 .wrap > * {
	margin: 10px 0;
}
#footer .footerContents01 a {
	display: block;
}
#footer .footerContents01 .left a {
	display: flex;
	flex-wrap: wrap;
	text-decoration: none;
	background-color: #fff;
	border-radius: 25px;
}
#footer .footerContents01 .ttl {
	position: relative;
	padding: 5px 55px 5px 20px;
	font-size: 17px;
}
#footer .footerContents01 .ttl:before,
#footer .footerContents01 .ttl:after {
	position: absolute;
	bottom: 16px;
	right: 18px;
	display: block;
	content: '';
	height: 1px;
	transform-origin: right bottom;
	background-color: #000;
}
#footer .footerContents01 .ttl:before {
	width: 25px;
}
#footer .footerContents01 .ttl:after {
	width: 10px;
	transform: rotate(45deg);
}
#footer .footerContents01 .link {
	font-weight: 300;
}
#footer .footerContents01 .right {
	line-height: 0;
}
@media only screen and (max-width:767px) {
	#footer .footerContents01 {
		padding: 24px 0;
	}
	#footer .footerContents01 .wrap {
		display: block;
	}
	#footer .footerContents01 .wrap > * {
		margin: 0;
	}
	#footer .footerContents01 .left {
		margin-bottom: 20px;
	}
	#footer .footerContents01 .left a {
		display: table;
	}
	#footer .footerContents01 .ttl {
		position: relative;
		margin: 0 0 2px;
		padding: 1px 45px 1px 15px;
		font-size: 12px;
	}
	#footer .footerContents01 .ttl:before,
	#footer .footerContents01 .ttl:after {
		bottom: 9px;
		right: 15px;
	}
	#footer .footerContents01 .ttl:before {
		width: 20px;
	}
	#footer .footerContents01 .ttl:after {
		width: 7px;
	}
	#footer .footerContents01 .link {
		font-size: 10px;
	}
	#footer .footerContents01 .right {
		max-width: 190px;
	}
}


/* footerContents02
-----------------------------------------*/
#footer .footerContents02 {
	padding: 30px 0;
}
#footer .footerContents02 .wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
#footer .footerContents02 .wrap > * {
	margin: 10px 0;
}
#footer .footerContents02 .link {
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
}
#footer .footerContents02 .link li {
	margin-right: 70px;
}
#footer .footerContents02 .link li:last-child {
	margin-right: 0;
}
#footer .footerContents02 .link a {
	display: block;
	font-weight: 300;
}
#footer .footerContents02 .copyright {
	font-size: 13px;
}
@media only screen and (max-width:767px) {
	#footer .footerContents02 {
		padding: 15px 0 20px;
	}
	#footer .footerContents02 .wrap {
		display: block;
	}
	#footer .footerContents02 .wrap > * {
		margin: 0;
	}
	#footer .footerContents02 .link {
		margin-bottom: 15px;
		font-size: 8px;
	}
	#footer .footerContents02 .link li {
		margin: 5px 15px 0 0;
	}
	#footer .footerContents02 .link li:last-child {
		margin-right: 0;
	}
	#footer .footerContents02 .copyright {
		font-size: 10px;
	}
}
