@charset "UTF-8";
.spanHissu {
  padding: 1px 6px;
  margin-right: 10px;
  font-size: 14px;
  color: #fff;
  background: #FD1744;
  vertical-align: middle;
}

.apply_title-hissu {
  display: block;
  width: 250px;
  padding: 5px 10px;
  margin: 30px 0 20px;
  font-size: 14px;
  color: #fff;
  background: #FD1744;
  border-radius: 25px;
  text-align: center;
}

.radioGroup {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-gap: 20px;
  margin: 30px 0;
}

.entry_necessary {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .entry_necessary {
    flex-direction: column;
  }
}
.entry_necessary li {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  padding: 15px;
  border: 1px solid #ddd;
  font-size: 3.4vw;
  line-height: 1.9;
  line-height: inherit;
}
@media screen and (min-width: 768px) {
  .entry_necessary li {
    font-size: 90%;
  }
}
.entry_necessary li h5 {
  font-size: 4.8vw;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .entry_necessary li h5 {
    font-size: 130%;
  }
}

.setLimit {
  display: flex;
  justify-content: flex-start;
  margin: 30px 0 30px 0;
}
@media screen and (max-width: 767px) {
  .setLimit {
    flex-direction: row;
  }
}
.setLimit > *:not(:first-child) {
  margin-left: -1px;
}
@media screen and (min-width: 768px) {
  .setLimit > *:not(:first-child) {
    margin-left: 30px;
  }
}

.planGB_box {
  padding: 20px 10px;
  border: 1px solid #D1D1D1;
  color: #11316F;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .planGB_box {
    flex: 1;
  }
}
@media screen and (min-width: 768px) {
  .planGB_box {
    width: 220px;
    height: 220px;
  }
}

.planGB-circle {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 97px;
  height: 97px;
  margin: 8px auto;
  background: #F4F4F4;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .planGB-circle {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .planGB-circle {
    width: 150px;
    height: 150px;
  }
}
@media screen and (min-width: 768px) {
  .planGB-circle {
    border-radius: 50%;
  }
}

.planGB {
  font-size: 26px;
}
@media screen and (min-width: 768px) {
  .planGB {
    font-size: 50px;
  }
}
.planGB-GB {
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  .planGB-GB {
    letter-spacing: -8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 768px) {
  .planGB-price {
    transform: translateY(-50px);
  }
}

.apply_agree_checkbox {
  padding: 10px;
  display: inline-block;
  border: 2px solid #FD1744;
  border-radius: 5px;
}

.checkbox {
  display: flex;
  cursor: pointer;
}
.checkbox input {
  display: none;
}
.checkbox input + .checkbox_fontAS::before {
  font-weight: inherit;
  content: "\f096";
  font-family: FontAwesome;
  line-height: 1;
  vertical-align: -0.1em;
  font-size: 1.3em;
  color: #ccc;
  display: inline-block;
  margin-right: 0.43em;
  margin-left: 0.43em;
}
.checkbox input:checked + .checkbox_fontAS:before {
  content: "\f046";
  color: #FD1744;
}

.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.disabled:hover {
  opacity: 0.5;
}

.abled {
  opacity: 1;
  cursor: pointer;
}

.disabledSelect, .notSaleSelect {
  position: relative;
}
.disabledSelect::before, .notSaleSelect::before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background-color: rgba(128, 128, 128, 0.5);
  border-radius: 10px;
  top: 0;
  left: 0;
  z-index: 101;
  transform: scale(1.03, 1.2);
}

.disabledSelect::before {
  content: "選択の必要はございません。";
}

.notSaleSelect::before {
  content: "現在提供していません。";
}

.esimFlow_secbox {
  margin: 30px auto;
  background-color: #F4F4F4;
  text-align: center;
  width: min(100%, 400px);
}
.esimFlow_secbox img {
  height: 180px;
}

.esimFlow_deviceText {
  color: #747474;
}

.planFunctionIcon {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}
.planFunctionIcon li {
  display: flex;
  padding: 3px 6px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
}
.planFunctionIcon li.voice {
  background: #0cc0f2;
}
.planFunctionIcon li.data {
  background: #034298;
}
.planFunctionIcon li.sms {
  background: #36E433;
}