#yodogawa .inner {
	font-family: 'Yu Gothic Pr6N B';
	letter-spacing: 0.14em;
} 


/* キーヴィジュアル ------- ここから */
article {
  padding-top: 0;
  background-color: unset;
  padding: 0;
  max-width: 800px;
}

footer .inner {
  background-color: unset;
}

#kv {
  width: 100vw;
  justify-content: center;
  align-items: center;
  margin-left: calc((100vw - 100%) / 2 * -1);
  overflow: hidden;
}
#kv img.pc {
  max-width: 800px;
}
.content_wrap {
    /* background-color: rgba(255,255,255,0.50); */
}
#bg {
  background-size: 100%;
  background-repeat: repeat;
}
#talk_body, .talk_end, #information_free, footer {
    background-color: rgba(255,255,255,0.50);
}
#information_free {
  padding-top: 60px;
  padding-bottom: 60px;
}
#information_free li {
  margin-bottom: 0;
}
#index_nav {
  margin-bottom: 0;
}
#talk_wrap #talk_body {
  margin: 0;
  padding-top: 60px;
  padding-bottom: 16px;
}
#talk_wrap .talk_end {
  margin: 0;
  padding-bottom: 8px;
}
.talk_nav_bottom {
  display: none;
}
#talk_body dt {
    font-family: 'Yu Gothic Pr6N B';
}


#talk_wrap {
	font-family: 'Yu Gothic Pr6N M';
}

#information_free ul {
	font-family: 'Yu Gothic Pr6N B';
    background-color: rgb(253, 220, 0);
}

#information .bd_b, #information_free .bd_b {
    border: none;
}

#information li, #information_free li {
    padding-top: 100px;
    padding-bottom: 100px;
}
@media (min-width: 740px) {
  #kv {
    margin-left: calc((100vw - 100%) / 2 * -1);
  }
}
@media (max-width: 740px) {
  #kv {
    width: 100%;
    margin-left: 0px;
  }	
}
@media (min-width: 641px) {
  #yodogawa {
    padding: 100px 0 60px 0;
  }
  #information_free ul {
    width: 85%;
    margin: auto;
  }
}
@media (max-width: 640px){
  #yodogawa {
    padding: calc(40 / 640 * 100vw) 1em 2em 1em!important;
    text-align: center;
  }
  #talk_body dl {
    margin: 0 1rem;
  }
  .only_tablet #talk_body dl {
    margin: 0 auto; 
  }
  #talk_body dt.t_h {
    left: unset;
  }
  #talk_body dd {
    padding: 0 0;
    letter-spacing: 0.1em;
  }
  #information li .info_desc, #information_free li .info_desc {
    letter-spacing: 0.1em;
    text-align: justify;
  }
  #yodogawa .inner {
    letter-spacing: 0.1em;
    text-align: justify;
  } 
  #information li .info_img, #information_free li .info_img {
    margin-top: 46px;
    margin-left: 15px;
    margin-right: 15px;
  }
  #information li .info_desc, #information_free li .info_desc {
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }
  .only_tablet #information li .info_desc, .only_tablet #information_free li .info_desc {
    max-width: 480px;
    margin: 0 auto;
  }
  #information li, #information_free li {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #information .info_title, #information_free .info_title {
    /* display: none; */
  }
  footer {
    /* padding-top: 80px; */
  }
}
