@import url("https://mmwebfonts.comquas.com/fonts/?font=pyidaungsu");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400&display=swap");

.mm {
  font-family: Pyidaungsu, serif;
  color: #333;
  font-weight: 600;
  display: block;
}
.js-switch {
  border-radius: 12px;
  width: 130px;
}
.engLabel {
  color: #6b6666;
  font-family: "Noto Sans JP", sans-serif;
}

.eng {
  font-family: "Noto Sans JP", sans-serif;
}

.topbar {
  background-color: #2f8def;
  color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50px 100%);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
}

.submitBtn {
  padding: 8px 32px;
  font-family: "Noto Sans JP", sans-serif;
}

#registerTab {
  border-bottom: none;
}

#registerTab li a {
  border: 1px solid #333;
  border-radius: 0%;
}

#registerTab li a {
  padding: 12px 60px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}

#registerTab li a.active {
  color: #fff;
  background-color: #32c2f7;
}

#Individual .form-check-input,
#Organization .form-check-input {
  margin-left: 8px;
}

.admin .nav li a {
  color: #333;
}

.footer-credit {
  font-size: 10px;
  text-align: center;
  color: #666 !important;
  margin: 40px 0 20px 0;
}

.footer-credit a {
  color: #666 !important;
  text-decoration: underline !important;
}

@media screen and (max-width: 425px) {
  #registerTab li a {
    padding: 4px 35px;
  }
  .topbar {
    clip-path: none !important;
  }
}

@media screen and (max-width: 320px) {
  #registerTab li a {
    padding: 4px 35px;
    font-size: 14px;
  }
}
.regdate{
  background: #7a7a7a;
  padding: 15px;
  display: flex;
  align-items: center;
  margin-top: 20px;
  color: #fff;
}
.regdate p{
  margin:0;
}