.contact {
	background: url(../img/contact_bg.png) no-repeat;
	background-size: 100%;
	margin-top: -5px;
}

.conact_title {
	font-size: 16px;
	color: #B00723;
	text-align: center;
	line-height: 25px;
	padding: 100px 0 80px 0;
}

.conact_title span {
	display: block;
	font-size: 40px;
}

.send_main {
	width: 1000px;
	margin: 0 auto;
}

.send_main dl {
	display: table;
	width: 100%;
	padding: 10px 0;
}

.send_main dt {
	width: 30%;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
}

.send_main dt span {
	color: #B00723;
}

.send_main dd {
	position: relative;
	width: 70%;
	display: table-cell;
	vertical-align: middle;
	padding-left: 1%;
}

#choose {
	width: 65%;
	height: 35px;
	border-radius: 5px;
	border: 1px solid #B00723;
	background: url(../img/select_bg.png) no-repeat 98% center #FFFFFF;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding-left: 2%;
}

#name {
	width: 59%;
	height: 35px;
	border-radius: 5px;
	border: 1px solid #B00723;
	background: url(../img/name_bg.png) no-repeat 2% center #FFFFFF;
	padding-left: 6%;
}

#tel {
	width: 59%;
	padding-left: 6%;
	height: 35px;
	border-radius: 5px;
	border: 1px solid #B00723;
	background: url(../img/tel_bg.png) no-repeat 2% center #FFFFFF;
}

#email {
	width: 59%;
	padding-left: 6%;
	height: 35px;
	border-radius: 5px;
	border: 1px solid #B00723;
	background: url(../img/email_bg.png) no-repeat 2% center #FFFFFF;
}

#message {
	resize: none;
	width: 59%;
	padding-left: 6%;
	border-radius: 5px;
	border: 1px solid #B00723;
	background: url(../img/message_bg.png) no-repeat 2% center #FFFFFF;
}

.note {
	text-align: center;
	color: #B00723;
	font-size: 14px;
	margin: 20px auto 10px auto;
	font-weight: bold;
}

#btn_confirm {
	display: block;
	margin: 0 auto 30px auto;
	width: 200px;
	height: 40px;
	text-align: center;
	color: #FFFFFF;
	background: #B00723;
	border-radius: 40px;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
}

#btn_confirm:hover {
	opacity: 0.8;
}

.send_over {
	width: 503px;
	height: 238px;
	text-align: center;
	background: url(../img/over_bg.jpg) no-repeat;
	margin: 0 auto;
	padding-top: 20px;
}

.send_over p {
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: -1px;
}

.send_over a {
	display: inline-block;
	margin-top: 80px;
	color: #B00723;
	text-decoration: underline;
}

.send_main dl.errormsgParent{
	margin-bottom: 18px;
}

.send_main dd>.checkContent {
	width: 59%;
	padding: 8px 10px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #B00723;
	background-color: #fff;
	font-size: 14px;
	line-height: 1.5;
}

.send_main dd>pre.checkContent{
	word-break: break-word;
	white-space: pre-wrap;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.errormsg {
	position: absolute;
	display: block;
	font-size: 12px;
	color: #B00723;
	text-align: justify;
	top: 100%;
	margin-top: 5px;
}

#check {
	display: none;
	position: fixed;
	z-index: 10000;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	color: #000000;
}

#check .check_pos{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

#check .check_pos .check_bg{
	width: 100%;
}

#check .check_pos .check_bg .send_main{
	padding: 40px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-height: 90vh;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #f5f5f5;
}

.check_btn{
	width: 500px;
	max-width: 100%;
	margin: 0 auto;
}

.check_btn a {
	display: block;
	width: 49%;
	float: right;
	padding: 15px 5px 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	border-radius: 40px;
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	cursor: pointer;
}

.check_btn a#btn_prev{
	background-color: #fff;
	color: #000;
	margin-right: 2%;
}

.check_btn a#btn_send{
	background-color: #B00723;
	color: #fff;
}

@media only screen and (max-width:1100px) {
	.send_main {
		width: 90%;
		margin: 0 auto;
	}
	#choose {
		width: 70%;
	}
	#name {
		width: 62%;
		padding-left: 8%;
	}
	#tel {
		width: 62%;
		padding-left: 8%;
	}
	#email {
		width: 62%;
		padding-left: 8%;
	}
	#message {
		width: 62%;
		padding-left: 8%;
	}
	#btn_confirm {
		width: 240px;
		height: 40px;
		line-height: 40px;
		font-size: 18px;
	}

	.send_main dd>.checkContent {
		width: 70%
	}
}

