/*---------- タイアップ系調整 ----------*/
.tu-all {
  display: none !important;
}
.tu .init-text-cp {
  width: 18%;
  padding: 0.8rem 0;
}
@media screen and (max-width: 640px) {
  .tu .init-text-cp {
    width: 30%;
    padding: 0.5rem 0;
  }
}
/*---------- /タイアップ系調整 ----------*/
.cost-init-box .tieup-bnr {
  margin: 0;
  margin-bottom: -10px;
  width: 420px;
}

.cost-area-init .tieup-init-area .tieup-bnr img.center-image {
  width: 388px;
  margin: 20px auto 0;
}

.cost-init-box {
  padding: 1em 20px;
  border: #faf5ef solid 1px;
  border: #e7dccb solid 1px;
  background: #fff;
}

.cost-init-box h3 {
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 10px;
  text-align: center;
}

.cost-init-box h3 span.small-text {
  font-size: 74%;
}

.cost-init-box h3 img {
  margin-left: 10px;
  margin-right: 5px;
}

.cost-init-box h3 img:first-child {
  margin-left: 0;
}

.init-text-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-block-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
}

.icon-block {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  padding-right: 10px;
  margin: 0;
}

.icon-block:last-of-type {
  padding: 0;
}

.icon-block img {
  width: 35px;
  margin-right: 3px;
}

.icon-block span {
  font-weight: bold;
}

.icon-block small {
  font-size: .6em;
}

.init-text-cp {
  position: relative;
  display: grid;
  place-items: center;
  width: 30%;
  border-radius: 6px;
  background: #fa4e9e;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 0.5rem 0;
  margin: 0 2rem 0 0;
}

.init-text-cost {
  margin: 0;
  font-size: 15px;
  line-height: 1.6em;
  text-align: center;
}

.init-text-cost.nomal_cost,
sup.cp_ano {
  color: #333 !important;
  margin: 0;
}

.init-text-cost.cp_cost {
  color: #e4007f;
}

.init-text-cost .init-regular-cost {
  color: #999;
  text-decoration: line-through;
}

.init-text-cost .large-text {
  font-size: 20px;
}

.init-text-cost .large-text-more {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 30px;
}

@media screen and (min-width: 641px) {
  .cost-init-box h3 img {
    width: 32px;
  }

  .cost-init-box-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .cost-init-box-flex>div {
    position: relative;
  }

  .cost-init-box-flex>div:last-child {
    margin-right: 0;
  }

  .init-flex-left {
    width: 55%;
    border-right: 1px solid #e7dccb;
  }

  .dataesim {
    width: 45%;
  }
}
@media screen and (max-width: 640px) {
  .cost-init-box {
    padding: 1em 0;
    border-radius: 6px;
  }

  .init-flex-left {
    padding: 0 0 1rem;
    margin: 0 1vw 1rem;
    border-bottom: #e7dccb solid 1px;
  }
  .icon-block-flex {
    margin-bottom: 0.5em;
  }
  .icon-block {
    font-size: 3vw;
    padding-right: 0.5rem;
  }
  .init-flex-left .icon-block:last-of-type {
    display: flex;
    align-items: center;
  }
  .icon-block img {
    width: 7vw;
  }

  .icon-text-block{
    font-size: 1rem;
    font-weight: bold;
  }
  .icon-text-block div span {
    font-size: 70%;
  }

  .cost-init-box h3 img {
    width: 6vw;
  }

  .cost-init-box h3 {
    font-size: 4vw;
    margin-bottom: 10px;
  }

  .cost-init-box h3.init-text-cp-ad {
    margin-bottom: 26px;
  }

  .init-text-cp {
    font-size: 3.6vw;
  }

  .init-text-cost {
    margin-top: 0;
    font-size: 3.6vw;
  }

  .init-text-cost .large-text {
    font-size: 4vw;
  }

  .init-text-cost .large-text-more {
    margin: 0;
    font-size: 6vw;
  }
}