@charset "UTF-8";
@import url('/css/style.css');
.main {
  flex-grow: 1;
  overflow: hidden;
}

.footer {
  margin-top: 0px;
}
.error__inner {
  position: relative;
}

/* ヘッダーセクション */
.error__inner_header {
  height: 400px;
  background: #F84E89;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 70px;
  position: relative;
}
.error__inner_header h2 {
  color: #ffffff;
  font-size: 52px;
  font-weight: 600;
  position: relative;
}
.error__inner_header p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  position: relative;
}
.error__inner_top-center-circle {
  width: 218px;
  height: 218px;
  border-radius: 50%;
  border: 20px solid #E4286A;
  box-shadow: 4.11px 4.11px 4.11px 4.11px #00000040;
  background: #ffffff;
  position: absolute;
  top: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.error__inner_top-center-circle-text {
  font-size: 56px;
}
.error__inner_ellipse {
  width: 120%;
  height: 272px;
  background: #FFE9F0;
  border-radius: 50%;
  position: absolute;
  top: 27%;
  left: -10%;
}
@media screen and (max-width: 767px) {
  .error__inner_header {
    padding-top: 40px;
    height: 250px;
  }
  .error__inner_header h2 {
    font-size: 32px;
  }
  .error__inner_header p {
    font-size: 14px;
  }
  .error__inner_top-center-circle {
    border: 10px solid #E4286A;
    width: 123px;
    height: 123px;
    top: 152px;
  }
  .error__inner_top-center-circle-text {
    font-size: 42px;
  }
  .error__inner_ellipse {
    width: 120%;
    height: 100px;
    background: #FFE9F0;
    border-radius: 50%;
    position: absolute;
    top: 30%;
    left: -10%;
  }
}
/* ヘッダーセクション end */
/* 背景画像 */
/* 上側 */
.error-bg1 {
  position: absolute;
  width: 180px;
  height: 90px;
  left: 112px;
  top: 162px;
}
.error-bg2 {
  position: absolute;
  width: 145px;
  height: 110px;
  left: 368px;
  top: 38px;
}
.error-bg3 {
  position: absolute;
  width: 157px;
  height: 95px;
  left: 645px;
  top: 20px;
}
.error-bg4 {
  position: absolute;
  width: 129px;
  height: 101px;
  right: 600px;
  top: 42px;
}
.error-bg5 {
  position: absolute;
  width: 140px;
  right: 550px;
  height: 150px;
  top: 200px;
}
.error-bg6 {
  position: absolute;
  width: 144px;
  height: 120px;
  right: 60px;
  top: 100px;
}
.error-bg7 {
  position: absolute;
  left: 9%;
  top: 17%;
}
.error-bg8 {
  position: absolute;
  left: 33%;
  top: 9%;
}
.error-bg9 {
  position: absolute;
  right: 25%;
  top: 7%;
}
.error-bg10 {
  position: absolute;
  right: 0%;
  top: 15%;
}
/* 下側 */
.error-bg11 {
  position: absolute;
  width: 150px;
  height: 110px;
  bottom: 4%;
  left: 13%;
  z-index: 1;
}
.error-bg12 {
  position: absolute;
  width: 179px;
  height: 128px;
  bottom: 5%;
  left: 45%;
  z-index: 1;
}
.error-bg13 {
  position: absolute;
  width: 174px;
  height: 185px;
  bottom: 5%;
  left: 75%;
  z-index: 1;
}
.error-bg14 {
  display: none;
}
@media screen and (max-width: 1500px) {
  .error-bg4 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .error-bg1 {
    display: none;
  }
  .error-bg2 {
    width: 65px;
    height: 52px;
    top: 122px;
    left: 38px;
  }
  .error-bg3 {
    position: absolute;
    width: 100px;
    height: 65px;
    left: 168px;
    top: 20px;
  }
  .error-bg5 {
    width: 60px;
    height: 63px;
    top: 17px;
    left: 32px;
  }
  .error-bg6 {
    position: absolute;
    width: 60px;
    height: 63px;
    left: 344px;
    top: 108px;
  }
  .error-bg7 {
    width: 130px;
    top: 15%;
    left: 36%;
  }
  .error-bg8 {
    width: 160px;
    left: -8%;
    top: 39%;
  }
  .error-bg9 {
    width: 150px;
    top: 46%;
    right: -11%;
  }
  .error-bg10 {
    display: none;
  }
  .error-bg11 {
    position: absolute;
    width: 67px;
    height: 51px;
    left: 10%;
    bottom: 2%;
  }
  .error-bg12 {
    position: absolute;
    width: 77px;
    height: 58px;
    left: 40%;
    bottom: 4%;
  }
  .error-bg13 {
    position: absolute;
    width: 67px;
    height: 67px;
    left: 75%;
    bottom: 4%;
  }
  .error-bg14 {
    display: block;
    position: absolute;
    width: 65px;
    height: 55px;
    right: 20px;
    top: 24px;
  }
}
/* 背景画像 end */


/* フッターセクション */
.error__inner_ellipse-bottom {
  width: 120%;
  height: 150px;
  background: #FFE9F0;
  border-radius: 50%;
  position: absolute;
  left: -10%;
  bottom: 9%;
}
@media screen and (max-width: 767px) {
  .error__inner_ellipse-bottom {
    width: 120%;
    height: 100px;
    position: absolute;
    bottom: 10%;
    left: -10%;
  }
}

.error__inner_footer-section {
  background: #F84E89;
  height: 200px;
}

@media screen and (max-width: 767px) {
  .error__inner_footer-section {
    height: 145px;
  }
}
/* フッターセクション end */

/* メインセクション */
.error__inner_list-wrapper {
  height: 500px;
  background: #FFE9F0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.error__inner_list-title {
  font-size: 36px;
  font-weight: bold;
  z-index: 1;
  padding-bottom: 50px;
}
.error__inner_list-content {
  margin: 0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .error__inner_list-wrapper {
    height: 300px;
    padding: 60px 10px 0 10px;
  }
  .error__inner_list-title {
    font-size: 24px;
  }
  .error__inner_list-content {
    font-size: 12px;
  }
}
/* メインセクション end */
