@charset "UTF-8";

#head_Area {
  width: 100%;
  padding: 50px 0;
  background-color: #fefefe;
  border-bottom: 1px solid #eee;
}

#head_Area > h1 {
  max-width: 225px;
  margin: 0 auto;
}

#entry {
  max-width: 1000px;
  width: 94%;
  padding: 50px 0;
  margin: 0 auto;
}

.page_Ttl {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.txt_Area {
  padding: 30px 0 0;
  text-align: center;
}

.txt_Area p {
  padding: 0 0 30px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.8;
}

.step_Block {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  width: 100%;
  padding: 0 0 50px;
  margin: 0 auto;
}

.step_Block li {
  position: relative;
  max-width: 300px;
  width: 26%;
  height: 60px;
  background-color: #fff;
  border: 1px solid #7b8c93;
  border-left: none;
  font-size: 15px;
  text-align: center;
  box-sizing: border-box;
}

.step_Block li:first-child {
  border-left: 1px solid #7b8c93;
}

.step_Block li:nth-child(2) {
  max-width: 400px;
  width: 48%;
}

.step_Block li span {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  transform: translateY(-50%);
}

.step_Block li::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 20px;
  height: 58px;
  border-top: 29px solid rgba(0, 0, 0, 0);
  border-bottom: 29px solid rgba(0, 0, 0, 0);
  border-left: 20px solid #fff;
  box-sizing: border-box;
  z-index: 2;
}

.step_Block li::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: -21px;
  width: 20px;
  height: 58px;
  border-top: 29px solid rgba(0, 0, 0, 0);
  border-bottom: 29px solid rgba(0, 0, 0, 0);
  border-left: 20px solid #7b8c93;
  box-sizing: border-box;
  z-index: 1;
}

.step_Block .step_03::before,
.step_Block .step_03::after,
.step_Block .step_03.step_here::before,
.step_Block .step_03.step_here::after {
  content: none;
}

.step_Block .step_here {
  color: #fff;
  background-color: #7b8c93;
}

.step_Block .step_here::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 20px;
  height: 58px;
  border-top: 29px solid rgba(0, 0, 0, 0);
  border-bottom: 29px solid rgba(0, 0, 0, 0);
  border-left: 20px solid #7b8c93;
  box-sizing: border-box;
  z-index: 2;
}

/* form */
.font11 {
  display: block;
  padding: 5px 0 0;
  font-size: 11px;
  line-height: 1.3;
}

.form_Ttl {
  display: block;
  width: 100%;
  padding: 10px 15px;
  color: #fff;
  background-color: #7b8c93;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  box-sizing: border-box;
}

.form_List {
  padding: 0 0 50px;
}

.form_List dl {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  font-size: 14px;
  line-height: 1.6;
  border-bottom: 1px solid #ddd;
}

.form_List dt,
.form_List dd {
  padding: 15px;
  box-sizing: border-box;
}

.form_List dt {
  position: relative;
  width: 30%;
}

.form_List dt p {
  display: block;
  position: absolute;
  top: 50%;
  width: calc(100% - 30px);
  transform: translateY(-50%);
}

.form_List dd {
  width: 70%;
  border-left: 1px dotted #ddd;
}

.form_List dd .sel {
  margin-bottom: 10px;
}

.form_List dd .sel strong {
  font-weight: bold;
  margin-bottom: 10px;
}

.family_Num p {
  padding: 0 0 8px;
}

.family_Num p:last-child {
  padding: 0;
}

.check_list label {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
}

.check_list label:last-child {
  margin-bottom: 0;
}

.check_list input {
  margin: 0 5px 0 0;
  line-height: 1;
}

.form_block input[type="date"],
.form_block input[type="number"],
.form_block input[type="email"],
.form_block input[type="tel"],
.form_block input[type="text"],
.form_block select {
  height: 34px;
  margin-bottom: 4px;
  padding: 6px 12px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 2px;
  transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
}

.form_block input[type="date"],
.form_block input[type="number"],
.form_block input[type="email"],
.form_block input[type="tel"] {
  ime-mode: disabled;
}

.form_block textarea {
  margin-bottom: 4px;
  padding: 6px 12px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: top;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
}

