@charset "UTF-8";
.id-all,
.tu-all,
.id-tieup,
.mov-disp,
.gaiyo-link-wrap,
.gigaplan-only-disp,
#sim-tsuika #cost-area {
  display: none !important;
}

/*-------------------------共通-------------------------*/
.container {
  width: 90%;
  margin: 0 auto;
}

.fc-pink {
  color: #e7198c;
}

.yellow_line {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

li.line2 {
  visibility: hidden;
}
li.line2.show {
  visibility: visible;
}

@media screen and (min-width: 641px) {
  .container {
    width: 960px;
  }
}

/*-------------------------メイン-------------------------*/
/*---------- メイン画像 ----------*/
.mainArea h1 {
  display: none;
}

.main_bnr_inner {
  position: relative;
}

.main_bnr_inner .kome1 {
  position: absolute;
  right: 11%;
  top: 31%;
  font-size: 0.8em;
  color: #01a4ad;
  z-index: 1;
}

.main_bnr_inner .kome2 {
  position: absolute;
  right: 13%;
  top: 83%;
  font-size: 0.8em;
  color: #333;
  z-index: 1;
}

@media screen and (min-width: 641px) {
  .main_bnr_area, .main_bnr_area .main_bnr_inner {
    background: url(/campaign/esimdebut202605/img/main.png) center top no-repeat;
    height: 425px;
  }

  .main_bnr_area .main_bnr_inner {
    width: 960px;
    margin: 0 auto;
    height: 345px;
  }
}

@media screen and (min-width: 641px) {
  .main_bnr_inner .kome1 {
    right: 21.3%;
    top: 143px;
  }
  .main_bnr_inner .kome2 {
    right: 25.1%;
    top: 273px;
  }
}

/*---------- 注釈 ----------*/
ul.mv_kome {
  max-width: 940px;
  width: 96%;
  margin: 0.5rem auto 0;
  counter-reset: number;
  padding-left: 1.5em;
  box-sizing: border-box;
}

ul.mv_kome.-countUp {
  width: 100%;
  counter-reset: number 2;
}

ul.mv_kome li {
  font-size: 11px;
  text-indent: -2em;
  list-style: none;
  line-height: 1.4;
}

ul.mv_kome li:last-child {
  margin-bottom: 0;
}

ul.mv_kome li:before {
  counter-increment: number;
  content: "※" counter(number) " ";
}

@media screen and (max-width: 640px) {
  ul.mv_kome li {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 641px) {
  ul.mv_kome.-countUp {
    margin: 2rem auto 0;
  }
}

/*---------- ボタン ----------*/
.apply-button {
  width: 90%;
  max-width: 960px;
  margin: 2em auto;
  line-height: 1.6;
}

.app-btn {
  position: relative;
  display: block;
  max-width: 400px;
  width: 80%;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 1.3rem 0 1rem 2rem;
  background: linear-gradient(to bottom, #8fc31f 0%, #61b118 100%);
  color: #fff !important;
  border-radius: 5px;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4),
    2px 2px 3px rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  transition-duration: 0.1s;
  margin: 0 auto;
}

.app-btn img {
  width: 14px;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}

.app-btn.-gray {
  pointer-events: none;
  background: #999;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#999),
    to(#666)
  );
  background: linear-gradient(90deg, #999 0, #666);
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 0;
}

.app-btn.-gray img {
  content: none;
}

.app-btn-ano {
  font-size: 11px;
  text-align: center;
  margin: 0.5rem 0 0;
}
@media screen and (max-width: 640px) {
  .app-btn {
    font-size: 4.5vw;
  }
  .app-btn-ano {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 641px) {
  .app-btn:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  .app-btn img {
    left: 8%;
  }
}

/*---------- 上box ----------*/
.flex-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 3rem auto 0;
}

@media screen and (max-width: 640px) {
  .flex-box {
    display: block;
    width: 100%;
    margin-top: 1rem;
  }

  .flex-box img {
    width: 60vw;
    max-width: 250px;
    display: block;
    margin: 0 auto 1rem;
  }
}

@media screen and (min-width: 641px) {
  .flex-box img {
    width: 300px;
    margin: 0 2rem 0 0;
  }
}

/*---------- 会員ページ用ナビ ----------*/
.btn-af-head{
  display: block;
  position: relative;
  width: 260px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  letter-spacing: 0.1em;
  background: #23A33B;
  background: -moz-linear-gradient(bottom, #9ed73b 1%,#87c631 100%);
  background: -webkit-linear-gradient(bottom, #9ed73b 1%,#87c631 100%);
  background: linear-gradient(to bottom, #9ed73b 1%,#87c631 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db928', endColorstr='#23a33b',GradientType=1 );
  box-shadow: 0px 3px 2px #CCC;
  border-radius: 3px;
  text-align: center;
  padding: 1rem 0.5rem 0.8rem 1.5rem;
  box-sizing: border-box;
  color: #FFF!important;
  transition-duration: .05s;
  user-select: none;
  margin: 5px;
}
.fixed .btn-af-head{
  letter-spacing: 0;
}
.btn-af-head:hover{
  text-decoration: none;
  color: #fff;
  opacity: .7;
}
.btn-af-head:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 1em;
  width: 1.2em;
  height: 1.2em;
  background-image: url(/image/lock.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(0deg) translateY(-50%);
}
#headback.af-nav{padding-bottom: 0.6rem;}
.af-nav .top_nav_list li{padding: 0;border: none;}
.af-nav .top_nav_list li:first-child {border-left:none;}
.af-nav #nav{ display: flex; justify-content: space-around;}
.af-nav #nav > a{ position: relative; display: flex; align-items: center; justify-content: center; width: 100%; text-align: center; border-left: 1px dotted #CCC; color: #333; font-size: 14px; line-height: 1.4em; letter-spacing: 0.2em; }
.af-nav #nav > a:hover{ color: #E63083; text-decoration: none; }
.af-nav #nav > a:last-child{border-right: 1px dotted #CCC;}
.af-nav #nav > a.btn-af-head{ display: flex; flex-basis: 37%; align-items: center; justify-content: center;}
.af-nav .fixed{padding-bottom: 0.4rem; background: #FFF; border-bottom: 1px solid #e85298;}
.af-nav .fixed #nav{padding-left: 100px;}

.btn-af-head.btn_disable {
  padding-left: 0;
  pointer-events: none;
  border: none;
  background: #9ad63c ;
  box-shadow: none;
  text-shadow: none;
  filter:grayscale(100%);
}
.btn-af-head.btn_disable::after {
  display: none;
}
.application_btn.btn_disable p {
  background: #9ad63c ;
  filter:grayscale(100%);
}
.application_btn.btn_disable p::before {
  background: none;
}
.application_btn.btn_disable a {
  pointer-events: none;
}

@media screen and (min-width: 641px) {
    .af-nav #nav > a:hover::before {
      content: "";
      position: absolute;
      bottom: 0;
      width: 96%;
      left: 2%;
      border-bottom: 2px solid #E63083;
    }
}
@media screen and (max-width: 640px) {
  .application_btn p{
    position: relative;
  }
  .application_btn p::before {
      content: "";
      position: absolute;
      display: block;
      top: 50%;
      left: 5vw;
      width: 6vw;
      height: 6vw;
      background-image: url(/image/lock.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      transform: rotate(0deg) translateY(-50%);
  }
}

/*---------- 初期費用吹き出し ----------*/
.tu-label-area {
  position: relative;
  display: block;
  margin: 0 auto 1em;
  width: 330px;
  color: #e64d97;
  background: #FFF;
  border: solid 2px #eb6ca9;
}
.mainArea .tu-label-area p {
  text-align: center;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1px;
  margin: 0;
  padding: 0 0 5px;
}
.tu-label-area p:before, .tu-label-area p:after {
  content: "";
  position: absolute;
  bottom: calc(0px - (7px * 2));
  left: 50%;
  transform: translateX(-50%);
  border: 7px solid transparent;
  border-top: 7px solid;
}
.tu-label-area p:before {
  bottom: calc(3px - (7px * 2));
  border-top-color: #fff;
  z-index: 2;
}
.tu-label-area p .small {
  font-size: 0.7em;
  font-weight: bold;
}
.tu-label-area p:after {
  border-top-color: #eb6ca9;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .tu-label-area {
    width: 75%;
    margin-bottom: 1.2em;
  }
  .tu-label-area p {
    font-size: 5.5vw;
    padding: 0 0 3px;
  }
}

/*-------------------------料金表-------------------------*/
.miowari-obi,
.campaign_bnr,
.data-cost,
.ano-area.cost-area-anno.pc ul li:nth-of-type(2),
.ano-area.cost-area-anno.pc ul li:nth-of-type(7),
.ano-area.cost-area-anno.pc ul li:nth-of-type(8),
.ano-area.cost-area-anno.sp ul li:nth-of-type(2),
.ano-area.cost-area-anno.sp ul li:nth-of-type(3),
.cost-area-anno.miowari-kome-detail.ano-area li:nth-of-type(2) {
  display: none !important;
}
.ano-area.cost-area-anno ul li .kizon-change,
.cost-area-anno.miowari-kome-detail.ano-area li .kizon-change {
  display: inline-block;
  visibility: hidden;
  height: 1.3em;
  width: 5em;
  overflow: hidden;
  vertical-align: text-top;
}
.ano-area.cost-area-anno ul li .kizon-change:before,
.cost-area-anno.miowari-kome-detail.ano-area li .kizon-change:before {
  content: "月額料金は";
  visibility: visible;
  padding-left: 1em;
}
#cost h2.cost_title {
  font-size: 1.7em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  margin: 0 auto 2rem;
}
.cost-area {
  margin: 0 auto;
}

#cost .spec-tab-box[data-tab="for-new"],
#cost .spec-tab-box[data-tab="for-change"] {
  display: none;
}
#cost .spec-tab-box[data-tab="for-kizonOnly"] {
  display: flex !important;
}
#cost .spec-tab-box {
  width: 48%;
}
#cost .spec-tab-box.checked {
  width: 50%;
}

.list-asterisk li {
  text-align: center;
  text-indent: -1.5em;
  font-size: 11px;
  padding-left: 1.2em;
  line-height: 1.4;
}
.list-asterisk li:before {
  content: "※";
  margin-right: 0.25em;
}

@media screen and (max-width: 640px) {
  .list-asterisk li {
    font-size: 2.5vw;
  }

  #cost {
    width: 96%;
    margin: 0 auto;
    padding: 3rem 0 0;
  }

  #cost .spec_index {
    text-align: left;
    margin: 0 auto 1rem;
  }
  #cost .spec-tab-box .Period {
    margin: 0 auto;
  }
  #cost .voice-cost {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 641px) {
  #cost {
    padding: 4rem 0 0;
  }

  .cost {
    width: 960px;
    margin: 0 auto;
  }

  .cost-area {
    width: 960px;
  }

  #cost .spec_index {
    box-sizing: border-box;
    width: 960px;
    margin: 0 auto 1rem;
    text-align: left;
  }

  #cost .cost-area-anno {
    max-width: 960px;
    margin: 1rem auto 2rem;
  }
  #cost .tab-obi {
    width: 260px;
  }
}

