.image .image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.image .image-box {
  width: 48%;
  margin-bottom: 2em;
}

@media screen and (min-width: 768px) {
  .image .image-box {
    margin-bottom: 4em;
  }
}

.image .image-box:nth-of-type(odd) {
  margin-right: 4%;
}

.image .image-box img {
  margin-bottom: .5em;
}

.home-table {
  margin-top: 2em;
  border-left: 1px solid #979797;
  border-right: 1px solid #979797;
  border-bottom: 1px solid #979797;
}

.home-table .table-ttl {
  background-color: #FFEAB9;
  padding: .3em;
  color: #3CA125;
  border-top: 1px solid #979797;
  border-left: 1px solid #979797;
  border-right: 1px solid #979797;
}

@media screen and (min-width: 768px) {
  .home-table .table-ttl {
    font-size: 1.5em;
  }
}

.home-table th,
.home-table td {
  text-align: center;
  font-weight: normal;
  display: block;
}

@media screen and (min-width: 768px) {
  .home-table th,
  .home-table td {
    display: table-cell;
    border: 1px solid #979797;
  }
}

.home-table th {
  background-color: #EFEFEF;
  border-bottom: 1px solid #979797;
  border-top: 1px solid #979797;
}

@media screen and (min-width: 768px) {
  .home-table th {
    width: 35%;
    text-align: left;
  }
}

.home-table td {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .home-table td {
    width: 65%;
  }
}
/*# sourceMappingURL=home.css.map */