@charset "utf-8";
/* CSS Document */

section h1 + p {
	margin: 70px auto 80px;
}
section h1 + p span {
	color: #0066CC;
}

section form {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
section .attention {
	color: #FF0000;
	font-size: 13px;
}

section dl {
	width: 730px;
}
section p.attention {
	margin-bottom: 20px;
}
section dt {
	float: left;
	width: 120px;
	padding: 9px 0 25px;
	font-size: 17px;
	line-height: 100%;
}
section dt .attention {
	margin-right: 5px;
	font-size: 11px;
}
section dt span {
	font-size: 11px;
}
section dt span.blue {
	color: #0066CC;
	font-size: 17px;
}
section dd {
	padding: 0 0 25px 120px;
}

section .long {
	clear: both;
	float: none;
	width: 100%;
	padding: 0 0 20px;
}
section dd.long {
	padding: 0 0 30px;
}

section input[type=text],
section input[type=email],
section textarea {
	border: 1px solid #8E8E8F;
}
section input[type=text],
section input[type=email] {
	height: 30px;
}
section input.max {
	width: 100%;
}
section input.postal {
	width: 130px;
}
section select {
	height: 30px;
}
section input.address {
	width: 425px;
	margin-left: 10px;
}
section input.tel {
	width: 75px;
	margin-right: 10px;
}
section label {
	float: left;
	margin: 0 0 20px 20px;
}
section label input[type=radio] {
	margin-right: 5px;
}
section label.pd8 {
	padding: 3px 0;
}
section textarea {
	width: 700px;
	height: 200px;
	margin: 0 0 0 30px;
}
section label input[type=text] {
	margin-left: 5px;
}
section label input.other01 {
	width: 270px;
}
section label input.other02 {
	width: 220px;
	margin-left: 13px;
}
section label input.other03 {
	width: 550px;
}

section form p.blue {
	color: #0066CC;
	text-align: center;
}

section .btn_submit {
	display: block;
	background: url(images/btn_send.png) no-repeat;
	width: 260px;
	height:52px;
	margin: 25px auto 45px;
	border: none;
}


@media screen and (max-width:768px){
	section form,
	section dl {
		width: 100%;
	}
	section textarea {
		width: 80%;
	}
	section .long {
		width: 80%;
	}
}