#vi_lower {
  background-image: url("/cms/wp-content/themes/sdat_renew/img/product/shelter/vi.webp"); }
  @media screen and (max-width: 767px) {
    #vi_lower {
      background-position: left center; } }

/* index
------------------------------------ */
#contents .lead {
  font-size: 1.8rem;
  color: #0f286c;
  margin-bottom: 3rem;
  font-weight: bold; }
#contents .type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  #contents .type > * {
    width: 45%;
    margin: 0 0 80px; }
  #contents .type .photo {
    margin-bottom: 2rem; }
#contents .shelterDownload {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  #contents .shelterDownload > * {
    width: 45%;
    margin: 0 0 80px; }
@media screen and (max-width: 1024px) {
  #contents .shelterDownload {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #contents .shelterDownload > * {
      width: 100%;
      margin: 0 0 80px; } }
@media screen and (max-width: 767px) {
  #contents .type {
    display: block; }
    #contents .type > * {
      width: 100%;
      margin: 0 0 50px; } }
