@charset "utf-8";
/**
 * style.css
 */

/* pagetitle */
.pagetitle {
	background-image: url(../imgs/bg-pagetitle.jpg);
}
.pagetitle span {
	color: #fff;
}


/* title01 */
.title01 {
	margin-bottom: 65px;
}
/* SP */
@media only screen and (max-width:640px) {
	.title01 {
		margin-bottom: 25px;
	}
}

.cTxt{
	margin-bottom: 25px;
	text-align: center;
}
.cTxt span {
	font-size: 111.8%;
	font-weight: bold;
}
.hurry {
	margin-bottom: 50px;
	text-align: center;
}
.hurry a {
	color: #02872b;
	font-size: 141.2%;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.25;
}
/* SP */
@media only screen and (max-width:640px) {
	.cTxt{
		text-align: center;
	}
	.cTxt span {
		font-size: 114.3%;
	}
	.hurry {
		margin-bottom: 25px;
	}
	.hurry a {
		font-size: 171.5%;
	}
}

/* mailform */
#mailform {
	position: relative;
	padding: 40px 40px 50px;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
#mailform table {
	width: 100%;
}
#mailform table th {
	width: 210px;
	padding: 24px 0 24px 30px;
	font-weight: bold;
	vertical-align: middle;
	border-bottom: #d7d7d7 dashed 1px;
}
#mailform table th span {
	position: relative;
	display: inline-block;
	margin-left: 10px;
	padding: 3px 5px;
	color: #fff;
	font-size: 82.4%;
	font-weight: normal;
	line-height: 1;
	background: #02872b;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	vertical-align: middle;
}
#mailform table td {
	padding: 20px 0;
	vertical-align: middle;
	border-bottom: #d7d7d7 dashed 1px;
}
#mailform table td .formText {
	font-size: 82.35%;
}
#mailform table td .w250 {
	width: 250px;
}
#mailform table td #zip1,
#mailform table td #zip2 {
	width: 70px;
}
#mailform table td #addr2 {
	width: 550px;
}
#mailform table .msg th {
	vertical-align: top;
}
#mailform table .msg textarea {
	width: 560px;
	display: block;
}
/* TB */
@media only screen and (max-width:905px) {
	#mailform table .msg textarea {
		box-sizing: border-box;
		width: 100%;
	}
}
@media only screen and (max-width:895px) {
	#mailform table td #addr2 {
		box-sizing: border-box;
		width: 100%;
	}
}
/* SP */
@media only screen and (max-width:640px) {
	#mailform {
		padding: 0 10px 25px 15px;
	}
	#mailform table,
	#mailform tbody,
	#mailform tr {
		display: block;
	}
	#mailform table tbody {
		width: 100%;
	}
	#mailform table th {
		display: block;
		width: auto;
		padding: 20px 0 10px 0;
		border-bottom: none;
	}
	#mailform table th span {
		margin-left: 10px;
		padding: 3px 5px;
		font-size: 100%;
	}
	#mailform table td {
		display: block;
		padding: 0 13px 17px 5px;
		border-bottom: #d7d7d7 dotted 1px;
	}
	#mailform table td .formText {
		font-size: 100%;
	}
	#mailform table td .w250 {
		box-sizing: border-box;
		width: 100%;
	}
	#mailform table td #zip1,
	#mailform table td #zip2 {
		width: 70px;
	}
	#mailform #error {
		padding-top: 20px;
	}
}


label.error {
	display: block;
	margin-top: 5px;
	color: #ff0000;
}
input#zipcode {
	overflow: visible;
}
#formBtnArea {
	overflow: hidden;
	margin: 40px auto 0;
}
input.formBtn {
	position: relative;
	display: block;
	overflow: hidden;
	width: 160px;
	margin: 0;
	padding: 11px 0;
	border: none;
	color: #fff;
	font-size: 105.9%;
	background-color: transparent;
	text-align: center;
	cursor: pointer;
	font-family: 'TsukuBRdGothicStd-B', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}
input.formBtn:hover {}
input#reset {
	float: left;
	background-image: url(../imgs/bt-reset.gif);
}
#confirmBt,
#backBt,
#sendBt {
	position: relative;
	width: 160px;
	margin: 0 auto;
	background-color: #6cb73d;
	border-radius: 5px;
}
#confirmBt:hover,
#backBt:hover,
#sendBt:hover {
	background-color: #02872b;
}
#confirmBt:after,
#backBt:after,
#sendBt:after {
	position: absolute;
	top: 50%;
	left: 12px;
	display: block;
	content: '>';
	margin-top: -16px;
	color: #fff;
	font-family: 'TsukuBRdGothicStd-B', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}
#mailform.confirmArea #formBtnArea {
	width: 330px;
}
#mailform.confirmArea #formBtnArea #backBt {
	float: left;
}
#mailform.confirmArea #formBtnArea #sendBt {
	float: right;
}
#mailform #error #backBt {
	margin: 0 auto;
}
/* SP */
@media only screen and (max-width:640px) {
	input.formBtn {
		padding: 5px 0;
		font-size: 128.6%;
	}
	#confirmBt:after,
	#backBt:after,
	#sendBt:after {
		margin-top: -13px;
	}
	#mailform.confirmArea #formBtnArea {
		width: 275px;
		margin-left: auto;
		margin-right: auto;
	}
	#mailform.confirmArea #formBtnArea input.formBtn,
	#mailform.confirmArea #formBtnArea #backBt,
	#mailform.confirmArea #formBtnArea #sendBt {
		width: 133px;
	}
}
@media only screen and (max-width:320px) {
	#mailform.confirmArea #formBtnArea {
		width: auto;
	}
	#mailform.confirmArea #formBtnArea #backBt {
		float: none;
		margin: 0 auto;
	}
	#mailform.confirmArea #formBtnArea #sendBt {
		float: none;
		margin: 20px auto;
	}
}

/* finish */
#finish p {
	text-align: center;
}

