@charset "UTF-8";
/* CSS Document */
.archive_back {
  font-weight: 600;
  text-align: center;
  padding: 10px 20px;
  background: #faeba5;
  border: 1px solid #c0b482;
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 40px auto 0;
  cursor: pointer;
  opacity: 1;
}
a.archive_back:hover {
  opacity: 0.8;
  text-decoration: none;
}
.archive_inbox:hover {
  text-decoration: none;
}
@media screen and (min-width: 641px) {
  .archive_box img {
    max-width: 600px;
  }
  .archive_inbox {
    display: flex;
    overflow: hidden;
    max-width: 1000px;
    margin: auto;
    opacity: 1;
	padding-bottom: 30px;		  
  }
  .archive_inbox:hover {
    opacity: 0.8;
    cursor: pointer;
  }
  #section5.archive_box .subtitle {
    padding: 0 0 0 2rem;
    line-height: 1.4;
    font-size: 1.7rem;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 640px) {
  #section5 .subtitle {
    text-align: center;
    font-size: 1.3rem;
    padding: 0.1rem 0;
    line-height: 1.7rem;
	  margin-bottom: 22px;
  }
  #section5.archive_box {
    padding-top: 53px;
  }
  header nav ul li {
    float: right
  }
  .archive_back {
    font-size: 16px;
  }
  #section5 h2 {
    margin: 1.6rem 0 1.6rem;
    font-size: 2.7rem;
  }
  header nav ul li:nth-child(1) {
    width: 42.8589%;
    margin-right: 14px;
  }
}