.top-wrapper {
/*  margin-top: 24px; */
  margin-bottom: 24px;
  text-align: center;
}

.top-wrapper.mt-half {
  margin-top: 12px;
}

.top-wrapper .btn {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: #ee8644;
  padding: 20px 50px;
  position: relative;
  border-radius: 7px;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 320px) {
  .top-wrapper .btn {
    padding: 20px 40px !important;
    font-size: 15px;
  }
}
.top-wrapper .btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 12px;
  height: 12px;
  border: 0px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -6px;
}

.top-wrapper .btn:hover,
.top-wrapper .btn:active {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  box-shadow: 0 0 0 transparent;
}

/*ãƒ¢ãƒ¼ãƒ€ãƒ«*/
.modal-wrapper {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}

.modal {
  position: absolute;
  top: 0;
  left: 0;
  /* background-color: #e6ecf0; */
  /* padding: 20px 0 40px; */
  /* border-radius: 10px; */
  width: 100%;
  height: 100vh;
  /* text-align: center; */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1010;
}

.close-modal {
  position: sticky;
  float: right;
  font-size: 60px;
  /* margin: 0; */
  top: 0;
  /* right: 12px; */
  color: rgba(128, 128, 128, 0.46);
  cursor: pointer;
  /* width: 60px; */
  height: 60px;
  z-index: 1020;
  display: flex;
  /* justify-content: flex-end; */
  align-items: end;
}

.form {
  width: 100%;
}

.form h2 {
  color: #5f5d60;
  letter-spacing: 1px;
  margin-bottom: 40px;
}

.form input {
  width: 320px;
  margin-bottom: 20px;
  font-size: 12px;
  padding: 12px 12px;
  border: 1px solid #d0d5d8;
  border-radius: 5px;
}

.submit-btn {
  display: inline-block;
  padding: 14px 140px;
  background-color: #2294d6;
  border: none;
  border-radius: 3px;
  color: white;
  margin: 10px auto;
  cursor: pointer;
}






.modal-inner {
  width: 96%;
  height: 92vh;
  background-color: #f1f1f1;
  display: block;
  overflow-y: scroll;
  overflow-x: auto;
  max-width: 800px;
  padding: 1%;
  position: relative;
}

.modal_title {
  font-size: 1.5em;
  position: relative;
  overflow: hidden;
  padding: 8px 0;
  width: 100%;
  margin-bottom: 12px;
}

.modal_title::before,
.modal_title::after {
  content: "";
  position: absolute;
  bottom: 0;
}

/* h2 ÃƒÂ£Ã†â€™Ã¢â‚¬â€ÃƒÂ£Ã†â€™Ã‚Â©ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¤ÃƒÂ£Ã†â€™Ã…Â¾ÃƒÂ£Ã†â€™Ã‚ÂªÃƒÂ£Ã¢â‚¬Å¡Ã‚Â«ÃƒÂ£Ã†â€™Ã‚Â©ÃƒÂ£Ã†â€™Ã‚Â¼*/
.modal_title:before {
  border-bottom: 4px solid #43964e;
  width: 100%;
}

/* h2 ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â»ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â«ÃƒÂ£Ã†â€™Ã‚Â³ÃƒÂ£Ã†â€™Ã¢â€šÂ¬ÃƒÂ£Ã†â€™Ã‚ÂªÃƒÂ£Ã¢â‚¬Å¡Ã‚Â«ÃƒÂ£Ã†â€™Ã‚Â©ÃƒÂ£Ã†â€™Ã‚Â¼*/
.modal_title:after {
  border-bottom: 4px solid #afcce4;
  width: 100%;
}

.modal-include {
  position: absolute;
  width: 96%;
  /* overflow: hidden; */
}


/* to fix the background */
.overflow-hidden {
  overflow: hidden;
}



/* to hide the hamburger btn */
.navi_btn {
  display: none;
}


#result .modal .section-title .title {
display:none;
}
#result .modal .result-area .scroll table tr.tb-head td {
position: static;
}


.table_ms {
  position: relative;
  width: 100%;
  height: 70px;
}

.table_ms .chevron {
  position: absolute;
  width: 40px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
  left: 70px;
}

.table_ms .chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.table_ms .chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.table_ms .chevron:before,
.table_ms .chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #e60033;
}

.table_ms .chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.table_ms .chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
.table_ms_tx {
  font-weight: bold;
  font-size: 120%;
  display: inline-block;
  text-align: center;
  padding: 10px;
  border: #e60033 2px dotted;
  background: #FFF3F3;
}
.table_ms_tx a {
color: #e60033;
  text-decoration: underline;
}
.table_ms_tx a:hover {
text-decoration: none;
}