html {
    font-size: 11px
  }

.form .heading-ttl{
  letter-spacing: 0;
}


  .dl_table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
    border-bottom:1px solid #cccccc;
  }

  @media screen and (max-width:640px) {
    .dl_table {
      display: block
    }
  }

  .dl_table dt {
    width: 30%
  }

  @media screen and (max-width:640px) {
    .dl_table dt {
      width: 100%
    }
  }

  .dl_table dd {
    width: 70%
  }

  @media screen and (max-width:640px) {
    .dl_table dd {
      width: 100%
    }
  }

  .dl_table .last {
    border: 0
  }

  @media screen and (max-width:640px) {
    .dl_table {
      margin-top: 3rem
    }
  }

  .dl_table dt {
    font-weight: bold;
    padding: 1.4rem 0 1.5rem 0;
    border-top:1px solid #cccccc;
  }

  @media screen and (max-width:640px) {
    .dl_table dt {
      padding: 2.2rem 0 0;
      line-height: 1.4;
      margin-bottom: .1rem
    }
  }

  .dl_table dd {
    padding: 1.5rem 0;
    border-top:1px solid #cccccc;

  }

  @media screen and (max-width:640px) {
    .dl_table dd {
      padding-top: 0;
      border-top:none;
      padding-bottom: 1rem
    }
    .dl_table dd:last-child {
      padding-bottom: 1rem;
      background: 0
    }
  }

  .dl_table dd.last {
    padding-bottom: 0;
    bottom: 0;
    background: 0
  }

  .attention._fin {
    letter-spacing: -.03em
  }

  .kyocho_aka {
    color: #eb5811;
    font-weight: normal
  }



  .form {
    max-width: 1000px;
    min-width: 290px;
	height:auto;
    padding:0 25px;
    margin:120px auto 160px auto;
  text-align:center;
  }


  @media screen and (max-width:640px) {

    .form {
      max-width: 1000px;
      min-width: 290px;
    height:auto;
      padding:0 25px;
      margin:80px auto 120px auto;
    text-align:left;
    }



  }



  .form-input input[type=email], .form-input input[type=submit], .form-input input[type=tel], .form-input input[type=text], .form-input input[type=textarea] {
    background-color: #e2e2e1;
    border-radius: 8px;
    border: 0
  }

  .form-input input[type=email]::-webkit-input-placeholder, .form-input input[type=submit]::-webkit-input-placeholder, .form-input input[type=tel]::-webkit-input-placeholder, .form-input input[type=text]::-webkit-input-placeholder, .form-input input[type=textarea]::-webkit-input-placeholder {
    color: #808080;
    opacity: 1
  }

  .form-input input[type=email]:-ms-input-placeholder, .form-input input[type=submit]:-ms-input-placeholder, .form-input input[type=tel]:-ms-input-placeholder, .form-input input[type=text]:-ms-input-placeholder, .form-input input[type=textarea]:-ms-input-placeholder {
    color: #808080;
    opacity: 1
  }

  .form-input input[type=email]::-ms-input-placeholder, .form-input input[type=submit]::-ms-input-placeholder, .form-input input[type=tel]::-ms-input-placeholder, .form-input input[type=text]::-ms-input-placeholder, .form-input input[type=textarea]::-ms-input-placeholder {
    color: #808080;
    opacity: 1
  }

  .form-input input[type=email]::placeholder, .form-input input[type=submit]::placeholder, .form-input input[type=tel]::placeholder, .form-input input[type=text]::placeholder, .form-input input[type=textarea]::placeholder {
    color: #808080;
    opacity: 1
  }

  @media screen and (max-width:640px) {
    .form #message {
      width: 100%
    }
  }

  .form-input textarea, .form select {
    background-color: #e2e2e1;
    border-radius: 8px;
    border: 0
  }

  .form .selectwrapp {
    position: relative;
    display: inline
  }

  .form .selectwrapp:before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 20px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
  }

  .form select {
    padding-top: .8em;
    padding-bottom: .8em;
    padding-right: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
  }

  .form-content {
   margin:0;
   padding:0;
   text-align:left;
  }

  .form-ttl {
    text-align: left;
    position: relative;
    width: auto;
    margin:0 0 35px 0;
padding:0;
    font-weight:bold!important;
    font-size:30px;
    display: flex;
	align-items: center;
  }

  .form-ttl:before {
    content: "";
    height: 4px;
    background: #000000;
    display: block;
    width:70px;
    margin:0 20px 0 0;
  }


  .form-attention a {
    color: #e85710
  }

  .form-attention a:hover {
    text-decoration: none
  }

  ._eventform .form-attention a {
    color: inherit;
    text-decoration: none
  }

  ._eventform .form-attention a:hover {
    text-decoration: underline
  }

  .form-btnlist {
    margin:35px 0 0 0;
    text-align: center
  }

  .form-hissu {
    color: red;
    margin-left: 5px;
    font-size: 1.5em;
    display: inline-block;
    vertical-align: middle
  }

  .jyusho-info {
    display: block;
    margin-top: 10px
  }

  .btnlist-item._submit {
    border-color: #000;
    border:2px solid #000000;
    display: block;
    text-decoration: none;
   margin:0 auto;
   padding:20px 100px;
   text-align:center;
    color: #000000;
    position: relative;
    background-color: #fff;
    cursor: pointer;
    color: #000000;
    line-height: 1;
    letter-spacing: .1em;
    border-color: #000000;
    font-weight:bold;
    border-radius:0px;
    font-size:14px;
  }

  .btnlist-item._submit:after, .btnlist-item._submit:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle
  }

  .btnlist-item._submit:before {
    right: 15px;
    width: 12px;
    height: 1px;
    top: 0px;
    background: #c7542e
  }

  .btnlist-item._submit:after {
    right: 15px;
    width: 7px;
    height: 7px;
    top: 0;
    border-top: 1px solid #c7542e;
    border-right: 1px solid #c7542e;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  .btnlist-item._submit:hover {
    opacity:0.7;

  }




  ._back input {
border-color: #000;
    border: 2px solid #000000;
    display:block;
    text-decoration: none;
   margin:0 auto;
   padding:20px 100px;
   text-align:center;
    color: #000000;
    position: relative;
    background-color: #fff;
    cursor: pointer;
    color: #000000;
    line-height: 1;
    letter-spacing: .1em;
    border-color: #000000;
    font-weight:bold;
    font-size:14px;
    border-radius:0;
  }



  ._back input:hover {
    opacity:0.7;
  }

  .input-name {
    width: 80%
  }

  @media screen and (max-width:640px) {
    .input-name {
      width: 100%
    }
  }

  .input-kana {
    width: 80%
  }

  @media screen and (max-width:640px) {
    .input-kana {
      width: 100%
    }
  }

  .input-email {
    width: 80%
  }

  @media screen and (max-width:640px) {
    .input-email {
      width: 100%
    }
  }

  .input-tel {
    width: 80%
  }

  @media screen and (max-width:640px) {
    .input-tel {
      width: 100%
    }
  }

  .ko_name_head {
    margin-top: 150px
  }

  .submit-wrapp {
    position: relative;
    display: inline-block;
    margin-top: 30px
  }

  .submit-wrapp:after, .submit-wrapp:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle
  }

  .submit-wrapp:before {
    right:50px;
    width: 40px;
    height: 1px;
    background: #000000;
    z-index: 3
  }

  .submit-wrapp:after {
    right: 50px;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #000000;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
  }

  .submit-wrapp:hover {
   opacity:0.7;
  }




  .submit-wrapp._back {
    position: relative;
    margin-right: 30px
  }

  .submit-wrapp._back:after, .submit-wrapp._back:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle
  }

  .submit-wrapp._back:before {
    right:50px;
    width: 40px;
    height: 1px;
    background: #000000;
    z-index: 3
  }

  .submit-wrapp._back:after {
    right: 50px;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #000000;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
  }


  .submit-wrapp._back:hover {
    opacity:0.7;
  }


  label.error {
    display: block;
    color: #E32929;
    margin-top: 5px;
    font-size: 12px
  }

  #addr11, #jusho02 {
    width: 80%
  }

  @media screen and (max-width:640px) {
    #addr11, #jusho02 {
      width: 100%
    }
  }

  #zip11 {
    margin-left: 5px
  }

  #addr11 {
    margin-top: 10px;
    margin-bottom: 10px
  }



  #form_chk .js-loading, #form_fin .js-loading {
    display: none
  }

  #form_chk .wrapper, #form_fin .wrapper {
    opacity: 1
  }

.recaptcha-box {
  margin: 2rem 0;
  text-align: center;
}
.recaptcha-box .g-recaptcha {
  margin-right:auto;
  margin-left:auto;
  width:300px;
  margin-top:20px;
}
.recaptcha-box .recaptcha-note {
  color: #666;
  font-size: 1.1rem;
}


  .selectwrapp select{max-width:100%}#message02,#message03{width:100%}
  /*# sourceMappingURL=entry-form.css.map */
