<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* =====
 * 共通レイアウト
============================================================================= */
body {
  font-family: 'Noto Sans Japanese','ヒラギノ角ゴ Pro W3', 'HiraKakuPro-W3', '游ゴシック', YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, verdana, sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  color: #17184b;
  line-height: 1.4;
}

/* -----
 * font
----------------------------------------------------------------------------- */
.en-sans {
  font-family: Arial, sans-serif;
}

/* -----
 * link setting
----------------------------------------------------------------------------- */
a:link, a:visited, a:active {
  color: #17184b;
  outline: 0px none #000;
  text-decoration: none;
}

a img {
  vertical-align: bottom;
  box-shadow: #000 0 0 0;
}

.txt-link a {
  text-decoration: underline;
}
.txt-link a:hover {
  text-decoration: none;
}

/* -----
 * tag setting
----------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  margin: 1.3em 0 1em;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

p, ul, ol, table {
  margin: 1em 0;
}
p:last-child, ul:last-child, ol:last-child, table:last-child {
  margin-bottom: 0;
}
p:first-child, ul:first-child, ol:first-child, table:first-child {
  margin-top: 0;
}

img {
  vertical-align: bottom;
}

/* -----
 * Wrapper
----------------------------------------------------------------------------- */
#Wrapper {
  min-width: 1000px;
  padding-top: 110px;
}

/* -----
 * Header
----------------------------------------------------------------------------- */
#Header {
	background-color: #1b1c80;
	width: 100%;
	height: 110px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
#Header .inner {
	width: 100%;
	max-width: 1200px;
	min-width: 1000px;
	margin: 0 auto;
	height: 110px;
	display: table;
}
#Header .inner h1 {
	display: table-cell;
	vertical-align: middle;
}
#Header .inner h1 img {
	max-width: 100%;
	height: auto;
}
#Header .inner #Gnav {
	display: table-cell;
	white-space: nowrap;
}
#Header .inner #Gnav ul {
	display: table;
	height: 110px;
	float: left;
}
#Header .inner #Gnav ul li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#Header .inner #Gnav ul li a {
	display: table;
}
#Header .inner #Gnav ul li a p {
	display: table-cell;
	vertical-align: middle;
	padding: 0 18px;
	height: 110px;
	color: #fff;
	background-color: #1b1c80;
	transition: background-color 0.3s linear 0s;
	-moz-transition: background-color 0.3s linear 0s;
	-webkit-transition: background-color 0.3s linear 0s;
	-o-transition: background-color 0.3s linear 0s;
	-ms-transition: background-color 0.3s linear 0s;
	font-size: 115%;
}
#Header .inner #Gnav ul li a p span {
	display: block;
	font-size: 65%;
	margin-top: 15px;
	color: #b0b0bf;
}
#Header .inner #Gnav ul li a:hover p {
	background-color: #080952;
}
#Header .inner #Gnav ul li.current p {
	background-color: #080952;
}
#Header .inner #Gnav ul li.off p {
	color: #fff;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	font-size: 115%;
	padding: 0 20px;
}
#Header .inner #Gnav ul li.off p span {
	display: block;
	font-size: 65%;
	margin-top: 15px;
	color: #b0b0bf;
}


/* -----
 * PageTop
----------------------------------------------------------------------------- */
#PageTop .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 70px 0 40px;
  text-align: right;
}
#PageTop .inner a {
  display: inline-block;
  background: #1b1c80 url(../images/common/icon_gotop.png) 89% 50% no-repeat;
  color: #fff;
  padding: 0 55px 0 0;
  transition: opacity 0.3s linear 0s;
  -moz-transition: opacity 0.3s linear 0s;
  -webkit-transition: opacity 0.3s linear 0s;
  -o-transition: opacity 0.3s linear 0s;
  -ms-transition: opacity 0.3s linear 0s;
}
#PageTop .inner a span {
  background-color: #1b1c80;
  display: inline-block;
  font-size: 86%;
  border-right: #42437f 1px solid;
  padding: 20px 30px;
}
#PageTop .inner a:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

#LowerContentsWrapper #PageTop .inner {
  padding-top: 0;
}

/* -----
 * Footer
----------------------------------------------------------------------------- */
#Footer {
  width: 100%;
  background-color: #1b1c80;
}
#Footer .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 22px 10px;
  font-size: 86%;
}
#Footer .inner #FooterNav {
  float: left;
}
#Footer .inner #FooterNav ul {
  display: table;
}
#Footer .inner #FooterNav ul li {
  display: table-cell;
  padding: 0 0 0 40px;
}
#Footer .inner #FooterNav ul li:first-child {
  padding-left: 0;
}
#Footer .inner #FooterNav ul li a {
  color: #fff;
  transition: opacity 0.3s linear 0s;
  -moz-transition: opacity 0.3s linear 0s;
  -webkit-transition: opacity 0.3s linear 0s;
  -o-transition: opacity 0.3s linear 0s;
  -ms-transition: opacity 0.3s linear 0s;
}
#Footer .inner #FooterNav ul li a:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
#Footer .inner .copyright {
  float: right;
  color: #fff;
}

