@charset "UTF-8";
html {
  scroll-behavior: smooth; /* スムーススクロール */
}

.syoukai {
  scroll-margin-top: 50px; /* スクロール位置をsectionの上に数値分空ける */
}

#ranku {
  scroll-margin-top: 50px; /* スクロール位置をsectionの上に数値分空ける */
}

#erabikata {
  scroll-margin-top: 50px; /* スクロール位置をsectionの上に数値分空ける */
}

body {
  padding-bottom: 150px;
}

a:hover {
  opacity: 0.7;
  transition-duration: 0.5s;
}

section {
  max-width: 800px;
  margin: 0 auto;
}

.underbtn {
  position: fixed;
  bottom: 30px;
  left: 0;
  z-index: 101;
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}

.underbtn a {
  color: #fff;
  width: 70%;
  height: 80px;
  border-radius: 20px;
  line-height: 80px;
  display: block;
  margin: 0 auto;
  background: #e59723;
  font-size: 25px;
  text-align: center;
  text-decoration: none;
}

.bold {
  font-weight: bold;
}

.top {
  background-color: #d3d6da;
  padding-top: 50px;
  margin: 0 auto;
}

.ue {
  width: fit-content;
  margin: 0 auto;
}

.erabikata {
  font-size: 20px;
  background-color: #e59723;
  border-radius: 10px;
  width: 100%;
  border-radius: 35px;
  height: 70px;
}

.erabikata p {
  text-align: center;
  line-height: 70px;
  vertical-align: middle;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
}

.nantonaku {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: lighter;
}

.mark {
  background: linear-gradient(transparent 70%, #d9c19e 0%);
}

h1 {
  font-size: 60px;
  line-height: 1.3;
  text-align: center;
  margin-top: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #0b2f53;
}

.img {
  width: 100%;
}

.img img {
  width: 100%;
  margin: 0 auto;
}

.stiky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}

.menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  background-color: #0b2f53;
  padding-top: 10px;
  padding-bottom: 10px;
}

.menu div {
  background-color: #d3d6da;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
}

.menu div a {
  display: flex;
  padding: 0px 25px;
  font-size: 16px;
  text-decoration: none;
  color: #0b2f53;
  font-family: "Noto Sans JP", sans-serif;
}

.nayami {
  background-image: url(../img/hatena.jpg);
  height: 408px;
  padding: 50px;
}

.konnna {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-family: "Noto Sans JP", sans-serif;
  height: 100%;
}

.konnna h2 {
  font-size: 24;
  margin-top: 0;
  font-family: "Noto Sans JP", sans-serif;
}

.deka {
  font-size: 48px;
}

.nayamiul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  height: 100%;
  width: 75%;
}

.nayamili {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #fff;
  width: 100%;
  padding: 8px;
}

.nayamili p {
  font-size: 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

.kiiro {
  color: #e59723;
}

.ansin {
  margin: -10px auto 0;
}

.ansin div {
  width: 100%;
}

.ansin div img {
  width: 100%;
}

.jijitu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  margin-top: -50px;
}

.jijituimg {
  width: 45%;
}

.jijituimg img {
  width: 100%;
}

.jijitutxt {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 400px;
}

.goa {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  height: 50px;
  border-radius: 25px;
  background-color: #e59723;
  width: 80%;
  text-align: center;
  line-height: 50px;
  margin-bottom: 0;
}

