@charset "utf-8";

#container {
  display: block;
  width: 100%;
  background: #c4d700;
}

.plan-top-banner__sp {
  display: block;
  margin: auto;
  width: 100%;
}

.plan-top-banner {
  display: none;
}

.simplan_br_sp {
  display: block;
}

.simplan__intro {
  max-width: 1200px;
}

.simplan__ryokin {
  max-width: 1200px;
}

.simplan__kento {
  max-width: 1200px;
}

.simplan__tanmatsu {
  max-width: 1200px;
}

/*----------------    新しい　プラン　の　料金　---------------------------*/

.plan__tabs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin-top: 1rem;
}

.plan__tab {
  display: flex;
  justify-content: center;
  background-color: #b2b2b2;
  color: #808080;
  border: none;
  outline: none;
  padding: 14px 0px;
  font-size: min(max(14px, 4vw), 25px);
  width: 30%;
  border-radius: 5px 5px 0px 0px;
  margin: 0rem 0.2rem;
}

.plantab__box {
  background: #fff;
}

#simplan__tab {
  display: flex;
  flex-direction: column;
  background: #fff;
}

.simplan__title {
  display: block;
  width: 80%;
  margin: 2rem auto;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}

.simplan__intro {
  width: 90%;
  margin: 0rem auto;
}

.simplan__intro_img {
  display: block;
  width: 100%;
}

.simplan__txtbox {
  display: flex;
  flex-direction:column;
  width: 100%;
  border-bottom: solid 2px #c4d700;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.simplan__intro_txt {
  font-size: 3vw;
  margin: 1rem auto;
}

.simplan__mvno-logo {
  display: block;
  margin: 1rem auto;
  width: 60%;
}

/*----------------　月額料金　----------------------*/

.simplan__ryokin {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 0rem auto;
}

.ryokin-title__box {
  display: flex;
  flex-direction: column;
}

.simplan__h2_title {
  color: #000;
  font-size: 4vw;
  font-weight: bold;
}

.simplan__h2_title::before {
  content: '';
  background: #000;
  padding-bottom: 2px;
  display: inline-flex;
  width: 0.5rem;
  height: 4vw;
  margin-right: 2%;
}

.ryokin-asterisk {
  display: flex;
  font-size: 3vw;
  color: #6FBA2C;
  align-items: flex-end;
  margin: 1rem 0rem;
}

.ryokin-asterisk_2 {
  font-size: 1.3vw;
  color: red;
  align-self: baseline;
}

.ryokin__txt {
  font-size: 3vw;
  margin: 1rem auto;
}

.ryokin__kome {
  font-size: 2.5vw;
  margin: 0 0 4rem 0;
}

.ryokin__kome2 {
  font-size: 2.5vw;
  margin-bottom: 1rem;
  color: #000;
}

.kurikoshi__kome {
  font-size: 2.5vw;
  margin: 1rem 1rem 2rem 1rem;
  color: #000;
}

/*---------------  料金アイコン styling-----------------------------*/

.ryokin__giga {
  display: flex;
  flex-direction: row;
  width: 100%;
  font-weight: bold;
  margin: 1.5rem 0rem 0rem 0rem;
  border-radius: 5px;
  box-shadow: 2px 2px 7px grey;
}

.ryokin-giga__box {
  display: flex;
  flex-direction:column;
}

.ryokin-giga__group {
  display: flex;
  flex-direction:column;
}

.g__amount {
  display: flex;
  width: 40%;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  background: #c4d700;
  border-radius: 5px 0px 0px 5px;
  padding: 0.6rem 0rem;

}

.g__price {
  display: flex;
  flex-direction: column;
  width: 60%;
  text-align: center;
  font-size: 2rem;
  background: #fff;
  border-radius: 0px 5px 5px 0px;
  padding: 0.6rem 0rem;

}

.g__price_zeikomi {
  display: flex;
  margin-top: 0.6rem;
  justify-content: center;
  font-size: 1rem;
}

.open_accordion {
  display: none;
}

#acc__button {
  display: flex;
  justify-content: center;
  position: relative;
  color: #6FBA2C;
  width: 200px;
  margin: 2rem auto;
}

#acc__button:focus {
  border: none;
  outline: none;
}

.ryokin__downarrow {
  font-size: 1rem;
  font-weight: bold;
}

.ryokin__uparrow {
  font-size: 1rem;
  font-weight: bold;
}

