.article_header {
  max-width: 1184px;
  height: auto;
  margin: 0 auto;
}
.article_header img {
  width: 100%;
  object-fit: cover;
}
.generic-head-sub {
  font-size: 18px;
  font-weight: normal;
  margin: 0 20px;
}
.g-nav {
  max-width: 1184px;
  margin: 0 auto;
}
.g-nav ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #033b6d;
}
.g-nav li{
  flex: auto;
  border-left: 1px solid #2c4f86;
}
.g-nav li:first-child{
  border-left: none;
}
.g-nav a,
.g-nav span{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 3px 10px;
  text-align: center;
  line-height: 1.2;
  text-decoration: none;
  font-size: 14px;
}
.g-nav a{
  background: #0b376e;
  color: #fff;
}
.g-nav li.active span{
  background: #dfefff;
  color: #000;
}
.g-nav a:hover{
  background: #2f5fa6;
  text-decoration: none;
}
.g-nav_bottom {
  margin-bottom: 80px;
}

.all-news {
  text-align: right !important;
  padding: 1rem 0 0 !important;
  margin-bottom: 0 !important;
}

.article-image {
  margin-bottom: 130px;
  display: grid;
  gap: 160px;
}
.article-image h4,
.article-3columnwrap h4,
.article-image_text h4 {
  font-family: Source Sans Pro;
  font-size: 1.4em;
  color: #008ad8;
  line-height: 1.5em;
  font-weight: normal;
  margin: 10px 0 20px;
}
.article-image_link {
  display: block;
  margin: 18px 0 0;
  font-size: 16px !important;
}
.article-image_indent {
  text-indent: 2rem;
}
.article-image_text {
  padding-bottom: 40px;
}
h3.generic-head-title {
  font-size: 32px;
}

/* 
  避難者支援プロジェクトの変遷
*/
.project-history {
  margin-bottom: 40px;
}
.project-history__phase {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  height: 100px;
  padding: 10px 20px;
  background-color: rgba(86, 183, 230);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 130px;
}
.project-history__article {
  display: grid;
  grid-template-columns: 500px 1fr;
  gap: 130px;
}
.project-history__image-area {
  margin-top: -80px;
  padding: 0 20px 20px;
  color: #008ad8;
  font-size: 14px;
}
.project-history__txt-area h4 {
  font-family: Source Sans Pro;
  font-size: 1.4em;
  color: #008ad8;
  line-height: 1.5em;
  font-weight: normal;
  margin: 20px 0;
}

.article-3columnwrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.article-3columnwrap img {
  margin-bottom: 20px;
}
.article-3columnwrap p {
  padding: 0 26px;
}

.txt-blue {
  color: #008ad8;
  font-size: 16px;
}
.txt-gray {
  color: #888888;
  font-size: 14px;
}
.post-type-content table td:last-child {
  width: unset !important;
}
.table-style {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 800px;
}
.table-style table {
  width: 100%;
  font-size: 14px;
  border: 1px solid #ccc;
  position: relative;
  z-index: 2;
  border: 1px solid #ccc;
}
.table-style td {
  border: 1px solid #ccc;
  padding: 8px;
}
.form-button:after {
  right: -100px;
}

.video iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
}

@media screen and (max-width: 750px) {
  h2.generic-head-title {
    padding: 0 20px;
  }
  h3.generic-head-title {
    font-size: 28px;
    padding: 0;
  }
  .article_header {
    height: auto;
  }
  .article_header img {
    height: auto;
    object-fit: contain;
  }
  .article-image,
  .article-3columnwrap,
  .article-image_text {
    display: block;
    margin-bottom: 50px;
  }
  .article-image p {
    padding-bottom: 20px;
  }
  .project-history__article {
    grid-template-columns: none;
    gap: 0;
  }
  .project-history__phase {
    height: 90px;
    padding: 15px 30px;
    display: block;
    font-size: 17px;
    gap: 0;
  }
  .project-history__image-area {
    margin: 0;
    padding: 0;
  }
  .article-image_text {
    padding: 20px 0 0;
  }
  .article-3columnwrap p {
    padding-bottom: 30px;
  }
  .g-nav ul {
    flex-wrap: wrap;
  }
  .g-nav li {
    flex: 0 0 calc(100% / 3);
  }
  .g-nav_bottom {
    width: auto;
    margin-bottom: 0px;
  }
  .sp-min {
    width: 70%;
    display: block;
    margin: 0 auto 20px;
  }
}