@charset "UTF-8";
/* CSS Document */

/* 中身-モバイルファースト======================================================================================================== */

#greeting{
text-align: center;
}
#greeting h3{
font-size: 20px;
letter-spacing: 0.3em;
}
#greeting p{
margin-top: 30px;
}

.image{
text-align: center;
}
/* PCのみ======================================================================================================== */
@media print, screen and (min-width: 751px){



}