.ryokin__downarrow::before {
  content:'';
  background: #6FBA2C;
  padding: 6px 2px;
  position: absolute;
  right: 6%;
  top: 22%;
  transform: rotate(311deg);
}

.ryokin__downarrow::after {
  content:'';
  background: #6FBA2C;
  padding: 6px 2px;
  position: absolute;
  right: 3%;
  top: 22%;
  transform: rotate(47deg);
}

.ryokin__uparrow::before {
  content:'';
  background: #6FBA2C;
  padding: 6px 2px;
  position: absolute;
  right: 16%;
  top: 22%;
  transform: rotate(47deg);
}

.ryokin__uparrow::after {
  content:'';
  background: #6FBA2C;
  padding: 6px 2px;
  position: absolute;
  right: 13%;
  top: 22%;
  transform: rotate(311deg);
}

/*------------　かけたい放題オプション  -----------*/

.kakeho-option__group {
  display: flex;
  flex-direction:row;
  justify-content: center;
  gap: 0 2rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.kakeho__option {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 25rem;
  font-weight: bold;
  margin: 1.5rem 0rem 0rem 0rem;
  border-radius: 5px;
  box-shadow: 2px 2px 7px grey;
}

.kakeho__type {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.3rem, 2vw, 2rem);
  color: #fff;
  background: #6fba2c;
  border-radius: 5px 5px 0px 0px;
  padding: 0.6rem 0rem;

}

.kakeho__price {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
  font-size: 2rem;
  color: #6fba2c;
  background: #fff;
  border-radius: 0px 0px 5px 5px;
  padding: 0.6rem 0rem;

}

.kakeho__price_zeikomi {
  display: flex;
  margin-top: 0.6rem;
  justify-content: center;
  font-size: clamp(0.8rem, 2vw, 1rem);
}

.kakeho__option_txt {
  display: flex;
  margin-top: 0.6rem;
  justify-content: center;
  font-size: clamp(0.8rem, 2vw, 1rem);
  color: #aba69e;
}

.kakeho_br {
  display: none;
}


/*------------  オプション  ------------*/

.ryokin-option__txt {
  font-size: 3.3vw;
  margin: 1rem 0;
}

.ryokin-option__group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 700px;
  margin: 1.5rem auto 0 auto;
}

.ryokin-option__group2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 700px;
  margin: 0 auto 1.5rem auto;
}

.ryokin-option__box {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 310px;
  font-size: 1.3rem;
  font-weight: bold;
  margin: 0.5rem auto;
  padding: 1rem 0rem;
  border: solid 1px #6FBA2C;
  border-radius: 5px;
  box-shadow: 2px 2px 7px grey;
}

.ryokin-option__dot {
  display: flex;
  color: #6FBA2C;
  font-size: 0.9rem;
  align-items: center;
  margin: 0 0.2rem;
}

.ryokin-option__name {
  display: flex;
  font-size: 0.8rem;
  align-items: center;
  margin-right: 0.3rem;
}

.ryokin-option__zeikomi {
  display: flex;
  font-size: 0.8rem;
  align-items: flex-end;
}

.ryokin__option-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 2rem auto;
  width: 100%;
  grid-gap: 2rem;
  line-height: 1.3;
  max-width: 800px;
}

.options-box {
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: solid 10px #6FBA2C;
  box-shadow: 2px 2px 7px grey;
  width: 90%;
  max-width: 550px;
  font-weight: bold;
  border-radius: 5px;
}
.option-box {
  display: flex;
  flex-direction: column;
  margin: 1rem;
  font-size: 1.2rem;
  text-align: center;
}
.option-box span {
  font-size: 0.8rem;
  align-self: top;
}

.price-label {
  font-size: 1.5rem;
}

@media screen and (max-width: 839px) {

  .ryokin__option-box {
    grid-template-columns: repeat(1, 1fr);
    max-width: 550px;
  }

  .option-box {
    font-size: min(4vw,1.2rem);
  }
  .option-box span {
    font-size: min(3vw,0.8rem);
  }
  
  .price-label {
    font-size: min(6vw,1.5rem);
  }

}


/*------- あなたにピッタリをチェック！ Green Banner ------*/



.ryokin-banner__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  background: #c4d700;
  margin-bottom: 3rem;
}

.ryokin-banner__title {
  font-size: 1rem;
  text-align: center;
  margin: 4rem 0 0 0;
}

.ryokin-banner__group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin: 2rem 0rem;
}