/* -----
 * contact-box
----------------------------------------------------------------------------- */
.contact-box {
  background-color: #2f499d;
  display: table;
  width: 100%;
}
.contact-box .box {
  display: table-cell;
  height: 170px;
  vertical-align: middle;
  color: #fff;
}
.contact-box .box.mail-box {
  background: url(../images/common/icon_mail.png) 40px 50% no-repeat;
  width: 54%;
  border-right: #465da8 1px solid;
  padding-left: 140px;
}
.contact-box .box.mail-box .txt {
  font-size: 86%;
  margin-bottom: 15px;
  font-weight: normal;
}
.contact-box .box.mail-box p {
  margin: 0 0 10px 0;
  font-weight: 500;
}
.contact-box .box.mail-box img {
  margin-bottom: -3px;
}
.contact-box .box.tel-box {
  background: url(../images/common/icon_tel.png) 40px 50% no-repeat;
  width: 46%;
  padding-left: 125px;
}
.contact-box .box.tel-box .tel-num:first-child {
  margin: 0 0 15px;
}
.contact-box .box.tel-box .tel-num p span {
  font-size: 129%;
  font-weight: 500;
}
.contact-box .box.tel-box .tel-num p a {
	font-size: 170%;
	font-weight: 600;
	letter-spacing: 1px;
	color: #FFFFFF;
	clear: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	display: block;
}
.contact-box .box.tel-box .tel-num p.cap {
  font-size: 86%;
  margin: 10px 0 0;
}

/* -----
 * contents
----------------------------------------------------------------------------- */
.contents-inner {
  width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
}

/* -----
 * title
----------------------------------------------------------------------------- */
.cont-title {
  text-align: center;
  margin: 0 0 45px;
}
.cont-title h2 {
  font-size: 215%;
  font-weight: 500;
  letter-spacing: 3px;
  text-indent: 3px;
  margin: 0;
}
.cont-title p {
  font-size: 86%;
  font-weight: 500;
  letter-spacing: 5px;
  text-indent: 5px;
  margin: 10px 0 0;
}

/* -----
 * LowerContents
----------------------------------------------------------------------------- */
#LowerContentsWrapper {
  background-color: #f2f2f2;
  width: 100%;
}

#PageTitle {
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 100%;
  height: 160px;
  display: table;
}
#PageTitle .title-inner {
  text-align: center;
  margin: 0 0 45px;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.1;
  color: #1b1c80;
}
#PageTitle .title-inner h2 {
  font-size: 258%;
  font-weight: 500;
  letter-spacing: 3px;
  text-indent: 3px;
  margin: 0;
}
#PageTitle .title-inner p {
  font-size: 86%;
  font-weight: 500;
  letter-spacing: 5px;
  text-indent: 5px;
  margin: 10px 0 0;
}

#MainContents {
  width: 730px;
  float: left;
}

#SideBar {
  width: 220px;
  float: right;
}
#SideBar p.category-name {
  background-color: #1b1c80;
  margin: 0;
  font-size: 129%;
  font-weight: 400;
  color: #f2f2f2;
  letter-spacing: 2px;
}
#SideBar p.category-name a {
  padding: 30px 0 30px 20px;
  color: #f2f2f2;
  display: block;
  transition: background-color 0.3s linear 0s;
  -moz-transition: background-color 0.3s linear 0s;
  -webkit-transition: background-color 0.3s linear 0s;
  -o-transition: background-color 0.3s linear 0s;
  -ms-transition: background-color 0.3s linear 0s;
}
#SideBar p.category-name a:hover {
  background-color: #a0add9;
  color: #FFF;
}
#SideBar ul {
  margin: 0;
  padding: 0;
  font-size: 115%;
}
#SideBar ul li {
  color: #464646;
  margin: 0;
  list-style: none;
}
#SideBar ul li.current a {
  background-color: #7482b2;
  color: #FFF;
  transition: background-color 0.3s linear 0s;
  -moz-transition: background-color 0.3s linear 0s;
  -webkit-transition: background-color 0.3s linear 0s;
  -o-transition: background-color 0.3s linear 0s;
  -ms-transition: background-color 0.3s linear 0s;
}
#SideBar ul li.current a:hover {
  color: #FFF;
}
#SideBar ul li a {
  background-color: #dbdbdb;
  padding: 14px 0 14px 22px;
  display: block;
  transition: background-color 0.3s linear 0s;
  -moz-transition: background-color 0.3s linear 0s;
  -webkit-transition: background-color 0.3s linear 0s;
  -o-transition: background-color 0.3s linear 0s;
  -ms-transition: background-color 0.3s linear 0s;
}
#SideBar ul li a:hover {
  background-color: #a0add9;
  color: #17184b;
}
#SideBar ul li a:active {
  background-color: #a9b3d6;
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 944px) {
  /* PC */
  /* -----
   * link setting
  ----------------------------------------------------------------------------- */
  a:link, a:visited, a:active {
    transition: color 0.3s linear 0s;
    -moz-transition: color 0.3s linear 0s;
    -webkit-transition: color 0.3s linear 0s;
    -o-transition: color 0.3s linear 0s;
    -ms-transition: color 0.3s linear 0s;
  }

  a:hover {
    color: #ccc;
  }

  a img {
    transition: opacity 0.3s linear 0s;
    -moz-transition: opacity 0.3s linear 0s;
    -webkit-transition: opacity 0.3s linear 0s;
    -o-transition: opacity 0.3s linear 0s;
    -ms-transition: opacity 0.3s linear 0s;
  }

  a:hover img {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
  }

  a.tel-link {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}
@media screen and (min-width: 768px) and (max-width: 943px) {
  /* tablet */
  /* -----
   * link setting
  ----------------------------------------------------------------------------- */
  a.tel-link {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}
@media screen and (max-width: 767px) {
  /* smart phone */
  body {
    width: 100%;
  }

  /* -----
   * link setting
  ----------------------------------------------------------------------------- */
  a.tel-link {
    pointer-events: auto;
    color: #fff;
  }
}
</pre></body></html>