@charset "utf-8";
/* CSS Document */

header {
  padding-top: 8px;
  padding-bottom: 6px;
}
header .header_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  padding-right: 40px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
header .header_content h1 {
  width: 192px;
}
header .header_content .flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 580px;
  margin-top: 18px;
  background-image: url('/img/purchaseOrder/book/pc/common/flow_line.png');
  background-repeat: repeat-x;
  background-position: center 16px;
  background-size: auto 1px;
}
header .header_content .flow li {
  width: 120px;
  text-align: center;
  background-color: #fff;
}
header .header_content .flow li:nth-child(2) {
  width: 150px;
  text-align: center;
  background-color: #fff;
}
header .header_content .flow li > span {
  display: block;
  padding-bottom: 0.2em;
  font-size: 20px;
  line-height: 1.5em;
  color: #9fa0a0;
  text-align: center;
  letter-spacing: 0;
  background-color: #fff;
}
header .header_content .flow li > span.active {
  border-bottom: 4px solid #6fba2c;
}
header .header_content .flow li > span .no {
  margin-right: 0.3em;
  font-weight: bold;
  color: #acba9c;
}

#slide_box {
  position: relative;
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: min-height;
}
#slide_box #slide_content {
  /*flex-wrap: wrap;*/
  position: relative;
  left: 0vw;
  display: flex;
  min-height: 1px;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: left;
}
#slide_box #slide_content .slide_block {
  width: 100vw;
}