/*---------- gaiyo ----------*/
.inc_gaiyo h2 {
  font-size: 1.7em !important;
  padding: 2rem 0 0.3rem !important;
  letter-spacing: 1px !important;
}

@media screen and (min-width: 641px) {
  .inc_gaiyo h2 {
    padding: 1rem 0 !important;
  }
}

/*---------- osirase(btnの上) ----------*/
.osirase {
  position: relative;
  text-align: center;
  font-weight: bold !important;
  margin: 1em auto -0.6em;
  line-height: 1.6;
}

.osirase span {
  padding: 0 8px;
  font-size: 3.8vw;
}

.slash_fukidashi:before,
.slash_fukidashi:after {
  position: absolute;
  content: "";
  top: 0;
  width: 2px;
  height: 100%;
  background: #333;
  border-radius: 3px;
}

.slash_fukidashi:before {
  transform: rotate(-35deg);
}

.slash_fukidashi:after {
  transform: rotate(35deg);
}

@media screen and (min-width: 641px) {
  .osirase span {
    font-size: 22px;
    padding: 0 10px;
  }

  .slash_fukidashi:before {
    transform: rotate(-45deg);
  }

  .slash_fukidashi:after {
    transform: rotate(45deg);
  }
}

/*---------- conditions ----------*/
.apply-conditions {
  box-sizing: border-box;
  width: 100%;
  padding: 8vw 0;
  text-align: center;
  background-color: #fffddc;
}

