<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name : yosetehakaesu
*/
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&amp;display=swap');

html, body {
	margin: 0;
	overflow-x: hidden;
	padding: 0;
	max-width: 100%;
}
body {
	color: #222222;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1.8;
}
a {
	color: #222222;
	text-decoration: none;
	transition: ease .3s;
}
div {
	box-sizing: border-box;
}
h1, h2, h3, h4, h5 {
	box-sizing: border-box;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
ul, ol, li, dl, dt, dd {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
ul li, ol li {
	list-style-type: none;
}
figure, figcaption, p {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
img {
	vertical-align: bottom;
	height: auto;
	max-width: 100%;
}

main, section, article {
	box-sizing: border-box;
	display: block;
}

@media screen and (min-width: 781px) {
	.sp_on {
		display: none;
	}
}
@media screen and (max-width: 1240px) {
	body {
		font-size: 1.4vw;
		letter-spacing: .1vw;
	}
}
@media screen and (max-width: 780px) {
	body {
		font-size: 3.8vw;
		letter-spacing: .3vw;
	}
	
	.pc_on {
		display: none;
	}
}
</pre></body></html>