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

/* reset */
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, img, 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,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
 
:focus {
  outline: 0;
}
 
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
 
table {
  border-collapse: collapse;
  border-spacing: 0;
}

small {
  font-size: smaller;
}

/* common
---------------------------------------------------- */
@font-face {
  font-family: "YuGoCustom";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "YuGoCustom";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "YuGoCustom";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "YuGoCustom";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "YuGoCustom";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

body {
	background: #f7fcfd;
	color: #231815;
	font-size: 13px;
  font-family: "YuGoCustom", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height:1.6;
}

.en {
  font-family: 'Roboto Condensed', sans-serif;
}
.mincho {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
}

.clear{
	clear:both;
	height:0px;
	border:0px;
	font-size: 1px;
	line-height:0;
	visibility:hidden;
}

/* clearfix */
.clearfix:after {
  content:" ";
  display:block;
  clear:both;
}

#wrapper,
#footer {
  min-width: 1030px;
}
#header {
  min-width: 960px;
}

.pcNone{display:none;}

/* a
---------------------------------------------------- */
a {
	color:#000;
	text-decoration:none;
	outline-style:none;
}
a:hover {
	color:#a9a651;
	text-decoration:underline;
}

a img {
  transition: opacity .5s ease;
}
a:hover img {
  opacity: .75;
}

/* header
---------------------------------------------------- */
#header{
  padding: 20px;
  text-align: center;
  box-shadow: 0 0 5px rgba(157,177,191,0.75);
}
#header h1 img {
  vertical-align: bottom;
}

/* footer
---------------------------------------------------- */
#footer {
  padding: 30px 0;
  background: #fff;
}
#pageTopBtn {
  position: relative;
  max-width: 1360px;
  padding: 0 20px;
  margin: -60px auto 60px;
}
#pageTopBtn a {
  position: absolute;
  right: 20px;
  top: 0;
  display: block;
  width: 100px;
  padding: 0 0 0 10px;
  line-height: 30px;
  color: #fff;
  font-size: 11px;
  text-align: center;
  text-decoration: none;
  background: #a9a651;
  transition: background .5s ease;
  box-sizing: border-box;
}
#pageTopBtn a:hover {
  background: #333;
}
#pageTopBtn a:before {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  top: 50%;
  width: 5px;
  height: 5px;
  margin-top: -2px;
  border-left:1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#footer .inner {
  width: 980px;
  margin: 0 auto;
  text-align: center;
}
#footer .inner p {
  display: inline-block;
  vertical-align: middle;
}
#footer .inner #footerID {
  margin-right: 40px;
}
#footer .inner #footerMsg {
  display: block;
  padding-top: 10px;
  font-size: 15px;
  letter-spacing: 0.05em;
}

/* 旧ログタグ用 */
#logtag{height:0;overflow:hidden;}

/* mainContents
---------------------------------------------------- */
#mainContents {
	padding: 10px 0 40px 0;
}
#mainContents img {
  vertical-align: bottom;
}
#contents {
  max-width: 1360px;
  min-width: 960px;
  margin: 0 auto;
  padding: 40px 20px 60px; 
}

/* for SP
--------------------------------------------------*/
@media only screen and (max-width:749px) { /* smartphone size */
  .pcNone{display:block;}
  body {font-size:13px;line-height:150%;}
  body, html{overflow-x: hidden;}
  img {max-width:100%;height:auto;}
  a {color:#a9a651;text-decoration:none;outline-style:none;}
  a:hover{text-decoration:none;}
  #wrapper,#header,#contents,#footer{min-width:1px;}
  #header {height:39px;padding:0;border-bottom:1px solid #5195a9;background:#fff;box-shadow: 0 0 0 rgba(0,0,0,0);}
  #header h1{padding: 8px 5px 0;}
  #header h1 a {display:inline-block;height:24px;}
  #header h1 img {width:auto;height:24px;}
  #contents{padding: 20px 10px 30px;}
  #footer {padding:10px;}
  #footer img {width:auto;height:20px;}
  #footer #footerID,
  #footer #footerLaurel {padding:0 10px;}
  #footer .inner{width:auto;}
  #footer .inner #footerMsg {padding-top:5px;font-size:11px;line-height:1.4;}
  #pageTopBtn {position: fixed;right: 0;bottom: -40px;margin:0;padding:0;transition: bottom .5s ease;z-index:5000;}
  #pageTopBtn.show {bottom: 0;}
  #pageTopBtn a {position:relative;right:auto;top:auto;text-indent: -999em;width: 40px;height: 40px;padding:0;line-height:normal;background: rgba(173,212,220,0.6);transition:none;}
  #pageTopBtn a:hover {background: rgba(173,212,220,0.6);}
  #pageTopBtn a:before {content: "";display: block;position: absolute;left: 50%;top: 50%;width: 8px;height: 8px;margin: -4px 0 0 -5px;border-left:2px solid #5195a9;border-top: 2px solid #5195a9;-webkit-transform: rotate(45deg);transform: rotate(45deg);}
  #mainContents{padding: 0 0 20px 0;}
}</pre></body></html>