@font-face {
  font-family: "NotoSerif-Regular";
  src: url("../font/NotoSerif-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
  padding: 0;
  background: #ffffff;
}

div,
p {
  margin: 0;
  padding: 0;
  border: none;
}

img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

.w-100 {
  width: 100%;
}

.w-660 {
  width: 660px;
  margin: 0 auto;
}

.emag-center {
  text-align: center;
}

.credit-emg {
  max-width: 660px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.adm-emag {
  padding: 0 0 80px 0;
  position: relative;
  overflow-x: hidden;
  background: #ffffff;
  text-align: justify;
}
.adm-emag img {
  max-width: 100% !important;
  width: auto;
  display: inline;
}

.text-center {
  text-align: center;
}

.title-emag {
  margin-bottom: 45px;
}

.mt-20 {
  margin-top: 20px;
}

.text-emag {
  max-width: 660px;
  margin: 0 auto 30px auto;
  font-size: 17px;
}
.text-emag p {
  font-family: "NotoSerif-Regular";
  margin-bottom: 20px;
  color: #333333;
  line-height: 30px;
}
.text-emag p:last-child {
  margin-bottom: 0;
}

.detail-emag {
  margin: 0 auto 45px auto;
  position: relative;
  line-height: 1.3;
}

.credit-emg {
  max-width: 660px;
  margin: 0 auto;
  margin-bottom: 40px;
  color: #333;
  font-family: "NotoSerif-Regular";
}
.credit-emg ul {
  list-style: none;
  line-height: 1;
  border-left: 5px solid rgb(19, 79, 92);
  padding-left: 20px;
  font-weight: 600;
}
.credit-emg ul li {
  margin-bottom: 10px;
}

.overview .two-column {
  display: flex;
  gap: 20px;
  align-items: stretch;
  flex: 1;
  flex-direction: row;
  margin: 0 auto;
  width: 45%;
}
.overview .col {
  flex: 1;
}

.section1 .five_column {
  width: 60%;
  margin: 0 auto;
  display: grid;
  grid-template-rows: 40% 60%;
  gap: 5px;
}
.section1 .five_column img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.section1 .five_column--row1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  align-items: stretch;
}
.section1 .five_column--row2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  align-items: stretch;
}/*# sourceMappingURL=style.css.map */