@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap);

::selection {
  background: #fff;
  color: #000;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  width: 100%;
  height:100%;
  margin: 0 auto;
  padding: 0;
  background-color: #F7F7F7;
  letter-spacing: 0.1em;
}
*, *::before, *::after {
  box-sizing: border-box;
}
a:link, a:visited, a:hover, a:active {
  color: #000;
}

#wrap {
  /* display: flex; */
  /* justify-content: center; */
  align-items: center;
  overflow: hidden;
  width:100vw;
  /* height:100vh; */
  padding-top: 45px;
  padding-left: 45px;
}
#layout {
  /* width:500px; */
  padding-bottom: 50px;
}
footer {font-size: 8pt;}
#layout h1 {
  margin-top: 18px;
  margin-bottom: 170px;
}
#layout img {
  width:100%;
  max-width: 300px;
}
#layout ul {
  padding: 0;
}
#layout ul li{
  list-style: none;
  font-size:16pt;
  line-height: 16pt;
  display:block;
  margin-bottom:30px;
}

@media screen and (max-width: 480px) { 
  #wrap {
    padding: 45px 20px;
  }
  #layout {
    width: 100%;
  }
}