@charset "UTF-8";
/* ------------------------------
   Setting
------------------------------ */
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap");
/* ===================================================================
  message
===================================================================*/
.message .Main {
  background: #C08FB3;
}

.message .head_caption h2 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #C08FB3));
  background: linear-gradient(transparent 70%, #C08FB3 0%);
}

/*_______ [PC表示] _______*/
@media screen and (min-width: 768px) {
  .message .con_all_wrap .con_all_inner {
    width: 100%;
    padding: 0 6rem;
    margin-bottom: 6rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .message .con_all_wrap .con_all_image {
    max-width: 389px;
    width: 40%;
  }
  .message .con_all_wrap .con_all_txt {
    width: 60%;
  }
}

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