@charset "UTF-8";

/* CSS Document */

input[type="submit"], input[type="button"] {
  -webkit-appearance: none;
}

.form_body {
  -webkit-text-size-adjust: none;
  color: #000;
  text-align: left;
  margin: 0 auto;
  background: #deeeea;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 50px;
}

.form_layout {
  border-top: solid 1px #d8e0ed;
  width: 100%;
  position: relative;
}

.item_line {
  border-bottom: solid 1px #d8e0ed;
  position: relative;
  overflow: hidden;
  padding-bottom: 15px;
  padding-right: 20px;
}

.item_line1 {
  padding-top: 15px;
}

.item_line2 {
  border-bottom: solid 1px #d8e0ed;
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
}

.text_mail p {
  font-size: 18px;
}

span.text_area {
  font-size: 18px;
}

span.text_area textarea {
  width: 500px;
  margin-top: 5px;
}

.item_name {
  padding: 15px 0 0 0;
  width: 30%;
  float: left;
  font-weight: bold;
}

.item_name .must, .item_name .plural, .item_name .singular {
  /* line-height:30px; */
  color: #fff;
  padding: 0 5px;
  float: right;
  margin: 0 15px 0 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.item_name .must {
  background: #edca0d;
}

.item_name .plural {
  background: #94bff7;
}

.item_name .singular {
  background: #999999;
  /* margin: 0; */
  /* margin: 0 0 0 10px; */
  margin: 0 15px 0 0;
}

.item_contents {
  width: 70%;
  float: right;
  padding-top: 5px;
}

.item_contents_inner {
  padding: 10px 0 0 10px;
  border-left: solid 3px #62bca4;
  overflow: hidden;
}

.sec_item_line {
  border-top: none;
  border-bottom: solid 1px #d8e0ed;
  position: relative;
  overflow: hidden;
}

.sec_item_line:first-child {
  padding: 0 0 5px 0;
  border-top: none;
}

.sec_item_line:last-child {
  padding: 5px 0 0 0;
  border-bottom: none;
}

.sec_item_contents {
  padding: 0;
  border: none;
  float: left;
}

.form_layout .wrap {
  position: relative;
}

.form_layout .wrap:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%;
}

.form_layout .wrap.valid:after {
  background: url(../images/top/icon-ok.png) no-repeat right center;
}

.form_layout .wrap input[type="text"].valid, .form_layout .wrap.valid input[type="email"].valid, .form_layout .wrap.valid input[type="tel"].valid, .form_layout .wrap.valid select, .form_layout .wrap textarea.valid {
  background: #B5FED1;
  border: 1px solid #4ef388;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 2000px #B5FED1 inset;
}

.form_layout .wrap.error:after {
  background: url(../images/top/icon-ng.png) no-repeat right center;
}

.form_layout .wrap.error input[type="text"], .form_layout .wrap.error input[type="email"], .form_layout .wrap.error input[type="tel"], .form_layout .wrap.error select, .form_layout .wrap.error textarea {
  background: #FDB1B2;
  border: 1px solid #ff8b8e;
}

.form_layout input[type=text], .form_layout input[type="email"], .form_layout input[type="tel"], .form_layout textarea {
  padding: 8px;
}

.form_layout input[type="submit"] {
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
}

.form_layout input[type=text], .form_layout input[type=email], .form_layout input[type=tel], .form_layout textarea, .form_layout select, .form_layout option {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px #ddd;
  display: block;
}

.form_layout input[type=text]:focus, .form_layout input[type=email]:focus, .form_layout input[type=tel]:focus, .form_layout textarea:focus, .form_layout select:focus, .form_layout option:focus {
  background: #fffdf7;
}

.inputarea1 {
  width: 300px;
  height: 40px;
  font-size: 1.0em !important;
}

.inputarea2 {
  width: 200px;
  height: 40px;
  font-size: 1.0em !important;
}

.inputarea3 {
  width: 400px;
  height: 40px;
  font-size: 1.0em !important;
}

.inputarea4 {
  width: 500px;
  height: 40px;
  font-size: 1.0em !important;
}

.inputarea5 {
  width: 80px;
  height: 40px;
  font-size: 1.0em !important;
}

.inputarea6 {
  width: 30px;
  height: 40px;
  font-size: 1.0em !important;
}

.inputarea7 {
  width: 200px;
  height: 40px;
  font-size: 1.0em !important;
}

.textarea1 {
  width: 500px !important;
  height: 200px !important;
  font-size: 1.0em !important;
}

