@charset "utf-8";

/* リセットcss */

html {
  font-size: 16px;
  font-family: Noto Sans JP;
}

a {
  color: inherit;
  /* 親のスタイルを継承 */
  text-decoration: none;
}

ul,
ol {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  background-color: white;
  /* margin-left: 20px; */
  /* margin-right: 20px; */
}

/* クラス宣言で場所によって出力する形にする */
/* ・消去 */
li {
  list-style: none;
}

h2 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 40px;
  border-bottom: 1px black;
}

h3 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 28px;
}

p {
  margin: 0;
}



/* リセットcss */

/* カラーコード */
/* メインシアン系#00F6FF */
/* ベース1#FFFFFF */
/* ベース2#E2D8D8 */
/* アクセント#A0D708 */