#yodogawa .inner {
	font-family: 'A1 Gothic M';
	letter-spacing: 0.05em;
	color: #004e2e;
	font-size: 1rem;
} 
article {
	max-width: 900px;
	padding:0 0 0 0;
  background-color: unset;
}

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

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

#index_nav .date {
  text-align: center;
  margin-top: -50px;
  margin-bottom: 50px
}
	
#talk_wrap {
	font-family: 'A1 Gothic R';
	color: #004e2e;
}

#talk_body dt {
    font-family: 'A1 Gothic M';
	color: #004e2e;
}

article section#information, article section#information_free {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
  	text-align: center;
	font-family: 'A1 Gothic M';
	color: #004e2e;
	letter-spacing: 0.03em;
}

.next_post {
  padding-bottom: 3em;
}
footer {
  padding-top: 3em;
}

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

@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 0px 0;
  }
  img.aligncenter {
    max-width: 480px;
  } 
  #information li .info_img img, #information_free li .info_img img {
        margin-top: 2em;
        margin-bottom: -1em;
  }
  #information li, #information_free li {
        padding: 0px 0 120px 0;
  }
}
@media (max-width: 640px){
  #yodogawa {
    padding: calc(40 / 640 * 100vw) 2em 0em 2em!important;
    text-align: center;
  }
  #yodogawa p {
        margin: 0;
  }
  #yodogawa .inner > p:first-child {
    line-height: 1.9em;
    font-size: 18px;
	letter-spacing: 0.04em;
  }
	img.aligncenter {
    max-width: 100%;
  }
  #talk_body dl {
    margin: 0 1rem;
  }
	
  #information li .info_desc, #information_free li .info_desc {
    letter-spacing: 0.01em;
    text-align: justify;
	font-size: 17px;
  }
  #information li .info_desc p, #information_free li .info_desc p {
        margin: 0 0 1em 0;
        line-height: 1.8em;
  }
  #yodogawa .inner {
    text-align: justify;
  } 
  .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-bottom: 50px;
  }
  #information .info_title, #information_free .info_title {
    /* display: none; */
  }
}
