@media screen and (min-width: 768px) {
/* input number*/
#inputOtokuSim input[type="text"],#inputOtokuSim input[type="number"] {
  font-size: 20px;
  width: 160px;
  margin-right: 5px;
  border: #e3dbcd 1px solid;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  vertical-align: bottom;
  background: #fff;
  padding: 2px;
  height: 40px;
  line-height: 38px;
  /*padding: 0 12px 0 0;*/
}
#inputOtokuSim .li03 input[type="text"],#inputOtokuSim .li03 input[type="number"]{padding: 0 12px 0 0;}

#inputOtokuSim input[type=number]::-webkit-inner-spin-button,
#inputOtokuSim input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

/*wrapInputText*/
.wrapInputText {display: flex; align-items: flex-end; justify-content: end;}

.wrapInputText .label{position: relative; display: block; width: 160px; margin: 0;font-weight: bold;}
.wrapInputText .spinner{
  display: block;
  position: absolute;
  top: 3px;
  right: 3px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  user-select: none;
  background: url("/content/dam/au-com/pr/moneyactivity/newplan/img/sim/btn-spin_45f90c28bba83982.webp");
  background-repeat: no-repeat;
  background-size: 100%;
}
.wrapInputText .spinner.spinner-down{
  display: block;
  position: absolute;
  top: auto;
  bottom: 3px;
  transform: rotate(180deg);
  background: url("/content/dam/au-com/pr/moneyactivity/newplan/img/sim/btn-spin_45f90c28bba83982.webp");
  background-repeat: no-repeat;
  background-size: 100%;
}

/*input CheckBox*/
/* チェックボックス全体 */
#inputOtokuSim .boxCheck{position:relative;}
#inputOtokuSim .checkbox {

  }
/* チェックボックスのアイコン */
#inputOtokuSim input[type="checkbox"]  {
  position: relative;
  width: 30px;
  height: 30px;
  appearance: none;
  background: #FFFFFF;
  border: #E2DBD0 1px solid;
  border-radius: 2px;
  box-shadow: 0 0 0 0 transparent;
  display: flex;
  align-items: center;
  }
  #inputOtokuSim input[type="checkbox"]:checked{background: #fff;}
  #inputOtokuSim input[type="checkbox"]:checked:before{
   position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 1;
    background-image: url(/content/dam/au-com/pr/moneyactivity/newplan/img/sim/icon-check_68ce4868e58f6615.webp);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center center;
    /* background-color: #000;*/
  }
  /*
#inputOtokuSim input[type="checkbox"] {
    position: relative;
    width: 30px;
    height: 30px;
    border: #e3dbcd 1px solid;
    border-radius: 2px;
    background: #fff;
    vertical-align: -5px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  
  #inputOtokuSim input[type="checkbox"]:checked:before {
    position: absolute;
    top: 1px;
    left: 4px;
    transform: rotate(50deg);
    width: 4px;
    height: 8px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    content: '';
  }*/

/*input range*/
.inputRange {
    appearance: none;
    height: 4px;
    border-radius: 2px;
    background: linear-gradient(90deg, #eb5505 0%, #ffffff 0%);
    cursor: pointer;
  }
  
  /* ツマミ：Chrome, Safari, Edge用 */
  .inputRange::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 40px;
    height: 40px;
    border-radius: 9999px;
    background: url(/content/dam/au-com/pr/moneyactivity/newplan/img/sim/btn-sim-slider_9a97e50da70b24e4.webp) no-repeat center center;
    background-size: 100% auto;
    box-shadow: 2px 4px 3px 1px rgba(158, 98, 36, 0.4);
  }
  
  /* ツマミ：Firefox用 */
  .inputRange::-moz-range-thumb {
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 9999px;
    background: url(/content/dam/au-com/pr/moneyactivity/newplan/img/sim/btn-sim-slider_9a97e50da70b24e4.webp) no-repeat center center;
    background-size: 100% auto;
    box-shadow: 2px 4px 3px 1px rgba(158, 98, 36, 0.4);
  }

  #inputOtokuSim input[type=range]{
	-webkit-appearance: none;
	/*width: 300px;*/
}

/*sekect box*/
#inputOtokuSim .selectbox-3 {
  display: inline-flex;
  align-items: center;
  position: relative;
}

#inputOtokuSim .selectbox-3::after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #b0aeae;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
  pointer-events: none;
}

