body {
  margin: 0 auto;
  line-height: 1;
  font-family:"test","Yu Gothic","游ゴシック",Arial,"メイリオ",sans-serif;
  color:#202020;
  background-color: #dcf0eb;
  text-decoration: none;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}

/* 游ゴシック調整 */
@font-face {
  font-family: "test";
  src: local("Yu Gothic");
  font-weight: 500;
}

img { border: 0; }

a:any-link {
  color: #503c2a;
  text-decoration:none;
}

.container {
  margin: 3% auto 2%;
  padding: 5% 3%;
  text-align: left;
  width: 100%;
  max-width: 980px;
  min-width: 320px;
  min-height: 500px;
  line-height: 1.1em;
  background-color: #fff;
  z-index: 0;
  font-weight: 500;
  border-radius: 3%;
}

footer {
  margin-top:1em;
  align-items:center;
  display: inline-flex;
}

.sns{
 font-size: small;
 border-radius: 10px;
 border:solid 1px #ccc;
 padding: 5px;
}