#yodogawa .inner {
	font-family: 'Zen Kaku Gothic N B';
	letter-spacing: 0.14em;
} 
article {
	padding: 0;
}
#index_nav .title {
	padding: 0;
}
#index_nav a {
	padding: 0;
}

#kv {
	width: 100vw;
}

/* 目次とか次へ前へのアイコンの色 */
#talk_nav svg .cls-1, #talk_nav svg .cls-2 ,
.talk_nav svg .cls-1, .talk_nav svg .cls-2 {
  stroke: #c9bd22;
}
/* 目次とか次へ前への文字の色 */
#talk_nav li a:after ,
.talk_nav li a:after {
  color: #c9bd22;
}

/* 目次の日付の位置 */
#index_nav .date {
  margin-top: -135px;
  margin-bottom: 110px;
}
	
#talk_wrap {
	font-family: 'Zen Kaku Gothic N M';
	color: #fff ;
}


article section#information, article section#information_free {
	font-family: 'Zen Kaku Gothic N B';
	letter-spacing: 0.14em;
	line-height:6em;
}
#information li, #information_free li {
  padding-top: 100px;
  padding-bottom: 100px;
}

footer {
  padding-top: 50px;
}
#index_nav, #talk_nav, .talk_nav, #information li, #information_free li {
  margin-top: 0;
  margin-bottom: 0;
}
/* タイトルと本文の間 */
#talk_wrap h2 {
  margin: 0;
}
/* 本文とつづきますとの間 */
#talk_wrap .talk_end {
  padding-top: 3em;
}
/* つづきますと日付のところの間 */
#talk_wrap .talk_end, #talk_wrap .talk_end p {
  margin: 0;
  padding-bottom: 10px;
}
/* 日付の上下の間 */
#talk_wrap .talk_end p + p {
  padding-bottom: 5em;
}
#talk_body .pic .caption {
  color: #c5c5c5;
}

@media (min-width: 740px) {
  #kv {
    margin-left: calc((100vw - 740px) / 2 * -1);
  }
  #information_free li .info_desc {
    max-width: 23em;
  }
}
@media (max-width: 740px) {
  #kv {
    width: 100%;
    margin-left: 0px;
  }
}
@media (min-width: 641px) {
  #yodogawa {
    padding: 100px 0 60px 0;
  }
}
@media (max-width: 640px){
  #yodogawa {
    padding: calc(40 / 640 * 100vw) 10px 2em 10px!important;
    text-align: center;
  }
  #yodogawa p {
    margin-bottom: 0;
  }
  #index_nav .date {
    margin-top: -90px;
    margin-bottom: 60px;
  }
  /* 本文まわりの隙間 */
  #talk_body dl {
    margin: 0 1rem;
  }
  #talk_body .pic .caption {
    padding-right: 5px;
  }
  .only_tablet #talk_body dl {
    margin: 0 auto; 
  }
  #talk_body dd {
    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;
  }
  footer {
    padding-top: 80px;
  }
}
