article {
  padding: 0;
  background-color: transparent;
}
.content_wrap {
  background-color: white;
  padding: 0 20px;
}
#yodogawa .inner p:last-child {
  margin-bottom: 0;
}
#kv:before, #kv:after {
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  display: inline-block;
}
#kv:before {
  background-image: url(./common_title_pc.png);
  top: 25px;
  left: 0px;
  width: 330px;
  height: 60px;
}
#kv:after {
  background-image: url(./001_pc.png);
  top: 43px;
  right: 0px;
  width: 106px;
  height: 42px;
}
#kv {
  position: relative;
  width: 780px;
  margin-left: calc((100% - 780px) / 2);
}
#kv h1 {
  height: 100vh;
  display: flex;
  align-items: center;
  min-height: 630px;
}
#talk_body dd {
  font-family: "A1 Mincho";
  font-weight: bold;
}
@media (min-width: 700px) {
  #kv h1 {
    min-height: 720px;
  }
}
@media (max-width: 800px) {
  #kv {
    width: 95%;
    margin: 0 auto;
  }
}
@media (min-width: 641px) {
  .content_wrap {
    margin-top: 6em;
  }
  #bg {
    background-size: cover;
  }
  #index_nav {
    margin-bottom: 30px;
  }
  #information li .info_img img, #information_free li .info_img img {
    padding-bottom: 1em;
  }
}
@media (max-width: 640px) {
  .content_wrap {
    margin-top: 2em;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }
  #yodogawa.bd_t.bd_none {
    margin-top: 0;
  }
  #yodogawa .inner {
    text-align: justify;
  }
  #kv:before {
    background-image: url(./common_title_sp.png);
    top: 20px;
    width: 192px;
    height: 35px;
  }
  #kv:after {
    background-image: url(./001_sp.png);
    top: 30px;
    width: 63px;
    height: 25px;
  }
  #kv h1 {
    min-height: 540px;
  }
  #index_nav {
    margin-bottom: calc(20 / 640 * 100vw);
  }
  #information_free li {
    padding-bottom: 30px;
  }
  #home_menu h3 {
    width: 100%;
    margin-left: 0;
  }
	#information li .info_img img, #information_free li .info_img img {
    padding-bottom: 1em;
  }
}
@media (max-width: 420px) {
  #kv h1 picture {
    position: absolute;
    bottom: 60px;
  }
  #kv h1 {
    min-height: 630px;
  }
}
