@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
.greeting_column {
  font-family: "Sawarabi Mincho";
  justify-content: center;
  align-items: center; }
  .greeting_column > * {
    box-sizing: border-box; }
  .greeting_column > *:first-child {
    width: 50%;
    text-align: center;
    font-size: 120%; }
    @media only screen and (max-width: 767px) {
      .greeting_column > *:first-child {
        width: 110%;
        font-size: 100%; } }
    .greeting_column > *:first-child img {
      width: 100%; }
  .greeting_column > *:last-child {
    width: 50%;
    font-size: 190%; }
    @media only screen and (max-width: 767px) {
      .greeting_column > *:last-child {
        width: 100%;
        font-size: 170%;
        text-align: center;
        line-height: 1.6; } }

/*# sourceMappingURL=greeting.css.map */
