.contentWrap h2.line_title {
  font-size: 32px;
}
.contentWrap h4 {
  color: #000;
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: left;
}
.contentWrap p + h4 {
  padding-top: 40px;
  margin-bottom: 40px;
}
.media_title {
  padding: 0 0 16px 0px;
  text-align: center;
  color: #002896;
  font-size: 32px;
  font-weight: bold;
  width: 100%;
}
.media_title + p {
  text-align: right;
  color: #000;
  font-size: 18px;
  font-weight: normal;
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
}
.listing_date {
  margin-top: 40px;
  margin-bottom: 40px;
}
.listing_date li {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}
.listing_date li.date {
  margin-right: 20px;
  padding: 8px 20px;
  color: #fff;
  background: #002896;
}
.listing_date li.company {
  color: #002896;
}
.photobox {
  display: flex;
  justify-content: flex-start;
}
.photobox .photo {
  width: 280px;
}
.photobox .photo p {
  padding: 20px;
  font-size: 14px;
  margin: 0;
}
.photobox .txt {
  flex: auto;
  padding-left: 40px;
}
table.default th, table.default td {
  text-align: center;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
}
table.default th {
  font-size: 20px;
}
table.default td span {
  display: inline-block;
  padding: 3px 8px;
  vertical-align: middle;
  margin-right: 5px;
}
table.default td p {
  margin: 0;
}
table.default .plan01 {
  background: #ceedfd;
  color: #002896;
}
table.default .plan02 {
  background: #ceedfd;
  color: #002896;
}
table.default .plan03 {
  background: #ceedfd;
}
table.default tr:nth-child(odd) {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .media_title {
    padding: 16px 0px;
    font-size: 24px;
    width: 100%;
    margin-top: 0px;
  }
  .media_title + p {
    text-align: right;
    font-size: 16px;
    margin-bottom: 30px;
  }
  .contentWrap h2.line_title {
    font-size: 20px;
  }
  .contentWrap p {
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 1.8;
  }
  .contentWrap h4 {
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: 24px;
  }
  .photobox {
    flex-wrap: wrap;
  }
  .photobox .photo {
    width: 100%;
    text-align: center;
  }
  .photobox .photo p {
    padding: 20px 0;
    font-size: 14px;
    margin: 0;
    text-align: left;
  }
  .photobox .photo img {
    width: 100%;
  }
  .photobox .txt {
    flex: auto;
    padding-left: 0;
  }
  div.tablebox {
    width: 100%;
    overflow-x: scroll;
  }
  table.default th {
    font-size: 18px;
    word-break: keep-all;
  }
}