body {
  /* font-family: 'A1 Gothic R'; */
}
body, #index_nav .date {
  color: black;
}

img {
  max-width: 100%;
}

blockquote {
  background-color: #ffd3db;
  border-radius: 1em;
  padding: 1em;
  margin: 1em 0 1.5em 0;
}

#yodogawa {
  color: black;
  padding-bottom: 20px;
}
#talk_wrap {
  padding-top: 60px;
}
#talk_wrap .talk_end {
  margin: 60px 0 0 0;
}
#talk_wrap .talk_end p {
  margin: 0;
}
#talk_wrap .talk_end p + p {
  padding-top: 10px;
  padding-bottom: 5em;
}
#information li, #information_free li {
  padding: 50px 0;
}

img.talker_icon {
  width: 60px;
}

article {
  padding: 0px;
  width: 820px;
  max-width: 100%;
  box-sizing: border-box;
}

article, footer {
  background-color: rgba(255,255,255,0.9);
}
article section:not(#kv), article nav, #talk_nav, .talk_nav, footer .inner {
  background-color: unset;
}

#talk_nav, .talk_nav {
  max-width: 90%;
  margin: 0 auto;
}
#index_nav, #talk_wrap, footer {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

#index_nav, #information, #information_free {
  max-width: 90%;
  margin: 0 auto;
}

footer {
  background-color: white;
  padding-top: 50px;
}
#talk_body blockquote {
  text-align: center;
}

#information_free li .info_desc {
  max-width: 100%;
}

@media (min-width: 641px) {
  #information li, #information_free li {
    margin: 0;
  }
  #information li .info_img img {
    max-width: 300px;
  }
  img.talker_icon {
    margin-top: -8px;
    margin-bottom: 8px;
  }
  /* 囲みテキストの隙間をせまく */
  #talk_body .txt_box {
    padding: 20px 40px;
    margin: 20px auto;
  }
}
@media (max-width: 640px) {
  #information, #information_free {
    padding: 0;
  }
  #information li, #information_free li {
    margin: 0;
  }
  #index_nav .title {
    margin: 0 0 calc(16 / 640 * 100vw) 0;
  }
  /* 囲みテキストの隙間をせまく */
  #talk_body .txt_box {
    padding: 15px;
    margin: calc(20 / 640 * 100vw) auto;
  }
  #talk_body blockquote br {
    display: inherit;
  }
  #information br {
    display: inherit;
  }
  .btn_modal_content + br {
    display: inherit;
  }
}
@media (max-width: 820px) {
  #kv {
    width: 100%;
    margin-left: 0px;
  }
  #yodogawa {
    max-width: 90%;
    margin: 0 auto;
  }
  #talk_wrap {
    max-width: 90%;
  }
  #talk_body blockquote {
    text-align: left;
  }
}
#information li .info_desc ul, #information_free li .info_desc ul {
  list-style: none;
  margin-left: 0;
}
#information_free ul.hobonichi_books {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#information_free ul.hobonichi_books li.product {
  list-style: none;
  width: 220px;
  margin-bottom: 2rem;
}
#information_free ul.hobonichi_books .product__title h3 {
  line-height: 1.4;
  margin: 0.7em auto;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 8px 0px;
}
#information_free ul.hobonichi_books .product__title h3:before {
  content: "";
  display: inline-block;
  height: 57px;
  vertical-align: middle;
}
#information_free ul.hobonichi_books .product__title h3 span {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
#information_free ul.hobonichi_books .product__image div {
  width: 100%;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (max-width: 640px) {
  #information_free ul.hobonichi_books li.product {
    width: 48%;
  }
}
