<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* reset */
html{
	background-color: #fff;
}

body{
	font-size: 16px;
	line-height: 1.2;
}


h1, h2, h3, h4, h5, h6, p{
	font-weight: normal;
	margin: 0;
}

ul, ol, dl, li, dt, dd{
	list-style: none;
	margin: 0;
	padding: 0;
}

*:focus{
	outline: none;
}

img{
	vertical-align: top;
}

/* common */
html{
	font-family: Meiryo, "Hiragino Kaku Gothic ProN", Arial, sans-serif;
}

.inner{
	width: 1000px;
	margin: 0 auto;
}

a.pc_only,
br.pc_only,
img.pc_only,
span.pc_only{
	display: inline;
}
a.sp_only,
br.sp_only,
img.sp_only,
span.sp_only{
	display: none;
}


body{
	padding-top: 66px;
	min-width: 1000px;
}

/* header */
header{
	position: fixed;
	top: 0;
	left: 0;
	background: #fff8e8;
	width: 100%;
	min-width: 1000px;
}

header .inner{
	overflow: hidden;
	width: 100%;
	min-width: 1000px;
}

header .logo{
	float: left;
	margin: 10px 0 0 12px;
}

header .btn_link{
	float: right;
	display: block;
	font-size: 19px;
	line-height: 1.4;
	padding: 20px 58px;
	color: #fff;
	background: #ff3000;
	text-decoration: none;
}
header .btn_link:hover{
	opacity: 0.8;
}

header .txt_link{
	float: right;
	font-size: 12px;
	color: #322827;
	line-height: 1.4;
	text-decoration: none;
	margin: 25px 30px 0 0;
}
/*
header .txt_link:hover{
	text-decoration: underline;
}
*/


/* footer */
footer{
	background: #000;
	padding: 40px 0;
}

footer .inner{
	overflow: hidden;
}

footer img{
	float: left;
	margin: 12px 50px 0 0;
}

footer p{
	color: #fff;
	font-size: 12px;
	line-height: 2.2;
	float: left;
}

footer p span{
	margin-left: 15px;
}

footer p.copyright{
	font-size: 10px;
	float: right;
}

footer p a{
	color: #fff;
	text-decoration: none;
	margin-right: 10px;
}



@media screen and (max-width: 768px){

	/* common */
	a.pc_only,
	br.pc_only,
	img.pc_only,
	span.pc_only{
		display: none;
	}
	a.sp_only,
	br.sp_only,
	img.sp_only,
	span.sp_only{
		display: inline;
	}


	body{
		padding-top: 48px;
		min-width: 0;
	}

	.inner{
		width: 100%;
	}

	header{
		min-width: 0;
	}

	header .inner{
		min-width: 0;
	}

	header .btn_link{
		font-size: 10px;
		padding: 10px 12px;
		text-align: center;
	}

	header .logo{
		width: 130px;
		height: auto;
		margin: 15px 0 0 1%;
	}

	header .txt_link{
		font-size: 10px;
		margin: 20px 8px 0 0;
	}


	footer{
		padding: 20px 6% 15px;
	}

	footer img{
		width: 60px;
		height: auto;
		margin: 10px 24px 10px 0;
	}

	footer p{
		font-size: 10px;
		line-height: 1.7;
		margin-bottom: 35px;
	}

	footer p span{
		margin: 0 12px 0 0;
	}

	footer p a{
		margin-right: 0;
	}

	footer p.copyright{
		float: none;
		clear: both;
		text-align: center;
		margin-bottom: 0;
	}

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