.c-page-header {
  background: url("../img/common/page-header.png") left/874px 100% no-repeat, url("../img/dresscode/page-header.jpg") center/ cover no-repeat;
}

@media screen and (max-width: 896px) {
  .c-page-header {
    background: url("../img/common/page-header_sp.png") left/60% 100% no-repeat, url("../img/dresscode/page-header_sp.jpg") center/ cover no-repeat;
  }
}
.d-column {
  max-width: 940px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 50px;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  .d-column {
    padding: 0 15px;
  }
}

.d-lead {
  text-align: center;
  font-size: 18px;
  line-height: 36px;
}
@media screen and (max-width: 896px) {
  .d-lead {
    font-size: 16px;
    line-height: 24px;
    text-align: start;
  }
}

section {
  padding-top: 134px;
}
section h2 {
  text-align: center;
  margin-bottom: 30px;
  font-family: "Yu Gothic";
  font-weight: 500;
  font-size: 24px;
}
@media screen and (max-width: 896px) {
  section {
    padding-top: 51px;
  }
  section h2 {
    margin-top: 22.5px;
  }
}

.dbox {
  background: #fff;
  border: 1px solid rgba(152, 158, 116, 0.5);
  padding: 78px 50px 50px;
  border-radius: 20px;
  position: relative;
}
.dbox__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dbox__flex div {
  width: 250px;
  text-align: center;
}
.dbox__atn div{
  width: 140px;
  margin-bottom: 30px;
  margin-inline: auto;
}
.dbox + p {
  margin-top: 25px;
  text-align: center;
}
.dbox__ngsty {
  background: rgba(255, 255, 255, 0.8);
  padding: 76px 50px 60px;
  position: relative;
  z-index: 0;
  margin-bottom: 71px;
}
.dbox__ban {
  position: absolute;
  top: 85px;
  left: 50%;
  z-index: -1;
  width: 165px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.dbox__ban > span {
  display: block;
  width: 165px;
  height: 20px;
  background: #CDCCE6;
  position: absolute;
  -webkit-transform: translateY(-9px) rotate(-45deg);
          transform: translateY(-9px) rotate(-45deg);
}
.dbox__ban > span:nth-child(2) {
  -webkit-transform: translateY(-9px) rotate(45deg);
          transform: translateY(-9px) rotate(45deg);
}
.dbox__ban + p {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  margin-bottom: 88px;
}
.dbox__exam {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
  margin-bottom: 30px;
}
.dbox__exam > li {
  width: calc(25% - (78px / 4));
  text-align: center;
  line-height: 20px;
}
.dbox__exam > li p:first-of-type {
  padding-top: 1em;
}
.dbox__atn {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 896px) {
  .dbox {
    padding: 47px 15px 42.5px;
  }
  .dbox__flex {
    gap: 15px;
  }
  .dbox__flex div {
    width: calc(50% - (15px / 2));
    margin: 0 auto;
  }
  .dbox__ngsty {
    padding: 42.5px 15px 30px;
    border: 1px solid #8F8F8F;
    border-radius: 15px;
  }
  .dbox + p {
    margin-top: 15px;
    text-align: start;
  }
  .dbox__ban {
    top: 54px;
    width: 100px;
  }
  .dbox__ban > span {
    width: 100px;
    height: 12px;
  }
  .dbox__ban + p {
    margin-bottom: 46.5px;
    font-size: 16px;
  }
  .dbox__exam {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 25px 15px;
  }
  .dbox__exam > li {
    width: calc(50% - (15px / 2));
    font-size: 14px;
    line-height: 18px;
  }
  .dbox__atn div{
    width: 50%;
  }
  .dbox__atn>p {
    font-size: 14px;
    text-align: start;
  }
}
.okbat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
}
.okbat > div {
  width: 46%;
  position: relative;
}
.okbat > div ._bat {
  z-index: 0;
  top: 5px;
  left: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
}
.okbat > div ._bat span {
  width: 50px;
  height: 7px;
  background: #09008E;
}
.okbat > div p {
  letter-spacing: -1px;
  padding-top: 1em;
}
.okbat > div:nth-child(2) p {
  text-align: center;
}
.okbat__imbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.okbat__imbox div:nth-child(2) {
    padding-left: 51px;
  }
.okbat__ok {
  display: inline-block;
  width: 39px;
  height: 39px;
  border: 5px solid #FF5B5B;
  border-radius: 50%;
  position: absolute;
  top: -17px;
  left: 34%;
}
.okbat._bat {
  z-index: 0;
}

@media screen and (max-width: 896px) {
  .okbat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 47.5px;
  }
  .okbat > div {
    width: 100%;
  }
  .okbat__imbox {
    gap: 15px;
  }
  .okbat__imbox div {
    width: calc(50% - 7.5px);
    text-align: center;
  }
  .okbat__imbox div:nth-child(2) {
    padding-left: 0;
  }
  .okbat > div p {
    font-size: 14px;
    text-align: center;
  }
  .okbat > div:nth-child(2) p {
  text-align: start;
  }
  .okbat__ok {
    left: 25%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -20px;
  }
  .okbat > div ._bat {
    left: 75%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 50px;
  }
}

.colchen {
  background: #FCFEF0;
}

.deco {
  display: block;
  position: absolute;
}
.deco span {
  height: 0;
  display: block;
  width: 100%;
}
.deco._01 {
  width: 464px;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.deco._01 span {
  padding-top: 3.889%;
  background: url("../img/dresscode/img_ashi_01.png") left top/100% 100% no-repeat;
}
@media screen and (max-width: 896px) {
  .deco._01 {
    width: 325px;
  }
}