.apply-conditions-head {
  margin-bottom: 15px;
}

.apply-conditions-body {
  padding: 0 15px;
}

.cond {
  position: relative;
  margin-bottom: 10px;
  padding: 15px;
  background-color: #fff;
  border: 3px solid #01a4ad;
}

.cond::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0;
  height: 0;
  border-top: 50px solid #01a4ad;
  border-right: 50px solid transparent;
  z-index: 1;
}

.cond:nth-of-type(1) .left-box,
.cond:nth-of-type(2) .left-box {
  margin-right: -10px;
  padding-left: 15px;
}

.cond:nth-of-type(1) .left-box p,
.cond:nth-of-type(2) .left-box p {
  letter-spacing: 8px;
}

.cond:nth-of-type(3) .left-box {
  flex: 2;
}

.cond:nth-of-type(3) .right-box img {
  margin-left: -20px;
  width: 70%;
}

.cond-head {
  position: absolute;
  top: 1px;
  left: 1px;
  display: flex;
  flex-direction: column;
  color: #fff;
  z-index: 1;
}

.cond-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.left-box {
  min-width: 100px;
  text-align: center;
  flex: 1.5;
}

.right-box {
  flex: 1;
}

.right-box img {
  width: 90%;
}

/* font */
.apply-conditions-head h2 {
  font-size: 5.5vw;
  letter-spacing: 1px;
}

