.commonBtn {
  display: inline-block;
  width: 400px;
  max-width: 80%;
  padding: 0.6rem 2rem;
  margin: 30px auto 0;
  text-align: center;
  white-space: nowrap;
  border: 4px double #fff;
}

body.myhistory {
  background: url(../img/message/bg.jpg) center top no-repeat fixed;
}

#myhistoryMain {
  box-sizing: border-box;
  padding: 0 5vw;
}
#myhistoryMain p.top {
  position: relative;
  padding: 0 0 60px;
  text-align: center;
}
#myhistoryMain p.top span {
  display: inline-block;
  white-space: nowrap;
}
#myhistoryMain ul {
  max-width: 800px;
  margin: 0 auto;
}
#myhistoryMain ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 80px;
  margin: 0 0 80px;
  border-bottom: 2px solid rgba(36, 42, 51, 0.2);
}
#myhistoryMain ul li .title {
  width: calc(76% - 30px);
}
#myhistoryMain ul li .title h3 {
  padding: 10px 0 30px;
}
#myhistoryMain ul li .title h3 img {
  height: 60px;
  max-width: 100%;
}
#myhistoryMain ul li .title p {
  color: #1e4c91;
  font-size: 13px;
  font-weight: bold;
}
#myhistoryMain ul li .text {
  order: 3;
  width: 100%;
}
#myhistoryMain ul li .text p {
  padding: 16px 0 0;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
}
#myhistoryMain ul li .text p:last-child span {
  display: block;
  font-family: "Noto Serif JP", serif;
  color: #1e4c91;
  font-size: 32px;
  line-height: 1.5;
}
#myhistoryMain ul li .img {
  width: 24%;
  max-width: 160px;
}
#myhistoryMain ul li .img img {
  border-radius: 150px;
}
#myhistoryMain ul li:last-child {
  border-bottom: none;
}

@media screen and (max-width: 599px) {
  #myhistoryMain ul li .title {
    width: 100%;
  }
  #myhistoryMain ul li .img {
    order: -1;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  #myhistoryMain ul li .img img {
    width: 36vw;
  }
}/*# sourceMappingURL=myhistory.css.map */