@charset "UTF-8";

@import "base.css";
@import "common.css";

/* [1]全体 -------------------- */

#main_block {
	width: 100%;
	position: relative;
	height: 398px;
}

/* ページ全体 -------------------- */
#container {
	padding-top: 4px;
	background: url(/img/top/bg.jpg) left top repeat-x;
}

/* メインビジュアル */
#top_main_block {
	width: 100%;
	height: 398px;
	margin: 0 auto;
	background: url(/img/top/main_bg.jpg) top center no-repeat;
}

.main_img {
	width: 920px;
	margin: 0 auto 0;
	padding-top: 39px;
}

/* top_contents  */
#top_contents {
	width: 940px;
	margin: 40px auto 80px;
}

/* top_customer_btn  */
.top_customer_btn {
	display: flex;
	gap: 20px;
}

.top_customer_btn .top_customer_btn_item {
	width: 100%;
}

/* info_block  */
.info_block {
	margin-top: 40px;
}
.info_block .info > p {
	margin-top: 25px;
}

/* top_related_link  */
.top_related_link {
	padding: 15px 0;
	border-top: 1px solid #e5e5e5;
}

.top_related_link ul {
	display: flex;
	justify-content: center;
	gap: 20px
}

.top_related_link ul li:not(:first-child) {
	border-left: 1px solid #e5e5e5;
	padding-left: 20px;
}

.top_related_link ul li a {
	display: flex;
	align-items: center;
}