@charset "utf-8";

div#mess,
div#toi {
	max-width:680px; 
	padding: 0 0 100px 100px;
}
div#mess p {
	margin-bottom: 20px;
}
div#wb_box {
	display: flex;
	width: 100%;
	height: 50px;
	padding: 20px;
	line-height: 50px;
	text-align: center;
	border: #1d80a2 3px solid;
	background-color: white;
}
div#wb_box p {
	font-weight: 700;
}
div#wb_box p#tel a {
	padding-left: 25px;
	color: #1d80a2;
	font-size: 200%;
	font-weight: 900;
	background: url("../../cont/images/tel_blue.png") no-repeat center left;
}

div#toi p span.f_red {
	color: #eb5b67;
	font-weight: 500;
}
div#form p {
	margin-bottom: 20px;
	padding: 10px 12px 0 10px;
	background-color: #c2d9e3;
}
div#form p img,
div#c_form p img {
	margin-right: 5px;
}
div#form p img,
div#form p label,
div#form p input {
	display: inline-block;
	margin-bottom: 10px;
}

div#form p input {
	width: 100%;
	height: 30px;
}
div#form p textarea {
	width: 100%;
	height: 150px;
	margin-bottom: 10px;
}

div#policy {
	overflow:auto;
	max-width: 680px;
	height:150px;
	margin-bottom: 50px;
	padding:20px;
	border:1px solid #000;
	background-color: white;
	color:#000;
}
div#policy p {
	background-color: white;
}
div#policy p span {
	font-weight: 700;
}
p#button {
	width: 100%;
	text-align: center;
}
p#button input {
	width: 260px;
	padding: 10px 0;
	color: #1d80a2;
	font-weight: 700;
	border: 5px solid #1d80a2;
	background-color: #ffffff;
	cursor: pointer;
}
p#button input:hover {
	color: #ffffff;
	background: #1d80a2;
}

/*// 確認画面 //*/
div#c_form div {
	margin-bottom: 20px;
	padding: 10px;
	background-color: #c2d9e3;
}
div#c_form div p:not(:last-child) {
	margin: 5px 5px 15px 5px;
}
div#c_form div p:not(:nth-child(odd)) {
	padding: 5px;
	background-color: white;
}

/*// 送信完了画面 //*/
div#e_form {
	text-align: center;
}
div#e_form button {
	width: 260px;
	margin-left: 50px;
	padding: 10px 0;
	color: #1d80a2;
	font-weight: 700;
	border: 5px solid #1d80a2;
	background-color: #ffffff;
	cursor: pointer;
}
div#e_form button:hover {
	color: #ffffff;
	background: #1d80a2;
}

@media screen and (max-width:800px) {
	div#mess,
	div#rec,
	div#toi {
		padding-left: 30px;
		padding-right: 30px;
	}
	div#wb_box {
		display: block;
		width: auto;
		height: auto;
		line-height: 20px;
	}
	div#wb_box p#tel {
		margin-bottom: 0;
	}
	div#rec {
		text-align: center;
	}
	div#rec p {
		text-align: left;
	}
	div#rec h2 {
		text-align: left;
	}
}


@media screen and (max-width:410px) {
	div#wb_box p {
		font-size: 90%;
	}
}
