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

@media screen and (min-width: 769px) {
	.sp {
		display: none;
	}
}
/*------------ 背景が黄色になるのを防ぐ --------------*/
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/*------------ reset --------------*/

h1, h2, h3, h4, h5, h6, body, html, p, li, dt, dd, pre, form, fieldset {
	font-family: "Kozuka Gothic Std", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #333;
	font-style: normal;
	font-size: 16px;
	line-height: 1.6;
}
* {
	font-family: "Kozuka Gothic Std", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 16px;
	line-height: 1.4;
}
br{font-size:0;}
ul, ol, dl, img {
	margin: 0px;
	padding: 0px;
}
ul, ol {
	list-style-type: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0%;
	line-height: 0%;
	vertical-align: bottom;
	max-width: 100%;
}
a {
	text-decoration: none;
}
a:link {
	color: #508fbc;
}
a:active {
	color: #508fbc;
}
a:hover {
	color: #96c3e2;
	outline: none;
	text-decoration: none;
}
a:visited {
	color: #508fbc;
}
.txt_c{
	text-align:center;
}

button, input, select, textarea {
	font-family: inherit !important;
	font-size: 100%;
}
/*-- safariのスタイルを削除 --*/
* {
	-webkit-appearance: none;
}
/*-- リンクの点線を消去 --*/
body div a:active, body div a:focus {
	outline: none;
}

@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}
	h1, h2, h3, h4, h5, h6, body, html, p, li, dt, dd, pre, form, fieldset {
		font-size: 15px;
		line-height: 1.6;
	}
}</pre></body></html>