
/*------------------------------
ネット口座振替受付お申込み
------------------------------*/

/* === フォームスタイル === */
#form .tbl td ul li {
  width: inherit;
}
#form .tbl input,
#form .tbl select {
  padding: 6px 5px;
  margin: 3px;
}

#form .tbl select {
  -webkit-appearance: menulist-button;
  height:50px;
  padding: 0;
}

#form .tbl .form_wrap .form--padding {
  padding-bottom: 56px;
}

@media screen and (max-width: 979px) {
  #form .tbl input,
  #form .tbl select {
    padding: 10px;
  }
}
@media screen and (max-width: 678px) {
  #form .tbl .form_wrap .form--padding {
    padding-bottom: 15px;
  }
}
#form .input_style02 {
  /*width: 7em;*/
  box-sizing: border-box;
}
#form .tbl tr.error input,
#form .tbl tr.error select,
#form .tbl tr.error textarea {
  border: 1px solid #bbb;
  background: #ffe7e7;
}

/* === 同意画面 「お申込みの前に」 === */
#form .agree_flow .btnBg {
  background: url("/act/inc/images/common/bg/bg_slash_gray.gif") #eee;
  padding: 25px;
  border-radius: 5px;
  display: inline-block;
  color: #fff;
}
#form .agree_flow a.btn.sub {
  background: url(/act/inc/images/common/btn/bg_btn_sub.gif) center center repeat-x;
}
#form .agree_flow a.btn {
  padding: 15px;
  background: #000;
  color: #fff;
  display: inline-block;
  line-height: 1.2;
  border-radius: 3px;
  font-weight: bold;
  background: url(/act/inc/images/common/btn/bg_btn_normal.gif) center center repeat-x;
  font-size: 110%;
  }
#form .agree_flow a.btn.large {
  font-size: 130%;
  line-height: 1.6;
  padding: 10px 20px;
  margin-bottom: 0;
}
#form .agree_flow a.btn:hover {
  text-decoration: none;
}
#form .agree_flow a.btn.arrow:before {
  content: url(/act/inc/images/common/btn/ico_btn_arrow_right.png);
  margin-right: 5px; 
}

/* === エラー・中止画面　テキスト === */
#form #contents .text--attention {
  font-size: 18px;
}

/* === エラー・中止画面用ボタン === */
#form .flexBtn {
  display: flex;
  align-items: center;
  justify-content: center;
}
#form .flexBtn div:first-child {
  margin-right: 24px;
}
#form .flexBtn .btnArea a {
  padding: 9px 31px;
}
#form .flexBtn .btnArea .btn--backWhite {
  color: #5a5954;
  background: rgba(238,238,238,1);
  font-size: 17px;
  font-weight: normal;
}
@media screen and (max-width: 979px) {
  #form .flexBtn {
    display: block;
  }
  #form .flexBtn div:first-child {
    margin-right: 0;
    margin-bottom: 8px;
  }
}

/* === バリデーションエラー === */
input.error {
  background: #ffefef;
}
.tbl td {
  position: relative;
}

#form .tbl td {
  position: relative;
}
.error_txt_wrap {
  /*display: none;*/
  float: right;
  width: 24%;
  padding: 10px 10px 10px 0;
  position: absolute;
  top: 10px;
  right: 20px;
}

@media screen and (max-width: 979px) {
  .error_txt_wrap {
    margin: 0;
    padding: 0;
	}
}
 
@media screen and (max-width: 678px) {
  .error_txt_wrap {
    position: relative;
    width: 80%;
    top: inherit;
    left: inherit;
    right: inherit;
    float: none;
    margin: 10px 0 0 40px;
  }
}
	 
.error_txt_wrap li {
  box-sizing: border-box;
  font-size: 14.5px;
  font-weight: bold;
  margin: 0;
  position: relative;
  padding: 10px;
  background: #b52222;
  border-radius: 5px;
  line-height: 1.3;
}
@media screen and (max-width: 979px) {
  #form .tbl td .error_txt_wrap ul li {
	  padding: 10px;
  }
}

.error_txt_wrap li {
  color: #fff;
}

.error_txt_wrap li + li {
  margin-top: 8px;
}
.error_txt_wrap li:before {
  content: "";
  background: url(/inc/images/common/ico/ico_attention.gif);
  display: inline-block;
  background-size: 100%;
  width: 29px;
  height: 29px;
  vertical-align:middle;
  position: absolute;
  left: -37px;
  top: 4px;
}

@media screen and (max-width: 979px) {
  #form .tbl input,
  #form .tbl select,
  #form .tbl .wide_box input {
    width: 63%;
  }
}