/* CSS Document */
/* CSS Document */
/* line 4, style.scss */
.messageBox {
  margin: 30px auto 0;
  justify-content: space-between; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 4, style.scss */
    .messageBox {
      display: block; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 4, style.scss */
    .messageBox {
      display: block; } }
  @media screen and (max-width: 350px) {
    /* line 4, style.scss */
    .messageBox {
      display: block; } }

/* line 23, style.scss */
.messageImg {
  position: relative;
  height: 200px;
  background: url("../images/face-bg.jpg") 0 0 no-repeat;
  background-size: cover; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 23, style.scss */
    .messageImg {
      height: 180px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 23, style.scss */
    .messageImg {
      background: none;
      height: auto; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 23, style.scss */
    .messageImg {
      background: none;
      height: auto; } }
  @media screen and (max-width: 350px) {
    /* line 23, style.scss */
    .messageImg {
      background: none;
      height: auto; } }

/* line 49, style.scss */
.messageImg_img {
  margin-left: 3%; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 49, style.scss */
    .messageImg_img {
      margin-left: 0;
      max-width: 200px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 49, style.scss */
    .messageImg_img {
      display: none; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 49, style.scss */
    .messageImg_img {
      display: none; } }
  @media screen and (max-width: 350px) {
    /* line 49, style.scss */
    .messageImg_img {
      display: none; } }

/* line 70, style.scss */
.messageImg_img_sp {
  display: none; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 70, style.scss */
    .messageImg_img_sp {
      width: 160px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 70, style.scss */
    .messageImg_img_sp {
      margin: auto;
      display: block;
      max-width: 200px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 70, style.scss */
    .messageImg_img_sp {
      margin: auto;
      display: block;
      max-width: 200px; } }
  @media screen and (max-width: 350px) {
    /* line 70, style.scss */
    .messageImg_img_sp {
      margin: auto;
      display: block;
      max-width: 200px; } }

/* line 95, style.scss */
.messageImg_txt {
  position: absolute;
  top: 55px;
  left: 270px;
  right: 0;
  bottom: 0; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 95, style.scss */
    .messageImg_txt {
      left: 220px;
      top: 45px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 95, style.scss */
    .messageImg_txt {
      position: static;
      width: fit-content;
      margin: 20px auto 0 auto; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 95, style.scss */
    .messageImg_txt {
      position: static;
      width: fit-content;
      margin: 20px auto 0 auto; } }
  @media screen and (max-width: 350px) {
    /* line 95, style.scss */
    .messageImg_txt {
      position: static;
      width: fit-content;
      margin: 20px auto 0 auto; } }

/* line 127, style.scss */
.messageImg_txt1 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #0f59b7; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 127, style.scss */
    .messageImg_txt1 {
      text-align: center; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 127, style.scss */
    .messageImg_txt1 {
      font-size: 16px;
      font-size: 1.6rem;
      text-align: center; } }
  @media screen and (max-width: 350px) {
    /* line 127, style.scss */
    .messageImg_txt1 {
      font-size: 16px;
      font-size: 1.6rem;
      text-align: center; } }

/* line 152, style.scss */
.messageImg_txt2 {
  margin-top: 20px;
  width: 220px; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 152, style.scss */
    .messageImg_txt2 {
      display: none; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 152, style.scss */
    .messageImg_txt2 {
      display: none; } }
  @media screen and (max-width: 350px) {
    /* line 152, style.scss */
    .messageImg_txt2 {
      display: none; } }

@media screen and (min-width: 600.01px) and (max-width: 760px) {
  /* line 172, style.scss */
  .messageTxt {
    width: 100%;
    margin: 20px auto 0; } }
@media screen and (min-width: 350.1px) and (max-width: 600px) {
  /* line 172, style.scss */
  .messageTxt {
    width: 100%;
    margin: 20px auto 0; } }
@media screen and (max-width: 350px) {
  /* line 172, style.scss */
  .messageTxt {
    width: 100%;
    margin: 20px auto 0; } }

/* line 194, style.scss */
.message_name {
  text-align: right;
  margin: 15px 15px 0 auto;
  font-size: 13px;
  font-size: 1.3rem; }
  /* line 200, style.scss */
  .message_name strong {
    padding-left: 15px;
    font-size: 17px;
    font-size: 1.7rem; }

/* line 207, style.scss */
.messageTxt1 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #0f59b7;
  position: absolute;
  top: 0; }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 207, style.scss */
    .messageTxt1 {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media screen and (max-width: 350px) {
    /* line 207, style.scss */
    .messageTxt1 {
      font-size: 16px;
      font-size: 1.6rem; } }

/* line 231, style.scss */
.messageTxt2 {
  padding: 30px 0 0 0; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 231, style.scss */
    .messageTxt2 {
      padding: 0; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 231, style.scss */
    .messageTxt2 {
      padding: 0; } }
  @media screen and (max-width: 350px) {
    /* line 231, style.scss */
    .messageTxt2 {
      padding: 0; } }

/*# sourceMappingURL=style.css.map */
