@charset "utf-8";
/* CSS Document */

/* ========================================
   ATTENTION PAGE
======================================== */

.attention-main {
  width: calc(100% - 80px);
  max-width: 760px;
  margin: 0 auto;
  padding: 80px 0 120px;
  color: #222;

.attention-page-title {
  margin-bottom: 50px;
  text-align: center;
}

.attention-page-title-en {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.28em;
}

.attention-page-title h1 {
  position: relative;
  margin: 0;
  padding-bottom: 24px;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.attention-page-title h1::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 54px;
  height: 1px;
  background: #aaa;
  content: "";
  transform: translateX(-50%);
}

.attention-lead {
  margin-bottom: 48px;
  font-size: 14px;
  line-height: 2;
}

.attention-lead p {
  margin: 0;
}

.attention-section {
  margin-bottom: 40px;
  padding: 36px 32px;
  border-top: 1px dashed #d8d2c8;
}

.attention-section--beige {
  border-top: none;
  background: #faf2e4;
}

.attention-heading {
  margin-bottom: 24px;
  text-align: center;
}

.attention-heading h2 {
  margin: 0 0 7px;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.2em;
}

.attention-heading p {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.7;
}

.attention-box {
  margin-top: 14px;
  padding: 22px 24px;
  border: 1px solid #dedbd4;
  background: #fff;
  font-size: 13px;
  line-height: 2;
}

.attention-box p {
  margin: 0;
}

.attention-box p + p {
  margin-top: 10px;
}

.attention-box strong {
  color: #e46f1c;
  font-weight: 700;
}

.attention-box--note {
  background: #f8f5f0;
}

.attention-box--sub {
  background: #f5f1eb;
}

.attention-list-box {
  padding: 20px 24px;
  border: 1px solid #dedbd4;
  background: #f7f3ed;
}

.attention-list-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.attention-list-box li {
  position: relative;
  padding: 11px 0 11px 18px;
  border-bottom: 1px dashed #cfc7bc;
  font-size: 13px;
  line-height: 1.8;
}

.attention-list-box li:last-child {
  border-bottom: none;
}

.attention-list-box li::before {
  position: absolute;
  top: 19px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ef841c;
  content: "";
}

.attention-contact {
  margin-top: 60px;
  text-align: center;
}

.attention-contact p {
  margin: 0 0 22px;
  font-size: 13px;
}

.attention-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  min-height: 54px;
  margin: 0 auto 22px;
  border: 1px solid #222;
  border-radius: 27px;
  color: #222;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition:
    background-color 0.25s,
    color 0.25s;
}

.attention-button:hover {
  background: #222;
  color: #fff;
}

.attention-back {
  display: inline-block;
  color: #222;
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* ========================================
   SP
======================================== */

@media screen and (max-width: 767px) {

  .attention-main {
    width: calc(100% - 40px);
    padding: 50px 0 80px;
  }

  .attention-page-title {
    margin-bottom: 36px;
  }

  .attention-page-title h1 {
    font-size: 19px;
  }

  .attention-lead {
    margin-bottom: 36px;
    font-size: 13px;
  }

  .attention-section {
    margin-bottom: 28px;
    padding: 28px 18px;
  }

  .attention-heading {
    margin-bottom: 20px;
  }

  .attention-heading h2 {
    font-size: 20px;
    letter-spacing: 0.15em;
  }

  .attention-heading p {
    font-size: 11px;
  }

  .attention-box {
    padding: 18px 16px;
    font-size: 12px;
    line-height: 1.9;
  }

  .attention-list-box {
    padding: 14px 16px;
  }

  .attention-list-box li {
    font-size: 12px;
  }

  .attention-button {
    width: 220px;
  }

}

.center {
    text-align: center !important;
}
.bold {
    font-weight: 700;
    color: #222;
}