.left-box p {
  font-size: 5.5vw;
  letter-spacing: 2px;
}

.left-box p .yellow_line {
  font-weight: bold;
}

.s_text {
  font-size: 60%;
  letter-spacing: 0.1em;
}

.note {
  display: block;
  margin-bottom: 5px;
  line-height: 1.5;
}

.cond-caption {
  font-size: 12px;
  font-weight: bold;
}

.cond-number {
  margin-top: 2px;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (min-width: 641px) {
  .apply-conditions-body {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 15px;
    max-width: 960px;
    padding: 0;
    gap: 3%;
  }

  .apply-conditions-head {
    margin-bottom: 20px;
  }

  .apply-conditions {
    padding: 50px 0 60px;
  }

  .cond {
    width: 30%;
    margin-bottom: 0;
    padding: 30px 15px;
  }

  .cond::before {
    top: -1px;
    left: -1px;
    border-top: 60px solid #01a4ad;
    border-right: 60px solid transparent;
  }

  .cond-head {
    top: 3px;
    left: 3px;
  }

  .cond-flex {
    height: 100%;
    flex-direction: column;
    align-items: center;
  }

  .cond:nth-of-type(1) .left-box p,
  .cond:nth-of-type(2) .left-box p {
    letter-spacing: 2px;
  }

  .cond:nth-of-type(1) .left-box,
  .cond:nth-of-type(2) .left-box {
    margin-right: 0;
    padding-left: 0;
  }

  .cond:nth-of-type(3) .left-box {
    flex: 1.5;
  }

  .cond:nth-of-type(3) .right-box img {
    width: 75%;
    margin-left: 0;
  }
  /* font */
  .apply-conditions-head h2 {
    font-size: 30px;
  }

  .left-box p {
    font-size: 22px;
    line-height: 1.5em;
  }
}

/*---------- apply-period ----------*/
.apply-period {
  box-sizing: border-box;
  width: 100%;
  padding: 8vw 0;
  text-align: center;
  background: #ebf7f7;
}

.apply-period-head {
  margin-bottom: 15px;
}

.apply-period-body {
  position: relative;
  margin: 0 15px;
  padding: 20px;
  background: #fff;
}

.apply-period-body::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 5px;
  background: url("/campaign/esimdebut202509/img/esim-bg-repeat.png") repeat;
  background-size: 10px 10px;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

.apply-period-body::after {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid #00a4ac;
  pointer-events: none;
}

.period-title-pc {
  display: none;
}

.period-title-sp {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1.5px solid #00a4ac;
}

.period-title-sp img {
  width: 80%;
}

.plan-after img {
  width: 90%;
}

.period-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
}

.plan-before {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex: 3;
  line-height: 2;
}

.triangle-mint {
  width: 0;
  height: 0;
  margin: 0 10px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #00a4ac;
}

.line-through {
  display: inline-block;
  position: relative;
}

.plan-after {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 3;
  line-height: 2;
}

.line-through:before {
  display: block;
  width: 110%;
  height: 2px;
  position: absolute;
  content: "";
  left: 50%;
  transform: rotate(-15deg) translateX(-50%);
  background-color: #00a4ac;
  z-index: 1;
}

/* font */
.apply-period-head h2 {
  font-size: 5.5vw;
  letter-spacing: 1px;
}

.apply-period-head span {
  font-weight: bold;
  letter-spacing: 1px;
}

.plan-before p {
  font-size: 5.5vw;
  letter-spacing: 2px;
}

.plan-before p {
  font-size: 6vw;
  font-weight: bold;
  color: #9d9d9d;
}

.plan-before .giga {
  color: #00a4ac;
}

.plan-before strong {
  font-size: 1.5em;
}

.plan-after {
  font-size: 5.5vw;
  font-weight: bold;
  letter-spacing: 1px;
}

