#wrapCharge{}

#wrapPlanList,
#wrapPlanList ul > li,
#wrapCharge .tabArea,
#wrapCharge .tabArea .innerTab{display: none;}

#wrapCharge .elem,#boxAddService{display: none;}
#wrapCharge .elem.show,#boxAddService.show{display: block;}


@media screen and (min-width: 768px) {
  #wrapCharge{
    max-width: 750px;
    margin: 40px auto 0;
  padding: 40px;
  border-radius: 10px;
  background: #FDEEE6;
  text-align: center;
  }
  #wrapCharge h3{
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto 10px;
  }
  #wrapCharge h3 + .note{margin: 0 auto 30px;}
  #wrapCharge h3 + .note + p{margin: 0 auto 30px;}

  #wrapCharge .wrapForm{
width: 600px;
margin: 20px auto 0;
  }


  #wrapCharge .innerTab{padding: 40px 0 0;}
  .elem01{width: 80%;    margin: 0 auto;}
  .elem01 .tit{font-size: 18px; font-weight: bold; text-align: center;font-size: 16px; margin: 0 auto 20px;}
  .elem01 .nBox{
    display: block;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    margin: 0 auto 20px;
    font-size: 16px;
  }
  .boxNote,.boxNote2{margin: 5px auto 20px;font-size: 12px; text-align: center; display: none;}
  .boxNote.show,.boxNote2.show{display: block;}
  .elem02,.elem03,.elem13,.elem14,.elem15,.elem16{margin: 0 auto; text-align: left;}
  #boxPlanPrice{display: none; margin: 0 auto 20px;}
  .elem04,.elem05{    width: 90%;    margin: 0 auto;}
  .elem04 .wrapFlex{display: flex;}
  .elem04 .tit{width: 45%;line-height: 62px;font-size: 16px; text-align: left;}
  .elem04 .nBox{
        width: 55%;
        background: #fff;
        border-radius: 10px;
        text-align:center;
        padding: 10px 15px;
        line-height: 1.4;
        font-weight: bold;
        font-size: 16px;
        display: flex;
    justify-content: center;
    align-items: center;
  }
  #wrapCharge .arrow{
    text-align: center;
    color: #EB5505;
    transform: scale(2.4, 0.8);
    display: block;
    margin: 10px auto;
    font-size: 20px;
  }
  #wrapCharge .arrow.arrowBtwSelect{
    text-align: center;
    color: #EB5505;
    transform: scale(2.4, 0.8);
    display: block;
    margin: 14px auto 10px;
    font-size: 20px;
  }
  .elem05 .wrapFlex{display: flex;}
  .elem05 .tit{width: 45%;line-height: 62px;font-size: 16px; text-align: left;}
  .elem05 .nBox{
        width: 55%;
        background: #fff;
        border-radius: 10px;
        text-align:center;
        padding: 10px 15px;
        /*color: #FF0000;*/
        line-height: 1.4;
        font-weight: bold;
        font-size: 16px;
        display: flex;
    justify-content: center;
    align-items: center;
  }
