<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&amp;display=swap');

@charset "UTF-8";

/*----- TOP��modal (�������������) 菴遵�� 221130 -----*/
.sec-online-entry__btn {
    max-width: 478px;
    display: block;
    cursor: pointer;
    margin: 10px auto 0;
}
.sec-online-entry__btn:hover {
    transition: 0.5s;
    opacity: 0.75;
}
.sec-online-entry__btn img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.cmn-modal {
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2000 !important;
}
.cmn-modal &gt; div {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 30px;
  justify-content: center;
  width: 100%;
}
.cmn-modal img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 928px) {
  .cmn-modal &gt; div {
    padding: 4.1666666667vw;
  }
}

.cmn-modal__close {
  position: absolute;
  right: 0;
  top: 0;
}
.modal-content .cmn-modal__close {
  background: url("../img/pc/modal_ico_close.png") 50% 50% no-repeat;
  background-size: 24px 24px;
  cursor: pointer;
  height: 56px;
  width: 64px;
}
@media screen and (max-width: 928px) {
  .modal-content .cmn-modal__close {
    background-size: 3.3333333333vw 3.3333333333vw;
    height: 7.7777777778vw;
    width: 8.8888888889vw;
  }
}

.modal-content {
  /*background-color: #8bae49;*/
  max-width: 1200px;
  max-height: calc(100vh - 8.3333333333vw);
  overflow: auto;
  position: relative;
  width: 100%;
}
.modal-content__body {
    width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.modal-content__cols {
    width: calc(100% / 2 );
    box-sizing: border-box;
    padding: 16px 18px 10px;
    background-color: #4b82d5;
}
.modal-content__cols.online {
    background-color: #4b82d5;
    padding-right: 10px;
}
.modal-content__cols.kaijyou {
    background-color: #ecb42d;
    padding-left: 10px;
}
.modal-content__hd {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 17px;
  text-align: center;
}
.modal-content__box {
  background-color: #fff;
  padding: 16px 16px 32px;
  position: relative;
}
.modal-content__box.box1 {
    padding-bottom: 16px;
    margin-bottom: 10px;
}
.modal-content__box .modal-img {
  margin: 0 12px 24px;
  text-align: center;
  max-width: 100%;
}
.modal-content__box .modal-img img {
    max-width: 100%;
    margin: 0 auto;
}
.modal-content__box .modal-img img.mt {
    margin-top: 30px;
}
.modal-content__box.box1 .modal-img {
    margin-bottom: 0;
}
.modal-content__box .modal-img_fix {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 0;
}
.modal-content__box .modal-img_fix img {
    margin: 0;
}
@media screen and (max-width: 1024px) {
    .modal-content__box .modal-img_fix img {
        max-width: 120px;
    }
}
@media screen and (max-width: 928px) {
  .modal-content {
    max-height: calc(100vh - 25vw);
  }
  .modal-content__cols {
    padding: 2.7777777778vw !important;
  }
  .modal-content__hd {
    font-size: calc(12px + 12 * (100vw - 320px) / 608);
    margin-bottom: 2.5vw;
  }
  .modal-content__box {
    padding: 2.5vw 1.1111111111vw 3.3333333333vw;
  }
  .modal-content__box.box1 {
      padding-bottom: 1.1111111111vw;
      margin-bottom: 2vw;
  }
  .modal-content__box .modal-img {
    margin: 0 12px 10px !important;
  }
  .modal-content__cols {
      width: 100%;
    }
    .modal-content__box .modal-img img.mt {
        margin-top: 2vw;
    }
    .modal-content__box .modal-img_fix img {
        max-width: 140px;
    }
}
@media screen and (max-width: 480px) {
    .modal-content__box .modal-img_fix img {
        max-width: calc(110 / 480 * 100vw);
    }
}

.modal-content__txt1 {
  color: #ed6c00;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.modal-content__txt1.txt-black {
    color: #666 !important;
}
.modal-content__txt2 {
  color: #444444;
  font-size: 14px;
  margin-bottom: 34px;
  text-align: center;
  font-weight: 400;
}
.modal-content__txt3 {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
    .modal-content__txt2 {
        margin-bottom: 7px;
    }
}
@media screen and (max-width: 928px) {
  .modal-content__txt1 {
    font-size: calc(12px + 6 * (100vw - 320px) / 608);
    margin-bottom: 1.1111111111vw;
  }
  .modal-content__txt2 {
    font-size: calc(10px + 4 * (100vw - 320px) / 608);
  }
  .modal-content__txt3 {
    font-size: calc(11px + 5 * (100vw - 320px) / 608);
    margin-bottom: 1.1111111111vw;
  }
}

.modal-content__btn {
  background-color: #2464c5;
  border-radius: 30px;
  border: 5px solid #4b82d5;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 600;
  height: 60px;
  line-height: 48px;
  max-width: 96%;
  margin: 0 auto;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.modal-content__cols.online .modal-content__btn {
    background-color: #2464c5;
    border-color: #4b82d5;
}
.modal-content__cols.kaijyou .modal-content__btn {
    background-color: #de8300;
    border-color: #ecb42d;
}
.modal-content__btn div {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.modal-content__btn:hover {
  opacity: 0.75;
}
.modal-content__btn span {
  font-size: 15px;
}
.modal-content__btn a {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
    .modal-content__btn {
        font-size: calc(10px + 6 * (100vw - 320px) / 704);
        max-width: 100%;
    }
    .modal-content__btn span {
        font-size: calc(9px + 6 * (100vw - 320px) / 704);
    }
}
@media screen and (max-width: 928px) {
    .modal-content__btn {
        border-radius: 6px;
        height: 45px;
        line-height: 32px;
        max-width: 93%;
    }
}
@media screen and (max-width: 480px) {
    .modal-content__btn {
        height: 37px;
        line-height: 25px;
    }
}

.modal-content ul {
  color: #fff;
  font-size: 14px;
  line-height: 1.7142857143;
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
  font-weight: 400;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
}
.modal-content .modal-content__cols.online ul {
    justify-content: flex-start;
    margin-left: 16px;
}
.modal-content ul li {
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
}
@media screen and (max-width: 1024px) {
    .modal-content ul {
        font-size: calc(9px + 4 * (100vw - 320px) / 704);
    }
    .modal-content .modal-content__cols.online ul {
        margin-left: 0;
    }
}
@media screen and (max-width: 928px) {
    .modal-content ul {
        margin-top: 2vw;
    }
    .modal-content ul li {
        line-height: 1.5;
    }
}
</pre></body></html>