﻿.messageTopPic {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.messageTopPic figure {
  width: 32%;
  text-align: center;
}
.messageTopPic figure img {
  width: 100%;
}
.messageTopPic figure figcaption {
  line-height: 1.5;
}
.messageTopPic figure figcaption span {
  font-size: 13px;
}
.messageTopNewly {
  background-color: #e5ecf8;
  padding: 18px;
  margin-top: 100px;
  margin-bottom: 120px;
}
.messageTopPicNewly {
  display: flex;
}
.messageTopPicNewly h3 {
  font-size: 20px;
  line-height: 1.5;
  background-color: #95b2dd;
  color: #fff;
  padding: 10px 20px;
  margin-right: 40px;
  margin-left: -18px
}
.messageTopNewly h4 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 1em;
}
.messageTopPicNewly .nameNewly {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 20px;
}
.messageTopNewly sup {
  color: #000;
}
.messageTopPicNewly p span {
  font-size: 13px;
}
.messageTopPicNewly img {
  min-width: 110px;
}
.messageTopNewly .csrTextAttention ul li {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .messageTopNewly {
    margin-top: 0;
    margin-bottom: 80px;
  }
  .messageTopPicNewly {
    margin-bottom: 20px;
  }
}
.person01, .person02, .person03, .person04 {
  font-weight: bold;
  margin-right: 1.0em;
  padding-left: 0.8em;
  position: relative;
}
.person01::before, .person02::before, .person03::before, .person04::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 7px;
  height: 1em;
  top: 5px;
  left: 0;
}
.person01::before {
  background-color: #45a8d1;
}
.person02::before {
  background-color: #1a9c90;
}
.person03::before {
  background-color: #73a627;
}
.person04::before {
  background-color: #8980ab;
}