.mainHeader{
  position: unset!important;
}
#head_logo{
  position: unset!important;
}
div#new_image_container {background: #eef6e3;}
.award_notes{
  background-color: #eef6e3!important;
  padding: 5px 16px;
}
.award_title_last {
  line-height: 1rem;
  margin-left: 0px!important;
  font-size: 10px;
  font-weight: bold;
  margin-top: 12px;
  padding-bottom: 3px;
  padding-left: 5px;
}
.heading {
  text-align: center;
}

section#recommendation,
#lp_reason,
#customer,
.main__faq,
.lp-usage-flow-sp,
.main__attention.lp-section-title,
#wifi,
#usage {
  padding: 24px 0 30px;
}

section#recommendation .heading,
#lp_reason .heading,
#usage .heading,
#customer .heading,
.main__faq .heading,
.lp-usage-flow-sp .main__faqBody,
.main__attention.lp-section-title .mainContentHeader {
  padding-top: 20px;
  padding-bottom: 0;
  margin: 0;
}

section#recommendation .pt-2-sp,
#lp_reason .pt-2-sp,
#usage .pt-2-sp,
#customer .pt-2-sp,
.main__faq .pt-2-sp,
.lp-usage-flow-sp .pt-2-sp,
#wifi .container.pt-2-sp {
  padding-top: 0;
}

section#recommendation > .container,
#lp_reason .lp_reason__list,
#wifi .container,
#usage .usa-content,
#customer .container,
.main__faq .main__faqMain,
.lp-usage-flow-sp .usage-flow,
.main__attention.lp-section-title .main__attentionList {
  margin-top: 20px;
}
span.title_en {
  color: #aecb7c;
}
.heading h2,
.heading-h2,
.main__faqCaption,
.main__attention.lp-section-title .mainContentHeader__caption {
  font-size: 20px;
  font-weight: bold;
  padding: 0;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: 0;
}
.main__rankingListItem {
  border-radius: 10px;
  height: max-content;
  border-radius: 10px;
  padding-bottom: 20px;
  width: 49%;
  padding: 20px 6px;
}
.main__rankingListItemLabel {
  width: 43px;
  height: 43px;
  font-size: 20px;
  padding-left: 4px;
  padding-top: 4px;
}
.main__rankingListItemSectionCaption  {
  font-size: 14px;
  line-height: 1.2;
  height: 20px;
}
.main__rankingListItemCaption {
  font-size: 14px;
  line-height: 1.2;
  height: 40px;
}

.main__rankingListItemDeviceImage {
  height: auto;
  max-height: none;
  width: 100%;
}

.main__rankingList {
  justify-content: space-between;
  gap: 10px 0;
}
.main__rankingListItemLabel {
  border-top-left-radius: 10px;
}

#recommendation .main__rankingListItem {
  position: relative;
  overflow: visible;
}

#recommendation .main__rankingList {
  overflow: visible;
  align-items: flex-start;
}

#recommendation .lp_ranking_icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
}

#recommendation .lp_ranking_icon__image {
  width: 68px;
  height: auto;
}

#recommendation .lp_ranking_icon__image--no1 {
  width: 85px;
}

#recommendation .main__rankingListItem:has(.lp_ranking_icon) {
  margin-top: 38px;
  padding-top: 34px;
}

.button__text {
  height: 60px;
  border-radius: 5px;
}

.main__rankingListItemSectionPlanPriceApply .button__text{
  background: #f25c0c!important;
}
.keyvisual__easyPriceAreaCalculation{
  height: max-content;
}

.img-border-greenfea{
  padding:90px;
  background-image:url('/images/lp/pc_feature_b.png');
  background-repeat: no-repeat;
  background-position: center; /* Center the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  border: 1px solid #31c3a0;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.img-border-blue{
  padding:90px;
  background-image:url('/images/lp/pc_feature_a.png');
  background-repeat: no-repeat;
  background-position: center; /* Center the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  border: 1px solid #29b3e1;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.img-border-pink{
  padding:90px;
  background-image:url('/images/lp/pc_feature_c.png');
  background-repeat: no-repeat;
  background-position: center; /* Center the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  border: 1px solid #f57896;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.feature-text {
  padding: 19px 10px 18px 19px;
  text-align: center;
  height: 150px;
  color: white;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

p.feature-title {
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
}
.feature-text.back_blue {
  background-color: #29b3e1;
  border: 1px solid #29b3e1;
}

.feature-text.back_greenfea {
  background: #31c3a0;
  border: 1px solid #31c3a0;
}

.feature-text.back_pink {
  background: #f57896;
  border: 1px solid #f57896;
}
.back_white {
  background-color: white;
}
.feature-frame {
  padding: 5px 0px;
}
.banner-fea {
  /*position: relative;*/
  background-image:url('/images/lp/sp_shipping_bg.png');
  background-repeat: no-repeat;
  background-position: center; /* Center the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  border-radius: 5px;
}

.img-position {
  width: 88%;
  /*position: absolute;*/
  top: 188px;
  left: 20px;
}
.first-text {
  font-size: 24px;
  font-weight: bolder;
  padding-bottom: 5px;
}

