@charset "utf-8";
/* 背景色 */
#wrapper {
    background-image: linear-gradient(#77b6ff,#fab9c4);
}

/* ヘッダーのボタン */
header {
    padding: 16px 0;
}
img {
    max-width: 100%;
}
ul {
    list-style-type: none;
    margin-left: 15px;
    margin-right: 15px;
}

section {
    padding-top: 90px;
}

h1{
    text-align: center;
    margin-top: 15px;
}
h2 {
    text-align: center;
    margin-top: 15px;
}
h3 {
  margin-top: 15px;
}
p {
  margin-top: 5px;
}

* {
    margin: 0;
    padding: 0;
    }
body {
  background: white;
}
header {
  position: fixed;
  width: 100%;
  height: 90px;
}
#g_navi ul {
  display: flex;
  margin: 0 auto;
  padding: 0 3%;
  width: 94%;
  max-width: 960px;
  list-style-type: none;
}
#g_navi ul li {
  position: relative;
  width: 20%;
}
#g_navi ul li:first-child::before {
  position: absolute;
  display: block;
  content: "";
  top: 25%;
  left: 0px;
  width: 1px;
  height: 50%;
}
#g_navi ul li::after {
  position: absolute;
  display: block;
  content: "";
  top: 25%;
  right: 0px;
  width: 1px;
  height: 50%;
}
#g_navi ul li a {
  display: block;
  padding: 17px 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
/*フッター */
footer {
    background-color: black;
    text-align: center;
    padding: 13px 0;
}
footer p {
    color: #fff;
    font-size: 0.75rem;
}

/* スクロール */
pre {
    width: 500px;
    margin: 1em 0;
    padding: 1em;
    border-radius: 5px;
    background: #fff;
    color: #000;
    overflow-x: auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.preheight {
    width: 500px;
    height: 100px;
    margin: 1em 0;
    padding: 1em;
    border-radius: 5px;
    background: #fff;
    color: #000;
    overflow-x: auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/* 本文余白 */
p {
    margin-left: 15px;
    margin-right: 15px;
}

/* レジン写真大きさ */
.rejin {
    width: 25em;
}

.disc {
  list-style-type:disc;
  margin-left: 30px;
  margin-right: 30px;
}