/* フッター／ページトップへボタン
=========================================================================
=========================================================================*/
/* ページトップへボタン
-----------------------------------------------------------*/
#pagetop {
	display: none;
	position: fixed;
	right: 10px;
	bottom: 35px;
	width: 60px;
	height: 60px;
	font-size: 0;
	background: url(../img/common/button_pagetop.svg) center center no-repeat;
	background-size: contain;
	cursor: pointer;
	z-index: 3;
}

/* フッター
=========================================================================
=========================================================================*/
footer {
	overflow: hidden;
	position: relative;
	margin: 100px 0 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
footer .container {
	padding: 0;
}
/* 消費者庁より不当景品類及び不当表示防止法第7条第 1 項の規定に基づく措置命令に関す る件について
-----------------------------------------------------------*/
footer .bmv {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	padding: 0 20px 100px;
	width: 1170px;
	text-align: left;
}
@media (max-width:1210px) {
	footer .bmv {
		width: 100%;
	}
}
footer .bmv p {
	margin-bottom: 40px;
	font-size: 14px;
	font-size: 1.4rem;
}
footer .bmv p.text_right {
	text-align: right;
}

/* お問い合わせ
-----------------------------------------------------------*/
footer .contact {
	overflow: hidden;
	padding: 100px 20px;
	background: #F7F7F7;
}
footer .contact p {
	margin-bottom: 40px;
	font-size: 14px;
	font-size: 1.4rem;
    color: #797B7F;
}
/* フッターサイトマップ
-----------------------------------------------------------*/
footer .sitemap {
	padding: 25px 20px 50px;
	background: #93D2DA;
}
footer .sitemap .container {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	width: 1170px;
	text-align: left;
}
@media (max-width:1210px) {
	footer .sitemap .container {
		width: 100%;
	}
}
/* ----- リンク ----- */
footer .sitemap .link {
	float: right;
	display: table;
	width: 55%;
}
footer .sitemap ul {
	display: table-cell;
	text-align: left;
	list-style: none;
}
footer .sitemap ul li {

}
footer .sitemap ul li a {
	display: inline-block;
	position: relative;
	margin-bottom: 1.8em;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
    color: #FFF;
    text-decoration: none;
	transition: all .3s;
}
footer .sitemap ul li a::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: -1.5em;
	width: 1.0em;
	height: 1.7em;
	background: url(../img/common/footer_sitemap_icon.svg) center center no-repeat;
	background-size: 10px 10px;
}
footer .sitemap ul li a:hover { color: #FFF; }
footer .sitemap ul li a:visited { color: #FFF; }
footer .sitemap ul li a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 1px;
	background: #FFF;
	transform: scale(0, 1);
	transform-origin: top left;
	transition: 0.4s;
}
footer .sitemap ul li a:hover::after {
	transform: scale(1);
}
/* ----- 会社情報 ----- */
footer .sitemap .info {
	float: left;
}
/* ----- ロゴ ----- */
footer .sitemap .logo {
	overflow: hidden;
	width: 193px;
    height: 23px;
    margin-bottom: 20px;
	text-align: left;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../img/common/logo.svg) no-repeat;
	background-size: contain;
}
footer .sitemap p {
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
    color: #FFF;
}
/* コピーライト表記
-----------------------------------------------------------*/
footer .copyright {
	overflow: hidden;
	display: block;
	margin: 0 auto;
    padding: 0.5em 20px;
    width: 100%;
    font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
    color: #FFF;
	background: #333;
}

/*  タブレット（768px〜939px）
=========================================================================
=========================================================================*/
@media screen and (max-width:939px) {

}

 /*  スマホ（767px以下）
=========================================================================
=========================================================================*/
@media screen and (max-width:767px) {
	/* ページトップへボタン
	-----------------------------------------------------------*/
	#pagetop {
		right: 0;
		bottom: 60px;
		width: 44px;
		height: 44px;
	}

	/* フッター
	=========================================================================
	=========================================================================*/
	footer {
		margin: 60px 0 0;
	}
	/* 消費者庁より不当景品類及び不当表示防止法第7条第 1 項の規定に基づく措置命令に関す る件について
	-----------------------------------------------------------*/
	footer .bmv {
		padding: 0 20px 50px;
	}
	/* お問い合わせ
	-----------------------------------------------------------*/
	footer .contact {
		overflow: hidden;
		padding: 50px 20px;
		background: #F7F7F7;
	}
	footer .contact p {
		margin-bottom: 15px;
		text-align: left;
	}
	/* フッターサイトマップ
	-----------------------------------------------------------*/
	footer .sitemap {
		padding: 0;
	}
	/* ----- リンク ----- */
	footer .sitemap .link {
		float: none;
		display: table;
		width: 100%;
	}
	footer .sitemap ul {
		display: block;
		text-align: center;
		list-style: none;
	}

	footer .sitemap ul li a {
		display: block;
		position: relative;
		margin-bottom: 0;
		padding: 20px;
		font-size: 14px;
		font-size: 1.4rem;
		border-bottom: 1px solid #F7F7F7;
	}
	footer .sitemap ul li a::before {
		display: none;
	}
	footer .sitemap ul li a::after {
		display: none;
	}
	/* ----- 会社情報 ----- */
	footer .sitemap .info {
		float: none;
		padding: 50px 20px;
	}
	footer .sitemap p {
		line-height: 1.4em;
	}
	footer .sitemap p a {
		color: #FFF;
		text-decoration: none;
	}
	footer .sitemap p a:hover { color: #FFF; }
	footer .sitemap p a:visited { color: #FFF; }

}

  /*  スマホ（320px以下）
=========================================================================
=========================================================================*/
@media screen and (max-width:320px) {


}
