@charset "UTF-8";
.important-list {
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 40px;
  width: 800px;
  height: 100vh;
  opacity: 0;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.important-list.active {
  height: auto;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .important-list {
    padding-top: 40px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
  }
}

.important-item {
  margin-bottom: 20px;
  padding: 24px 51px;
}

@media screen and (max-width: 768px) {
  .important-item {
    margin-bottom: 16px;
    padding: 23px 25px;
  }
}

@media screen and (max-width: 768px) {
  .important-item .date {
    margin-bottom: 3px;
    font-size: 1.2rem;
  }
}

.important-item .title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.63;
}

@media screen and (max-width: 768px) {
  .important-item .title {
    font-size: 1.3rem;
    line-height: 1.69;
  }
}

.important-item .title a {
  text-decoration: underline;
}

.important-item .title a:hover {
  text-decoration: none;
}

.important-item .toppagelink {
  padding-top: 25px;
}

@media screen and (max-width: 768px) {
  .important-item .toppagelink {
    padding-top: 22px;
    font-size: 1.2rem;
  }
}

.important-item .toppagelink a {
  color: #aa1f24;
  text-decoration: underline;
}

.important-item .toppagelink a:hover {
  text-decoration: none;
}

.important-item .toppdflink {
  padding-top: 25px;
}

@media screen and (max-width: 768px) {
  .important-item .toppdflink {
    padding-top: 22px;
    font-size: 1.2rem;
  }
}

.important-item .toppdflink a {
  color: #aa1f24;
  text-decoration: underline;
}

.important-item .toppdflink a:hover {
  text-decoration: none;
}

.important-item .toptxt {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #aaa;
}

@media screen and (max-width: 768px) {
  .important-item .toptxt {
    font-size: 1.2rem;
  }
}

.important-item.sou {
  background-color: #faf7f1;
}

.important-item.zenten {
  background-color: #f9ebed;
}

.important-item.nihombashiteninfo {
  background-color: #f9f7f7;
}

.important-detail {
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  width: 800px;
  height: 100vh;
  opacity: 0;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.important-detail.active {
  height: auto;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .important-detail {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
  }
}

.important-detail .important-item {
  margin-bottom: 39px;
}

@media screen and (max-width: 768px) {
  .important-detail .important-item {
    margin-bottom: 25px;
  }
}

.important-detail .pager {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .important-detail .pager {
    padding-left: 0;
    padding-right: 0;
  }
}

.important-body {
  margin-bottom: 60px;
  padding-left: 53px;
  padding-right: 40px;
}

@media screen and (max-width: 768px) {
  .important-body {
    margin-bottom: 40px;
    padding-left: 11px;
    padding-right: 10px;
    font-size: 1.2rem;
  }
}

.important-body .content01 {
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .important-body .content01 {
    margin-bottom: 30px;
  }
}

.important-signature {
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .important-signature {
    margin-bottom: 28px;
  }
}