.form_btns {
  overflow: hidden;
  width: 30%;
  margin: 0 auto 0 auto;
  text-align: center;
}

.form_btns .confirm {
  display: block;
  width: 445px;
  height: 96px;
  cursor: pointer;
  border: none;
  text-indent: -9999px;
}

.form_btns .edit, .form_btns .confirm {
  margin: 0 auto;
  background-color: #c5c5c5;
  font-size: 1em;
  color: #333;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 65px;
  margin: 30px auto 0;
  border: none;
  display: inline-block;
  border-radius: 8px;
  border-bottom: solid 4px #a0a5aa;
  padding: 0 10%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}


/*.form_btns .confirm:hover{background:url(https://vs-group.jp/sozokuzei/supportcenter/media/wp/wp-content/uploads/2018/04/submit_btn_on.png);}
.form_btns .send{background:url(../images/top/btn_send_off.png);float:right;}
.form_btns .send:hover{background:url(../images/top/btn_send_on.png);}
.form_btns .edit{background:url(../images/top/btn_edit_off.png);float:left;}
.form_btns .edit:hover{background:url(../images/top/btn_edit_on.png);}
.form_btns .top{background:url(../images/top/btn_top_off.png);margin:0 auto;}
.form_btns .top:hover{background:url(../images/top/btn_top_on.png);}*/

div.valid {
  display: none;
}

div.valid.wrap {
  display: block;
}

div.errortext {
  display: none;
  clear: both;
  color: #fa0006;
  background: url(../images/top/icon_error.png) no-repeat left center;
  padding-left: 20px;
  border: none;
}

.error div.errortext {
  display: none;
  clear: both !important;
  color: #fa0006 !important;
  background: url(../images/top/icon_error.png) no-repeat left center !important;
  padding-left: 20px !important;
  border: none !important;
  font-size: 1.0em !important;
}

div.attention {
  display: none;
  clear: both;
  border-left: 2px solid #ffb0b0;
  padding-left: 10px;
  line-height: 16px;
  color: #7f7f7f;
  margin: 10px 0 0 0;
}

div.attention.errortext {
  background: none;
}

.gray {
  color: #919191;
}

.thanks {
  text-align: center;
}

.target_blank {
  color: #2291f4;
  background: url(../images/top/icon_target_blank.png) right center no-repeat;
  padding: 0 15px 0 0;
  margin-right: 10px;
}

.policy {
  text-align: center;
  margin: 30px 0 0 0;
}

.validetta-bubble {
  position: absolute;
  background-color: #cd2e26;
  max-width: 325px;
  border-radius: 5px;
  color: white;
  padding: 5px 12px;
  z-index: 9;
}

.validetta-bubble:before {
  content: '';
  position: absolute;
  display: block;
  height: 0;
  width: 0;
  border-width: 5px;
  border-style: solid;
}

.validetta-bubble--right:before {
  top: 7px;
  left: -10px;
  border-color: transparent #cd2e26 transparent transparent;
}

.validetta-bubble--bottom:before {
  top: -10px;
  left: 10px;
  border-color: transparent transparent #cd2e26 transparent;
}

.validetta-inline, .validetta-bubble {
  display: block;
  font: 12px/14px Arial, Helvetica, sans-serif;
}

.validetta-inline {
  color: #cd2e26;
}

.sp_only {
  display: none;
}

#contact .form_btn, .wpcf7c-btn-confirm02 {
  margin-top: 20px;
  /* width:170px; */
  /* height:50px; */
  background-color: #f6fffce3;
  font-size: 1.12em;
  /* margin-left:50px; */
  color: #666;
  text-align: center;
  text-decoration: none;
  line-height: 65px;
  border: none;
  display: inline-block;
  border-radius: 8px;
  padding: 0 30px;
  border-bottom: solid 4px #94b9af;
}

#contact .form_btn, input[type="submit"]:focus {
  outline: 0;
}

#contact .form_btn, .wpcf7c-btn-confirm, .wpcf7-submit {
  background-color: #edca0d;
  font-size: 1.12em;
  color: #333;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 65px;
  margin: 30px auto 0;
  border: none;
  display: inline-block;
  border-radius: 8px;
  border-bottom: solid 4px #8e790a;
  padding: 0 20%;
  letter-spacing: 5px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}


/*.wpcf7c-conf{background-color:#f5e9f3 !important;color:#983737 !important;border:1px solid rgb(175, 142, 142) !important;transition:.6s;}
.wpcf7c-btn-back{background:#a3a3a3;}
.wpcf7-submit{background-color:#cd424d;}*/

