@charset "UTF-8";
.top__area img {
  opacity: 0.7;
}

.top__area--title {
  width: 250px;
}

@media (min-width: 768px) {
  .top__area--title {
    width: 370px;
  }
}

.information {
  margin: 50px auto 60px;
}

.information-title {
  display: none;
}

.information__wrap {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 0 10px 0;
  max-width: 1160px;
  margin: 0 auto 40px;
}

.information__date {
  font-size: 2.0rem;
  line-height: 3.0rem;
  padding: 20px 24px;
}

.information h3 {
  font-size: 2.0rem;
  line-height: 3.0rem;
  padding: 10px 24px 10px;
}

.information p {
  text-align: left;
}

@media (min-width: 768px) {
  .information {
    margin: 60px auto 60px;
    text-align: center;
  }
  .information__wrap {
    text-align: center;
  }
  .information__content {
    width: 600px;
    display: inline-block;
    margin: 0 auto;
    text-align: left;
  }
  .information__date {
    font-size: 2.4rem;
    padding-left: 30px;
  }
  .information h3 {
    font-size: 2.4rem;
    padding-left: 30px;
  }
  .information p {
    padding: 20px 24px 20px 30px;
  }
}

.backnumber h2 {
  margin-left: 24px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .backnumber {
    width: 600px;
    display: inline-block;
    text-align: left;
  }
  .backnumber h2 {
    text-align: left;
    display: inline-block;
    margin-top: 20px;
  }
}

.backnumber__wrap {
  width: 200px;
  padding-left: 24px;
}

.backnumber__wrap a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #573001;
  line-height: 1;
}

.backnumber__wrap label {
  display: block;
  position: relative;
  margin: 0;
  padding: 12px;
  line-height: 1;
  color: #573001;
  background: #fff;
  cursor: pointer;
  border-radius: 5px;
}

.backnumber__wrap label::before {
  position: absolute;
  content: '▼';
  color: #573001;
  right: 0.5em;
  top: 25%;
}

.backnumber__wrap input {
  display: none;
}

.backnumber__wrap ul {
  margin: 0;
  padding: 0;
  background: #fff;
  list-style: none;
}

.backnumber__wrap li {
  overflow-y: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/*リストが増えたらULごとに追加してください*/
#backnumber_bar:checked ~ #link1 li {
  max-height: 46px;
  opacity: 1;
}
/*# sourceMappingURL=information.css.map */