.ryokin-banner__button1 {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 310px;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: bold;
  color:#6FBA2C;
  background: #fff;
  margin: 1rem auto;
  padding: 1rem 0rem;
  border-radius: 5px;
  box-shadow: 2px 2px 7px grey;
}

.ryokin-banner__button2 {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 310px;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: bold;
  color:#fff;
  background: #f15a24;
  margin: 1rem auto;
  padding: 1rem 0rem;
  border-radius: 5px;
  box-shadow: 2px 2px 7px grey;
}

.ryokin-ban__txt {
  display: flex;
  justify-content: center;
}

.ryokin-arrow__green {
  display: flex !important;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  color: #6FBA2C;
  font-size: 2rem;
}

.ryokin-arrow__white {
  display: flex !important;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 2rem;
}

/*---------- Sim plan 検討 --------*/

.simplan__kento {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 0rem auto;
}


/*------------------------------------------------------------
			            SIM 詳細　の　折り畳み　ボタン
------------------------------------------------------------*/

.sim-details-acc {
  display: block;
  position: relative;
  margin: 40px auto;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  padding: 18px;
  width: 300px;
  border: solid 2px #6FBA2C;
  border-radius: 5px;
  text-align: center;
  outline: none;
  font-size: 1rem;
  transition: 0.4s;
}

.shosai__downarrow {
  font-weight: bold;
}

.shosai__uparrow {
  font-weight: bold;
}

.shosai__downarrow::before {
  content:'';
  background: #6FBA2C;
  padding: 6px 2px;
  position: absolute;
  right: 12%;
  top: 41%;
  transform: rotate(311deg);
}

.shosai__downarrow::after {
  content:'';
  background: #6FBA2C;
  padding: 6px 2px;
  position: absolute;
  right: 10%;
  top: 41%;
  transform: rotate(47deg);
}

.shosai__uparrow::before {
  content:'';
  background: #6FBA2C;
  padding: 6px 2px;
  position: absolute;
  right: 12%;
  top: 41%;
  transform: rotate(47deg);
}

.shosai__uparrow::after {
  content:'';
  background: #6FBA2C;
  padding: 6px 2px;
  position: absolute;
  right: 10%;
  top: 41%;
  transform: rotate(311deg);
}

