.p-box_in {
  width: 93.7%;
  margin: 12px auto 33px;
}
@media screen and (max-width: 899px) {
  .p-box_in {
    width: 100%;
    margin: 25px auto 0;
  }
}
.p-box_in__head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 36px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-box_in__head {
    margin: 0 auto 38px;
    font-size: 1.7rem;
  }
}
.p-box_in__head::before, .p-box_in__head::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
}
.p-box_in__head::before {
  left: -20px;
  background: url(../img/box_catchcopy_orn_left.svg) no-repeat center/contain;
  transform: translate(-100%, -50%);
}
@media screen and (max-width: 899px) {
  .p-box_in__head::before {
    left: -5px;
  }
}
.p-box_in__head::after {
  right: -20px;
  background: url(../img/box_catchcopy_orn_right.svg) no-repeat center/contain;
  transform: translate(100%, -50%);
}
@media screen and (max-width: 899px) {
  .p-box_in__head::after {
    right: -5px;
  }
}
.p-box_in__contents {
  margin-bottom: 30px;
}
.p-box_in__contents-block {
  padding: 20px 30px 30px;
  border: 1px solid var(--color-black);
  border-radius: 22px;
}
@media screen and (max-width: 899px) {
  .p-box_in__contents-block {
    padding: 15px 16px 16px;
  }
}
.p-box_in__contents-block + .p-box_in__contents-block {
  margin-top: 29px;
}
.p-box_in__contents-block-title {
  margin-bottom: 18px;
  padding: 13px 0 20px;
  padding-left: 46px;
  font-size: 2.2rem;
  font-weight: 600;
  border-bottom: 1px solid var(--color-gray);
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-box_in__contents-block-title {
    padding: 25px 0 17px;
    font-size: 1.7rem;
    line-height: 1.1;
  }
}
.p-box_in__contents-block-title::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  background: url(../img/icon_box_red.svg) no-repeat center/contain;
}
@media screen and (min-width: 900px) {
  .p-box_in__contents-block-title::before {
    top: 44%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 899px) {
  .p-box_in__contents-block-title::before {
    width: 16px;
    height: 16px;
    top: 0;
  }
}
.p-box_in__contents-block-detail {
  margin-bottom: 27px;
}
@media screen and (max-width: 899px) {
  .p-box_in__contents-block-detail {
    margin-bottom: 30px;
  }
}
.p-box_in__contents-block-detail p {
  margin-bottom: 24px;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 899px) {
  .p-box_in__contents-block-detail p {
    margin-bottom: 22px;
    font-size: 1.3rem;
    line-height: 1.46;
  }
}
.p-box_in__contents-block-detail p.u-bold {
  font-weight: 800;
}
.p-box_in__contents-block-detail p:last-of-type {
  margin-bottom: 0;
}
.p-box_in__contents-block-detail a {
  color: var(--color-black);
  font-family: var(--font-en);
}
.p-box_in__contents-block-link {
  width: 120px;
}
.p-box_in__contents-block-link-text {
  padding: 7px;
  text-align: center;
  font-size: 1.3rem;
}
.p-box_in .p-box_in__caution-list-item {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.4rem;
  line-height: 1.7;
}
@media screen and (max-width: 899px) {
  .p-box_in .p-box_in__caution-list-item {
    margin-bottom: 2px;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 1.3rem;
    line-height: 1.54;
  }
}

.p-box_detail {
  margin-bottom: 15px;
}
@media screen and (max-width: 899px) {
  .p-box_detail {
    margin-bottom: 2px;
  }
}
.p-box_detail__message {
  margin-bottom: 39px;
  padding: 18px 15px 13px;
  border-radius: 22px;
  border: 6px solid var(--color-red);
}
@media screen and (max-width: 899px) {
  .p-box_detail__message {
    margin-bottom: 59px;
    padding: 18px 15px 13px;
    border-radius: 0 0 10px 10px;
    border: 3px solid var(--color-red);
  }
}
.p-box_detail__message-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 23px;
  padding: 10px;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  border: 1px solid var(--color-black);
  border-radius: 5px;
  background-color: var(--color-white);
  position: relative;
  box-shadow: 2px 2px 0 var(--color-gray);
}
@media screen and (max-width: 899px) {
  .p-box_detail__message-title {
    margin: 0 auto 23px;
    padding: 10px 28px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}
.p-box_detail__message-title::before {
  content: "";
  display: block;
  width: 20px;
  height: 13px;
  position: absolute;
  left: calc(50% + 2px);
  bottom: -1px;
  transform: translate(-50%, 100%);
  background-color: var(--color-gray);
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.p-box_detail__message-title::after {
  content: "";
  display: block;
  width: 20px;
  height: 13px;
  position: absolute;
  left: 50%;
  bottom: 1px;
  transform: translate(-50%, 100%);
  background: url(../img/box_mbr-msg_fukidashi-under.svg) no-repeat center/contain;
  z-index: 1;
}
.p-box_detail__message-text {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 899px) {
  .p-box_detail__message-text {
    font-size: 1.5rem;
  }
}
.p-box_detail__form {
  padding: 33px 0 36px;
  border-top: 1px solid var(--color-black);
  border-bottom: 1px solid var(--color-black);
}
@media screen and (max-width: 899px) {
  .p-box_detail__form {
    width: 90.8%;
    margin: 0 auto;
    padding: 33px 0 29px;
  }
}
.p-box_detail__form-title {
  margin-bottom: 23px;
  font-size: 1.7rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .p-box_detail__form-title {
    margin-bottom: 28px;
    font-size: 1.7rem;
    line-height: 1.22;
  }
}
.p-box_detail__form-item-text {
  width: 254px;
  margin: 0 auto;
  background-color: var(--color-white);
  border-color: var(--color-red);
  color: var(--color-red);
  padding: 15px 0;
  font-size: 1.6rem;
  text-align: center;
  transition: color 0.5s var(--ease-main), background-color 0.5s var(--ease-main);
}
@media screen and (min-width: 900px) {
  .p-box_detail__form-item-text:hover {
    background-color: var(--color-red);
    color: var(--color-white);
  }
}
@media screen and (max-width: 899px) {
  .p-box_detail__form-item-text {
    width: 176px;
    padding: 20px 0;
  }
}
.p-box_detail__post {
  padding: 40px 0 60px;
}
@media screen and (max-width: 899px) {
  .p-box_detail__post {
    width: 90.8%;
    padding: 58px 0 57px;
    margin: 0 auto;
  }
}
.p-box_detail__post-list-item {
  display: flex;
  justify-content: space-between;
  padding: 35px 32px 34px;
  border: 1px solid var(--color-black);
  border-radius: 22px;
  box-shadow: 2px 3px 0 var(--color-gray);
}
@media screen and (max-width: 899px) {
  .p-box_detail__post-list-item {
    display: block;
    padding: 23px 19px 25px;
  }
}
.p-box_detail__post-list-item + .p-box_detail__post-list-item {
  margin-top: 18px;
}
.p-box_detail__post-list-item-name {
  width: 20%;
}
@media screen and (max-width: 899px) {
  .p-box_detail__post-list-item-name {
    width: 100%;
    margin-bottom: 17px;
  }
}
.p-box_detail__post-list-item-name .p-in-main {
  margin-bottom: 12px;
  font-size: 1.8rem;
}
@media screen and (max-width: 899px) {
  .p-box_detail__post-list-item-name .p-in-main {
    margin-bottom: 7px;
    font-size: 1.7rem;
  }
}
.p-box_detail__post-list-item-name .p-in-num {
  font-size: 1.4rem;
}
@media screen and (max-width: 899px) {
  .p-box_detail__post-list-item-name .p-in-num {
    font-size: 1.2rem;
  }
}
.p-box_detail__post-list-item-text {
  width: 78.9%;
  padding: 15px 25px;
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  line-height: 1.58;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-box_detail__post-list-item-text {
    width: 100%;
    padding: 16px 5px 3px;
    font-size: 1.3rem;
    letter-spacing: 0.07em;
    line-height: 1.65;
  }
}
.p-box_detail__post-list-item-text::before, .p-box_detail__post-list-item-text::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
}
@media screen and (max-width: 899px) {
  .p-box_detail__post-list-item-text::before, .p-box_detail__post-list-item-text::after {
    width: 15px;
    height: 15px;
  }
}
.p-box_detail__post-list-item-text::before {
  left: 0;
  top: 0;
  background: url(../img/box_usr-cmt_bracket_left.svg) no-repeat center/contain;
}
.p-box_detail__post-list-item-text::after {
  right: 0;
  bottom: -6px;
  background: url(../img/box_usr-cmt_bracket_right.svg) no-repeat center/contain;
}
.p-box_detail__nav {
  margin: 0 auto 39px;
}
@media screen and (max-width: 899px) {
  .p-box_detail__nav {
    width: 90%;
    margin: 0 auto 70px;
    position: relative;
  }
}
.p-box_detail__link {
  width: 200px;
  margin: 0 auto;
}
.p-box_form {
  width: 74.2%;
  margin: 0 auto;
  padding: 6px 0 34px;
}
@media screen and (max-width: 899px) {
  .p-box_form {
    width: 91%;
    padding: 20px 0 2px;
  }
}

.p-box_form__contents-attention {
  margin-bottom: 30px;
  font-size: 1.7rem;
  line-height: 1.7;
  color: var(--color-red);
}
@media screen and (max-width: 899px) {
  .p-box_form__contents-attention {
    font-size: 1.5rem;
  }
}
.p-box_form__contents-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 29px 0;
  border-bottom: 1px solid var(--color-gray);
}
.p-box_form__contents-item:first-of-type {
  border-top: 1px solid var(--color-gray);
}
@media screen and (max-width: 899px) {
  .p-box_form__contents-item {
    display: block;
    padding: 12px 0 16px;
  }
  .p-box_form__contents-item:nth-of-type(1) {
    display: flex;
    justify-content: flex-start;
    padding: 21px 0 16px;
  }
  .p-box_form__contents-item:nth-of-type(1) .p-box_form__contents-item-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 16px;
  }
}
@media screen and (min-width: 900px) {
  .p-box_form__contents-item:nth-of-type(2) .p-box_form__contents-item-title {
    margin-top: 16px;
  }
}
.p-box_form__contents-item-title {
  width: 102px;
  margin-right: 65px;
  font-size: 1.7rem;
  text-align: right;
}
@media screen and (max-width: 899px) {
  .p-box_form__contents-item-title {
    width: 100%;
    text-align: left;
    margin: 0 auto 10px;
    font-size: 1.5rem;
  }
}
.p-box_form__contents-item-detail {
  flex: 1;
}
.p-box_form__contents-item-detail .p-in-text {
  font-family: var(--font-en);
  font-size: 1.5rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 899px) {
  .p-box_form__contents-item-detail .p-in-text {
    font-size: 2rem;
    letter-spacing: 0.08em;
  }
}
.p-box_form__contents-item-detail .p-in-caution {
  font-size: 1.4rem;
  margin-top: 8px;
  line-height: 1.5;
}
@media screen and (max-width: 899px) {
  .p-box_form__contents-item-detail .p-in-caution {
    font-size: 1.3rem;
    margin-top: 7px;
  }
}
.p-box_form__contents-item-detail input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  padding: 12px;
  font-size: 1.6rem;
  border: 1px solid var(--color-black);
  border-radius: 7px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 899px) {
  .p-box_form__contents-item-detail input {
    padding: 8px;
  }
}
.p-box_form__contents-item-detail textarea {
  box-sizing: border-box;
  width: 100%;
  height: 230px;
  padding: 16px;
  font-size: 1.6rem;
  border: 1px solid var(--color-black);
  border-radius: 7px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 899px) {
  .p-box_form__contents-item-detail textarea {
    height: 300px;
  }
}
.p-box_form__contents-btn {
  margin-top: 58px;
}
@media screen and (max-width: 899px) {
  .p-box_form__contents-btn {
    margin-top: 11px;
  }
}
.p-box_form__contents-btn input {
  width: 257px;
  padding: 13px 0;
  margin: 0 auto;
  border: 0;
  border: 1px solid var(--color-red);
  font-family: var(--font-en);
  font-size: 1.6rem;
  background-color: var(--color-red);
  color: var(--color-white);
  transition: color 0.5s var(--ease-main), background-color 0.5s var(--ease-main);
}
@media screen and (min-width: 900px) {
  .p-box_form__contents-btn input:hover {
    background-color: var(--color-white);
    color: var(--color-red);
  }
}
@media screen and (max-width: 899px) {
  .p-box_form__contents-btn input {
    width: 180px;
  }
}

@media screen and (min-width: 900px) {
  .p-box_form__thanks {
    margin-bottom: 187px;
  }
}
.p-box_form__thanks-head {
  margin-bottom: 38px;
  font-size: 2.7rem;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 899px) {
  .p-box_form__thanks-head {
    margin-bottom: 24px;
    font-size: 1.7rem;
  }
}
.p-box_form__thanks-detail {
  width: 80%;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 899px) {
  .p-box_form__thanks-detail {
    width: 100%;
    font-size: 1.4rem;
    line-height: 2.05;
  }
}