.page-header{
display: none!important;
}
.breadcrumb{
  background-color: black;
  color: white;
}
 .breadcrumb li{
  color: #ffffff;
}

/* top-visual btn編集 */
.personal-visual-pc{
  position: relative;
}

.btn_personal-pc{
  width: 67vw;
  height: 17%;
  position: absolute!important;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
  /* border: 1px white solid; */
  max-width: none!important;
}

@media screen and (max-width:768px) {
  .btn_personal-mobile{
    width: 80vw;
    height: 8%;
    position: absolute!important;
    left: 50%;
    bottom: 5%;
    transform: translateX(-50%);
    /* border: 1px white solid; */
    max-width: none!important;
  }
  
}

/* こんな方におすすめ位置 */
.base-container{
  position: absolute;
  padding: 12px 3rem;
  width: fit-content;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  }
/* 枠作成 */
.base-container::after{
  position: absolute;
  top: 6px;
  left: 6px;
  border: 2px solid rgb(255, 255, 89);
  content: '';
  width: 100%;
  height: 100%;
}

.move-container{
  position: relative;
}

/* 他社とここが違う */
.tuyomi-container{
  width: fit-content;
  margin: 0 auto;
}
.tuyomi-container p:nth-child(3){
  padding: 1rem 0;
  line-height: 1!important;
}
.large-text-yellow{
  color: rgb(255, 255, 89);
}

.point-container div{
  margin-left: 20px;
  margin-right: 20px;
}

/* トレーナー紹介 */
.trainer-container{
  align-items: flex-start!important;
}

/* 月額料金表 */
.price-table,
.point-table{
  padding: 0;
}
.price-table th,
.point-table th{
  background-color: #0f1369;
  color: white;
  
}
.price-table th, .price-table td,
.point-table th, .point-table td{
  border: 2px solid #f0f0f0!important;
}

.price-table tr:nth-child(2n+1){
  background-color: #ffe8c9!important;
}

.price-table tr:nth-child(3) td:first-child{
  position: relative;
}
.price-table img{
  position: absolute;
  top: -40%;
  z-index: 10;
}

@media screen and (max-width:490px) {
  .price-table img{
    top: -15%;
    left: 50%;
  }

  .price-table td , .price-table th,
  .point-table td , .point-table th{
    font-size: 0.7rem;
  }
}

.deco-text{
  color: #00bf63;
}

/* btn */
.personal-btn:hover{
  transform: scale(1.05);
  transition: ease-in-out 0.5s;
}



/* 違いの比較表 */
.large-icon{
  font-size: 2.5rem;
}

.point-table td:nth-child(2),
.point-table td:nth-child(3),
.point-table td:nth-child(4){
  vertical-align: top;
}

.point-table th:nth-child(2){
  border-top: 5px solid rgb(255, 255, 89)!important;
  border-left: 5px solid rgb(255, 255, 89)!important;
  border-right: 5px solid rgb(255, 255, 89)!important;
  
}
.point-table td:nth-child(2){
  border-left: 5px solid rgb(255, 255, 89)!important;
  border-right: 5px solid rgb(255, 255, 89)!important;
  background-color: #ffe8c9;
}

.point-table tr:nth-last-child(1) td:nth-child(2){
  border-bottom: 5px solid rgb(255, 255, 89)!important;

}

/* お支払い */
.pay-container{
  padding-bottom: 2rem;
}
.pay-sub-container{
  width: fit-content;
  margin-left: auto!important;
  margin-right: auto!important;
  padding: 0.5rem 1rem;

}
@media screen and (max-width:780px) {
  .pay-sub-container{
    margin: 0 20px!important;
  }
  
}

/* レスポンシブ対応 */
@media screen and (max-width:769px) {
  .text-1{
    font-size: 1.1rem!important;
  }
}