@view-transition {
  navigation: auto;
}

body {
  background-color: #f9f9f9;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", YuGothic, YuGothic Medium, Yu Gothic Medium, メイリオ, Meiryo, sans-serif;
  line-height: 1.8;
  overflow-wrap: break-word;
  font-size: 0.8rem;
  font-weight: 400;
  margin: 40px;
  padding: 0;
}

hr{
    margin: 24px 0;
    color: #ddd;
}

img {
    width: 100%;
    height: 20vh;
    object-fit: cover;
}

.wrap {
    max-width: 540px;
    margin: 0 auto;
}

.sub-text {
    margin: 2rem 0;
}

.sub-text .ttl {
    font-weight: 600;
}

.sub-text ul {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.sub-text a {
    color: #00cb5d;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.sub-text a:hover {
    color: rgb(0, 139, 60);
    transition: 0.2s ease;
}
