@charset "UTF-8";

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  max-width: 100%;
  padding: 9px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  border: 0;
  -moz-appearance: button;
  -webkit-appearance: button;
}

input[type="text"],
input[type="email"],
textarea {
  border: 1px solid #BFBFBF;
  width: 60%;
}

.form * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.form a:link,.form a:hover,.form a:visited {
  color: #3867B5;
}

.form a:hover {
  text-decoration: underline;
}

.form {
  line-height: 1.8;
}


dd.error input,
dd.error label {
  background: #FADBDA;
}

p.error {
  color: red;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: -20px;
}

dd.error textarea, p.error_sample {
  color: red;
  font-weight: bold;
  margin-top: -35px;
  margin-bottom: -20px;
}

#inquire
#submit {
  width: 310px;
  height: 60px;
  background: url(../img/common/contact/inquire-button.png) no-repeat;
  border: none;
  cursor: pointer;
}

#inquire
#submit2 {
  width: 310px;
  height: 60px;
  background: url(../img/common/contact/inquire-button2.png) no-repeat;
  border: none;
  cursor: pointer;
}

#inquire
#submit3 {
  width: 310px;
  height: 60px;
  background: url(../img/common/contact/inquire-button3.png) no-repeat;
  border: none;
  cursor: pointer;
}

.ifrm_container {
  width: 740px;
  height: 480px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: inline-block;
}

.ifrm {
  width: 100%;
  height: 420px;
  border: none;
  display: block;
}

.information {
  color: #000000;
  font-size: 25px;
  padding-top: 15px;
}

#policy
#main h4 {
  font-weight: bold;
}

.policy-box {
  padding: 0 42px 0 28px;
}

.policy-box .policy-box__title {
  margin-top: 28px;
}

.policy-box table {
  border-collapse: collapse;
  border: 1px solid;
  margin: 5px 0;
}

.policy-box th,
.policy-box td {
  border: 1px solid;
  padding: 5px;
}

.accent {
  color: #f00;
}

.fwb {
  font-weight: bold;
}

.mw_wp_form_confirm dt img {
  display: none;
}

.mw_wp_form_confirm .information {
  display: none;
}

.mw_wp_form_confirm .information + p {
  display: none;
}

/*Hide*/
.pc-hide {
  display: none;
}

.horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

select {
  width: 60%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #bfbfbf;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: url(/assets_lp/houjinhasan1/img/icon_selectdown.svg) calc(100% - 10px) 50% no-repeat, #fff;
  background-size: 20px, 100%;
}

label {
  margin-right: 40px;
}

input[type="checkbox"],
input[type="radio"] {
  position: relative;
  top: -1px;
}

.mwform-checkbox-field,
.mwform-radio-field {
  width: 100%;
  margin-bottom: 2px;
}

.form-step {
  margin-bottom: 30px;
  line-height: 30px;
  overflow: hidden;
  z-index: 1;
}

.form-step__item {
  float: left;
  font-weight: 700;
  background: #eee;
  padding-right: 10px;
  font-size: 15px;
  font-size: 1.5rem;
  height: 40px;
  width: -moz-calc(33.333333% - 39px);
  width: -webkit-calc(33.333333% - 39px);
  width: calc(33.333333% - 39px);
  line-height: 40px;
  margin-right: 33px;
  position: relative;
  color: #666;
}

.form-step__item:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: -28px;
  border: 20px solid transparent;
  border-color: #eee;
  border-left-color: transparent;
}

.form-step__item:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: -39px;
  border: 20px solid transparent;
  border-left-color: #eee;
}

.form-step__item:first-of-type {
  border-radius: 2px 0 0 2px;
  padding-left: 15px;
}

.form-step__item:first-of-type:before {
  display: none;
}

.form-step__item:last-of-type {
  border-radius: 0 2px 2px 0;
  margin-right: 0;
  padding-right: 15px;
}

.form-step__item:last-of-type:after {
  display: none;
}

.form-step__item--focus {
  background: #4DA621;
  color: #fff;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
}

.form-step__item--focus:before {
  border-color: #4DA621;
  border-left-color: transparent;
}

.form-step__item--focus:after {
  border-left-color: #4DA621;
}

.form-step-item__content {
  position: relative;
  z-index: 1000;
}

.form-notice {
  text-align: left;
}

.form-notice__title {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: center;
}

.form-notice__title--small {
  font-size: 20px;
}

.form-notice__title--str {
  text-decoration: underline;
}