.frame-text {
  border-radius: 5px;
  border: 1px solid white;
  margin: auto;
  background: white;
  height: 90px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  padding-top: 10px;
  box-shadow: 0 0 1.5rem rgb(0 0 0 / 40%);
}

.text-banner {
  width: 95;
  right: 19px;
  top: 24px;
  text-align: center;
}

.last-text {
  padding-top: 10px;
  font-size: 14px;
  margin: auto;
  color: white;
}
.or-text{
  color: #f25f43;
}
.pt-2-sp {
 padding-top: 20px;
}
.display-flex-sp {
  display: flex;
}
.display-flex-wrap-sp {
  flex-wrap: wrap;
}
.display-flex-wrap-sp {
  flex-wrap: wrap;
}
.justify-content-center-sp {
  justify-content: center;
}
.gap0-10-sp {
  gap: 0px 10px;
}
.single-icon {
  width: 47%;
  border: 1px solid #A3CA68;
  margin: 20px 2%;
  border-radius: 15px;
  padding: 40px 15px 15px;
}
.single-icon {
  background: white;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.icons-style:nth-of-type(1) .single-icon {
  margin-top: 30px;
}
.icons-style:nth-of-type(3) .single-icon {
  margin-bottom: 5px;
}
img.icon-img {
  margin-bottom: 5px;
  height: 58px;
  width: 40%;
}
.speech-icon {
  background: #A3CA68;
  color: #fff;
  padding: 5px 5px;
  border-radius: 25px;
  font-size: 14px;
  width: 85%;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.speech-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  border-width: 8px 8px 0 8px;
  border-style: solid;
  border-color: #A3CA68 transparent transparent transparent;
  width: 0;
  height: 0;
}
.col2-text {
  padding: 10px;
  font-size: 12px;
}
.text-icon span {
  font-size: 20px;
}
.guideline-entry-img {
  width: 40%;
}
.guideline-entry {
  width: 50%;
  margin: 0 auto 20px auto;
}
.guideline-entry-text {
  position: relative;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.guideline-entry-text:before {
    content: "";
    position: absolute;
    border: 1px solid #000;
    height: 100%;
    bottom: 0;
    left: 0px;
    transform: rotate(-20deg);
}
.guideline-entry-text::after {
    content: "";
    position: absolute;
    border: 1px solid #000;
    height: 100%; 
    bottom: 0;
    right: 0px;
    transform: rotate(20deg);
}
.guideline-entry-text span {
  color:#f15a22;
}
.guideline-entry-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #D3360C;
    border-bottom: 3px solid #D3360C;
    width: 100%;
    transition: all 0.2s;
    border-radius: 20px;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 30px;
    color: #fff!important;
}
.guideline-entry-btn::before {
  content: "";
  position: absolute;
  z-index: 1;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  right: 12px;
  top: 49%;
}
.guideline-entry-btn:hover {
  opacity: 0.8;
}
.guideline-entry a:visited {
    color: #fff;
}
.frame-img-common{
  text-align: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.img-border-grey.frame-img-common {
  padding: 8px;
  border: 1px solid gray;
}

.img-border-au.frame-img-common {
  padding: 20px 0px 20px 15px;
  border: 1px solid #f15a22;
}

.img-border-wimax.frame-img-common {
  padding: 20px 8px 5px 20px;
  border: 1px solid #002997;
}

.img-border-docomo.frame-img-common {
  padding: 19px 10px 14px 46px;
  border: 1px solid #d00e31;
}

.img-border-rakuten.frame-img-common {
  padding: 19px 10px 14px 46px;
  border: 1px solid #ff008c;
}

.wifi-text.back_sortback {
  background: gray;
}
.wifi-text.back_au {
  background: #f15a22;
}

.wifi-text.back_wimax {
  background: #002997;
}

.wifi-text.back_docomo {
  background: #d00e31;
}

.wifi-text.back_rakuten {
  background: #ff008c;
}

.wifi-text {
  padding: 10px 2px;
  text-align: center;
  height: 160px;
  color: white;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.wifi-title{
  color: #fffd1c;
  font-size: 16px;
  font-weight: bold;
}
.wifi-p {
  font-size: 14px;
}
.img-softbank {
  width: 60%;
}
.img-wimax {
  width: 40%;
}
.img-au {
  width: 30%;
}


.img-usa {
  text-align: center;
  width: 33%;
  margin-top: 10px;
}
.usa-content {
  width: 100%;
}
.usa-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  box-shadow: 0 0.1rem 0.5rem rgba(149, 157, 165, 0.4);
  border-radius: 15px;
  margin: 20px 10px;
  padding: 20px 15px;
}
.usa-item-note {
  text-align: center;
}
.usa-item-ttl {
  font-size: 18px;
  font-weight: bold;
}
.usa-item-txt {
  font-size: 14px;
  text-align: left;
  line-height: 18px;
}
.lp-usage-footer__img--pc {
  display: none;
}

.lp-usage-footer__img--sp {
  display: block;
  max-width: 100%;
  height: auto;
}
.main-image {
  height: 65px;
}
p.text-usa {
  font-weight: bold;
}
.jus-con-cent {
  justify-content: center;
}
.width-img {
  padding-bottom: 5px;
}

.text_area_deco {
  font-size: 14px;
  padding-top: 0px!important;
  height: 28px;
}
.voicebox {
  border-radius: 0px!important;
}

#customer .lp-voice-slide .voicebox {
  height: auto;
}

#customer .lp-voice-slide .text_area_deco {
  height: auto;
}
.text_area_deco p.icon {
  width: 66px!important;
  text-align: left!important;
}
#footerSNS {
  background-color: #f1f1f1!important;
  color: #000!important;
  padding-bottom: 0px;
}
#footer_common {
  background-color: #f1f1f1!important;
  color: #000!important;
  padding-bottom: 1rem;
}
#footerSNS ul.snsbtniti{
  background-color: #f1f1f1!important;
}
.sns_area{
  color: black!important;
}
/*.c_fff{*/
/*  color: black!important;*/
/*}*/
.bg_fff{
  background-color: #f1f1f1!important;
}
footer .white_label2 {
  border: 1px solid black;
  color: black!important;
}
footer .white_label {
  color: black!important;
}
a.c_fff {
  color: black!important;
}
a.footer_btn {
  color: white!important;
}
footer .footer_call_tel {
  border: 1px solid black;
}
footer .footer_call_tel p:first-child {
  border-right: 1px solid black;
}
footer .busines_time {
  color: black !important;
}
footer .credit_text {
  color: black;
}
footer .busines_time::before, footer .busines_time::after {
  background-color: black;
}
p.c_fff.fs12.txtC {
  color: black!important;
}
.p-2.pc-shipping-base.flex.flex-wrap.justify-content-sp-between.radius-2 {
  text-align: center;
}
.img-border-blue img{
  width: 100%;
}
.frame-img-common{
  padding: 40px!important;
}
.img-border-grey.frame-img-common {
  background-image:url('/images/lp/icon_logo/logo_softbank.png');
  background-repeat: no-repeat;
  background-position: center; /* Center the image */
  background-size: 180px; /* Resize the background image to cover the entire container */
  /*padding: 8px;*/
  border: 1px solid gray;
}

