<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  position: relative;
  z-index: 1;
  width: 100%;
  color: #333;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
img {
  max-width: 100%;
}
.container {
  width:100%;
  overflow:hidden;
}
.section {
  padding: 80px 0;
}
.sec-page {
  padding: 30px 0 0;
  background: #f5f0ed;
}
.sec-page-list {
  background: url(../images/top/benefits_bg_02.jpg) repeat;
}
.contents {
  width: 100%;
  max-width: 1150px;
  margin: auto;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.switch-pc {
  display: block;
}
.switch-sp {
  display: none;
}
.switch-pad {
  display: none;
}
.border-title {
  display: inline;
  background: linear-gradient(transparent 50%, #FFFF00 0%);
}
.contents-title {
  padding: 80px 0 0 50px;
  font-size: 36px;
}
.contents-nav {
  padding: 40px 0;
  background: rgba(255,255,255,0.7);
}
.contents-nav-link {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 260px;
  padding: 30px 0;
  background: #f18d1e;
  color: #fff;
  font-size: 16px;
  border-radius: 10px;
  text-align: center;
  transition: .3s;
}
.contents-nav-link:hover {
  opacity: .7;
}
.contents-nav-link:before {
  display: block;
  position: absolute;
  z-index: 2;
  top: 30px;
  content: "";
}
.contents-nav-link.entry:before {
  width: 39px;
  height: 37px;
  top: 16px;
  left: 74px;
  background: url(../images/common/icon_entry.png) no-repeat;
  background-size: cover;
}
.contents-nav-link.mynav:before {
  width: 32px;
  height: 34px;
  top: 21px;
  left: 92px;
  background: url(../images/common/icon_flag.png) no-repeat;
  background-size: cover;
}
.contents-nav-link.contact:before {
  width: 34px;
  height: 24px;
  top: 26px;
  left: 45px;
  background: url(../images/common/icon_mail.png) no-repeat;
  background-size: cover;
}
.contents-nav-link:after {
  display: block;
  position: absolute;
  z-index: 2;
  top: 30px;
  right: 10px;
  content: "��";
}
.pager {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 50px;
}
.pager ul li {
  margin: 0 20px 0 0;
}
.pager ul li:last-child {
  margin: 0;
}
.pager ul li a {
  width: 40px;
  height: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border:1px solid #f18d1e;
  color: #f18d1e;
}
.pager ul li a:hover , .pager ul li a.true {
  background:#f18d1e;
  color: #fff;
}
.nav-list {
  margin: 15px 0 5px;
}
.nav-list li {
  width: 230px;
}
.nav-list a {
  display: block;
  width: 100%;
  padding: 5px 0;
  border-left: 1px solid #c6c6c6;
  color: #333;
  font-size: 12px;
  transition: .3s;
  text-align: center;
}
.nav-list a:hover {
  color: #fff;
  background: #333;
}
.nav-list li:last-of-type a {
  border-right: 1px solid #c6c6c6;
}
.copyright {
  display: block;
  width: 100%;
  padding: 20px 0;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background: #333;
}
/* Start / 荳句ｱ､ 蜈ｱ騾� */
.page-title-box {
  padding: 160px 0;
  color: #fff;
  font-size: 36px;
  text-shadow: 0px 0px 10px #444;
  text-align: center;
}
.article-back-btn {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 250px;
  margin: auto;
  padding: 20px 0;
  background: #f18d1e;
  color: #fff;
  font-size: 16px;
  border-radius: 10px;
  text-align: center;
  transition: .3s;
}
.article-back-btn:before {
  display: block;
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 10px;
  content: "��";
}
.article-back-btn:hover {
  opacity: .7;
}
.movie-iframe-box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie-iframe-box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.page-title {
  font-size: 36px;
}
/* End / 荳句ｱ､ 蜈ｱ騾� */


/* Start / header */
.header-logo {
  padding-top: 10px;
}
.header-contact a {
  transition: .3s;
}
.header-contact a:hover {
  opacity: .5;
}
.header-contact .tel a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 35px;
  color: #f18d1e;
  font-size: 20px;
}
.header-contact .tel a:before {
  display: block;
  content: "";
  width: 25px;
  height: 21px;
  margin-right: 15px;
  background: url(../images/common/icon_phone_color.png) no-repeat;
  background-size: cover;
}
.header-contact .mail a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 5px 0 30px;
  background: #333;
  color: #fff;
  font-size: 14px;
}
.header-contact .mail a:before {
  display: block;
  content: "";
  width: 17px;
  height: 13px;
  margin-right: 15px;
  background: url(../images/common/icon_mail.png) no-repeat;
  background-size: cover;
}
.header-contact .mail a:after {
  display: block;
  content: "&gt;";
  margin-left: 30px;
}
/* End / header */

/* Start / 繝代Φ縺上★ */
.breadcrumb a {
  font-size: 12px;
  color: #333;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li:not(:last-child) a:after {
  content: "&gt;";
  padding: 0 10px;
}
/* End / 繝代Φ縺上★ */