.form_block input[type="date"]:focus,
.form_block input[type="number"]:focus,
.form_block input[type="email"]:focus,
.form_block input[type="tel"]:focus,
.form_block input[type="text"]:focus,
.form_block select:focus {
  border-color: #fcb621;
  outline: 0;
}

.form_block input[type="date"].error,
.form_block input[type="number"].error,
.form_block input[type="email"].error,
.form_block input[type="tel"].error,
.form_block input[type="text"].error,
.form_block select.error {
  border-color: #c30d23;
  outline: 0;
}

.form_block input[type="date"].success,
.form_block input[type="number"].success,
.form_block input[type="email"].success,
.form_block input[type="tel"].success,
.form_block input[type="text"].success,
.form_block select.success {
  border-color: #29abe2;
  outline: 0;
}

.form_block input[type="checkbox"],
.form_block input[type="radio"] {
  margin-right: 5px;
  vertical-align: middle;
}

.btn_area_search {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 5px 18px;
  margin: 0 0 0 10px;
  font-size: 100%;
  border: solid 1px #cccccc;
  box-sizing: border-box;
}

/* input サイズ */
.text_input_xs {
  width: 98px;
}

.text_input_s {
  width: 150px;
}

.text_input_m {
  width: 300px;
}

.text_input_l {
  width: 100%;
}

.text_area_l {
  width: 100%;
}

.form_block label {
  cursor: pointer;
}

.label_radio {
  margin-right: 30px;
}

.label_num {
  margin-left: 20px;
}

.txt_required {
  vertical-align: middle;
  padding: 4px 7px;
  margin-left: 7px;
  color: #ffffff;
  background: #c30d23;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  box-sizing: border-box;
}

.form_block dl dt .txt_required {
  float: right;
}