.form-notice__content, .form-notice__content--small {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
  /*width: 410px;*/
  margin: 0 auto 30px;
}

.form-notice__content .txt {
  text-align: left;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.form-notice__content--small {
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
  margin-top: -23px;
}

.form-notice__for-tel {
  margin-bottom: 16px;
}

.form-notice__img {
  margin: 0 auto 30px;
  width: 580px;
}

.form-notice-content__tel {
  display: inline-block;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 1px;
  padding-left: 30px;
  background: url(/assets_lp/houjinhasan1/img/icon_tel_orange.svg) no-repeat left center;
  background-size: 26px;
}

.form-notice-content__tel-num {
  position: relative;
  left: 5px;
}

.form-box-content-tel__title,
.form-box-content-mail__title {
  margin-bottom: 4px;
  display: block;
  background: url(../svg/icon_bk_tel.svg) no-repeat left center;
  background-size: 18px;
  padding-left: 22px;
}

.form-box-content-mail__title {
  background-image: url(../svg/icon_bk_mail.svg);
}

.form-box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #BFBFBF;
  border-right: 1px solid #BFBFBF;
  max-width: 900px;
  margin: 0 auto;
}

.form-box--contact_top {
  max-width: 520px;
  margin-top: 40px;
  margin-bottom: 50px;
}

.form-box--contact_top select {
  width: 100%;
}

.form-box--contact_top .form-box__title {
  width: 45%;
}

.form-box--contact_top .form-box__content {
  width: 55%;
}

.form-box--1column {
  position: relative;
}

.form-box--1column__title, .form-box__title {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 15px 60px 15px 15px;
  border-left: 1px solid #BFBFBF;
  line-height: 2;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}

.form-box--1column__title:first-line, .form-box__title:first-line {
  font-weight: 500;
  font-size: 16px;
}

.form-box--1column__title--required, .form-box--1column__title--optional, .form-box__title--optional, .form-box__title--required {
  background: #D24B4B;
  color: #fff;
  font-size: 13px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 4px 7px;
  position: absolute;
  left: 137px;
  top: 19px;
  line-height: 1;
}

.form-box--1column__title--optional, .form-box__title--optional {
  background: #4DA621;
  position: static;
  padding: 3px 7px;
}

.form-box--1column__title--msg {
  font-size: 13px;
  font-size: 1.3rem;
}

.form-box--1column__content {
  width: 100%;
  padding: 15px;
  padding-top: 0;
  border-left: 1px solid #BFBFBF;
  font-size: 16px;
}

.form-box--1column__content--required {
  background: #FDEFEF;
}

.form-box__title {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #BFBFBF;
  background: #EAEAEA;
  width: 35%;
}

.form-box__title--required {
  left: auto;
  right: 10px;
}

.form-box__title--optional {
  position: absolute;
  padding: 4px 7px;
  left: auto;
  right: 10px;
}

.form-box__title--btn {
  position: absolute;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  color: #4DA621;
  right: 15px;
  top: 50%;
  padding-top: 9px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 1;
}

.form-box__content {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #BFBFBF;
  border-left: 1px solid #BFBFBF;
  width: 65%;
  padding: 10px 15px;
  font-size: 16px;
}

.form-box__content--required {
  background-color: #FDEFEF;
}

.form-box__content--1column .mwform-checkbox-field,
.form-box__content--1column .mwform-radio-field {
  width: 50%;
}

.form-box__content--other-width .horizontal-item:nth-child(5) {
  width: 80%;
}

.form-box__content--width-auto .horizontal-item {
  width: 100%;
}

.form-box__content--error:not(input), .form-box__content--error:not(select) {
  /*display: block;*/
  color: #D24B4B;
  margin-right: 0;
}

.form-box__content--error[name="個人情報の取り扱い[data][]"] {
  display: inline;
  margin-right: 5px;
}

.form-box__content--valid {
  background: #fff;
}

.form-box__content--valid + label {
  background: url(/assets/img/form_check.svg) no-repeat right center;
  width: 23px;
  height: 23px;
  background-size: 23px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  position: relative;
  top: 1px;
}

.form-box-content__tel {
  margin-bottom: 12px;
}

