.newfund-page .c-tabs-page .tabs__item__label::before{
  display: none !important;
}
.newfund-page .moving-tab{
  margin-top: 60px;
}
.newfund-page .tetsuduki-place{
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  border-radius: 40px;
  background-color: #ecf5ea;
  padding: 60px 24px;
}
.newfund-page .moving-tab .moving-tab-page-title{
  text-align: center;
  font-size: 2.6rem;
}
.newfund-page .btn.icon-left::before {
  content: "";
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  background-image: url("../img/index-img/icon_01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.newfund-page .btn.icon-right::after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("../img/index-img/icon_02.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.newfund-page .taushin-operator .btn.icon-right::after{
  background-image: none;
}
.newfund-page .tetsuduki-place__box {
  background: #ffffff;
  padding: 20px 24px;
  margin-bottom: 24px;
  border-radius: 4px;
}
.newfund-page .tetsuduki-place__head {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.newfund-page .tetsuduki-place__icon {
  width: 160px;
  flex-shrink: 0;
}
.newfund-page .tetsuduki-place__icon img {
  width: 100%;
  display: block;
  border: 1px solid #33333385;
}
.newfund-page .tetsuduki-place__texts {
  flex: 1;
}
.newfund-page .tetsuduki-place__texts_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 10px;
  align-items: start;
}
.newfund-page .tetsuduki-place__texts_content {
  max-width: 100%;
}
.newfund-page .newfund-tags {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  direction: rtl;
}
.newfund-page .newfund-tags .tag {
  text-align: center;
  padding: 4px 6px;
  border-radius: 20px;
  box-sizing: border-box;
  width: 100%;
  font-size: 1.2rem;
}
.newfund-page .tag--silver {
  background: #deebf7;
  color: #000;
}
.newfund-page .tag--ligh--yellow {
  background: #ffe699;
  color: #000;
}
.newfund-page .tag--orange {
  background: #ed7d31;
  color: #fff;
}
.newfund-page .tag--blue {
  background: #0070c0;
  color: #fff;
}
.newfund-page .tag--yellow {
  background: #ffc000;
  color: #000;
}
.newfund-page .tetsuduki-place__texts > .c-text {
  margin-bottom: 1.6rem;
}
.newfund-page .br-sp{
  display: block;
}
.newfund-page .tetsuduki-place_title{
  margin-bottom: 0.6rem !important;
  font-size: 1.4rem;
}
.newfund-page .tetsuduki-place__title:hover{
  text-decoration: underline;
  color: #009900;
}
@media screen and (max-width: 500px) {
  .newfund-page .moving-tab .moving-tab-page-title{
    font-size: 2.2rem;
  }
  .newfund-page .tetsuduki-place__head {
    display: block;
  }
  .newfund-page .tetsuduki-place__head {
    display: block;
  }
  .newfund-page .tetsuduki-place__texts_box {
    display: block;
  }
  .newfund-page .tetsuduki-place__icon {
    width: 100%;
  }
  .newfund-page .tetsuduki-place__icon img{
    margin-bottom: 14px;
  }
  .newfund-page .tetsuduki-place {
    padding: 24px;
    border-radius: 20px;
  }
  .newfund-page .newfund-tags {
    margin: 10px 0 0;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    grid-template-columns: repeat(3, 1fr);
    display: flex;
  }
  .newfund-page .tetsuduki-place__texts {
    text-align: center;
  }
  .newfund-page .tetsuduki-place__title{
    font-size: 1.8rem;
  }
  .newfund-page .tetsuduki-place__box:last-child{
    margin-bottom: 0px;
  }
  .newfund-page .tetsuduki-place__texts > .c-text {
    text-align: justify;
  }
  .newfund-page .newfund-company{
    font-size: 1.4rem;
  }
  .newfund-page .newfund-tags .tag{
    font-size: 0.85rem;
    padding: 4px 0px;
    gap: 4px;
    width: 30.5%;
  }
  .newfund-page .br-sp{
    display: none;
  }
  .newfund-page .tetsuduki-place_title{
    margin-bottom: 0rem !important;
  }
  .newfund-page .btn.icon-left::before {
    width: 2rem;
    height: 2rem;
  }
  .newfund-page .btn.icon-right::after {
    width: 1.8rem;
    height: 1.8rem;
  }
  .newfund-page .btn--primary.btn--outline{
    font-size: 1.4rem;
  }
}
