@charset "UTF-8";
/* CSS Document */
/* ::::::::::::::::::::::::::::::::: 汎用ページ ::::::::::::::::::::::::::::::::: */
.kv img {
  width: 100%;
}

@media screen and (max-width: 989px) {
  .kv img {
    object-fit: cover;
    height: 250px;
  }
  .kv img.sp {
    height: auto;
  }
}

@media screen and (max-width: 989px) {
  .planArticle .imgBlock + .table01 {
    margin-top: 30px;
  }
}

@media screen and (min-width: 990px) {
  .planArticle .table01 th {
    box-sizing: border-box;
    width: 140px;
  }
}

.boxList .title {
  background: url(../../img/common/vector_yellow_right.svg) no-repeat 20px center/6px auto;
  padding-left: 35px !important;
}

.cautionBlock {
  padding-top: 30px;
}

@media screen and (max-width: 989px) {
  .cautionBlock {
    padding-top: 20px;
  }
}

.cautionBlock p {
  margin-bottom: 0;
}

.sns_box_wrap {
  margin-top: 50px;
}

@media screen and (max-width: 989px) {
  .sns_box_wrap {
    margin-top: 40px;
  }
}
