<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*--------------------------------------
コンテンツ
--------------------------------------*/

/*============================
form
============================*/

.entry {
	margin-bottom: 60px;
}

.entry h2 {
	font-size: 30px;
	height: 60px;
	line-height: 60px;
	width: 100%;
	background: #ECE4BB;
}

.entry p {
	text-align: left;
	margin-left: 20px;
}

.entry .caution {
	font-size: 14px;
	padding: 12px 0;
}

form dl {
	overflow: hidden;
	text-align: left;
	width: 920px;
	margin: 0 auto 40px;
	font-size: 14px;
}

form dt {
	clear: both;
	float: left;
	width: 375px;
	font-size: 16px;
	border-top: solid 1px #e9e9e9;
}

form dd {
	position: relative;
	float: left;
	width: 545px;
	border-top: solid 1px #e9e9e9;
	padding: 20px 0;
}

select#q2 {
	padding: 6px 8px 6px 8px;
	width: 50%;
	height: 40px;
	line-height: 1.5;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	border: solid 1px #d1d1d1;
	border-radius: 5px;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.04) 0px 0px 2px 3px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.04) 0px 0px 2px 3px;
	-moz-box-shadow: rgba(0, 0, 0, 0.04) 0px 0px 2px 3px;
}

input, input .error {
	font-size: 30px;
	line-height: 44px;
	width: 200px;
	height: 40px;
	border: solid 2px #cbcbcb;
	border-radius: 4px;
	text-align: center;
}

input {
	padding: 2px;
}

dt.form1, dt.form2, dt.form4, dt.form5 {
	line-height: 84px;
}

dt.form3, dt.form6, dt.form7 {
	padding-top: 20px;
}

.form3 p {
	font-size: 10px;
	padding-top: 5px;
}

#q5 {
	width: 90px;
	margin-right: 6px;
}

.required {
	padding-top: 14px;
	overflow: hidden;
	display: inline-block;
	height: 0;
	width: 10px;
	background: url(../camp/images/contents/entry/required.gif) no-repeat top left;
}

/*dt.form6 span, dt.form7 span {
	display: block;
	font-size: 14px;
}

dt.form6 .required, dt.form7 .required {
	margin-left: 135px;
	margin-top: -42px;
}*/

textarea {
	padding: 8px;
	font-size: 14px;
	border: solid 2px #cbcbcb;
	border-radius: 4px;
	width: 545px;
}

label.error {
	color: #99391c;
	padding: 0;
	background: none;
	display: block;
	margin-top: 5px;
}

dd.form1, dd.form5 {
	position: relative;
}

#q2-error {
	position: absolute;
	top: 23px;
	left: 290px;
}

#q5-error {
	position: absolute;
	top: 26px;
	left: 130px;
}

.formBtn li button {
	padding-top: 48px;
	overflow: hidden;
	display: block;
	height: 0;
	width: 260px;
	margin: 0 auto;
	border: none;
	float: none;
}

.confirmBtn button {
	background: url(../camp/images/contents/entry/confirmBtn.gif) no-repeat top left;
}

.formBtn {
	overflow: hidden;
	width: 460px;
	margin: 0 auto;
}

.editBtn, .submitBtn {
	float: left;
	margin: 0 5px;
}

#button01 {
    border: 0px;
    width: 260px;
    height: 48px;
    background: url(../img/dlp_btn_off.png) left top no-repeat;
}


button:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}

input, textarea {
	-webkit-appearance: none;
}


/*エラー*/
#errorWrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	z-index: 5;
}

.mp0 ul {
	margin: 0;
	padding: 0;
}

#errorWrap a {
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	background: #bd1616;
	box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 8px 3px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 8px 3px;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 8px 3px;
}

#errorWrap a:after {
	margin-left: -477px;
	content: "";
	display: block;
	position: absolute;
	top: 16px;
	left: 50%;
	width: 29px;
	height: 17px;
	background: url(../img/arrow.png) no-repeat;
	z-index: 3;
}

#errorWrap a:hover {
	background: #e62020;
}

#errorWrap br {
	display: none;
}


@media only screen and (max-width: 640px) {

	body {
		min-width: 320px;
	}


	/*エラー*/
	#errorWrap {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 40px;
		z-index: 3;
	}

	#errorWrap a {
		padding: 0;
		height: auto;
		line-height: 1.4;
		color: #fff;
		font-size: 12px;
	}

	#errorWrap a:after {
		display: none;
	}

	#errorWrap br {
		display: block;
	}

}</pre></body></html>