/* archives */
br.-pc {
  display: none;
}
br.-sp {
  display: none;
}
@media (max-width: 640px) {
  br.-pc {
    display: none;
  }
  br.-sp {
    display: inline;
  }
}

.archivesWrap {
  padding: 80px 0;
}

@media (max-width: 640px) {
}
.pagetitle {
  padding: 80px 0;
}

.inner {
  padding: 0 5%;
}
@media (max-width: 640px) {
}

.past-wrap {
  margin: 0 0 80px 0;
}
@media (max-width: 640px) {
}

.past-wrap:last-of-type {
  margin: 0 0 0 0;
}

.past-ttl {
  font-size: 18px;
  font-weight: 700;
  color: #001e50;
  text-align: center;
  margin: 0 0 43px 0;
}
@media (max-width: 640px) {
}

.-sub {
  position: relative;
  display: inline-block;
}
@media (max-width: 640px) {
}
.-sub::after {
  content: "";
  width: 120%;
  height: 3px;
  background-color: #001e50;
  position: absolute;
  bottom: -20px;
  right: -10%;
}

.past-report-list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
}

.past-report-item {
  width: calc((100% / 3) - 0.01px);
  padding: 10px;
}
@media (max-width: 640px) {
  .past-report-item {
    width: 50%;
    padding: 5px;
  }
}

.past-report-link {
  display: block;
  padding: 15px;
  border: 1px solid #cacaca;
  text-align: center;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
@media (max-width: 640px) {
  .past-report-link {
    font-size: 12px;
    padding: 7px;
  }
}
.past-report-link:hover {
  background-color: #ececec;
}

/*  */
.past-person-list {
}
@media (max-width: 640px) {
}

.past-person-item {
  border: 1px solid #cacaca;
  padding: 20px;
  margin: 0 0 40px 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
@media (max-width: 640px) {
}

.past-award-ttl {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
@media (max-width: 640px) {
}

.past-profile {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 25px 0;
}
@media (max-width: 640px) {
  .past-profile {
    font-size: 14px;
  }
}

.past-profile-face {
  width: 120px;
}
@media (max-width: 640px) {
  .past-profile-face {
    width: 100px;
    margin: 0 auto 15px auto;
  }
}
.past-profile-face img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
}

.past-profile-text {
  width: calc(100% - 120px);
  padding: 0 0 0 20px;
}
@media (max-width: 640px) {
  .past-profile-text {
    width: 100%;
    padding: 0 0 0 0;
  }
}

.past-profile-name {
}
@media (max-width: 640px) {
}

.past-profile-belong {
  margin: 0 0 15px 0;
}
@media (max-width: 640px) {
}

.past-profile-project {
  font-weight: 700;
}
@media (max-width: 640px) {
}

.past-profile-works {
}
@media (max-width: 640px) {
}

.past-message {
}
@media (max-width: 640px) {
  .past-message {
    font-size: 14px;
  }
}

.past-message-ttl {
  font-weight: 700;
  margin: 0 0 15px 0;
}
@media (max-width: 640px) {
}

.past-message-txt {
  margin: 0 0 15px 0;
}
@media (max-width: 640px) {
}

.past-message .past-message-txt:last-of-type {
  margin: 0;
}

/*  */
.past-committee-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 640px) {
}

.past-committee-item {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 45px 0;
  padding: 0 15px;
}
@media (max-width: 640px) {
  .past-committee-item {
    width: 100%;
  }
}

.past-committee-photo {
  width: 120px;
}
@media (max-width: 640px) {
  .past-committee-photo {
  width: 100px;
}
}

.past-committee-photo img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.past-committee-text {
  width: calc(100% - 120px);
  padding: 0 0 0 20px;
}
@media (max-width: 640px) {
}

.past-committee-name {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px 0;
}
@media (max-width: 640px) {
  .past-committee-name {
  font-size: 16px;
  margin: 0 0 5px 0;
  line-height: 1.3;
}
}

.past-committee-role {
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 640px) {
}

.-sm {
  font-size: 80%;
}
@media (max-width: 640px) {
  .-sm {
  display: block;
}
}


/* history */
.archivesWrap.historyWrap {
  background: url("../img/common/bg_ptn_gray.png");
}
.history .lead {
  margin: 2em 0 3em;
}