@charset "utf-8";

.fc_red {
  color: #e60012;
}

#referee .page-width {
  max-width: 1140px;
}

.contents_inner {
  padding-top: 51px;
  padding-bottom: 100px;
}

.box_white {
  padding: 50px 40px;
  background: #fff;
  border-radius: 6px;
  display: block;
  box-shadow: 0 0 5px 0 rgba(74, 27, 26, 0.11);
}

.referee_wrap {
  position: relative;
  margin: -40px -30px;
  padding: 60px;
  background-color: #fbf3bd;
}

.referral_wrap {
  position: relative;
  margin: -40px -30px;
  padding: 60px;
  background-color: #fbf3bd;
}

.referee_inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 50px;
  z-index: 1;
}

.referral_inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 50px;
  z-index: 1;
}

.referee_inner_a:before,
.referee_inner:after {
  position: absolute;
  display: block;
  content: '';
  z-index: 10;
}

.referee_inner_a:before {
  top: 0;
  left: -47px;
  width: calc(100% + 90px);
  height: 98px;
  background: url(/referee/img/kazari.png) 0 0 / 100% no-repeat;
}

.referee_inner:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 20px);
  max-width: 980px;
  height: calc(100% - 20px);
  border: 2px dashed #fbf3bd;
  border-radius: 10px;
  z-index: -1;
}

.referee_title {
  position: relative;
  right: -38px;
  width: 107%;
  margin-bottom: -15%;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  z-index: 1;
}

.referee_title img {
  width: 100%;
  height: auto;
}

.img02 {
  width: 100%;
  max-width: 880px;
  height: auto;
  margin: 0 auto;
}

.referee_term {
  position: relative;
  max-width: 82.5%;
  margin: 35px auto;
  padding: 20px;
  background-color: #fbf3bd;
  border-radius: 5px;
  z-index: 10;
}

.referee_term dl {
  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;
}

.referee_term dt {
  margin-right: 18px;
  padding: 4px 14px;
  color: #fff;
  background-color: #efad0f;
  border-radius: 5px;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.16em;
  text-align: center;
}

.referee_term dd {
  color: #eea800;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: .04em;
}

.referee_text {
  margin-bottom: 47px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}

.referee_text img {
  width: 100%;
  height: auto;
}

.referee_btn_txt {
  margin: 65px 0 15px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.referee_btn {
  display: block;
  width: 100%;
  max-width: 828px;
  margin: 0 auto;
}

.referee_btn img {
  width: 100%;
  height: auto;
}

.referee_btn:hover {
  opacity: .7;
}

.referee_btn_att {
  max-width: 800px;
  margin: 10px auto 0;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: .02em;
  line-height: 1.5;
}
.error_title {
  color: #e42725;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: .02em;
  text-align: center;
}

.error_title:before {
  content: '';
  display: inline-block;
  width: 52px;
  height: 47px;
  margin-right: 12px;
  background: url(/sp/referral/img/icon_error.png) 0 0 / contain no-repeat;
  vertical-align: middle;
}

.error_msg {
  margin-top: 42px;
  padding: 28px 10px;
  background-color: #f3f3f3;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .06em;
  text-align: center;
}

.btn_back {
  position: relative;
  display: block;
  width: 400px;
  height: 72px;
  margin: 70px auto 0;
  color: #fff !important;
  background: #c2a883;
  border-radius: 6px !important;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  line-height: 72px;
}

.btn_back:before {
  position: absolute;
  top: 50%;
  left: 20px;
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  margin-top: -5px;
  border-style: solid;
  border-width: 5.5px 10px 5.5px 0;
  border-color: transparent #ffffff transparent transparent;
}