#inputOtokuSim .selectbox-3 select {
  appearance: none;
  min-width: 230px;
  height: 2.8em;
  padding: .4em calc(.8em + 30px) .4em .8em;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  background-color: #fff;
  color: #908e8e;
  font-size: 1em;
  cursor: pointer;
}

.btnSimAll{
  position: relative;
  display: block;
  width: 80%;
  max-width: 500px;
  margin: 50px auto;
  height: 60px;
  border-radius: 30px;
  line-height: 60px;
  background:#333;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.btnSimAll .arrow {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: #fff;
  position: absolute;
  top: calc(50% - 12px);
  right: 20px;
}
.btnSimAll .arrow::after {
  content: '';
  transform: rotate(0deg) scale(1, 1);
  display: block;
  line-height: 1;
  background: url(/content/dam/au-com/pr/moneyactivity/newplan/img/sim/arrow-btn_a962fa941981f3b3.webp) no-repeat;
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
  position: absolute;
  right: calc(50% - 12px);
  top: calc(50% - 12px);
}
/*.btnSimAll.open .arrow::after{transform: rotate(180deg) scale(1, 1);}*/


/**/
#wrapOtokuSim{ margin: 0 auto;padding: 24px 0 0;}
#wrapOtokuSim .ulAlt{
  display: flex;
  justify-content: space-between;
}
#wrapOtokuSim .ulAlt{width: 560px; margin: 0 auto 30px;}
#wrapOtokuSim .ulAlt li{width: 49%;}
#wrapOtokuSim > .ulNote{max-width: 600px; margin: 0 auto;}
#wrapOtokuSim .btnSimAll + .ulNote{ padding: 0 0 40px;}

/*
#wrapOtokuSim .ulAlt li:nth-child(1){
  padding: 5px;
  border-radius: 5px;
  background: rgb(248,245,199);
background: linear-gradient(124deg, rgba(248,245,199,1) 0%, rgba(217,192,131,1) 100%);
}
#wrapOtokuSim .ulAlt li:nth-child(2){
  padding: 5px;
  border-radius: 5px;
  background: rgb(246,246,246);
background: linear-gradient(124deg, rgba(246,246,246,1) 0%, rgba(198,198,198,1) 100%);
}*/
#inputOtokuSim{width: 600px; margin: 0 auto;}

.wrapPlan{
    margin: 0 auto 50px;
    max-width: 980px;
    position: relative;
}
.wrapPlan h3{
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  margin: 0 auto 10px;
}
.wrapPlan .wrapFlex,.boxResult .wrapFlex{display: flex; justify-content: space-between;}
.boxInput{
    background: #efdcbb;
    padding: 20px 40px;
    text-align: left;
    border-radius: 5px 5px 0 0;
    margin: 0 auto;
    position: relative;
}
.boxInput .wrapFlex .boxTxt{
width: 60%;
}
.boxInput .wrapFlex .boxTxt .tit{
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  padding-left: 70px;
  margin: 0 auto 0;
  height: 54px;
}
.ulOtokuSim > li.li01 .boxInput .wrapFlex .boxTxt .tit{
  background: url(/content/dam/au-com/pr/moneyactivity/newplan/img/icon-aupay_e151947308b9f571.webp);
  background-position: left top -7px;
  background-size: auto 65px;
  background-repeat: no-repeat;
  /*height: auto;
  margin: 0 auto 10px;*/
}
.ulOtokuSim > li.li02 .boxInput .wrapFlex .boxTxt .tit{
  background: url(/content/dam/au-com/pr/moneyactivity/newplan/img/icon-cards_8b3303e7b8d2e3a1.webp);
  background-position: left top -7px;
  background-size: auto 65px;
  background-repeat: no-repeat;
  line-height: 54px;
}
.ulOtokuSim > li.li03 .boxInput .wrapFlex .boxTxt .tit{
  background: url(/content/dam/au-com/pr/moneyactivity/newplan/img/icon-jibunbank_b460a56e3b6b41c5.webp);
  background-position: left top -7px;
  background-size: auto 65px;
  background-repeat: no-repeat;
}
.ulOtokuSim > li.li04 .boxInput .wrapFlex .boxTxt .tit{
  background: url(/content/dam/au-com/pr/moneyactivity/newplan/img/icon-kabucom_e444e1570c400715.webp);
  background-position: left top -7px;
  background-size: auto 65px;
  background-repeat: no-repeat;
}

.ulOtokuSim > li.li05 .boxInput .wrapFlex .boxTxt .tit{
  background: url(/content/dam/au-com/pr/moneyactivity/newplan/img/sim/icon-plancharge_715a7c390d149bb2.webp);
  background-position: left top -7px;
  background-size: auto 65px;
  background-repeat: no-repeat;
  /*line-height: 54px;*/
}

