/* フッター隠す*/

#footerAreaSection {
    background: transparent;
    color: #000000;
    display: none;
}

/* フォント処理*/
body{
    margin: 0;
    padding: 0;
    -webkit-font-smomthing: subpixel-antialiased;
    font-family: "Noto Sans JP",sans-serif;
    line-height: 2em;
    font-size: 100%;
    word-break: break-all;
}
h1,h2,h3,h4{
    font-weight: 600!important;
    font-family: "Poppins","Noto Sans JP",sans-serif;
}

/* 基本文字大きさ */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.8;
}
p {
    font-size: 16px;
    line-height: 1.8em;
}

body {
  /* 上：淡い青 → 下：白 */
  background: linear-gradient(
    to bottom,
    #b4e0ff 0%,   /* 明るい空色 */
    #dff3ff 10%,  /* 中間の薄青 */
#ffffff 70%  /* 下は白 */
  );

  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;

  margin: 0;
  padding: 0;
}