@media screen and (min-width: 641px) {
  .period-title-pc {
    display: block;
    flex: 2;
  }

  .period-title-pc img {
    width: 85%;
  }

  .plan-after img {
    width: 80%;
  }

  .period-title-sp {
    display: none;
  }

  .apply-period {
    padding: 50px 0 60px;
  }

  .apply-period-head {
    margin-bottom: 20px;
  }

  .period-flex {
    padding-top: 0;
    padding: 10px 80px;
  }

  .plan-after {
    flex: 1;
    margin-left: 20px;
  }

  .plan-before {
    margin-left: -30px;
    padding-top: 0;
    gap: 0;
    flex: 1;
    line-height: 1.2;
  }

  .apply-period-body::before {
    padding: 10px;
  }

  .triangle-mint {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #00a4ac;
  }

  .line-through:before {
    top: 25%;
  }

  .apply-period-body::after {
    inset: 10px;
  }
  /* font */
  .apply-period-head h2 {
    font-size: 30px;
    letter-spacing: 1px;
  }
  .apply-period-body {
    width: 920px;
    margin: 0 auto;
  }

  .plan-before p {
    font-size: 25px;
  }

  .plan-after {
    font-size: 30px;
  }
}

/*---------- data_share_detail_link ----------*/
#data_share_detail_link {
  background: url(/gigaplan/img/bg_datashare.png) center top repeat;
  width: 100%;
  margin-top: 3rem;
  padding: 30px 0 5vw;
  text-align: center;
}

#data_share_detail_link .data_share_detail_link_title span {
  line-height: 1.3 !important;
  display: inline-block;
  margin-top: 5px;
}

#data_share_detail_link .data_share_detail_link_title h2 {
  font-size: 5.5vw;
  line-height: 1.4em;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  margin: 0;
  margin-bottom: 15px;
}

.data_share_detail_link_content {
  display: flex;
  justify-content: space-between;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

/*ピンクボタン*/
.data_share_detail_link_btn {
  margin: 0 auto;
}

.data_share_detail_link_btn a.pink-btn {
  line-height: 1.2;
  background: #fa4e9e;
  color: #fff;
  display: block;
  padding: 0.5rem 6rem;
  width: fit-content;
  width: -moz-fit-content;
  border-radius: 30px;
  text-decoration: none;
  position: relative;
}

.data_share_detail_link_btn a.pink-btn::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 40%;
  left: 7%;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
}

.data_share_detail_link_btn a.pink-btn:hover {
  text-decoration: none;
  opacity: 0.7;
}

#data_share_detail_link .data_share_detail_link_title h2 img.only {
  margin-right: 1rem;
}

.datashare_case_image {
  margin-bottom: 50px;
}

.data-cost {
  display: block !important;
}

@media screen and (max-width: 640px) {
  #data_share_detail_link .data_share_detail_link_title {
    width: 95%;
    margin: 0 auto;
  }
  .data_share_detail_link_title_content {
    width: 95%;
    margin: 0 auto;
  }
  .data_share_detail_link_content {
    display: block;
    width: 90%;
  }
  .datashare_case_image {
    margin-bottom: 30px;
  }

  .cost-area h3 {
    font-size: 20px;
    font-weight: normal;
    color: #303030;
    margin: 0 0 20px;
    padding-left: 15px;
    background: url(/hdd/img/service-voice-h2-title.jpg) no-repeat center left;
  }

  #data_share_detail_link .data_share_detail_link_title h2 span {
    font-size: 13px;
  }
}

@media screen and (min-width: 641px) {
  #data_share_detail_link {
    padding: 60px 0 30px;
  }

  .cost-area h3 {
    font-size: 20px;
    font-weight: normal;
    color: #303030;
    margin: 0 0 20px;
    padding-left: 15px;
    background: url(/hdd/img/service-voice-h2-title.jpg) no-repeat center left;
  }

  #data_share_detail_link .data_share_detail_link_title h2 {
    font-size: 30px;
  }
  .data_share_detail_link_btn a {
    max-width: 280px;
  }
  .data_share_detail_link_btn a.pink-btn {
    margin-top: 2rem;
    padding: 1rem 4rem;
  }

  #data_share_detail_link .data_share_detail_link_title h2 span {
    font-size: 16px;
  }
}

/*---------- datashare_entry ----------*/

.datashare-process-esim-debut .datashare_entry h2 {
  font-size: 5.3vw;
  letter-spacing: 1px;
  font-weight: bold;
}
.datashare_specification_table {
  display: none;
}

@media screen and (min-width: 641px) {
  .datashare-process-esim-debut .datashare_entry {
    padding-bottom: 30px;
  }

  .datashare-process-esim-debut .datashare_entry h2 {
    font-size: 30px;
  }

  #data_share_detail_link span {
    font-size: 16px;
  }
}