.txt_any {
  color: #ffffff;
  background: #85d077;
  font-weight: 400;
  margin-left: 7px;
  padding: 0 10px;
  font-size: 11px;
  vertical-align: middle;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

.icon_success {
  color: #ffffff;
  background: #29abe2;
  font-weight: 400;
  margin-left: 7px;
  padding: 0 10px;
  font-size: 11px;
  vertical-align: middle;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

.icon_error {
  color: #ffffff;
  background: #ed1e79;
  font-weight: 400;
  margin-left: 7px;
  padding: 0 10px;
  font-size: 11px;
  vertical-align: middle;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

.txt_error {
  color: #ff2c2c;
  font-weight: 400;
}

div.error {
  background: #c30d23;
  color: #ffffff;
  font-weight: 400;
}

/*　ime-mode 設定　*/
input.ime1 {
  ime-mode: auto;
}

input.ime2 {
  ime-mode: active;
}

input.ime3 {
  ime-mode: disabled;
}

textarea.ime4 {
  ime-mode: inactive;
}

.note_block {
  clear: both;
  padding: 15px;
  border: solid 1px #cccccc;
  height: 250px;
  overflow: scroll;
}

.note_block > h3,
.note_block > p,
.note_block > ul,
.note_block li {
  font-size: 12px;
  font-family:
    "Yu Gothic UI", YuGothic, "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  line-height: 1.6;
}

.note_block a {
  color: #fff;
}

.box_Wrap {
  text-align: center;
  width: 100%;
  padding: 30px 0;
}

.box {
  display: inline-block;
  font-size: 13px;
}

.form_List input[type="date"].error,
.form_List input[type="number"].error,
.form_List input[type="email"].error,
.form_List input[type="tel"].error,
.form_List input[type="text"].error,
.form_List select.error {
  border-color: #c30d23;
  outline: 0;
}

.icon_error {
  color: #ffffff;
  background: #ed1e79;
  font-weight: 400;
  margin-left: 7px;
  padding: 0 10px;
  font-size: 11px;
  vertical-align: middle;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

/* エラーテキスト*/
.formErrorMsg {
  padding: 6px 15px;
  color: #fff;
  background-color: #c30d23;
  font-size: 12px;
  box-sizing: border-box;
}

.formErrorClose {
  display: none;
}

.errMsg {
  font-size: 12px;
  letter-spacing: 0.02em;
}

.form_List .js_error_msg {
  display: none;
  width: 180px;
  font-size: 11px;
  color: #fff;
  background: #252525;
  box-shadow: 1px 1px 4px #ccc;
  padding: 4px 10px;
  border-radius: 2px;
  position: relative;
  top: -10px;
}

.form_List .js_error_msg::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 5px;
  border: 6px solid transparent;
  border-top: 7px solid #252525;
}

.box_Wrap .js_error_msg {
  display: none;
  width: 180px;
  font-size: 11px;
  color: #fff;
  background: #252525;
  box-shadow: 1px 1px 4px #ccc;
  padding: 4px 10px;
  border-radius: 2px;
  position: relative;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
}

.box_Wrap .js_error_msg::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 5px;
  border: 6px solid transparent;
  border-top: 7px solid #252525;
}

/*---------------------------------
ボタン
---------------------------------*/
.form_btn_block {
  width: 80%;
  text-align: center;
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
}

.form_btn_block button {
  cursor: pointer;
}

.form_btn_block input {
  cursor: pointer;
}

.form_btn_block form {
  display: inline;
}

.thanks_Btn {
  padding-top: 60px;
}

.btn_approval {
  display: block;
  max-width: 300px;
  width: 90%;
  padding: 20px;
  margin: 0 auto;
  color: #fff;
  background-color: #2a3236;
  border: none;
  font-size: 16px;
  font-family:
    "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.06em;
  box-sizing: border-box;
  transition: 0.3s;
  text-decoration: none;
  outline: none;
}

.btn_approval:hover {
  opacity: 0.6;
}

.btn_prev {
  display: block;
  max-width: 300px;
  width: 90%;
  padding: 20px;
  margin: 0 auto;
  color: #333;
  background-color: #ccc;
  border: none;
  font-size: 16px;
  font-family:
    "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.06em;
  box-sizing: border-box;
  transition: 0.3s;
  text-decoration: none;
  outline: none;
}

.btn_prev:hover {
  opacity: 0.6;
}

.btn_denial {
  color: #ffffff;
  background: #999999;
  padding: 15px 5px;
  margin: 0 10px;
  box-sizing: border-box;
  width: 200px;
  border: none;
  font-size: 100%;
  font-weight: bold;
}

.btn_denial:hover {
  background-color: #cccccc;
}

/* サンクス */
.thanks_Txt {
  padding: 30px 0;
  text-align: center;
}

.thanks_Txt h3 {
  padding: 0 0 15px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
}

.thanks_Txt p {
  font-size: 16px;
  line-height: 1.8;
}

.contact_Block_Form {
  max-width: 1200px;
  width: 94%;
  padding: 30px 0 10px;
  margin: 0 auto;
  border-top: 1px dotted #333;
  text-align: center;
}

.contact_Block_Form h4 {
  font-size: 16px;
  padding: 0 0 0 0;
}

.contact_Block_Form article {
  font-size: 16px;
  line-height: 1.6;
}

.contact-Block .tel-icon {
  display: inline-block;
  width: 50px;
  position: relative;
  top: -3px;
}

.contact-Block .tel-num {
  font-size: 40px;
}

.contact_Link {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.contact_Link li {
  width: 48%;
  max-width: 280px;
  margin-right: 4%;
}

.contact_Link li:nth-of-type(2) {
  margin-right: 0;
}

.contact_Link li a {
  display: block;
  text-align: center;
  padding: 20px 0;
}

.contact_Link li a.r-link {
  color: #fff;
  background: #7b8c93;
}

.contact_Link li a.r-online {
  color: #7b8c93;
  background: #231815;
}

/* ご希望日時部分調整 */
.form_block input#calendar01,
.form_block input#calendar02,
.form_block input#calendar03 {
  display: block;
  margin-bottom: 25px;
}

.form_block select#time01,
.form_block select#time02,
.form_block select#time03 {
  display: block;
}

/* 個人情報ブロック */
.privacy_Block h4 {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-style: normal;
  color: #55666d;
  border-bottom: 2px solid #55666d;
  font-size: 18px;
  font-weight: 500;
  box-sizing: border-box;
}

.privacy_Block p {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 1px;
}

.read_Wrap {
  width: 100%;
  height: 15em;
  margin: 10px auto;
  padding: 20px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  overflow-y: scroll;
}

.read_Wrap article:not(:last-child) {
  margin-bottom: 40px;
}

.read_Wrap article h5 {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 1em;
  padding: 10px;
  color: #fff;
  background-color: #888;
  box-sizing: border-box;
}

.read_Wrap article h5 + p {
  margin-bottom: 1em;
}

.read_Wrap article h6 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px;
}