.title_box {
  width: 100vw;
  margin-right: auto;
  margin-left: auto;
  background-color: #6fba2c;
}
.title_box h2 {
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1400px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.title_box span {
  font-size: 25px;
  line-height: 1.5em;
  color: #fff;
  text-align: center;
  background: linear-gradient(transparent 84%, #ffea00 84%);
}

.notice-pc {
  padding: 5px 5px 5px 5px;
  margin: 10px 7px;
  text-align: center;
  border: 1px solid;
  border-color: #c0c0c0;
}

.content {
  width: 96%;
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
}

.btn {
  position: relative;
  display: block;
  border-radius: 5px;
}
.btn::before {
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 100%;
  height: 18px;
  content: '';
  background-image: url('/img/purchaseOrder/book/pc/common/shadow_btn.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.btn a,
.btn > span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 4px;
  background-color: #fff;
  border-radius: 5px;
}
.btn > span {
  cursor: pointer;
}
.btn a span,
.btn > span .txt_content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 80px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2em;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#efefef+0,b5b5b6+100 */
  background: rgb(239, 239, 239); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(239, 239, 239, 1) 0%, rgba(181, 181, 182, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(239, 239, 239, 1) 0%, rgba(181, 181, 182, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(239, 239, 239, 1) 0%, rgba(181, 181, 182, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#b5b5b6',GradientType=0 ); /* IE6-9 */
  border-radius: 4px;
}
.btn > span button.txt_content {
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: none;
}
.btn a .txt_content::before,
.btn > span .txt_content::before {
  position: absolute;
  top: 30px;
  right: 11px;
  width: 20px;
  height: 20px;
  content: '';
  background-image: url('/img/purchaseOrder/book/pc/common/arrow_gray-btn.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.btn.active a .txt_content,
.btn.active > span .txt_content,
.btn:hover a .txt_content,
.btn:hover > span .txt_content {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcc800+0,ed6c00+100 */
  background: rgb(252, 200, 0); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(252, 200, 0, 1) 0%, rgba(237, 108, 0, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(252, 200, 0, 1) 0%, rgba(237, 108, 0, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(252, 200, 0, 1) 0%, rgba(237, 108, 0, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcc800', endColorstr='#ed6c00',GradientType=0 ); /* IE6-9 */
}
.btn.active a .txt_content::before,
.btn.active > span .txt_content::before,
.btn:hover a .txt_content::before,
.btn:hover > span .txt_content::before {
  background-image: url('/img/purchaseOrder/book/pc/common/arrow_orange-btn.png');
}

.quesiton {
  text-align: right;
}
.quesiton a {
  display: inline-block;
  width: 25px;
}

.chara01 {
  background-image: url('/img/purchaseOrder/book/pc/common/girl.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 126px auto;
}

.link_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 600px;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
}
.modal_link_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
.link_box .back_page,
.link_box .next_page {
  width: 49%;
}
.link_box .next_page {
  margin-left: 2%;
}
.link_box .back_page .form-Button-back {
  display: block;
  width: 100%;
  padding: 14px;
  margin: 0 auto;
  font-size: 21px;
  font-weight: bold;
  line-height: 1em;
  color: #7d7d7d;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  background-color: #eef5e3;
  background-image: url('/img/purchaseOrder/book/pc/common/arrow_gray_l.png');
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 10px auto;
  border: none;
  border-radius: 25px;
}

.modal_link_box .back_page,
.modal_link_box .next_page {
  width: 49%;
}
.modal_link_box .next_page {
  margin-left: 2%;
}
.modal_link_box .back_page .form-Button-back {
  display: block;
  width: 100%;
  padding: 14px;
  margin: 0 auto;
  font-size: 21px;
  font-weight: bold;
  line-height: 1em;
  color: #7d7d7d;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  background-color: #eef5e3;
  background-image: url('/img/purchaseOrder/book/pc/common/arrow_gray_l.png');
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 10px auto;
  border: none;
  border-radius: 25px;
}

footer {
  padding-top: 14px;
  padding-bottom: 18px;
  border-top: 2px solid #6fba2c;
}
footer p {
  font-size: 14px;
  color: #727171;
  text-align: center;
}

/*--- モーダル ----*/
.mobal_box {
  display: none;
}
.modaal-container {
  max-width: 695px;
  border-radius: 30px;
}
.modaal-content-container {
  padding: 50px;
}

/*--- フォーム ----*/
button {
  cursor: pointer;
}
input::placeholder {
  color: #dcdddd;
}
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
input[type='number'] {
  -moz-appearance: textfield;
}
.form-InputText {
  /* box-shadow: 3px 3px 6px 0 rgb(0 0 0 / 15%) inset;*/
  height: 1.8em;
  padding: 0.25em 0.5em;
  font-size: 22px;
  line-height: 1.5em;
  color: #7d7d7d;
  background-color: #fff9d4;
  border: 1px solid #999999;
  border-radius: 8px;
}
.form-InputText:focus {
  color: #495057;
  background-color: #fff;
  border-color: #f7a183;
  outline: 0;
  /*box-shadow: 4px 4px 16px -8px #999999 inset, 0 0 0 0.2rem rgb(234 72 16 / 25%);*/
}
.form-Button-01 {
  width: 100%;
  padding: 14px;
  margin: 0 auto;
  font-size: 21px;
  font-weight: bold;
  line-height: 1em;
  color: #fff;
  letter-spacing: 0.1em;
  cursor: pointer;
  background-color: #6cb23c;
  background-image: url('/img/purchaseOrder/book/pc/common/arrow_white.png');
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 10px auto;
  border: none;
  border-radius: 25px;
}
span.form-Button-01 {
  display: block;
  text-align: center;
  cursor: pointer;
}

.form-Select {
  position: relative;
  width: 100%;
  padding: 9px 24px 9px 9px;
  font-size: 22px;
  color: #7d7d7d;
  /*box-shadow: 4px 4px 16px -8px #999999 inset;*/
  background-color: #fff9d4;
  background-image: url('/img/purchaseOrder/book/pc/common/arrow_gray-select.png');
  background-repeat: no-repeat;
  background-position: right 9px center;
  background-size: 16px auto;
  border: 1px solid #999999;
  border-radius: 8px;
}
select {
  -webkit-appearance: none; /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
  appearance: none; /* 標準のスタイルを無効にする */
}
::-ms-expand {
  /* select要素のデザインを無効にする（IE用） */
  display: none;
}

.form-Radio input[type='radio'] {
  display: none;
}
.custom-control-label {
  padding-top: 6px;
  font-size: 14px;
  cursor: pointer;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
}
.form-Radio .custom-control-label::before {
  top: 3px;
  left: -30px;
  width: 25px;
  height: 25px;
  background-color: #ffffff;
  border: 1px solid #999999;
}
.form-Radio .custom-control-label::after {
  top: 7px;
  left: -26px;
  display: block;
  width: 17px;
  height: 17px;
}
.form-Radio .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #6cb23c;
}
.custom-control-label::before,
.custom-control-label::after {
  position: absolute;
  content: '';
  border-radius: 50%;
}

.form-ToggleBtn input[type='radio'] {
  display: none;
}
.form-ToggleBtn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  padding: 0;
  font-size: 22px;
  line-height: 1.2em;
  text-align: center;
  border: 2px solid #c9caca;
  border-radius: 8px;
  /*box-shadow: 2px 2px 8px 0 rgb(0 0 0 / 15%) inset;*/
}
.form-ToggleBtn .form-ToggleBtn_Text {
  font-size: 22px;
  line-height: 1.2em;
  color: #898989;
}

.form_Checkbox {
  display: flex;
  flex-wrap: wrap;
  padding: 3px 0 3px;
  cursor: pointer;
}
.form_Checkbox .ckboxInput {
  display: none;
}
.form_Checkbox .dummyInput {
  position: relative;
  top: 2px;
  display: block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  border: 1px solid #000;
}
.form_Checkbox .ckboxInput:checked + .dummyInput::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 40%;
  height: 2px;
  content: '';
  background: #f08300;
  transform: translate(-4px, 0px) rotateZ(-135deg);
}
.form_Checkbox .ckboxInput:checked + .dummyInput::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 76%;
  height: 2px;
  content: '';
  background: #f08300;
  transform: translate(-2px, -2px) rotateZ(-45deg);
}

@media screen and (max-width: 900px) {
  header {
    padding-top: 0.9vw;
    padding-bottom: 0.8vw;
  }
  header .header_content {
    padding-right: 2.4vw;
    padding-left: 1.7vw;
  }
  header .header_content h1 {
    width: 21.3vw;
  }
  header .header_content .flow {
    width: 64.4vw;
    margin-top: 2vw;
    background-position: center 1.8vw;
  }
  header .header_content .flow li {
    width: 13.3vw;
  }
  header .header_content .flow li:nth-child(2) {
    width: 16.7vw;
  }
  header .header_content .flow li > span {
    font-size: 2.2vw;
  }
  header .header_content .flow li > span.active {
    border-bottom: 0.4vw solid #6fba2c;
  }
}

@media screen and (max-width: 700px) {
  .title_box h2 {
    height: 14.3vw;
  }
  .title_box span {
    font-size: 3.6vw;
  }

  .btn {
    border-radius: 0.7vw;
  }
  .btn::before {
    bottom: -1.9vw;
    height: 2.6vw;
  }
  .btn a,
  .btn > span {
    padding: 0.6vw;
    border-radius: 0.7vw;
  }
  .btn a span,
  .btn > span .txt_content {
    height: 11.4vw;
    font-size: 3.1vw;
    border-radius: 0.6vw;
  }
  .btn a .txt_content::before,
  .btn > span .txt_content::before {
    top: 4.3vw;
    right: 1.6vw;
    width: 2.9vw;
    height: 2.9vw;
  }

  .quesiton a {
    width: 3.6vw;
  }

  .chara01 {
    background-size: 16vw auto;
  }

  .link_box {
    width: 72vw;
    max-width: none;
    margin-top: 11.4vw;
  }
  .modal_link_box {
    width: 72vw;
    max-width: none;
  }
  .link_box .back_page .form-Button-back {
    padding: 2vw;
    font-size: 3vw;
    background-position: 2.9vw center;
    background-size: 1.4vw auto;
    border-radius: 3.6vw;
  }
  .modal_link_box .back_page .form-Button-back {
    padding: 2vw;
    font-size: 3vw;
    background-position: 2.9vw center;
    background-size: 1.4vw auto;
    border-radius: 3.6vw;
  }

  footer {
    padding-top: 2vw;
    padding-bottom: 2.6vw;
  }
  footer p {
    font-size: 2vw;
  }

  /*--- モーダル ----*/
  .modaal-container {
    max-width: none;
    border-radius: 4.3vw;
  }
  .modaal-content-container {
    padding: 7.1vw;
  }

  /*--- フォーム ----*/
  .form-InputText {
    font-size: 3.1vw;
    border-radius: 1.1vw;
  }
  .form-Button-01 {
    padding: 2vw;
    font-size: 3vw;
    background-position: right 2.9vw center;
    background-size: 1.4vw auto;
    border-radius: 3.6vw;
  }

  .form-Select {
    padding: 1.3vw 3.4vw 1.3vw 1.3vw;
    font-size: 3.1vw;
    background-position: right 1.3vw center;
    background-size: 2.3vw auto;
    border-radius: 1.1vw;
  }

  .custom-control-label {
    padding-top: 0.86vw;
    font-size: 2vw;
  }
  .form-Radio .custom-control-label::before {
    top: 0.43vw;
    left: -4.29vw;
    width: 3.57vw;
    height: 3.57vw;
  }
  .form-Radio .custom-control-label::after {
    top: 1vw;
    left: -3.71vw;
    width: 2.43vw;
    height: 2.43vw;
  }

  .form-ToggleBtn {
    height: 7.14vw;
    font-size: 3.14vw;
    border-radius: 1.14vw;
  }
  .form-ToggleBtn .form-ToggleBtn_Text {
    font-size: 3.14vw;
  }

  .form_Checkbox {
    padding: 0.43vw 0 0.43vw;
  }
  .form_Checkbox .dummyInput {
    top: 0.29vw;
    width: 1.71vw;
    height: 1.71vw;
    margin-right: 0.71vw;
  }
  .form_Checkbox .ckboxInput:checked + .dummyInput::before {
    height: 0.29vw;
    transform: translate(-0.57vw, 0vw) rotateZ(-135deg);
  }
  .form_Checkbox .ckboxInput:checked + .dummyInput::after {
    height: 2vw;
    transform: translate(-0.29vw, -0.29vw) rotateZ(-45deg);
  }
}

.form-modaal-Select {
  position: relative;
  width: 47%;
  padding: 6px 24px 6px 9px;
  font-size: 18px;
  color: #7d7d7d;
  /*box-shadow: 4px 4px 16px -8px #999999 inset;*/
  background-color: #fff9d4;
  background-image: url('/img/purchaseOrder/book/pc/common/arrow_gray-select.png');
  background-repeat: no-repeat;
  background-position: right 9px center;
  background-size: 16px auto;
  border: 1px solid #999999;
  border-radius: 8px;
}
.form-modaal-InputText {
  width: 80%;
  /* box-shadow: 3px 3px 6px 0 rgb(0 0 0 / 15%) inset;*/
  height: 1.8em;
  padding: 0.5em 0.5em;
  font-size: 18px;
  line-height: 1.5em;
  color: #7d7d7d;
  background-color: #fff9d4;
  border: 1px solid #999999;
  border-radius: 8px;
}
.form-modaal-ZipInputText {
  width: 47%;
  /* box-shadow: 3px 3px 6px 0 rgb(0 0 0 / 15%) inset;*/
  height: 1.8em;
  padding: 0.5em 0.5em;
  font-size: 18px;
  line-height: 1.5em;
  color: #7d7d7d;
  background-color: #fff9d4;
  border: 1px solid #999999;
  border-radius: 8px;
}

.modaal-select {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.modaal-select select {
  position: relative;
  width: 100%;
  font-size: 16px;
  color: #666666;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  background: transparent;
  background: #ffffff;
  background-image: none;
  border: none;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  outline: none;
  box-shadow: none;
}

.form-Button-02 {
  width: 100%;
  padding: 14px;
  margin: 0 auto;
  font-size: 12px;
  font-weight: bold;
  line-height: 1em;
  color: White;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  background-color: #ff6b07;
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 10px auto;
  border: none;
  border-radius: 25px;
}

.form-Button-03 {
  width: 100%;
  padding: 14px;
  margin: 0 auto;
  font-size: 12px;
  font-weight: bold;
  line-height: 1em;
  color: #fff;
  letter-spacing: 0.1em;
  cursor: pointer;
  background-color: #6cb23c;
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 10px auto;
  border: none;
  border-radius: 25px;
}

.book-custom-control {
  padding-left: 1.5rem;
}
.book-custom-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.book-custom-checkbox {
  margin: 0 0 10px 0;
}
.book-custom-checkbox .book-custom-label {
  position: relative;
  display: inline-block;
  padding: 0 0 0 12px;
}
.book-custom-checkbox .book-custom-label::before {
  position: absolute;
  left: -1.5rem;
  width: 1.8rem;
  height: 1.8rem;
  pointer-events: none;
  content: '';
  user-select: none;
  background-color: #fff9d4;
  border: 2px solid #999999;
  border-radius: 0.25rem;
  box-shadow: inset 3px 3px 0.2rem rgba(0, 0, 0, 0.1);
}
.book-custom-checkbox .book-custom-label::after {
  position: absolute;
  top: 0;
  left: -1.5rem;
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  content: '';
  background-position: center center;
  background-size: 50% 50%;
}
.book-custom-checkbox .book-custom-input:checked ~ .book-custom-label::before {
  background-color: #ffffff !important;
}
.book-custom-checkbox .book-custom-input:checked ~ .book-custom-label::after {
  position: absolute;
  top: 0.2rem;
  left: -1.4rem;
  z-index: 30;
  width: 1.8rem;
  height: 1.8rem;
  font-family: 'Font Awesome 5 Free';
  font-size: 16px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 24px;
  color: red;
  content: '\F00C';
  background-image: none;
}
.book-custom-input:focus ~ .book-custom-label::before {
  box-shadow:
    0 0 0 1px #fff,
    0 0 0 0.2rem rgba(234, 72, 16, 0.25);
}
