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

/* CSS Document */
.advertisement-top {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: calc(100% - 30px);
  max-width: 1306px;
  height: 128px;
  z-index: 10100;
  margin: 0 auto;
}

body[class="wepage-ad"] .headerfixed {
  padding-top: 40px !important;
}

.sp-advertisement-top {
  display: none;
}


.advertisement-top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #eeeeee;
  border-right: solid 2px #499796;
  border-bottom: solid 2px #499796;
  border-left: solid 2px #499796;
  padding: 20px 30px 20px 40px;
  box-sizing: border-box;
}

.advertisement-top-text {
  width: 80%;
  font-size: 16px;
  margin-right: 20px;
}

.advertisement-top-text-headline {
  font-weight: bold;
  margin-bottom: 6px;
}

.advertisement-top-text-sub {
  margin-bottom: 8px;
}

.advertisement-top-text-link {
  display: inline-block;
  color: #319796;
  text-decoration: underline;
  margin: 0 4px;
}

.advertisement-top-text-link:hover {
  color: #319796;
  opacity: 0.8;
  transition: 0.2s ease-in-out;
}

.advertisement-top-btn {
  display: block;
  width: 188px;
  height: 41px;
  border-radius: 9999px;
  background: #499796;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  padding-top: 12px;
  box-sizing: border-box;
}

.advertisement-top-btn:hover {
  color: #fff;
  opacity: 0.8;
  transition: 0.2s ease-in-out;
}

.advertisement-top-tab {
  position: relative;
  top: 0;
  left: calc(100% - 240px);
  width: 240px;
  height: 32px;
  background: #499796;
  border-radius: 0 0 8px 8px;
  padding: 5px 10px;
  box-sizing: border-box;
}

body[data-timezone="en"] .advertisement-top-tab {
  left: calc(100% - 336px);
  width: 336px;
}

.advertisement-top-tab-catch {
  color: #fff;
  font-size: 13px;
  margin: 0;
}

.advertisement-top-tab img {
  display: inline-block;
  margin: 0 0 3px 5px;
  width: auto;
  height: 21px;
}


.advertisement_bottom {
  position: relative;
  width: 100%;
  height: auto;
  background: #eeeeee;
  z-index: 11;
  margin: 0 auto;
}

.advertisement-bottom-inner {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  width: 100%;
  max-width: 1170px;
  height: 110px;
  padding: 30px 0 30px 30px;
  margin: 0 auto;
  box-sizing: border-box;
}

.advertisement-bottom-logo {
  position: relative;
  width: 160px;
  background: #499796;
  border-radius: 8px;
  margin-right: 10px;
}

.advertisement-bottom-logo::before {
  content: "";
  display: block;
  padding-top: 30%;
}

.advertisement-bottom-logo:hover {
  opacity: 0.8;
  transition: 0.2s ease-in-out;
}

.advertisement-bottom-logo img {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110px;
}

.advertisement-bottom-text {
  color: #333333;
  padding: 2px 0 0 0;
}

.advertisement-bottom-text-headline {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px;
}

.advertisement-bottom-text-sub {
  font-size: 13px;
  margin-bottom: 0;
}

.advertisement-bottom-text-link {
  color: #333333 !important;
  text-decoration: underline;
}

.advertisement-bottom-text-link:hover {
  opacity: 0.8;
  transition: 0.2s ease-in-out;
}


@media (max-width: 979px) {
  .advertisement-top {
    height: 168px;
  }

  .advertisement-bottom-logo img {
    width: 73%;
  }

  .advertisement-bottom-inner {
    height: 100%;
    padding: 0 30px;
  }

  .advertisement-bottom-logo {
    margin-top: 24px;
  }

  .advertisement-bottom-text {
    padding: 0;
    margin: 20px 0 24px 0;
  }
}


@media screen and (max-width: 767px) {
  .advertisement-top {
    display: none;
  }

  .sp-advertisement-top {
    display: block;
  }

  /* スマホグロナビボタン押下時に付与 */
  .wepage_ad_hide {
    display: none;
  }

  .sp-advertisement-top .advertisement-top-tab {
    position: fixed;
    top: 0;
    left: calc(100% - 240px);
    width: 240px;
    height: 32px;
    background: #499796;
    border-radius: 0 0 8px 8px;
    padding: 5px 10px;
    box-sizing: border-box;
    z-index: 10100;
  }

  .sp-advertisement-top .advertisement-top-tab a {
    color: #fff;
  }

  .sp-advertisement-top .advertisement-top-tab a::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
  }

  body[data-timezone="en"] .sp-advertisement-top .advertisement-top-tab {
    left: calc(100% - 336px);
    width: 336px;
  }

  body[class="wepage-ad"] header, body[class="wepage-ad"] .sp-headerfixed-p2, body[class="wepage-ad"] .headerfixed {
    padding-top: 32px !important;
  }

  /* スマホグロナビ */
   body[class="wepage-ad"] header .navbar .btn-navbar {
    z-index: 10300;
  }

  .sp-advertisement-top .advertisement-top-tab img {
    display: inline-block;
    width: 80px;
    height: auto;
  }

  .advertisement-bottom-inner {
    flex-wrap: wrap;
  }

  .advertisement-bottom-logo {
    width: 130px;
    border-radius: 5px;
    margin-top: 18px;
  }

  .advertisement-bottom-text {
    margin: 8px 0 16px 0;
  }

  .advertisement-bottom-text-headline {
    font-size: 12px;
  }

  .advertisement-bottom-text-sub {
    font-size: 12px;
  }
}</pre></body></html>