﻿@charset "UTF-8";
/*
 * greeting
 */
.greeting p:last-child{
    margin-top: 38px;
}
.greeting.content .inner {
    padding-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .greeting .tit {
    text-align: center;
  }
}