.p-special__content-in {
  width: 100%;
}

.oekaki_title {
  width: 65%;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 899px) {
  .oekaki_title {
    width: 100%;
  }
}

.oekaki_lead {
  margin-top: 50px;
  text-align: center;
  line-height: 1.8em;
  font-size: 15px;
}

@media screen and (max-width: 899px) {
  .oekaki_lead {
    font-size: 13px;
    margin-top: 30px;
  }
}

.oekaki_about {
  position: relative;
  padding: 50px 60px;
  margin-top: 50px;
  background: url(../../img/common/bg_02.jpg) repeat top center;
}

.oekaki_about::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid var(--color-gold);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

@media screen and (max-width: 899px) {
  .oekaki_about::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
}

@media screen and (max-width: 899px) {
  .oekaki_about {
    background-size: 50px;
    padding: 7% 5%;
    margin-top: 30px;
  }
}

.oekaki_about dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  margin-bottom: 30px;
}

@media screen and (max-width: 899px) {
  .oekaki_about dl {
    font-size: 13px;
    margin-bottom: 15px;
    display: block;
  }
}

.oekaki_about dl dt {
  width: 10em;
  font-weight: 700;
  color: var(--color-red);
}

@media screen and (max-width: 899px) {
  .oekaki_about dl dt {
    line-height: 1.5em;
    width: 100%;
  }
}

.oekaki_about dl dd {
  width: calc(100% - 10em);
}

@media screen and (max-width: 899px) {
  .oekaki_about dl dd {
    line-height: 1.5em;
    width: 100%;
    margin-top: 5px;
  }
}

.oekaki_about dl dd .sub {
  font-size: 13px;
  margin-top: 10px;
}

@media screen and (max-width: 899px) {
  .oekaki_about dl dd .sub {
    font-size: 11px;
    margin-top: 5px;
    line-height: 1.3em;
  }
}

.oekaki_about dl dd p {
  margin-top: 15px;
  line-height: 1.5em;
}

.oekaki_about dl dd p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 899px) {
  .oekaki_about dl dd p {
    margin-top: 12px;
    line-height: 1.4em;
  }
}

.oekaki_about .att {
  font-size: 13px;
}

@media screen and (max-width: 899px) {
  .oekaki_about .att {
    font-size: 11px;
    line-height: 1.5em;
  }
}

.form {
  position: relative;
  padding: 50px 60px;
  margin-top: 50px;
  background: url(../../img/common/bg_02.jpg) repeat top center;
}

.form::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid var(--color-gold);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

@media screen and (max-width: 899px) {
  .form::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
}

@media screen and (max-width: 899px) {
  .form {
    background-size: 50px;
    padding: 7% 5% 10%;
    margin-top: 30px;
  }
}

.form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  margin-bottom: 30px;
}

@media screen and (max-width: 899px) {
  .form dl {
    font-size: 13px;
    margin-bottom: 15px;
    display: block;
  }
}

.form dl dt {
  width: 8em;
  font-weight: 700;
  color: var(--color-red);
  padding: 10px 0;
}

@media screen and (max-width: 899px) {
  .form dl dt {
    line-height: 1;
    width: 100%;
    padding: 10px 0;
  }
}

.form dl dd {
  width: calc(100% - 8em);
}

@media screen and (max-width: 899px) {
  .form dl dd {
    line-height: 1.5em;
    width: 100%;
    margin-top: 0;
  }
}

.form dl dd .sub {
  font-size: 13px;
  margin-top: 10px;
}

@media screen and (max-width: 899px) {
  .form dl dd .sub {
    font-size: 11px;
    margin-top: 5px;
    line-height: 1.3em;
  }
}

.form dl dd input {
  background: #fff;
  border: transparent;
  padding: 10px;
  width: calc(100% - 20px);
  font-family: var(--font-family);
}

.form dl dd input.elem_age {
  width: calc(50% - 20px);
}

.form dl dd input.file_input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.file_btn {
  border: 1px solid var(--color-gold);
  text-align: center;
  background: #fff;
  padding: 15px;
  cursor: pointer;
  width: 50%;
  -webkit-transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}

@media screen and (min-width: 900px) {
  .file_btn:hover {
    background-color: var(--color-gold);
  }
}

@media screen and (max-width: 899px) {
  .file_btn {
    width: 80%;
    padding: 10px;
  }
}

.form dl dd select {
  background: #fff;
  border: transparent;
  padding: 10px;
  width: 50%;
  font-family: var(--font-family);
}

.form .submit_btn {
  cursor: pointer;
  background: var(--color-gold);
  border: solid 1px var(--color-gold);
  width: 200px;
  font-size: 15px;
  text-align: center;
  margin: 5px auto 0;
  -webkit-transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}

.form .submit_btn input {
  width: 100%;
  padding: 15px 0;
  border: transparent;
  font-family: var(--font-family);
}

@media screen and (min-width: 900px) {
  .form .submit_btn:hover {
    background: #fff;
  }
}

@media screen and (max-width: 899px) {
  .form .submit_btn {
    font-size: 13px;
    width: 100%;
    margin-top: 30px;
  }
}

.note_wrap {
  margin-top: 80px;
  line-height: 1.5em;
  font-size: 13px;
}

@media screen and (max-width: 899px) {
  .note_wrap {
    font-size: 11px;
    margin-top: 50px;
  }
}

.note_wrap .note_list {
  margin-top: 30px;
}

@media screen and (max-width: 899px) {
  .note_wrap .note_list {
    margin-top: 20px;
  }
}

.note_wrap .note_list:first-child {
  margin-top: 0;
}

.note_wrap .note_list li {
  text-indent: -1em;
  padding-left: 1em;
}

.note_wrap .note_list li.cap {
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--color-red);
  font-size: 15px;
}

@media screen and (max-width: 899px) {
  .note_wrap .note_list li.cap {
    margin-bottom: 5px;
    font-size: 13px;
  }
}

.note_wrap .note_list li span {
  font-weight: 800;
  vertical-align: baseline;
}

.note_wrap .note_list a {
  color: var(--color-red);
}

.p-header__logo{
  display: none;
}
.l-in {
  padding: 80px 0 152px 0;
}
@media screen and (max-width: 899px) {
.l-in {
  padding: 80px 0 127px 0;
}
}