/*
Theme Name: helnet
Theme URI: 
Author: MW
Author URI: 
Description: 
Version: 0.0.1
License: 
License URI: 
Tags: blog
Text Domain: 
*/
/* editor */

/* common style
========================================================================== */
  /* contents top margin */
  div.wpcf7 {
    margin-top: 35px;
  }
  /* error massage style */
  .wpcf7-not-valid-tip {
    margin-top: 10px;
    color: #f60000;
    line-height: 1.5;
    font-weight: 500;
  }
  /* confirm style */
  input.wpcf7c-conf {
    border: 0;
    padding: 0;
    background: #fff;
  }
  textarea.wpcf7c-conf {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
    overflow: auto;
  }
  /* confirm style input focus delete */
  input.wpcf7c-conf:focus, textarea.wpcf7c-conf:focus {
    background-color: #fff;
  }
  /* confirm style placeholder delete */
  .wpcf7c-conf:placeholder-shown { /* standard version */
    opacity: 0 !important;
  }
  .wpcf7c-conf::-webkit-input-placeholder { /* Google Chrome, Safari, Opera 15+, Android, iOS */
    opacity: 0 !important;
  }
  .wpcf7c-conf:-moz-placeholder { /* Firefox 18- */
    opacity: 0 !important;
  }
  .wpcf7c-conf::-moz-placeholder { /* Firefox 19+ */
    opacity: 0 !important;
  }
  .wpcf7c-conf:-ms-input-placeholder { /* IE 10+ */
    opacity: 0 !important;
  }
  /* unnecessary block delete */
  .wpcf7-validation-errors, .wpcf7-mail-sent-ok {
    display:none !important;
  }
  /* privacy-check style */
  .privacy-check span span {
    display: inline-block;
    margin: 0;
  }
  .ajax-loader {
    display:none !important;
  }

/* form style
========================================================================== */
  /* confirm style input radio style */
  input[type="radio"].wpcf7c-conf {
    display: none;
  }
  p.radio-confirm {
    margin-top: 0px !important;
  }
  span.wpcf7c-elm-step1 + .mod-radio-list + p.radio-confirm {
    display: none;
  }
  span.wpcf7c-elm-step1.wpcf7c-force-hide + .mod-radio-list + p.radio-confirm {
    display: block;
  }

/* order-form style
========================================================================== */
  /* zipcode error style */
  .mod-zipcode > p {
    vertical-align: top;
  }
  /* input file style */
  input[type="file"] {
    display: none;
  }
  /* confirm style input file style */
  .mod-file_select {
    height: 36px;
  }
  .file-confirm {
    margin-top: 0px;
  }
  span.wpcf7c-elm-step1 + p.mod-file + p.file-confirm {
    display: none;
  }
  span.wpcf7c-elm-step1.wpcf7c-force-hide + p.mod-file + p.file-confirm {
    display: block;
  }



/* MW WP FORM関連 */
.mw_wp_form_input .mod-button-list.wpcf7c-elm-flow2 {
  display: none;
}

.mw_wp_form_preview .wpcf7c-elm-flow1 {
  display: none;
}

.mod-table02_detail .mw-wp-form_file {
  font-size: 16px;
}