@media only screen and (max-width: 768px) {
	.conact_title {
		padding: 60px 0 40px 0;
	}
	.conact_title span {
		font-size: 36px;
	}
	.send_main dl {
		display: table;
		width: 100%;
		padding: 10px 0;
	}
	.send_main dt {
		width: 35%;
		display: table-cell;
		vertical-align: middle;
		text-align: right;
		font-size: 14px;
	}
	.send_main dt span {
		color: #B00723;
	}
	.send_main dd {
		width: 64%;
		display: table-cell;
		vertical-align: middle;
		padding-left: 1%;
	}
	#choose {
		width: 85%;
		height: 30px;
	}
	#name {
		width: 73%;
		height: 30px;
		padding-left: 12%;
	}
	#tel {
		width: 73%;
		padding-left: 12%;
		height: 30px;
	}
	#email {
		width: 73%;
		padding-left: 12%;
		height: 30px;
	}
	#message {
		width: 73%;
		padding-left: 12%;
	}
	.note {
		text-align: center;
		color: #B00723;
		font-size: 12px;
		margin: 10px auto 10px auto;
	}
	#btn_confirm {
		display: block;
		margin: 0 auto 30px auto;
		width: 220px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	.send_over {
		width: 70%;
		margin: 0 auto;
		height: 238px;
		text-align: center;
		background: url(../img/over_bg.jpg) no-repeat;
		background-size: 100%;
		margin: 0 auto;
		padding-top: 40px;
	}
	.send_over p {
		font-size: 16px;
		color: #FFFFFF;
		letter-spacing: -1px;
	}
	.send_over a {
		display: inline-block;
		margin-top: 80px;
		color: #B00723;
		text-decoration: underline;
	}

	.send_main dd>.checkContent {
		width: 85%;
	}

	#check .check_pos .check_bg .send_main{
		padding: 30px 10px;
	}
}

@media only screen and (max-width:480px) {
	.contact {
		background: url(../img/contact_bg2.png) no-repeat;
	}
	.conact_title {
		font-size: 14px;
		padding: 40px 0 20px 0;
	}
	.conact_title span {
		display: block;
		font-size: 26px;
	}
	.send_main {
		width: 95%;
		margin: 0 auto;
	}
	.send_main dl {
		width: 100%;
		padding: 10px 0;
		display: block;
	}
	.send_main dt {
		width: 100%;
		text-align: left;
		font-size: 14px;
		display: block;
		padding-bottom: 10px;
	}
	.send_main dd {
		width: 100%;
		display: block;
	}
	#choose {
		width: 98%;
		height: 35px;
	}
	#name {
		width: 84%;
		height: 35px;
		padding-left: 14%;
	}
	#tel {
		width: 84%;
		padding-left: 14%;
		height: 35px;
	}
	#email {
		width: 84%;
		padding-left: 14%;
		height: 35px;
	}
	#message {
		resize: none;
		width: 84%;
		padding-left: 14%;
	}
	.note {
		font-size: 12px;
		margin: 20px auto 5px auto;
	}
	#btn_confirm {
		display: block;
		margin: 0 auto 30px auto;
		width: 200px;
		height: 35px;
		text-align: center;
		color: #FFFFFF;
		background: #B00723;
		border-radius: 40px;
		line-height: 35px;
		font-size: 16px;
	}
	.send_over {
		width: 90%;
		height: 230px !important;
		margin: 0 auto;
		height: auto;
		text-align: center;
		background: url(../img/over_bg.jpg) no-repeat;
		background-size: 100%;
		margin: 0 auto;
		padding: 20px 0;
	}
	.send_over p {
		font-size: 11px;
		color: #FFFFFF;
		letter-spacing: -1px;
		line-height: 16px;
	}
	.send_over a {
		display: inline-block;
		margin-top: 0;
		color: #B00723;
		text-decoration: underline;
		font-size: 14px;
		margin-top: 40px;
	}

	.send_main dd>.checkContent {
		width: 98%;
	}

	#check .check_pos .check_bg .send_main{
		padding: 20px 10px;
	}

	.check_btn a {
		float: none;
		width: 100%;
		padding: 12px 5px 8px;
		font-size: 16px;
	}

	.check_btn a#btn_prev{
		margin-right: 0;
		margin-top: 10px;
	}
}