@charset "utf-8";
/* PC ================================================== */
@media all and (min-width: 960px) {
  #request {
    width: 100%;
    height: auto;
    padding: 230px 0px 150px;
    padding: 100px 0px 150px;
    background-color: #faf9f2;
  }
  .request--inner {
    width: 90%;
    max-width: 900px;
    margin: 25px auto auto;
  }
  .request-txt {
    width: 100%;
    margin: auto auto 35px;
    font-size: 14px;
    line-height: 2;
    text-align: center;
    background-color: #bf8f40;
    color: #fff;
    padding: 15px;
    font-weight: bold;
  }
  .form-container {
    width: 100%;
  }
  .form-progress {
    width: 100%;
    margin: auto auto 55px;
    display: flex;
    justify-content: center;
  }
  .form-progress_child {
    width: 33.3333%;
    height: 66px;
    background-color: #ffffff;
    position: relative;
  }
  .form-progress_child.active {
    background-color: #413024;
    color: #ffffff;
  }
  .form-progress_child.active:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 33px 0 33px 18px;
    border-color: transparent transparent transparent #413024;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(100%, 0%);
    -webkit-transform: translate(100%, 0%);
    z-index: 1;
  }
  .form-progress-done:after {
    content: "";
    display: none;
  }
  .form-progress_child p {
    width: 100%;
    font-size: 16px;
    text-align: center;
    line-height: 66px;
    letter-spacing: 0.12em;
  }

  .form-container form {
    width: 100%;
  }
  .form-list-container {
    width: 100%;
    margin: auto auto 65px;
  }
  .form-list_title {
    display: inline-block;
    margin-bottom: 18px;
    font-size: 20px;
    letter-spacing: 0.12em;
    line-height: 1.6;
    border-bottom: solid 1px #604c3f;
  }
  .form-list {
    width: 100%;
  }
  .form-item {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .form-item:last-of-type {
    margin-bottom: 0px;
  }
  .form-item_heading {
    width: 190px;
    padding: 14px 0px;
    font-size: 16px;
  }
  .form-item_heading label {
    letter-spacing: 0.12em;
  }
  .mandatory {
    padding: 2px 4px 3px 3px;
    margin-left: 5px;
    border-radius: 2px;
    background-color: #8e1a1a;
    font-size: 12px;
    color: #ffffff;
    position: relative;
    top: -1px;
  }
  .form-item_inputbox {
    width: calc(100% - 190px);
    font-size: 16px;
    letter-spacing: 0.12em;
  }
  #zip-btn {
    width: 100px;
    height: 30px;
    border-radius: 3px;
    margin-left: 30px;
    background-color: #413024;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    line-height: 30px;
  }
  .form-item_inputbox span {
    font-size: 12px;
  }
  .contact-note {
    display: inline-block;
    margin-top: 7px;
  }
  .form-item_inputbox p {
    display: inline-block;
    padding: 14px 0px;
    font-size: 16px;
  }
  .form-family_box p {
    display: inline-block;
    padding: 14px 0px;
    margin: 0px 5px 0px 15px;
    font-size: 16px;
  }
  .form-family {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .form-family_box {
    width: 45%;
    font-size: 16px;
    letter-spacing: 0.12em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .prefecture-box {
    width: 340px;
    position: relative;
  }
  .prefecture-box:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #604c3f transparent transparent transparent;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    pointer-events: none;
  }

  .questionnaire-list {
    width: 100%;
  }
  .questionnaire-item {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .questionnaire-item:last-of-type {
    margin-bottom: 0px;
  }
  .questionnaire-item_heading {
    width: 330px;
    padding: 14px 0px;
    font-size: 16px;
    line-height: 1.5;
  }
  .questionnaire-item_heading label {
    font-size: 16px;
    letter-spacing: 0.12em;
  }
  .questionnaire-item_inputbox {
    width: calc(100% - 330px);
  }
  .questionnaire-item_inputbox p {
    display: inline-block;
    padding: 14px 0px;
    font-size: 16px;
    letter-spacing: 0.12em;
  }
  .questionnaire-selectbox {
    width: 100%;
    position: relative;
  }
  .questionnaire-selectbox:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #604c3f transparent transparent transparent;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    pointer-events: none;
  }
  .questionnaire-checkbox-container {
    width: calc(100% + 15px);
  }
  .questionnaire-checkbox-container_heading {
    width: 100%;
    padding-top: 30px;
    margin-bottom: 5px;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  .questionnaire-checkbox-container_details {
    width: 100%;
    letter-spacing: 0.05em;
  }

  .pp-container {
    width: 100%;
    margin: auto auto 60px;
  }
  .pp-container_inner {
    width: 100%;
  }
  .pp-container_heading {
    width: 100%;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
  }
  .pp-container_details {
    width: 100%;
    height: 220px;
    padding: 20px 25px;
    margin-bottom: 17px;
    background-color: #ffffff;
    overflow: scroll;
  }
  .pp-container_details p {
    width: 100%;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-align: justify;
  }
  .pp-check {
    text-align: center;
  }

  .submit-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  /* input */
  input[type="text"],
  select {
    width: 100%;
    height: 56px;
    padding: 0px 15px;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #ada29a;
    outline: none;
    color: #604c3f;
  }
  input[type="checkbox"] {
    display: none;
  }
  .checkbox {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding-left: 25px;
    margin-right: 10px;
    margin-bottom: 5px;
    position: relative;
    width: auto;
  }
  .checkbox:before {
    content: "";
    background: #ffffff;
    border-radius: 3px;
    border: 1px solid #ada29a;
    display: block;
    width: 16px;
    height: 16px;
    left: 0px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
  }
  .checkbox:after {
    border-right: 2px solid #604c3f;
    border-bottom: 2px solid #604c3f;
    content: "";
    display: block;
    height: 9px;
    left: 5px;
    margin-top: -5px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 6px;
    pointer-events: none;
  }
  input[type="checkbox"]:checked + .checkbox:after {
    opacity: 1;
  }
  input[name="postal_code_1"] {
    width: 130px;
    margin: 0px 10px;
  }
  input[name="postal_code_2"] {
    width: 155px;
    margin: 0px 10px;
  }
  select[name="prefecture"] {
    width: 100%;
  }
  input[name="age"] {
    width: 200px;
    margin-right: 10px;
  }
  input[name="family_adult"],
  input[name="family_children"] {
    width: 200px;
    margin: 0px 10px;
  }
  button[name="btn_confirm"] {
    display: block;
    width: 430px;
    height: 84px;
    margin: auto auto;
    border-radius: 5px;
    outline: none;
    border: none;
    background-color: #680000;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 84px;
    text-align: center;
    color: #ffffff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    cursor: pointer;
  }
  button[name="btn_confirm"].disabled {
    opacity: 0.3;
    pointer-events: none;
  }
  input[name="btn_back"],
  input[name="btn_submit"] {
    display: block;
    width: 48%;
    height: 84px;
    margin: auto auto;
    border-radius: 5px;
    outline: none;
    border: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 84px;
    text-align: center;
    color: #ffffff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    cursor: pointer;
  }
  input[name="btn_back"] {
    background-color: #999999;
  }
  input[name="btn_submit"] {
    background-color: #680000;
  }
  /* //input */

  .done-body {
    width: 100%;
    padding: 100px 0px;
  }
  .done-body p {
    width: 100%;
    text-align: center;
  }
}

/* Tablet ================================================== */
@media all and (min-width: 560px) and (max-width: 959px) {
  #request {
    width: 100%;
    height: auto;
    padding: 30px 0px 100px;
    padding: 30px 0px 100px;
    background-color: #faf9f2;
  }
  .request--inner {
    width: 90%;
    margin: 50px auto auto;
  }
  .request-txt {
    width: 100%;
    margin: auto auto 35px;
    font-size: 14px;
    line-height: 2;
    text-align: center;
    background-color: #bf8f40;
    color: #fff;
    padding: 15px;
    font-weight: bold;
  }
  .form-container {
    width: 100%;
  }
  .form-progress {
    width: 100%;
    margin: auto auto 55px;
    display: flex;
    justify-content: center;
  }
  .form-progress_child {
    width: 33.3333%;
    height: 40px;
    background-color: #ffffff;
    position: relative;
  }
  .form-progress_child.active {
    background-color: #413024;
    color: #ffffff;
  }
  .form-progress_child.active:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 5px;
    border-color: transparent transparent transparent #413024;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(100%, 0%);
    -webkit-transform: translate(100%, 0%);
    z-index: 1;
  }
  .form-progress-done:after {
    content: "";
    display: none;
  }
  .form-progress_child p {
    width: 100%;
    font-size: 12px;
    text-align: center;
    line-height: 40px;
    letter-spacing: 0em;
  }

  .form-container form {
    width: 100%;
  }
  .form-list-container {
    width: 100%;
    margin: auto auto 40px;
  }
  .form-list_title {
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 3px;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.6;
    border-bottom: solid 1px #604c3f;
  }
  .form-list {
    width: 100%;
  }
  .form-item {
    width: 100%;
    margin-bottom: 15px;
  }
  .form-item:last-of-type {
    margin-bottom: 0px;
  }
  .form-item_heading {
    width: 100%;
    padding: 8px 0px 5px;
    font-size: 16px;
  }
  .form-item_heading label {
    letter-spacing: 0.12em;
  }
  .mandatory {
    padding: 2px 4px 3px 3px;
    margin-left: 5px;
    border-radius: 2px;
    background-color: #8e1a1a;
    font-size: 12px;
    color: #ffffff;
    position: relative;
    top: -1px;
  }
  .form-item_inputbox {
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.12em;
  }
  #zip-btn {
    width: 100px;
    height: 30px;
    border-radius: 3px;
    margin-left: 30px;
    background-color: #413024;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    line-height: 30px;
  }
  .form-item_inputbox span {
    font-size: 12px;
  }
  .contact-note {
    display: inline-block;
    margin-top: 7px;
  }
  .form-item_inputbox p {
    display: inline-block;
    padding: 10px 0px 10px 15px;
    font-size: 16px;
  }
  .form-family_box p {
    display: inline-block;
    padding: 10px 0px 10px 15px;
    margin: 0px 5px 0px 15px;
    font-size: 16px;
  }
  .form-family {
    width: 100%;
  }
  .form-family_box {
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
    letter-spacing: 0.12em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .form-family_box:nth-of-type {
    margin-bottom: 0px;
  }
  .form-family_box span {
    width: 25%;
    font-size: 16px;
  }
  .prefecture-box {
    width: 340px;
    position: relative;
  }
  .prefecture-box:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #604c3f transparent transparent transparent;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    pointer-events: none;
  }

  .questionnaire-list {
    width: 100%;
  }
  .questionnaire-item {
    width: 100%;
    margin-bottom: 15px;
  }
  .questionnaire-item:last-of-type {
    margin-bottom: 0px;
  }
  .questionnaire-item_heading {
    width: 100%;
    padding: 8px 0px 5px;
    font-size: 16px;
    line-height: 1.5;
  }
  .questionnaire-item_heading label {
    font-size: 16px;
    letter-spacing: 0.12em;
  }
  .questionnaire-item_inputbox {
    width: 100%;
  }
  .questionnaire-item_inputbox p {
    display: inline-block;
    padding: 10px 0px 10px 15px;
    font-size: 16px;
    letter-spacing: 0.12em;
  }
  .questionnaire-selectbox {
    width: 100%;
    position: relative;
  }
  .questionnaire-selectbox:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #604c3f transparent transparent transparent;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    pointer-events: none;
  }
  .questionnaire-checkbox-container {
    width: calc(100% + 15px);
  }
  .questionnaire-checkbox-container_heading {
    width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  .questionnaire-checkbox-container_details {
    width: 100%;
    letter-spacing: 0.05em;
  }

  .pp-container {
    width: 100%;
    margin: auto auto 40px;
  }
  .pp-container_inner {
    width: 100%;
  }
  .pp-container_heading {
    width: 100%;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
  }
  .pp-container_details {
    width: 100%;
    height: 220px;
    padding: 20px 25px;
    margin-bottom: 17px;
    background-color: #ffffff;
    overflow: scroll;
  }
  .pp-container_details p {
    width: 100%;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-align: justify;
  }
  .pp-check {
    text-align: center;
  }

  .submit-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  /* input */
  input[type="text"],
  select {
    width: 100%;
    height: 56px;
    padding: 0px 15px;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #ada29a;
    outline: none;
    color: #604c3f;
  }
  input[type="checkbox"] {
    display: none;
  }
  .checkbox {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding-left: 25px;
    margin-right: 10px;
    margin-bottom: 5px;
    position: relative;
    width: auto;
  }
  .checkbox:before {
    content: "";
    background: #ffffff;
    border-radius: 3px;
    border: 1px solid #ada29a;
    display: block;
    width: 16px;
    height: 16px;
    left: 0px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
  }
  .checkbox:after {
    border-right: 2px solid #604c3f;
    border-bottom: 2px solid #604c3f;
    content: "";
    display: block;
    height: 9px;
    left: 5px;
    margin-top: -5px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 6px;
    pointer-events: none;
  }
  input[type="checkbox"]:checked + .checkbox:after {
    opacity: 1;
  }
  input[name="postal_code_1"] {
    width: 100px;
    margin: 0px 10px;
  }
  input[name="postal_code_2"] {
    width: 130px;
    margin: 0px 10px;
  }
  select[name="prefecture"] {
    width: 100%;
  }
  input[name="age"] {
    width: 150px;
    margin-right: 10px;
  }
  input[name="family_adult"],
  input[name="family_children"] {
    width: 50%;
    margin: 0px 10px;
  }
  button[name="btn_confirm"] {
    display: block;
    width: 100%;
    height: 60px;
    margin: auto auto;
    border-radius: 5px;
    outline: none;
    border: none;
    background-color: #680000;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    cursor: pointer;
  }
  button[name="btn_confirm"].disabled {
    opacity: 0.3;
    pointer-events: none;
  }
  input[name="btn_back"],
  input[name="btn_submit"] {
    display: block;
    width: 48%;
    height: 60px;
    margin: auto auto;
    border-radius: 5px;
    outline: none;
    border: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    cursor: pointer;
  }
  input[name="btn_back"] {
    background-color: #999999;
  }
  input[name="btn_submit"] {
    background-color: #680000;
  }
  /* //input */

  .done-body {
    width: 100%;
    padding: 100px 0px;
  }
  .done-body p {
    width: 100%;
    text-align: center;
  }
}

