@charset "UTF-8";
/* CSS Document */
/* CSS Document */
.greet p.name {
  text-align: right;
}
.greet p.c {
  text-align: center;
  margin: auto;
  width: fit-content;
}

.img_center {
  display: block;
  margin: auto;
  max-width: 100%;
}

.backnumber {
  display: flex;
  border: 1px solid #2fc5cf;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  margin-bottom: 10px;
  padding: 5px;
  flex-wrap: wrap;
}
.backnumber .box {
  display: flex;
  margin-right: 5px;
  margin-bottom: 10px;
}
.backnumber .box .img {
  width: 30%;
  margin: 0;
}
.backnumber .box .img img {
  width: 98%;
  display: block;
  border: 1px solid #eee;
}
.backnumber .box .text {
  width: 68%;
  margin-left: auto;
}

.year_list ul {
  border: 1px solid #2fc5cf;
  list-style-type: none;
  margin: 0 0 10px;
  padding: 20px 5px;
  display: flex;
  flex-wrap: wrap;
}
.year_list ul li {
  position: relative;
  margin: 0 10px 10px 0;
  padding: 0 5px;
  cursor: pointer;
  border-bottom: 2px solid rgba(47, 197, 207, 0);
  transition: 0.3s ease-in-out;
}
.year_list ul li::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 400;
  color: #2fc5cf;
  margin-right: 5px;
}
.year_list ul li.slct {
  border-bottom: 2px solid #2fc5cf;
  color: #4794D1;
}
.year_list ul li.slct::before {
  font-weight: 900;
}
.year_list ul li:hover {
  border-bottom: 2px solid rgba(47, 197, 207, 0.7);
  color: #4794D1;
}

.sp.select {
  text-align: center;
  font-size: 2rem;
}
.sp.select span {
  width: 2rem;
  display: inline-block;
  padding: 0 1px;
  margin: 0 2px 0;
  min-width: 1.6em;
  height: 1.6em;
  line-height: 1.6em;
  background: #eee;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
  color: #4794d1;
}
.sp.select span.stop {
  color: #bbb;
}
.sp.select span:not(.stop):hover {
  background: #4794d1 !important;
  color: #fff !important;
}

#year_select {
  font-size: 2rem;
  margin: 0 1em;
}

@media (min-width: 768px) {
  .grid_prm {
    grid-area: grid_prm;
    margin: 0 10px;
  }

  .grid_marimo {
    grid-area: grid_marimo;
    margin: 0 10px;
  }

  .grid_backnumber {
    grid-area: grid_backnumber;
  }

  .min {
    font-size: 1.9rem;
    margin: 0 10px 40px;
    font-weight: 600;
  }

  .download_grid_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas: "grid_prm grid_marimo" "grid_backnumber grid_backnumber";
  }

  .backnumber {
    display: flex;
    flex-wrap: wrap;
  }
  .backnumber .box {
    width: calc((100% - 40px) / 4);
    min-width: 160px;
    display: flex;
    flex-direction: column;
    margin: 0 5px 20px 5px;
  }
  .backnumber .box .img {
    width: 98%;
    margin: 0 auto 10px;
  }
  .backnumber .box .img img {
    width: 100%;
  }
  .backnumber .box .text {
    width: 98%;
    margin: auto;
    line-height: 1.2;
  }
}
