.message {
  padding-bottom: 120px;
}
.message .wrapper {
  position: relative;
  margin-top: -40px;
  width: 100%;
  background: #fff;
  box-shadow: 5px 5px 12px 0 rgba(0, 0, 0, 0.3);
  padding: 115px 0 150px;
}
.message .content {
  padding-right: 50px;
  padding-left: 50px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: calc(830px + (50px * 2));
}
@media screen and (max-width: 1200px) {
  .message .content {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .message .content {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .message .content {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.message .desc {
  margin-top: 47px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .message {
    margin-top: 166px;
  }
}
@media screen and (max-width: 767px) {
  .message {
    position: relative;
    z-index: 41;
    background: #fff;
    padding-top: 60px;
    margin-top: 0;
    padding-bottom: 30px;
  }
  .message .wrapper {
    margin-top: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }
  .message .content {
    padding: 0;
  }
  .message .desc {
    margin-top: 49px;
  }
}

.close {
  position: absolute;
  top: 65px;
  right: 39px;
}
@media screen and (max-width: 767px) {
  .close {
    top: -44px;
    right: 0;
  }
}

.top {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top {
    margin-top: 23px;
    position: static;
    text-align: right;
  }
}

.head .ttl {
  text-align: center;
}
.head .img {
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .head .ttl {
    margin-top: 52px;
    order: 2;
  }
  .head .img {
    max-width: initial;
    margin: 0 -15px 0;
    order: 1;
  }
  .head .desc {
    order: 3;
  }
}

.img {
  margin-top: 43px;
}
.img img {
  width: 100%;
  height: auto;
}

.history {
  margin-top: 101px;
}
.history .list {
  margin-top: 44px;
}
.history .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 20px 15px 17px;
  border-top: solid 1px #8d9aa0;
}
.history .label {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 25px;
  width: 100px;
}
.history .label span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-left: 5px;
}
.history .txt {
  padding-left: 50px;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.1em;
  font-weight: 500;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .history {
    margin-top: 68px;
  }
  .history .ttl {
    text-align: center;
  }
  .history .list {
    margin-top: 13px;
    border-bottom: solid 1px #8d9aa0;
  }
  .history .row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 12px 0 10px;
  }
  .history .label {
    width: 100%;
  }
  .history .txt {
    margin-top: -1px;
    padding-left: 0;
  }
}