/*
*
* 最新ソースがローカル上にないため一時的にcssを上書きする 
*
*/

section.home{
  background-color: #880215;
  background-image: none;
}

.home .home__wrap {
  width: 100%;
}

.home .home__wrap img {
  object-fit: contain;
  /* object-position: bottom; */
}
@media (min-width: 1280px) {
  section.main__contents {
    width: 100%;
  }
}

/* 
@media (min-width: 960px) {
  .home .home__wrap img {
    height: 352px;
  }
} */

@media (min-width: 1280px) {
  .about .about__wrap {
    padding-left: 40%;
  }
  .about .about__list-item  {
    height: 161px;
  }
}
@media (min-width: 1280px) {
  .rate__table tbody tr:first-child td:last-child p {
    font-size: 17px;
  }
}

.rate__table tbody tr:first-child td:last-child p strong {
  display: inline-block;
  margin: 8px 0;
}