@charset "UTF-8";

@media print, screen and (min-width: 641px)	{
input[type="submit"][value="送信"] {
	font-family: inherit;
	padding: 10px 80px;
	font-size: 16px;
	background: none;
	border: none;
	background: #000;
	color: #fff;
	cursor: pointer;
}
input[type="button"][value="戻る"] {
	font-family: inherit;
	margin-left: 15px;
	padding: 10px 80px;
	font-size: 16px;
	background: none;
	border: 1px solid #000;
	color: #000;
	display: inline-block;
	cursor: pointer;
}
}

@media only screen and (max-width: 640px)	{
input[type="submit"][value="送信"] {
	font-family: inherit;
	padding: 10px 50px;
	font-size: 16px;
	background: none;
	border: none;
	background: #000;
	color: #fff;
	cursor: pointer;
	/*スマホではブラウザデフォルト表示無効*/
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type="button"][value="戻る"] {
	font-family: inherit;
	margin-left: 15px;
	padding: 10px 50px;
	font-size: 16px;
	background: none;
	border: 1px solid #000;
	color: #000;
	display: inline-block;
	cursor: pointer;
	/*スマホではブラウザデフォルト表示無効*/
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
}


input[type="submit"][value="送信"]:hover, input[type="button"][value="戻る"]:hover {
	opacity: .8;
}
input[type="button"][value="戻る"].single {
	margin-left: 0;
}
.confirmation {
	margin-bottom: 40px;
	font-size: 18px;
	line-height: 1.7em;
}
.submit_content dl {
/*	padding: 12px;
	margin-bottom: 4px;
	border-radius: 4px;
	border-bottom: 1px solid #f9f9f9;*/
	border-bottom: 1px solid #eee;
	padding-top: 5px;
	padding-bottom: 5px;
}
.submit_content dt {
	width: 200px;
	display: table-cell;
	vertical-align: middle;
}
.submit_content dd {
	width: 368px;
	padding-left: 8px;
	display: table-cell;
	vertical-align: middle;
}
.err {
	color: red;
}
.completion {
	margin-bottom: 40px;
	font-size: 18px;
	line-height: 1.7em;
}

@media print, screen and (max-width: 640px) {
.confirmation {
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 1.7em;
}
.submit_content {
	font-size: 14px;
}
.submit_content dl {
/*	padding: 12px;
	margin-bottom: 4px;
	border-radius: 4px;
	border-bottom: 1px solid #f9f9f9;*/
	border-bottom: 1px solid #eee;
	padding-top: 5px;
	padding-bottom: 5px;
}
.submit_content dt {
	width: 40%;
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
}
.submit_content dd {
	width: 48%;
	padding-left: 2%;
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
}
}