.sim-details {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.sim-details-panel {
  display: block;
  margin: 10px auto;
  padding: 0 18px;
  background-color: white;
  border: dashed 2px transparent;
    border-style: none dashed dashed dashed;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.sim-panel-content {
  display: block;
  width: 100%;
  max-width: 900px;
  margin: auto;
  color: black;
}

.sim-panel-content img {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 20px 0px;
}

.zeikomi_kakaku {
  font-size: 12px;
  vertical-align: unset !important;
}

/*------------ SIM 詳細　の　折り畳み　ボタン ここまで ----------*/


/*----------- Sim plan 検討 content -----------------------*/

.simplan-kento__group {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.simplan-kento__box {
  display: flex;
  flex-direction: column;
  width: 300px;
  margin: 0 auto 2rem auto;
  position: relative;
  border: solid 2px #6FBA2C;
  border-radius: 15px;
  background: rgba(196, 215, 0, 0.2);
}

.kento-box__img {
  position: absolute;
  width: 2.5rem;
  top: 1.3rem;
  left: 2.2rem;
}

.kento-box__img2 {
  position: absolute;
  width: 2.5rem;
  top: 1.3rem;
  left: 1.2rem;
}

.kento-box__title {
  text-align: center;
  margin: 2rem 1rem 2rem 4rem;
  font-size: 1.2rem;
  font-weight: bold;
  color: #222222;
}

.kento-box__txt {
  font-size: 0.9rem;
  margin: 1rem;
  color: #222222;
}

.kento-box__flowbutton {
  display: flex;
  justify-content: center;
  width: 17rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  color: #fff;
  background: #6FBA2C;
  margin: 0.5rem auto 1.5rem auto;
  padding: 1.5rem 0rem;
  border-radius: 5px;
  box-shadow: 2px 2px 7px grey;
}

.kento-box__button {
  display: flex;
  justify-content: center;
  width: 14rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  color: #222222;
  background: #c4d600;
  margin: 0.5rem auto 1.5rem auto;
  padding: 0.5rem 0rem;
  border-radius: 5px;
  box-shadow: 2px 2px 7px grey;
}

.kento-box-button__txt {
  text-align: center;
}

.ryokin-arrow__black {
  display: flex !important;
  position: absolute;
  right: 5%;
  top: 17%;
  color: #222222;
  font-size: 1.3rem;
}

/*-----------------------------------------
              Sim plan 端末
-----------------------------------------*/

.simplan__tanmatsu {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 0rem auto;
}



.product_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 60px auto 10px;
}

.productline__smartphone {
  width: 100%;
}

.productline {
  /* width: 536px; */
  /* height: 453px; */
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: stretch;
}

.productline__list {
  background-color: #fff;
  padding: 62px 42px;
  width: calc(50% - 92px);
  display: flex;
  justify-content: space-between;
  margin-right: 8px;
  margin-bottom: 16px;
  position: relative;
}
.productline__list:nth-of-type(2n){
  margin-right: 0;
  margin-left: 8px;
}

.productline__list img {
  /* width: 174px;
  height: auto; */
  width: auto;
}

.product_item {
  width: 213px;
  position: relative;
}
.product_item figcaption{
	height: 84px;
	padding-bottom: 10px;
    border-bottom: 1px solid #6e8d94;
}
.product__name {
  font-size: 20px;
}
.product__maker {
  font-size: 16px;
  color: #747474;
}
.product_text {
  font-size: 16px;
  color: #191919;
  padding: 20px 0;
  display: block;
}

.productline__links {
	position: absolute;
	bottom: 0;
}
.productline_price {
  font-size: 20px;
  padding-bottom: 17px;
  display: block;
  text-align: center;
}
.productline__btn {
  display: block;
}

.productline__btn a {
  padding: 15px;
  text-align: center;
  background-color: #6e8d94;
  display: block;
  color: #fff;
  width: 100%;
  border-radius: 4px;
  text-decoration: none;
}
.new_icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 98px;
  height: 98px;
}
.new_icon img{
  width: 100% !important;
  height: auto;
}

@media screen and (max-width: 1350px) {

  .product_box {
    width: 100%;
  }
  .productline__list {
    display: block;
    padding: 20px 0px;
    width: 100%;
    max-width: 400px;
    margin-right: 0;
    margin: 10px auto;
    margin-bottom: 16px;
	  min-height: auto;
  }
  .productline__list:nth-of-type(2n){
    margin-left: 0;
    margin: auto;
    margin-top: 10px;
  }
  .productline__list img {
    display: block;
    height: auto;
    width: auto;
    margin: auto;
  }
  .product_item {
    width: 100%;
	  min-height: 180px;
    position: relative;
    max-width: 350px;
    margin: auto;
  }
  .product_item figcaption{
    display: flex;
    flex-direction: column;
    justify-content: center;
  	height: 50px;
  	padding-bottom: 10px;
    border-bottom: 1px solid #6e8d94;
  }
  .product__name {
    font-size: 12px;
	  font-weight: bold;
    text-align: center;
  }
  .product__maker {
    font-size: 10px;
    text-align: center;
  }
  .product_text {
    font-size: 11px;
    color: #191919;
    padding: 13px 0;
    display: block;
    text-align: center;
  }
  .productline__links {
    width: 100%;
  }
  .productline_price {
    font-size: 18px;
    padding-bottom: 11px;
    text-align: center;
  }
  .productline__btn a {
	font-size: 11px;
    padding: 9px 0;
  }
  .new_icon {
    width: 59px;
    height: 59px;
  }
}

/*--------------------------------------------------
                料金 Banner bottom
--------------------------------------------------*/

#ryokin-banner__bottom {
  margin-bottom: 0;
}


/*--------------------------------------------------
                限界突破 plan
--------------------------------------------------*/

#gt__tab {
  display: flex;
  flex-direction: column;
  background: #fff;
}

.gt-plan__title {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin: 2rem auto;
}

.gt-plan_img__sp {
  display: block;
  width: 90%;
  max-width: 500px;
  margin: auto;

}

.gt-plan_img {
  display: none;
}

.gt-shosai__button {
  display: flex;
  justify-content: center;
  width: 90%;
  max-width: 500px;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: bold;
  color: #b1c41d;
  background: #040000;
  margin: 2rem auto;
  padding: 1.2rem 0rem;
  border-radius: 5px;
  box-shadow: 2px 2px 7px grey;
}

/*--------------------------------------------------
                スゴイ電話 plan
--------------------------------------------------*/

