@charset "utf-8";

/* コールセンター
----------------------------------------------------------- */
.callcenter {
	background-color: #000;
	border-bottom: 5px solid #E70012;
}
.callcenter-wrap {
	max-width: 980px;
	margin: 0 auto;
	padding: 25px 0 5px;
	color: #fff;
	line-height: 1;
}
.callcenter-ttl {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
.callcenter-column {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.callcenter-telnum {
	margin: 0 20px 17px 0;
	font-size: 30px;
	font-weight: bold;
}
.callcenter-telnum::before {
	content: "";
	width: 28px;
	height: 28px;
	display: inline-block;
	margin-right: 10px;
	background: url("/common/img/common/icon_callcenter.svg") center center no-repeat;
	transform: translateY(2px);
}
.callcenter-txt {
	margin: 0 20px 20px 0;
	font-size: 16px;
}
.callcenter-link {
	margin-bottom: 5px;
}
.callcenter-link a {
	position: relative;
	display: block;
	padding: 14px 20px 14px 50px;
	background-color: #111;
	color: #fff;
	font-size: 16px;
}
.callcenter-link a::before {
	position: absolute;
	left: 20px;
	top: 12px;
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	border: 1px solid #E70012;
	border-radius: 50%;
	transition: all 0.4s cubic-bezier(0.6, 0, 0.3, 1);
}
.callcenter-link a::after {
	position: absolute;
	left: 25px;
	top: 19px;
	content: "";
	width: 6px;
	height: 6px;
	display: block;
	border: solid #E70012;
	border-width: 1px 1px 0 0;
	transform: rotate(45deg);
	transition: all 0.4s cubic-bezier(0.6, 0, 0.3, 1);
}
.callcenter-link a:hover {
	color: #fff;
	text-decoration: none;
}
.callcenter-link a:hover::before {
	background-color: #E70012;
}
.callcenter-link a:hover::after {
	border-color: #111;
}
.callcenter-link a:visited {
	color: #fff;
}
.callcenter-link a .icon_modal {
	content: "";
	width: 16px;
	height: 13px;
	display: inline-block;
	margin-left: 10px;
	background: url("/common/img/common/icon_modal.svg") center center no-repeat;
}
/* モーダル用 */
.modal_wrap {
	position: relative;
	width: 790px;
	max-width: 100%;
	margin: 0 auto;
	padding: 20px 30px;
	background: #fff;
}
.modal_img {
	max-width: 100%;
	height: auto;
}
.modal_img.sp {
	display: none;
}
.modal_wrap .mfp-close {
	top: -40px;
	right: -15px;
	color: #fff !important;
}

/* フッタースタイル
----------------------------------------------------------- */
footer {
	background-color: #eee;
	width: 100%;
	text-align: center;
	color: #000;
}

#footer_body {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:-webkit-box;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0 auto 20px auto;
}

#footer_body div {
	text-align: left;
}

#footer_body div.content01 {
	width: 300px;
}

#footer_body div.content02 {
	width: 300px;
}

#footer_body div.content03 {
	width: 180px;
}

#footer_body div.content01 ul {
	margin-left: 1em;
}

#footer_body div.content01 p {
	font-weight: lighter;
}

#footer_body li {
	font-weight: lighter;
}

footer #copylight {
	font-weight: lighter;
}
