@charset "utf-8";

@media screen and (max-width: 1700px) {
  p {
    font-size: 40px; /* スマホで大きく表示したいサイズ */
  }
}

body {
    background-color:azure;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 700;
    font-style: normal;
    
}
h1{
    color: rgb(59, 46, 47);
    text-align: center
}

h2{
    color: rgb(59,46,47);
    text-align: center
}

h3{
    color: rgb(59, 46, 47);
    text-align: center
}

p{
    font-size: medium;
    color: rgb(59,46,47);
    text-align: center

}

ul{font-size: 20px;
    color: rgb(59, 46, 47);
    padding-right: 15%;
    padding-left: 15%;
}

table {
    margin: 0 auto; /* テーブルをページ中央に寄せる */
}

th, td {
    text-align: center; /* テキストを中央寄せ */
    vertical-align: middle; /* 垂直方向に中央寄せ */
}
