/*
****************************/
.messageSect .sectMain .imgBlock .name,
.messageSect .sectMain .imgBlock .posi {
  text-align: center; }

.messageSect .sectMain .imgBlock .name {
  font-weight: bold;
  line-height: 1.5; }

.messageSect .sectMain .txtBlock .blockTit {
  font-weight: bold;
  color: #003e73; }
  .messageSect .sectMain .txtBlock .blockTit img {
    margin-right: .25em; }

.messageSect .sectMain .txtBlock .txt {
  line-height: 1.8; }

@media only screen and (min-width: 769px), print {
  .messageSect {
    padding-top: 50px;
    padding-bottom: 150px; }
    .messageSect .sectInner {
      max-width: 1000px;
      margin: 0 auto; }
    .messageSect .sectMain {
      display: -webkit-box;
      display: flex;
      margin-top: 20px; }
      .messageSect .sectMain .imgBlock {
        width: 225px; }
        .messageSect .sectMain .imgBlock .posi {
          margin-top: 20px;
          font-size: 14px;
          font-size: 1.4rem; }
      .messageSect .sectMain .txtBlock {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding-left: 50px;
        -webkit-box-flex: 1;
                flex: 1; }
        .messageSect .sectMain .txtBlock .blockTit {
          line-height: 1.4;
          margin-top: -7px;
          font-size: 48px;
          font-size: 4.8rem; }
          .messageSect .sectMain .txtBlock .blockTit img {
            width: 105px;
            margin-top: -.2em;
            vertical-align: middle; }
        .messageSect .sectMain .txtBlock .txt {
          margin-top: 20px;
          font-size: 18px;
          font-size: 1.8rem; } }

@media only screen and (max-width: 768px) {
  .messageSect {
    padding-top: 9.33333vw;
    padding-bottom: 22.66667vw; }
    .messageSect .sectMain {
      margin-top: 2.66667vw; }
      .messageSect .sectMain .imgBlock .thumb {
        width: 38.4vw;
        margin: 0 auto;
        text-align: center; }
      .messageSect .sectMain .imgBlock .posi {
        margin-top: 2.66667vw;
        font-size: 12px;
        font-size: 3.2vw; }
      .messageSect .sectMain .imgBlock .name {
        font-size: 16px;
        font-size: 4.26667vw; }
      .messageSect .sectMain .txtBlock {
        margin-top: 5.33333vw; }
        .messageSect .sectMain .txtBlock .blockTit {
          line-height: 1.8;
          font-size: 21px;
          font-size: 5.6vw; }
          .messageSect .sectMain .txtBlock .blockTit img {
            width: 12.8vw;
            margin-top: -.15em;
            margin-right: 2.13333vw;
            vertical-align: middle; }
        .messageSect .sectMain .txtBlock .txt {
          margin-top: 1.33333vw;
          font-size: 16px;
          font-size: 4.26667vw; } }
