<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";
/* CSS Document */
body{
	background-color: #ffffff;
	font-family:"小塚ゴシック Pro","Kozuka Gothic Pro","游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: 500;
}

#user_wrapper{
	width: 1020px;
	margin: 0 auto;
}

.inner{

}

#hero {
	padding-left: 30px;
	padding-right: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#hero h1{
	width: 100%;
	max-width: 980px;
	margin: 0 auto 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#hero h1 img:nth-of-type(1){
	width: 100%;
	margin-bottom: 15px;
}
#hero h1 img:nth-of-type(2){
	width: 100%;
	max-width: 700px;
}
#hero .explanation{
	font-size: 20px;
	line-height: 1.9;
	margin-bottom: 5%;
}
#steps {
	padding-left: 100px;
	padding-right: 100px;
}
#steps .step {
	padding-left: 25px;
	padding-right: 25px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#steps .step:not(:last-of-type) {
	margin-bottom: 50px;
}
#steps .step .lead {
	max-width: 500px;
	width: 100%;
}
#steps .step01 .img {
	max-width: 550px;
	width: 100%;
	margin-top: 10px;
}
#steps .step02 .img {
	max-width: 700px;
	width: 100%;
}
#steps .step03 .img {
	max-width: 700px;
	width: 100%;
	margin-top: 10px;
}
#steps .step03 p {
	max-width: 550px;
	width: 100%;
	font-size: 20px;
	line-height: 1.9;
	margin-top: 20px;
	margin-bottom: 40px;
}

#strongPoint {
	padding-left: 100px;
	padding-right: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#strongPoint img {
	width: 100%;
}
#strongPoint h2 {
	margin-top: 10%;
	margin-bottom: 5%;
	max-width: 750px;
}
#strongPoint .point {
	margin-bottom: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#strongPoint .point img {
	width: 100%;
	max-width: 650px;
}
#strongPoint .point img:nth-of-type(1) {
	margin-bottom: 20px;
}
#banner {
	position: fixed;
	right: 25px;
	bottom: 25px;
}
#banner a img {
	width: 204px;

}
.btnArea{
	background-color: #B40033;
	width: 100%;
	padding: 30px 0;
	text-align: center;
}
.btnArea ul{
	width: 740px;
	margin: 0 auto;
	gap: 16px 32px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.btnArea ul li img{
	width: 100%;
}
.btnArea ul li:nth-of-type(1),li:nth-of-type(2) {
	width: 320px;
}
.btnArea ul li:nth-of-type(3) {
	width: 425px;
}



.copyright{
	width: 1020px;
	margin: 10px auto;
	font-size: 0.8em;
	color: #4D4D4D;
	text-align: center;
}

@media screen and (min-width: 640px) {

}

@media screen and (max-width : 640px ){
	body{
		width: 100%;
		min-width: 320px;
	}
	#user_wrapper{
		width: 100%;
		margin: 0 auto;
	}
	#hero {
		padding-left: 15px;
		padding-right: 15px;
	}
	#hero h1 {
		margin: 30px auto 15px auto;
	}
	#hero h1 img:nth-of-type(2){
		width: 100%;
		max-width: 337px;
	}
	#hero .explanation{
		font-size: 16px;
		line-height: 1.9;
		max-width: 500px;
	}
	#steps {
		padding-left: 22px;
		padding-right: 22px;
	}
	#steps .step {
		padding-left: 0;
		padding-right: 0;
	}
	#steps .step:not(:last-of-type) {
		margin-bottom: 40px;
	}
	#steps .step .lead {
		max-width: 285px;
		width: calc(100% - 50px);
	}
	#steps .step01 .img {
		max-width: 285px;
		width: 100%;
		margin-top: 6px;
	}
	#steps .step02 .img {
		max-width: 358px;
		width: 100%;
	}
	#steps .step03 .img {
		max-width: 358px;
		width: 100%;
		margin-top: 6px;
	}
	#steps .step03 p {
		max-width: 340px;
		width: 100%;
		font-size: 16px;
		margin-top: 16px;
		margin-bottom: 32px;
	}

	#strongPoint {
		padding-left: 0;
		padding-right: 0;
	}
	#strongPoint h2 {
		padding-left: 10px;
		padding-top: 10px;
		max-width: 360px;
	}
	#strongPoint .point {
		margin-bottom: 40px;
		padding-left: 15px;
		padding-right: 15px;
	}
	#strongPoint .point:last-of-type {
		margin-bottom: 30px;
	}
	#strongPoint .point img {
		max-width: 358px;
	}
	#strongPoint .point img:nth-of-type(1) {
		margin-bottom: 10px;
	}
	#banner {

	}
	#banner a img {
		width: 160px;
	}
	.btnArea{
		background-color: #B40033;
		width: 100%;
		padding: 30px 0;
		text-align: center;
	}
	.btnArea img{
		width: 100%;
	}
	.btnArea ul {
		width: 100%;
		flex-direction: column;
		gap: 16px 0;
	}
	.btnArea ul li:nth-of-type(1),li:nth-of-type(2) {
		width: 48.5%;
		min-width: 260px;
	}
	.btnArea ul li:nth-of-type(3) {
		width: 60%;
		min-width: 310px;
	}
	.btnArea ul li img{
		width: 100%;
	}
	.inner{
		width: 100%;
	}
	.copyright{
		width: 100%;
		margin: 10px auto;
		font-size: 0.8em;
		color: #4D4D4D;
		text-align: center;
	}
}
</pre></body></html>