@charset "UTF-8";

/*--------------------------------------------------------------------------------
　▼　お問い合わせ　
--------------------------------------------------------------------------------*/
#formWrap {
	margin : 0 auto 80px;
	color : #555;
}

.err-message{
	color: red;
	font-size: 0.7rem;
	margin-top: 0;
	margin-bottom: 0;
}

.input-sample { margin-bottom: 20px;}

.contact_title01 {
    font-size: 24px;
    text-align: center;
    padding-bottom: 30px;
    font-weight: bold;
}
.txt03 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 40px 0;
}

table.formTable { width: 80%; margin: 0 auto}
table.formTable tr th {
    width: 30%;
    font-size: 16px;
    text-align: left;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
}
table.formTable tr td {
    width: 70%;
    text-align: left;
    padding: 10px 0;
}
input { width: 100%; border: 1px solid #999; padding: 10px;}
input:focus::-webkit-input-placeholder { color: white; } /* Chrome・Safari・Opera用(※Edgeにも使える) */
input:focus:-moz-placeholder { color: white; }  /* Firefox18以前用 */
input:focus::-moz-placeholder { color: white; } /* Firefox19以上用 */
input:focus:placeholder-shown { color: white; } /* CSS標準(予定)の記述 */
textarea,
select { width: 100%; height: 32px; font-size: 14px; margin: 0;}
textarea { height: 217px;}
textarea.textarea01 { height: 100px;}
.radio { width: 20px !important;}
.btn {
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    color: #fff;
}
.btn.back { background: #aaa; border-radius: 3px;}
.btn.send { background: red; border-radius: 3px;}
.checkbox {
    margin: 0 auto;
    width: 30px;
}
.form_box {
    text-align: center;
    padding-top: 20px;
}
.button { width: 220px; margin: 20px auto;}
/*a.black_box {
    display: block;
    width: 100%;
    background: #000;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    padding: 10px 15px;
}*/
.black_box {
    border-radius: 20px;
    display: inline;
    background: #000;
    color: #fff;
    padding: 5px 10px;
    width: 200px;
    margin: 0 1%;
    box-shadow: none;
    border: none;
    font-size: 16px;
}
.prev {
    border-radius: 20px;
    display: inline;
    background: #ccc;
    color: #000;
    padding: 5px 10px;
    width: 200px;
    margin: 0 1%;
    box-shadow: none;
    border: none;
    font-size: 16px;
}
.next {
    border-radius: 20px;
    display: inline;
    background: #a40000;
    color: #fff;
    padding: 5px 10px;
    width: 200px;
    margin: 0 1%;
    box-shadow: none;
    border: none;
    font-size: 16px;
}
span.required {
    color: #b71a35;
    float: right;
    font-weight: normal;
}
.mark { color: #b71a35;}
.contact_txt01 {
    color: #920c26;
    text-decoration: underline;
}
.text_box_scroll {
	max-width: 600px;
	width: 100%;
	padding: 20px 15px;
	margin: 20px auto;
	line-height: 1.5em;
	height: 250px;
	overflow: scroll;
	border: 1px solid #6d7671;
}


/*---------------------------------タブレット用----------------------------------*/
/*-----------------------------------------------------------------------------*/
@media screen and (max-width:900px) {
	
	table.formTable { width: 100%;}
	table.formTable .inner_box { width: 90%;}

}

/*---------------------------------スマホ用----------------------------------*/
/*-----------------------------------------------------------------------------*/
@media screen and (max-width:640px) {

	table.formTable tr th {
    width: 100%;
		display: block;
    font-size: 16px;
    text-align: left;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
	}
	table.formTable tr td {
		width: 100%;
		display: block;
		text-align: left;
		padding: 10px 0;
	}

	span.required {
    color: #b71a35;
    float: none;
		padding-left: 20px;
		font-weight: normal;
	}
	
	.black_box {
			margin: 0 0 20px;
	}
	.next {
			margin: 0 0 20px;
	}

}









