@charset "UTF-8";

body {
 position: relative;
 margin: 0;
 max-width: 90%;
 width: 1280px;
 height: 100vh;
 text-align: center;
 margin: 60px auto 0;
 line-height: 1;
 background:#fff; /* ブランディングに合わせて適宜変更 */
 font-family:serif;
}

img {
 width: 440px;
 display: block;
 object-fit: contain;
}

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

ul li {
width:300px;
max-width:100%;
margin:auto;
border-bottom:1px solid #ccc;
}