@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
header.global_header--form {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  position: relative;
}
@media screen and (max-width: 584px) {
  header.global_header--form .top_header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.contents_wrap.dc {
  padding: 30px 0 0;
  border-bottom: 0;
}

footer.form_footer {
  padding: 30px 0;
}
footer.form_footer .bottom_footer {
  margin: 0 auto 10px;
}

body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic Pro", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

#formareaf {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 40px;
}
#formareaf .secin {
  width: 100%;
  position: relative;
}
#formareaf .secin form {
  position: relative;
}
#formareaf .secin p.lead {
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 40px;
}
#formareaf .secin p.lead2 {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 20px;
}
#formareaf .load {
  width: 100%;
  height: 50px;
  position: fixed;
  left: 0%;
  top: 35%;
}
#formareaf .info {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
#formareaf .note2 {
  color: #CC0000;
}
#formareaf .mb20 {
  margin-bottom: 20px;
}
#formareaf .mb30 {
  margin-bottom: 30px;
}
#formareaf .mb50 {
  margin-bottom: 50px;
}
#formareaf .cf:before, #formareaf .cf:after {
  content: "";
  display: table;
}
#formareaf .cf:after {
  clear: both;
}
#formareaf select {
  height: 40px;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  width: 220px;
  font-size: 16px;
  line-height: 2.5em;
  border: 1px;
  border: 0;
  outline: 1px solid #cccccc;
  outline-offset: -1px;
}
#formareaf select.w60p {
  width: 60px;
}
#formareaf select.w120p {
  width: 120px;
}
#formareaf select.w140p {
  width: 140px;
}
#formareaf select.w100 {
  width: 100%;
}
#formareaf input[type=text],
#formareaf input[type=email],
#formareaf input[type=tel],
#formareaf input[type=url],
#formareaf input[type=number],
#formareaf input[type=password],
#formareaf textarea {
  width: 200px;
  font-size: 16px;
  line-height: 2.5em;
  border: 1px solid #cccccc;
  padding-left: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  border-radius: 8px;
  padding-right: 8px;
  padding-left: 8px;
}
#formareaf input[type=text].w100,
#formareaf input[type=email].w100,
#formareaf input[type=tel].w100,
#formareaf input[type=url].w100,
#formareaf input[type=number].w100,
#formareaf input[type=password].w100,
#formareaf textarea.w100 {
  width: 100%;
}
#formareaf input[type=text].w120p,
#formareaf input[type=email].w120p,
#formareaf input[type=tel].w120p,
#formareaf input[type=url].w120p,
#formareaf input[type=number].w120p,
#formareaf input[type=password].w120p,
#formareaf textarea.w120p {
  width: 100%;
  max-width: 140px;
}
#formareaf input[type=text].w200p,
#formareaf input[type=email].w200p,
#formareaf input[type=tel].w200p,
#formareaf input[type=url].w200p,
#formareaf input[type=number].w200p,
#formareaf input[type=password].w200p,
#formareaf textarea.w200p {
  width: 100%;
  max-width: 200px;
}
#formareaf input[type=text].w100p,
#formareaf input[type=email].w100p,
#formareaf input[type=tel].w100p,
#formareaf input[type=url].w100p,
#formareaf input[type=number].w100p,
#formareaf input[type=password].w100p,
#formareaf textarea.w100p {
  width: 100%;
  max-width: 100px;
}
#formareaf input[type=text].w400p,
#formareaf input[type=email].w400p,
#formareaf input[type=tel].w400p,
#formareaf input[type=url].w400p,
#formareaf input[type=number].w400p,
#formareaf input[type=password].w400p,
#formareaf textarea.w400p {
  width: 70%;
  max-width: 400px;
}
#formareaf input[type=text].w40p,
#formareaf input[type=email].w40p,
#formareaf input[type=tel].w40p,
#formareaf input[type=url].w40p,
#formareaf input[type=number].w40p,
#formareaf input[type=password].w40p,
#formareaf textarea.w40p {
  width: 100%;
  max-width: 40px;
}
#formareaf input[type=text].w80p,
#formareaf input[type=email].w80p,
#formareaf input[type=tel].w80p,
#formareaf input[type=url].w80p,
#formareaf input[type=number].w80p,
#formareaf input[type=password].w80p,
#formareaf textarea.w80p {
  width: 100%;
  max-width: 80px;
}
#formareaf input[type=text].parsley-error,
#formareaf input[type=email].parsley-error,
#formareaf input[type=tel].parsley-error,
#formareaf input[type=url].parsley-error,
#formareaf input[type=number].parsley-error,
#formareaf input[type=password].parsley-error,
#formareaf textarea.parsley-error {
  background-color: #fff67c !important;
}
#formareaf input[type=text]:focus,
#formareaf input[type=email]:focus,
#formareaf input[type=tel]:focus,
#formareaf input[type=url]:focus,
#formareaf input[type=number]:focus,
#formareaf input[type=password]:focus,
#formareaf textarea:focus {
  border: 1px solid #EA572B;
  color: #222222;
}
@media all and (-ms-high-contrast: none) {
  #formareaf input[type=text],
#formareaf input[type=email],
#formareaf input[type=tel],
#formareaf input[type=url],
#formareaf input[type=number],
#formareaf input[type=password],
#formareaf textarea {
    height: 44px;
  }
}
@supports (-ms-ime-align: auto) {
  #formareaf input[type=text],
#formareaf input[type=email],
#formareaf input[type=tel],
#formareaf input[type=url],
#formareaf input[type=number],
#formareaf input[type=password],
#formareaf textarea {
    height: 44px;
  }
}
@media screen and (max-width: 584px) {
  #formareaf input[type=text],
#formareaf input[type=email],
#formareaf input[type=tel],
#formareaf input[type=url],
#formareaf input[type=number],
#formareaf input[type=password],
#formareaf textarea {
    font-size: 18px;
  }
}
#formareaf textarea {
  width: 350px;
  height: 100px;
}
#formareaf textarea.w100 {
  width: 100%;
  height: 200px;
}
#formareaf textarea.w100b {
  width: 100%;
  height: 80px;
}
#formareaf textarea.txta2 {
  width: 500px;
  height: 300px;
}
#formareaf .hnote {
  font-size: 12px;
  color: #DD0000;
}
#formareaf .pnote {
  font-size: 13px;
  margin-top: 10px;
}
@media screen and (max-width: 584px) {
  #formareaf .pnote {
    font-size: 3.5vw;
    line-height: 1.2em;
  }
}
#formareaf .fmst {
  background-color: #DD0000;
  color: #ffffff;
  font-size: 10px;
  line-height: 10px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#formareaf .fmst.col2 {
  background-color: #900034;
  top: 20px;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}