.read_Wrap article address {
  font-size: 14px;
  font-style: normal;
}

.read_Wrap .privacy_List {
  width: 100%;
  margin: 0 auto;
  padding-left: 1em;
  box-sizing: border-box;
}

.read_Wrap .privacy_List > li:not(:last-child) {
  margin-bottom: 0.5em;
}

.read_Wrap .privacy_List li p {
  text-indent: -1em;
  padding-left: 1em;
}

/* アンケート項目追加 */
.f_box {
  margin-bottom: 40px;
}

.f_box dl {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
}

.f_box dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 30%;
  padding: 2em 10px 2em 10px;
  font-weight: normal;
  box-sizing: border-box;
}

.f_box dd {
  width: 70%;
  padding: 2em 10px 2em 10px;
  border-left: 1px dotted #ddd;
  box-sizing: border-box;
}

.box10 dd.flex {
  flex-wrap: wrap;
  gap: 15px 2em;
}

.box10 label span {
  margin-left: 0.2em;
}

.js_error_msg {
  display: none;
  width: 180px;
  font-size: 11px;
  color: #fff;
  background: #252525;
  box-shadow: 1px 1px 4px #ccc;
  padding: 4px 10px;
  border-radius: 2px;
  position: relative;
  top: -10px;
}

.js_error_msg::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 5px;
  border: 6px solid transparent;
  border-top: 7px solid #252525;
}
.confirm_box dt p {
    width: 100%;
  }

/*=============================
tab
=============================*/
@media screen and (max-width: 1180px) {
}

@media screen and (max-width: 960px) {
  .form_btn_block {
    flex-direction: column;
    width: 60%;
  }

  .form_btn_block button {
    order: 2;
  }

  .form_btn_block input {
    order: 1;
    margin-bottom: 10px;
  }
}

