@charset "UTF-8";






body {
    font-family: "Noto Sans Japanese", "Noto Sans JP", "メイリオ", Meiryo, Jun34Pro, "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Maru Gothic Pro", Verdana, Arial, sans-serif;
    color: #000;
    line-height: 1.75;
    color: #000;
    font-size: 1em;
    text-align: center;

        background: radial-gradient(rgb(255, 0, 0), rgb(0, 0, 0));


}


.parent {
  display: flex;
  align-items: center; /* 垂直方向中央 */
  justify-content: center; /* 水平方向中央 */
  height: 100vh; /* 親要素の高さを確保（例: 画面全体） */

    padding: 0 30px;
}


.parent img {
  width: 100%;
}
