body {
  margin: 0;
  font-size: 10px;
  font-family: Verdana, sans-serif;
  color: #feeedc;
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

img {
  display:block;
  max-width: 100%;
  margin: 0 auto;
}
header img {
  margin: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

header div {
  text-align: center;
}

.maincontents{
  align-items: flex-center;
}

.features {
  margin: 0px auto 0px;
  width: 800px;
  max-width: 100%;
}

.container {
  text-align: center;
}

.box1 {
  background: #f5b5a7;
  padding: 0px;
  margin: auto;
}

.box2 {
  background: #f5b5a7;
  padding: 0px;
  margin: auto;
}

.box1 li:not(:last-child) {
  border-bottom: 1px solid #feeedc;
}

.box1>ul>li>p>a {
  text-decoration: none;
}

ul {
  list-style-type: none;
  align-items: center;
  padding: 10px 30px;
  margin: 0px;
  text-align: center;
  width: 100%;
}

li {
  text-align: center;
}

a {
  font-size: 12px;
  color: #feeedc;
  font-weight: bold;
}







@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}