.wrapPlan .wrapFlex + .ulNote > li,.boxInput .wrapFlex .boxTxt .ulNote > li{margin: 0 auto;}
.ulOtokuSim > li.liPlus{  padding: 10px 0;  text-align: center;}
.ulOtokuSim > li.liPlus .iconPlus{
  display: block;
  margin: 0 auto;
  width: 16px;
  font-size: 0;
  line-height: 1;
}


.boxInputNumber{width: 40%;    text-align: right;}
.boxInputNumber .txtPer{font-size: 14px; font-weight: 700;padding-left: 5px;        width: 44px;}
.boxInput .wrapFlex.wrapCheck{     padding: 0 0 0 230px;}
.boxInput .wrapFlex.wrapCheck .boxTxt{width:90%;   padding: 6px 6px 0 0;}
.boxInput .wrapFlex.wrapCheck .boxTxt p{font-size: 10px; text-align: right; line-height: 1.2;}
.boxInput .wrapFlex.wrapCheck .boxCheck{width:10%}






.boxResult{
    /*border: solid 1px #efefef;*/
    background: #FCF8F1;
    padding: 10px 40px;
    text-align: left;
    border-radius: 0 0 5px 5px;
    margin: 0 auto 0;
    position: relative;
}
.boxResult h4{font-weight: bold; text-align: center; margin: 0 auto 5px;}
.boxResult .boxGold{width: calc(50% - 1px); padding: 0 10px 10px; border-right: solid 1px #D3C2A4;}
.boxResult .boxNotGold{width: 50%;padding: 0 10px 10px;}
.boxResult .boxGold .tit{
  min-height: 44px;
  padding: 5px;
  border-radius: 5px;
  background: rgb(248, 245, 199);
  background: linear-gradient(124deg, rgba(248, 245, 199, 1) 0%, rgba(217, 192, 131, 1) 100%);
  position: relative;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.boxResult .boxNotGold .tit{
  min-height: 44px;
  padding: 5px;
  border-radius: 5px;
  background: rgb(246,246,246);
background: linear-gradient(124deg, rgba(246,246,246,1) 0%, rgba(198,198,198,1) 100%);
position: relative;
font-size: 12px;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.boxResult .boxGold .tit::after,
.boxResult .boxNotGold .tit::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  width: 10px;
  height: 7px;
  background: #e0cc92;
  margin: auto;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.boxResult .boxNotGold .tit::after{  background: #d2d2d2;}

.boxResult .boxGold .tit .innerTit,
.boxResult .boxNotGold .tit .innerTit{
  display: inline-block;
  padding-left: 35px;
  background: url(/content/dam/au-com/pr/moneyactivity/newplan/img/icon-gcard_a2f4f1942d252c01.webp);
  background-position: left center;
  background-size: auto 16px;
  background-repeat: no-repeat;
  text-align: left;
}
.boxResult .boxNotGold .tit .innerTit{
  background: url(/content/dam/au-com/pr/moneyactivity/newplan/img/icon-nongcard_259f1ee5164382e1.webp);
  background-position: left center;
  background-size: auto 16px;
  background-repeat: no-repeat;
}
.li03 .boxResult .boxNotGold .tit .innerTit{
  background:none;
  padding-left: 0;
}

.boxResult .boxGold .resultPoint{
  color: #D29200;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  padding: 10px 0 0;
}
.boxResult .boxNotGold .resultPoint{
  color: #6C6D6D;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  padding: 10px 0 0;  
}


.boxSlider{height: 40px;    padding: 18px 0; margin: 5px auto 0;}
.ulOtokuSim > li.li03 .boxSlider{margin: 10px auto;}

#otokuPlanCharge .resultPlanName p{font-size: 20px; font-weight: bold; text-align: center;}
#otokuPlanCharge .resultPlanName p .fsS{font-size: 60%;}

/**/
#resultOtokuSim{
  /*max-width: 980px;*/
  margin: 0 auto;
  display: none;
  background: #FCF8F1;
  padding: 40px 0;
}
#resultOtokuSim > .inner{width: 600px;margin: 0 auto;}
#resultOtokuSim .boxResult{
  background: #EFDCBB;
  padding: 10px 20px;
  text-align: left;
  border-radius:5px;
  margin: 0 auto 0;
  position: relative;
}
#resultOtokuSim .boxResult .boxGold,
#resultOtokuSim .boxResult .boxNotGold {
  width: 46%;
  padding:0;
  border:none;
}
#resultOtokuSim .boxResult .boxGold .resultPoint,
#resultOtokuSim .boxResult .boxNotGold .resultPoint {
  background: #fff;
  border-radius: 3px;
  padding:10px;
  font-size: 28px;
  font-weight: 700;
  text-align: right;
  line-height: 1;
  border: solid 1px #E2DBD0;
}
#resultOtokuSim .boxResult .txtPer{
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  padding: 5px 10px 0 0;
}

