@charset "UTF-8";

/* 20251030 トップページ h1 */
.heading-lv1{
  margin: 50px auto 20px;
  text-align: center;
  font-size: 20px;
  padding: 0 20px;
  line-height: 1.4;
}

/* 20251030 トップページ 入稿から投函までの流れ画像内文字テキスト化 */
.top__flow-ttl{
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.top__flow-txt{
  text-align: center;
  margin: 20px auto;
  font-size: 16px;
  font-weight: 700;
}
.top__flow-link{
  text-align: center;
}
@media (min-width: 768px) {
  .top__flow-txt .arrow {
    margin-left: 2em;
    margin-right: 2em;
  }
}

/* 20251030 copyright リンク追加・テキスト修正 */
a.copyright{
  color: #212529;
  text-decoration: none;
}
a.copyright:visited {
  color: #212529;
}