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

footer .inner {
  background-color: unset;
}
#kv {
	width: 100vw;
}

#information .bd_b, #information_free .bd_b {
  border: none;
}
#information, #information_free {
    border-radius: 20px;
}

.content_wrap {
	width: 100vw;
	margin-left: calc((100vw - 100%) / 2 * -1);
}


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

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

#talk_body dt {
    font-family: 'Yu Gothic Pr6N B';
}
article section#information, article section#information_free {
	max-width: 740px;
	margin-left: auto;
	margin-right: auto;
  	text-align: center;
	font-family: 'Yu Gothic Pr6N B';
}

.next_post {
  padding-bottom: 0!important;
}

#talk_wrap .talk_end, #talk_wrap .talk_end p {
  margin: 0;
}
#talk_wrap .talk_end {
  padding-top: 2em;
}


@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: 100px 0 50 0!important;
  }
}
@media (max-width: 640px){
  #yodogawa {
    padding: 2em 1em 0em!important;
	margin-top: calc(10 / 640 * 100vw)!important;
    text-align: center;
  }

  #talk_wrap h2 img {
    width: 90%;
	}
	
  #talk_body dl {
    margin: 0 1rem;
  }
	
  #talk_body dd {
    padding: 0 0;
    letter-spacing: 0.1em;
  }
  #talk_body dt.t_h {
    left: unset;
  }
  #information li .info_desc, #information_free li .info_desc {
    text-align: justify;
  }
  #yodogawa .inner {
    letter-spacing: 0.1em;
    text-align: justify;
  } 
	
	#information, #information_free {
    border-radius: 10px;
}
	
  #information li .info_img, #information_free li .info_img {
    margin-left: 1em;
    margin-right: 1em;
	max-width: 740px!important;
  }
	
	article section#information, article section#information_free {
	max-width: 92%;
}

  #information li .info_desc, #information_free li .info_desc {
    max-width: 90%;
  }
  .only_tablet #information li .info_desc, .only_tablet #information_free li .info_desc {
    max-width: 400px;
    margin: 0 auto;
  }
}
