@font-face {
  font-family: "Krungsri";
  src: url("../fonts/krungsri-condensed/krungsri_con_bol-webfont.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Krungsri";
  src: url("../fonts/krungsri-condensed/krungsri_con_med-webfont.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Krungsri";
  src: url("../fonts/krungsri-condensed/krungsri_con-webfont.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}

html,
body {
  font-family: "Krungsri", sans-serif;
  font-size: 16px;
  margin: 0;
}

@media (min-width: 768px) {

  html,
  body {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {

  html,
  body {
    font-size: 18px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

h1 {
  font-weight: 500;
}

header {
  box-shadow: 0 2px 8px 0 rgba(68, 68, 68, 0.15);
}

header .header-title {
  height: 64px;
  display: flex;
  align-items: center;
  align-content: center;
  width: calc(100% - calc(16px * 2));
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  header .header-title {
    width: calc(768px - calc(34px * 2));
    padding-right: 34px;
    padding-left: 34px;
  }
}

@media (min-width: 1024px) {
  header .header-title {
    width: 1024px;
  }
}

header .header-title img {
  width: 130px;
}

.content--box {
  width: calc(100% - calc(16px * 2));
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .content--box {
    width: calc(768px - calc(34px * 2));
    padding-right: 34px;
    padding-left: 34px;
  }
}

@media (min-width: 1024px) {
  .content--box {
    width: 1024px;
  }
}

.content--box--first {
  padding-top: 24px;
  display: flex;
  flex-wrap: wrap;
  color: #444444;
}

@media (min-width: 768px) {
  .content--box--first {
    padding-top: 40px;
    justify-content: space-between;
  }
}

.content--box--first--left {
  order: 1;
  width: 100%;
}

@media (min-width: 768px) {
  .content--box--first--left {
    order: 0;
    width: calc(calc(100%/2) - 34px);
  }
}

.content--box--first--right {
  width: 100%;
  margin-bottom: 32px;
}

.content--box--first--right img {
  width: 100%;
}

@media (min-width: 768px) {
  .content--box--first--right {
    width: calc(calc(100%/2) - 34px);
  }
}

.content--box--second {
  padding-top: 24px;
  color: #444444;
}

@media (min-width: 768px) {
  .content--box--second {
    padding-top: 40px;
  }
}

.content--box--second--card {
  display: flex;
  flex-flow: column wrap;
}

@media (min-width: 768px) {
  .content--box--second--card {
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}

.content--box--second--card--item {
  width: 100%;
  background-color: #ffffff;
  padding-top: 24px;
  margin-bottom: 24px;
  border-radius: 8px;
  box-shadow: 0 4px 4px 0 rgba(102, 102, 102, 0.2);
}

.content--box--second--card--item picture img {
  width: 100%;
}

@media (min-width: 768px) {
  .content--box--second--card--item {
    width: calc(calc(100%/3) - 22px);
  }
}

.content--box--third {
  padding-top: 24px;
  color: #444444;
}

@media (min-width: 768px) {
  .content--box--third {
    padding-top: 40px;
  }
}

@media (max-width: 766px) {
  .content--box--third picture {
    margin-left: -16px;
    margin-right: -16px;
  }
}

.content--box--third picture img {
  width: 100%;
  padding-bottom: 53px;
}

@media (max-width: 766px) {
  .content--box--third picture img {
    width: calc(100% + calc(16px * 2));
  }
}

.content--box--third--title.content-title {
  color: #444444;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .content--box--third--title.content-title {
    margin-bottom: 4px;
  }
}

@media (min-width: 1024px) {
  .content--box--third--title.content-title {
    margin-bottom: 70px;
  }
}

.content--box--third--detail.content-detail {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .content--box--third--detail.content-detail {
    margin-bottom: 34px;
  }
}

@media (min-width: 1024px) {
  .content--box--third--detail.content-detail {
    display: none;
  }
}

.content--box--third--subtitle {
  font-size: 24px;
  margin-bottom: 16px;
}

.content--box--third--subtitle--detail {
  font-size: 18px;
  margin-bottom: 32px;
}

.content--box--third--step {
  font-size: 16px;
  padding-left: 32px;
  padding-right: 32px;
}

.content--box--third--step--1 picture img,
.content--box--third--step--2 picture img,
.content--box--third--step--3 picture img,
.content--box--third--step--4 picture img {
  width: 80%;
}

@media (min-width: 768px) {
  .content--box--third--step {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }

  .content--box--third--step--1,
  .content--box--third--step--2,
  .content--box--third--step--3,
  .content--box--third--step--4 {
    width: calc(100% / 2 - (calc(32px * 2)));
    display: flex;
    flex-flow: row wrap;
  }
}

@media (min-width: 1024px) {
  .content--box--third--step {
    flex-flow: row nowrap;
  }

  .content--box--third--step--1,
  .content--box--third--step--2,
  .content--box--third--step--3,
  .content--box--third--step--4 {
    width: calc(100% / 4 - (calc(32px * 2)));
    align-content: space-between;
  }
}

.download {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #e60000;
  text-align: center;
  margin-bottom: 16px;
}

.download-icon {
  display: flex;
  padding-bottom: 32px;
  justify-content: center;
}

.download-icon a {
  max-width: 150px;
}

.download-icon a:first-child {
  padding-right: 16px;
}

.download-icon a picture img {
  width: 100%;
}

.content-title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .content-title {
    font-size: 26px;
  }
}

.content-detail {
  font-size: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .content-detail {
    font-size: 18px;
  }
}

.content-subtitle {
  font-size: 20px;
  font-weight: 500;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 16px;
  text-align: center;
}

@media (min-width: 768px) {
  .content-subtitle {
    padding-left: 22px;
    padding-right: 22px;
  }
}

.content-subtitle-detail {
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 84px;
  text-align: center;
}

@media (min-width: 768px) {
  .content-subtitle-detail {
    padding-left: 22px;
    padding-right: 22px;
  }
}

.first,
.third,
footer {
  background-color: #fbfbfb;
}

.second {
  background-color: #f5f5f5;
}

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

footer {
  border-top: 4px solid #ffd400;
  font-size: 14px;
}

footer .footer {
  width: calc(100% - calc(16px * 2));
  padding: 16px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  footer .footer {
    width: calc(768px - calc(34px * 2));
    padding-right: 34px;
    padding-left: 34px;
  }
}

@media (min-width: 1024px) {
  footer .footer {
    width: 1024px;
  }
}

.body-background {
  background-position: center center;
  background-size: cover;
}

.header-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  display: inline-block;
  align-self: flex-end;
  margin-bottom: 10px;
}

.header-logo {
  width: 48px;
  height: 78px;
}

.first-flex {
  max-width: 344px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0 16px;
}

.second-flex {
  padding-top: 6px;
  width: calc(100% - calc(15px * 2));
  display: flex;
  justify-content: center;
  position: relative;
}

.third-flex {
  padding-top: 10px;
  width: calc(100% - calc(15px * 2));
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: center;
  position: relative;
}

.icon-image {
  width: 48px;
  height: 48px;
  padding-right: 16px;
}

.table-title {
  /* padding-bottom: 8px; */
  line-height: 26px;
  font-size: 16px;
  font-weight: 500;
  color: #2C2626;
}

.table-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 22.45px;
  color: #2C2626;
}

.description-bold {
  font-size: 14px;
  font-weight: 500;
}

.space-table {
  padding-top: 10px;
  padding-bottom: 10px;
}

.space-annotation {
  padding-top: 26px;
  padding-bottom: 6px;
}

.annotation-text {
  color:  #2C2626;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  line-height: 22px;
}

.condition-text {
  color:  #2C2626;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 18.35px;
}

.image-backgroup {
  width: 328px;
  height: 219px;
  padding: 0px;
  border-radius: 16px;
  box-shadow: 0px 4px 8px 0px rgba(43, 38, 38, 0.1);
}

.button1-over {
  display: flex;
  justify-content: center;
  position: absolute;
  border: 0px;
  background-color: transparent;
  width: 296px;
  height: 92px;
  padding: 0px;
  margin-top: 16px;
}

.button1-image {
  width: 296px;
  height: 92px;
  padding: 0px;
}

.middle-line {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 296px;
  height: 22px;
  padding: 0px;
  margin-top: 124px;
}

.flex-download-btn {
  display: flex;
  justify-content: center;
  position: absolute;
  margin-top: 164px;
}

.button2-over {
  border: 0px;
  background-color: transparent;
  width: 140px;
  height: 41px;
  padding: 0px;
}

.button2-image {
  width: 140px;
  height: 41px;
  padding: 0px;
}

.button3-over {
  border: 0px;
  background-color: transparent;
  width: 140px;
  height: 41px;
  padding: 0px;
}

.button3-image {
  width: 140px;
  height: 41px;
  padding: 0px;
}
.condition-image {
  text-align: center;
  padding-top: 16px;
}

/*# sourceMappingURL=index.css.map */