#formareaf .fmst.rrr {
  position: relative;
  right: auto;
  top: auto;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 584px) {
  #formareaf .fmst {
    position: relative;
    right: auto;
    top: auto;
    margin-left: 10px;
  }
}
#formareaf .fmst2 {
  background-color: #DD0000;
  color: #ffffff;
  font-size: 10px;
  line-height: 10px;
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-left: 5px;
  border-radius: 4px;
}
#formareaf .sbtnc {
  text-align: center;
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#formareaf .alert-info h4 {
  color: #b94a48;
}
#formareaf .alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
#formareaf .alert {
  padding: 8px 14px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 4px;
}
#formareaf .alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
#formareaf .alert-success h4 {
  color: #468847;
}
#formareaf .alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
#formareaf .alert-info h4 {
  color: #3a87ad;
}
#formareaf .alert-danger, #formareaf .alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
#formareaf .alerts {
  padding-top: 2px;
  padding-right: 14px;
  padding-left: 14px;
  padding-bottom: 2px;
  font-size: 12px;
  margin-bottom: 5px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 4px;
  text-align: left;
}
#formareaf .alert-dangers, #formareaf .alert-errors {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
#formareaf .alertsb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}
#formareaf .form_err_A {
  border-radius: 4px;
  font-weight: bold;
  background-color: #FFF0F0;
  border: 1px solid #DF3150;
  padding: 10px;
  color: #DF3150;
  font-size: 14px;
  margin-bottom: 10px;
}
#formareaf .form_err_A img {
  margin-bottom: -2px;
}
#formareaf .parsley-errors-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
#formareaf .parsley-errors-list li {
  font-size: 12px;
  margin: 0 0 0 20px;
  padding: 3px 10px;
  color: #FFF;
  border-radius: 3px 4px 4px 3px;
  background-color: #CE5454;
  max-width: 380px;
  white-space: pre;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  margin-left: 0px;
  margin-bottom: 10px;
}
#formareaf .parsley-errors-list li::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #CE5454;
  border-style: solid;
  border-width: 11px 7px;
  position: absolute;
  left: 10px;
  bottom: -14px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (max-width: 584px) {
  #formareaf .parsley-errors-list li {
    font-size: 10px;
  }
}
#formareaf .parsley-errors-list:not(.filled) {
  display: none;
}
#formareaf .parsere .parsley-errors-list {
  position: relative;
}
#formareaf .parsley-custom-error-message {
  padding-top: 0px;
  padding-bottom: 0px;
  /*opacity: 0.8;*/
}
#formareaf .parsley-error input[type=radio] + label,
#formareaf .parsley-error input[type=checkbox] + label {
  background-color: #fff67c !important;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
}
#formareaf .parsleyeb {
  display: block;
  width: 100%;
  /*margin-top: 10px;*/
}
#formareaf textarea.parsley-error,
#formareaf input[type=tel].parsley-error {
  margin-top: -5px;
}
#formareaf select.parsley-error,
#formareaf div.parsley-error {
  background-color: #fff67c !important;
}
#formareaf input[type=submit],
#formareaf input[type=button] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  background-repeat: repeat-x;
  color: #fff;
  padding-right: 10px;
  padding-left: 10px;
  opacity: 1;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  display: inline-block;
  background-color: #0b7fb5;
  cursor: pointer;
  -webkit-box-shadow: 1px 3px 6px 2px rgba(0, 0, 0, 0.36);
          box-shadow: 1px 3px 6px 2px rgba(0, 0, 0, 0.36);
  border-radius: 30px;
}
#formareaf input[type=submit]::-webkit-search-decoration,
#formareaf input[type=button]::-webkit-search-decoration {
  display: none;
}
#formareaf input[type=submit]:focus,
#formareaf input[type=button]:focus {
  outline-offset: -2px;
}
#formareaf input[type=submit]:hover,
#formareaf input[type=button]:hover {
  background-color: #0d94d3;
}
@media screen and (max-width: 584px) {
  #formareaf input[type=submit],
#formareaf input[type=button] {
    font-size: 20px;
  }
}
#formareaf.formstep2 .submitback {
  width: 15%;
  margin-right: auto;
}
@media screen and (max-width: 584px) {
  #formareaf.formstep2 .submitback {
    width: 32%;
  }
}
#formareaf.formstep2 .submitw, #formareaf.formstep2 .btn_goToTop {
  width: 60%;
  position: absolute;
}
@media screen and (max-width: 584px) {
  #formareaf.formstep2 .submitw, #formareaf.formstep2 .btn_goToTop {
    width: 60%;
  }
}
#formareaf .submitback {
  width: 100%;
  max-width: 300px;
  height: auto;
  font-size: 18px;
  display: inline-block;
  height: 57px;
  position: relative;
  background-color: #E9E4DB;
  margin-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 1px 3px 6px 2px rgba(0, 0, 0, 0.36);
          box-shadow: 1px 3px 6px 2px rgba(0, 0, 0, 0.36);
  border-radius: 30px;
}
#formareaf .submitback:hover {
  opacity: 0.7;
}
#formareaf .submitback a {
  color: #000;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  line-height: 58px;
  text-decoration: none;
}
#formareaf .submitback::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  z-index: 1;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: #000 solid 1px;
  border-right: #000 solid 1px;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  -webkit-transform: translateY(-50%) rotate(225deg);
          transform: translateY(-50%) rotate(225deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 7;
}
@media screen and (max-width: 584px) {
  #formareaf .submitback::after {
    left: 6px;
  }
}
@media screen and (max-width: 584px) {
  #formareaf .submitback {
    width: 49%;
  }
}
#formareaf .submitw, #formareaf .btn_goToTop {
  width: 100%;
  max-width: 300px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#formareaf .submitw.submitw::after, #formareaf .btn_goToTop::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: 1;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: #fff solid 1px;
  border-right: #fff solid 1px;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 584px) {
  #formareaf .submitw.submitw::after, #formareaf .btn_goToTop::after {
    right: 6px;
  }
}
@media screen and (max-width: 584px) {
  #formareaf .submitw.col1, #formareaf .col1.btn_goToTop {
    width: 80%;
    max-width: 80%;
  }
}
#formareaf .btn_goToTop a {
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  background-repeat: repeat-x;
  color: #fff;
  padding-right: 10px;
  padding-left: 10px;
  opacity: 1;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  display: inline-block;
  background-color: #0b7fb5;
  cursor: pointer;
  -webkit-box-shadow: 1px 3px 6px 2px rgba(0, 0, 0, 0.36);
          box-shadow: 1px 3px 6px 2px rgba(0, 0, 0, 0.36);
  border-radius: 30px;
}
#formareaf .btn_goToTop a::-webkit-search-decoration {
  display: none;
}
#formareaf .btn_goToTop a:focus {
  outline-offset: -2px;
}
#formareaf .btn_goToTop a:hover {
  background-color: #0d94d3;
}
#formareaf input[type=radio],
#formareaf input[type=checkbox] {
  display: none;
  margin: 0;
}
#formareaf input[type=radio] + label,
#formareaf input[type=checkbox] + label {
  padding: 0 0 0 28px;
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 1.4em;
  cursor: pointer;
  letter-spacing: 0px;
}
#formareaf input[type=radio] + label::before,
#formareaf input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #FFF;
}
@media screen and (max-width: 584px) {
  #formareaf input[type=radio] + label,
#formareaf input[type=checkbox] + label {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
    font-size: 3.5vw;
    line-height: 1.4em;
  }
}
#formareaf input[type=radio]:checked + label::after,
#formareaf input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}
#formareaf input[type=radio]:checked + label::before {
  border: 2px solid #E4E4E4;
  background-color: #fff;
  border-radius: 30px;
}
#formareaf input[type=radio]:checked + label::after {
  left: 5px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #E4E4E4;
  border-radius: 8px;
}
#formareaf input[type=radio] + label::before {
  border: 4px solid #E4E4E4;
  background-color: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 584px) {
  #formareaf input[type=radio] + label::before {
    border: 3px solid #E4E4E4;
  }
}
#formareaf input[type=checkbox]:checked + label {
  color: #0b7fb5;
}
#formareaf input[type=checkbox]:checked + label::before {
  border: 2px solid #0b7fb5;
  background-color: #0b7fb5;
  border-radius: 4px;
}
#formareaf input[type=checkbox]:checked + label::after {
  left: 3px;
  width: 18px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#formareaf input[type=checkbox] + label::before {
  border: 2px solid #9c9c9c;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 584px) {
  #formareaf input[type=checkbox] + label::before {
    border: 2px solid #9c9c9c;
  }
}
#formareaf #age_y {
  text-align: center;
}
#formareaf #age_m {
  text-align: center;
}
#formareaf #age_d {
  text-align: center;
}
#formareaf #errors_age ul,
#formareaf #errors_q_mail_01 ul,
#formareaf #errors_q_mail_02 ul,
#formareaf #errors_szip2_01 ul,
#formareaf #errors_szip_01 ul,
#formareaf #errors_zip2_01 ul,
#formareaf #errors_zip_01 ul {
  margin-right: 10px;
  margin-bottom: 5px;
  display: inline-block;
}
#formareaf #errors_age ul:not(.filled),
#formareaf #errors_szip2_01 ul:not(.filled),
#formareaf #errors_szip_01 ul:not(.filled),
#formareaf #errors_zip2_01 ul:not(.filled),
#formareaf #errors_zip_01 ul:not(.filled) {
  width: 90px;
  margin-right: 0px;
  margin-bottom: 0px;
}
@media screen and (max-width: 584px) {
  #formareaf #errors_age ul:not(.filled),
#formareaf #errors_szip2_01 ul:not(.filled),
#formareaf #errors_szip_01 ul:not(.filled),
#formareaf #errors_zip2_01 ul:not(.filled),
#formareaf #errors_zip_01 ul:not(.filled) {
    width: 70px;
  }
}
#formareaf .tw100p {
  display: inline-block;
  width: 100%;
  max-width: 100px;
}
#formareaf .tw10p {
  display: inline-block;
  width: 100%;
  max-width: 20px;
  text-align: center;
}
#formareaf .tw140p {
  display: inline-block;
  width: 100%;
  max-width: 140px;
}
#formareaf #_00N10000000wE1I {
  width: 100%;
  height: 200px;
  border: 1px solid #d3ccae;
  font-size: 16px;
}
@media screen and (max-width: 584px) {
  #formareaf #_00N10000000wE1I {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #formareaf #state {
    width: 100%;
  }
  #formareaf .zipset,
