@charset "utf-8";

.article-flex-layout-contents .headline-middle,
.article-flex-layout-contents .article-sentence { text-align: center; }
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.article-flex-layout-contents .article-sentence { height: 5em; }
}

.article-table-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1024px) {
.article-table-wrap { flex-wrap: wrap; }
}

.article-table {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  height: 720px;
}
@media screen and (max-width: 1024px) {
.article-table {
  height: auto;
  margin: 10px auto 0;
}
}

.article-table-wrap .article-table:nth-of-type(1) {
  border-right: none;
  width: 600px;
}
@media screen and (max-width: 1024px) {
.article-table-wrap .article-table:nth-of-type(1) {
  border-right: 1px solid #000;
  width: 95%;
}
}

.article-table-wrap .article-table:nth-of-type(2) { width: 440px; }
@media screen and (max-width: 1024px) {
.article-table-wrap .article-table:nth-of-type(2) { width: 95%; }
}

.article-th {
  border-bottom: none;
  border-left: 1px solid #000;
  border-right: none;
  border-top: 1px solid #000;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  width: 160px;
}
@media screen and (max-width: 1024px) {
.article-th {
  font-size: 12px;
  line-height: 1.3;
  width: 20%;
}
}

.sp-th { display: none; }
@media screen and (max-width: 1024px) {
.sp-th { display: table-cell; }
}

.article-td {
  border-bottom: none;
  border-left: 1px solid #000;
  border-right: none;
  border-top: 1px solid #000;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  width: 110px;
}
@media screen and (max-width: 1024px) {
.article-td {
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  width: 20%;
}
}

.article-td-figure {
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  height: 123px;
  vertical-align: top;
  width: 110px;
}
@media screen and (max-width: 1024px) {
.article-td-figure {
  height: auto;
  width: 20%;
}
}

.article-td-figure-title {
  align-items: center;
  background-color: #1a5098;
  display: flex;
  height: 40px;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
.article-td-figure-title { height: 60px; }
}

.article-td-figure-title-inner {
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 667px) {
.article-td-figure-title-inner { font-size: 10px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.article-td-figure-title-inner { font-size: 13px; }
}

.article-td-figure-image {
  display: block;
  width: 100%;
}

.article-table tbody tr:nth-of-type(7) { height: 145px; }
.article-table tbody tr:last-child { height: 65px; }
@media screen and (max-width: 1024px) {
.article-table tbody tr:nth-of-type(7),
.article-table tbody tr:last-child { height: auto; }
}