@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
@font-face {
  font-family: "CN Round Bold";
  src: local("CN Round Bold"), url("/fonts/GenJyuuGothic-Bold.ttf");
}
@font-face {
  font-family: "CN Round Heavy";
  src: local("CN Round Heavy"), url("/fonts/GenJyuuGothic-Heavy.ttf");
}
.cn-r-bold, .n-qa .n-qabox--item .n-qabox-q .n-qabox-text p, .n-certification .n-title-main h3, .n-cpmbox--process .process--banner .n-banner span, .n-ha--list--item--title, h3.n-key--item--title {
  font-family: "CN Round Bold", sans-serif;
}

.cn-r-heavy, .n-feature .feature-list .feature-list--item--container .feature-title, .n-ha--list.for-m .n-ha--list--item .n-col .n-ha--list--item--title--ex, .n-title-main h2 {
  font-family: "CN Round Heavy", sans-serif;
}

.f-81-title {
  font-size: 4.21vw;
  font-weight: bold;
  letter-spacing: 1px;
}

.alcenter, .n-qa .n-qabox--item .n-qabox-q .n-qabox-text .n-qabox-num span {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.alcenter-x {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}

.alcenter-y {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

.l-wrap {
  background: url("/img/belotero/bg.jpg") top center repeat-y;
  background-size: 100% auto;
}
.l-wrap div {
  transition: all 0s;
}

.img-fit {
  display: block;
  width: 100%;
}

.for-m {
  display: none !important;
}
.for-m2 {
  display: none !important;
}
@media (max-width: 1024px) {
  .for-m {
    display: block !important;
  }
  .for-m2 {
    display: inline-block !important;
  }
}

.for-d {
  display: block;
}
@media (max-width: 1024px) {
  .for-d {
    display: none;
  }
}

.pos-ab {
  position: absolute;
}

.n-badge {
  width: 10%;
  right: 2%;
  bottom: 6%;
  z-index: 2;
  position: fixed;
}
@media (max-width: 1024px) {
  .n-badge {
    width: 23%;
    right: 2%;
    bottom: 2%;
  }
}

.whiteblur {
  width: 110%;
  height: 100%;
  border-radius: 100%;
  background: #fff;
  filter: blur(40px);
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 0;
}

.high-orange {
  color: #ee7600;
}

.n-title-main h2 {
  font-size: 4.5vw;
  letter-spacing: -1px;
  text-align: center;
  color: #767778;
}
@media (max-width: 1024px) {
  .n-title-main h2 {
    font-size: 8.4vw;
  }
}

.n-sec-mid {
  width: 80% !important;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
}

.n-content {
  width: 100vw;
  overflow-x: hidden;
}
.n-content p {
  font-size: 1.56vw;
}

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

.n-hero {
  position: relative;
  width: 100%;
  height: calc(100vh - 100px);
}
.n-hero--picture {
  width: 100%;
  height: 100%;
}
.n-hero--picture img {
  height: 100%;
  object-fit: cover;
  object-position: 70%;
}
.n-hero--pdname {
  position: absolute;
  width: 37.3%;
  top: 14.5%;
  left: 10%;
}
.n-hero--pdname .logo-belotero {
  width: 43.5%;
}
.n-hero--pdname .pdname {
  width: 100%;
  margin-top: 5.5%;
}
.n-hero--pdname--subtitle {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 5%;
  font-size: 2.5vw;
  color: #767778;
  letter-spacing: 1vw;
  text-align: right;
}
.n-hero--pdname--subtitle .wording {
  display: block;
  white-space: none;
  flex-shrink: 0;
}
.n-hero--pdname--subtitle .dot {
  display: block;
  border-radius: 100%;
  width: 0.5vw;
  height: 0.5vw;
  background: #767778;
  margin-right: 1vw;
}
.n-hero--pdname--subtitle .line {
  display: block;
  height: 2px;
  flex-grow: 1;
  margin-right: 1vw;
  background: #767778;
}
.n-hero--badge {
  width: 10.48%;
  top: 69%;
  left: 10%;
}
.n-hero--pd {
  width: 25.8%;
  top: 65%;
  left: 21.4%;
}
.n-hero--merzlogo {
  width: 9.3%;
  right: 2.1%;
  bottom: 5.4%;
  position: absolute;
}
@media (max-width: 1024px) {
  .n-hero {
    height: calc(100vh - 66px);
  }
  .n-hero--picture img {
    object-position: 82%;
  }
  .n-hero--pdname {
    width: 38%;
    top: inherit;
    bottom: 24%;
    left: 42%;
  }
  .n-hero--pdname img {
    filter: drop-shadow(0px 0px 4px rgb(255, 255, 255));
  }
  .n-hero--pdname--subtitle {
    font-size: 3.5vw;
    letter-spacing: 1vw;
  }
  .n-hero--pdname--subtitle .line {
    height: 1px;
  }
  .n-hero--pdname--subtitle .dot {
    margin-right: 1vw;
  }
  .n-hero--badge {
    width: 20%;
    left: 20%;
    top: inherit;
    bottom: 6.5%;
  }
  .n-hero--badge img {
    filter: drop-shadow(0px 0px 4px rgb(255, 255, 255));
  }
  .n-hero--pd {
    width: 38%;
    top: inherit;
    bottom: 4%;
    left: 43.5%;
  }
  .n-hero--pd img {
    filter: drop-shadow(0px 0px 4px rgb(255, 255, 255));
  }
  .n-hero--merzlogo {
    width: 25%;
    left: 20px;
    top: 6%;
  }
}
@media (max-width: 768px) {
  .n-hero {
    height: calc(100vh - 66px);
  }
  .n-hero--picture img {
    object-position: 0 30%;
  }
  .n-hero--pdname {
    width: 62%;
    top: inherit;
    bottom: 20%;
    left: 32%;
  }
  .n-hero--pdname img {
    filter: drop-shadow(0px 0px 4px rgb(255, 255, 255));
  }
  .n-hero--pdname--subtitle {
    font-size: 4.5vw;
    letter-spacing: 2vw;
  }
  .n-hero--pdname--subtitle .line {
    height: 1px;
  }
  .n-hero--pdname--subtitle .dot {
    margin-right: 2vw;
  }
  .n-hero--badge {
    width: 26%;
    left: 9%;
    top: inherit;
    bottom: 6%;
  }
  .n-hero--badge img {
    filter: drop-shadow(0px 0px 4px rgb(255, 255, 255));
  }
  .n-hero--pd {
    width: 48%;
    top: inherit;
    bottom: 4%;
    left: 43.5%;
  }
  .n-hero--pd img {
    filter: drop-shadow(0px 0px 4px rgb(255, 255, 255));
  }
  .n-hero--merzlogo {
    width: 25%;
    left: 20px;
    top: 6%;
  }
}

.n-treat {
  min-height: 100vh;
  box-sizing: border-box;
  padding: 10vh 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.n-treat .n-treat--container {
  width: 77%;
  max-width: 866px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 100px;
  padding: 0;
}
.n-treat .n-treat--container .n-title-treat {
  width: 100%;
  border: solid 4px #ee7600;
  border-radius: 8px;
  background: #fff;
  order: 2;
  position: relative;
  z-index: 1;
}
.n-treat .n-treat--container .n-title-treat .title-img {
  display: block;
  width: 72%;
  margin: 0 auto;
  margin-top: -50px;
}
.n-treat .n-treat--container .n-title-treat p {
  text-align: center;
  display: block;
  box-sizing: border-box;
  padding: 1vw 4vw 1vw 4vw;
  font-size: 26px;
  letter-spacing: 0px;
}
.n-treat .n-treat--container .n-feature-content {
  width: 93%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  order: -1;
  gap: 3.5vw;
  position: relative;
  z-index: 1;
}
.n-treat .n-treat--container .n-feature-content .feature-banner {
  display: block;
  width: 52%;
  height: auto;
  flex-grow: 0;
  display: block;
}
.n-treat .n-treat--container .n-feature-content .n-feature-list {
  display: flex;
  flex-direction: column;
  gap: 2vw;
}
.n-treat .n-treat--container .n-feature-content .n-feature-list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1vw;
}
.n-treat .n-treat--container .n-feature-content .n-feature-list .item .icon {
  width: 24%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.n-treat .n-treat--container .n-feature-content .n-feature-list .item .icon img {
  display: block;
  width: 100%;
  flex-shrink: 0;
}
.n-treat .n-treat--container .n-feature-content .n-feature-list .item p {
  font-size: clamp(16px, 1.7vw, 32px);
  flex-grow: 1;
  line-height: 100%;
  color: #767778;
}
.n-treat .n-treat--container .n-feature-content .n-feature-list .item:nth-child(1) .icon img {
  width: 60%;
}
.n-treat .n-treat--container .n-feature-content .n-feature-list .item:nth-child(3) .icon img {
  width: 88%;
}
@media (max-width: 1024px) {
  .n-treat {
    min-height: auto;
  }
  .n-treat .n-treat--container {
    gap: 24px;
  }
  .n-treat .n-treat--container .n-title-treat {
    padding-top: 5vw;
    order: 0;
    border: solid 2px #ee7600;
  }
  .n-treat .n-treat--container .n-title-treat .title-img {
    width: 88%;
    margin-top: -10vw;
    margin-bottom: 1vw;
  }
  .n-treat .n-treat--container .n-title-treat p {
    font-size: clamp(16px, 3.5vw, 40px);
    padding: 1vw 2vw;
  }
  .n-treat .n-treat--container .n-feature-content {
    order: 1;
    flex-direction: column;
  }
  .n-treat .n-treat--container .n-feature-content .feature-banner {
    width: 100%;
  }
  .n-treat .n-treat--container .n-feature-content .n-feature-list {
    flex-direction: row;
    padding: 0 5%;
  }
  .n-treat .n-treat--container .n-feature-content .n-feature-list .item {
    flex-direction: column;
    gap: 16px;
  }
  .n-treat .n-treat--container .n-feature-content .n-feature-list .item .icon {
    width: 40%;
    height: 38px;
  }
  .n-treat .n-treat--container .n-feature-content .n-feature-list .item .icon img {
    width: 100% !important;
  }
  .n-treat .n-treat--container .n-feature-content .n-feature-list .item p {
    font-size: 4vw;
    padding: 0 1%;
    text-align: center;
  }
  .n-treat .n-treat--container .n-feature-content .n-feature-list .item:nth-child(1) {
    width: 25%;
  }
  .n-treat .n-treat--container .n-feature-content .n-feature-list .item:nth-child(2) {
    width: 50%;
  }
  .n-treat .n-treat--container .n-feature-content .n-feature-list .item:nth-child(3) {
    width: 25%;
  }
  .n-treat .n-treat--container .n-feature-content .n-feature-list .item:nth-child(3) .icon img {
    width: 100%;
  }
}

.n-key {
  position: relative;
  width: 100%;
}

.n-cpmbox--cpm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5vw 14%;
}
.n-cpmbox--cpm .n-banner {
  width: 34%;
}
.n-cpmbox--cpm .n-banner img {
  display: block;
  width: 100%;
}
.n-cpmbox--cpm p {
  font-size: clamp(16px, 1.56vw, 29px);
  padding-top: 30px;
}
@media (max-width: 1024px) {
  .n-cpmbox--cpm {
    flex-direction: column;
    padding: 1.5vw 12%;
  }
  .n-cpmbox--cpm .n-banner {
    width: 73%;
    margin-top: 6%;
  }
  .n-cpmbox--cpm p {
    text-align: center;
    font-size: clamp(16px, 3.8vw, 38px);
    margin-top: 0;
    padding-top: 16px;
  }
}

.n-cpmbox--process {
  margin-top: 1.5vw;
  padding: 1.5vw 11%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.n-cpmbox--process .process--banner {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 60%;
  gap: 10%;
}
.n-cpmbox--process .process--banner .n-banner {
  width: 45%;
  display: flex;
  flex-direction: column;
}
.n-cpmbox--process .process--banner .n-banner img {
  display: block;
  width: 100%;
}
.n-cpmbox--process .process--banner .n-banner span {
  display: block;
  font-size: 1.56vw;
  text-align: center;
  padding: 0.5vw 1vw;
  color: #fff;
  background: #767778;
}
.n-cpmbox--process .process--banner .n-banner:nth-child(2) span {
  background: #ee7600;
}
.n-cpmbox--process .process--banner .n-banner-arrow {
  position: absolute;
  width: 11%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 47%;
}
.n-cpmbox--process .process--banner .n-banner-arrow img {
  display: block;
  width: 100%;
}
.n-cpmbox--process p {
  font-size: 1.56vw;
}
@media (max-width: 1024px) {
  .n-cpmbox--process {
    flex-direction: column;
    padding: 1.5vw 0%;
  }
  .n-cpmbox--process .process--banner {
    width: 90%;
    margin: 0 auto;
  }
  .n-cpmbox--process .process--banner .n-banner span {
    font-size: 3.56vw;
    padding: 1vw;
  }
  .n-cpmbox--process p {
    width: 100%;
    font-size: 3.5vw;
    text-align: center;
    letter-spacing: 0.4vw;
    margin-top: 4vw;
  }
  .n-cpmbox--process p br {
    display: none;
  }
}

.n-ha {
  margin-top: 9vw;
}
.n-ha .n-key--item--des {
  margin-top: 1.6vw;
}
.n-ha .n-key--item--des br:nth-child(2) {
  display: none;
}
.n-ha--list {
  width: 80%;
  margin: 2vw auto;
  display: flex;
  flex-direction: row;
}
.n-ha--list--item {
  padding: 0 8%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5vw;
}
.n-ha--list--item--title {
  width: 100%;
  display: block;
  font-size: 1.56vw;
  text-align: center;
  padding: 1vw 1vw;
  border-radius: 24px;
  color: #fff;
  background: #ee7600;
}
.n-ha--list--item--img {
  width: 85%;
  margin: 0 auto;
}
.n-ha--list--item--img img {
  display: block;
  width: 100%;
  border-radius: 100%;
  border: solid 0.7vw #767778;
}
.n-ha--list--item ul {
  font-size: 1.56vw;
  color: #ee7600;
}
.n-ha--list--item ul li {
  list-style-type: disc;
  margin-bottom: 1vw;
}
.n-ha--list--item:nth-child(2) {
  border-left: solid 2px #767778;
}
.n-ha--list--item:nth-child(2) .n-ha--list--item--title {
  background: #767778;
}
.n-ha--list--item:nth-child(2) ul {
  color: #767778;
}
.n-ha--list.for-m {
  width: 100%;
  gap: 4vw;
}
.n-ha--list.for-m .n-ha--list--item {
  border: solid 1px #ee7600;
  border-radius: 4vw;
  flex-direction: row;
  box-sizing: border-box;
  padding: 4vw 4vw;
}
.n-ha--list.for-m .n-ha--list--item .n-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  flex-shrink: 0;
  gap: 3vw;
}
.n-ha--list.for-m .n-ha--list--item .n-col .n-ha--list--item--title--ex {
  font-size: 5.6vw;
  color: #ee7600;
}
.n-ha--list.for-m .n-ha--list--item .n-col .n-ha--list--item--title {
  font-size: 3vw;
  border-radius: 8px;
}
.n-ha--list.for-m .n-ha--list--item .n-col ul {
  font-size: 3.3vw;
}
.n-ha--list.for-m .n-ha--list--item .n-ha--list--item--img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.n-ha--list.for-m .n-ha--list--item .n-ha--list--item--img img {
  width: 80%;
}
.n-ha--list.for-m .n-ha--list--item:nth-child(2) {
  border-color: #767778;
}
.n-ha--list.for-m .n-ha--list--item:nth-child(2) .n-ha--list--item--title--ex {
  color: #767778;
}
@media (max-width: 1024px) {
  .n-ha--list.for-m {
    display: flex !important;
  }
}
.n-ha--list.for-d {
  display: flex;
}
@media (max-width: 1024px) {
  .n-ha--list.for-d {
    display: none;
  }
}
@media (max-width: 1024px) {
  .n-ha .n-key--item--des {
    font-size: 3.8vw;
    margin: 6vw auto;
  }
  .n-ha .n-key--item--des br:nth-child(2) {
    display: block;
  }
  .n-ha .n-ha--list {
    flex-direction: column;
  }
}

h3.n-key--item--title {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border-radius: 16px;
  background: #ee7600;
  color: #fff;
  padding: 10px 2vw;
  margin-top: 6px;
  text-align: center;
  font-size: 2.8vw;
  letter-spacing: 2px;
  line-height: 100%;
}
@media (max-width: 1024px) {
  h3.n-key--item--title {
    font-size: 5.5vw;
    padding: 5px 2vw;
    border-radius: 6px;
  }
}

.n-series .n-title-main {
  display: inline-flex;
  flex-direction: column;
  transform: translateX(-50%);
  left: 50%;
  margin: 6vw auto 0 auto;
}
.n-series .n-title-main .n-title-sub {
  display: flex;
  align-items: center;
  gap: 1vw;
  margin-top: -1vw;
}
.n-series .n-title-main .n-title-sub .line {
  display: block;
  width: 100%;
  flex-grow: 1;
  height: 2px;
  background: #767778;
}
.n-series .n-title-main .n-title-sub h3 {
  font-weight: bold;
  font-size: 1.8vw;
  letter-spacing: 0.2vw;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .n-series .n-title-main .n-title-sub .line {
    height: 1px;
  }
  .n-series .n-title-main .n-title-sub h3 {
    font-size: 4vw;
  }
}
.n-series .n-container {
  position: relative;
}
.n-series .n-container .n-series--box {
  position: relative;
  z-index: 2;
}
.n-series .n-container .n-series--box--img {
  display: block;
  width: 91.5%;
  position: relative;
  box-sizing: border-box;
  padding-left: 4%;
  z-index: 2;
}
.n-series .n-container .n-series--box--img img {
  width: 100%;
}
.n-series .n-container .n-series--box .layer-name {
  font-size: 1.46vw;
  color: #dc877f;
  position: absolute;
}
.n-series .n-container .n-series--box .layer-name.layer-name-1 {
  top: 17%;
  left: 2%;
}
.n-series .n-container .n-series--box .layer-name.layer-name-2 {
  top: 41%;
  left: 2%;
}
.n-series .n-container .n-series--box .layer-name.layer-name-3 {
  top: 65%;
  left: 2%;
}
.n-series .n-container .n-series--box .layer-name.layer-name-4 {
  top: 82%;
  left: 2%;
}
.n-series .n-container .n-series--box .layer-name.layer-name-5 {
  top: 90%;
  left: 2%;
}
.n-series .n-container .n-series--box .layer-pd {
  font-size: 1.32vw;
  font-weight: 900;
  display: inline-block;
  padding: 0.6vw 1.3vw 0.6vw 4vw;
  border-radius: 9999px;
  background: #fff;
  position: absolute;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}
.n-series .n-container .n-series--box .layer-pd.layer-pd-1 {
  top: 10%;
  right: 1%;
  color: #42bab1;
}
.n-series .n-container .n-series--box .layer-pd.layer-pd-2 {
  top: 26.5%;
  right: 1%;
  color: #f2b018;
}
.n-series .n-container .n-series--box .layer-pd.layer-pd-3 {
  top: 44%;
  right: -2.5%;
  color: #ee7600;
}
.n-series .n-container .n-series--box .layer-pd.layer-pd-4 {
  top: 65%;
  right: -2%;
  color: #6a1b6c;
}
.n-series .n-container .n-series--box .layer-pd.layer-pd-5 {
  top: 83%;
  right: -2%;
  color: #d2195f;
}
@media (max-width: 1024px) {
  .n-series .n-container .n-series--box--img {
    width: 82%;
    padding-left: 14%;
  }
  .n-series .n-container .n-series--box .layer-name {
    font-size: 3.2vw;
  }
  .n-series .n-container .n-series--box .layer-name.layer-name-1 {
    top: 16%;
    left: -1%;
  }
  .n-series .n-container .n-series--box .layer-name.layer-name-2 {
    top: 36%;
    left: -1%;
  }
  .n-series .n-container .n-series--box .layer-name.layer-name-3 {
    top: 63%;
    left: -1%;
  }
  .n-series .n-container .n-series--box .layer-name.layer-name-4 {
    top: 89%;
    left: -1%;
  }
  .n-series .n-container .n-series--box .layer-name.layer-name-5 {
    top: 95.5%;
    left: -1%;
  }
  .n-series .n-container .n-series--box .layer-pd {
    font-size: 3.2vw;
    padding: 0.6vw 3vw 0.6vw 9vw;
  }
}

.n-feature {
  margin-top: 10vw;
}
.n-feature .n-title-main {
  display: inline-flex;
  align-items: center;
  gap: 1vw;
  position: relative;
  transform: translateX(-50%);
  left: 50%;
}
.n-feature .n-title-main .icon {
  width: 5vw;
}
.n-feature .n-title-main .icon img {
  display: block;
  width: 100%;
}
.n-feature .feature-list {
  margin-top: 3vw;
  display: flex;
  flex-direction: column;
  gap: 2vw;
}
.n-feature .feature-list .feature-list--item {
  position: relative;
}
.n-feature .feature-list .feature-list--item--container {
  position: relative;
}
.n-feature .feature-list .feature-list--item--container .feature-title {
  width: 45.5%;
  text-align: center;
  font-size: 2.86vw;
  position: absolute;
  top: 5.6%;
  transform: translateX(-50%);
  left: 54%;
}
.n-feature .feature-list .feature-list--item--container .feature-des-1 {
  font-size: 2.08vw;
  position: absolute;
  top: 44%;
  left: 40%;
}
.n-feature .feature-list .feature-list--item--container .feature-des-2 {
  font-size: 2.08vw;
  position: absolute;
  top: 68%;
  left: 40%;
}
.n-feature .feature-list .feature-list--item.feature-1 .feature-list--item--container .feature-title {
  color: #42bab1;
  top: 7%;
}
.n-feature .feature-list .feature-list--item.feature-1 .feature-list--item--container .feature-des-1 {
  top: 44%;
  left: 40.3%;
}
.n-feature .feature-list .feature-list--item.feature-1 .feature-list--item--container .feature-des-2 {
  top: 68%;
  left: 40.3%;
}
.n-feature .feature-list .feature-list--item.feature-2 .feature-list--item--container .feature-title {
  color: #f2b018;
  top: 7%;
}
.n-feature .feature-list .feature-list--item.feature-2 .feature-list--item--container .feature-des-1 {
  top: 46%;
}
.n-feature .feature-list .feature-list--item.feature-2 .feature-list--item--container .feature-des-2 {
  top: 71%;
}
.n-feature .feature-list .feature-list--item.feature-3 .feature-list--item--container .feature-title {
  color: #ee7600;
  top: 7%;
}
.n-feature .feature-list .feature-list--item.feature-3 .feature-list--item--container .feature-des-1 {
  top: 46%;
  left: 40.5%
}
.n-feature .feature-list .feature-list--item.feature-3 .feature-list--item--container .feature-des-2 {
  top: 71%;
  left: 40.5%
}
.n-feature .feature-list .feature-list--item.feature-4 .feature-list--item--container .feature-title {
  color: #6a1b6c;
  top: 7%;
}
.n-feature .feature-list .feature-list--item.feature-4 .feature-list--item--container .feature-des-1 {
  top: 45.5%;
  left: 41%;
}
.n-feature .feature-list .feature-list--item.feature-4 .feature-list--item--container .feature-des-2 {
  top: 71.5%;
  left: 41%;
}
.n-feature .feature-list .feature-list--item.feature-5 .feature-list--item--container .feature-title {
  color: #d2195f;
  top: 7%;
}
.n-feature .feature-list .feature-list--item.feature-5 .feature-list--item--container .feature-des-1 {
  top: 44%;
  left: 40.5%
}
.n-feature .feature-list .feature-list--item.feature-5 .feature-list--item--container .feature-des-2 {
  top: 69%;
  left: 40.5%
}
@media (max-width: 1024px) {
  .n-feature .feature-list .feature-list--item--container .feature-title {
    width: 60%;
    font-size: 5vw;
    top: 43.4%;
    left: 61%;
  }
  .n-feature .feature-list .feature-list--item--container .feature-des-1 {
    font-size: 3.75vw;
    position: absolute;
    top: 64%;
    left: 43%;
  }
  .n-feature .feature-list .feature-list--item--container .feature-des-2 {
    font-size: 3.75vw;
    position: absolute;
    top: 83%;
    left: 43%;
  }
  .n-feature .feature-list .feature-list--item.feature-1 .feature-list--item--container .feature-title {
    top: 42.4%;
  }
  .n-feature .feature-list .feature-list--item.feature-1 .feature-list--item--container .feature-des-1 {
    top: 64%;
    left: 43%;
  }
  .n-feature .feature-list .feature-list--item.feature-1 .feature-list--item--container .feature-des-2 {
    top: 83%;
    left: 43%;
  }
  .n-feature .feature-list .feature-list--item.feature-2 .feature-list--item--container .feature-title {
    top: 43.4%;
  }
  .n-feature .feature-list .feature-list--item.feature-2 .feature-list--item--container .feature-des-1 {
    top: 64%;
  }
  .n-feature .feature-list .feature-list--item.feature-2 .feature-list--item--container .feature-des-2 {
    top: 84%;
  }
  .n-feature .feature-list .feature-list--item.feature-3 .feature-list--item--container .feature-title {
    top: 43.4%;
  }
  .n-feature .feature-list .feature-list--item.feature-3 .feature-list--item--container .feature-des-1 {
    top: 64%;
    left: 43%;
  }
  .n-feature .feature-list .feature-list--item.feature-3 .feature-list--item--container .feature-des-2 {
    top: 84%;
    left: 43%;
  }
  .n-feature .feature-list .feature-list--item.feature-4 .feature-list--item--container .feature-title {
    top: 43.4%;
  }
  .n-feature .feature-list .feature-list--item.feature-4 .feature-list--item--container .feature-des-1 {
    top: 64%;
    left: 43%;
  }
  .n-feature .feature-list .feature-list--item.feature-4 .feature-list--item--container .feature-des-2 {
    top: 84%;
    left: 43%;
  }
  .n-feature .feature-list .feature-list--item.feature-5 .feature-list--item--container .feature-title {
    top: 43.4%;
  }
  .n-feature .feature-list .feature-list--item.feature-5 .feature-list--item--container .feature-des-1 {
    top: 64%;
    left: 43%;
  }
  .n-feature .feature-list .feature-list--item.feature-5 .feature-list--item--container .feature-des-2 {
    top: 84%;
    left: 43%;
  }
}

.n-certification {
  margin-top: 10vw;
}
.n-certification .n-title-main h3 {
  font-size: 2.6vw;
  display: flex;
  justify-content: center;
  width: 46%;
  position: relative;
  transform: translateX(-50%);
  left: 50%;
  margin-top: 3vw;
}
.n-certification .n-title-main h3 .n-title-main-txt {
  position: relative;
  z-index: 1;
}
.n-certification .n-title-main h3 .n-title-main-bg {
  position: absolute;
  z-index: 0;
  display: block;
  width: 100%;
  height: 2.5vw;
  background: #f4dabe;
  top: 1.5vw;
}
.n-certification .n-certification--container {
  margin: 5vw auto 12vw auto;
  position: relative;
}
.n-certification .n-certification--container .n-certification--list {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
.n-certification .n-certification--container .n-certification--list .item {
  width: 23.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1vw;
}
.n-certification .n-certification--container .n-certification--list .item .certification-icon {
  display: block;
  width: 100%;
}
.n-certification .n-certification--container .n-certification--list .item p {
  color: #ee7600;
}
@media (max-width: 1024px) {
  .n-certification .n-title-main h3 {
    width: 72.25%;
    font-size: 5.4vw;
  }
  .n-certification .n-title-main h3 .n-title-main-bg {
    top: 3vw;
    height: 5.5vw;
  }
  .n-certification .n-certification--container .n-certification--list {
    width: 90%;
    margin: 0 auto;
    column-gap: 5%;
    row-gap: 4vw;
  }
  .n-certification .n-certification--container .n-certification--list .item {
    width: 47.5%;
  }
  .n-certification .n-certification--container .n-certification--list .item p {
    font-size: 4vw;
  }
}

.n-qa {
  position: relative;
  width: 100%;
  padding-top: 2vw;
  padding-bottom: 5vw;
}
.n-qa--title {
  display: inline-block;
  white-space: nowrap;
  transform: translateX(-50%);
  left: 50%;
  top: 5%;
  color: #fff;
}
.n-qa .n-qabox {
  width: 93%;
  margin: 0 auto;
  padding-top: 2vw;
  margin-top: 0.5vw;
  border-top: solid 1vw #ee7600;
  background: #fff;
}
.n-qa .n-qabox--item {
  padding: 0 0 3vw 0;
  margin: 0 2vw 2vw 2vw;
  border-bottom: solid 1px #12335b;
}
.n-qa .n-qabox--item:last-child {
  border: none;
}
.n-qa .n-qabox--item .n-qabox-q {
  display: flex;
  padding-right: 1.4vw;
  align-items: center;
}
.n-qa .n-qabox--item .n-qabox-q .n-qabox-text {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1%;
  position: relative;
}
.n-qa .n-qabox--item .n-qabox-q .n-qabox-text .n-qabox-num {
  width: 2.3vw;
  position: relative;
}
.n-qa .n-qabox--item .n-qabox-q .n-qabox-text .n-qabox-num--icon {
  width: 100%;
}
.n-qa .n-qabox--item .n-qabox-q .n-qabox-text .n-qabox-num span {
  color: #fff;
  font-size: 1.3vw;
  font-weight: 500;
}
.n-qa .n-qabox--item .n-qabox-q .n-qabox-text p {
  font-size: 2vw;
  font-weight: bold;
}
.n-qa .n-qabox--item .n-qabox-q .n-qabox-text .n-anscta {
  font-size: 1.458vw;
  position: absolute;
  top: 110%;
  left: 3.7%;
}
.n-qa .n-qabox--item .n-qabox-q .n-qabox-arrow {
  width: 1.8vw;
  display: flex;
  height: 2vw;
  align-items: center;
}
.n-qa .n-qabox--item .n-qabox-q .n-qabox-arrow img {
  display: block;
  width: 100%;
}
.n-qa .n-qabox--item .n-qabox-a {
  display: none;
  opacity: 0;
  transition: 0.3s;
}
.n-qa .n-qabox--item .n-qabox-a .n-qabox-text {
  padding-left: calc(2.5vw + 1%);
  padding-top: 2vw;
}
.n-qa .n-qabox--item .n-qabox-a .n-qabox-text p {
  font-size: 1.2vw;
  line-height: 150%;
  letter-spacing: 0.1vw;
}
.n-qa .n-qabox--item.active .n-qabox-q .n-qabox-text .n-anscta {
  display: none;
}
.n-qa .n-qabox--item.active .n-qabox-q .n-qabox-arrow {
  transform: rotate(180deg);
  transition: 0.3s;
}
.n-qa .n-qabox--item.active .n-qabox-a {
  display: block;
  opacity: 1;
}
@media (max-width: 1024px) {
  .n-qa {
    padding-top: 4vw;
  }
  .n-qa--title p {
    font-size: 8vw;
  }
  .n-qa .n-qabox {
    width: 80%;
    margin-top: 4vw;
    border-top: solid 2.7vw #ee7600;
    padding-top: 6vw;
    border-radius: 2vw;
  }
  .n-qa .n-qabox--item {
    margin: 0 2vw 5vw 4vw;
    padding: 3px 0 5vw 0;
  }
  .n-qa .n-qabox--item .n-qabox-q .n-qabox-text .n-qabox-num {
    width: 5.3vw;
  }
  .n-qa .n-qabox--item .n-qabox-q .n-qabox-text .n-qabox-num span {
    font-size: 3vw;
  }
  .n-qa .n-qabox--item .n-qabox-q .n-qabox-text p {
    font-size: 4.2vw;
  }
  .n-qa .n-qabox--item .n-qabox-q .n-qabox-text .n-anscta {
    display: none;
  }
  .n-qa .n-qabox--item .n-qabox-q .n-qabox-arrow {
    width: 4vw;
  }
  .n-qa .n-qabox--item .n-qabox-a .n-qabox-text {
    padding-left: 0;
  }
  .n-qa .n-qabox--item .n-qabox-a .n-qabox-text p {
    font-size: 3vw;
  }
}

.n-search{
}
.n-search .e-block_w{
  margin-top: 0.5vw;
}
.n-search form{
  background:#fff;
  padding:8px 24px 12px 24px;
  border-top:solid 1vw #ee7600;
}
.n-search .l-toolbar_list{
  background:#fff;
  padding:0 24px;
}
.n-search .l-pageGroup{
  background:#fff;
  margin-top:0;
  padding:24px 0;
}
.n-search .l-pageGroup a{
  
}
.n-search .l-toolbar_list p{
  font-size: 18px;
  color: #173757;
  padding: 8px;
}
.e-btn_primary {
  border-radius: 50px;
  border-width: 0;
  background: #000;
  color: #fff;
}
@media (max-width: 1279px) {
  .n-search{
    padding:0;
    padding-top:10vw;
  }
  .n-search .e-title{
    font-size: 8vw;;
  }
  .n-search .e-block_w{
    padding:0 0;
    width:80%;
    margin:0 auto;
  }
}
/*# sourceMappingURL=new-belotero.css.map */
