/*==================================================================== unique
*/
.inrMv .inr {
  background: url(../../images/mv.jpg) no-repeat 50% 50%/cover; }

.message h4 {
  font-size: 1.4em;
  text-align: center;
  background-color: rgba(98, 191, 176, 0.1);
  padding: 20px 0;
  font-weight: normal;
  line-height: 2em;
  margin-top: 40px; }
  @media only screen and (max-width: 768px) {
    .message h4 {
      margin-top: 20px;
      font-size: 1.2em;
      padding: 10px 0; } }

.message .posture {
  margin-top: 40px; }
  @media only screen and (max-width: 768px) {
    .message .posture {
      margin-top: 20px; } }
  .message .posture h5 {
    color: #62BFB0; }
  .message .posture ol li {
    margin-top: 10px; }
    @media only screen and (max-width: 768px) {
      .message .posture ol li {
        margin-top: 5px; } }
