@charset "UTF-8";
/*=======================================
メッセージ
=========================================*/
.p-message {
  padding: 104px 0 240px;
}
.p-message__riji h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 160%;
  color: #0033CD;
  text-align: center;
  margin-bottom: 80px;
}
.p-message__riji .box {
  padding: 92px 82px 92px;
  border: 7px solid #F0F5FE;
  -webkit-border-radius: 18px;
  border-radius: 18px;
}
.p-message__riji .box img {
  float: left;
  margin-right: 80px;
  margin-bottom: 60px;
}
.p-message__riji .box p,
.p-message__riji .box .name {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  color: #1E1E1E;
  margin-bottom: 1em;
}
.p-message__riji .box .name {
  text-align: right;
  margin-bottom: 0;
}
.p-message__riji .box .name span {
  text-align: left;
}
.p-message__jinji {
  padding-top: 127px;
}
.p-message__jinji h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 160%;
  letter-spacing: 0.05em;
  color: #0033CD;
  border-bottom: 1px solid #44639C;
  padding-bottom: 33px;
  margin-bottom: 80px;
}
.p-message__jinji .ph {
  text-align: center;
  margin-bottom: 72px;
}
.p-message__jinji .ph img {
  display: inline-block;
}
.p-message__jinji p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  color: #1E1E1E;
  margin-bottom: 1em;
}
.p-message__jinji p:last-child {
  margin-bottom: 0;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .p-message {
    padding: 104px 0 180px;
  }
  .p-message__riji h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .p-message__riji .box {
    padding: 40px 15px 40px;
    border: 7px solid #F0F5FE;
    -webkit-border-radius: 18px;
    border-radius: 18px;
  }
  .p-message__riji .box img {
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .p-message__riji .box p,
  .p-message__riji .box .name {
    font-size: 16px;
  }
  .p-message__jinji {
    padding-top: 127px;
  }
  .p-message__jinji h2 {
    font-size: 24px;
    padding-bottom: 15px;
    margin-bottom: 40px;
  }
  .p-message__jinji .ph {
    text-align: center;
    margin-bottom: 30px;
  }
  .p-message__jinji p {
    font-size: 16px;
    line-height: 180%;
  }
}