.img-border-au.frame-img-common {
  background-image:url('/images/lp/icon_logo/logo_au.png');
  background-repeat: no-repeat;
  background-position: center; /* Center the image */
  background-size: 85px; /* Resize the background image to cover the entire container */
  /*padding: 20px 0px 20px 60px;*/
  border: 1px solid #f15a22;
}

.img-border-wimax.frame-img-common {
  background-image: url('/images/lp/icon_logo/logo_wimax_sp.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 115px;
  border: 1px solid #002997;
}

.img-border-docomo.frame-img-common {
  background-image:url('/images/lp/icon_logo/logo_docomo.png');
  background-repeat: no-repeat;
  background-position: center; /* Center the image */
  background-size: 140px; /* Resize the background image to cover the entire container */
  border: 1px solid #d00e31;
}

.img-border-rakuten.frame-img-common {
  background-image: url('/images/lp/career_rakuten.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 140px;
  border: 1px solid #ff008c;
}

/* WiFiルーター選び方のコツ - SP横並びレイアウト */
#wifi .display-flex-sp {
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}

#wifi .wifi-frame-sp {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  height: 120px;
  margin: 0;
  padding: 0;
  border-radius: 12px;
  overflow: hidden;
}

#wifi .feature-frame {
  padding: 0;
}

