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

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

.inner {
  width: 1280px;
  margin: auto;
  position: relative;
}

.header .header-top {
  background-color: #557cc0;
}

.header .header-top .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0;
  align-items: center;
  justify-content: flex-end;
}

.header .header-top .top-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .header-top .top-sns&gt;a {
  display: block;
  margin-right: 10px;
}

.header .header-top .top-sns&gt;a:hover {
  opacity: 0.8;
}

.header .header-top .top-sns&gt;a:last-child {
  margin-right: 0;
}

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

.header .header-top .top-menu&gt;a {
  color: #fff;
  font-size: 15px;
  margin-right: 17px;
}

.header .header-top .top-menu&gt;a:hover {
  opacity: 0.8;
}

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

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

.header .header-main .header-inner {
  width: 1830px;
  margin: auto;
  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-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';
  font-weight: 600;
}

.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 .header-sub {
  padding: 40px 0 75px 648px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  position: absolute;
  top: 136px;
  left: 0;
  z-index: 100;
  background-color: #fff;
  width: 100%;
  border-bottom: 1px solid #ddd;
  opacity: 0;
}

.header .header-sub&gt;nav {
  width: 175px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.header .header-sub&gt;nav&gt;a {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  font-family: 'OMR';
}

.header .header-sub&gt;nav&gt;a:hover {
  color: #557cc0;
  border-bottom: 1px solid #557cc0;
}

.header .header-sub&gt;nav&gt;a:last-child {
  margin-bottom: 0;
}

.header .site-map {
  padding: 40px 0 75px 648px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  position: absolute;
  top: 136px;
  left: 0;
  z-index: 100;
  background-color: #fff;
  width: 100%;
  border-bottom: 1px solid #ddd;
  opacity: 0;
}

.header .site-map&gt;nav {
  width: 175px;
  text-align: center;
}

.header .site-map&gt;nav&gt;p {
  font-size: 18px;
  margin-bottom: 20px;
}

.header .site-map&gt;nav&gt;a {
  display: block;
  font-size: 18px;
  margin-bottom: 20px;
  font-family: 'OMR';
}

.header .site-map&gt;nav&gt;a.depth3 {
  color: #999;
  font-size: 16px;
}

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

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

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

.footer .footer-partners {
  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;
  height: 130px;
}

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

.footer .footer-main .txt01 {
  font-size: 20px;
  color: #000;
  margin-top: 25px;
  width: 100%;
  margin-bottom: 15px;
}

.footer .footer-main .txt02 {
  font-size: 16px;
  color: #999;
  line-height: 1.0em;
  margin-top: 10px;
  display: flex;
}

.footer .footer-main .txt02 span {
  margin-right: 18px;
}


.footer .footer-main .footer-addr {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.footer .footer-main .footer-addr .footer-sns {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.footer .footer-main .footer-addr .footer-sns&gt;img {
  width: 500px;
  margin-right: 20px;
}

.footer .footer-main .footer-addr .footer-sns&gt;a {
  width: 40px;
  height: 40px;
}

.footer .footer-main .footer-addr .footer-sns&gt;a:not(:last-child) {
  margin-right: 15px;
}

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

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

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

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

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

.footer .footer-bottom .footer-copy {
  color: #999;
}</pre></body></html>