/* =========================
   tobojo.css (M3 tokens 依存)
   ========================= */

html, body{
  height: 100%;
}
body{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.md-footer{
  margin-top: auto;
}

.tobojo-main{
  padding: 48px 16px;
  max-width: 820px;
  margin: 0 auto;
  flex: 1;
}

.tobojo-main__title{
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--md-sys-color-on-surface);
  margin: 0 0 32px;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--md-sys-color-primary, #4E4C8F);
}

.tobojo-section{
  margin: 0 0 40px;
}

.tobojo-section__title{
  font-size: 20px;
  font-weight: 600;
  color: var(--md-sys-color-primary, #4E4C8F);
  margin: 0 0 16px;
  padding-left: 12px;
  border-left: 4px solid var(--md-sys-color-primary, #4E4C8F);
  line-height: 1.4;
}

.tobojo-section p{
  font-size: 16px;
  line-height: 1.95;
  color: var(--md-sys-color-on-surface);
  margin: 0 0 16px;
}

.tobojo-section__lead{
  font-size: 17px;
  line-height: 2.0;
}

.tobojo-section strong{
  font-weight: 700;
  color: var(--md-sys-color-primary, #4E4C8F);
}

.tobojo-section a{
  color: var(--md-sys-color-primary, #4E4C8F);
  text-decoration: underline;
}

.tobojo-figure{
  margin: 24px 0 8px;
  padding: 16px;
  background-color: var(--md-sys-color-surface-container, #f2f0f7);
  border-radius: var(--md-sys-shape-corner-large, 16px);
  box-shadow: var(--md-sys-elevation-1, 0 1px 2px rgba(0,0,0,.08));
}

.tobojo-figure picture,
.tobojo-figure img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--md-sys-shape-corner-medium, 12px);
}

.tobojo-figure figcaption{
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.7;
  color: var(--md-sys-color-on-surface-variant, #55535a);
  text-align: center;
}

.tobojo-main__cta{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin: 48px 0 16px;
}


@media (max-width: 599px){
  .tobojo-main{
    padding: 24px 12px;
  }
  .tobojo-main__title{
    font-size: 22px;
    margin-bottom: 24px;
    padding-bottom: 12px;
  }
  .tobojo-section{
    margin-bottom: 32px;
  }
  .tobojo-section__title{
    font-size: 17px;
  }
  .tobojo-section p{
    font-size: 15px;
    line-height: 1.9;
  }
  .tobojo-section__lead{
    font-size: 16px;
    line-height: 1.95;
  }
  .tobojo-figure{
    padding: 10px;
  }
  .tobojo-main__cta{
    margin: 36px 0 8px;
  }
}