#wifi .wifi-frame-sp:has(.img-border-grey) {
  border: 1px solid gray;
}

#wifi .wifi-frame-sp:has(.img-border-au) {
  border: 1px solid #f15a22;
}

#wifi .wifi-frame-sp:has(.img-border-wimax) {
  border: 1px solid #002997;
}

#wifi .wifi-frame-sp:has(.img-border-docomo) {
  border: 1px solid #d00e31;
}

#wifi .wifi-frame-sp:has(.img-border-rakuten) {
  border: 1px solid #ff008c;
}

#wifi .wifi-frame-sp .frame-img-common {
  width: 42%;
  min-width: 110px;
  height: 100%;
  padding: 0 !important;
  background-color: #fff;
  border: none;
  border-radius: 0;
}

#wifi .wifi-frame-sp .wifi-text {
  flex: 1;
  width: 58%;
  height: 100%;
  padding: 6px 8px;
  text-align: left;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

#wifi .wifi-title {
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 2px;
}

#wifi .wifi-p {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

#wifi .img-border-grey.frame-img-common {
  background-size: 160px;
}

#wifi .img-border-au.frame-img-common {
  background-size: 85px;
}

#wifi .img-border-wimax.frame-img-common {
  background-size: 120px;
}

#wifi .img-border-docomo.frame-img-common {
  background-size: 120px;
}

#wifi .img-border-rakuten.frame-img-common {
  background-size: 120px;
}

.h-100{
  height: 100%;
}
.rd-0{
  border-radius: 0px;
}
.button__text {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  background-color: #D3360C;
  border-bottom: none;
  padding: 15px 0px;
  font-size: 14px;
  justify-content: center;
  position: relative;
  -webkit-transition: all .2s;
  transition: all .2s;
  width: 100%;
}
.mainHeader__buttonEntry .button{
  width: 7rem;
}
.h-51{
  height: 51px;
}
#head_box > div {
  display: flex;
}
.button:before{
  border: none;
}
.award{
  font-family: monospace;
}
.main__faqTr{
  margin: 5px;
}
.pd-t-35{
  padding-top: 35px;
}
.main__attentionListItem {
  margin-top: 0px;
  padding:0px 8px;
}
.main__attentionList{
  margin-top: 30px;
}
.section-common{
  border: 1px solid #77B643;
  display: flex;
  flex-direction: column;
  margin: 10px 0;
  overflow: hidden;
  background: #fff;
}
.section-common__body {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  padding: 6px;
}
.step1-flow {
  background-image: url('/images/lp/step1.webp');
}
.step2-flow {
  background-image: url('/images/lp/step2.webp');
}
.step3-flow {
  background-image: url('/images/lp/step3.webp');
}
.step4-flow {
  background-image: url('/images/lp/step4.webp');
}
.img-flow{
  width: 40%;
  min-width: 110px;
  min-height: 90px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  flex-shrink: 0;
}
.text-common {
  flex: 1;
  text-align: left;
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
p.title-flow {
  font-weight: bold;
  color: #fff;
  background: #77B643;
  padding: 6px 0;
  margin: 0;
  text-align: center;
  font-size: 14px;
}
p.text-flow {
  font-family: 'Noto Sans JP';
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  padding: 0 0 4px;
  margin: 0;
}
p.text-flow-sub {
  font-family: 'Noto Sans JP';
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  padding: 0;
  margin: 0;
}
.usage-flow {
  margin-top: 20px;
}
.keyvisual__submitButton .button__text button {
  font-size: 1.1rem;
}
td.main__rankingListItemSectionCell.main__rankingListItemSectionTd {
  font-size: 10px;
}
.main__attentionListItemCaption{
  margin-bottom: 20px;
}
.t-black{
  color: black!important;
}
.main__rankingListItemSectionPlanPriceApply {
  bottom: 10px;
}
.main__rankingListItemSectionLinkListItem .button__text,.button__text{
  font-size: 14px;
}
.main__rankingListItemSectionPlanPriceApply .button::before {
  width: 9px;
  height: 9px;
  right: 11px;
  top: 50%;
}


h2.device_title {
  letter-spacing: 0px;
}

.info_aff_td {
  text-align: center;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
.center_div_td {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#form01 {
  height: 100%;
}
.main__rankingListItemSectionPlanPriceApply {
  position: static;
}
.button_orange {
  margin-top: 20px;
}
.d-flex {
  height: max-content;
}

.aff_day_bg_sp {
  background-color: #333;
  border-radius: 5px;
  display: block;
  font-size: 10px;
  margin-left: 10px;
  padding: auto;
  width: 96%;
  margin: auto;
  border-right: 1px dotted;
  height: 25px;
}
.main__rankingListItemSectionTh, .main__buyingGuideListInstruction{
  font-size: 1rem;
}
.col-text-1{
  width: 33%;
}
.col-text-20{
  width: 10%;
}
.col-text-40{
  width:45%;
}
.col-text-2{
  width:50%;
}
.mainHeader__button {
  margin-left: auto;
}
.col3 {
  text-align: center;
  display: flex;
  align-items: center;
}
.col3 img {
  /* height: 234px; */
}
@media (max-width: 768px) {
  .mainHeader {
    position: static !important;
  }
  .mainHeader + main {
    margin-top: 0;
  }
}

/* JSYS-1875 LPページのデザイン修正 @since 2026.06.27 @author ione.miyasaka start */
#lp-sp.lp-sticky-entry-visible {
  padding-bottom: var(--lp-sticky-entry-height, 84px);
  box-sizing: border-box;
}

.lp_sticky_entry {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 10px 12px;
  background: rgba(42, 34, 31, 0.96);
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.18);
  visibility: hidden;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
  pointer-events: none;
}