#sg__tab {
  display: flex;
  flex-direction: column;
  background: #fff;
}

.sg-plan__title {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin: 2rem auto;
}

.sg-plan_img__sp {
  display: block;
  width: 90%;
  max-width: 500px;
  margin: auto;

}

.sg-plan_img {
  display: none;
}

.sg-shosai__button {
  display: flex;
  justify-content: center;
  width: 90%;
  max-width: 500px;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  background: #63b00b;
  margin: 2rem auto;
  padding: 1.2rem 0rem;
  border-radius: 5px;
  box-shadow: 2px 2px 7px grey;
}





/*==================================================================
                              PC版
===================================================================*/


@media screen and (min-width: 740px) {


/*------------  オプション  ------------*/

  .ryokin-option__txt {
    font-size: 3.3vw;
    margin: 1rem 0;
  }

  .ryokin-option__group {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin: 1.5rem auto 0 auto;
  }

  .ryokin-option__group2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin: 0 auto 1.5rem auto;
  }


/*------- あなたにピッタリをチェック！ Green Banner ------*/


  .ryokin-banner__title {
    font-size: 1.5rem;
    text-align: center;
    margin: 4rem 0 0 0;
  }

  .ryokin-banner__group {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin: 2rem 0rem;
  }

/*-------------------- Sim plan 検討  ------------------*/


  .sim-details {
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: auto;
  }

  .sim-details-acc {
    display: block;
    position: relative;
    margin: 40px auto;
    background-color: #fff;
    color: #333;
    cursor: pointer;
    padding: 18px;
    width: 96%;
    border: solid 2px #6FBA2C;
    border-radius: 5px;
    text-align: center;
    outline: none;
    font-size: 1rem;
    transition: 0.4s;
  }

  .shosai__downarrow::before {
    content: '';
    background: #6FBA2C;
    padding: 6px 2px;
    position: absolute;
    right: 11%;
    top: 41%;
    transform: rotate(311deg);
  }

  .shosai__uparrow::before {
    content: '';
    background: #6FBA2C;
    padding: 6px 2px;
    position: absolute;
    right: 11%;
    top: 41%;
    transform: rotate(47deg);
  }

  .simplan-kento__group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 4rem 0;
  }

}

