@charset "utf-8";

/* --------------------------------------------


ごあいさつ


---------------------------------------------- */


/* --------------------------------------------

ごあいさつ

---------------------------------------------- */
#contents .contentsWrap {
 width: 100%;
 max-width: 1000px;
}

.greeting_inner {
 display: flex;
 flex-wrap: wrap;
}

.greetingWrap figure {
 width: 280px;
 margin: 12px 64px 32px 0;
}

.greetingWrap .greeting_comment {
 width: calc(100% - 280px - 64px);
 font-weight: 600;
}

.greetingWrap p {
 line-height: 2;
 letter-spacing: 0.12em;
}

.greetingWrap p strong {
 display: inline-block;
 margin-bottom: 12px;
 font-size: 1.1em;
 font-weight: 600;
}

.greetingWrap p:nth-of-type(1) {
 margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
 #contents .contentsWrap {}

 .greetingWrap figure {
  width: 250px;
  margin: 24px auto;
 }
 
 .greetingWrap .greeting_comment {
  width: calc(100%);
 }

 .greetingWrap p {}
}