@charset "utf-8";

/* コールセンター
----------------------------------------------------------- */
.callcenter {
	background-color: #000;
	border-bottom: 5px solid #E70012;
}
.callcenter-wrap {
	padding: 20px 20px 15px;
	color: #fff;
	text-align: center;
	line-height: 1.5;
}
.callcenter-ttl {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
}
.callcenter-column {
}
.callcenter-telnum {
	margin: 0 0 5px 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 0 20px 0;
	font-size: 14px;
}
.callcenter-link {
}
.callcenter-link a {
	position: relative;
	display: block;
	padding: 15px 20px 15px 50px;
	background-color: #111;
	color: #fff;
}
.callcenter-link a::before {
	position: absolute;
	left: 20px;
	top: 12px;
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	border: 1px solid #E70012;
	border-radius: 50%;
}
.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);
}
.callcenter-link a:hover {
	color: #fff;
	text-decoration: none;
}
.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: calc(100% - 40px);
	margin: 40px auto;
	padding: 10px 15px;
	background: #fff;
	box-sizing: border-box;
}
.modal_img {
	width: 100%;
	height: auto;
}
.modal_img.pc {
	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 {
	padding: 20px 40px;
}

#footer_body div {
	text-align: left;
}


#footer_body div.content01 ul {
	margin-left: 1em;
}

#footer_body div.content01 p {
	font-weight: bold;
}

#footer_body li {
	font-weight: bold;
}

footer #copylight {
	font-weight: bold;
	margin-top: 20px;
}
