@charset "UTF-8";
/* *{border: solid #000;} */
/* モバイルファーストcss */

.name3 {
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
  background-color: #fbefac;
  padding: 0.5vh;
}
.introcmnt {
  padding: 2vh;
}
.introcmnt p {
  width: 90%;
  display: block;
  margin: auto;
}
.greetcomnt1 {
  font-size: 1em;
  padding: 2vh;
  line-height: 1.5;
}

/*PCメディアクエリ*/
@media screen and (min-width: 960px) {
  .introcmnt {
    background-image: url(/images/shinwalogo32.svg);
    background-repeat: no-repeat;
    background-position: 70vw bottom;
  }
}
