.error_header .common_header--pc .menu-container > .link {
  color: #474747;
}

.error_header .common_header--pc .icons > .link {
  color: #6b6b6b;
}

.spacer {
  height: 150px;
}

@media screen and (max-width: 559px) {
  .spacer {
    height: 100px;
  }
}

.c-op-error .common_header--pc .menu-container > .link {
  color: #474747;
}

.c-op-error .common_header--pc .icons > .link {
  color: #6b6b6b;
}

.error-wrapper {
  width: 100%;
  padding: 50px 10px 70px;
  margin-bottom: 100px;
  background: url("../images/recruit/content-bg-yellow1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 559px) {
  .error-wrapper {
    background: url("../images/recruit/content-bg-yellow-sp1.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 30px 10px 50px;
    margin-bottom: 70px;
  }
}

.error-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  font-family: "メイリオ", "ＭＳ ゴシック", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
  margin: 0 auto 30px;
  width: 350px;
  padding: 12px 30px;
  border-radius: 100px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #707070;
  cursor: pointer;
}

.error_btn-arrow {
  margin-left: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}

@media screen and (max-width: 559px) {
  .error-button {
    width: 100%;
    max-width: 100%;
    padding: 10px;
    font-size: 1.5rem;
  }
}

.error-wrapper .tonton {
  background: #fffb8f;
}

.error-wrapper .ichigo {
  background: #ffdeee;
}

.error-wrapper .momo {
  background: #efe352;
}

.error-wrapper .common_arrow-img {
  height: 2rem;
}

@media screen and (min-width: 560px) {
  .error-container {
    max-width: 1024px;
    margin: 0 auto;
  }
}

.error-container .title {
  font-size: 3.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  padding: 10px 0 40px;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 559px) {
  .error-container .title {
    font-size: 2.2rem;
    padding: 10px 0;
    margin-bottom: 30px;
  }
}

.error-container .common_font-style--1 {
  font-size: 2.2rem;
  font-family: "メイリオ", "ＭＳ ゴシック", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
  line-height: 4rem;
}

@media screen and (max-width: 559px) {
  .error-container .common_font-style--1 {
    font-size: 1.6rem;
    line-height: 3rem;
  }
}

.error-container .description .margin {
  margin-bottom: 50px;
}

@media screen and (max-width: 559px) {
  .error-container .description .margin {
    margin-bottom: 30px;
  }
}