@media screen and (min-width: 840px) {

  .simplan_br_sp {
    display: none;
  }

  .plan-top-banner__sp {
    display: none;
  }

  .plan-top-banner {
    display: block;
    margin: auto;
    width: 100%;
  }

/*-------------- 料金 intro text --------------*/

  .simplan__intro_img {
    display: block;
    width: 100%;
    margin: 4rem auto 1rem auto;
  }

  .simplan__txtbox {
    display: flex;
    flex-direction: row;
    width: 100%;
    border-bottom: solid 2px #c4d700;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }

  .simplan__intro_txt {
    font-size: 2vw;
    margin: 1rem auto;
  }

  .simplan__mvno-logo {
    display: block;
    margin: 1rem auto;
    width: 20%;
  }

/*------------ Sim plan 料金 -------------*/

  .simplan__h2_title {
    color: #000;
    font-size: 2.1rem;
    font-weight: bold;
  }

  .simplan__h2_title::before {
    content: '';
    background: #000;
    padding-bottom: 2px;
    display: inline-flex;
    width: 0.5rem;
    height: 2.1rem;
    margin-right: 2%;
  }

  .ryokin-asterisk {
    display: flex;
    font-size: 1.5rem;
    color: #6FBA2C;
    align-items: flex-end;
    margin: 1rem 0rem;
  }

  .ryokin-asterisk_2 {
    font-size: 0.6rem;
    color: #000;
  }

  .ryokin__txt {
    font-size: 1.5rem;
    margin: 1rem auto;
  }

  .ryokin__kome {
    font-size: 1rem;
    margin: 0 0 4rem 0;
  }

  .ryokin__kome2 {
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #000;
  }

  .kurikoshi__kome {
    font-size: 1rem;
    margin: 1rem 1rem 4rem 1rem;
    color: #000;

  }

/*----------- 料金 accordion ----------*/

  .open_accordion {
    display: flex !important;
  }

  #acc__button {
    display: none;
  }

  .ryokin__giga {
    display: flex;
    flex-direction: column;
    width: 28%;
    font-weight: bold;
    margin: 1rem;
    border-radius: 5px;
    box-shadow: 2px 2px 7px grey;
  }

  .ryokin-giga__box {
    display: flex;
    flex-direction: row;

  }

  .ryokin-giga__group {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 4rem 1rem;
    flex-wrap: wrap;
  }

  .g__amount {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    background: #c4d700;
    border-radius: 5px 5px 0px 0px;
    padding: 0.6rem 0rem;

  }

  .g__price {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    font-size: 2rem;
    background: #fff;
    border-radius: 0px 0px 5px 5px;
    padding: 0.6rem 0rem;

  }

/*--------- かけたい放題オプション--------*/

  .kakeho_br {
    display: block;
  }

/*--------- Option text -----------*/

  .ryokin-option__txt {
    font-size: 1.5rem;
    margin: 1rem 0;
  }

/*----------- 料金 banner ------------*/

  .ryokin-banner__group {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin: 2rem auto;
    max-width: 800px;
  }

/*--------- Sim plan 検討 -----------*/

  .sim-details-acc {
    display: block;
    position: relative;
    margin: 40px auto;
    background-color: #fff;
    color: #333;
    cursor: pointer;
    padding: 18px;
    width: 685px;
    border: solid 2px #6FBA2C;
    border-radius: 5px;
    text-align: center;
    outline: none;
    font-size: 1.3rem;
    transition: 0.4s;
  }

  .shosai__downarrow::before {
    content: '';
    background: #6FBA2C;
    padding: 6px 2px;
    position: absolute;
    right: 11%;
    top: 41%;
    transform: rotate(311deg);
  }

  .shosai__uparrow::before {
    content: '';
    background: #6FBA2C;
    padding: 6px 2px;
    position: absolute;
    right: 11%;
    top: 41%;
    transform: rotate(47deg);
  }

  .simplan-kento__group {
    display: flex;
    flex-direction: row;
    justify-content: center;
    max-width: 750px;
    margin: auto;
  }

  .simplan-kento__box {
    display: flex;
    flex-direction: column;
    width: 300px;
    margin: 4rem 2rem 7rem 2rem;
    position: relative;
    border: solid 2px #6FBA2C;
    border-radius: 15px;
    background: rgba(196, 215, 0, 0.2);
  }

  .kento-box__img {
    position: absolute;
    width: 2.5rem;
    top: 1.3rem;
    left: 2.2rem;
  }

  .kento-box__img2 {
    position: absolute;
    width: 2.5rem;
    top: 1.3rem;
    left: 1.2rem;
  }

  .kento-box__title {
    text-align: center;
    margin: 2rem 1rem 2rem 4rem;
    font-size: 1.2rem;
    font-weight: bold;
    color: #222222;
  }

  .ryokin-arrow__black {
    display: flex !important;
    position: absolute;
    right: 5%;
    top: 30%;
    color: #222222;
    font-size: 1.3rem;
  }

/*--------------------------------------------------
                限界突破 plan
--------------------------------------------------*/

  .gt-plan__content {
    display: block;
    margin: auto;
    position: relative;
  }

  .gt-plan__title {
    font-size: 2.6rem;
  }

  .gt-plan_img__sp {
    display: none;
  }

  .gt-plan_img {
    display: block;
    margin: 3rem auto 0 auto;
    width: 800px;
  }

  .gt-shosai__button {
    width: 400px;
    position: absolute;
    right: 1%;
    bottom: -4%;
  }

/*--------------------------------------------------
                スゴイ電話 plan
--------------------------------------------------*/

  .sg-plan__content {
    display: block;
    margin: auto;
    position: relative;
  }

  .sg-plan__title {
    font-size: 2.6rem;
  }

  .sg-plan_img__sp {
    display: none;
  }

  .sg-plan_img {
    display: block;
    margin: 3rem auto 0 auto;
    width: 800px;
  }

  .sg-shosai__button {
    width: 400px;
    position: absolute;
    right: 38%;
    bottom: -4%;
  }


}

