/*
Theme Name: Twenty Twenty-Two Child
Version: 1.1
Template: twentytwentytwo
*/


/*------------Font / Common------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');

body, p, h1, h2, h3, h4, h5 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}
h2 {
  font-size: 2.4rem;
  line-height: 1.5em;
}
h3 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5em;
}
h4 {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5em;
}
h5 {
  font-weight: 500;
  line-height: 1.5em;
}
.page-template-default h2,
.post-template-default h2,
.page-template-default h3,
.post-template-default h3 {
  margin-top: 1.8em;
}
.page-template-default .entry-content h2:first-child,
.post-template-default .entry-content h2:first-child,
.page-template-default .entry-content h3:first-child,
.post-template-default .entry-content h3:first-child,
.page-template-default .entry-content h4:first-child,
.post-template-default .entry-content h4:first-child,
.page-template-default .entry-content h5:first-child,
.post-template-default .entry-content h5:first-child {
  margin-top: 0;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 100%;
  margin-top: 60px;
}
.page-template-default .wp-block-separator,
.post-template-default .wp-block-separator {
  opacity: .4;
}



/*------------Over wright------------*/
.wp-block-site-title {
  font-style: normal;
}
.wp-block-site-title a {
  text-decoration: none;
}
footer a {
  text-decoration: none;
}
header .wp-block-site-logo{
  position: relative;
  top: -12px;
}
@media (max-width: 599px) {
    header h1 {
    display: none;
  }
}
.wp-block-post-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 3rem;
}
/*------------ニュース一覧------------*/
.wp-block-latest-posts__list li {
  border: 2px solid;
  border-color: #ccc;
  border-radius: 10px;
  padding: 0.8em 1em 0.1em;
  margin-bottom: 30px;
}
.page-template-default .wp-block-latest-posts__post-title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}
.wp-block-latest-posts__post-date {
  margin: 6px 0 20px;
  font-weight: 400;
}