.jr-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

@media (max-width: 768px) {
  .jr-images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.jr-images li {
  display: block;
  position: relative;
  width: 24.5%;
}

@media (max-width: 768px) {
  .jr-images li {
    width: 49.5%;
    margin-bottom: 4px;
  }
}

.jr-images li img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}

.haturi-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .haturi-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 90%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 20px auto 0;
  }
}

.haturi-wrap .haturi-text {
  display: block;
  position: relative;
  width: 49.8%;
  font-size: 14px;
  color: #000000;
  line-height: 24px;
  margin: 0;
}

@media (max-width: 768px) {
  .haturi-wrap .haturi-text {
    width: 100%;
  }
}

.haturi-wrap img {
  display: block;
  position: relative;
  width: 49.8%;
  height: auto;
}

@media (max-width: 768px) {
  .haturi-wrap img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.haturi-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}

@media (max-width: 768px) {
  .haturi-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.haturi-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 47.5%;
  margin-bottom: 8px;
  font-size: 14px;
  background-color: #93D4F9;
  height: 50px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 8px;
  text-align: left;
}

@media (max-width: 768px) {
  .haturi-list li {
    width: 90%;
  }
}

.haturi-list ul {
  display: none;
}

.haturi-list {
  display: none;
}