/* Start / footer */
.footer-contents {
  padding: 35px 0 20px;
  background: #f6f1ee;
}
.footer-contents &gt; .flex {
  display: flex;
  flex-flow: row-reverse;
}
.footer-contents .tel-btn {
  margin: 12px 0;
}
.footer-contents .tel-btn a {
  display: block;
  position: relative;
  z-index: 1;
  width: 170px;
  padding: 6px 0 6px 15px;
  color: #fff;
  font-size: 12px;
  background: #F18D1F;
  border-radius: 14px;
  text-align: center;
}
.footer-contents .tel-btn a:before {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 4px;
  left: 20px;
  content: "";
  width: 18px;
  height: 15px;
  margin-right: 10px;
  background: url(../images/common/icon_phone.png) no-repeat;
  background-size: cover;
}
.footer-detail-text {
  font-size: 12px;
  line-height: 1.8;
}
.footer-bnr-box {
  flex-wrap: wrap;
  max-width: 540px;
}
.footer-bnr {
  margin-bottom: 15px;
}
.footer-bnr a {
  transition: .3s;
}
.footer-bnr a:hover {
  opacity: .7;
}
/* End / footer */
/*------------------- Start / blake-point -------------------*/
@media screen and (max-width: 1150px) {
  .footer-contents {
        padding: 35px 5% 20px;
  }
  .footer-bnr-box {
    max-width: 260px;
  }
  .section {
    padding: 10% 5%;
  }
  .sec-page {
    padding: 5% 5% 0;
  }
  .nav-list li {
    width: calc(100%/6);
  }
  .nav-list a {
    padding: 3%;
  }
  .contents-title-box {
    display: block;
    text-align: center;
  }
  .contents-title {
    display: inline-block;
    font-size: 6vw;
    padding: 80px 12% 0 12%;
  }
  .contents-nav {
    padding: 5% 2%;
  }
  .contents-nav-link {
    width: 24%;
  }
}
@media screen and (max-width: 1150px) and (min-width: 768px) {
  .switch-pad {
    display: block;
  }
  .contents-nav-link.entry:before,
  .contents-nav-link.mynav:before,
  .contents-nav-link.contact:before {
    content: none;
  }
}
/*------------------- End / blake-point -------------------*/

/*------------------- Start / blake-point -------------------*/
@media screen and (max-width: 767px) {
.pager {
  margin: 0 0 30px;
}
.pager ul li a {
  width: 35px;
  height: 35px;
}
  .container {
    padding-top: 80px;
  }
  .switch-pc {
    display: none;
  }
  .switch-sp {
    display: block;
  }
  .switch-pad {
    display: none;
  }
  .contents-title {
    display: block;
    font-size: 7vw;
    padding: 15% 0 0;
  }
  .contents-nav {
    padding: 5% 10%;
  }
  .contents-nav &gt; .flex {
    display: block;
  }
  .contents-nav-link {
    width: 100%;
    max-width: none;
    margin-bottom: 5%;
    padding: 25px 0;
  }
  .contents-nav-link:after {
    top: 25px;
  }
  .contents-nav-link.entry:before {
    left: 7%;
  }
  .contents-nav-link.mynav:before {
    left: 8%;
  }
  .contents-nav-link.contact:before {
    top: 20px;
    left: 7%;
  }
  .header-nav .nav-list {
    display: block;
    margin: 0;
    padding: 3% 10%;
  }
  .header-nav .nav-list li {
    width: 100%;
  }
  .header-nav .nav-list a {
    border: none;
    padding: 5%;
  }
  .header-nav .nav-list li:last-of-type a {
    border-right: none;
  }
  .page-title {
    font-size: 6.5vw;
  }
  /* Start / header */
  .header {
    display: block;
    position: fixed;
    z-index: 3;
    top: 0;
    padding: 15px;
    background: #fff;
  }
  .header-logo {
    margin-left: 15px;
    padding: 0;
    width: 70%;
  }
  .header-nav {
    position: absolute;
  }
  .header-nav .nav-list {
    display: block;
    margin: 0;
  }
  .menu-btn {
    width: 50px;
    height: 50px;
    padding: 7px 0;
    background: #F18D1F;
  }
  .menu-border {
    display: block;
    width: 30px;
    height: 2px;
    margin: 8px auto;
    background-color: #ffffff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .menu-btn.on .menu-border:nth-child(1){
    -webkit-transform: rotate(-45deg) translate(-7px, 7px);
    transform: rotate(-45deg) translate(-7px, 7px);
  }
  .menu-btn.on .menu-border:nth-child(2) {
    opacity: 0;
  }
  .menu-btn.on .menu-border:nth-child(3) {
    -webkit-transform: rotate(45deg) translate(-7px, -7px);
    transform: rotate(45deg) translate(-7px, -7px);
  }
  .header-nav {
    transform: scaleY(0);
    transform-origin: top center;
    position: absolute;
    z-index: 10;
    right: 0;
    left: 0;
    opacity: 0;
    transition: .3s;
  }
  .header-nav.nav_on {
    transform: scaleY(1);
    top: 80px;
    right: 0;
    left: 0;
    margin: auto;
    background: rgba(255,255,255,0.9);
    opacity: 1;
  }
  /* End / header */

  /* Start / footer */
  .footer-contents {
    padding: 10% 0;
    text-align: center;
  }
  .footer-contents &gt; .flex {
    display: block;
  }
  .footer-bnr-box {
    display: block;
    margin: auto;
    text-align: center;
  }
  .footer-contents .tel-btn a {
    width: 80%;
    margin: 5% auto;
    font-size: 7vw;
  }
  .footer-contents .tel-btn a:before {
    width: 10%;
    height: 60%;
    top: 21%;
    left: 9%;
  }
  .footer-logo {
    width: 50%;
    margin: auto;
  }
  .copyright {
    line-height: 1.4;
    padding: 7px 0;
  }
  /* End / footer */
}
/*------------------- End / blake-point -------------------*/
</pre></body></html>