.form-box-1column-content__textarea {
  width: 100%;
  max-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-policy {
  margin: 30px auto;
  text-align: center;
}

.form-btn {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: baseline;
  align-items: baseline;
  margin-bottom: 40px;
  margin-top: 32px;
}

.form-btn .form-btn--submit, .form-btn .form-btn--back {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  letter-spacing: 1px;
}

.form-btn--submit {
  font-size: 26px;
  padding: 16px 0;
  text-indent: 26px;
  background: url(/assets_lp/houjinhasan1/images/icon_arrow.svg) 22px center no-repeat #3D8C16;
  -moz-background-size: 29px;
  -o-background-size: 29px;
  -webkit-background-size: 29px;
  background-size: 29px;
  color: #fff;
  -moz-box-shadow: 3px 3px 0 0 #276509;
  -webkit-box-shadow: 3px 3px 0 0 #276509;
  box-shadow: 3px 3px 0 0 #276509;
  width: 50%;
}

.form-btn--submit:hover {
  opacity: .8;
}

.form-btn--submit[name="submit"] {
  background-color: #E88D2F;
  text-indent: 0;
  -moz-box-shadow: 3px 3px 0 0 #B5630E;
  -webkit-box-shadow: 3px 3px 0 0 #B5630E;
  box-shadow: 3px 3px 0 0 #B5630E;
  width: 63%;
}

.form-btn--back {
  background: url(../svg/icon_back_arrow.svg) no-repeat 15px center #eee;
  text-indent: 13px;
  -moz-background-size: 22px;
  -o-background-size: 22px;
  -webkit-background-size: 22px;
  background-size: 22px;
  color: #666;
  margin-right: 30px;
  -moz-box-shadow: 3px 3px 0 0 #c7c7c7;
  -webkit-box-shadow: 3px 3px 0 0 #c7c7c7;
  box-shadow: 3px 3px 0 0 #c7c7c7;
  width: 27%;
  padding: 9px 0;
  font-size: 19px;
  font-size: 1.9rem;
  position: relative;
  top: 10px;
}

.form-btn--back:hover {
  opacity: .8;
}

.form-ssl {
  text-align: center;
}

.form-ssl__txt {
  color: #232323;
  margin-top: 10px;
  width: 31%;
  padding-bottom: 20px;
  margin: 0 auto;
  font-size: 13px;
  font-size: 1.3rem;
}

.mw_wp_form_confirm .form-box-content-tel,
.mw_wp_form_confirm .form-box-content-mail {
  width: 100%;
}

.mw_wp_form_confirm .form-box__content--valid + label {
  display: none;
}

@media screen and (max-width: 768px) {
  input,
  textarea,
  select {
    padding: 10px;
  }

  input[type="text"],
  input[type="email"] {
    width: 80%;
  }

  input[type="text"],
  input[type="email"],
  textarea {
    font-size: 16px;
  }

  input[type="checkbox"],
  input[type="radio"] {
    top: 1px;
    padding: 0;
  }

  label {
    margin-right: 0;
  }

  .loader__ele {
    margin-top: -60px;
  }

  .loader__msg {
    margin-top: -15px;
  }

  .page-title-contact {
    background: #fff !important;
    border-bottom: 2px solid #4DA621;
    padding: 5px 10px 24px !important;
  }

  .mw_wp_form input[type="submit"].form-btn--back {
    color: inherit;
  }

  .form-step {
    margin-bottom: 10px;
  }

  .form-step__item {
    width: 100%;
    height: auto;
    margin-right: 0;
    padding: 2px 10px 0;
    margin-bottom: 2px;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px;
    border-radius: 3px !important;
    text-align: center;
    background: #E0E0E0;
    color: #fff;
  }

  .form-step__item:after {
    top: auto;
    bottom: -20px;
    right: 50%;
    margin-right: -10px;
    border: 10px solid transparent;
    border-top-color: #E0E0E0;
    z-index: 200;
  }

  .form-step__item:nth-child(1):before, .form-step__item:nth-child(2):before, .form-step__item:nth-child(3):before {
    display: none;
  }

  .form-step__item:nth-child(1) {
    background: #C7C7C7;
  }

  .form-step__item:nth-child(1):after {
    border-top-color: #C7C7C7;
  }

  .form-step__item:nth-child(2) {
    background: #B3B2B2;
  }

  .form-step__item:nth-child(2):after {
    border-top-color: #B3B2B2;
  }

  .form-step__item:nth-child(3) {
    background: #A2A2A2;
  }

  .form-step__item--focus {
    background: #4DA621 !important;
  }

  .form-step__item--focus:after {
    border-top-color: #4DA621 !important;
  }

  .form-notice {
    text-align: left;
    padding: 0 15px;
  }

  .form-notice__title {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .form-notice__title--thx {
    font-size: 16px;
  }

  .form-notice__title--small {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .form-notice__title strong {
    font-size: 16px;
  }

  .form-notice__content, .form-notice__content--small {
    width: 100%;
  }

  .form-notice__content .txt {
    text-align: left;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .form-notice__content--small {
    font-size: 14px;
  }

  .form-box {
    border: 0;
  }

  .form-box__title {
    width: 100% !important;
    background: #D8D8D8;
    padding: 10px;
    border: 0;
    margin-bottom: 3px;
  }

  .form-box__title--required {
    position: static;
    margin-left: 10px;
  }

  .form-box__content {
    width: 100% !important;
    border: 0;
    margin-bottom: 30px;
    padding: 15px 10px 0;
    font-size: 15px;
  }

  .form-box__content--1column .mwform-checkbox-field,
  .form-box__content--1column .mwform-radio-field {
    width: 80%;
  }

  .form-box__content--width-auto .horizontal-item {
    width: 100%;
  }

  .form-box__content--valid + label {
    margin-left: 10px;
  }

  .form-box--1column__title, .form-box__title {
    width: 100%;
    background: #D8D8D8;
    padding: 10px;
    border: 0;
    margin-bottom: 3px;
    font-size: 1.5rem;
  }

  .form-box--1column__title--msg {
    line-height: 1.4;
    padding-top: 8px;
  }

  .form-box--1column__title--required, .form-box--1column__title--optional, .form-box__title--optional, .form-box__title--required {
    position: static;
    margin-left: 10px;
  }

  .form-box--1column__content {
    width: 100%;
    border: 0;
    margin-bottom: 30px;
    padding: 15px 10px 0;
  }

  .mwform-checkbox-field,
  .mwform-radio-field {
    display: block;
    width: 80%;
    margin-bottom: 9px;
  }

  label.form-box__content--error {
    margin-top: 5px;
  }

  .form-btn {
    display: block;
  }

  .form-btn--submit {
    font-size: 17px;
  }

  .form-btn--back {
    font-size: 17px;
    font-size: 1.7rem;
    background-position: 22px center;
    -moz-background-size: 29px;
    -o-background-size: 29px;
    -webkit-background-size: 29px;
    background-size: 29px;
  }

  .form-notice-content__tel {
    font-size: 35px;
    font-size: 3.5rem;
  }

  .form-ssl__txt {
    width: 70%;
    padding-top: 8px;
  }

  .form-ssl input {
    padding: 0;
  }

  .mw_wp_form input[type="submit"], .mw_wp_form input[type="button"] {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
    box-sizing: border-box;
  }

  .form-notice__content, .form-notice__content--small {
    font-size: 1.5rem;
  }
}

.underline {
  text-decoration: underline;
  -moz-transition: all, 200ms, ease-in;
  -o-transition: all, 200ms, ease-in;
  -webkit-transition: all, 200ms, ease-in;
  transition: all, 200ms, ease-in;
}

/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(16, 16, 16, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 1.6;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: -35px;
  right: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  opacity: .8;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 35px;
  line-height: 35px;
  position: absolute;
  top: 0;
  text-indent: 17px;
  right: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: left;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

.modal-inner {
  overflow-y: auto;
  max-height: 80vh;
  padding: 20px;
  text-align: left;
  font-size: 14px;
}

.modal-inner table {
  border-collapse: collapse;
  border: 1px solid;
  margin: 5px 0;
}

.modal-inner th, .modal-inner td {
  border: 1px solid;
  padding: 5px;
}

.modal-inner a {
  color: #3867B5;
}

.modal-inner a:hover {
  text-decoration: underline;
}

/**
* ----------------------------------------
form-desc
* ----------------------------------------
**/
.form-desc {
  font-size: 18px;
  max-width: 900px;
  margin: 32px auto;
}

@media screen and (max-width: 768px) {
  .form-desc {
    font-size: 16px;
  }
}

/**
* ----------------------------------------
form-sec
* ----------------------------------------
**/
.form-sec {
  background: #ffffff;
}

/**
* ----------------------------------------
Confirm Hide
* ----------------------------------------
**/
.mw_wp_form_confirm .js-confirm-hide {
  display: none;
}

/**
* ----------------------------------------
送信完了画面
* ----------------------------------------
**/
@media screen and (max-width: 768px) {
  .form-notice__img {
    display: none;
  }
}
