@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*---------------------------------------------------------
BreakPoint
----------------------------------------------------------*/
/*---------------------------------------------------------
color
----------------------------------------------------------*/
/*---------------------------------------------------------
BrakePoint
----------------------------------------------------------*/
.m_container {
  margin: 0 auto;
  width: 100%;
  max-width: 1030px;
}

.font-zenold {
  font-family: "Zen Old Mincho", serif !important;
}

.common__top-banner {
  position: relative;
  margin-bottom: 30px;
}
.common__top-banner-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.common__top-banner-content {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  font-weight: 400;
  color: #fff;
}
.common__top-banner-content h1 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.common__top-banner-image {
  aspect-ratio: 6/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 600px) {
  .common__top-banner {
    margin-bottom: 40px;
  }
  .common__top-banner h1 {
    font-size: 16px;
  }
  .common__top-banner-image {
    aspect-ratio: 3.9/1.2;
  }
}

@media (max-width: 600px) {
  .m_container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.text-danger {
  color: #c43527;
}

.ari-btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid transparent;
  font-size: 1rem;
  border-radius: 0.375rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
  line-height: 50px;
}

.btn-primary {
  color: #fff;
  background-color: #c43527;
  border-color: #c43527;
}

.btn-primary:hover {
  color: #fff;
  background-color: #dd594c;
  border-color: #dd594c;
}

.btn-outline-primary {
  color: #c43527;
  border: #c43527 1px solid !important;
}

.text-danger {
  color: #c43527;
}

.form-control {
  width: 100%;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 400;
  transition: outline 0.1s;
}

form {
  max-width: 562px;
  margin: 60px auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 600px) {
  form {
    margin: 40px 0;
  }
}

.fz-14 {
  font-size: 14px;
}

.fz-16 {
  font-size: 14px;
}

.p-2 {
  padding: 20px;
}

.text-center {
  text-align: center;
}

.bg-gray {
  background: #F4F4F4;
}

.title {
  font-size: 24px;
}

label {
  font-weight: 500;
}

select {
  appearance: auto;
  -webkit-appearance: auto; /* Đối với trình duyệt Webkit (Chrome, Safari) */
  -moz-appearance: auto; /* Đối với Firefox */
}

.common {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  color: #333;
  font-weight: 300;
}
.common__main-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .common__main-title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .common__top-banner-content h1 {
    font-size: 16px;
  }
  .common__top-banner-bg img {
    aspect-ratio: 3.9/1.2;
  }
}