@media (min-width:730px){
  #main #contents [id*="-heading"] {
    font-size: 2.2rem;
    text-align: left;
  }
  #contents .att-box li {
    display: inline-block;
  }
} /* Eo min730 */

/* フォーム */
#contents input {
  margin:2px 0;
}
#contents input[type="text"],
#contents input[type="email"],
#contents textarea {
  background: #FFFFFF;
  -moz-box-shadow:none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ccc;
  max-width: 90%;
}
#contents input[type="text"],
#contents input[type="email"] {
  margin:2px 0;
  height: auto;
  line-height: 2em;
}
#contents .bank input[type="text"] {
  width: 250px;
}
#contents input[name="zip"] {
  max-width: 150px;
}
#contents textarea {
  width: 100%;
}
#contents span.horizontal-item {
  display: inline-block;
  margin: 0 10px 0 0;
}
#contents input[type="file"] {
  margin-bottom: 10px;
}

#contents table .small-font {
    font-size: 0.9em;
}
#contents select,
#contents input[type="number"],
#contents input[type="date"] {
    padding: 6px 6px 5px 6px;
    border: 1px solid #ccc;
    margin: 2px 0;
    height: auto;
    line-height: 2em;
    border-radius: 4px;
}
#contents span.units input {
    width: 100px;
    text-align: right;
}
#contents span.startday,
#contents span.endday {
    margin-left: 0.5em;
}
#contents input[type=text].zip {
    width: 150px;
}
#contents input[type=tel] {
    ime-mode: disabled;
}

#contents table.v-head-table2 tr td span.zipsame{
    display: block;
    margin: 0 0 1em;
}
#contents table.v-head-table2 tr td span.zipsame span.wpcf7-list-item {
    margin: 0;
}

#contents p.understand {
    font-size: 1.8rem!important;
    padding-top: 2rem;
    padding-bottom: 2rem;
}


@media (max-width: 1039px){
  #contents input[type="text"],
  #contents input[type="email"] {
    width: 80%;
  }
} /* Eo max1039 */

@media (max-width: 729px){
  #contents table.v-head-table3 {
    border: none;
  }
  #contents table.v-head-table3 th {
    background-color: #f7e1e1;
    border-left: 5px solid #e60033;
  }
  #contents table.v-head-table3 tr:first-child th {
    border-top: 0;
  }
  #contents table.v-head-table3 th br {
    display: none;
  }
  #contents table.v-head-table3 th p,
  #contents table.v-head-table3 th p.wide {
    border-left: none;
    height: auto;
    line-height:1.6em;
    margin-bottom: 0;
    padding:0;
  }
  #contents table.v-head-table3 td {
    background: none;
  }
  #contents table.v-head-table3 tr:first-child td {
    border-top: 0;
  }
    .att-box.wpcf7c-elm-step1 {
        margin-top: 1em;
    }
    
  
    
} /* Eo max729 */


/* 表修正  */
#contents table td,
#contents table th {
  border: 1px solid #cccccc;
  vertical-align:middle;
}
#contents table.v-head-table2 th {
  border-left:1px solid #CCCCCC;
  border-right:1px solid #CCCCCC;
  border-top:1px solid #CCCCCC;
  background:#efefef;
}
#contents table.v-head-table2 th.about-shiharai {
  background: #fff;
  text-align: left;
}
#contents table.h-head-table3 {
  margin-bottom: 20px;
  width:100%;
}
#contents table.h-head-table3 th {
  border:1px solid #CCCCCC;
  background:#efefef;
  font-weight: normal;
  line-height: 1.6em;
  padding:10px 15px;
  vertical-align:middle;
}
#contents table.h-head-table3 td {
  background: #fff;
  border: 1px solid #CCCCCC;
  padding: 10px 15px;
}

@media (max-width: 729px){
#contents table.v-head-table2 th.about-shiharai {
  border-left: 0;
  font-weight: normal;
  font-weight: normal;
  line-height: 2em;
}
#contents table.h-head-table3 {
  margin-bottom: 20px;
  width:100%;
 }
#contents table.h-head-table3 th {
  border:1px solid #CCCCCC;
  background:#efefef;
  font-weight: normal;
  line-height: 1.6em;
  padding:10px 15px;
  vertical-align:middle;
 }
#contents table.h-head-table3 td {
  background: #fff;
  border: 1px solid #CCCCCC;
  padding: 10px 15px;
 }
} /* Eo max729 */

/* 注意 */
#contents .att-heading {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}
#contents .fa-lock:before {
  color: #2a9e00;
  font-size: 1.8rem;
  margin-right: 5px;
}
@media (min-width:730px){
  .page-template-page-1col #contents .post h1,
  .page-template-page-1col-w #contents .post h1 {
    margin: 1em 0;
    text-align: center;
  }
  .page-template-page-1col #contents .post h2,
  .page-template-page-1col-w #contents .post h2 {
    font-size: 1.8em;
    margin-top: 1.7em;
    border-bottom: dotted #ccc 1.5px;
  }
  .page-template-page-1col #contents .post p,
  .page-template-page-1col-w #contents .post p {
    font-size: 1.4rem;
  }
  .page-template-page-1col #contents .post form > div > p,
  .page-template-page-1col-w #contents .post form > div > p {
    text-align: center;
  }
} /* Eo min730 */
