@import url('https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&family=M+PLUS+1p:wght@400;700&display=swap');
body {
  font-family: 'M PLUS 1p', sans-serif;
  color: #333;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* 横スクロール防止 */
  width: 100%;
}
a {
  text-decoration: none;
  color: black;
}
h1 {
  width: 600px;
  margin: 30px auto;
  text-align: center;
}
.logo {
  width: 575px;
}
section.breadcrumb {
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
  font-size: 1em;
  padding: 0 20px;
  box-sizing: border-box;
}
section.breadcrumb a {
  text-decoration: underline;
}
section.breadcrumb a:hover {
  text-decoration: none;
}
h2 {
  width: 600px;
  margin: 20px auto 20px;
  font-size: 1.2em;
  padding-left: 20px;
}
ul.text_list {
  width: 600px;
  margin: 0 auto;
}

ul.spot {
  width: 600px;
  margin-bottom: 80px;
}

ul.text_list li {
  list-style: none;
}
ul.text_list li:first-child a {
  border-top: solid 1px #6F6F6F;
}
ul.text_list li a {
  display: block;
  width: 600px;
  border-bottom: solid 1px #6F6F6F;
  background: #FFF url("img/arrow.svg") no-repeat center left;
  padding: 20px 10px 20px 52px;
  background-size: 20px;
  background-position-x: 20px;
}
ul.text_list li a.no-link {
  background-image: none;
}
ul.text_list li a:hover {
  background-color: #EEE;
}
ul.text_list li a.no-link:hover {
  background-color: #FFF;
}
h2.donation-title {
  margin-top: 0px;
}
footer {
  width: 600px;
  margin: 50px auto;
  padding: 20px;
}
footer a {
  text-decoration: underline;
}
footer a:hover {
  text-decoration: none;
}
p.p-error {
  width: 600px;
  margin: 50px auto;
}
/* SP */
@media screen and (max-width:600px) {
  h1 {
    width: 100%;
    margin: 20px auto;
  }
  .logo {
    width: 93%;
  }
  h2 {
    width: 100%;
  }
  ul.text_list {
    width: 100%;
  }
  ul.text_list li a {
    width: 100%;
  }
  footer {
    width: 100%;
  }
  p.p-error {
  width: 100%;
}
}