@charset "UTF-8";
/***********************共通設定************************/
.wrapper {
  padding: 50px 0;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .wrapper {
    padding: 30px 0;
  }
}

.message_catch {
  text-align: left;
  border-bottom: 2px solid #122D60;
  padding: 0px 0 30px;
}
.message_catch p {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 20px;
}
.message_catch span {
  font-size: 14px;
}

.message_contents {
  padding-top: 20px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .message_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.message_contents:not(:first-of-type) {
  border-top: 2px solid #122D60;
  margin-top: 30px;
}

.message_tit {
  text-align: left;
}
.message_tit .en {
  font-family: "futura-pt";
  letter-spacing: -0.008em;
  font-weight: bold;
  font-size: 18px;
}
.message_tit .jp {
  font-size: 12px;
  color: #8B8B8B;
}
.message_tit span {
  display: block;
}
.message_tit span.en {
  font-family: "futura-pt";
  letter-spacing: -0.008em;
  font-weight: bold;
  font-size: 18px;
}
.message_tit span.jp {
  font-size: 12px;
  color: #8B8B8B;
}

.message_content {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .message_content {
    width: 80%;
  }
}

section.about .message_content {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  section.about .message_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.message_thum {
  text-align: left;
  /* 751以上 */
  /* 750以下  */
}
@media all and (min-width: 751px) {
  .message_thum {
    width: 185px;
  }
}
@media all and (max-width: 750px) {
  .message_thum {
    margin: 30px 0 20px;
  }
}
.message_thum p {
  font-size: 12px;
  margin: 10px 0 0;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .message_thum p {
    font-size: 16px;
  }
}

.message_text {
  font-size: 14px;
  text-align: left;
  line-height: 2;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .message_text {
    width: calc(100% - 215px);
  }
}

.message_content_inner {
  border-bottom: 1px solid #C6C6C6;
  margin: 0px 0 40px;
  padding: 0px 0 40px;
  /* 751以上 */
}
.message_content_inner:last-child {
  border-bottom: none;
  margin: 0px 0 0px;
  padding: 0px 0 0px;
}
@media all and (min-width: 751px) {
  .message_content_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 751px) and (max-width: 781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
  }
}
/*# sourceMappingURL=message.css.map */