.lp_sticky_entry.is-visible {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.lp_sticky_entry__btn,
.lp_sticky_entry__btn:link,
.lp_sticky_entry__btn:visited,
.lp_sticky_entry__btn:hover,
.lp_sticky_entry__btn:active {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 44px;
  background-color: #D3360C;
  border: 1px solid #fff;
  border-radius: 9999px;
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  position: relative;
  box-sizing: border-box;
}

.lp_sticky_entry__btn::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 22px;
  top: 50%;
  margin-top: -5px;
}
/* JSYS-1875 LPページのデザイン修正 @since 2026.06.27 @author ione.miyasaka end */

/* JSYS-1235：WR_SP用LPランキングデザイン変更 @since 2025.09.07 @author ione.nagasawa start */
.main__rankingList.jsMoreLinkTarget .main__rankingListItem:nth-child(n+4) {
  display: block;
}
.pickup_label {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  width: 100px;
  padding: 5px 0;
  font-weight: bold;
  top: -30px;
}
.pickup_label::before{
  transform: skewX(-30deg);
  content: "";
  position: absolute;
  top: 0; bottom: 0; left: 0; right: 0;
  z-index: -1;
  background: linear-gradient(135deg, #ffed00, #ffd700, #ffb300);
}
/* JSYS-1875 LP SP人気ランキング アフィリエイト料金表デザイン修正 @since 2026.06.30 @author ione.miyasaka start */
#recommendation .lp_ranking_aff_price {
  margin-top: 10px;
}
#recommendation .lp_ranking_aff_price__block + .lp_ranking_aff_price__block {
  margin-top: 8px;
}
#recommendation .lp_ranking_aff_price__header {
  background-color: #333;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 25px;
  margin: 0;
  text-align: center;
}
#recommendation .lp_ranking_aff_price__body {
  padding: 8px 0 4px;
}
#recommendation .lp_ranking_aff_price__row {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: center;
}
#recommendation .lp_ranking_aff_price__col {
  line-height: 1.2;
  min-width: 72px;
  text-align: center;
}
#recommendation .lp_ranking_aff_price__amount {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
#recommendation .lp_ranking_aff_price__amount--discount {
  color: #e60012;
  font-size: 18px;
  font-weight: 700;
}
#recommendation .lp_ranking_aff_price__sub {
  font-size: 11px;
  margin: 2px 0 0;
}
#recommendation .lp_ranking_aff_price__sub--discount {
  color: #e60012;
}
#recommendation .lp_ranking_aff_price__arrow {
  color: #999;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 1;
}
#recommendation .lp_ranking_tax_note {
  font-size: 10px;
  margin: 6px 0 0;
  text-align: center;
  color: #333;
}
/* JSYS-1875 LP SP人気ランキング アフィリエイト料金表デザイン修正 @since 2026.06.30 @author ione.miyasaka end */
/* JSYS-1875 LP SP人気ランキング 通常料金表デザイン修正 @since 2026.07.03 @author ione.miyasaka start */
#recommendation .lp_ranking_price_box {
  border: 1px solid #faaf3b;
  border-radius: 5px;
  margin-top: 10px;
  overflow: hidden;
}
#recommendation .lp_ranking_price_box__header {
  background-color: #faaf3b;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  padding: 6px 0;
  text-align: center;
}
#recommendation .lp_ranking_price_box__body {
  background-color: #fff;
  padding: 8px 4px;
  text-align: center;
}
#recommendation .lp_ranking_price_box__row {
  font-size: 11px;
  line-height: 1.5;
  margin: 0;
}
#recommendation .lp_ranking_price_box__row--sub {
  margin-top: 2px;
}
#recommendation .lp_ranking_price_box__num {
  font-size: 16px;
  font-weight: bold;
}
#recommendation .lp_ranking_price_box__divider {
  border-top: 1px dashed #333;
  margin: 8px 4px;
}
/* JSYS-1875 LP SP人気ランキング 通常料金表デザイン修正 @since 2026.07.03 @author ione.miyasaka end */
/* JSYS-1235：WR_SP用LPランキングデザイン変更 @since 2025.09.07 @author ione.nagasawa end */