/* SP ================================================== */
@media all and (max-width: 559px) {
  #request {
    width: 100%;
    height: auto;
    padding: 30px 0px 100px;
    background-color: #faf9f2;
  }
  .request--inner {
    width: 90%;
    margin: 50px auto auto;
  }
  .request-txt {
    width: 100%;
    margin: auto auto 35px;
    font-size: 14px;
    line-height: 2;
    text-align: center;
    background-color: #bf8f40;
    color: #fff;
    padding: 10px;
    font-weight: bold;
  }
  .form-container {
    width: 100%;
  }
  .form-progress {
    width: 100%;
    margin: auto auto 55px;
    display: flex;
    justify-content: center;
  }
  .form-progress_child {
    width: 33.3333%;
    height: 40px;
    background-color: #ffffff;
    position: relative;
  }
  .form-progress_child.active {
    background-color: #413024;
    color: #ffffff;
  }
  .form-progress_child.active:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 5px;
    border-color: transparent transparent transparent #413024;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(100%, 0%);
    -webkit-transform: translate(100%, 0%);
    z-index: 1;
  }
  .form-progress-done:after {
    content: "";
    display: none;
  }
  .form-progress_child p {
    width: 100%;
    font-size: 12px;
    text-align: center;
    line-height: 40px;
    letter-spacing: 0em;
  }

  .form-container form {
    width: 100%;
  }
  .form-list-container {
    width: 100%;
    margin: auto auto 40px;
  }
  .form-list_title {
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 3px;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.6;
    border-bottom: solid 1px #604c3f;
  }
  .form-list {
    width: 100%;
  }
  .form-item {
    width: 100%;
    margin-bottom: 15px;
  }
  .form-item:last-of-type {
    margin-bottom: 0px;
  }
  .form-item_heading {
    width: 100%;
    padding: 8px 0px 5px;
    font-size: 16px;
  }
  .form-item_heading label {
    letter-spacing: 0.12em;
  }
  .mandatory {
    padding: 2px 4px 3px 3px;
    margin-left: 5px;
    border-radius: 2px;
    background-color: #8e1a1a;
    font-size: 12px;
    color: #ffffff;
    position: relative;
    top: -1px;
  }
  .form-item_inputbox {
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.12em;
  }
  #zip-btn {
    width: 100px;
    height: 30px;
    border-radius: 3px;
    margin-top: 15px;
    background-color: #413024;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    line-height: 30px;
  }
  .form-item_inputbox span {
    font-size: 12px;
  }
  .contact-note {
    display: inline-block;
    margin-top: 7px;
  }
  .form-item_inputbox p {
    display: inline-block;
    padding: 10px 0px 10px 15px;
    font-size: 16px;
  }
  .form-family_box p {
    display: inline-block;
    padding: 10px 0px 10px 15px;
    margin: 0px 5px 0px 15px;
    font-size: 16px;
  }
  .form-family {
    width: 100%;
  }
  .form-family_box {
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
    letter-spacing: 0.12em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .form-family_box:nth-of-type {
    margin-bottom: 0px;
  }
  .form-family_box span {
    width: 25%;
    font-size: 16px;
  }
  .prefecture-box {
    width: 340px;
    position: relative;
  }
  .prefecture-box:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #604c3f transparent transparent transparent;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    pointer-events: none;
  }

  .questionnaire-list {
    width: 100%;
  }
  .questionnaire-item {
    width: 100%;
    margin-bottom: 15px;
  }
  .questionnaire-item:last-of-type {
    margin-bottom: 0px;
  }
  .questionnaire-item_heading {
    width: 100%;
    padding: 8px 0px 5px;
    font-size: 16px;
    line-height: 1.5;
  }
  .questionnaire-item_heading label {
    font-size: 16px;
    letter-spacing: 0.12em;
  }
  .questionnaire-item_inputbox {
    width: 100%;
  }
  .questionnaire-item_inputbox p {
    display: inline-block;
    padding: 10px 0px 10px 15px;
    font-size: 16px;
    letter-spacing: 0.12em;
  }
  .questionnaire-selectbox {
    width: 100%;
    position: relative;
  }
  .questionnaire-selectbox:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #604c3f transparent transparent transparent;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    pointer-events: none;
  }
  .questionnaire-checkbox-container {
    width: calc(100% + 15px);
  }
  .questionnaire-checkbox-container_heading {
    width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  .questionnaire-checkbox-container_details {
    width: 100%;
    letter-spacing: 0.05em;
  }

  .pp-container {
    width: 100%;
    margin: auto auto 40px;
  }
  .pp-container_inner {
    width: 100%;
  }
  .pp-container_heading {
    width: 100%;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
  }
  .pp-container_details {
    width: 100%;
    height: 220px;
    padding: 20px 25px;
    margin-bottom: 17px;
    background-color: #ffffff;
    overflow: scroll;
  }
  .pp-container_details p {
    width: 100%;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-align: justify;
  }
  .pp-check {
    text-align: center;
  }

  .submit-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  /* input */
  input[type="text"],
  select {
    width: 100%;
    height: 56px;
    padding: 0px 15px;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #ada29a;
    outline: none;
    color: #604c3f;
  }
  input[type="checkbox"] {
    display: none;
  }
  .checkbox {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding-left: 25px;
    margin-right: 10px;
    margin-bottom: 5px;
    position: relative;
    width: auto;
  }
  .checkbox:before {
    content: "";
    background: #ffffff;
    border-radius: 3px;
    border: 1px solid #ada29a;
    display: block;
    width: 16px;
    height: 16px;
    left: 0px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
  }
  .checkbox:after {
    border-right: 2px solid #604c3f;
    border-bottom: 2px solid #604c3f;
    content: "";
    display: block;
    height: 9px;
    left: 5px;
    margin-top: -5px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 6px;
    pointer-events: none;
  }
  input[type="checkbox"]:checked + .checkbox:after {
    opacity: 1;
  }
  input[name="postal_code_1"] {
    width: 80px;
    margin: 0px 10px;
  }
  input[name="postal_code_2"] {
    width: 100px;
    margin: 0px 10px;
  }
  select[name="prefecture"] {
    width: 100%;
  }
  input[name="age"] {
    width: 150px;
    margin-right: 10px;
  }
  input[name="family_adult"],
  input[name="family_children"] {
    width: 50%;
    margin: 0px 10px;
  }
  button[name="btn_confirm"] {
    display: block;
    width: 100%;
    height: 60px;
    margin: auto auto;
    border-radius: 5px;
    outline: none;
    border: none;
    background-color: #680000;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    cursor: pointer;
  }
  button[name="btn_confirm"].disabled {
    opacity: 0.3;
    pointer-events: none;
  }
  input[name="btn_back"],
  input[name="btn_submit"] {
    display: block;
    width: 48%;
    height: 60px;
    margin: auto auto;
    border-radius: 5px;
    outline: none;
    border: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    cursor: pointer;
  }
  input[name="btn_back"] {
    background-color: #999999;
  }
  input[name="btn_submit"] {
    background-color: #680000;
  }
  /* //input */

  .done-body {
    width: 100%;
    padding: 100px 0px;
  }
  .done-body p {
    width: 100%;
    text-align: center;
  }
}
