<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#wrap {
  width: 100%;
  min-width: 320px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

#header {
  width: 100%;
  position: relative;
  margin: 0 auto;
}

#container {
  width: 100%;
  position: relative;
  margin: 0 auto;
}

#container.no-sv {
  padding-top: 110px;
}

.inner {
  position: relative;
  margin-left: 4.6875%;
  margin-right: 4.6875%;
}

#footer {
  width: 100%;
  clear: both;
  position: relative;
  margin: 0 auto;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 998;
}

.header .header-main {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  padding: 16px 0;
}

.header .header-main .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .header-main .main-logo {
  width: 90px;
}

.header .header-main .main-logo img {
  width: 100%;
}

.header .header-main .main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .header-main .main-menu&gt;a {
  font-size: 20px;
  display: block;
  width: 175px;
  text-align: center;
  font-family: 'OMR';
}

.header .header-main .main-menu&gt;a:hover {
  color: #557cc0;
}

.header .header-main .main-menu&gt;a:last-child {
  margin-right: 0;
}

.header .header-main .main-button {
  width: 24px;
  height: 24px;
  background-image: url(/image/common/menu-icon01.png);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

.header .header-main .main-button.on {
  background-image: url(/image/common/menu-icon02.png);
}

.header .site-map {
  position: fixed;
  padding: 45px 0 60px;
  height: calc(100vh - 64px);
  position: absolute;
  top: 65px;
  left: 0;
  z-index: 998;
  background-color: #fff;
  width: 100%;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  display: none;
  opacity: 0;
}

.header .site-map&gt;nav {
  text-align: center;
  margin-bottom: 40px;
}

.header .site-map&gt;nav&gt; :last-child {
  margin-bottom: 0;
}

.header .site-map&gt;nav&gt;p {
  font-size: 20px;
  margin-bottom: 25px;
  font-family: 'OMR';
}

.header .site-map&gt;nav&gt;p.active {
  color: #557cc0;
}

.header .site-map&gt;nav&gt;ul {
  display: none;
}

.header .site-map&gt;nav&gt;ul&gt;li {
  margin-bottom: 15px;
}

.header .site-map&gt;nav&gt;ul&gt;li:last-child {
  margin-bottom: 0;
}

.header .site-map&gt;nav&gt;ul&gt;li&gt;a {
  display: block;
  font-size: 18px;
  color: #999;
  font-family: 'OMR';
}

.header .site-map .site-map-sns {
  background-color: #557cc0;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}

.header .site-map .site-map-sns .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer {
  border-top: 1px solid #ddd;
}

.footer .footer-partners {
  padding: 15px 0;
}

.footer .footer-partners .item {
  margin: 0 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
}

.footer .footer-partners .item img {
  margin: auto;
  width: 100%;
}

.footer .footer-main {
  background-color: #f1f1f1;
  padding: 25px 0;
}

.footer .footer-main .footer-logo {
  width: 90px;
  display: block;
}

.footer .footer-main .footer-logo img {
  width: 100%;
}

.footer .footer-main .txt01 {
  margin-top: 12px;
  font-size: 16px;
  color: #000;
  line-height: 1em;
  font-family: 'OMR';
}

.footer .footer-main .txt02 {
  margin-top: 15px;
  font-size: 14px;
  color: #999;
  line-height: 1.5em;
}

.footer .footer-main .sns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.footer .footer-main .sns-wrap&gt;a {
  display: block;
  margin-right: 8px;
  width: 35px;
}

.footer .footer-main .sns-wrap&gt;a img {
  width: 100%;
}

.footer .footer-main .sns-wrap&gt;a:last-child {
  margin-right: 0;
}

.footer .footer-bottom {
  background-color: #f1f1f1;
  border-top: 1px solid #ddd;
  padding: 25px 0;
}

.footer .footer-bottom .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.footer .footer-bottom .footer-menu&gt;a {
  color: #999;
  font-size: 14px;
}

.footer .footer-bottom .footer-menu&gt;a:last-child {
  margin-right: 0;
}

.footer .footer-bottom .footer-copy {
  color: #999;
  text-align: center;
  margin-top: 20px;
  font-size: 13px;
}</pre></body></html>