#formareaf .telset {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #formareaf .zipset .zipc1,
#formareaf .telset .telc1 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 5;
    -ms-flex-positive: 5;
    flex-grow: 5;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#formareaf .fnote {
  color: #DD0000;
  font-size: 12px;
  margin-top: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#formareaf #errors_privacypolicy {
  display: block;
}
#formareaf #errors_privacypolicy ul {
  display: inline-block;
}
#formareaf #errors_guest123 {
  display: none;
}
#formareaf #formareaf .chktb .parsley-error input[type=checkbox] + label {
  background-color: #fff !important;
}
#formareaf #errorsguest123 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  border-radius: 6px;
  background-color: #fff67c;
  display: none;
}
#formareaf #errorsguest123.act {
  display: block;
}
@media screen and (max-width: 584px) {
  #formareaf #form1 p.lead {
    line-height: 1.5em;
  }
}
#formareaf #age,
#formareaf #h_zip1 {
  width: 100%;
  max-width: 120px;
}
@media screen and (max-width: 768px) {
  #formareaf #age,
#formareaf #h_zip1 {
    max-width: 210px;
  }
}
#formareaf #h_zip2 {
  width: 100%;
  max-width: 160px;
}
@media screen and (max-width: 768px) {
  #formareaf #h_zip2 {
    max-width: 280px;
  }
}
#formareaf #_00N10000000T6S5,
#formareaf #_00N10000000T6BQ,
#formareaf #last_name,
#formareaf #first_name {
  width: 200px;
}
#formareaf #mailflg + label {
  color: #820031;
  margin-top: 10px;
  line-height: 1.4em;
  font-size: 13px;
}
@media screen and (max-width: 584px) {
  #formareaf #mailflg + label {
    font-size: 3.5vw;
    line-height: 1.2em;
  }
}
#formareaf #h_phone1,
#formareaf #h_phone2,
#formareaf #h_phone3 {
  width: 100%;
  max-width: 120px;
}
@media screen and (max-width: 584px) {
  #formareaf #h_phone1,
#formareaf #h_phone2,
#formareaf #h_phone3 {
    width: 100%;
    max-width: 180px;
  }
}
@media screen and (max-width: 584px) {
  #formareaf #last_name,
#formareaf #first_name,
#formareaf #_00N10000000T6S5,
#formareaf #_00N10000000T6BQ {
    width: 34vw;
    max-width: 140px;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .formb table tr th {
    vertical-align: middle;
  }

  *::-ms-backdrop, #formareaf .fmst {
    top: auto;
    padding-top: 6px;
  }

  *::-ms-backdrop, #formareaf .fmst.c1 {
    margin-top: 12px;
    padding-top: 6px;
  }
}
.pagetit {
  position: relative;
}
.pagetit h2 {
  text-align: center;
  color: #979797;
  font-size: 16px;
}
@media screen and (max-width: 584px) {
  .pagetit h2 {
    font-size: 4vw;
  }
}
.pagetit h2 span {
  color: #000;
  display: block;
  font-size: 26px;
}
.pagetit h2 span::first-letter {
  color: #920031;
}
@media screen and (max-width: 584px) {
  .pagetit h2 span {
    font-size: 5vw;
  }
}

