/* JSYS_1015 引っ越しページのポケットWiFi対策 @since 2026.06.02 @author ione.miyasaka start */
.base_section.bg-9ec h2.title span {
    background-image: none;
    color: #fff;
}
.price_box {
    position: relative;
    width: 32.33333333%;
    padding: 15px 15px 67px;
    margin: 1% 0.5% 0;
    text-align: center;
}
.price_box .device_name {
    font-size: 1.4rem;
    line-height: 1.2;
    word-break: keep-all;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.price_box .area_txt.carrier_3 {
    font-size: 11px;
    line-height: 1.5;
    margin: 10px 0;
}
.price_box .plan_name {
    color: #559127;
    font-size: 1.2rem;
    line-height: 1;
    margin-bottom: 10px;
}
.price_box .plan_name .small {
    font-size: 0.9rem;
    font-weight: normal !important;
}
.price_box .popup_btn.type1 {
    background: #C0272D;
}
.price_box .popup_btn {
    border-radius: 3px;
    font-size: 12px;
    padding: 2px 0;
    margin: 0 auto;
    display: inline-block;
    width: 48%;
    line-height: 1.7;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.price_box .info_table {
    border: 1px solid #FAAF3B;
    border-collapse: separate;
    border-radius: 5px;
    width: 100%;
    position: relative;
}
.price_box .info_table th {
    background: #FAAF3B;
    border-radius: 2px 0 0 2px;
    font-size: 0.8rem;
    line-height: 1.2;
    vertical-align: middle;
    font-weight: 100;
}
.price_box .info_table td.td01 {
    border-bottom: 1px dotted;
}
.price_box .info_table td {
    font-size: 0.8rem;
    line-height: 1.4;
    padding: 5px;
}
.price_box .info_table td .fee {
    font-size: 1rem;
}
.price_box .plan_info {
    font-size: 12px;
    line-height: 1.4;
}
.ht50 {
    height: 50px;
}
.price_box .page_btn.blue {
    color: #04A89D;
    border: 1px solid #04A89D;
}
.price_box .page_btn {
    position: relative;
    width: 48%;
    padding: 5px;
    margin-top: 15px;
    transition: 0.5s;
  }
  .price_box .page_btn::after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    position: absolute;
    bottom: 13px;
    right: 15px;
    transform: rotate(45deg);
  }
  .price_box .page_btn.blue {
    color: #04A89D;
    border: 1px solid #04A89D;
  }
  .price_box .page_btn.blue::after {
    border-top: solid 1px #04A89D;
    border-right: solid 1px #04A89D;
  }
  .price_box .page_btn.blue:hover {
    color: #fff !important;
    opacity: 0.8;
    background-color: #04A89D;
  }
  .price_box .page_btn.black {
    color: #666;
    border: 1px solid #666;
  }
  .price_box .page_btn.black::after {
    border-top: solid 1px #666;
    border-right: solid 1px #666;
  }
  .price_box .page_btn.black:hover {
    color: #fff !important;
    opacity: 0.8;
    background-color: #666;
  }
  .price_box .page_btn.blue:hover:after,
  .price_box .page_btn.black:hover:after {
    border-top: 1px #fff solid;
    border-right: 1px #fff solid;
  }
  .price_box .apply_btn {
    position: relative;
    display: block;
    color: #fff !important;
    background: -moz-linear-gradient(top, #F7AB3A, #F38F1F);
    background: -webkit-linear-gradient(top, #F7AB3A, #F38F1F);
    background: linear-gradient(to bottom, #F7AB3A, #F38F1F);
    border-radius: 20px;
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
    width: 50%;
    padding: 10px;
    margin: 20px auto 0;
  }
  .price_box .apply_btn::after {
    position: absolute;
    content: "\f054";
    font-family: "font awesome 5 free";
    right: 10px;
  }
  .price_box .apply_btn:hover {
    color: #fff !important;
    opacity: 0.8;
  }
  .price_box .price_apply {
    width: calc(100% - 24px);
    padding: 5px;
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
  }
  .main__ranking {
    background-color: #9ec634;
}
.bg-9ec {
    background-color: #9ec634;
  }

  @media screen and (max-width: 768px) {
    .price_box {
        width: 100%;
    }
    .item_image {
        width: 63%;
    }
    .price_box .item_image {
        margin: auto;
    }
    .price_box .popup_btn a {
        display: block;
    }
    .price_box .popup_btn {
        position: relative;
        width: 100%;
        margin: 5px 0 0;
    }
    .price_box .info_table th {
        background-color: #faaf3b;
        border: none;
        color: #fff;
        vertical-align: middle;
        width: 30%;
        border-radius: 2px 2px 0 0;
        padding: 2px;
        font-size: 12.8px;
        line-height: 1.2;
    }
    .price_box .info_table .td01 {
        border-bottom: none!important;
        border-right: 1px dotted;
        vertical-align: middle;
        width: 50%;
    }
    .price_box .info_table td {
        line-height: 1.4;
        font-size: 10px;
        padding: 4px;
    }
    .price_box .popup_btn::after {
        position: absolute;
        content: "";
        width: 6px;
        height: 6px;
        border: 0;
        border-top: solid 1px #fff;
        border-right: solid 1px #fff;
        top: 50%;
        right: 15px;
        transform: translateY(-50%) rotate(45deg);
    }
    .price_box {
        width: 100%;
        margin: 5% 0 0;
    }
    .ranking_open .device_bun {
        font-size: 1.2rem;
        background: #2b8b44;
        width: 100%;
        border: none;
        position: relative;
        justify-content: center;
        padding: 5px;
    }
    .ranking_open .acd_icon {
        position: absolute;
        right: 10px;
        top: 5px;
    }
  }
  /* JSYS_1015 引っ越しページのポケットWiFi対策 @since 2026.06.02 @author ione.miyasaka end */