@charset "utf-8";

.message_lead {
  font-size: 18px;
  margin-top: 120px;
  margin-bottom: 40px;
}

.message_ttl3 {
  font-size: 24px;
  position: relative;
  padding-top: 30px;
}

.message_ttl3.__message::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(/library/img/message/ico_message.png) no-repeat center;
  background-size: 100%;
  width: 82px;
  height: 20px;
}

.message_ttl3.__profile {
  margin-bottom: 25px;
}

.message_ttl3.__backnumber {
  margin-top: 30px;
}

.message_ttl3.__profile::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(/library/img/message/ico_profile.png) no-repeat center;
  background-size: 100%;
  width: 66px;
  height: 20px;
}

.message_ttl3.__backnumber::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(/library/img/message/ico_backnumber.png) no-repeat center;
  background-size: 100%;
  width: 104px;
  height: 20px;
}

.message_list {
  color: #231815;
  margin-top: 25px;
  margin-bottom: 150px;
}

.message_list.__under {
  margin-bottom: 100px;
}

.message_list tr {
  border-top: 1px solid #edefef;
  border-bottom: 1px solid #edefef;
  height: 64px;
}

.message_list__date {
  font-size: 12px;
  width: 125px;
  text-align: center;
  vertical-align: middle;
}

.message_list__detail {
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
}

.message-profile_list {
  font-size: 14px;
  margin-top: 55px;
  margin-bottom: 40px;
}

.message-profile_item {
  margin-bottom: 15px;
}

.message-profile_ttl3 {
  font-size: 18px;
  border-bottom: 1px solid #edefef;
  margin-bottom: 20px;
}

.message-profile_text {
  font-size: 14px;
  padding-left: 20px;
  line-height: 2.6;
}

.message-under_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 192px;
  height: 52px;
  position: relative;
  border: solid 1px #231815;
  margin-top: 40px;
  margin-bottom: 40px;
}

.message-under_btn.__left {
  margin-left: auto;
  margin-right: 15px;
}

.message-under_btn.__right {
  margin-right: auto;
  margin-left: 15px;
}

.message-under_btn.__center {
  margin-right: auto;
  margin-left: auto;
}

.message-under_btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(/library/img/message/message_btn_arrow.png) no-repeat center;
  background-size: 100%;
  width: 33px;
  height: 33px;
}

.message-under_content {
  background: url(/library/img/message/message_under_bg.jpg) repeat-y top center;
  background-size: 100%;
  padding-top: 40px;
  padding-bottom: 80px;
}

.message-under_date {
  font-size: 12px;
  margin-bottom: 8px;
}

.message-under_ttl3 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 45px;
}

.message-under_text {
  font-size: 16px;
  line-height: 1.875;
}