@charset "UTF-8";
/******************************************************

fonts

******************************************************/
:placeholder-shown {
  color: #0d3b44;
}

/*******************************************
    
PC SP form

*******************************************/
@media screen and (max-width: 768px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="url"] {
    width: 100%;
  }
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="url"] {
  width: 100%;
  max-width: 100%;
  padding: 0 6px;
  height: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-appearance: none;
  border: #999999 solid 1px;
  border-radius: 0px;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type="text"].narrow,
input[type="email"].narrow,
input[type="tel"].narrow,
input[type="password"].narrow,
input[type="url"].narrow {
  width: 40%;
}

input[type="text"].middle,
input[type="email"].middle,
input[type="tel"].middle,
input[type="password"].middle,
input[type="url"].middle {
  width: 60%;
}

input[type="text"].wide,
input[type="email"].wide,
input[type="tel"].wide,
input[type="password"].wide,
input[type="url"].wide {
  width: 80%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="url"]:focus {
  background: #fff;
}

input[type="text"].bg_color,
input[type="email"].bg_color,
input[type="tel"].bg_color,
input[type="password"].bg_color,
input[type="url"].bg_color {
  background: #fff2e2;
}

.contactForm .inputArea .input .f_msize {
  width: calc(60% - 225px);
  max-width: 100%;
  padding: 0 6px;
  height: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-appearance: none;
  border-radius: 0px;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type="text"].narrow_zip {
  width: 20%;
  display: inline-block;
  margin: 0 10px;
}

textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  width: 100% !important;
  max-width: 100% !important;
  height: 200px !important;
  padding: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: #999999 solid 1px;
  font-size: 1.6rem;
  border-radius: 0px;
  background: #fff;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.selectBox {
  display: inline-block !important;
  width: auto !important;
}

.selectBox:after {
  line-height: 35px !important;
  width: 35px !important;
}

.selectBox select {
  height: 35px !important;
  font-size: 1.4rem !important;
}

.selectBox select.bg_color {
  background: #fff2e2;
}

.checkBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.checkBox .check input[type="checkbox"] {
  display: none;
}

.checkBox .check input[type="checkbox"]:checked ~ label span:after {
  width: 0;
  left: 18px;
}

.checkBox .check label {
  display: block;
  width: 100%;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1;
}

.checkBox .check label:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  border: #999999 solid 1px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fff;
}

.checkBox .check label span {
  display: inline-block;
  line-height: 20px;
}

.checkBox .check label span:before {
  content: "\e912";
  font-family: "icomoon";
  position: absolute;
  font-size: 1.5rem;
  left: 1px;
  top: 1px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  color: #3795f8;
}

.checkBox .check label span:after {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 0;
  position: absolute;
  left: 1px;
  top: 1px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.checkBox .checks span {
  font-size: 2rem;
  line-height: 2;
  margin-left: 0 !important;
  margin-right: 5px;
}

.checkBox .checks label input {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.radioBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -10px;
}

.radioBox.vertical {
  display: block;
  text-align: left;
}

.radioBox.vertical .radio {
  margin-right: 0px;
  margin-bottom: 0px;
}

.radioBox.vertical .radio + .radio {
  margin-left: 0px;
  margin-top: 15px;
}

.radioBox .radio {
  margin-right: 20px;
  margin-bottom: 10px;
}

.radioBox .radio input[type="radio"] {
  display: none;
}

.radioBox .radio input[type="radio"]:checked ~ label span:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.radioBox .radio label {
  display: block;
  width: 100%;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  cursor: pointer;
  color: #000000;
  font-size: 1.6rem;
}

.radioBox .radio label span:after {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  border: #999999 solid 1px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.radioBox .radio label span:before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  border: #3795f8 solid 6px;
  border-radius: 50%;
  position: absolute;
  left: 1px;
  top: 6px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}

.submitBox button[type="submit"] {
  margin: 0 auto;
  text-shadow: none;
  border: 0 !important;
  font-size: 2.2rem;
  width: 350px;
  height: 65px;
}

.submitBox button[type="submit"]:hover {
  background: #0d3b44;
  color: #fff;
  cursor: pointer;
}

/*　追加 */
.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .selectBox:after {
  content: none;
}

.contactForm .input .vertical-item .vr {
  margin: 5px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

@media screen and (max-width: 740px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="password"] {
    width: 100% !important;
    height: 40px;
  }
  input[type="text"].narrow,
  input[type="email"].narrow,
  input[type="tel"].narrow,
  input[type="password"].narrow {
    width: 100% !important;
  }
  .radioBox, .checkBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .radioBox .radio, .radioBox .check, .checkBox .radio, .checkBox .check {
    width: 100%;
    margin-left: 0 !important;
  }
  .radioBox .radio label, .radioBox .check label, .checkBox .radio label, .checkBox .check label {
    padding-left: 30px;
  }
  .radioBox .radio label span, .radioBox .check label span, .checkBox .radio label span, .checkBox .check label span {
    display: inline-block;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .radioBox .radio, .checkBox .radio {
    margin-top: 0px;
  }
  textarea {
    height: 150px !important;
  }
  .selectBox {
    width: 100% !important;
  }
  .submitBox button[type="submit"] {
    font-size: 1.5rem;
    width: 250px;
    height: 45px;
  }
  .submitBox button[type="submit"] i {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .checkBox .checks label {
    display: block;
  }
  .checkBox .checks input {
    display: inline-block;
  }
  .checkBox .checks .horizontal-item,
  .checkBox .checks .horizontal-item + .horizontal-item {
    display: contents;
  }
}
/*# sourceMappingURL=form.css.map */