
/*
.btnConfirm {

}
*/
/*  main.css の 先祖がえり対策 IRの FAQ が リクルートから取得していたので パスを変更  */
.faq dd:after {
  background: url(/wp-content/themes/recruit/image/freshers/img_new/common/successadvice_icon_a.png) no-repeat bottom right;/*byki */
}



.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; }




#contact .btn input[type=submit] {
    -webkit-appearance: none;
    border-radius: 0;
    border: none;
    background-color: #3b68cf;
    color: #fff;
    cursor: pointer;
    font-size: 105%;
    font-weight: 700;
    display: block;
    padding: 22px 0;
    letter-spacing: 0.1em;
    position: relative;
    width: 100%;
    transition: opacity 0.6s;
    text-decoration: none;
}


#contact .btn li:first-child::after {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    text-indent: 180%;
    white-space: nowrap;
    content: "";
    display: block;
    height: 10px;
    width: 7px;
    background-image: url( ../img/contact/icon01.png);
    margin-top: -5px;
    position: relative;
    top: -35px;
    left: 94%;
}




.k_contct_btn {
    border: none;
    background-color: #3b68cf;
    color: #fff;
    cursor: pointer;
    font-size: 105%;
    font-weight: 700;
    display: block;
    padding: 25px 0;
    letter-spacing: 0.1em;
    position: relative;
    width: 100%;
    transition: opacity 0.6s;
    text-decoration: none;
}

.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 {
        color: #000;
        text-decoration: none;
        pointer-events: 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; }


.vanish2{ display:none; }

.mw_wp_form_preview .vanish2{ display:inline-block; }


#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; }

/* 2020_08_20 Man Add start  */
.columnPickup li{
  cursor: pointer;
}
#column .secMain ul,
#column .secMain ol{
  padding-left: 20px;
}
#column .secMain ul li,
#column .secMain ol li{
  list-style: inherit;
}
#column .secMain ol li{
  padding-left: 0;
}
#column .secMain ol li:before{
  display: none;
}
#column .secMain ul.socialLink li,
#column .secMain ul.social li{
  list-style: none;
}
/* 2020_08_20 Man Add end */
