@charset "euc-jp";
/* Slider */
.bx-wrapper {
	margin-bottom: 60px !important;
}
.bx-wrapper .bx-viewport {
	border: none !important;
	left: 0 !important;
	box-shadow: none !important;
}
#slider div {
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	width: 8px !important;
	height: 8px !important;
}
@media screen and (max-width: 768px) {
	.slider {
		width: auto !important;
		margin: 0 -5% !important;
	}
	#slider div {
		height: 180px !important;
	}
	#slider img {
		height: 100% !important;
		max-width: fit-content !important;
		margin: auto !important;
	}
}
section.top-contents {
	margin: 0 0 60px;
}
section.top-contents:last-child {
	margin: 0;
}
.top-contents .banner-01 {
	margin: 0 0 0.5em;
}
.top-contents .text-area {
	margin: 0 0 1.5em;
}
.top-contents .text-area ul {
	margin: 0 0 0.5em 0.2em;
	line-height: 1.7;
	list-style: none;
}
.top-contents .text-area ul li {
	display: flex;
	position: relative;
	padding: 0px 0px 0px 15px;
}
.top-contents .text-area ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: 0.7em;
	left: 0;
	width: 6px;
	height: 6px;
	background-color: #e2bec2;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.top-contents .text-area-02 {
	font-size: 16px;
}
.top-contents .text-area-02 ul {
	margin: 0 0 0.5em 0.2em;
	line-height: 1.7;
	list-style: none;
}
.top-contents .text-area-02 ul li {
	display: flex;
	position: relative;
	padding: 0px 0px 0px 10px;
}
.top-contents .text-area-02 ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: 0.7em;
	left: 0;
	width: 4px;
	height: 4px;
	background-color: #ccc;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.top-contents .item-box {
	margin: 1.2em 0;
}
.top-contents .item-box h3 {
	margin: 0;
	font-size: 22px;
	font-weight: normal;
	color: #444;
	letter-spacing: 0.1em;
	text-align: center;
	white-space: nowrap;
}
.top-contents .item-box h3.normal {
	letter-spacing: -0.01em;
}