/* JSYS-1875 LPページのデザイン修正 @since 2026.06.27 @author ione.miyasaka start */
#first_view .keyvisual__easyPriceAreaCalculation {
  border-radius: 0 !important;
}

#lp-sp #first_view .keyvisual__easyPriceAreaCalculationCaption {
  font-size: 16px;
  margin-bottom: 8px;
}

#lp-sp #first_view .keyvisual__easyPriceAreaCalculation .keyvisual__inputRowLabel {
  font-size: 12px;
}

@media screen and (min-width: 744px) and (max-width: 959px) {
  #lp-sp #first_view .keyvisual__easyPriceAreaCalculation {
    font-size: 18px;
  }

  #lp-sp #first_view .keyvisual__easyPriceAreaCalculationCaption {
    font-size: 1.3em;
  }

  #lp-sp #first_view .keyvisual__easyPriceAreaCalculation .keyvisual__inputRowLabel {
    font-size: 1em;
    text-align: center;
    width: 20%;
  }
}

#first_view .keyvisual__easyPriceAreaCalculation .keyvisual__inputRow input:not([type=submit]),
#first_view .keyvisual__easyPriceAreaCalculation .keyvisual__inputRow select {
  height: 30px;
}

#first_view .keyvisual__easyPriceAreaCalculation .keyvisual__easyPriceAreaCalculationPriceFechTextPrice {
  font-size: 30px !important;
}

#first_view .keyvisual__easyPriceAreaCalculation .keyvisual__easyPriceAreaCalculationPriceFechText {
  font-size: 14px !important;
}

#first_view .keyvisual__easyPriceAreaCalculation .keyvisual__easyPriceAreaCalculationPrice {
  margin-top: 10px;
  text-align: center;
  height: 32px;
}

#first_view .keyvisual__easyPriceAreaCalculation .keyvisual__easyPriceAreaCalculationPrice.keyvisual_price_add {
  height: 80px;
}

#first_view .keyvisual_price_add .org_price {
  text-align: center !important;
}

#first_view .keyvisual_price_add .org_price > span:last-of-type {
  color: #fff636 !important;
}

#first_view .keyvisual_price_add .org_price + .ajax_price,
#first_view .keyvisual_price_add .org_price + .ajax_price .price {
  color: #fff636 !important;
}

#first_view .keyvisual__easyPriceAreaCalculation .lp_simulation_countdown {
  background-color: #fff636;
  border-radius: 4px;
  padding: 16px 10px;
  margin-top: 8px;
  text-align: center;
  position: relative;
  color: #333;
  width: 100%;
  box-sizing: border-box;
}

#first_view .keyvisual__easyPriceAreaCalculation .lp_simulation_countdown::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff636;
}

