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

/* =============================================
 共通
============================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
}
body{
	position: relative;
	color: #333;
	font-size: 1.0rem;
  line-height: 1.5;
  font-family: "kozuka-mincho-pr6n",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
	margin: 0px;
	padding: 0px;
}
img {
  max-width: 100%;
	border: none;
	vertical-align: bottom;
}
li {
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}

/* -------------------------------------------
 a
------------------------------------------- */
a{
	outline: none;
	color: #00208f;
	text-decoration: underline;
}
a:hover{
	color: #00208f;
	text-decoration: none;
}

/* -------------------------------------------
 共通クラス
------------------------------------------- */
.smp{
	display:none !important;
}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
	zoom: 1;
}
a.alpha:hover img{
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  transition: 0.3s;
}
.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}</pre></body></html>