@charset "utf-8";

div#mess,
div#rec,
div#kyujin {
	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("images/tel_blue.png") no-repeat center left;
}

div#rec h2 {
	height: 40px;
	color: #1d80a2;
	margin-bottom: 30px;
	padding: 0 0 0 10px;
	font-size: 150%;
	font-weight: 700;
	border-left: #1d80a2 5px solid;
}
div#rec p.dot_blue,
div#rec p.dot_red {
	padding-left: 20px;
	position:relative;
}
div#rec p.dot_blue::before,
div#rec p.dot_red::before {
	content:"●";
	position:absolute;
	left:0;
	top:0;
}
div#rec p.dot_blue::before {
	color: #1d80a2;
}
div#rec p.dot_red::before {
	color: #eb5b67;
}
div#rec p.dot_red {
	color: #eb5b67;
	font-weight: 500;
}
div#rec p.dot_red span {
	color: black;
	font-weight: normal;
}
div#form p {
	margin-bottom: 20px;
	padding: 10px 12px 0 10px;
	background-color: #c2d9e3;
}
div#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#kyujin {
		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%;
	}
}
