body {
  font-size: 16px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 300;
  font-style: normal;
  background-color: #f4f5f7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: hsl(0, 0%, 97%);
}

a {
  color:inherit;
  text-decoration: none;
}
a:hover {
  color:inherit;
  text-decoration: none; 
}
button {
  text-decoration: none;
  color:rgba(255, 249, 177, 1.0);
}
button:hover {
  text-decoration: none;
  color:rgba(255, 249, 177, 1.0);
}
button:focus {
  text-decoration: none;
  color:rgba(255, 249, 177, 1.0);
}

.nanameline {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  margin-bottom: 36px;
}
     
.nanameline:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 3px;
  height: 100%;
  background: #333333;
  border-radius: 3px;
  transform: rotate(-25deg);
}
     
.nanameline:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: #333333;
  border-radius: 3px;
  transform: rotate(25deg);
}

p {
  font-size: 14px;
}
