@charset "UTF-8";
/* CSS Document */

/* Blog Banner */
.banner-wrap {
	max-width: 1000px;
	width: 100%;
	margin: 50px auto;
}
.banner-wrap img {
	width: 100%;
	height: auto;
}
.banner-wrap img.pc-none {
	display: none;
}
@media screen and (max-width: 768px) {
	.banner-wrap {
		margin: 30px auto;
	}
}
@media screen and (max-width: 480px) {
	.banner-wrap img.pc-none {
		display: block;
	}
	.banner-wrap img.sp-none {
		display: none;
	}
}

/* CTA plus */
.index_content.info .col2.c-info .tel {
	border-bottom: 1px solid #f4f4f4;
}
.index_content.info .col2.c-info a {
	border: none;
}
.index_content.info .col2.c-info .mail a,
.index_content.info .col2.c-info .tel a {
	padding: 10px 10px 10px 45px;
	line-height: 1;
	text-align: left;
}
.index_content.info .col2.c-info .mail a {
	background: url(../img/common/wb_mail.png) no-repeat left center;
}
.index_content.info .col2.c-info .tel a {
	background: url(../img/common/wb_phone.png) no-repeat 5px center;
}
.index_content.info .col2.c-info .small {
	display: block;
	margin-top: 10px;
	padding: 0;
}
.index_content.info .col2.c-info .tel a:before,
.index_content.info .col2.c-info .mail a:before {
	content: none;
}

@media screen and (max-width: 767px) {
	.index_content.info .col2.c-info .mail a,
	.index_content.info .col2.c-info .tel a {
		text-align: center;
		padding: 45px 0 0;
		line-height: 1.8;
		border-bottom: none;
		display: block;
	}
	.index_content.info .col2.c-info .tel {
		border-bottom: none;
	}
	.index_content.info .col2.c-info .small {
		margin: 0;
	}
	.index_content.info .col2.c-info .mail .small {
		display: none;
	}
	.index_content.info .col2.c-info .mail a {
		background: url(../img/common/header_mail.png) no-repeat center 15px / 22px auto;
	}
	.index_content.info .col2.c-info .tel a {
		background: url(../img/common/header_phone.png) no-repeat center 8px / 10px auto;
	}
}