@charset "UTF-8";
::-webkit-input-placeholder {
  color: #aaa;
  opacity: 0.9;
}

:-moz-placeholder {
  color: #aaa;
  opacity: 0.9;
}

::-moz-placeholder {
  color: #aaa;
  opacity: 0.9;
}

:-ms-input-placeholder {
  color: #aaa;
  opacity: 0.9;
}

a {
  color: #00c172;
  text-decoration: underline;
}

.red {
  color: #f76260;
}

.mb {
  display: none;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .mb {
    display: block;
  }
}
.site-body {
  background: #fffbe8;
  min-width: 1170px;
  overflow: hidden;
  /*-- 主內容區塊 START
  ------------------- */
}
@media (max-width: 768px) {
  .site-body {
    min-width: 0;
  }
}
.site-body .site-main-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url(../images/main-bg.png) center 0 no-repeat;
  z-index: 5;
}
.site-body .site-main-wrapper .site-content {
  width: 1170px;
  height: 853px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-body .site-main-wrapper .smw-box {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 142px;
}
.site-body .site-main-wrapper .smb-title {
  width: 820px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
          transform: translateY(-40px);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.site-body .site-main-wrapper .smb-title img {
  width: 100%;
  display: block;
}
.site-body .site-main-wrapper .smb-title .mb {
  display: none;
}
.site-body .site-main-wrapper .smb-item {
  width: 675px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 4;
  opacity: 0;
  -webkit-transform: translateY(-25px);
      -ms-transform: translateY(-25px);
          transform: translateY(-25px);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.site-body .site-main-wrapper .smb-item img {
  width: 100%;
  display: block;
}
.site-body .site-main-wrapper .smb-item .mb {
  display: none;
}
.site-body .site-main-wrapper .smb-btn-box {
  width: 100%;
  margin-top: -116px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 5;
  opacity: 0;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.site-body .site-main-wrapper .smb-btn-box .sbb-btn {
  width: 270px;
  height: 100px;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e05d04), to(#ad4703));
  background: linear-gradient(#e05d04, #ad4703);
  padding: 10px 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  cursor: pointer;
  color: #FFF;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}
.site-body .site-main-wrapper .smb-btn-box .sbb-btn.on-touch {
  background: -webkit-gradient(linear, left top, left bottom, from(#ad4703), to(#e05d04));
  background: linear-gradient(#ad4703, #e05d04);
}
.site-body .site-main-wrapper .smb-btn-box .sbb-btn .sbn-txt {
  width: 100%;
  display: block;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}
.site-body .site-main-wrapper.ani .smb-btn-box, .site-body .site-main-wrapper.ani .smb-item, .site-body .site-main-wrapper.ani .smb-title {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.site-body .site-main-wrapper.ani .smb-title {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.site-body .site-main-wrapper.ani .smb-item {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.site-body .site-main-wrapper.ani .smb-btn-box {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
@media (max-width: 768px) {
  .site-body .site-main-wrapper {
    background-image: url(../images/main-bg-m.png);
    padding-top: 172%;
    background-size: contain;
  }
  .site-body .site-main-wrapper .site-content {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .site-body .site-main-wrapper .smw-box {
    width: 100%;
    max-width: 690px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    padding-top: 85px;
  }
  .site-body .site-main-wrapper .smb-title {
    width: 70%;
    max-width: 553px;
  }
  .site-body .site-main-wrapper .smb-title .pc {
    display: none;
  }
  .site-body .site-main-wrapper .smb-title .mb {
    display: block;
  }
  .site-body .site-main-wrapper .smb-item {
    width: 93%;
    max-width: 675px;
  }
  .site-body .site-main-wrapper .smb-item .pc {
    display: none;
  }
  .site-body .site-main-wrapper .smb-item .mb {
    display: block;
  }
  .site-body .site-main-wrapper .smb-btn-box {
    margin-top: -100px;
  }
  .site-body .site-main-wrapper .smb-btn-box .sbb-btn {
    width: 200px;
    height: 80px;
    border-radius: 8px;
    padding: 10px 6px;
    font-size: 24px;
  }
  .site-body .site-main-wrapper .smb-btn-box .sbb-btn .sbn-txt {
    font-size: 18px;
  }
}
@media (max-width: 568px) {
  .site-body .site-main-wrapper .smb-btn-box {
    margin-top: -70px;
  }
  .site-body .site-main-wrapper .smb-btn-box .sbb-btn {
    width: 150px;
    height: 60px;
    font-size: 16px;
  }
  .site-body .site-main-wrapper .smb-btn-box .sbb-btn .sbn-txt {
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  .site-body .site-main-wrapper .smb-btn-box {
    margin-top: -64px;
  }
  .site-body .site-main-wrapper .smb-btn-box .sbb-btn {
    width: 110px;
    height: 60px;
  }
}
.site-body .site-content-wrapper {
  width: 100%;
  position: relative;
}
.site-body .site-content-wrapper * {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.site-body .site-content-wrapper .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-body .site-content-wrapper .flex-box img {
  vertical-align: top;
}
@media (max-width: 768px) {
  .site-body .site-content-wrapper .flex-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.site-body .site-content-wrapper .site-content {
  width: 1170px;
  margin: 0 auto;
  position: relative;
}
.site-body .site-content-wrapper .content-title-box {
  width: 100%;
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .site-body .site-content-wrapper .content-title-box {
    margin-bottom: 24px;
  }
}
.site-body .site-content-wrapper .content-title {
  text-align: center;
  font-size: 44px;
  font-weight: bold;
  line-height: 1.2;
  color: #064862;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.site-body .site-content-wrapper .content-title + .content-dsr {
  margin-top: 8px;
}
@media (max-width: 768px) {
  .site-body .site-content-wrapper .content-title {
    font-size: 32px;
  }
  .site-body .site-content-wrapper .content-title + .content-dsr {
    margin-top: 8px;
  }
}
.site-body .site-content-wrapper .content-dsr {
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  color: #14b0ca;
}
@media (max-width: 768px) {
  .site-body .site-content-wrapper .content-dsr {
    font-size: 16px;
  }
}
.site-body .site-content-wrapper .content-list {
  width: 100%;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #FFF;
  padding: 0 40px;
}
.site-body .site-content-wrapper .content-list ul {
  width: 100%;
  list-style-type: disc;
  padding-left: 20px;
}
.site-body .site-content-wrapper .content-list ul li + li {
  margin-top: 16px;
}
.site-body .site-content-wrapper .content-list .cls-txt {
  width: 100%;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 768px) {
  .site-body .site-content-wrapper .content-list {
    font-size: 16px;
    padding: 0 12px;
  }
  .site-body .site-content-wrapper .content-list .cls-txt {
    font-size: 15px;
  }
}
.site-body .site-content-wrapper.se-0 {
  background: url(../images/s1-bg.jpg) center bottom no-repeat;
  min-height: 1400px;
  position: relative;
  z-index: 4;
}
.site-body .site-content-wrapper.se-0 .site-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0px 24px 80px;
}
.site-body .site-content-wrapper.se-0 .content-title-box {
  margin-top: -120px;
}
.site-body .site-content-wrapper.se-0 .events-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.site-body .site-content-wrapper.se-0 .events-list .el-box {
  width: 532px;
  margin-right: 40px;
  background: #FFF;
  border: 3px solid #6dd5e6;
  border-radius: 40px;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}
.site-body .site-content-wrapper.se-0 .events-list .el-box:nth-child(2n) {
  margin-right: 0;
}
.site-body .site-content-wrapper.se-0 .events-list .el-box:not(:nth-child(1), :nth-child(2)) {
  margin-top: 40px;
}
.site-body .site-content-wrapper.se-0 .events-list .elb-title {
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: center center/cover no-repeat;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.2;
  color: #FFF;
  padding: 20px 40px;
}
.site-body .site-content-wrapper.se-0 .events-list .elb-title.ett-01 {
  background-image: url("../images/s1-pic1.jpg");
}
.site-body .site-content-wrapper.se-0 .events-list .elb-title.ett-02 {
  background-image: url("../images/s1-pic2.jpg");
}
.site-body .site-content-wrapper.se-0 .events-list .elb-title.ett-03 {
  background-image: url("../images/s1-pic3.jpg");
}
.site-body .site-content-wrapper.se-0 .events-list .elb-title.ett-04 {
  background-image: url("../images/s1-pic4.jpg");
}
.site-body .site-content-wrapper.se-0 .events-list .elb-content {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 40px 40px;
  font-size: 20px;
  line-height: 1.5;
  color: #525252;
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-body .site-content-wrapper.se-0 .events-list .ebc-info {
  width: 100%;
}
.site-body .site-content-wrapper.se-0 .events-list .eif-01 {
  width: 100%;
}
.site-body .site-content-wrapper.se-0 .events-list .eif-01 + .eif-02 {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #14b0ca;
}
.site-body .site-content-wrapper.se-0 .events-list .eif-01 + .eif-02.eif-noline {
  margin-top: 30px;
  padding-top: 0px;
  border-top: none;
}
.site-body .site-content-wrapper.se-0 .events-list .eif-title {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  color: #404644;
  margin-bottom: 30px;
}
.site-body .site-content-wrapper.se-0 .events-list .eif-title a {
  color: #00c172;
  text-decoration: underline;
}
.site-body .site-content-wrapper.se-0 .events-list .eif-title .et-hl {
  color: #ff7c31;
}
.site-body .site-content-wrapper.se-0 .events-list .eif-txt {
  width: 100%;
  font-size: 24px;
  line-height: 1.5;
  color: #404644;
}
.site-body .site-content-wrapper.se-0 .events-list .eif-txt + .eif-process-box {
  margin-top: 20px;
}
.site-body .site-content-wrapper.se-0 .events-list .eif-list {
  width: 100%;
  font-size: 20px;
  line-height: 1.5;
  color: #404644;
}
.site-body .site-content-wrapper.se-0 .events-list .eif-list .et-hl {
  color: #ff7c31;
}
.site-body .site-content-wrapper.se-0 .events-list .eif-list li {
  padding-left: 40px;
  position: relative;
}
.site-body .site-content-wrapper.se-0 .events-list .eif-list li + li {
  margin-top: 16px;
}
.site-body .site-content-wrapper.se-0 .events-list .eif-list li:before {
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  background: center center/contain no-repeat;
  margin-right: 12px;
  position: absolute;
  top: 0;
  left: 0;
}
.site-body .site-content-wrapper.se-0 .events-list .eif-list .el-01:before {
  background-image: url("../images/s1-icon1.svg");
}
.site-body .site-content-wrapper.se-0 .events-list .eif-list .el-02:before {
  background-image: url("../images/s1-icon2.svg");
}
.site-body .site-content-wrapper.se-0 .events-list .eif-note-list {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  color: #404644;
}
.site-body .site-content-wrapper.se-0 .events-list .eif-note-list .et-hl {
  color: #ff7c31;
}
.site-body .site-content-wrapper.se-0 .events-list .eif-note-list a {
  color: #00c172;
  text-decoration: underline;
}
.site-body .site-content-wrapper.se-0 .events-list .eif-note-list li {
  padding-left: 40px;
  position: relative;
}
.site-body .site-content-wrapper.se-0 .events-list .eif-note-list li + li {
  margin-top: 16px;
}
.site-body .site-content-wrapper.se-0 .events-list .eif-note-list li:before {
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  background: url("../images/s1-icon3.svg") center center/contain no-repeat;
  margin-right: 12px;
  position: absolute;
  top: 0;
  left: 0;
}
.site-body .site-content-wrapper.se-0 .events-list .eif-process-box {
  width: 100%;
  margin-top: 30px;
}
.site-body .site-content-wrapper.se-0 .events-list .eif-process-box img {
  width: 100%;
  display: block;
}
.site-body .site-content-wrapper.se-0 .events-list .eif-process-box .epb-mb {
  display: none;
}
.site-body .site-content-wrapper.se-0 .events-list .ebc-btn-box {
  width: 100%;
  margin-top: 30px;
}
.site-body .site-content-wrapper.se-0 .events-list .ebc-btn-box .ebc-btn {
  width: 100%;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #e0e5ea;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 1.2;
  color: #0c7587;
  border-radius: 8px;
  text-decoration: none;
}
.site-body .site-content-wrapper.se-0 .events-list .ebc-btn-box .ebc-btn.on-touch {
  background: #ced3d9;
  text-decoration: none;
}
.site-body .site-content-wrapper.se-0 .events-list .ebc-btn-box .ebc-btn:before {
  content: "";
  width: 34px;
  height: 34px;
  display: block;
  background: center center/contain no-repeat;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.site-body .site-content-wrapper.se-0 .events-list .ebc-btn-box .ebc-btn.ebn-01:before {
  background-image: url("../images/s1-icon4.svg");
}
.site-body .site-content-wrapper.se-0 .events-list .ebc-btn-box .ebc-btn.ebn-02:before {
  background-image: url("../images/s1-icon5.svg");
}
.site-body .site-content-wrapper.se-0 .smb-btn-box {
  width: 100%;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 5;
}
.site-body .site-content-wrapper.se-0 .smb-btn-box .sbb-btn {
  width: 270px;
  height: 100px;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e05d04), to(#ad4703));
  background: linear-gradient(#e05d04, #ad4703);
  padding: 10px 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  cursor: pointer;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}
.site-body .site-content-wrapper.se-0 .smb-btn-box .sbb-btn.on-touch {
  background: -webkit-gradient(linear, left top, left bottom, from(#ad4703), to(#e05d04));
  background: linear-gradient(#ad4703, #e05d04);
}
.site-body .site-content-wrapper.se-0 .smb-btn-box .sbb-btn .sbn-txt {
  width: 100%;
  display: block;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}
@media (max-width: 768px) {
  .site-body .site-content-wrapper.se-0 {
    min-height: 0;
  }
  .site-body .site-content-wrapper.se-0 .site-content {
    width: 100%;
    padding: 0px 24px 60px;
  }
  .site-body .site-content-wrapper.se-0 .content-title-box {
    margin-top: 30px;
  }
  .site-body .site-content-wrapper.se-0 .events-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -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;
  }
  .site-body .site-content-wrapper.se-0 .events-list .el-box {
    width: 100%;
    max-width: 515px;
    margin-right: 0px;
  }
  .site-body .site-content-wrapper.se-0 .events-list .el-box:not(:nth-child(1)) {
    margin-top: 40px;
  }
  .site-body .site-content-wrapper.se-0 .events-list .elb-title {
    padding: 20px 24px;
  }
  .site-body .site-content-wrapper.se-0 .events-list .elb-content {
    padding: 30px 24px;
  }
  .site-body .site-content-wrapper.se-0 .events-list .eif-title {
    margin-bottom: 20px;
  }
  .site-body .site-content-wrapper.se-0 .events-list .eif-01 + .eif-02 {
    margin-top: 20px;
    padding-top: 20px;
  }
  .site-body .site-content-wrapper.se-0 .events-list .eif-01 + .eif-02.eif-noline {
    margin-top: 20px;
  }
  .site-body .site-content-wrapper.se-0 .events-list .eif-process-box {
    margin-top: 20px;
  }
  .site-body .site-content-wrapper.se-0 .events-list .eif-process-box .epb-pc {
    display: none;
  }
  .site-body .site-content-wrapper.se-0 .events-list .eif-process-box .epb-mb {
    display: block;
  }
  .site-body .site-content-wrapper.se-0 .events-list .ebc-btn-box {
    margin-top: 20px;
  }
  .site-body .site-content-wrapper.se-0 .smb-btn-box {
    margin-top: 40px;
  }
}
.site-body .site-content-wrapper.se-1 {
  background: #006b8b url(../images/s2-bg.jpg) center bottom no-repeat;
  min-height: 600px;
  position: relative;
  z-index: 4;
}
.site-body .site-content-wrapper.se-1 .site-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 80px 24px;
}
.site-body .site-content-wrapper.se-1 .content-title {
  color: #FFF;
}
.site-body .site-content-wrapper.se-1 .content-dsr {
  color: #c4fcff;
}
.site-body .site-content-wrapper.se-1 .finction-list-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 5;
}
.site-body .site-content-wrapper.se-1 .finction-list-box .finction-list {
  width: 100%;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.site-body .site-content-wrapper.se-1 .finction-list-box .finction-list li {
  margin-right: 30px;
  opacity: 0;
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.site-body .site-content-wrapper.se-1 .finction-list-box .finction-list li:nth-child(4n) {
  margin-right: 0;
}
.site-body .site-content-wrapper.se-1 .finction-list-box .finction-list .fl-link {
  width: 180px;
  min-height: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5px 8px 16px;
  border-radius: 18px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
}
.site-body .site-content-wrapper.se-1 .finction-list-box .finction-list .fl-link.on-touch {
  background: #19566f;
  text-decoration: none;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.site-body .site-content-wrapper.se-1 .finction-list-box .finction-list .fl-link.on-touch .fl-txt {
  color: #FFF;
}
.site-body .site-content-wrapper.se-1 .finction-list-box .finction-list .fl-link .fl-img {
  width: 150px;
}
.site-body .site-content-wrapper.se-1 .finction-list-box .finction-list .fl-link .fl-img img {
  width: 100%;
  display: block;
}
.site-body .site-content-wrapper.se-1 .finction-list-box .finction-list .fl-link .fl-txt {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #8adcea;
  text-align: center;
}
.site-body .site-content-wrapper.se-1.ani .finction-list-box .finction-list li {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.site-body .site-content-wrapper.se-1.ani .finction-list-box .finction-list li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.site-body .site-content-wrapper.se-1.ani .finction-list-box .finction-list li:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.site-body .site-content-wrapper.se-1.ani .finction-list-box .finction-list li:nth-child(3) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.site-body .site-content-wrapper.se-1.ani .finction-list-box .finction-list li:nth-child(4) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.site-body .site-content-wrapper.se-1.ani .finction-list-box .finction-list li:nth-child(5) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.site-body .site-content-wrapper.se-1.ani .finction-list-box .finction-list li:nth-child(6) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.site-body .site-content-wrapper.se-1.ani .finction-list-box .finction-list li:nth-child(7) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.site-body .site-content-wrapper.se-1.ani .finction-list-box .finction-list li:nth-child(8) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
@media (max-width: 768px) {
  .site-body .site-content-wrapper.se-1 {
    min-height: 0;
  }
  .site-body .site-content-wrapper.se-1 .site-content {
    width: 100%;
    padding: 60px 24px;
  }
  .site-body .site-content-wrapper.se-1 .finction-list-box .finction-list {
    max-width: 550px;
  }
  .site-body .site-content-wrapper.se-1 .finction-list-box .finction-list li:nth-child(2n) {
    margin-right: 0;
  }
  .site-body .site-content-wrapper.se-1 .smb-btn-box {
    margin-top: 40px;
  }
}
@media (max-width: 568px) {
  .site-body .site-content-wrapper.se-1 .finction-list-box .finction-list {
    max-width: 270px;
  }
  .site-body .site-content-wrapper.se-1 .finction-list-box .finction-list .fl-link {
    width: 120px;
    min-height: 140px;
  }
  .site-body .site-content-wrapper.se-1 .finction-list-box .finction-list .fl-link .fl-img {
    width: 100px;
  }
  .site-body .site-content-wrapper.se-1 .finction-list-box .finction-list .fl-link .fl-txt {
    font-size: 14px;
  }
}
.site-body .site-content-wrapper.se-2 {
  background: #fefbe8;
  position: relative;
  z-index: 4;
}
.site-body .site-content-wrapper.se-2 .site-content {
  width: 1050px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 70px 24px 100px;
}
.site-body .site-content-wrapper.se-2 .note-title {
  font-size: 20px;
  line-height: 1.5;
  color: #404644;
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
}
.site-body .site-content-wrapper.se-2 .note-title:before {
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  background: url("../images/s1-icon3.svg") center center/contain no-repeat;
  margin-right: 12px;
  position: absolute;
  top: 0;
  left: 0;
}
.site-body .site-content-wrapper.se-2 .note-list {
  font-size: 16px;
  line-height: 1.5;
  color: #404644;
  list-style: decimal;
  padding-left: 20px;
}
.site-body .site-content-wrapper.se-2 .note-list li + li {
  margin-top: 8px;
}
.site-body .site-content-wrapper.se-2 .note-list + .note-txt {
  margin-top: 32px;
}
.site-body .site-content-wrapper.se-2 .note-txt {
  font-size: 16px;
  line-height: 1.5;
  color: #404644;
}
@media (max-width: 768px) {
  .site-body .site-content-wrapper.se-2 {
    min-height: 0;
  }
  .site-body .site-content-wrapper.se-2 .site-content {
    width: 100%;
    padding: 60px 24px;
  }
}

/*-- 浮動社群 --*/
.container-floating {
  display: block;
  position: fixed;
  bottom: 165px;
  right: 32px;
  z-index: 990;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.container-floating.cfl-active {
  height: 200px;
}
.container-floating.cfl-active2 {
  bottom: -300px;
}
@media (max-width: 768px) {
  .container-floating {
    bottom: 95px;
    right: 17px;
  }
}

#floating-button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #db4437;
  position: absolute;
  bottom: 0px;
  right: 0;
  cursor: pointer;
}
#floating-button.is-active .ic-share {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-animation: is-rotate 0.3s linear;
  animation: is-rotate 0.3s linear;
}
#floating-button.is-active .ic-clear {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-animation: is-rotate 0.3s linear;
  animation: is-rotate 0.3s linear;
}

.ic-clear, .ic-share {
  color: white;
  width: 45px;
  height: 45px;
  line-height: 46px;
  font-size: 21px;
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ic-share {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  -webkit-animation: is-rotate2 0.3s linear;
  animation: is-rotate2 0.3s linear;
}

.ic-clear {
  font-size: 16px;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  -webkit-animation: is-rotate2 0.3s linear;
  animation: is-rotate2 0.3s linear;
}

.nds .ic-fb, .nds .ic-line {
  color: white;
  width: 40px;
  height: 40px;
  line-height: 42px;
  position: absolute;
  top: 0;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 23px;
  text-decoration: none;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  -webkit-animation: plus-out 0.3s linear;
  animation: plus-out 0.3s linear;
}
.nds .ic-line {
  font-size: 21px;
}

@-webkit-keyframes plus-out {
  from {
    opacity: 0;
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
}

@keyframes plus-out {
  from {
    opacity: 0;
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
}
@-webkit-keyframes is-rotate {
  from {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@keyframes is-rotate {
  from {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@-webkit-keyframes is-rotate2 {
  from {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
  to {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
}
@keyframes is-rotate2 {
  from {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
  to {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
}
.nds {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  right: 2px;
  z-index: 300;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  cursor: pointer;
}

.nd1 {
  background: #00c300;
  bottom: 55px;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation: bounce-out-nds 0.3s linear;
  animation: bounce-out-nds 0.3s linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.nd3 {
  background: #4267b2;
  bottom: 105px;
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
  -webkit-animation: bounce-out-nds 0.3s linear;
  animation: bounce-out-nds 0.3s linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.nd4 {
  background: #4267b2;
  bottom: 105px;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation: bounce-out-nds 0.3s linear;
  animation: bounce-out-nds 0.3s linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes bounce-nds {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes bounce-nds {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes bounce-out-nds {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes bounce-out-nds {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
.container-floating.cfl-active .nds {
  animation: bounce-nds 0.1s linear;
  -webkit-animation: bounce-nds 0.1s linear;
  animation: bounce-nds 0.1s linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.container-floating.cfl-active .nd3 {
  -webkit-animation-delay: 0.08s;
          animation-delay: 0.08s;
}
.container-floating.cfl-active .nd4 {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.container-floating.cfl-active .nd5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

/*----*/