/* ページタイトル */
.pagetitle {
    text-align: center;
    padding: 1rem 0;
    background-color: var(--top-button-color);
    color: var(--text-white);
	margin-bottom: 2rem;
}

.pagetitle a {
    color: var(--text-white); 
    text-decoration: none;
    display: inline;
}

.row.flow {
    margin-bottom: 2.0em;   /* ← 1行分の余白 */
}

.s-title {
  font-size: 1.5em; 
  color: #160a57;
  font-weight: bold;
}

.s-sub{
    font-size: 1.0em;
    font-weight: bold;
}

.s-link{
    text-decoration-line:underline;
    color:#4d4498;
    pointer-events:all;
}