.elem06{
  margin: 20px auto;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.elem06 .tit{font-weight: bold; margin: 0 auto 10px;font-size: 16px;}
.elem06 .nBox{
  width: 50%;
  background: #fff;
  border-radius: 10px;
  margin: 0 auto;
  text-align: right;
  padding:0 20px;
  color: #FF0000;
  line-height: 62px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.elem07 {text-align: right;}

.elem07 .linkTxt{text-align: right;}
.elem07 p{text-align: left;}
#wrapCharge #boxAddService{
  margin: 40px auto;
  padding: 40px 0 0;
  border-top: solid 1px #777;
  text-align: center;
}
#boxAddService > .tit{font-weight: bold; margin: 0 auto 20px;font-size: 16px;}
#boxAddService > .txt{ text-align: left; margin: 0 auto 20px;}
#boxAddService .ulServiceList{
  width: 80%;
  background: #fff;
  padding: 20px 0 20px 65px;
  border-radius: 10px;
  margin: 0 auto;
  text-align: left;
}
#boxAddService .ulServiceList > li{
  font-weight: bold;
  color: #FF0000;
  font-size: 18px;
  padding-left: 30px;
  line-height: 18px;
  background: url(/content/dam/au-com/pr/renewal2025/img/icon-check_13e2e4a9d6afb402.webp);
  background-size: auto 100%;
  background-position: left center;
  background-repeat: no-repeat;
  margin: 10px auto;
}


    /*sekect box
#wrapCharge .selectbox-3 {
    display: inline-flex;
    align-items: center;
    position: relative;
  }
  
  #wrapCharge .selectbox-3::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #EB5505;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
  }
  
  #wrapCharge .selectbox-3 select {
    appearance: none;
    min-width: 230px;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: #EB5505 solid 1px;
    border-radius: 8px;
    background-color: #fff;
    color: #908e8e;
    font-size: 1em;
    cursor: pointer;
    box-shadow: 0 2px #EB5505;
  }
  #wrapCharge .selectbox-3 select::picker(select) {
    border-color: #EB5505;
    border-radius: 8px;
    margin: 0 0;
    box-shadow: 0 4px #ff67b3;
  }*/

  /**/
  
  #wrapCharge .wrapForm .selectbox-3{margin: 20px auto 0;}
  #wrapCharge select{display: block;    text-align-last: center; text-align: -webkit-center; width: 100%; height: 60px; font-size: 16px; line-height: 42px; font-weight: bold;}
  
   /* カスタマイズに必須の設定 */
   .customized,
   ::picker(select) {
     appearance: base-select;
     
   }

   select.styled:not(:-internal-list-box):not([multiple]) option::checkmark {
    content: "";
}

   .styled {
    position: relative;     
     padding: 8px 16px;
     border: #EB5505 solid 1px;
     box-shadow: 0 4px #EB5505;
     border-radius: 6px;
     background: #fff;
     
     /*&:hover {
       background-color: color-mix(in srgb, #EB5505 10%, transparent);
     }*/
   }
   .styled::picker-icon{
    color: #EB5505;
    font-size: 24px;
   }
   /* 選択肢のポップオーバーのスタイルを変更 */
   .styled::picker(select) {
     border-color: #EB5505;
     border-radius:0 0 6px 6px;
     padding: 5px;
     margin: -5px 0 0 0;
     box-shadow: 0 4px #EB5505;
     /*overflow-y: scroll;*/
     /* アニメーションも設定できる */
     /*transition: scale 0.2s;*/
   }
  /* .styled::picker(select)::-webkit-scrollbar{border-radius: 8px;background:  #fff; width: 16px;}
   .styled::picker(select)::-webkit-scrollbar-thumb{background: #8b8b8b;width: 8px; border-radius: 50px;border-right: 2px solid transparent;border-left: 2px solid transparent;background-clip: padding-box;}*/
   /*.styled::picker(select)::-webkit-scrollbar-button{color: #8b8b8b;}*/
   
   .styled::picker(select):hover {
     /*scale: 1.05;*/
   }
   .styled {
     & > option {
       padding: 0 8px;
       /*&:hover {
         background-color: color-mix(in srgb, #EB5505 10%, transparent);
       }*/
       &:checked {
         color: #EB5505;
      
       }
     }
   }

   .styled option::checkmark {
    content: "" !important;
}
/**/

/**/
.dropdown {
  position: relative;
}
.dropdown#selectDevice{margin: 0 auto 0;}
.dropdown button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  /*outline: none;*/
  padding: 0;
  appearance: none;
  display: block;
}

.dropdown .selected {
  position: relative;
  padding: 16px 16px;
  border: #EB5505 solid 1px;
  border-bottom: 0;
  box-shadow: 0 4px #EB5505;
  border-radius: 6px;
  background: #fff;
  /* display: block; */
  width: 100%;
  font-size: 16px;
  font-weight: bold;
}
.dropdown.open .selected{
  border-radius: 6px 6px 0 0;
}
.dropdown .selected::after{
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-top: 18px solid #eb5505;
  border-bottom: 0;
  position: absolute;
  top: calc(50% - 8px);
  right: 20px;
}
.dropdown.open .selected::after{
  transform: rotate(180deg);
}

.dropdown .options {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 240px;
  overflow-y: auto;
  position: absolute;
  width: 100%;  
  background-color: #fff;  
  padding: 20px;
  border: #EB5505 solid 1px;
  border-top: #EB5505 solid 2px;
  box-shadow: 0 4px #EB5505;
  border-radius:0 0 6px 6px;
  background: #fff;
  display: none;
  z-index: 100;
}
/*
.dropdown .options::-webkit-scrollbar{border-radius: 8px;background:  #fff; width: 16px;}
.dropdown .options::-webkit-scrollbar-thumb{background: #8b8b8b;width: 8px; border-radius: 100px;border-right: 3px solid transparent;border-left: 3px solid transparent;background-clip: padding-box;}
.dropdown .options::-webkit-scrollbar-button{color: #8b8b8b;}*/

