.bg_contract {
    background-image: url("../img/stay-benefits/low-kv-bg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: flex ;
    flex-direction: column;
    align-items: flex-start;
    background-position-y:top;
}
@media screen and (max-width: 599px) {
  .bg_contract{
    background-position-x: -80px;
  }
}

/* テキストスタイル */
.marker{
  font-weight: bold;
  color: #E54813;
  font-size: 1.5rem;
  line-height: 1.8;
  padding: .2rem 0;
  background-color: #F5F3E9;
}
@media screen and (max-width: 599px) {
  .marker{
    font-size: 1.3rem;
  }
}
.txt-bold{
  font-weight: bold;
  color: #E54813;
  font-size: 1.15rem;
  line-height: 1;
  text-decoration: underline;
}


/* レイアウト */
.sm{
  display: block;
}
@media screen and (max-width: 599px) {
  .sm{
    display: none;
  }
}

.table_dot + p{
  padding-top: 1rem;
}
