#yodogawa .inner {
  font-family: 'Yu Gothic Pr6N M';
  letter-spacing: 0.14em;
} 
article {
  max-width: 740px;
  padding:0 0 0 0;
}
.content_wrap {
  padding-top: 1em;
}

#kv {
  width: 85vw;
}
#yodogawa .inner p {
  /*line-height: 1.2em;*/
}
#yodogawa .inner > p:first-child {
  line-height: 2em;
}

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

#information_free {
  padding-top: 4em;
  background-image: url(https://www.1101.com/ns_tajima_rettou/tajima_movie_back.jpg);
  border-radius: 32px;
  border: 1px solid white;
  max-width: 90vw;
  margin: 0 auto 50px auto;
  font-family: 'Yu Gothic Pr6N M';
  line-height:3em;
  box-sizing: border-box;
}
#information_free li {
  margin: 0;
}
#information_free li + li {
  margin-bottom: 50px;
}
#information_free li .info_desc p {
  margin-bottom: 2em;
}

#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';
}

.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((85vw - 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 2em!important;
    position: relative;
    font-size: 14px;
    line-height: 1.5em;
  }
  #yodogawa.bd_t.bd_none {
    margin-top: -300px;
  }
  .content_wrap {
    margin-top: 2em;
  }

  #talk_body dl {
    margin: 0 1rem;
  }
  
  #talk_body dd {
    padding: 0 0;
    letter-spacing: 0.1em;
  }
  #talk_body dt.t_h {
    left: unset;
  }
  #information_free {
    padding: 20px;
  }
  #information_free li .info_desc {
    letter-spacing: 0.1em;
    text-align: justify;
  }
  #yodogawa .inner> p:first-child { 
    letter-spacing: 0.05em;
    text-align: justify;
    margin-top: 0em;
    margin-bottom: 1em;
    line-height: 1.5em;
  } 

  #information_free li .info_img {
    margin-top: 46px;
  }
  #information_free li .info_img img {
    max-width: 100%;
  }
  #information_free li .info_desc {
    max-width: 100%;
  }
  .only_tablet #information li .info_desc, .only_tablet #information_free li .info_desc {
    max-width: 480px;
    margin: 0 auto;
  }
}