#resultOtokuSim .boxResult + .note{max-width: 600px; text-align: left; margin: 5px auto 20px;}
#resultOtokuSim .wrapTable + .note{max-width: 600px; text-align: left; margin: 5px auto 0;}

/**/

#wrapSimResultDetail{border-top: solid 2px #C79432; max-width: 600px; margin: 0 auto; padding: 30px 0 0;    margin: 30px auto 0;}
#wrapSimResultDetail > h3{
  font-size: 22px;
  font-weight: 900;
  margin: 0 auto 30px;
}

#wrapOtokuSim .wrapTable > .tit {
  font-weight: bold;
  margin: 0 auto 10px;
}
#wrapOtokuSim .wrapTable > .tit + .note {
  margin: 0 auto 20px;
}
#wrapOtokuSim .wrapTable {
  margin: 30px auto 0;
  text-align: center;
}

#wrapOtokuSim .wrapTable table {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  table-layout: fixed;
}
#wrapOtokuSim .wrapTable table .bdR{ border-right: solid 1px #D3C2A4;}
#wrapOtokuSim .wrapTable table .bdBtm{ border-bottom: solid 1px #D3C2A4;}
#wrapOtokuSim .wrapTable table .bdBtmNon{border-bottom: none !important;}


#wrapOtokuSim .wrapTable table thead th:nth-child(2) {
  background: #A8996D;
}
#wrapOtokuSim .wrapTable table thead th:nth-child(3) {
  background: #9F8439;
}
/*#wrapOtokuSim .wrapTable table tbody tr:first-child th {
  border-radius: 10px 0 0 0;
}*/
#wrapOtokuSim .wrapTable table tbody th{
  background: #efdcbb;

  font-size: 14px;
  font-weight: bold;
  text-align: left;
  padding: 10px;
  border: solid 1px #D3C2A4;
  border-bottom: none;

}
#wrapOtokuSim .wrapTable table tbody td {
  font-weight: bold;
  font-size: 14px;
  padding: 10px;
  background: #fff;
  text-align: center;
  border-top: solid 1px #D3C2A4;
  border-right: none;
  border-bottom: none;
}

#wrapOtokuSim .wrapTable table tbody tr:last-child td {
  border-bottom: solid 1px #D3C2A4;
}
#wrapOtokuSim .wrapTable table tbody tr:last-child th {
  border-bottom: solid 1px #D3C2A4;
}


