@charset "utf-8";
/* -------------------------------------------
      年始挨拶
------------------------------------------- */

/* 共通
------------------------------------------- */
.ny_wrap {
  max-width: 1040px;
  margin: auto;
}
.ny_wrap img {
  width: 100%;
}

/* ご挨拶
------------------------------------------- */
.greeting_wrap {
  line-height: 2.25;
  padding: 10px 22px 0;
  margin: 0 0 100px;
  background-image: url(images/cloud_sp.png);
  background-repeat: no-repeat;
  background-position: left 0 bottom 10%;
  background-size: 100%;
  font-size: 16px;
  text-align: center;
}
.greeting_wrap .day {
  display: block;
  margin: 30px auto 20px;
}
.greeting_wrap .signature p {
  line-height: 1.7;
  margin: 0 auto 20px;
  font-size: 14px;
}
.greeting_wrap .signature img {
  max-width: 154px;
}

/* タブレット縦以上 */
@media screen and (min-width:768px){
  /* ご挨拶
  ------------------------------------------- */
  .greeting_wrap {
    padding: 35px 22px 0;
    background-image: url(images/cloud_pc.png);
  }
  .greeting_wrap .greeting_txt {
    max-width: 625px;
    margin: auto;
  }
}
