.titleArea {
  background: url(../images/message/bg_message_ttl.png) no-repeat;
  background-size: cover;
  position: relative;
  top: -40px;
  padding: 32px 0 78px;
  margin-bottom: 100px; }
  .titleArea .icon {
    width: 47px; }
  .titleArea .lead {
    margin: 0 auto 40px;
    text-align: center; }
    .titleArea .lead span {
      display: inline-block;
      padding: 0 12px;
      font-size: 4.4rem;
      font-weight: 500;
      line-height: 1;
      position: relative;
      z-index: 1; }
      .titleArea .lead span:after {
        content: '';
        display: block;
        width: 95%;
        height: 20px;
        background: url(../images/message/bg_marker.gif) repeat left top;
        position: absolute;
        bottom: -5px;
        left: 0;
        z-index: -1; }
  .titleArea .sublead {
    text-align: center;
    font-size: 2.6rem;
    line-height: 1; }

.messageBlock {
  width: 980px;
  margin: 0 auto 100px; }
  .messageBlock h2 {
    margin: 0 auto 50px;
    text-align: center; }
    .messageBlock h2 span {
      display: inline-block;
      padding: 0 8px;
      font-size: 2.8rem;
      font-weight: 500;
      line-height: 1;
      position: relative; }
      .messageBlock h2 span:after {
        content: '';
        display: block;
        width: 100%;
        height: 10px;
        background: url(../images/message/bg_marker.gif) repeat left top;
        position: absolute;
        bottom: -4px;
        left: 0;
        z-index: -1; }
  .messageBlock p {
    margin: 0 auto 70px;
    text-align: justify;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.25; }
  .messageBlock img {
    display: block;
    width: 100%;
    margin: 0 auto; }

/**************
    SP
************/
@media screen and (max-width: 767px) {
  .titleArea .icon {
    width: 35px; }
  .titleArea .lead {
    margin: 0 auto 30px; }
    .titleArea .lead span {
      padding: 0 8px;
      font-size: 8vw; }
      .titleArea .lead span:after {
        height: 15px; }
  .titleArea .sublead {
    font-size: 5vw;
    line-height: 1; }

  .messageBlock {
    width: 100%;
    margin: 0 auto 50px; }
    .messageBlock h2 {
      margin: 0 auto 30px; }
      .messageBlock h2 span {
        padding: 0 6px;
        font-size: 5vw; }
        .messageBlock h2 span:after {
          height: 8px; }
    .messageBlock p {
      margin: 0 auto 30px;
      font-size: 3.5vw; } }