/*=============================
sp
=============================*/
@media only screen and (max-width: 820px) {
  .txt_Area p {
    font-size: 14px;
  }

  .step_Block {
    flex-direction: column;
  }

  .step_Block li {
    max-width: 100%;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    border: 1px solid #7b8c93;
    font-size: 13px;
    box-sizing: border-box;
  }

  .step_Block li:nth-child(2) {
    max-width: 100%;
    width: 100%;
  }

  .step_Block li span {
    font-size: 13px;
  }

  .step_Block li::after {
    top: unset;
    bottom: -10px;
    right: unset;
    left: 50%;
    width: 16px;
    height: 10px;
    border-top: 10px solid #fff;
    border-bottom: unset;
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-left: 8px solid rgba(0, 0, 0, 0);
    transform: translateX(-50%);
    z-index: 2;
    display: none;
  }

  .step_Block li::before {
    top: unset;
    bottom: -12px;
    right: unset;
    left: 50%;
    width: 18px;
    height: 12px;
    border-top: 12px solid #7b8c93;
    border-bottom: unset;
    border-right: 9px solid rgba(0, 0, 0, 0);
    border-left: 9px solid rgba(0, 0, 0, 0);
    transform: translateX(-50%);
    z-index: 1;
  }

  .step_Block .step_here::after {
    top: unset;
    bottom: -10px;
    right: unset;
    left: 50%;
    width: 16px;
    height: 15px;
    border-top: 15px solid #7b8c93;
    border-bottom: unset;
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-left: 8px solid rgba(0, 0, 0, 0);
    transform: translateX(-50%);
    z-index: 2;
  }

  .form_Ttl {
    margin-bottom: 10px;
  }

  .form_List dl {
    flex-direction: column;
    border-bottom: 1px solid #aca18d;
    margin-bottom: 10px;
  }

  .form_List dt {
    width: 100%;
    padding: 20px 10px 20px;
    border-bottom: 1px dotted #ddd;
  }

  .form_List dt p {
    font-size: 16px;
    width: calc(100% - 20px);
  }

  .form_List dd {
    width: 100%;
    padding: 8px 10px;
    border-left: none;
    font-size: 16px;
  }

  /* input サイズ */
  .text_input_xs {
    width: 74px;
    margin-bottom: 0 !important;
  }

  .text_input_s {
    width: 60%;
  }

  .text_input_m {
    width: 100%;
  }

  .text_input_l {
    width: 100%;
  }

  .text_area_l {
    width: 100%;
  }

  .form_block input[type="date"],
  .form_block input[type="number"],
  .form_block input[type="email"],
  .form_block input[type="tel"],
  .form_block input[type="text"],
  .form_block select {
    height: 40px;
    padding: 8px 12px;
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 1.5;
  }

  .form_block input[type="date"]:last-child,
  .form_block input[type="number"]:last-child,
  .form_block input[type="email"]:last-child,
  .form_block input[type="tel"]:last-child,
  .form_block input[type="text"]:last-child,
  .form_block select:last-child {
    margin-bottom: 0;
  }

  .txt_required {
    display: block;
    width: 50px;
    margin: 5px 0 0 0;
    text-align: center;
  }

  .form_btn_block {
    justify-content: space-between;
    flex-direction: row;
    width: 90%;
  }

  .form_btn_block button {
    order: 2;
  }

  .form_btn_block input {
    order: 1;
    margin-top: 10px;
  }

  .btn_prev {
    width: 48%;
  }

  .btn_approval {
    width: 48%;
  }

  .btn_approval.back_top {
    max-width: 80%;
    width: 80%;
  }

  /* サンクス */
  .thanks_Txt h3 {
    font-size: 20px;
  }

  .thanks_Txt p {
    font-size: 14px;
    letter-spacing: 0.05em;
  }

  .contact_Block_Form {
    max-width: 1200px;
    width: 94%;
    padding: 30px 0 10px;
    margin: 0 auto;
    border-top: 1px dotted #fff;
    text-align: center;
  }

  .contact_Block_Form h4 {
    font-size: 14px;
  }

  .contact_Block_Form article {
    font-size: 14px;
  }

  .contact-Block .tel-num {
    font-size: 32px;
  }

  .thanks_Btn {
    padding-top: 20px;
  }

  /* ご希望日時部分調整 */
  .form_block input#calendar01,
  .form_block input#calendar02,
  .form_block input#calendar03 {
    display: block;
    margin-bottom: 0;
  }

  /* アンケート項目追加 */
  .f_box {
    padding: 0 0 1em;
    border-bottom: transparent;
    margin-bottom: 0;
  }

  .f_box dl {
    flex-direction: column;
    flex-wrap: wrap;
  }

  .f_box dt {
    width: 100%;
    padding: 0;
    border-bottom: none;
    background-color: #fff;
  }

  .f_box dt p {
    font-size: 16px;
    width: 100%;
  }

  .f_box dd {
    width: 100%;
    border-left: none;
    border-bottom: 1px dotted #ddd;
    padding: 10px 0;
    margin-top: 50px;
  }

  .box10 label {
    align-items: flex-start;
    flex-wrap: nowrap;
    width: calc((100% - 2em) / 2);
  }

  .box10 label span {
    line-height: 1;
    margin-top: -3px;
  }

  .form_List dt p.chance_Txt {
    margin-top: 20px;
  }


  .form_block input.narrow[type="tel"] {
    width: 45px!important;
  }

 .confirm_box dt {
   border-bottom: 1px dotted #ddd;
  padding-bottom: 10px;
 }

 .confirm_box dd{
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin: 0!important;
  }

  

 
}

/*---------------------------
print
---------------------------*/
@media print {
  html,
  body {
    height: auto;
  }

  body {
    -webkit-print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  .print_pages {
    size: A4 landscape;
    page-break-before: always;
  }

  title,
  header,
  footer,
  .page_Ttl,
  .txt_Area,
  #main_Img,
  .privacy_barrier,
  .privacy_btn_Box,
  .privacy_btn_Box02 {
    display: none !important;
  }

  /* 印刷時1枚で収まるように余白を調整 */
  main {
    margin: -20px 0 0 0 !important;
  }

  .form_block input#calendar01,
  .form_block input#calendar02,
  .form_block input#calendar03 {
    margin-bottom: 5px !important;
  }

  .form_List {
    padding: 0 0 20px !important;
  }

  .form_List dt,
  .form_List dd {
    padding: 5px !important;
  }

}

@media all and (-ms-high-contrast: none) {
  .print_pages.page-break {
    page-break-before: auto;
  }
}
