.page.attention .main-contens {
  background-color: #f0f0f9;
  padding-bottom: 28px;
}
.page.attention .page-title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 4.9138888889;
  width: 96%;
  margin: 0 auto 40px;
  border-bottom: 1px solid #180097;
}
.page.attention .contact-confirmation-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 32px 15px;
  margin-bottom: 50px;
}
.page.attention .contact-note-icon {
  width: 50px;
  margin: 0 auto 10px;
}
.page.attention .contact-note-title {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 12px;
}
.page.attention .contact-faq-text {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.6428571429;
  margin-bottom: 25px;
}
.page.attention .faq-link-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 47px;
  width: 100%;
  background-color: #180097;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  margin-bottom: 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.page.attention .faq-link-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
}
.page.attention .no-contact-text {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.8125;
  text-align: center;
}
.page.attention .note-box {
  margin-bottom: 32px;
}
.page.attention .note-box-open-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 49px;
  background-color: #180097;
  padding: 0 22px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.page.attention .note-box-open-area::after {
  content: "";
  width: 12px;
  height: 14px;
  border-style: solid;
  border-width: 0.45em 0 0.45em 0.9em;
  border-color: transparent transparent transparent #fff;
  -webkit-transform: translateY(0.1em) scale(0.8) rotate(90deg);
          transform: translateY(0.1em) scale(0.8) rotate(90deg);
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  position: absolute;
  top: 0;
  right: 22px;
  bottom: 0;
  margin: auto;
}
.page.attention .note-box-open-area.active::after {
  -webkit-transform: translateY(0.1em) scale(0.8) rotate(270deg);
          transform: translateY(0.1em) scale(0.8) rotate(270deg);
}
.page.attention .note-box-ttile {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}
.page.attention .note-box-close-area {
  display: none;
}
.page.attention .note-box-close-inner {
  background-color: #fff;
  padding: 30px 22px;
}
.page.attention .note-box-close-text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8571428571;
  margin-bottom: 15px;
}
.page.attention .note-box-close-text.color {
  color: #e75326;
}
.page.attention .note-box-note-icon {
  width: 50px;
  margin: 0 auto 10px;
}
.page.attention .prohibited-title {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.48;
  color: #e75326;
  margin-bottom: 13px;
}
.page.attention .prohibited-text {
  text-align: center;
  color: #e75326;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6428571429;
  margin-bottom: 45px;
}
@media (hover: hover) {
  .page.attention .faq-link-btn:hover {
    background-color: #e75326;
  }
}
@media (min-width: 1000px) {
  .page.attention .page-title {
    font-size: 28px;
  }
  .page.attention .contact-note-title {
    font-size: 32px;
  }
  .page.attention .contact-faq-text {
    font-size: 16px;
  }
  .page.attention .faq-link-btn {
    height: 54px;
    font-size: 16px;
  }
  .page.attention .no-contact-text {
    font-size: 18px;
  }
  .page.attention .note-box-close-text {
    font-size: 16px;
  }
  .page.attention .note-box-open-area {
    height: 55px;
  }
  .page.attention .note-box-ttile {
    font-size: 20px;
  }
  .page.attention .prohibited-title {
    font-size: 32px;
  }
  .page.attention .prohibited-text {
    font-size: 16px;
  }
}