.dropdown .options li {
  padding: 0;
  cursor: pointer;
  word-break: break-word;
  text-decoration: underline;
  color: #0066AA;
  line-height: 1;
}

.dropdown .options li:hover {
  background-color: #f0f0f0;
}
.dropdown .options li button{padding: 10px;}

}



  @media screen and (min-width: 0px) and (max-width: 767.98px) {
    #wrapCharge{
      margin:10% auto 0;
    padding:10% 5%;
    border-radius: 2vw;
    background: #FDEEE6;
    text-align: center;
    }
    #wrapCharge h3{
      font-size: 3.4vw;
      font-weight: bold;
      margin: 0 auto 3%;
    }
    #wrapCharge h3 + .note{margin: 0 auto 8%;}
    #wrapCharge h3 + .note + p{margin: 0 auto 8%;}
    #wrapCharge .wrapForm{margin: 5% auto 0;}
    
  
    #wrapCharge .innerTab{padding: 10% 0 0;}
    .elem01 .tit{font-size: 4vw; font-weight: bold; text-align: center; margin: 0 auto 5%;}
    .elem01 .nBox{
      display: block;
      background: #fff;
      border-radius: 2vw;
      text-align: center;
      padding: 5%;
      margin: 0 auto 5%;
    }
    .boxNote,.boxNote2{margin: 5px auto 5%;font-size: 2.8vw; text-align: center; display: none;}
    .boxNote.show,.boxNote2.show{display: block;}
   .elem02,.elem03,.elem13,.elem14,.elem15,.elem16{margin: 0 auto; text-align: left;}
    #boxPlanPrice{display: none;}
    .elem04 .wrapFlex{display: flex;}
    .elem04 .tit{width: 30%;line-height: 1.2; text-align: left; display: flex; align-items: center; margin-right: 3%;}
    .elem04 .nBox{
      width: 67%;
      background: #fff;
      border-radius: 2vw;
      text-align: center;
      padding:3% 3%;
      line-height: 1.4;
      font-weight: bold;
      display: flex;
    justify-content: center;
    align-items: center;
    }
    #wrapCharge .arrow{
      text-align: center;
      color: #EB5505;
      transform: scale(2.4,1);
      display: block;
      margin: 3vw auto;
    }
    #wrapCharge .arrow.arrowBtwSelect{
      text-align: center;
      color: #EB5505;
      transform: scale(2.4, 0.8);
      display: block;
      margin: 0 auto 3vw;
      font-size: 20px;
    }
    .elem05{margin: 0 auto 5%;}
    .elem05 .wrapFlex{display: flex;}
    .elem05 .tit{width: 30%;line-height: 1.2; text-align: left; display: flex; align-items: center; margin-right: 3%;}
    .elem05 .nBox{
        width: 67%;
        background: #fff;
        border-radius: 2vw;
        text-align: center;
        padding: 3% 3%;
        /*color: #FF0000;*/
        line-height: 1.4;
        font-weight: bold;
        display: flex;
    justify-content: center;
    align-items: center;
    }
  .elem06{margin: 5% auto; text-align: center; font-weight: bold;}
  .elem06 .tit{font-weight: bold; margin: 0 auto 3%;}
  .elem06 .nBox{
    width: 50%;
    background: #fff;
    border-radius: 2vw;
    margin: 0 auto;
    text-align: right;
    padding:0 5%;
    color: #FF0000;
    line-height: 12vw;
    font-size: 5vw;
    font-weight: bold;
    text-align: center;
  }
  .elem07 {text-align: right;}
  
  .elem07 .linkTxt{text-align: right;}
  .elem07 p{text-align: left;}
  #wrapCharge #boxAddService{
    margin: 10% auto;
    padding: 10% 0 0;
    border-top: solid 1px #777;
    text-align: center;
  }
  #boxAddService > .tit{font-weight: bold; margin: 0 auto 5%; font-size: 4vw;}
  #boxAddService > .txt{ text-align: left; margin: 0 auto 5%;}
  #boxAddService .ulServiceList{
    background: #fff;
    padding: 5%;
    border-radius: 2vw;
    margin: 0 auto;
    text-align: left;
  }
  #boxAddService .ulServiceList > li{
    font-weight: bold;
    color: #FF0000;
    font-size: 4vw;
    padding-left: 8vw;
    line-height: 8vw;
    background: url(/content/dam/au-com/pr/renewal2025/img/icon-check_13e2e4a9d6afb402.webp);
    background-size: auto 5vw;
    background-position: left center;
    background-repeat: no-repeat;
    margin: 3% auto;
    line-height: 1.2;
  }
  /*#boxAddService .ulServiceList > li:not(:last-child){margin: 0 auto 3%;}*/

