<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
html{
	font-size: 10px;
}
body{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-feature-settings: "palt";
	color: #3c3c3c;
	background-color: #f3f2ed;
	font-size: 1.5rem;
}
b, strong, .bold{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}
.sp{
	display: none;
}
h1,h2,h3,h4,h5{
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0;
}
p.bold{
    font-weight: 700;
}
p{
	font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.07em;
}

.caption{
	font-size: 1.3rem;
}
.table-box4 table th,
.table-box4 table td {
    font-size: 1.5rem;
}
.sp_only {
	display: none;
}
.pc_only {
	display: block;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
 
.clearfix:before {
	content: "";
	display: block;
	clear: both;
}
 
.clearfix {
	display: block;
	
}
#box-content-left .thanx_message {
	font-size: 1.5rem;
}
#wrap-content ._title {
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 1.2em;
}
#wrap-content ._sub {
	font-size: 1.5rem;
	line-height: 1.2em;
	font-weight: 400;
}

/*SPのみ適用*/
@media screen and (max-width:480px) { 
	.sp_only,
	.sp{
		display: block;
	}
	.pc_only {
		display: none;
	}
	.hbspt-form form {
		padding: 20px 0 60px;
		background-color: #fff;
	}
	.page-wrap {
		padding-top: 0;
	}
	.slick-slide img {
		width: 100%;
	}
}</pre></body></html>