body {
  margin: 0;
  padding: 0;
  font-size: 19px;
  font-weight: normal;
  line-height: 0;
  color: #000;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

div,
p,
img {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: .8;
}

img {
  width: 100%;
}

sup {
  font-size: 70%;
}

main {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  line-height: 1.4;
}

h1 {
  font-size: 22px;
  padding: 0 30px;
  font-weight: normal;
}

h2 {
  font-size: 29px;
  font-weight: normal;
  padding-top: 0;
  margin-top: 0;
}

p {
  font-size: 19px;
}

.inner {
  margin: 0;
  padding: 0 10px;
}

.bg01 {
  background-color: #FF8900;
}

.logo {
  width: 128px;
  margin: 0;
  line-height: 0;
}

.lh0 {
  line-height: 0;
}

.bb1 {
  border-bottom: 1px solid #000;
}

.pb30 {
  padding-bottom: 30px;
}

.w1180 {
  max-width: 1180px;
  margin: 30px auto;
}

.w930 {
  max-width: 930px;
  margin: 60px auto 0;
}

.mt30 {
  margin-top: 30px;
}

.btn-black {
  display: block;
  background-color: #000;
  color: #fff;
  font-size: 24px;
  width: calc(100% - 20px);
  text-align: center;
  padding: 10px;
}

.btn p+p {
  margin-top: 30px;
  font-size: 15px;
}

.cap {
  font-size: 14px;
}

ul {
  padding: 0;
}

li {
  font-size: 17px;
  list-style: none;
}
.banner {
  padding: 0 20px;
}
.banner a{
  display: block;
  max-width: 930px;
  margin: 70px auto 0;
}

.lead {
  font-size: 22px;
  padding: 20px;
}

.point {
  background-color: #000;
  color: #fff;
  margin-top: 70px;
  padding: 10px;
  font-size: 32px;
  text-align: center;
}

.account {
  text-align: center;
  padding: 80px 10px;
  line-height: 1.4;
}

.account p:first-child{
  font-size: 15px;
}

.account a{
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 15px 25px;
  font-size: 15px;
  margin-top: 30px;
}

.account p:last-child{
  padding-top: 80px;
  font-size: 130%;
}

footer {
  text-align: center;
  padding-bottom: 50px;
  line-height: 1.4;
}

footer li {
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #333;
  line-height: 1;
}

footer li:last-child {
  border-right: none;
}

footer a,
footer a:visited {
  color: #000;
  font-size: 14px;
  line-height: 1;
}

footer p {
  font-size: 12px;
}

/* PC / SP */

.pc {
  display: none;
}

@media screen and (min-width: 812px) {
  h1 {
    font-size: 34px;
  }

  .pc {
    display: block;
  }

  .sp {
    display: none !important;
  }

  .row {
    display: flex;
  }

  .row60 {
    width: 60%;
  }

  .row40 {
    width: 40%;
  }

  .pl40 {
    padding-left: 40px;
  }

  .btn p {
    width: calc(50% - 25px);
  }

  .btn p+p {
    margin: 0 0 0 50px;
  }
}