#wrapCharge .wrapForm .selectbox-3{margin: 5% auto 0;}
  #wrapCharge select{display: block;    text-align-last: center; text-align: -webkit-center; width: 100%; height: 12vw; padding: 3vw 5vw; font-weight: bold;}

  /**/
.dropdown {
  position: relative;
}
.dropdown#selectDevice{margin: 0 auto 5%;}
.dropdown button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  /*outline: none;*/
  padding: 0;
  appearance: none;
  display: block;
}

.dropdown .selected {
  position: relative;
  padding: 3vw;
  border: #EB5505 solid .2vw;
  border-bottom: 0;
  box-shadow: 0 .8vw #EB5505;
  border-radius: 1.5vw;
  background: #fff;
  /* display: block; */
  width: 100%;
  font-size: 4vw;
  font-weight: bold;
}
.dropdown.open .selected{
  border-radius: 1.5vw 1.5vw 0 0;
}
.dropdown .selected::after{
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 2.55vw solid transparent;
  border-left: 2.55vw solid transparent;
  border-top: 3.4vw solid #eb5505;
  border-bottom: 0;
  position: absolute;
  top: calc(50% - 1.6vw);
  right: 3vw;
}
.dropdown.open .selected::after{
  transform: rotate(180deg);
}

.dropdown .options {
  list-style: none;
  margin: 0;
  padding: 0;
  /*max-height: 60vh;*/
  overflow-y: auto;
  position: absolute;
  width: 100%;  
  background-color: #fff;  
  padding: 3vw;
  border: #EB5505 solid .2vw;
  border-top: #EB5505 solid .4vw;
  box-shadow: 0 .8vw #EB5505;
  border-radius:0 0 1.5vw 1.5vw;
  background: #fff;
  display: none;
  z-index: 100;
  -webkit-overflow-scrolling: touch;
}

.dropdown .options::-webkit-scrollbar{border-radius: 8px;background:  #fff; width: 16px;}
.dropdown .options::-webkit-scrollbar-thumb{background: #8b8b8b;width: 8px; border-radius: 100px;border-right: 3px solid transparent;border-left: 3px solid transparent;background-clip: padding-box;}
.dropdown .options::-webkit-scrollbar-button{color: #8b8b8b;}

.dropdown .options li {
  padding: 0;
  cursor: pointer;
  word-break: break-word;
  text-decoration: underline;
  color: #0066AA;
  line-height: 1;
}

.dropdown .options li:hover {
  background-color: #f0f0f0;
}
.dropdown .options li button{
  padding: 1.5vw 3vw;
        text-align: left;
        line-height: 1.4;
}
.dropdown .options li button .view-sp{display: none !important;}

/**/

      /*sekect box
      .styled::picker-icon {
        color: #EB5505;
        font-size: 5vw;
        top: -10%;
        position: relative;
    }
      #wrapCharge .selectbox-3 {
        display: inline-flex;
        align-items: center;
        position: relative;
        width: 100%;
      }
      
      #wrapCharge .selectbox-3::after {
        position: absolute;
        right: 3vw;
        width: 4vw;
        height: 2.6vw;
        background-color: #EB5505;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        content: '';
        pointer-events: none;
        margin: 1vw 0 0;
    }
      
      #wrapCharge .selectbox-3 select {
        appearance: none;
        width: 100%;
        height: 2.8em;
        padding: .4em calc(.8em + 30px) .4em .8em;
    
        background-color: #fff;
        font-size: 1em;
        cursor: pointer;
        border: #EB5505 solid 1px;
         box-shadow: 0 .8vw #EB5505;
         border-radius: 2vw;
      }
      #wrapCharge .selectbox-3 select option{text-align: left;}
*/
  }