#first_view .keyvisual__easyPriceAreaCalculation .lp_simulation_countdown__line1,
#first_view .keyvisual__easyPriceAreaCalculation .lp_simulation_countdown__line2 {
  display: inline;
  margin: 0;
}

#first_view .keyvisual__easyPriceAreaCalculation .lp_simulation_countdown__line1 {
  font-size: 13px !important;
  line-height: 1.4;
}

#first_view .keyvisual__easyPriceAreaCalculation .lp_simulation_countdown__time {
  font-size: 22px !important;
  font-weight: bold;
  color: #e61d00 !important;
  margin: 0 2px;
}

#first_view .keyvisual__easyPriceAreaCalculation .lp_simulation_countdown__line2 {
  font-size: 14px !important;
  font-weight: bold;
  color: #333;
}

#first_view .keyvisual__easyPriceAreaCalculation .keyvisual__submitButtonWrapper {
  display: block;
  width: 100%;
  margin-top: 0;
}

#first_view .keyvisual__easyPriceAreaCalculation .lp_simulation_submit {
  margin-top: 14px;
  width: 100% !important;
  height: auto !important;
  margin-left: 0 !important;
}

#first_view .keyvisual__easyPriceAreaCalculation .lp_simulation_submit .button {
  width: 100%;
}

#first_view .keyvisual__easyPriceAreaCalculation .lp_simulation_submit .button__text {
  background-color: #D3360C;
  border-color: #c41900;
  padding: 16px 36px 16px 10px !important;
  height: auto !important;
  font-size: 15px !important;
  border-radius: 4px !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s, border-color 0.2s;
}

#first_view .keyvisual__easyPriceAreaCalculation .lp_simulation_submit .button__text::after {
  content: '';
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto;
}

.isNotTouchDevice #first_view .keyvisual__easyPriceAreaCalculation .lp_simulation_submit .button:hover {
  opacity: 1;
}

.isNotTouchDevice #first_view .keyvisual__easyPriceAreaCalculation .lp_simulation_submit .button:hover .button__text {
  background-color: #c41900;
  border-color: #a81500;
}

#first_view .keyvisual__easyPriceAreaCalculation .lp_simulation_submit .button::before {
  display: none;
}

#first_view .keyvisual__easyPriceAreaCalculation .lp_simulation_submit__btn {
  display: inline;
  background-color: transparent;
  border: none;
  font-weight: bold;
  color: #fff;
  margin: 0;
  padding: 0;
  cursor: pointer;
  font-size: 15px !important;
}

#first_view .keyvisual__easyPriceAreaCalculation .lp_simulation_submit__small {
  color: #fffd1c;
  font-size: 12px !important;
}

#first_view .keyvisual__easyPriceAreaCalculation .lp_simulation_submit__main {
  color: #fff;
  font-size: 16px !important;
}

#recommendation .lp_simulation_submit {
  width: 100%;
  margin-top: 20px;
}

#recommendation .lp_simulation_submit .lp_ranking_submit__link {
  display: block;
  width: 100%;
  text-decoration: none;
}

#recommendation .lp_simulation_submit .button {
  width: 100%;
}

#recommendation .lp_simulation_submit .button__text {
  background-color: #D3360C !important;
  border-color: #c41900;
  padding: 8px 16px 8px 8px !important;
  height: auto !important;
  font-size: 15px;
  border-radius: 4px !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s, border-color 0.2s;
}

#recommendation .lp_simulation_submit .button__text::after {
  content: '';
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto;
}

.isNotTouchDevice #recommendation .lp_simulation_submit .button:hover {
  opacity: 1;
}

.isNotTouchDevice #recommendation .lp_simulation_submit .button:hover .button__text {
  background-color: #c41900 !important;
  border-color: #a81500;
}

#recommendation .lp_simulation_submit .button::before {
  display: none;
}

#recommendation .lp_simulation_submit__btn {
  display: inline;
  background-color: transparent;
  border: none;
  font-weight: bold;
  color: #fff;
  margin: 0;
  padding: 0;
  cursor: pointer;
  font-size: 15px;
}

#recommendation .lp_simulation_submit__small {
  color: #fffd1c;
  font-size: 12px;
}

#recommendation .lp_simulation_submit__main {
  color: #fff;
  font-size: 16px;
}

#recommendation .lp_notice_outline_btn {
  width: auto;
  margin: 0 auto;
}