#contact .form_btn:hover, .wpcf7c-btn-confirm:hover, .wpcf7-submit:hover, .wpcf7c-btn-back:hover {
  background-color: #f3df73;
}

.form_btns .edit:hover {
  background-color: #ddd;
}

@media (max-width:768px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .form_body {
    padding: 20px;
  }
  .item_name {
    width: inherit;
  }
  .item_name .singular, .item_name .must {
    margin: 0 0 0 10px;
  }
  .item_contents {
    width: 100%;
  }
  .item_contents_inner {
    border: none;
    padding: 10px 0 0 0;
  }
}

.contact_ban05 {
  width: 710px;
  max-width: 100%;
  margin: 0 auto 30px auto;
  position: relative;
  clear: both;
}

.contact_ban05 ul, .contact_ban05 ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.contact_ban05 ul li.tel_05 {
  position: absolute;
  left: 24px;
  top: 87px;
}

.contact_ban05 ul li.form_05 {
  position: absolute;
  left: 383px;
  top: 101px;
}

@media (max-width:768px) {
  .form_btns {
    width: 100%;
  }
  .contact_ban05 ul li.tel_05 {
    width: 48%;
    left: 1%;
    top: 42px;
  }
  .contact_ban05 ul li.form_05 {
    width: 48%;
    left: 50%;
    top: 42px;
  }
}

.horizontal-item+.horizontal-item {
  margin-left: 0px!important;
}

.horizontal-item {
  display: inline-block!important;
  font-size: 18px;
  width: 100%;
}

.horizontal-item input[type=checkbox] {
  width: 20px;
  height: 20px;
}

@media (max-width:768px) {
  .sp-form1 .horizontal-item+.horizontal-item {
    margin-left: 0px!important;
  }
  .sp-form1 .horizontal-item {
    display: block!important;
    width: 100%;
  }
  .sp-form1 p {
    margin-bottom: 5px!important;
    margin-top: 5px!important;
  }
  .sp-form1 .form_btn01 input[type=submit] {
    width: 100%!important;
    border: 1px solid #ccc!important;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.27);
    padding: 10px 8px;
    margin-bottom: 5px;
  }
  .sp-form1 .form_btn02 {
    text-align: center;
  }
  .sp-form1 .form_btn02 input[type=submit] {
    width: 155px!important;
    margin-top: 50px;
    margin-bottom: 5px;
    background: #fff;
    border: none;
    border-bottom: 1px solid #333;
  }
}


/**
 * error message
 */

.mw_wp_form .error {
  font-size: 93%;
  color: #B70000;
  display: block;
}


/**
 * error message of akismet
 */

.mw_wp_form .akismet_error {
  display: block;
}


/**
 * vertical style of radio and checkbox
 */

.mw_wp_form .vertical-item {
  display: block;
}

.mw_wp_form .vertical-item+.vertical-item {
  margin-top: 5px;
}


/**
 * horizontal style of radio and checkbox
 */

.mw_wp_form .horizontal-item+.horizontal-item {
  margin-left: 10px;
}


/**
 * radio and checkbox
 */

.mwform-checkbox-field label, .mwform-radio-field label {
  font-weight: normal;
  margin-bottom: 0;
}

.mwform-checkbox-field input, .mwform-radio-field input {
  margin-right: 5px;
}


/**
 * datepicker
 */

.mw_wp_form .ui-datepicker .ui-datepicker-title select.ui-datepicker-month, .mw_wp_form .ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
  width: 40%;
  margin: 0 5px;
}


/**
 * deprecated message
 */

.mw-wp-form-deprecated-message {
  background: #fdeeee;
  border: 1px solid #f7bdb8;
  border-radius: 5px;
  color: #af4040;
  font-size: 13px;
  line-height: 1.6;
  margin: 0 0 10px;
  padding: 1em;
}


/**
 * file
 */

.mw_wp_form input[type="file"] {
  display: inline-block;
}


/**
 * file delete button
 */

.mwform-file-delete {
  cursor: pointer;
  visibility: hidden;
}


/**
 * tel and zip
 */

.mwform-tel-field input[type="text"], .mwform-zip-field input[type="text"] {
  display: inline-block;
  width: auto;
}

.btn_bk_top {
  position: relative;
  text-decoration: underline;
  padding-left: 10px;
}

.btn_bk_top ::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin: 0;
  content: "";
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-top: 6px solid transparent;
  border-right: 0;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #74b5a4;
}

.mw_wp_form_input .input-show {
  display: none;
}
