/* ==========================================================================
   top page
   ========================================================================== */
/* ==========================================================================
   404.html
   ========================================================================== */
.error_section {
  text-align: center;
  margin-top: 61.9px;
}
.error_section img {
  margin-top: 50px;
  margin-bottom: 30px;
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .error_section {
    margin-top: 48.6px;
  }
}
.error_section_title {
  margin-bottom: 44.9px;
}
.error_section_title h2 {
  font-size: 3.6rem;
  color: #222;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .error_section_title {
    margin-bottom: 16.6px;
  }
  .error_section_title h2 {
    font-size: 2.4rem;
  }
}
.error_read {
  font-size: 2.0rem;
  color: #444;
  line-height: 2.0;
}
@media screen and (max-width: 767px) {
  .error_read {
    font-size: 1.8rem;
  }
}
.error_btn {
  max-width: 340px;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 140px;
}
.error_btn a {
  display: block;
  position: relative;
  text-align: center;
  border: 2px #fd6f31 solid;
  border-radius: 27px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: 32px auto;
  background-position: center right 18px;
  color: #fd6f31;
  font-size: 1.6rem;
  line-height: 1.3;
  padding: 17.6px  16.6px;
}
.error_btn a:hover {
  background: #fff;
  background: rgba(253, 111, 49, 0.08);
  border-radius: 27px;
  text-decoration: none;
}
.error_btn a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 22px;
  width: 32px;
  height: 8px;
  background: url(/2026/common/img/parts/arrow_01.png) no-repeat;
  background-size: 32px auto;
}
.error_btn.opt-center {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .error_btn {
    margin-top: 21px;
    margin-bottom: 50px;
  }
  .error_btn a {
    font-size: 1.5rem;
    padding: 18px 30px 18px 55px;
  }
}

.index_img img {
  margin-top: 50px;
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .index_img {
    margin-top: 30px;
  }
}