

#message {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto 100px;
}


.box-1 { 
         position: relative;
         display: block; 
         width: 90%;
         max-width: 900px;
         margin:70px auto;
 }

.box-1 .image {
         position: relative;
         width: 100%;
}
.box-1 .image img {
         width: 100%;
         height: auto;
}
.box-1 .txt {
    display: block;
    text-align:left;
    margin-bottom: 30px;
}
.box-1 .sub {
    display: block;
    text-align: right;
    font-size: 85%;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 3px;
}
.box-1 .name {
    display: block;
    margin-bottom: 15px;
    text-align: right;
    font-size: 120%;
    letter-spacing: 0.2rem;
}
.box-1 .sign {
    display: block;
    width: 284px;
    text-align: right;
     margin-left: auto;
}
.box-1 .sign img {
     width: 100%;
     height: auto;
     text-align: right;
}
.main { 
         position: relative;
         display: block; 
         width: 100%;
         margin:100px auto;
 }

.main .image {
         position: relative;
         width: 100%;
}
.main .image img {
         width: 100%;
         height: auto;
}

.main .name-left {
       position: relative;
      display: block;
      margin-top: -50px;
      margin-left: 20px;
      text-align: left;
      font-size: 80px;
      font-weight: bold;
      line-height: 1.3
}

.main .name-right {
     position: relative;
      display: block;
      margin-top: -50px;
      margin-right: 20px;
      text-align: right;
      font-size: 80px;
      font-weight: bold;
      line-height: 1.3
}

.main .name-left span, .main .name-right span {
       display: block;
       font-size: 18px;
       font-weight: normal;
}

@media screen and (max-width: 768px) {
.main { 
         position: relative;
         display: block; 
         width: 100%;
         margin: 20px auto 0;
         padding: 0;
 }
.main .name-left, .main .name-right {
       position: relative;
      display: block;
      background-color: #919191;
      color: #fff;
      margin: 0 auto;
      text-align: left;
      font-size: 17px;
      font-weight: bold;
      line-height: 1.2;
      padding: 10px 15px;
}
.main .name-left span, .main .name-right span {
       display: block;
       font-size: 12px;
       font-weight: normal;
}
}



.box40 {
        width: 100%;
        margin: 100px auto;
        display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box40 .left {
          width: 50%;
          padding: 20px;
          float: left;
}

.box40 .left img {
           width: 100%;
           height: auto;
}

.box40 .right {
         width: 50%;
          padding: 20px;
          float: right
}

.box40.even .left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
.box40.even .right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1
  }

@media screen and (max-width: 990px) {
.box-1 { 
         margin:50px auto;
 }
.box40.even {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

.box40 {
        display: block;
        width: 100%;
        margin: 50px auto;
}

.box40 .left {
          width: 100%;
          float: none;
          padding: 0;
}

.box40 .right {
         width: 100%;
          padding: 15px 10px 0;
          float: none
}
}


.title-en {
        display: inline-block;
        font-family: 'Lato', sans-serif;
        font-weight: 300;
        font-size: 24px;
        line-height: 1.5;
        margin: 0 auto;
        text-align:center;
        border-bottom: 1px solid #fff;
}
.title-jp {
        display: block;
        font-family: 'Noto Serif JP', 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', serif;
        font-weight: 500;
        font-size: 16px;
        text-align:center;
        -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.memo {
       display: block;
       padding-top: 50px;
}


@media screen and (max-width: 768px) {
#message {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto 50px;
}
.box-1 { 
         position: relative;
         display: block; 
         width: 94%;
         margin: 30px auto;
 }
.box-1 .txt {
    display: block;
    text-align:left;
    margin-bottom: 15px;
}
.box-1 .name {
    margin-bottom: 5px;
}
.main .image { 
         display: none; 
}

.box-1 .sign {
    width: 160px;
}
.box40 {
        display: block;
        width: 100%;
        margin: 0 auto 50px;
}
}

