@import "default.css";

body {
  min-height: 1150px;
}
@media screen and (min-height: 1100px) {
  body {
    min-height: 100vh;
  }
}
.wemake__footer {
  bottom: 0px;
}
.wemake__main {
  background-color: #f5f5f7;
  padding: 50px 0px;
  text-align: center;
}

.main__title {
  line-height: 1.4;
  font-weight: 700;
  color: #000;
  font-size: 28pt;
}

.main__subtitle {
  color: #6e6e73;
  padding: 15px 0px;
  font-size: 14pt;
}

.wemake__container {
  background-color: #ffffff;
  color: #000000;
  width: 900px;
  margin: 0 auto;
  padding: 45px 0px;
  text-align: center;
}
.wemake__container--gray {
  min-width: 900px;
  background-color: #f5f5f7;
  padding: 80px 0px;
  text-align: center;
  color: #6e6e73;
  line-height: 1.4;
}

.container__image {
  padding: 20px;
}

.container__title {
  line-height: 1.4;
  font-weight: 600;
  color: #000;
  font-size: 26pt;
}
.container__description {
  line-height: 1.4;
  font-weight: 600;
  color: #000;
  font-size: 21pt;
  padding: 20px 0px;
}

.container__subtitle {
  line-height: 1.4;
  color: #6e6e73;
  font-size: 13pt;
}
.container__warning {
  line-height: 1.4;
  color: #6e6e73;
  font-size: 11pt;
}

.container__hr {
  margin: 8px 0px;
  border-color: #f5f5f7;
}

.container__flex {
  display: flex;
  justify-content: space-between;
  padding: 30px 10%;
  flex-wrap: wrap;
}
.flex__column {
  flex-basis: 25%;
  padding: 10px 0px;
}
.flex__image {
  padding: 5px 0px;
}

.flex__text {
  line-height: 1.4;
  font-size: 12pt;
}

.wemake__caption {
  font-size: 14pt;
  text-align: left;
  font-weight: 400;
  display: inline-block;
}

.wemake__table {
  font-size: 10pt;
  text-align: left;
  position: relative;
  width: 100%;
}

.wemake__table > tbody > tr > th {
  background-color: #f5f5f7;
  font-weight: 700;
}

.wemake__table > tbody > tr > th,
.wemake__table > tbody > tr > td {
  padding: 12px;
  line-height: 1.42857;
  vertical-align: top;
  border: 1px solid #ddd;
  font-size: 13pt;
}

.wemake__table > tbody > tr > th {
  color: #1d1d1f;
}
.wemake__table > tbody > tr > td {
  color: #d60e25 !important;
}

.layer__background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1498;
  background-color: #d60e25;
  opacity: 0.2;
  display: none;
}

.layer__main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1499;
  text-align: center;
  display: none;
}
.layer__content {
  display: inline-block;
  vertical-align: middle;
  background-color: white;
  padding: 25px 35px;
  border-radius: 25px;
  border: 1px solid #d60e25;
}
.layer__main:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.layer__text {
  padding-top: 5px;
  font-weight: 700;
}

.table__responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table__description {
  text-align: left;
  padding: 5px 0px;
  color: #6e6e73;
  font-size: 9pt;
  line-height: 1.42857;
}

.wemake__inline {
  display: inline-block;
  width: 30%;
  margin: 0px 20px;
}

.wemake__search {
  display: flex;
  align-items: center;
  margin: 10px 0px;
}

@media screen and (max-width: 991px) {
  .wemake__main {
    padding: 50px 15px;
  }
  .main__title {
    font-size: 22pt;
  }
  .flex__column {
    flex-basis: 50%;
  }
  .wemake__container {
    width: calc(100% - 30px);
    padding: 45px 15px;
  }
  .wemake__container--gray {
    min-width: 0px;
  }
  .layer__main,
  .layer__background {
    display: block;
  }

  .wemake__search {
    display: block;
    text-align: left;
  }

  .wemake__inline {
    width: 100%;
    margin: 10px 0px;
  }
}

@media screen and (max-width: 500px) {
  .main__title {
    font-size: 18pt;
  }
  .main__subtitle {
    font-size: 11pt;
  }
  .wemake__table > tbody > tr > th,
  .wemake__table > tbody > tr > td {
    padding: 9px;
    font-size: 3vw;
  }
}
