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

.mainVisual {
	position: relative;
}
.mainVisual .image img {
	width: 100%;
	max-width: auto;
}
.mainVisual .caption {
	position: absolute;
	bottom: 130px;
	left: 20px;
	color: #fff;
}


.mainVisual .spMain {
	display: none;
}
@media only screen and (max-width:640px) {
	#container {
		padding-top: 75px;
	}
	.mainVisual .image {
		display: none;
	}
	.mainVisual .spMain {
		display: block;
	}
	.mainVisual .spMain .image {
		position: relative;
		display: block;
	}	.mainVisual .spMain .image .caption {
		position: absolute;
		bottom: 5px;
		left: 5px;
		font-size: 10px;
	}
}

.section {
	margin-top: -125px;
	background: url(../imgs/bg-contents.png) repeat-x;
	position: relative;
	width: 100%;
	padding: 100px 0 125px;
}
.section h2 {
	max-width: 719px;
	margin: 0 auto 95px;
	text-align: center;
}

.section h2 span img {
	margin-top: 20px;
}
.section .text {
	text-align: center;
}
.section .text img {
	max-width: 100%;
}
.section .text span {
	display: none;
}

.spImage {
	display: none;
}

@media only screen and (max-width:640px) {
	.pcImage {
		display: none;
	}
	.spImage {
		display: block;
	}
	.section {
		margin-top: 50px;
		padding: 0 20px 40px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.section h2 {
		margin-bottom: 30px;
	}
	.section .text img {
		display: none;
	}
	.section .text span {
		text-align: left;
		display: block;
		font-size: 12px;
		line-height: 22px;
	}
}

.section .caption {
	position: absolute;
	bottom: 5px;
	left: 5px;
	color: #fff;
}

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