#recommendation .main__rankingListItemSectionPopupList {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  justify-content: center;
  margin: 8px 0;
}

#recommendation .lp_notice_outline_btn .popupButton {
  width: auto;
}

#recommendation .lp_notice_outline_btn .popupButton__text {
  background-color: transparent !important;
  border: 1px solid #c0272d;
  color: #c0272d !important;
  border-radius: 9999px;
  padding: 4px 16px;
  font-size: 11px;
  width: auto;
  line-height: 1.5;
}

#recommendation .lp_notice_outline_btn .popupButton__text::after {
  display: none;
}

.isNotTouchDevice #recommendation .lp_notice_outline_btn .popupButton__text:hover {
  opacity: 0.8;
}

/* WiFiレンタルどっとこむが選ばれる理由 開始 */
#lp_reason {
  background-color: #fff;
}

#lp_reason .container {
  overflow: visible;
}

.lp_reason__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 0;
  overflow: visible;
}

.lp_reason__item {
  position: relative;
  display: flex;
  align-items: stretch;
  height: 150px;
  min-height: 150px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(149, 157, 165, 0.35);
  padding: 0 0 0 14px;
  overflow: visible;
  box-sizing: border-box;
}

.lp_reason__badge {
  position: absolute;
  top: 0;
  left: 14px;
  transform: translateY(-50%);
  background-color: #97ca5a;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 9999px;
  white-space: nowrap;
  z-index: 1;
}

.lp_reason__content {
  flex: 1;
  min-width: 0;
  padding: 16px 10px 14px 0;
}

.lp_reason__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 8px;
  color: #333;
}

.lp_reason__text {
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
  color: #333;
}

.lp_reason__image {
  flex-shrink: 0;
  width: 42%;
  max-width: 150px;
  align-self: stretch;
  display: flex;
  overflow: hidden;
  border-radius: 0 10px 10px 0;
}

.lp_reason__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* WiFiレンタルどっとこむが選ばれる理由 終了 */

/* データ通信量の目安 開始 */
#lp_data_usage {
  background-color: #f8f8f8;
  padding: 24px 0 30px;
}

#lp_data_usage .heading h2 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.4;
  margin-bottom: 0;
}

.lp_data_usage__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 20px;
}

.lp_data_usage__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(149, 157, 165, 0.35);
  padding: 12px 8px 14px;
  text-align: center;
}

.lp_data_usage__icon-area {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lp_data_usage__icon {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  object-fit: contain;
}

.lp_data_usage__label {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  margin: 6px 0 0;
  color: #333;
  min-height: calc(11px * 1.4 * 2);
  width: 100%;
}

.lp_data_usage__stats {
  width: 100%;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lp_data_usage__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  background-color: #F27C29;
  color: #fff;
  font-size: 9px;
  font-weight: bold;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 9999px;
}

.lp_data_usage__badge img {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}

.lp_data_usage__value {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin: 4px 0 0;
  color: #333;
}

.lp_data_usage__value small {
  font-size: 0.85em;
  font-weight: normal;
}

.lp_data_usage__cta {
  margin-top: 24px;
  text-align: center;
}

.lp_data_usage__cta-text {
  position: relative;
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 12px;
  color: #333;
}

.lp_data_usage__cta-text::before,
.lp_data_usage__cta-text::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  height: 14px;
  background-color: #333;
}

.lp_data_usage__cta-text::before {
  transform: translateY(-50%) rotate(-20deg);
  margin-left: -6px;
}

.lp_data_usage__cta-text::after {
  transform: translateY(-50%) rotate(20deg);
  margin-left: 6px;
}

.lp_data_usage__cta-text span {
  color: #e61d00;
}

.lp_data_usage__btn,
.lp_data_usage__btn:link,
.lp_data_usage__btn:visited,
.lp_data_usage__btn:active {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 14px 36px;
  background-color: #D3360C;
  border-radius: 9999px;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.2s;
}

.lp_data_usage__btn::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -5px;
}

.isNotTouchDevice .lp_data_usage__btn:hover {
  background-color: #c41900;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  opacity: 1;
}
.main__rankingListItem {
  margin-top: 38px;
}
.ls-none {
  letter-spacing: normal;
}
/* データ通信量の目安 終了 */

/* JSYS-1875 LPページのデザイン修正 @since 2026.06.27 @author ione.miyasaka end */