p.hdrInfo {
    font-weight: bold;
    color: #D87895;
}
.beginerList .beginerList_unit .beginer_txt.blank:after {
    display: inline-block!important;
    margin-left: 5px;
}

/* マイページ一時調整 */
@media screen and (min-width: 768px) {
    .fs-body-my-top .fs-c-accountService {
        flex-basis: calc(100% - 0px)!important;
    }
    .fs-c-accountService > li {
        flex-basis: 23%!important;
    }
}
li.fs-c-accountService__page.fs-c-accountService__page--accountDelete {
    flex-basis: 100%!important;
}

/* レコメンド調整 */
.fr3-productListStatic__responsive_2 {
    display: block!important;
    margin: 0px -15px 30px;
}

.fr3-item__rankContainer {
    display: none!important;
}
h2.fs-p-heading--lv2 {
    display: none!important;
}
.fr3-productListStatic.fr3-productListStatic__responsive_1 {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin: 0px -15px 30px;
    gap: 30px 0;
}
.fr3-productListStatic.fr3-productListStatic__responsive_1 article.fr3-item {
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
article.fr3-item {
    padding-right: 15px;
    padding-left: 15px;
}
.fr3-item__productName {
    line-height: 24px;
    margin-bottom: 0;
    font-size: 14px;
}
.fr3-item__productPrice {
    margin-top: 5px;
}
@media (max-width: 767px) {
    .fr3-productListStatic.fr3-productListStatic__responsive_1 {
        margin: 0px -7.5px 30px;
    }
    .fr3-productListStatic.fr3-productListStatic__responsive_1 article.fr3-item {
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 7.5px;
        padding-left: 7.5px;
    }
    .fr3-productListStatic__responsive_2 {
        margin: 0px -7.5px 30px;
    }
    article.fr3-item {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }
}

.fr3-productListCarousel__slides::-webkit-scrollbar {
    display:none;
}

.flywheel-recommend__frame[data-frame-id="history"] .fr3-productListStatic .slick-arrow {
  transform-origin: top left top left;
  z-index: 2;
  margin: 0;
  display: block;
  width: 40px;
  height: 40px;
  transform-origin: top;
}
.flywheel-recommend__frame[data-frame-id="history"] .fr3-productListStatic .slick-arrow:before {
  content: none;
}
.flywheel-recommend__frame[data-frame-id="history"] .fr3-productListStatic .slick-next {
  transform: rotate(45deg) translate(0, -50%);
  border-top: #1b1b1b 1px solid;
  border-right: #1b1b1b 1px solid;
  right: -30px;
}
.flywheel-recommend__frame[data-frame-id="history"] .fr3-productListStatic .slick-prev {
  transform: rotate(45deg) translate(0, -50%);
  border-bottom: #1b1b1b 1px solid;
  border-left: #1b1b1b 1px solid;
  left: -30px;
}
@media (max-width: 1240px) {
  .flywheel-recommend__frame[data-frame-id="history"] .fr3-productListStatic .slick-arrow {
    width: 20px;
    height: 20px;
    transform-origin: top;
  }
  .flywheel-recommend__frame[data-frame-id="history"] .fr3-productListStatic .slick-next {
    right: 0px;
  }
  .flywheel-recommend__frame[data-frame-id="history"] .fr3-productListStatic .slick-prev {
    left: 00px;
  }
}

.rankSec .fr3-item {
  position: relative;
}

.rankSec .fr3-item .fr3-item__imageContainer:before {
  content: "";
  z-index: 2;
  display: block;
  position: absolute;
  top: 10px;
  left: 25px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background: #1B1B1B;
  border: 1px solid #1B1B1B;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .rankSec .fr3-item .fr3-item__imageContainer:before {
    left: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.rankSec .fr3-item:nth-child(1) .fr3-item__imageContainer:before {
  background: #E9CB60;
  border-color: #E9CB60;
}

.rankSec .fr3-item:nth-child(2) .fr3-item__imageContainer:before {
  background: #BEBEBE;
  border-color: #BEBEBE;
}

.rankSec .fr3-item:nth-child(3) .fr3-item__imageContainer:before {
  background: #C6854A;
  border-color: #C6854A;
}

.rankSec .fr3-item:nth-child(1) .fr3-item__imageContainer:before,
.keywordRanking li:nth-child(1) a:before {
  content: "1";
}

.rankSec .fr3-item:nth-child(2) .fr3-item__imageContainer:before,
.keywordRanking li:nth-child(2) a:before {
  content: "2";
}

.rankSec .fr3-item:nth-child(3) .fr3-item__imageContainer:before,
.keywordRanking li:nth-child(3) a:before {
  content: "3";
}

.rankSec .fr3-item:nth-child(4) .fr3-item__imageContainer:before,
.keywordRanking li:nth-child(4) a:before {
  content: "4";
}

.rankSec .fr3-item:nth-child(5) .fr3-item__imageContainer:before,
.keywordRanking li:nth-child(5) a:before {
  content: "5";
}

.rankSec .fr3-item:nth-child(6) .fr3-item__imageContainer:before,
.keywordRanking li:nth-child(6) a:before {
  content: "6";
}

.rankSec .fr3-item:nth-child(7) .fr3-item__imageContainer:before,
.keywordRanking li:nth-child(7) a:before {
  content: "7";
}

.rankSec .fr3-item:nth-child(8) .fr3-item__imageContainer:before,
.keywordRanking li:nth-child(8) a:before {
  content: "8";
}

.rankSec .fr3-item:nth-child(9) .fr3-item__imageContainer:before,
.keywordRanking li:nth-child(9) a:before {
  content: "9";
}

.rankSec .fr3-item:nth-child(10) .fr3-item__imageContainer:before,
.keywordRanking li:nth-child(10) a:before {
  content: "10";
}

.rankSec .fr3-item:nth-child(11) .fr3-item__imageContainer:before,
.keywordRanking li:nth-child(11) a:before {
  content: "11";
}

.rankSec .fr3-item:nth-child(12) .fr3-item__imageContainer:before,
.keywordRanking li:nth-child(12) a:before {
  content: "12";
}

.rankSec .fr3-item:nth-child(13) .fr3-item__imageContainer:before,
.keywordRanking li:nth-child(13) a:before {
  content: "13";
}

.rankSec .fr3-item:nth-child(14) .fr3-item__imageContainer:before,
.keywordRanking li:nth-child(14) a:before {
  content: "14";
}

.rankSec .fr3-item:nth-child(15) .fr3-item__imageContainer:before,
.keywordRanking li:nth-child(15) a:before {
  content: "15";
}

.rankSec .fr3-item:nth-child(16) .fr3-item__imageContainer:before,
.keywordRanking li:nth-child(16) a:before {
  content: "16";
}

.rankSec .fr3-item:nth-child(17) .fr3-item__imageContainer:before,
.keywordRanking li:nth-child(17) a:before {
  content: "17";
}

.rankSec .fr3-item:nth-child(18) .fr3-item__imageContainer:before,
.keywordRanking li:nth-child(18) a:before {
  content: "18";
}

.rankSec .fr3-item:nth-child(19) .fr3-item__imageContainer:before,
.keywordRanking li:nth-child(19) a:before {
  content: "19";
}

.rankSec .fr3-item:nth-child(20) .fr3-item__imageContainer:before,
.keywordRanking li:nth-child(20) a:before {
  content: "20";
}







/*02タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 0 auto;}

/*02タブのスタイル*/
.tab_item {
  width: calc(100%/4);
  height: 50px;
  border-bottom: 3px solid #5ab4bd;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  font-size: 16px; /* 1024pxより大きいデバイス幅では16pxで固定 */
@media screen and (max-width:500px) {
    font-size: 10px; /* 500pxより小さいデバイス幅では13pxで固定 */
}
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*02ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*02タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
 @media screen and (max-width:500px) {
        padding: 25px 25px 0; /* 500pxより小さいデバイス幅でのpaddingを固定 */
    }
}


/*02選択されているタブのコンテンツのみを表示*/
#first:checked ~ #first_content,
#second:checked ~ #second_content,
#third:checked ~ #third_content,
#fourth:checked ~ #fourth_content,
#fifth:checked ~ #fifth_content,
#sixth:checked ~ #sixth_content,
#seventh:checked ~ #seventh_content,
#eighth:checked ~ #eighth_content {
  display: block;
}

/*02選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #5ab4bd;
  color: #fff;
}


/*SPロゴ調整*/
@media (max-width: 767px) {
  .hdrMiddle.hdrMiddle--logoCenter .hdrInner > * {
    max-width: 45% !important;
    flex: 0 0 45% !important;
  }
}


