/*----------------------
ごあいさつ
------------------------*/
.greeting .img img {
  width: 100%;
  height: 100%;
  max-width:850px;
}
.greeting .txt {
  margin-top: 15px;
  margin-bottom: 30px;
}
.greeting .txt .name {
  margin-top: 15px;
  text-align: right;
}
.greeting .txt .name p {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.greeting .txt .name p span {
  font-size: 1.275rem;
}
