body, article, footer, footer .inner, #wrap {
  background-color: #008A3A;
}
article {
  padding-top: 0;
  padding-bottom: 0;
}
#index_nav {
  margin-bottom: 0;
}
#index_nav ul, #index_nav li {
  position: relative;
}
#index_nav li, #index_nav .title {
  margin: 0;
}
#index_nav .title {
  padding: 0 5%;
}
#index_nav a {
  padding: 30px 0;
}
#index_nav .title img {
  vertical-align: bottom;
}
#index_nav .bd_t, #index_nav .bd_b {
  border: none;
}
#index_nav .bd_t:before, #index_nav .bd_b:before {
  content: '';
  position: absolute;
  left: 50%;
  display: inline-block;
  width: 90%;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #333333;
  border-radius: 2px;
}
#index_nav .bd_t:before {
  top: -1px;
}
#index_nav .bd_b:before {
  bottom: -1px;
}
#index_nav .date {
  color: white;
  background-color: rgba(0, 0, 0, 0.2);
  width: 128px;
  padding: 8px;
  border-radius: 16px;
  position: absolute;
  bottom: 30px;
  left: 5%;
}
img {
  max-width: 100%;
}
#yodogawa, #talk_wrap, #talk_body .pic .caption {
  color: white;
}
#talk_nav svg .cls-1, #talk_nav svg .cls-2 ,
.talk_nav svg .cls-1, .talk_nav svg .cls-2 {
  stroke: white;
}
#talk_nav .prev a:after, #talk_nav .index a:after, #talk_nav .next a:after ,
.talk_nav .prev a:after, .talk_nav .index a:after, .talk_nav .next a:after {
  color: white;
}
.column {
  background-color: white;
}
.column_header {
  padding: 10% 14%;
  text-align: center;
}
.column_content {
  margin: 0 auto;
  text-align: center;
  width: 60%;
  padding-bottom: 6em;
}
.column_content li + li {
  margin-top: 4em;
}
.column_content .copyright {
  text-align: left;
  margin-top: 1em;
  line-height: 1.4em;
}
.banner {
  width: 80%;
  margin: 0 auto;
  padding: 4em 0;
  text-align: center;
}
#talk_wrap h2 img {
  max-width: 100%;
}
footer .inner .copyright {
  width: 100vw;
  margin-top: 4em;
  margin-left: calc(50% - 50vw);
  background-image: url(images/fd_pc.jpg);
  min-height: 300px;
  background-size: cover;
  background-position: bottom center;
  color: white;
  padding-top: 200px;
}
footer .il_copyright {
  display: block;
  font-size: 1.6em;
  margin-bottom: 2em;
}
@media (max-width: 640px) {
  article {
    padding: 0;
  }
  #yodogawa, #talk_body {
    padding: 20px;
  }
  .nav_after_child {
    padding-top: 20px;
  }
  #index_nav .title {
    padding: 0;
  }
  #index_nav .title img {
    max-width: 100%;
  }
  footer .inner .copyright {
    background-image: url(images/fd_sp.jpg);
    min-height: 200px;
    padding-top: 140px;
  }
  footer .il_copyright {
    display: block;
    font-size: 1.4em;
    margin-bottom: 3em;
  }
}