@media screen and (min-width: 1000px) {

  .simplan_br_sp {
    display: none;
  }

/*----------- Sim plan intro -------*/

  .simplan__intro_txt {
    font-size: 1.3rem;
    margin: 1rem auto;
  }

/*---------- オプション --------------*/

  .ryokin-option__group {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    max-width: 900px;
    margin: 1.5rem auto 0 auto;
  }

  .ryokin-option__group2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    max-width: 900px;
    margin: 0 auto 1.5rem auto;
  }

  .ryokin-option__box {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 410px;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0.5rem auto;
    padding: 1.5rem 0rem;
    border: solid 1px #6FBA2C;
    border-radius: 5px;
    box-shadow: 2px 2px 7px grey;
  }

  .ryokin-option__dot {
    display: flex;
    color: #6FBA2C;
    font-size: 1.5rem;
    align-items: center;
    margin-left: 0.3rem;
  }

  .ryokin-option__name {
    display: flex;
    font-size: 1rem;
    align-items: center;
    margin: 0 0.3rem;
  }

  .ryokin-option__zeikomi {
    display: flex;
    font-size: 1rem;
    align-items: flex-end;
  }



/*--------- Sim plan 検討 -----------*/

  .sim-details-acc {
    display: block;
    position: relative;
    margin: 40px auto;
    background-color: #fff;
    color: #333;
    cursor: pointer;
    padding: 18px;
    width: 765px;
    border: solid 2px #6FBA2C;
    border-radius: 5px;
    text-align: center;
    outline: none;
    font-size: 1.5rem;
    transition: 0.4s;
  }

  .shosai__downarrow::before {
    content: '';
    background: #6FBA2C;
    padding: 6px 2px;
    position: absolute;
    right: 11%;
    top: 41%;
    transform: rotate(311deg);
  }

  .shosai__uparrow::before {
    content: '';
    background: #6FBA2C;
    padding: 6px 2px;
    position: absolute;
    right: 11%;
    top: 41%;
    transform: rotate(47deg);
  }

  .simplan-kento__group {
    display: flex;
    flex-direction: row;
    justify-content: center;
    max-width: 800px;
    margin: 4rem auto;
  }


  .simplan-kento__box {
    display: flex;
    flex-direction: column;
    width: 360px;
    margin: 0 1rem 2rem 1rem;
    position: relative;
    border: solid 2px #6FBA2C;
    border-radius: 15px;
    background: rgba(196, 215, 0, 0.2);
  }

  .kento-box__img {
    position: absolute;
    width: 3.5rem;
    top: 2rem;
    left: 1.4rem;
  }

  .kento-box__img2 {
    position: absolute;
    width: 3rem;
    top: 1.6rem;
    left: 1.2rem;
  }

  .kento-box__title {
    text-align: left;
    margin: 2rem 1rem 1rem 5.2rem;
    font-size: 1.2rem;
    font-weight: bold;
    color: #222222;
  }

  .kento-box__txt {
    font-size: 0.9rem;
    margin: 1rem;
    color: #222222;
    margin-left: 5rem;
  }

/*--------------------------------------------------
                限界突破 plan
--------------------------------------------------*/

  .gt-plan_img {
    display: block;
    margin: 3rem auto 0 auto;
    width: 1000px;
  }

  .gt-shosai__button {
    width: 460px;
    position: absolute;
    right: 5%;
    bottom: -2%;
  }

/*--------------------------------------------------
                スゴイ電話 plan
--------------------------------------------------*/

  .sg-plan_img {
    display: block;
    margin: 3rem auto 0 auto;
    width: 1000px;
  }

  .sg-shosai__button {
    width: 460px;
    position: absolute;
    right: 38%;
    bottom: -2%;
  }

}

/*--------------------------------------------------
                eSIM plan
--------------------------------------------------*/

#esim__tab {
  display: flex;
  flex-direction: column;
  background: #fff;
}

.esim-plan__title {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin: 2rem auto;
}


.esim-alert {
  display: flex;
  width: 100%;
  max-width: 60rem;
  justify-content: center;
  background-color: #fff0a8;
  margin: 3rem auto 1rem;
  padding: 1rem 2rem;
  box-sizing: border-box;
  font-size: 0.8rem;
  font-weight: bold;

}

.esim-alert__wrap {
  display: flex;
  width: 100%;
  max-width: 820px;
  align-items: center;
  gap: 1rem;
}

.esim-alert__logo {
  width: 100%;
  max-width: 50px;
  color: #fff;
  background-color: rgb(217, 35, 32);
  padding: 0.5rem;
  margin: auto;
  text-align: center;
}

.esim-alert__content {
  line-height: 1.5;
  width: 80%;
  p {
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: 0.3rem;
  }

}

@media screen and (max-width: 839px) {
  .esim-alert__wrap {
    flex-direction: column;
  }
}

