@charset "utf-8";
/*----------------------------------------
	contents
----------------------------------------*/
#contents {
  font-family: 'Noto Sans JP', "游ゴシック", "Yu Gothic", YuGothic, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  color: #666;
  font-size: 1.4rem;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.7;
  padding: 67px 0 0 0;
}
#contents .page_category {
  border-bottom: #ccc solid 1px;
  padding: 30px 0;
}
#contents .title_logo {
  text-align: center;
}
#contents h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 3rem;
  color: #000;
  background-color: #FFF;
  line-height: 1.5;
  padding: 0;
}
#contents .main {
  width: 86%;
  margin: 0 auto;
  padding: 40px 0;
}
#contents h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.4rem;
  color: #000;
  line-height: 1.5;
}
#contents .date {
  margin-top: 5px;
  margin-bottom: 20px;
}
#contents strong {
  font-weight: bold;
}
#contents h4 {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.2rem;
  color: #a6811d;
  font-weight: 500;
  line-height: 1.3;
  padding-top: 0.5em;
}
@media screen and (min-width: 600px) {
  #contents {
    padding-top: 85px;
  }
  footer {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  #contents .main {
    width: 850px;
  }
}
@media screen and (min-width: 1280px) {
  #contents {
    padding-top: 110px;
  }
}
