#yodogawa .inner {
	font-family: 'Yu Gothic Pr6N B';
	color: rgb(0,0,0);
	letter-spacing: 0.14em;
} 
article {
	max-width: 740px;
	padding:0 0 0 0;
}

footer .inner {
  background-color: unset;
}

#kv {
	width: 100vw;
}

#index_nav,
#talk_nav,
.talk_nav,
#talk_wrap,
footer {
	max-width: 740px;
	margin-left: auto;
	margin-right: auto;
}

#index_nav .date {
  text-align: center;
  margin-top: -40px;
  margin-bottom: 20px
}
	
#talk_wrap {
	font-family: 'Yu Gothic Pr6N M';
	color: rgb(0,0,0);
}

#talk_body dt {
    font-family: 'Yu Gothic Pr6N B';
	color: rgb(255,120,0);
}

article section#information, article section#information_free {
  	text-align: center;
	font-family: 'Yu Gothic Pr6N M';
	letter-spacing: 0.14em;
}
#information li, #information_free li {
    padding-top: 2em;
}

.next_post {
  padding-bottom: 3em;
}


@media (min-width: 740px) {
  #kv {
    margin-left: calc((100vw - 100%) / 2 * -1);
  }
}
@media (max-width: 740px) {
  #kv {
    width: 100%;
    margin-left: 0px;
	  margin-bottom: 0px;
	padding-bottom:0px;
  }	
}
@media (min-width: 641px) {
#yodogawa {
    padding: 5em 0 0 0;
}
#talk_wrap h2 img {
    margin-top: -1em;
    margin-bottom: -2em;
    max-width: 480px;
}
	article section#information, article section#information_free {
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
	line-height:4em;
}
#information li .info_desc p, #information_free li .info_desc p {
    width: 420px;
  }
#information li .info_img img, #information_free li .info_img img {
    width: 65%;
  }
}
@media (max-width: 640px){
#yodogawa p {
    margin: 2em 1em 2em 1em;
  }
#yodogawa .btn_profile {
    margin: -1em 1em 0em 1em;
  }
  #index_nav .title img {
    width: 110%;
    max-width: 400px;
  }
  #talk_body dl {
    margin: 0 1rem;
  }
#talk_wrap h2 img {
    width: 90%;
  }
	#talk_wrap h2 {
    margin: 0;
  }
	#index_nav .disabled a .title {
    display: flex;
    justify-content: center;
  }
  #talk_body dt.t_h {
    left: unset;
  }	
  #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;
  } 
  .only_tablet #information li .info_desc, .only_tablet #information_free li .info_desc {
    max-width: 480px;
    margin: 0 auto;
  }
#information_free li .info_img img {
    width: 90%;
	 }
  #information li, #information_free li {
    padding-top: 1em;
    padding-bottom: 2em;
  }
}
