@charset "utf-8";

.title {
  height: 310px;
  background-image: url(../img/archive-header.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-shadow:  1px 1px 10px #242424;
}

.title h1 {
  font-family: 'Monserrat',sans-serif;
  font-size: 1.8rem;
  line-height: 36px;
}
.title p {
  font-size: 14px;
  margin-top: 15px;
}

.color-test h2 {
  max-width: 930px;
  font-size: 1.38rem;
  font-weight: bold;
  line-height: 30px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
.color-test h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #242424;
  margin-top: 20px;
}

.check-list li {
  width: 930px;
  max-width: 90%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  padding: 20px;
  background-color: #f5f5f5;
}

.check-list li:first-child {
  margin-top: 50px;
}

#nov-check ,
#oct-check,
#sep-check,
#aug-check,
#jly-check {
  height: 50px;
}

.check-list img {
  max-width: 350px;
}
.check-list dt {
  font-size: 1.33rem;
  line-height: 2rem;
  font-weight: bold;
  margin: 20px 20px 40px 30px;
}

.slide-btn {
  display: block;
  width: 250px;
  margin: 1.5rem auto;
  text-align: top;
  padding: 10px;
  border: none;
  color: #242424;
  border-radius: 20px;
  background: #7fffd4;
  cursor: pointer;
}

.slide-contents {
  width: 90%;
  margin: 0 auto;
  display: none;
}

.footer {
  margin-top: 100px;
}

/* メディア */
@media(max-width: 800px){
  .color-test li {
    display: block;
    width: 600px;
  }
  .check-list img {
    display: block;
    max-width: 100%;
    margin: auto ;
  }
  .slide-btn {
    max-width: 100%;
  }
}
