<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.titleArea {
	background: url("../images/bg_title.jpg") center center no-repeat;
	background-size: cover;
}

section {
	padding-bottom: 100px;
}

.spview {
	display: none;
}


/*----------------------------------------------

main

-----------------------------------------------*/

.sec01 .inner {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 50px 0;
}

.sec01 .inner dl {
	width: 50%;
}

.sec01 .inner dl dt {
	margin-bottom: 20px;
	color: #745399;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.0;
	padding-left: 10px;
	border-left: 5px solid #745399;
}


@media screen and (max-width: 559px) {/*スマホ*/

.spview {
	display: inherit;
}

.sec01 .inner {
	display: block;
}

.sec01 .inner dl {
	width: 100%;
	margin-bottom: 6vw;
}

.sec01 .inner dl dt {
	margin-bottom: 2.67vw;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.4;
	padding-left: 2vw;
	border-left: 1.5vw solid #745399;
}


}</pre></body></html>