@charset "UTF-8";

body {
 position: relative;
 margin: 0;
 height: 100vh;
 text-align: center;
 line-height: 1;
 background:#fff; /* ブランディングに合わせて適宜変更 */
 font-size:14px;
 line-height:1.6;
}

article {
 max-width: 90%;
 width: 1280px;
 position: absolute;
 top: 40%;
 left: 50%;
 translate: -50% -50%;
 margin: 60px auto 24px;
}

img {
 width: 240px;
 display: block;
 object-fit: contain;
 margin:24px auto;
}

h1 {
 margin: 40px auto;
 font-size: 24px;
}

h2,
p {
 font-size: 15px;
 font-weight: 100;
}

@media screen and (max-width: 767px) {
 img {
  width: 160px;
 }
}
