/* ==================================================
  /share/css/component/footer.css
  => 共通フッター用スタイルシート
　最終更新 2021.01.31
　編集者 a.kajiwara@crank-ry.com
================================================== */

.footer {
	background-color: #ffffff;
}
/* mobile用 */
@media screen and (max-width:768px) {
	.footer {
	}
}
.footer > .inner {
	margin: 0 4.69%;
	padding: 4.76vw 0;
}
/* mobile用 */
@media screen and (max-width:768px) {
	.footer > .inner {
		width: auto;
		margin: 0 6.8vw;
		padding: 10.67vw 0 10.67vw;
	}
}
/* メガメニュー
==================================================================================================== */
.footer_megamenu {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footer_megamenu a:hover {
	opacity: 0.5;
}
.footer_megamenu_sitemap {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 74.14%;
}
/* mobile用 */
@media screen and (max-width:768px) {
	.footer_megamenu_sitemap {
		display: none;
	}
}
.footer_megamenu_sitemap_first {
	width: 30.23%;
}
.footer_megamenu_sitemap_first_link {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.footer_megamenu_sitemap_sub {
	padding: 10px 0 0;
}
.footer_megamenu_sitemap_sub_item {
	margin: 15px 0 0;
}
.footer_megamenu_sitemap_sub_item_link {
	font-size: 14px;
	font-weight: 300;
}
.footer_megamenu_contactpoint {
	width: 22.41%;
}
/* mobile用 */
@media screen and (max-width:768px) {
	.footer_megamenu_contactpoint {
		width: 100%;
	}
}
.footer_megamenu_contactpoint_cv {
	border-bottom: 1px solid #dee2de;
}
/* mobile用 */
@media screen and (max-width:768px) {
	.footer_megamenu_contactpoint_cv {
		display: none;
	}
}
.footer_megamenu_contactpoint_cv_item {
	border-top: 1px solid #dee2de;
}
.footer_megamenu_contactpoint_cv_item_link {
	display: block;
	font-size: 14px;
	padding: 22px 0;
}
.footer_megamenu_contactpoint_social {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 25px;
}
/* mobile用 */
@media screen and (max-width:768px) {
	.footer_megamenu_contactpoint_social {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 0;
	}
}
.footer_megamenu_contactpoint_social_item {
	margin-right: 20px;
}
/* mobile用 */
@media screen and (max-width:768px) {
	.footer_megamenu_contactpoint_social_item {
		margin-left: 1.6vw;
		margin-right: 1.6vw;
	}
}
.footer_megamenu_contactpoint_social_item_link {
}
/* mobile用 */
@media screen and (max-width:768px) {
	.footer_megamenu_contactpoint_social_item_link {
		width: 7.33vw;
	}
}
.footer_info {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	margin-top: 7.03vw;
}
/* mobile用 */
@media screen and (max-width:768px) {
	.footer_info {
		display: block;
		margin-top: 8vw;
	}
}
.footer_info a:hover {
	text-decoration: underline;
}
.footer_info_legalNav {
}
.footer_info_legalNav_list {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
}
/* mobile用 */
@media screen and (max-width:768px) {
	.footer_info_legalNav_list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.footer_info_legalNav_list_item {
	margin-right: 3.45vw;
}
/* mobile用 */
@media screen and (max-width:768px) {
	.footer_info_legalNav_list_item {
		margin-left: 2.5vw;
		margin-right: 2.5vw;
	}
}
.footer_info_legalNav_list_item_link {
	font-size: 11px;
}
/* mobile用 */
@media screen and (max-width:768px) {
}
/* コピーライト
==================================================================================================== */
.footer_info_copyright {
	font-size: 11px;
	letter-spacing: 0.05em;
}
/* mobile用 */
@media screen and (max-width:768px) {
	.footer_info_copyright {
		font-size: 2.67vw;
		text-align: right;
		margin-top: 18.67vw;
	}
}