

.newsList dl dd a.vanish:after {/* pdf のマークを消すためのクラス  */
  content: none;
}


/*
.btnConfirm {

}
*/

/*
.k_btnwrap{
  background-color:#fff;
  text-align:center;
  width:355px;
}

.btnConfirm {
  background-color: #cf0010;
  background-image: -webkit-linear-gradient(19deg, rgba(0, 0, 0, 0.16) 35%, transparent 65%);
  background-image: -moz-linear-gradient(19deg, rgba(0, 0, 0, 0.16) 35%, transparent 65%);
  background-image: -o-linear-gradient(19deg, rgba(0, 0, 0, 0.16) 35%, transparent 65%);
  background-image: linear-gradient(19deg, rgba(0, 0, 0, 0.16) 35%, transparent 65%);
  border: none;
  color: #fff;
  font-size:115%;
  cursor: pointer;
  display: block;
  padding:12px 0;
  width: 100%;
  transition: opacity 0.3s;
  text-decoration: none; }
  .btnConfirm:hover {
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    -ms-filter: "alpha(opacity=70)";
    filter: alpha(opacity=70);
    text-decoration: none; }



.k_contct_btn {
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.k_btnback {
    margin: 0 10px;
    width: 355px;
    background: #fff;
    font-size:115%;

      border: 1px solid #cf0010;
      box-sizing: border-box;
      color: #cf0010;
      display: block;
      padding: 11px 0;
      text-decoration: none;
      text-align: center;
      transition: background-color 0.3s, color 0.3s; 
}
.k_btnback:hover {
        background-color: #cf0010;
        color: #fff;
}





#contact .formArea table td input.zipLink {
  background-color: #cf0010;
  background-image: -webkit-linear-gradient(19deg, rgba(0, 0, 0, 0.16) 35%, transparent 65%);
  background-image: -moz-linear-gradient(19deg, rgba(0, 0, 0, 0.16) 35%, transparent 65%);
  background-image: -o-linear-gradient(19deg, rgba(0, 0, 0, 0.16) 35%, transparent 65%);
  background-image: linear-gradient(19deg, rgba(0, 0, 0, 0.16) 35%, transparent 65%);
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  width: 100%;
  transition: opacity 0.3s;
  text-decoration: none; }
  #company .topLink li input:hover, #contact .formArea table td input.zipLink:hover {
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    -ms-filter: "alpha(opacity=70)";
    filter: alpha(opacity=70);
    text-decoration: none; }

#contact .formArea table td input.zipLink {
          pointer-events: all;
          display: inline-block;
          margin-left: 10px;
          padding: 10px 0;
          text-align: center;
          width: 180px; 
}



.mw_wp_form_preview .vanish{ display:none; }


#contact p span.vanish {
    background-color: #fc6666;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    margin-left: 10px;
    padding: 2px 10px 3px;
}




#contact p {
  margin: 0 auto 80px;
  text-align: center; }

  #contact p.k_check {
    margin: 0 auto 40px;
    text-align: center; }


    #contact p.k_check input {
      display: none; }
      #contact p.k_check span label input:checked + span:before {
        background-position: 100% 0; }
    #contact p.k_check span .privacy{
      padding-right: 40px;
      position: relative; }
      #contact p.k_check span.mwform-checkbox-field-text:before {
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 200%;
        overflow: hidden;
        text-indent: 180%;
        white-space: nowrap;
        content: "";
        display: block;
        height: 36px;
        width: 36px;
        background-image: url(../img/contact/check.png);
        position: absolute;
        right: 740px; }
*/