#wrapOtokuSim .wrapTable table tbody td:last-child {
  border-left: solid 1px #D3C2A4;
  border-right: solid 1px #D3C2A4;
}
#wrapOtokuSim .wrapTable table tbody td.colspan2{border-left: none;}
#wrapOtokuSim .wrapTable table .tdBgYellow {
  background: #f4edbd;
}
#wrapOtokuSim .wrapTable table .tdBgGray {
  background: #eaeaea;
}
#wrapOtokuSim .wrapTable table .tdBgOrange {
  background: #f7eddd;
}
#wrapOtokuSim .wrapTable + .ulNote{margin: 10px auto 10px;}
#wrapOtokuSim .wrapTable + .ulNote > li{margin: 0 auto;}
.selectedPlanName{
  display: block;
  padding: 5px;
  line-height: 1.2;
  border: solid 1px #eb5505;
  border-radius: 50px;
}
}
/*SP*/
@media screen and (min-width: 0px) and (max-width: 767.98px) {
  /* input number*/
  #inputOtokuSim input[type="text"],#inputOtokuSim input[type="number"] {
    font-size: 3.8vw;
    width: 90%;
    margin-right: 1vw;
    border: #e3dbcd 1px solid;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
    vertical-align: bottom;
    background: #fff;
    padding: 1vw;
    height: 10vw;
    line-height: 8vw;
  }
  #inputOtokuSim input[type=number]::-webkit-inner-spin-button,
  #inputOtokuSim input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
  }
  
  /*wrapInputText*/
  .wrapInputText {display: flex; align-items: flex-end; justify-content: end;}
  
  .wrapInputText .label{position: relative; display: block; width: 78%; margin: 0;font-weight: bold;}
  .wrapInputText .spinner{ display: none;  }

  
  /*input CheckBox*/
  /* チェックボックス全体 */
  #inputOtokuSim .boxCheck{position:relative; text-align: right;}
  #inputOtokuSim .checkbox {
  
    }
  /* チェックボックスのアイコン */
  #inputOtokuSim input[type="checkbox"]  {
    position: relative;
    width: 8vw;
    height: 8vw;
    appearance: none;
    background: #FFFFFF;
    border: #E2DBD0 1px solid;
    border-radius: 1vw;
    box-shadow: 0 0 0 0 transparent;
    display: flex;
    align-items: center;
    }
    #inputOtokuSim input[type="checkbox"]:checked{/*background: #eb5505;*/}
    #inputOtokuSim input[type="checkbox"]:checked:before{
     position: absolute;
      inset: 0;
      display: block;
      width: 100%;
      height: 100%;
      content: "";
      opacity: 1;
      background-image: url(/content/dam/au-com/pr/moneyactivity/newplan/img/sim/icon-check_68ce4868e58f6615.webp);
      background-repeat: no-repeat;
      background-size: 80%;
      background-position: center center;
      /* background-color: #000;*/
    }
    /*
  #inputOtokuSim input[type="checkbox"] {
      position: relative;
      width: 30px;
      height: 30px;
      border: #e3dbcd 1px solid;
      border-radius: 2px;
      background: #fff;
      vertical-align: -5px;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
    }
    
    #inputOtokuSim input[type="checkbox"]:checked:before {
      position: absolute;
      top: 1px;
      left: 4px;
      transform: rotate(50deg);
      width: 4px;
      height: 8px;
      border-right: 2px solid #000;
      border-bottom: 2px solid #000;
      content: '';
    }*/
  
  /*input range*/
  .inputRange {
      appearance: none;
      height: 1vw;
        border-radius: 1vw;
      background: linear-gradient(90deg, #eb5505 0%, #ffffff 0%);
      cursor: pointer;
    }
    
    /* ツマミ：Chrome, Safari, Edge用 */
    .inputRange::-webkit-slider-thumb {
      -webkit-appearance: none;
      appearance: none;
      width: 8vw;
      height: 8vw;
      border-radius: 9999px;
      background: url(/content/dam/au-com/pr/moneyactivity/newplan/img/sim/btn-sim-slider_9a97e50da70b24e4.webp) no-repeat center center;
      background-size: 100% auto;
      box-shadow: 2px 4px 3px 1px rgba(158, 98, 36, 0.4);
    }
    
    /* ツマミ：Firefox用 */
    .inputRange::-moz-range-thumb {
      border: none;
      width: 8vw;
      height: 8vw;
      border-radius: 9999px;
      background: url(/content/dam/au-com/pr/moneyactivity/newplan/img/sim/btn-sim-slider_9a97e50da70b24e4.webp) no-repeat center center;
      background-size: 100% auto;
      box-shadow: 2px 4px 3px 1px rgba(158, 98, 36, 0.4);
    }
  
    #inputOtokuSim input[type=range]{
    -webkit-appearance: none;
    /*width: 300px;*/
  }
  
  /*sekect box*/
  #inputOtokuSim .selectbox-3 {
    display: inline-flex;
    align-items: center;
    position: relative;
  }
  
  #inputOtokuSim .selectbox-3::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #b0aeae;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
  }
  
  #inputOtokuSim .selectbox-3 select {
    appearance: none;
    min-width: 230px;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    background-color: #fff;
    color: #908e8e;
    font-size: 1em;
    cursor: pointer;
  }
  
  .btnSimAll{
    position: relative;
    display: block;
    width: 80%;
    max-width: 500px;
    margin: 50px auto;
    height: 60px;
    border-radius: 30px;
    line-height: 60px;
    background:#333;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .btnSimAll .arrow {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background: #fff;
    position: absolute;
    top: calc(50% - 12px);
    right: 20px;
  }
  .btnSimAll .arrow::after {
    content: '';
    transform: rotate(0deg) scale(1, 1);
    display: block;
    line-height: 1;
    background: url(/content/dam/au-com/pr/moneyactivity/newplan/img/sim/arrow-btn_a962fa941981f3b3.webp) no-repeat;
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
    position: absolute;
    right: calc(50% - 12px);
    top: calc(50% - 12px);
  }
  /*.btnSimAll.open .arrow::after{transform: rotate(180deg) scale(1, 1);}*/
  
  
  /**/
  #wrapOtokuSim{ margin: 0 auto;padding: 5% 0 0;}
  #wrapOtokuSim .ulAlt{
    display: flex;
    justify-content: space-between;
  }
  #wrapOtokuSim .ulAlt{width: auto; margin: 0 auto 5%;}
  #wrapOtokuSim > .ulAlt{width: auto; margin: 0 3% 5%;}
  #wrapOtokuSim .ulAlt li{width: 49%;}
  #wrapOtokuSim > .ulNote{ margin: 0 auto;}
  #wrapOtokuSim .btnSimAll + .ulNote{ padding: 0 3% 5%;}
  
  /*
  #wrapOtokuSim .ulAlt li:nth-child(1){
    padding: 5px;
    border-radius: 5px;
    background: rgb(248,245,199);
  background: linear-gradient(124deg, rgba(248,245,199,1) 0%, rgba(217,192,131,1) 100%);
  }
  #wrapOtokuSim .ulAlt li:nth-child(2){
    padding: 5px;
    border-radius: 5px;
    background: rgb(246,246,246);
  background: linear-gradient(124deg, rgba(246,246,246,1) 0%, rgba(198,198,198,1) 100%);
  }*/
  #inputOtokuSim{width: auto; margin: 0 3%;}
  
  .wrapPlan{
      margin: 0 auto 10%;
      position: relative;
  }
  .wrapPlan h3{
    font-size: 4vw;
    font-weight: 900;
    text-align: center;
    margin: 0 auto 3%;
  }
  .wrapPlan .wrapFlex,.boxResult .wrapFlex{display: flex; justify-content: space-between;}
  .boxInput{
      background: #efdcbb;
      padding: 3%;
      text-align: left;
      border-radius: 1vw 1vw 0 0;
      margin: 0 auto;
      position: relative;
  }
  .boxInput .wrapFlex .boxTxt{
  width: 56%;
  }
  .boxInput .wrapFlex .boxTxt .tit{
    font-size: 4vw;
    font-weight: 700;
    line-height: 1.2;
    padding-left: 11vw;
    margin: 0 auto 0;
    min-height: 11vw;
  }
  .ulOtokuSim > li.li01 .boxInput .wrapFlex .boxTxt .tit{
    background: url(/content/dam/au-com/pr/moneyactivity/newplan/img/icon-aupay_e151947308b9f571.webp);
    background-position: left -2vw top -1vw;
    background-size: auto 13vw;
    background-repeat: no-repeat;
    margin: 0 auto 3%;
  }
  .ulOtokuSim > li.li02 .boxInput .wrapFlex .boxTxt .tit{
    background: url(/content/dam/au-com/pr/moneyactivity/newplan/img/icon-cards_8b3303e7b8d2e3a1.webp);
    background-position: left -2vw top -1vw;
    background-size: auto 13vw;
    background-repeat: no-repeat;
    line-height: 10vw;
  }
  .ulOtokuSim > li.li03 .boxInput .wrapFlex .boxTxt .tit{
    background: url(/content/dam/au-com/pr/moneyactivity/newplan/img/icon-jibunbank_b460a56e3b6b41c5.webp);
    background-position: left -2vw top -1vw;
    background-size: auto 13vw;
    background-repeat: no-repeat;
    margin: 0 auto 3%;
  }
  .ulOtokuSim > li.li04 .boxInput .wrapFlex .boxTxt .tit{
    background: url(/content/dam/au-com/pr/moneyactivity/newplan/img/icon-kabucom_e444e1570c400715.webp);
    background-position: left -2vw top -1vw;
    background-size: auto 13vw;
    background-repeat: no-repeat;
  }

  .ulOtokuSim > li.li05 .boxInput .wrapFlex .boxTxt .tit{
    background: url(/content/dam/au-com/pr/moneyactivity/newplan/img/sim/icon-plancharge_715a7c390d149bb2.webp);
    background-position: left -2vw top -1vw;
    background-size: auto 13vw;
    background-repeat: no-repeat;
    /*line-height: 10vw;*/
    margin: 0 auto 3%;
  }
  .wrapPlan .wrapFlex + .ulNote > li,.boxInput .wrapFlex .boxTxt .ulNote > li{margin: 0 auto;}
  
  .ulOtokuSim > li.liPlus{  padding: 10px 0;  text-align: center;}
  .ulOtokuSim > li.liPlus .iconPlus{
    display: block;
    margin: 0 auto;
    width:5vw;
    font-size: 0;
    line-height: 1;
  }
  
  
  .boxInputNumber{width: 44%;    text-align: right;}
  .boxInputNumber .txtPer{width: 22%; font-size: 3vw; font-weight: 700;}
  .boxInput .wrapFlex.wrapCheck{     padding: 0;}
  .boxInput .wrapFlex.wrapCheck .boxTxt{
    width: 86%;
    padding: 3% 2vw 0 0;
  }
  .boxInput .wrapFlex.wrapCheck .boxTxt p{
    font-size: 2.8vw;
    text-align: left;
    line-height: 1.2;
  }
  .boxInput .wrapFlex.wrapCheck .boxCheck{width:14%}
  
  
  
  
  
  
  .boxResult{
      /*border: solid 1px #efefef;*/
      background: #FCF8F1;
      padding: 3% 0;
      text-align: left;
      border-radius: 0 0 1vw 1vw;
      margin: 0 auto 0;
      position: relative;
  }
  .boxResult h4{font-weight: bold; text-align: center; margin: 0 auto 2%;}
  .boxResult .boxGold{width: calc(50% - 1px); padding: 0 3% 3%; border-right: solid 1px #D3C2A4;}
  .boxResult .boxNotGold{width: 50%;padding: 0 3% 3%;}
  .boxResult .boxGold .tit{
    min-height: 10.4vw;
    padding: 3%;
    border-radius: 1vw;
    background: rgb(248, 245, 199);
    background: linear-gradient(124deg, rgba(248, 245, 199, 1) 0%, rgba(217, 192, 131, 1) 100%);
    position: relative;
    font-size: 2.8vw;
    font-weight: 700;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .boxResult .boxNotGold .tit{
    min-height: 10.4vw;
    padding: 3%;
    border-radius: 1vw;
    background: rgb(246,246,246);
  background: linear-gradient(124deg, rgba(246,246,246,1) 0%, rgba(198,198,198,1) 100%);
  position: relative;
  font-size: 2.8vw;
    font-weight: 700;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .boxResult .boxGold .tit::after,
  .boxResult .boxNotGold .tit::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1.7vw;
    left: 0;
    width: 2.6vw;
    height: 1.8vw;
    background: #e0cc92;
    margin: auto;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .boxResult .boxNotGold .tit::after{  background: #d2d2d2;}
  
  .boxResult .boxGold .tit .innerTit,
  .boxResult .boxNotGold .tit .innerTit{
    display: inline-block;
    padding-left: 35px;
    background: url(/content/dam/au-com/pr/moneyactivity/newplan/img/icon-gcard_a2f4f1942d252c01.webp);
    background-position: left center;
    background-size: auto 16px;
    background-repeat: no-repeat;
    text-align: left;
  }
  .boxResult .boxNotGold .tit .innerTit{
    background: url(/content/dam/au-com/pr/moneyactivity/newplan/img/icon-nongcard_259f1ee5164382e1.webp);
    background-position: left center;
    background-size: auto 16px;
    background-repeat: no-repeat;
  }
  .li03 .boxResult .boxNotGold .tit .innerTit{
    background:none;
    padding-left: 0;
  }
  .boxResult .boxGold .resultPoint{
    color: #D29200;
    
    font-weight: 700;
    text-align: center;
    line-height: 1;
    padding: 8% 0 0;
  }
  .boxResult .boxNotGold .resultPoint{
    color: #6C6D6D;
    
    font-weight: 700;
    text-align: center;
    line-height: 1;
    padding: 8% 0 0;  
  }
  .boxResult .resultPoint{font-size: 3.8vw;}
  .boxResult .resultPoint span{font-size: 5vw; margin-right: 2vw;}
  
  
  .boxSlider{height: 10vw;    padding: 5% 0; margin: 3% auto 0;}
  .ulOtokuSim > li.li03 .boxSlider{margin: 3% auto;}
  
  #otokuPlanCharge .resultPlanName p{font-size: 4vw; font-weight: bold; text-align: center;}
  #otokuPlanCharge .resultPlanName p .fsS{font-size: 60%;}
  
  /**/
  #resultOtokuSim{
    
    margin: 0 auto;
    display: none;
    background: #FCF8F1;
    padding: 5% 3%;
  }
  #resultOtokuSim > .inner{width: auto;margin: 0 auto;}
  #resultOtokuSim .boxResult{
    background: #EFDCBB;
    padding: 3% 5%;
    text-align: left;
    border-radius:1vw;
    margin: 0 auto 0;
    position: relative;
  }
  #resultOtokuSim .boxResult .boxGold,
  #resultOtokuSim .boxResult .boxNotGold {
    width: 46%;
    padding:0;
    border:none;
  }
  #resultOtokuSim .boxResult .boxGold .resultPoint,
  #resultOtokuSim .boxResult .boxNotGold .resultPoint {
    background: #fff;
    border-radius: 1vw;
    padding: 5% 3%;
    font-size: 5vw;
    font-weight: 700;
    text-align: right;
    line-height: 1;
    border: solid 1px #E2DBD0;
  }
  #resultOtokuSim .boxResult .txtPer{
    font-size: 2.8vw;
    font-weight: bold;
    text-align: right;
    padding: 3% 3% 0 0;
  }
  
  #resultOtokuSim .boxResult + .note{text-align: left; margin: 3% auto;}
  #resultOtokuSim .wrapTable + .note{text-align: left; margin: 3% auto 0;}
  
  /**/
  
  #wrapSimResultDetail{border-top: solid .4vw #C79432; margin: 0 auto; padding: 5% 0 0;    margin: 5% auto 0;}
  #wrapSimResultDetail > h3{
    font-size: 4vw;
    font-weight: 900;
    margin: 0 auto 5%;
  }
  
  #wrapOtokuSim .wrapTable > .tit {
    font-weight: bold;
    margin: 0 auto 3%;
  }
  #wrapOtokuSim .wrapTable > .tit + .note {
    margin: 0 auto 5%;
  }
  #wrapOtokuSim .wrapTable {
    margin: 5% auto 0;
    text-align: center;
  }
  
  #wrapOtokuSim .wrapTable table {
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    table-layout: fixed;
  }
  #wrapOtokuSim .wrapTable table .bdR{ border-right: solid 1px #D3C2A4;}
  #wrapOtokuSim .wrapTable table .bdBtm{ border-bottom: solid 1px #D3C2A4;}
  #wrapOtokuSim .wrapTable table .bdBtmNon{border-bottom: none !important;}
  
  
  #wrapOtokuSim .wrapTable table thead th:nth-child(2) {
    background: #A8996D;
  }
  #wrapOtokuSim .wrapTable table thead th:nth-child(3) {
    background: #9F8439;
  }
  /*#wrapOtokuSim .wrapTable table tbody tr:first-child th {
    border-radius: 10px 0 0 0;
  }*/
  #wrapOtokuSim .wrapTable table tbody th{
    background: #efdcbb;
  
    font-size: 3vw;
    font-weight: bold;
    text-align: left;
    padding: 3%;
    border: solid 1px #D3C2A4;
    border-bottom: none;
  
  }
  #wrapOtokuSim .wrapTable table tbody td {
    font-weight: bold;
    font-size: 3vw;
    padding: 3%;
    background: #fff;
    text-align: center;
    border-top: solid 1px #D3C2A4;
    border-right: none;
    border-bottom: none;
  }
  
  #wrapOtokuSim .wrapTable table tbody tr:last-child td {
    border-bottom: solid 1px #D3C2A4;
  }
  #wrapOtokuSim .wrapTable table tbody tr:last-child th {
    border-bottom: solid 1px #D3C2A4;
  }
  
  
  #wrapOtokuSim .wrapTable table tbody td:last-child {
    border-left: solid 1px #D3C2A4;
    border-right: solid 1px #D3C2A4;
  }
  #wrapOtokuSim .wrapTable table tbody td.colspan2{border-left: none;}
  #wrapOtokuSim .wrapTable table .tdBgYellow {
    background: #f4edbd;
  }
  #wrapOtokuSim .wrapTable table .tdBgGray {
    background: #eaeaea;
  }
  #wrapOtokuSim .wrapTable table .tdBgOrange {
    background: #f7eddd;
  }
  #wrapOtokuSim .wrapTable + .ulNote{margin: 3% auto;}
#wrapOtokuSim .wrapTable + .ulNote > li{margin: 0 auto;}
  .selectedPlanName{
    display: block;
    padding: 3%;
    line-height: 1.2;
    border: solid 1px #eb5505;
    border-radius: 10vw;
  }
  }
.wrapInputText .visually-hidden{
  position: absolute !important;
  height: 1px; width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

  .btnSimAll:link,.btnSimAll:active,.btnSimAll:hover,.btnSimAll:visited{color: #fff !important;}