.esim__h2 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  width: min(100%, 60rem);
  color: #000;
  text-align: center;
  text-decoration: underline solid 5px #d9e021;
  margin: 3rem auto 3.5rem;
  padding: 0.5rem 1rem;
  box-sizing: border-box;
  font-size: 1.5rem;
  font-weight: bold;
}

.esim__h3 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  width: 95%;
  margin: 0 auto 2rem;
  color: #000;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
}

.esim__h4 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  width: min(100%, 60rem);
  color: #000;
  text-align: center;
  background-color: #d9e021;
  margin: 3rem auto 3.5rem;
  padding: 0.5rem 1rem;
  box-sizing: border-box;
  font-size: 1.5rem;
  font-weight: bold;
}

.esim-underline {
  text-decoration: underline;
}


.tabs-wrapper {
  width: 100%;
  margin-bottom: 1rem;
}

.tabs {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 10px;
  justify-content: center;
  li {
    width: 130px;
    text-align: center;
    cursor: pointer;
    font-size: 1.3rem;
    font-weight: bold;
    padding: 15px 20px;
    border-radius: 100vh;
    border: 1px solid #808080;
    box-shadow: 0px 5px 0px 0px #808080;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 50%, rgba(200,200,200,1) 100%);
    transition: .25s;
    &:hover {
    }
    &.active {
      border-color: #808080;
      color: #000;
      background: rgb(217,224,33);
      background: linear-gradient(180deg, rgba(217, 224, 33, 1) 50%, rgb(129 131 23) 100%)
    }
    span {
      margin-right: 15%;
    }
  }
}

.tab-content {
  display: none;
  padding: 15px 20px;
  /* border: 1px solid #DDD; */
  margin-top: 10px;
  border-radius: 5px;
    h2 {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
  }
  p {
    font-size: 16px;
    line-height: 1.6;
  }
  ol li {
    display: flex;
    gap: 2rem;
    align-items: center;
    margin-bottom: 5rem;
  }
  ol li:last-child {
    margin-bottom: 1rem;
  }

  @media screen and (max-width: 839px) {
    ol li {
      flex-direction: column;
    }
  }

  img {
    display: block;
    width: 100%;
    max-width: 400px;
  }
}

.esim-steps {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin: 0 auto 5rem;
  a {
    width: 200px;
    color: #000;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    font-size: 1rem;
    padding: 0.5rem;
    border-radius: 3vh;
    border: 1px solid #808080;
    box-shadow: 0px 5px 0px 0px #808080;
    background-color: #fff;
    transition: .25s;
    span {
      font-size: 2rem;
    }
  }
}


.esim-apn {
  display: block;
  width: 100%;
  max-width: 250px;
  margin: 5rem auto;
  padding: 1.5rem;
  text-align: center;
  font-size: 1rem;
  color: #8cc63f;
  background-color: #fff;
  border: solid 2px #8cc63f;
  box-shadow: 0px 5px 0px 0px;
  border-radius: 100vh;
  text-decoration: none;

}
				
.esim_cant-activate {
  display: flex;
  justify-content: center;
  max-width: 60rem;
  align-items: center;
  gap: 2rem;
  background-color: #f5ffdd;
  padding: 2rem;
  margin: 0 auto 3rem;

}

.maxw60rem {
  max-width: 60rem;
  margin: auto;
}

.maxw200 {
  max-width: 200px!important;
}

.maxw60p {
  max-width: 60%;
}

.maxw50p {
  max-width: 50%;
}

.esim_eid-check {
  display: block;
  max-width: 60rem;
  background-color: #f5ffdd;
  padding: 2rem;
  margin: 0 auto 3rem;

  .eid-block {
    display: flex;
    justify-content: center;
    gap: 0.3rem;
    img {
      width: 25%;
    }
    img:not(:last-child) {
      padding-bottom: 3%;
    }
  }

}

@media screen and (max-width: 839px) {

  .esim-steps {
    flex-direction: column;
    align-items: center;
    a {
      width: 100%;
      max-width: 300px;
    }
  }



  .esim_cant-activate {
    flex-direction: column;  
  }

  .maxw60p {
    max-width: 100%;
  }
  
  .maxw50p {
    max-width: 100%;
  }

  .esim_eid-check {
  
    .eid-block {
      flex-direction: column;
      align-items: center;
      img {
        width: 100%;
        max-width: 200px;
        margin-bottom: 3rem;
      }
      img:not(:last-child) {
        padding-bottom: 0;
      }
    }
  
  }


}