/*応募要項の背景色*/
.custom-app-bg {
    background: #035cab;
/*  background: #f29c9c;*/
}

/*応募要項のフォント*/
.custom-app-font {
  color: #ffffff;
}

/*応募要項枠線の色*/
.custom-app-border {
    border: 2px solid #035cab;
/*  border: 2px solid #a12327;*/
}

/*応募要項の内容のフォント*/
.custom-desc-font {
  color: #694632;
/*  color: #000000;*/
}

/*応募要項-内容の背景色*/
.custom-desc-bg {
    background: #fddd7d;
/*  background: #f5f1ce;*/
/*  background: #d3d8d1;*/
}

/*応募フォームへのフォント*/
.custom-btn-go-font,.custom-btn-go-font:hover {
  color: #ffffff;
}

/*応募フォームへのフォントカーソルのせた時*/
/*
.custom-btn-go-font:hover {
  color: #ffffff;
}
*/

/*応募フォームへのボタン*/
.custom-btn-go-bg {
    background: #2679ad;
/*  background: #559c32;*/
/*  background: #e1b135;*/
}

/*応募フォームへのボタン影*/
.custom-btn-go-shadow {
    -moz-box-shadow: 0 4px 0 0 #1d4762;
    -webkit-box-shadow: 0 4px 0 0 #1d4762;
    box-shadow: 0 4px 0 0 #1d4762;
}



/*アンケートフォームの背景色*/
.custom-form-bg {
    background: #2679ad;
/*  background: #559c32;*/
/*  background: #e1b135;*/
}

/*アンケートフォームのフォント*/
.custom-form-font {
  color: #ffffff;
}

/*アンケートフォーム枠線の色*/
.custom-form-border {
    border: 2px solid #2679ad;
/*  border: 2px solid #559c32;*/
/*  border: 2px solid #e1b135;*/
}

/*送付先フォームの背景色*/
.custom-application-bg {
    background: #035cab;
/*  background: #f29c9c;*/
/*  background: #a12327;*/
}

/*送付先フォームのフォント*/
.custom-application-font {
  color: #ffffff;
}

/*送付先フォーム枠線の色*/
.custom-application-border {
    border: 2px solid #035cab;
/*  border: 2px solid #f29c9c;*/
/*  border: 2px solid #a12327;*/
}


/*アンケートフォーム現在位置の色*/
.form-flow .custom-current-font {
    color: #2679ad;
/*  color: #559c32;*/
/*  color: #e8a700;*/
}

/*送付先フォーム現在位置の色*/
.form-flow .custom-current-sub-font {
    color: #035cab;
/*  color: #f29c9c;*/
/*  color: #a12327;*/
}

/*注意事項のフォント*/
.custom-attention-font {
  color: #e70012;
/*  color: #ffffff;*/
}

/*注意事項の背景色*/
.custom-attention-bg {
  background: #fcd163;
/*  background: #e8a700;*/
}


/*応募内容を確認ボタンのフォント*/
.custom-btn-form-font,.custom-btn-form-font:hover {
  color: #ffffff;
}

/*応募内容を確認ボタンのフォントへカーソルを乗せた時*/
/*
.custom-btn-form-font:hover {
  color: #ffffff;
}
*/

/*応募内容を確認ボタン背景*/
.custom-btn-form-bg {
  background: #d0111b;
}

/*応募内容を確認ボタンの影*/
.custom-btn-form-shadow {
  -moz-box-shadow: 0 4px 0 0 #ba0913;
  -webkit-box-shadow: 0 4px 0 0 #ba0913;
  box-shadow: 0 4px 0 0 #ba0913;
}

/*コピーライトのフォント*/
.custom-copyright-font {
  color: #ffffff;
}

/*コピーライトの背景色*/
.custom-copyright-bg {
    background: #035cab;
/*  background: #f29c9c;*/
/*    background: #a12327;*/
}


