.c-hero01 {
  display: none !important;
}

.c-single01__header .c-meta01 {
  display: none !important;
}

.imgArea01 {
  margin-top: 40px;
}

.twoColumns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 40px;
}

.list {
  width: 80%;
  margin: 0 auto 4em;
  border: solid 1px #ccc;
  padding: 2em;
}
.list a {
  display: block;
  padding-left: 1em;
  margin: 0.5em 0;
}

.sec {
  padding-top: 1em;
  margin-top: 4em !important;
  border-top: solid 1px #ccc;
}

.ttl {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
  color: #2291FF;
}

.bold {
  font-weight: bold;
}

.table {
  width: auto;
  margin-top: 1em;
  border-collapse: collapse;
}
.table th,
.table td {
  border: 1px solid #000;
  vertical-align: top;
  padding: 0.8em 1em;
  font-weight: normal;
}

.sponsored {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .list {
    width: 100%;
  }
  .twoColumns {
    display: block;
  }
  .table {
    width: 100%;
    border-top: 1px solid #000;
  }
  .table th, .table td {
    display: block;
  }
  .table th {
    font-weight: 600;
    border-top: none;
    border-bottom: none;
  }
  .sponsored p:nth-child(1) {
    width: 18%;
  }
  .sponsored p:nth-child(2) {
    width: 70%;
  }
  .imgArea03 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .imgArea03 img {
    width: 33.3333%;
  }
  .imgArea03 figure img {
    width: 60%;
  }
  .imgArea03 figcaption {
    font-size: 80%;
    margin: 0.5em 2em 2em;
  }
  .imgArea03 figcaption span {
    font-size: 130%;
    display: inline-block;
    margin-bottom: 0.5em;
  }
  .imgAreaSp60 {
    width: 60%;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px), print {
  .twoColumns .img {
    width: 28%;
    margin-right: 20px;
  }
  .twoColumns .txt {
    width: calc(72% - 20px);
  }
  .imgArea01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .imgArea01 img {
    width: 20%;
  }
  .imgArea02 img {
    width: 25%;
    margin: 0 !important;
  }
  .imgArea00 img {
    width: 50%;
  }
  .imgArea03 img, .imgArea03 figure {
    width: 33.3333%;
  }
  .imgArea03 figure img {
    width: 100%;
  }
  .imgArea03 figcaption {
    font-size: 80%;
    margin: 0.5em 1em 0;
  }
  .imgArea03 figcaption span {
    font-size: 130%;
    display: inline-block;
    margin-bottom: 0.5em;
  }
  .imgArea00 figure {
    width: 50%;
    margin: 0 auto;
  }
  .imgArea00 figure img {
    width: 100%;
  }
  .imgArea04 figure {
    width: 70%;
    margin: 0 auto;
  }
  .sponsored p:nth-child(1) {
    width: 70px;
  }
  .sponsored p:nth-child(2) {
    width: 270px;
    margin-left: 20px;
  }
}