@charset "UTF-8";
body,
div,
span,
h1,
p,
a,
img,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: none !important;
  background: transparent;
}

html,
body {
  width: 100%;
  height: 100%;
  position: relative;
  padding-right: 0 !important;
  -webkit-overflow-scrolling: touch;
  font-family: 'Noto Sans TC', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Microsoft JhengHei', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-weight: normal;
}

.modal-open {
  overflow: initial !important;
}

a:focus,
button:active,
button:focus,
area:active,
area:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

img {
  max-width: 100%;
}

@media screen and (max-width: 767.98px) {
  .pc {
    display: none;
  }
}

.mb {
  display: none;
}

@media screen and (max-width: 767.98px) {
  .mb {
    display: block;
  }
}

a {
  text-decoration: underline;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  /*background-image: url(../img/bg.jpg);*/
  padding: 0 12px;
  overflow: hidden;
  background-color: #fcf9f7;
}

.main {
  max-width: 980px;
  margin: 0 auto;
  color: #666;
  letter-spacing: 1px;
  line-height: 1.75;
  padding-bottom: 80px;
  position: relative;
  background: url("../img/feihua.png") repeat 100% center;
}



.PAPPER {width: 800px;height: auto;margin: 0 auto;border: solid 1px #c8a85b;padding: 4% 2%;background-color: #fff;
  box-shadow:
  0 0 0 2px #c8a85b,
  0 0 0 10px #fff;}



/*.PAPPER::after{
  content: "";
  display: block;
  width: 980px;
  height: 122px;
  background: url("../img/wave-b.png") no-repeat top center;
}*/


@media screen and (max-width: 767.98px) {
  .main {
    padding-bottom: 40px;
  }

  .PAPPER {width: 96%;}

}

.main__img {
  position: absolute;
  top: -30px;
  right: 0;
  max-width: 250px;
  -webkit-animation: imgTop 1s infinite alternate;
          animation: imgTop 1s infinite alternate;
}

@media screen and (max-width: 767.98px) {
  .main__img {
    top: 5px;
    width: 32%;
  }
}

.main__header {
  padding: 30px 5px 10px 5px;
  margin-bottom: 20px;
  /*border-bottom: 1px solid #ccc;*/
}

.main__header a {
  display: block;
  width: 195px;
}

.main__title {
  /*padding: 4px 12px;
  background-color: #e13d3d;*/
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #c8a85b;
  width: 418px;
  height: 141px;
  background: url("../img/titlebg.png") no-repeat top center;
  margin: 0 auto;
  text-align: center;
  padding-top: 5%;
  line-height: 1.2;
}

@media screen and (max-width: 767.98px) {
  .main__title {
    font-size: 6vw;
    width: 100%;
    height: 0;
    padding-bottom: 34%;
    background: url("../img/titlebg.png") no-repeat top center;
    background-size: 100%;
    padding-top: 8%;
  }
}

.main__subtitle {
  padding: 35px 5px 0;
}

@media screen and (max-width: 767.98px) {
  .main__subtitle {
    padding: 20px 5px 0;
  }
}

.main__subtitle p {
  margin-bottom: 35px;
}

@media screen and (max-width: 767.98px) {
  .main__subtitle p {
    margin-bottom: 20px;
  }
}

.main__list {
  /*margin-bottom: 50px;*/
  width: 90%;
  margin: 0 auto 50px auto;
}

@media screen and (max-width: 767.98px) {
  .main__list {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767.98px) {
  .main__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main__bottom div {
    width: 40%;
    padding: 0 10px;
  }
}

.main__bottom p {
  text-align: right;
}

@media screen and (max-width: 767.98px) {
  .main__bottom p {
    text-align: left;
  }
}

.list-title {
  font-size: 1.2rem;
  color: #000;
}

.list-block {
  margin: 0;
  padding-left: 18px;
  list-style-type: '◎';
}

.list-block li {
  margin-bottom: 6px;
}

.list-block li img {
  max-width: 142px;
  margin-right: 5px;
}

.list-block li a {
  color: #0067b6;
}

.footer {
  max-width: 980px;
  margin: 0 auto;
  padding: 20px 5px;
  border-top: 1px solid #ccc;
  text-align: center;
  color: #666;
}

.footer p {
  font-size: 12px;
  margin-bottom: 8px;
  letter-spacing: 1px;
}

@media screen and (max-width: 767.98px) {
  .footer p {
    margin-bottom: 0;
  }
}

.footer a {
  display: inline-block;
  color: #333;
  font-size: 1.2em;
  margin: 0 6px;
}

@media screen and (max-width: 767.98px) {
  .footer a.pc {
    display: none;
  }
}

.text-red {
  color: #e13d3d;
  font-weight: bold;
}

.text-bg-blue {
  background-color: #2e769e;
  padding: 2px 8px;
  margin: 0 5px;
  color: #fff;
  white-space: nowrap;border-radius: 4px;
}

.text-bg-yellow {
  background-color: #f09b46;
  padding: 2px 8px;
  margin: 0 5px;
  color: #fff;
  white-space: nowrap;
}

.text-blue {
  font-weight: bold;
  color: #0067b6;
}

.text-black {
  color: #333;
}

.indent li {
  text-indent: -3rem;
  padding-left: 3rem;
}

.flower {
  position: fixed;
  left: 53%;
  bottom: 50px;
  -webkit-transform: translateX(-700px);
          transform: translateX(-700px);
  max-width: 200px;
}

.modal .modal-dialog {
  max-width: 700px;
}

.modal .modal-header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767.98px) {
  .modal .modal-header {
    padding: 0.5rem;
  }
}

.modal .modal-header .space {
  width: 20px;
}

.modal .modal-header button {
  margin: -1rem;
}

.modal .modal-header h5 {
  color: #f00;
}

@media screen and (max-width: 767.98px) {
  .modal .modal-body {
    padding: 0.5rem;
  }
}

.modal .modal-body li {
  letter-spacing: 1px;
  line-height: 1.8;
  margin-bottom: 6px;
  color: #666;
}

@media screen and (max-width: 767.98px) {
  .modal .modal-body li {
    font-size: 14px;
    line-height: 1.5;
  }
}

.modal .modal-body .decimal {
  margin: 0;
  padding-left: 20px;
  list-style: decimal;
}

.modal .modal-body .dot {
  list-style: disc;
  margin: 0;
  padding-left: 15px;
}

.modal .modal-footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767.98px) {
  .modal .modal-footer {
    padding: 0.5rem;
  }
}

.modal .modal-footer button {
  border-radius: 0;
  padding: 5px 15px;
  letter-spacing: 2px;
}

@-webkit-keyframes imgTop {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}

@keyframes imgTop {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}
/*# sourceMappingURL=all.css.map */