@charset "UTF-8";

.modal {
  display: none;
  position: fixed;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.85);
}

.modal a {
  color: #98deea;
}

.modal__flex {
  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-direction: column;
  flex-direction: column;
  margin: 20px 0 40px;
  background-color: #fff;
  padding: 3%;
  color: #000;
}
.modal__flex ul p {
  font-size: 30px;
  color: #ff4d16;
  font-weight: bold;
  margin-bottom: 2%;
}
.modal__flex ul li {
  list-style-type: decimal !important;
}
.modal__flex ul li a {
  color: #3da1ff;
}
.modal__flex ul li a:hover {
  color: #006eff;
}
.modal__step {
  width: 10%;
}

.modal__text {
  width: 90%;
  padding: 0 20px;
  margin: 5% auto;
}
@media (min-width: 996px) {
  .modal__text {
    margin: 0;
  }
}

.modal__imgbox {
  position: relative;
}

.modal__imgbox p {
  position: absolute;
  right: 0;
  top: 10%;
  width: 80px;
  height: 80px;
  z-index: 1;
  border-radius: 100%;
  background-color: #fff;
  color: #ffffff;
  font-size: 22px;
  letter-spacing: -2px;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#ff9010),
    to(#fee140)
  );
  background: linear-gradient(to top, #ff9010 0%, #fee140 100%);
  text-shadow: 2px 2px 2px #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal__imgbox b {
  font-size: 50px;
}

.modal__title {
  font-size: 22px;
}

.modal-content {
  background-color: rgba(17, 17, 17, 0.7647058824);
  position: relative;
}

.modal-content h2,
.modal-content h3 {
  margin-bottom: 10px;
}

.modal-content h2 {
  font-size: 22px;
}

.modal-content p {
  margin-bottom: 5px;
}

.modal-content span {
  /* font-size: 18px; */
}

.modal-content ul {
  list-style-type: disc;
  margin-left: 25px;
}

.modal-content ul li {
  list-style-type: disc;
  margin-bottom: 15px;
}
#sop .modal-content ul li:nth-of-type(6) {
  color: #ff0000;
}
.modal-content ol {
  margin-bottom: 5px;
}

.modal-content ol li {
  margin-bottom: 5px;
}

.modal-content tr th {
  width: 50%;
  border: 1px solid #fff;
  padding: 8px 12px;
}

.modal-content tr td {
  border: 1px solid #fff;
  padding: 8px 12px;
  font-size: 15px;
}

.close {
  position: absolute;
  top: -10px;
  right: 20px;
  font-size: 50px;
  font-weight: bold;
  cursor: pointer;
}

@media (min-width: 996px) {
  .close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 50px;
    font-weight: bold;
    cursor: pointer;
  }
}
.close:hover,
.close:focus {
  color: #a5a5a5;
  text-decoration: none;
  cursor: pointer;
}

.account {
  position: relative;
  padding-top: 5%;
}
/* .account::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 50%;
  background: #250e40;
  z-index: 0;
} */
.account__title {
  position: absolute;
  top: -5%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 2;
}
.account-title {
  text-align: center;
  margin: auto;
  width: 100%;
  position: relative;
  z-index: 2;
}
.account-title p {
  background-color: #ff4d16;
  color: #fff;
  padding: 5px 20px;
  font-size: 30px;
  font-weight: bold;
  margin: auto;
  text-align: center;
  display: inline-block;
  border: 5px solid #fff;
}
.account__title figure {
  width: 40vw;
  margin: auto;
}
.account h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #0190b4;
  font-size: 4.5vw;
  font-weight: bold;
  text-shadow: 1px 1px 5px #fff, -1px -1px 5px #fff, 0 0 10px #fff;
  width: 100%;
  text-align: center;
  font-family: "source-han-sans-cjk-tc", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.account__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
  padding: 2% 1%;
  z-index: 1;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f1f6fc;
  border-radius: 10px;
  margin: -2% auto 4%;
}
.account__itembox {
  width: 90%;
  border-bottom: 1px solid #000;
  text-align: center;
  padding: 1.5%;
  margin: auto;
}
.account__itembox-step {
  font-size: 26px;
  font-weight: bold;
  padding: 3% 0 6%;
  position: relative;
  z-index: 1;
}
.account__itembox-step::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgb(243, 204, 127);
  width: 40%;
  height: 16%;
  z-index: -1;
}

.account__itembox:nth-of-type(even) .account__itembox-step::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgb(255, 192, 173);
  width: 40%;
  height: 16%;
  z-index: -1;
}
.account__itembox:last-child {
  border: none;
}
.account__text {
  font-weight: bold;
  line-height: 1.6;
}
.account__text a {
  color: #0190b4;
  word-break: break-word;
}
.account__text a:hover {
  text-decoration: underline;
}
.account__text span {
  color: #b60000;
  display: block;
  font-size: 16px;
}
@media (min-width: 576px) {
  .account__itembox-step {
    font-size: 4.8vw;
  }
  .account__itembox:last-child {
    border: none;
  }
  .account__text span {
    font-size: 18px;
  }
}
@media (min-width: 996px) {
  .account {
    padding-top: 0;
  }
  .account__title figure {
    width: 18vw;
    margin: auto;
  }
  .account h2 {
    font-size: 2.5vw;
  }
  .account__flex {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: initial;
  }
  .account__itembox {
    width: calc(25%);
    border-right: 1px solid #000;
    border-bottom: 0;
    min-height: 290px;
    margin: 0;
  }
  .account__itembox-step {
    font-size: 1.8vw;
  }
  .account__text span {
    font-size: 15px;
  }
}
@media (min-width: 1930px) {
  .account__title {
    width: 100%;
  }
  .account__itembox {
    min-height: 390px;
  }
  .account__text {
    font-size: 30px;
  }
  .account__text span {
    font-size: 22px;
  }
}

.project .sec4 {
  text-align: center;
  padding: 5% 0;
  background: #000;
}
.project .sec4 .title--main {
  font-size: 5vw;
  margin-bottom: 1em;
  color: #fff;
}
.project .sec4__qrcode {
  width: 70%;
  margin: auto;
}
@media (min-width: 996px) {
  .project .sec4 .title--main {
    font-size: 2vw;
  }
  .project .sec4__qrcode {
    width: 30%;
  }
}
@media (min-width: 1930px) {
  .project .sec4 .title--main {
    font-size: 1.5vw;
  }
  .project .sec4__qrcode {
    width: 20%;
  }
}
.project#msi_twYrsale {
  background: #2d2d2d !important;
}
