/* ------------------------ */
/* お知らせ */
/* ------------------------ */

.info {
font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;

width: 90%;
max-width: 700px;
margin: 3em auto;

.info-title {
color: #e1572c;
line-height: 1.4;
font-size: clamp(16px, calc(16 / (370 / 100) * 1vw), 24px);
font-weight: normal;
padding-bottom: 0.5em;
margin-bottom: 2em;
border-bottom: 1px solid #CCC;
}
p {
margin-bottom: 2em;
line-height: 2;
color: #666;
font-size: 16px;
}
a {
text-decoration: underline;
}
}
