@charset "UTF-8";

html {
    height: 100%;
}
body {
    height: 100%;
    margin: 0;
}

.error{
  color: red;
  margin: 0;
}
.err_message{
  margin: 3px;
}
#mail_form_attach_label{
  overflow: hidden;
}
#mail_form_attach_filename{
  width: 110px;
}

.bg_form{
	background-size: cover;
	background-repeat: no-repeat;
}
.bg_manual{
	background-size: cover;
	background-size:auto 2800px;
	background-repeat: no-repeat;
}


/* 以下、追加css */

.bg_form-01 {
	width: 1000px;
	max-width: 95%;
	margin: auto;
	background: #F9F8F5;
}

@media screen and (min-width: 601px){ /* PC */
.table-02 { /* フォーム */
	margin: 4em auto 0em auto;
}
}
@media screen and (max-width: 600px){ /* SP */
.table-02 { /* フォーム */
	margin: 2em 0 0em 0;
}
}

.form-p-01 {
	color: #595959;
}

.btn-file  { /* ファイルを選択 */
    background: #998C78;
	border: 2px solid #998C78;
	-webkit-appearance: none;
	border-radius: 0;
	color: #F9F8F5;
	height: 2em;
	font-size: 13px;
	font-weight: 400;
	line-height: .5em;
	width: 10em;
}
.btn-file:hover, .btn-file:active {
	background: #F9F8F5;
	border: 2px solid #998C78;
	color: #998C78;
}


.btn-submit-01, .btn-submit-02 { /* 入力内容を確認する */
    background: #696A6D;
	border: 2px solid #696A6D;
	-webkit-appearance: none;
	border-radius: 0;
	color: #F9F8F5;
	font-size: 15px;
	font-weight: 400;
}
.btn-submit-01:hover, .btn-submit-02:hover {
	background: #F9F8F5;
	border: 2px solid #696A6D;
	color: #595959;
}