.dc section .p1 {
  text-align: center;
  font-size: 16px;
  color: #000;
  line-height: 2em;
  margin-bottom: 40px;
}
@media screen and (max-width: 584px) {
  .dc section .p1 {
    font-size: 3.5vw;
  }
}
.dc section p a {
  color: #820031 !important;
}
.dc section h3 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 20px;
}
.dc section h3::first-letter {
  color: #920031;
}
.dc section h3.telsec__title::first-letter {
  color: #000;
}
@media screen and (max-width: 584px) {
  .dc section h3 {
    font-size: 5vw;
  }
}
.dc section h5 {
  font-size: 16px;
  border-bottom: 1px solid #920031;
  margin-bottom: 10px;
  padding-bottom: 4px;
}
@media screen and (max-width: 584px) {
  .dc section h5 {
    font-size: 3.5vw;
  }
}
.dc section h4 {
  color: #920031;
  font-size: 22px;
  margin-bottom: 20px;
  font-family: "a1_serif", serif;
}
.dc section h4.center {
  text-align: center;
}
@media screen and (max-width: 584px) {
  .dc section h4 {
    font-size: 4vw;
    margin-bottom: 10px;
  }
}
.dc section .formb {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 920px;
  padding: 0px 40px 0;
  margin-top: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dc section .formb--complete {
  max-width: 660px;
  margin-bottom: 30px;
}
@media screen and (max-width: 584px) {
  .dc section .formb {
    padding: 0 10px;
  }
  .dc section .formb p {
    font-size: 3.5vw;
  }
}
.dc section .guest123b {
  margin-bottom: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dc section table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  /*border: 1px solid #cccccc;*/
  font-size: 13px;
}
.dc section table p {
  color: #000000;
}
.dc section table tr th {
  position: relative;
  font-weight: normal;
  padding-top: 12px;
  padding-right: 12px;
  padding-left: 12px;
  padding-bottom: 12px;
  color: #000000;
  text-align: left;
  width: 200px;
  background: #fff;
  border-bottom: 1px solid #d9d9d9;
  font-size: 15px;
  padding-right: 40px;
  vertical-align: middle;
}
@media screen and (max-width: 584px) {
  .dc section table tr th {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 80px;
    border-right: none;
    border-bottom: none;
  }
  .dc section table tr th br {
    display: none;
  }
}
.dc section table tr td {
  position: relative;
  color: #333333;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 12px;
  padding-right: 12px;
  padding-left: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #d9d9d9;
  vertical-align: middle;
  font-size: 15px;
}
.dc section table tr td span {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 584px) {
  .dc section table tr td {
    idth: 100%;
    display: block;
    padding-top: 0;
    font-size: 18px;
  }
}
.dc section table tr td p {
  font-size: 13px;
}
.dc section .tbll {
  width: 49%;
  float: left;
}
@media screen and (max-width: 584px) {
  .dc section .tbll {
    width: 100%;
    float: none;
  }
}
.dc section .tblr {
  width: 49%;
  float: right;
}
@media screen and (max-width: 584px) {
  .dc section .tblr {
    width: 100%;
    float: none;
  }
}
.dc section .tblls {
  position: relative;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}
.dc section .tblls dt {
  background-color: #ececec;
  width: 100px;
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}
.dc section .tblls dt p {
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 17px;
}
@media screen and (max-width: 584px) {
  .dc section .tblls dt p {
    font-size: 14px;
  }
}
.dc section .tblls dd {
  background-color: #f9fbfb;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 100px);
}
@media screen and (max-width: 584px) {
  .dc section .tblls dt {
    width: 80px;
  }
  .dc section .tblls dd {
    width: calc(100% - 80px);
  }
}
.dc section .chktb2 {
  position: relative;
}
.dc section .chktb2 li {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.dc section .chktb2 li:last-child {
  border-bottom: none;
}
.dc section .chktb {
  position: relative;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media screen and (max-width: 584px) {
  .dc section .chktb {
    display: block;
    margin-bottom: 20px;
  }
}
.dc section .chktb li {
  float: left;
  width: 33.333%;
  background-color: #EFF1F1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.dc section .chktb li:nth-child(n+4) {
  border-top: none;
}
@media screen and (max-width: 584px) {
  .dc section .chktb li {
    width: 100%;
    float: none;
  }
  .dc section .chktb li:nth-child(n+2) {
    border-top: none;
  }
}
.dc section .fgroup2 {
  border: 1px solid #d3ccae;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  display: block;
  width: 100%;
}
.dc section .fgroup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 20px;
  padding-top: 20px;
  display: block;
  width: 100%;
  text-align: center;
}
.dc section .fgroup a {
  color: #900034;
}
@media screen and (max-width: 584px) {
  .dc section .fgroup {
    padding-bottom: 0px;
    padding-top: 0px;
  }
}
.dc section .btnset1 {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  position: relative;
  width: 100%;
  max-width: 220px;
  padding-bottom: 14px;
  background-color: #ECEADD;
  border-bottom: solid 4px #D2CBAD;
  height: 40px;
}
.dc section .btnset1 a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.dc section .btnset1 a p {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000;
  text-align: center;
}
.dc section .btnset1 a:hover {
  opacity: 0.7;
}
.dc .sec9 .secin {
  padding-bottom: 40px;
}
@media screen and (max-width: 584px) {
  .dc .sec9 .secin {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
.dc .sec9 .secin ._sp {
  display: none;
}
@media screen and (max-width: 584px) {
  .dc .sec9 .secin ._sp {
    display: block;
  }
}
.dc .sec9 .secin p {
  text-align: center;
}
.dc .sec9 .secin .tel {
  text-align: center;
  margin-bottom: 10px;
}
.dc .sec9 .secin .tel li {
  width: 44%;
  margin-left: 1%;
  margin-right: 1%;
  display: inline-block;
  border: 1px solid #ccc;
}
.dc .sec9 .secin .tel li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
  height: 60px;
}
.dc .sec9 .secin .tel li a p {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font-size: 24px;
  color: #920031;
}
@media screen and (max-width: 584px) {
  .dc .sec9 .secin .tel li {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 10px;
  }
}
.dc .sec9 .secin p span.col2 {
  color: #DD0000;
}

.telsec {
  max-width: 1000px;
  margin: 0 auto 30px;
  background: #efefef;
  padding-top: 30px;
  border-radius: 20px;
}
.telsec__time {
  font-size: 18px;
}
.telsec__note {
  font-size: 16px;
  color: #222;
  margin-top: 6px;
}

.flashMsg {
  margin: 30px 0 12px;
  text-align: center;
  padding: 15px 20px;
  font-size: 20px;
  line-height: 1.6;
  border-radius: 8px;
  color: #377a2c;
  background: #E1F9E1;
}
@media screen and (max-width: 584px) {
  .flashMsg {
    font-size: 14px;
  }
}
.flashMsg--plain {
  background: #fff;
}

.selected_guesthouse table {
  min-height: 90px;
}

.selected_guesthouseTable__tdbtn {
  width: 240px;
}
@media screen and (max-width: 584px) {
  .selected_guesthouseTable__tdbtn {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 12px !important;
  }
}

.selected_guesthouse__list {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.btn_guesthouse_select {
  background-color: #900034;
  color: #fff;
  padding: 10px 10px 10px 30px;
  border-radius: 10px;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  -webkit-box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  border: 1px solid #900034;
}
.btn_guesthouse_select::after {
  content: "ゲストハウスを選択する";
}
.btn_guesthouse_select:hover {
  background: #fff;
  color: #900034;
}
.btn_guesthouse_select:hover .iconAdd::after, .btn_guesthouse_select:hover .iconAdd::before {
  background-color: #900034;
}
.btn_guesthouse_select.is_open::after {
  content: "選択完了";
}
@media screen and (max-width: 584px) {
  .btn_guesthouse_select {
    width: 80%;
  }
}

.iconAdd {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.is_open .iconAdd {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.iconAdd::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.iconAdd::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 12px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.js_ghAccordionContents {
  display: none;
}

.guesthouse_select_contents {
  padding: 40px 40px 30px;
  background: #fff;
  border: 3px solid #b6b6b6;
}
@media screen and (max-width: 584px) {
  .guesthouse_select_contents {
    padding: 20px 20px 10px;
  }
}
/*# sourceMappingURL=dc.css.map */
