/*** 2022-09 ***/
.l-siml-details__result span.text-etc{
    display: none;
}

#other_option .pc-c2{
    position: relative;
}

#other_option .pc-c2 span.text-etc{
    position: absolute;
    top: 12px;
    left: 45px;
    font-size: 18px;
}

#other_option .pc-c2 .p-siml__select-ctg__ttl-head b{
    font-size: 14px;
}

#other_option .pc-c2 .note.text-red{
    position: absolute;
    display: inline-block;
    top: 140px;
    right: 15px;
    width: 75px;
    height: 75px;
    background-image: url(../images/icon_muryo.png?=20250714);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 75px;
}
#other_option .pc-c2 .note.text-red sup{
    position: absolute;
    top: 36px;
    right: 6px;
}

#other_option .pc-c2 .note.text-red:after{
    content:'無料期間終了前にメールでお知らせするので安心！';
    display: block;
    position: absolute;
    top: 30px;
    right: 77px;
    padding: 5px;
    width: 145px;
    font-size: 11px;
    background-color: #fff;
    color: #fb5060;
    border-radius: 5px;
    border: 1px solid #fb5060;
}
#other_option .pc-c2 .note.text-red em{
    content: "";
    position: absolute;
    top: 42px;
    left: -3px;
    border: 8px solid transparent;
    border-left: 15px solid #fb5060;
    z-index: 2;
}

#other_option .pc-c2 .note.text-red:before{
    content: "";
    position: absolute;
    top: 42px;
    left: -6px;
    border: 8px solid transparent;
    border-left: 15px solid #fff;
    z-index: 3;
}

.s-item-3 .pc-c2:nth-child(1) .p-siml__select-ctg__ttl-head,
.s-item-3 .pc-c2:nth-child(1) .p-siml__select-ctg__plan-capacity2__gb{
    color: #FF0033;
}
.s-item-3 .pc-c2:nth-child(2) .p-siml__select-ctg__ttl-head,
.s-item-3 .pc-c2:nth-child(2) .p-siml__select-ctg__plan-capacity2__gb{
    color: #FF820C;
}
.s-item-3 .pc-c2:nth-child(3) .p-siml__select-ctg__ttl-head,
.s-item-3 .pc-c2:nth-child(3) .p-siml__select-ctg__plan-capacity2__gb{
    color: #00B6A6;
}
.s-item-3 .pc-c2:nth-child(2){
    position: relative;
}

.s-item-3 .pc-c2:nth-child(1):before,
.s-item-3 .pc-c2:nth-child(2):before,
.s-item-3 .pc-c2:nth-child(3):before{
    content: 'メールとインターネットがメインなら';
    display: block;
    position: absolute;
    top: 15px;
    left: 45px;
    font-weight: bold;
    font-size: 15px;
}
.s-item-3 .pc-c2:nth-child(2):before{
    content: 'アプリもたくさん利用するなら';
}
.s-item-3 .pc-c2:nth-child(3):before{
    content: '動画やゲームもバリバリ使いこなすなら';
}

.s-item-3 .pc-c2:nth-child(2):after{
    content: 'おすすめ';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ff0033;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 0 5px 0 5px;
}

#daretei_option .fukidashi-etc,
#select-plan .fukidashi-etc{
    background-color: #d5f3c7;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 140px;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 10px;
    animation: scrAnim 1.5s infinite linear alternate;
}
#select-plan .fukidashi-etc{
    top: 43px;
    left: 168px;
}
@media (max-width: 768px) {
    #select-plan .fukidashi-etc{
        top: 37px;
        left: 150px;
        font-size: 10px;
    }
}
#daretei_option .fukidashi-etc:after,
#select-plan .fukidashi-etc:after{
    content: "";
    position: absolute;
    margin: 0;
    bottom: -13px;
    left: 30px;
    width: 0;
    height: 0;
    border-top: 30px solid #d5f3c7;
    border-left: 5px solid transparent;
    border-right: 6px solid transparent;
    transform: rotate(-113deg);
}
#select-plan .fukidashi-etc:after{
    border-top-width: 15px;
    top: 15px;
    left: -9px;
    transform: rotate(73deg);
}
.futenyan-img:after{
    content: '';
    display: block;
    width: 100%;
    height: 66px;
    overflow: hidden;
    background-image: url(/store/images/online/pc_option_call_mini_banner_b.png);
    background-repeat: no-repeat;
    background-position: top left;
    margin-top: 20px;
}

