@charset "UTF-8";
.esim-initial-table .table table th:first-of-type {
  width: 130px;
}
.esim-initial-table .table table th:nth-of-type(2) {
  width: 280px;
}
.esim-initial-table .table table td {
  line-height: 1.3 !important;
  vertical-align: middle !important;
}
.esim-initial-table .table table td:first-of-type {
  vertical-align: middle !important;
}
.esim-initial-table-price {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 15px;
  white-space: nowrap;
}
.esim-initial-table-price-before {
  width: 4em;
  text-align: center;
}
.esim-initial-table-price-after {
  font-weight: bold;
  color: #ff4081;
  font-weight: bold;
  font-family: "UD Shin Maru Go Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 10px;
}
.esim-initial-table-price-after::before {
  content: "";
  display: block;
  aspect-ratio: 42/44;
  width: 20px;
  background-image: url(/asset/img/service/data/esim/table_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.esim-change-table .table table th:first-of-type {
  width: 195px;
}
.esim-change-table .table table td {
  line-height: 1.3 !important;
  vertical-align: middle !important;
}
.esim-change-table .table table td:first-of-type {
  vertical-align: middle !important;
}
.esim-change-table .table table td:first-of-type span {
  font-size: 1.2rem;
}
.esim-change-table-price {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  max-width: 350px;
  width: 100%;
  white-space: nowrap;
}
.esim-change-table-price:not(:has(.esim-change-table-price-before)) {
  max-width: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
.esim-change-table-price:not(:has(.esim-change-table-price-before)) .esim-change-table-price-after {
  margin-top: 5px;
}
.esim-change-table-price:not(:has(.esim-change-table-price-after)) {
  max-width: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.esim-change-table-price-after {
  font-weight: bold;
  color: #ff4081;
  font-weight: bold;
  font-family: "UD Shin Maru Go Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 2.2rem;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 10px;
}
.esim-change-table-price-after::before {
  content: "";
  display: block;
  aspect-ratio: 42/44;
  width: 20px;
  background-image: url(/asset/img/service/data/esim/table_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .esim-initial-table .table table th:first-of-type {
    width: 55px;
  }
  .esim-initial-table .table table th:nth-of-type(2) {
    width: 105px;
  }
  .esim-initial-table-price {
    gap: 0 10px;
  }
  .esim-initial-table-price-after {
    gap: 0 8px;
    font-size: 1.4rem;
  }
  .esim-initial-table-price-after::before {
    width: 12px;
  }
  .esim-change-table .table table th:first-of-type {
    width: 85px;
  }
  .esim-change-table .table table td {
    font-size: 1rem !important;
  }
  .esim-change-table .table table td:first-of-type span {
    font-size: 1rem;
  }
  .esim-change-table-price {
    display: block;
    max-width: 155px;
  }
  .esim-change-table-price-after {
    margin-top: 5px;
    gap: 0 8px;
    font-size: 1.4rem;
  }
  .esim-change-table-price-after::before {
    width: 12px;
  }
}
@media screen and (min-width: 768px) {
  .esim-change-table .table table td {
    padding: 15px 10px !important;
  }
  .esim-change-table-price:has(.esim-change-table-price-after sup) {
    max-width: 365px;
  }
}