/*
Theme Name: kas_blog
Theme URI: 
Author: N
Author URI: 
Description: ポートフォリオ用のサブテーマ
Version: 1.0
*/

body {
      font-family: "Noto Serif JP", serif;
}

.page-content {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
  line-height: 1.9;
}


.wp-block-heading {
  margin-top: 4rem;
  padding-top: 2rem;
  /* border-top: 1px solid #eee; */
}

.page-title {
  font-size: 2rem;
  /* text-align: center; */
}

.page-subtitle {
  font-size: 1.3rem;
  text-align: center;
  color: #555;
  margin-top: 0.5rem;
  margin-bottom: 3rem;
  
}



.page-content > p:first-of-type {
  font-size: 1.05rem;
  color: #555;
  margin-bottom: 4rem;
}

h2 {
    padding:0 .4em .2em;
    border-bottom: 1px solid #ddd;
    background-color: #ffffff;
}

.case-header {
  max-width: 720px;
  margin: 4rem auto 5rem;

}

.case-label {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: #777;
  margin-bottom: 1.5rem;
}

.case-icon {
  font-size: 0.6rem;
}

/* ロゴ画像 */
.case-icon img {
  width: 4em;
  padding: 0.5em;
}

.case-title {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}

.case-lead {
  font-size: 0.95rem;
  line-height: 1.9;
  color: #555;
}





@media (max-width: 768px) {

body {
    font-size: 1rem;
}

.page-title {
  font-size: 1.2rem;
}

h2 {
    font-size: 1rem;
}
}