.p-siml__select-data .after{
    animation: text_pop 3s ease-out infinite;
}

@media (max-width: 768px) {
    #other_option .pc-c2 .note.text-red{
        top: 95px;
        right: 10px;
        width: 60px;
        height: 60px;
        background-size: 60px;
    }
    #other_option .pc-c2 .note.text-red:before{
        top: 35px;
        left: -8px;
    }
    #other_option .pc-c2 .note.text-red:after{
        top: 20px;
        font-size: 10px;
        width: 135px;
        right: 65px;
    }
    #other_option .pc-c2 .note.text-red em{
        top: 35px;
        left: -5px;
    }
    #other_option .pc-c2 span.text-etc{
        font-size: 16px;
        top: 10px;
        left: 40px;
    }
    .futenyan-img:after{
        height: 74px;
        background-image: url(/store/images/online/sp_option_call_mini_banner_b.png);
        background-size: auto 77px;
        background-position: center top;
        margin-top: 15px;
    }
    .iv-option-detail .note.text-red + br{
        display: none;
    }
    select.p-siml__select-select{
        color: #000!important;
    }
    .p-siml__plan__select-input__label-ttl.model.ttl_white_space{
        padding: 0 35px!important;
    }
    .s-item-3 .pc-c2:nth-child(1):before,
    .s-item-3 .pc-c2:nth-child(2):before,
    .s-item-3 .pc-c2:nth-child(3):before{
        top: 10px;
        left: 35px;
    }
}
@keyframes text_pop {
    0%, 20%, 40%, 60% {
        transform: scale(1.0);
    }
    30%, 50% {
        transform: scale(1.2);
    }
}

.option_service_cp{
    position: relative;
}
.option_service_cp:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 16px solid #fc0f3a;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    left: 18px;
    bottom: -15px;
}
@media (max-width: 768px) {
    .option_service_cp:after{
        border-top: 15px solid #fc0f3a;
        left: 13px;
        bottom: -14px;
    }
}
.bg-yellow{
    background: #FEEA34;
}

/* 2024-05-23 親子割終了訴求対応 */
.p-siml__select-ctg__body-text .oyako-note {
    position: absolute;
    top: 50px;
    left: 150px;
    color: #ff0033;
    font-weight: bold;
    font-size: 10px;
}
@media (max-width: 768px) {
    .p-siml__select-ctg__body-text .oyako-note {
        top: 40px;
        left: 115px;
    }
}
/* 2024-09-05 注釈対応 */
.l-siml-details__result .d-etc{
    display: inline-block!important;
    font-size: 10px;
    vertical-align: top;
}
/* 2024-11-01 注釈対応 */
#option_service_cp{
  padding-top: 30px;
}
.caption_202411{
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -253px;
  background-color: #ffe294;
  border: 3px solid #fff18a;
  color: #000;
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 18px;
}
#other_option .pc-c2.icon_202411 .note.text-red,
#other_option .pc-c2.icon_202411_an .note.text-red{
  top: 130px;
  background-image: url(../images/icon_202411.png);
}
#other_option .pc-c2.icon_202411_an .note.text-red{
  top: 150px;
}

#other_option .pc-c2.icon_202411 .note.text-red:after,
#other_option .pc-c2.icon_202411_an .note.text-red:after{
  content: 'シンプル2 Lならセキュリティパックプラスをお申込みで';
}
#other_option .pc-c2.icon_202411 .p-siml__select-ctg__body-img,
#other_option .pc-c2.icon_202411_an .p-siml__select-ctg__body-img{
  opacity: 0;
}
@media (max-width: 768px) {
  .caption_202411{
    font-size: 14px;
    margin-left: -143px;
    max-width: 277px;
  }
  #other_option .pc-c2.icon_202411 .note.text-red,
  #other_option .pc-c2.icon_202411_an .note.text-red{
    bottom: 12%;
    top: auto;
  }
  #option_service_cp{
    padding-top: 45px;
  }
}