.ji {
  font-size: 48px;
  font-family: "Noto Sans JP", sans-serif;
  color: #0b2f53;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

.ji .mini {
  font-size: 38px;
}

.jitxt {
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
}

.kyan {
  width: 700px;
  border: 1px solid #003567;
  padding-bottom: 20px;
}

.kyan h2 {
  width: 100%;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #003567;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  color: #fff;
  padding: 10px;
}

.kykiiro {
  color: rgb(255, 233, 25);
}

.kyan div {
  width: 90%;
  margin: 0 auto;
}

.kyan div img {
  width: 100%;
}

.kyansaito {
  display: block;
  font-size: 35px;
  text-decoration: none;
  color: #fff;
  background-color: #51b98d;
  border-radius: 550px;
  width: 90%;
  height: 110px;
  text-align: center;
  line-height: 110px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}

.erabisec {
  margin-top: 20px;
}

.erabisec div {
  width: 100%;
}

.erabisec div img {
  width: 100%;
}

.pointo {
  background-color: #fff8dc;
  padding-bottom: 60px;
}

.pointo h2 {
  width: 100%;
  text-align: center;
  color: #fff;
  margin: 0;
  background-color: #e59723;
  padding: 30px;
  font-family: "Noto Sans JP", sans-serif;
}

.pogazou {
  width: 60%;
  margin: 20px auto;
}

.pogazou img {
  width: 100%;
}

.potxt {
  width: 90%;
  display: block;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}

.ore {
  color: #e59723;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}

.pomatome {
  width: 60%;
  margin: 30px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  background-color: #e59723;
  padding: 30px;
}

.pomatome h3 {
  color: #fff;
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
}

.poiti {
  width: 80%;
  height: 5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
  margin: 20px auto;
  background-color: #fff;
}

.poiti div {
  width: 20%;
}

.poiti div img {
  width: 100%;
}

.poiti p {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  width: 60%;
}

.oresan {
  margin-top: -30px;
  width: 100%;
}

.oresan div {
  width: 100%;
}

.oresan div img {
  width: 100%;
}

.kouji {
  font-size: 40px;
  font-family: "Noto Sans JP", sans-serif;
  color: #0b2f53;
  font-weight: bold;
  text-align: end;
  margin: 10px 0 0;
}

.rankingu h2 {
  width: 100%;
  text-align: center;
  background-color: #003567;
  color: #fff;
  font-size: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  padding: 20px;
}

/*  table  layout  template  */
.c-matrix {
  border-collapse: collapse;
  border: solid 1px #003567;
  width: 800px;
}
.c-matrix th,
.c-matrix td {
  padding: 8px 10px;
  font-family: "Noto Sans JP", sans-serif;
}
.c-matrix th {
  border: solid 1px #003567;
  background-color: #003567;
  color: #fff;
  font-size: 25px;
  font-family: "Noto Sans JP", sans-serif;
  width: 25%;
}
.c-matrix td {
  border: solid 1px #003567;
}

.ranki {
  width: 50%;
  margin: 0 auto;
}

.ku-pon {
  text-align: center;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}

.ranki img {
  width: 100%;
}

.logo {
  width: 80%;
  margin: 10px auto;
}

.logo img {
  width: 100%;
}

.hyoubtn {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 95%;
  margin: 0 auto;
}
.hyoubtn a {
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  height: 50px;
  border-radius: 25px;
  line-height: 50px;
}

.midori {
  width: 100%;
  text-align: center;
  background-color: #51b98d;
  color: #fff;
}

.orenji {
  width: 100%;
  text-align: center;
  background-color: #e59723;
  color: #fff;
  margin-top: 10px;
}

.kuni {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  text-align: center;
}
.scroll {
  display: none;
}

.polist {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  overflow-x: scroll;
}

.poyouso {
  min-width: 60%;
  display: flex;
  flex-direction: column;
  border: 1px solid #476d91;
  border-radius: 10px;
  padding: 20px;
  margin-right: 20px;
}
.poimg {
  width: 80%;
  margin: 0 auto;
}

.poimg img {
  width: 100%;
}

.potitle {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 70%;
}
.potitle p {
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
.pp {
  background-color: #476d91;
  color: #fff;
  padding: 10px;
  margin-right: 10px;
}

.posetu {
  display: block;
  margin: 30px auto 60px;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
}

.scroll2 {
  display: block;
  margin: 0 10px 20px auto;
  width: 10%;
}
.scroll2 img {
  width: 100%;
}
.syouhinco {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 90%;
  border-bottom: 2px solid #000;
  margin: 0 auto;
}
.syouhinrank {
  width: 15%;
  margin-right: 30px;
}
.syouhinrank img {
  width: 100%;
}
.syouhinco p {
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
.concept {
  font-size: 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #003567;
}

.osipointo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin: 30px auto;
  background-color: #e59723;
  padding-top: 30px;
}

.osiimg {
  width: 35%;
}

.osiimg img {
  width: 100%;
}

.osikome {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  color: #fff;
  font-size: 25px;
}

.osi {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  margin-bottom: 0;
}

.komento {
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
}

.osikyan {
  display: block;
  width: 90%;
  margin: 0 auto;
}

.osikyan div {
  width: 100%;
}

.osikyan div img {
  width: 100%;
}

.hanbai {
  display: block;
  width: 80%;
  margin: 20px auto;
  font-size: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  text-decoration: none;
  line-height: 100px;
  height: 100px;
  border-radius: 100px;
  background-color: #51b98d;

  color: #fff;
  text-align: center;
}

.shouhintxt {
  width: 55%;
  display: block;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}

.syouhinimg {
  width: 30%;
  margin: 0 auto;
}

.syouhinimg img {
  width: 100%;
}

.syouhintbl {
  width: 55%;
  margin: 0 auto;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  border: 1px solid #000;
}

.syouhintbl tr {
  border-bottom: 1px solid #000;
  height: 150px;
}

.syouhintbl th {
  background-color: #e0e1fc;
  font-weight: bold;
  text-align: center;
}

.syouhintbl td {
  text-align: center;
  font-weight: 400;
}

.rebyu- {
  font-size: 40px;
}

.rebimg {
  width: 100%;
  margin: 20px auto;
}

.rebimg img {
  width: 100%;
}

.tyui {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}

.syoupo {
  width: 55%;
  margin: 20px auto;
  border: 1px solid #000;
}

.syoupo h3 {
  background-color: #003567;
  color: #fff;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  padding: 30px;
  text-align: center;
  margin-top: 0;
}

.syoupoyouso {
  width: 80%;
  margin: 0 auto;
}

.syoupoyouso h4 {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  margin-bottom: 0;
}

.syoupoyouso p {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 10px;
}
