@charset "UTF-8";
/* pc, sp共通-------------------------------------------------------- */
a:link,
a:visited {
  text-decoration: none;
}
.main-body {
  background: #ebe6d6;
  width: 1000px;
  margin: 0 auto;
  font-size: 18px;
}

.main-body h1,
.main-body h2 {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.main-top {
  position: relative;
  margin-bottom: 0px;
}

.main-top-btn {
  position: absolute;
  bottom: 50px;
  right: 20px;
  text-align: center;
  padding: 10px 20px;
}
.main-top-btn img {
  width: 260px;
}

.img-wrap-hrz {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.section {
  margin: 0 20px 40px;
  padding: 20px;
  background: #f9f7ed;
}
.section h3 {
  margin: 0 0 20px;
  padding: 5px 0em;
  font-size: 1.4rem;
  border-bottom: solid 1px #000;
}
.section p {
  padding: 0;
  margin: 0 0 10px;
}
.contents-box {
  display: flex;
  padding: 0;
}
.section p.contents-text {
  padding-right: 20px;
}

.tosptea-btn {
  text-align: center;
  padding: 0;
  padding-bottom: 40px;
}

/* PC-------------------------------------------------------- */

@media only screen and (min-width: 641px) {
  .tosptea-btn img {
    width: 340px;
  }
}

/* SP-------------------------------------------------------- */

@media only screen and (max-width: 640px) {
  .no-sp {
    display: none;
  }
  .main-body {
    width: 100%;
    font-size: 1rem;
  }
  .main-body img {
    width: 100%;
  }
  .main-top {
    margin-bottom: 1em;
  }

  .main-top-btn {
    position: relative;
    bottom: 0;
    right: 0;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .main-top-btn img {
    width: 100%;
  }
  .contents-box {
    display: inline-block;
    margin-bottom: 2em;
  }
  .section p.contents-text {
    padding-right: 0px;
    margin-bottom: 1em;
  }

  .section h3 {
    margin: 0 0 20px;
  }

  .tosptea-btn {
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
  .tosptea-btn img {
    width: 100%;
  }
}
