/*--------------------------------------------------------------------------*/
/* CERTIFICATE */
/*--------------------------------------------------------------------------*/
.contact-certificate .page-title {
  font-size: 48px;
  font-weight: normal;
  margin: 55px 0 0 0;
  line-height: 1.2;
}
.contact-certificate .lead {
  font-size: 14px;
  line-height: 22px;
  margin: 30px 0 62px 0;
}
.contact-certificate .headline {
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
  padding: 12px 0 10px 40px;
  border-top: 1px solid #dcdcdc;
}
.contact-certificate .headline-icon {
  background-image: url(/img/software/icon-headline.png);
  background-repeat: no-repeat;
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  left: 10px;
}
.contact-certificate .close-button {
  background-image: url(/img/software/accordion-close.png);
  background-repeat: no-repeat;
  background-position: right 1px;
  display: block;
  line-height: 1.2em;
  width: 5em;
  text-align: right;
  position: relative;
  margin: 5px 0 15px auto;
  padding: 0 17px 0px 0;
  color: #ff6600;
  cursor: pointer;
}
.contact-certificate .content {
  display: none;
}
.contact-certificate .content li {
  display: inline-block;
}
.contact-certificate .content a {
  display: block;
  background: #eee;
  padding: 5px 10px;
  margin: 0 0 5px;
  border-radius: 10px;
}


/* #formyForm */
#formyForm table {
  width:100%;
}
#formyForm th,
#formyForm td {
  padding: 5px 0 5px 30px;
  border-bottom:1px solid #ddd;
  vertical-align: middle;
}
#formyForm th {
  font-weight:normal;
  white-space: nowrap;
  text-align:left;
  width:34%;
}
#formyForm table input[type="text"],
#formyForm table input[type="password"],
#formyForm table textarea {
  width: 100%;
  box-sizing: border-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  vertical-align:bottom;
}
#formyForm table input[type="text"],
#formyForm table input[type="password"],
#formyForm select,
#formyForm textarea {
  margin: 0;
  padding: 5px 10px;
  border: 1px solid #ccc;
  font: inherit;
  font-size:100%;
}
#formyForm ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#formyForm input:hover { opacity:0.7; }
#formyForm textarea:hover { opacity:0.7; }

/******************************************************
  入力欄の背景色
******************************************************/
/* 入力時 */
#formyForm input:focus {  background-color: #fff;}
/* 必須項目 */
#formyForm .parsley-validated { background-color: #eee;}
/* エラー時 */
#formyForm .parsley-error { background-color: #fee;}
/* 入力完了時 */
#formyForm .parsley-success { background-color: #fff;}


/******************************************************
    入力における説明文
******************************************************/
.help_text {
  font-size: 85%;
  color: #999;
}
.hidden_help {
  display: none;
}

/******************************************************
    プライバシーポリシー表示欄
******************************************************/
.formy_privacy div {
  overflow-y: scroll;
  height: 140px;
  border: solid 1px #ccc;
  font-size: 85%;
  padding: 10px;
}


/******************************************************
    必須アイコン 
******************************************************/
.requiredIcon {
  background: #f55;
  color: #fff;
  margin: 0 0 0 1em;
  font-size: 70%;
  padding: 0 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: right;
}


/******************************************************
    CTAボタン
******************************************************/
#formy_btn {
  padding:30px 0 0;
  text-align:center;
}
#formy_btn input {
  border: none;
  cursor: pointer;
  text-indent: -9999px;
}
/* 「入力内容を確認する」ボタン */
.formy_confirm {
  width: 324px;
  height: 59px;
  background: url(//entry-form.net/css/form-default/form_btn_confirm.png) no-repeat;
}
/* 「入力が完了していません」ボタン*/
.formy_submit_disabled {
  width: 324px;
  height: 59px;
  background: url(//entry-form.net/css/form-default/form_btn_unfinished.png) no-repeat;
}
#formy_btn .formy_submit_disabled:hover {
  /* hoverアクションを無効化 */
  opacity:1;
  cursor: default;
}
/* 「編集する」ボタン */
.autoConfirmBack {
  width: 134px;
  height: 59px;
  background: url(//entry-form.net/css/form-default/form_btn_edit.png) no-repeat;
}
/* 「送信する」ボタン */
.formy_send {
  width: 324px;
  height: 59px;
  background: url(//entry-form.net/css/form-default/form_btn_send.png) no-repeat;
}


/******************************************************
    残りの必須項目
******************************************************/
#total_required {
  display: none !important;
  background: rgba(240,50,50,0.8);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 20px;
  color: #fff;
  position: fixed;
  top: 20px;
  right: 20px;
  display:none;
}
.other-form {
  margin-bottom: 60px;
}

.other-form table textarea {
    min-height: 150px;
}
@media (max-width: 768px) {
    #formyForm {
        width: auto;
    }
    #formyForm th,
    #formyForm td {
        display: block;
        width: auto;
        padding: 10px;
    }

    #formyForm th {
        border-bottom: none;
        white-space: normal;
        font-weight: bold;
        padding-bottom: 0;
    }
    #formyForm td {
      padding-top: 0;
    }

    #formy_btn input {
        width: 100%;
        background-size: contain;
        background-position: center;
    }
}

.contact-certificate #formyForm tr:nth-child(1),
.contact-certificate #formyForm tr:nth-child(4),
.contact-certificate #formyForm tr:nth-child(14),
.contact-certificate #formyForm tr:nth-child(22) {
  background: #eee;
}
.contact-certificate #formyForm tr:nth-child(1) th,
.contact-certificate #formyForm tr:nth-child(4) th,
.contact-certificate #formyForm tr:nth-child(14) th,
.contact-certificate #formyForm tr:nth-child(22) th {
  padding: 10px 15px;
  font-size: 18px;
  font-weight: bold;
}
.contact-certificate #formyForm tr:nth-child(1) input,
.contact-certificate #formyForm tr:nth-child(4) input,
.contact-certificate #formyForm tr:nth-child(14) input,
.contact-certificate #formyForm tr:nth-child(22) input {
  display: none !important;
  background: #eee;
  border: none;
  opacity: 0;
}

#formyForm #element_85_554c594587bce_cp,
#formyForm #element_85_554c594587bce_nm {
  border: none;
}
#formyForm #element_85_554c594587bce_cp:hover,
#formyForm #element_85_554c594587bce_nm:hover {
  opacity:1;
}