@charset "utf-8";
/* ===================================================================
	use second
=================================================================== */

.page_title_area {
	background: url(../images/title_bg.jpg) center top no-repeat;
	background-size: cover;
	text-align: center;
}
@media screen and (max-width:767px){
	.page_title_area {
		background: url(../images/sp/title_bg.jpg) center top no-repeat;
		background-size: cover;
		text-align: center;
	}
}

/*---------------------------------------------------------------------------*/
.form_area {
	height: auto;
	padding-bottom: 50px;
	width: 808px;
}
.form_area dl {
	border-bottom: 1px solid #dedede;
	margin-top: 35px;
	padding: 0 15px;
}
.form_area dl dt {
	font-size: 15px;
	font-style: italic;
	padding-bottom: 50px;
}
.form_area dl dd {
	font-size: 16px;
	padding-bottom: 50px;
}
.form_area dl dd input[type="text"],
.form_area dl dd textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	font-size: 16px;
	outline: none;
	width: 100%;
}
.form_area dl dd input[type="text"] {
	height: 40px;
}
.form_area dl dd textarea {
}
.form_area dl dd ul {
	padding-left: 15px;
}
.form_area dl dd ul li {
	font-size: 14px;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin-bottom: 20px;
	vertical-align: top;
	width: 210px;
}
.form_area .btn_area {
	margin: 125px auto 0;
	text-align: center;
	width: 496px;
}
.btn_area .btn {
	font-size: 15px;
	height: 106px;
	line-height: 106px;
	margin: 0 auto;
	text-align: center;
	width: 496px;
}
.btn_area .btn + .btn {
	margin-top: 20px;
}
.btn_area .btn a {
	border: 1px solid #000;
	display: block;
	transition: 0.5s;
}
.btn_area .btn a .icon {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	line-height: 106px;
	vertical-align: top;
	text-decoration: none;
	transition: 0.5s;
	width: 100%;
}
.btn_area .btn a:hover .icon {
	color: #fff;
}
.btn_area .btn.entry a {
	background: #fff;
}
.btn_area .btn.entry a .icon {
	background: url(../../common/images/icon_arrow2.png) 456px center no-repeat;
}
.btn_area .btn.entry a:hover {
	background: #000;
}
.btn_area .btn.entry a:hover .icon {
	background: url(../../common/images/icon_arrow2_w.png) 456px center no-repeat;
	color: #fff;
}
.btn_area .btn.back a {
	background: #000;
}
.btn_area .btn.back a:hover {
	background: #fff;
}
.btn_area .btn.back a .icon {
	background: url(../../common/images/icon_arrow2_l_w.png) 30px center no-repeat;
	color: #fff;
}
.btn_area .btn.back a:hover .icon {
	background: url(../../common/images/icon_arrow2_l.png) 30px center no-repeat;
	color: #000;
}

@media screen and (max-width:767px){
	.form_area {
		height: auto;
		padding-bottom: 25px;
		width: 100%;
	}
	.form_area dl {
		border-bottom: 1px solid #dedede;
		margin-top: 20px;
		padding: 0 7px;
	}
	.form_area dl dt {
		font-size: 10px;
		font-style: italic;
		padding-bottom: 20px;
	}
	.form_area dl dd {
		font-size: 11px;
		padding-bottom: 20px;
	}
	.form_area dl dd input[type="text"],
	.form_area dl dd textarea {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border: none;
		font-size: 11px;
		outline: none;
		width: 100%;
	}
	.form_area dl dd input[type="text"] {
		height: 24px;
	}
	.form_area dl dd textarea {
	}
	.form_area dl dd ul {
		padding-left: 0;
	}
	.form_area dl dd ul li {
		font-size: 11px;
		display: block;
		margin-bottom: 5px;
		vertical-align: top;
		width: 100%;
	}
	.form_area .btn_area {
		border-top: 1px solid #dedede;
		margin: 0 auto;
		padding-top: 23px;
		text-align: center;
		width: 100%;
	}
	.btn_area .btn {
		font-size: 13px;
		height: 58px;
		line-height: 58px;
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}
	.btn_area .btn_back {
		font-size: 13px;
		height: 58px;
		line-height: 58px;
		margin: 12px auto 0;
		text-align: center;
		width: 100%;
	}
	.btn_area .btn a {
		display: block;
		padding: 0 25px;
	}
	.btn_area .btn a .icon {
		-webkit-background-size: 6px auto;
		background-size: 6px auto;
		line-height: 58px;
		vertical-align: middle;
		text-decoration: none;
		transition: 0.5s;
		width: 100%;
	}
	.btn_area .btn.entry a {
		background: #fff;
	}
	.btn_area .btn.entry a .icon {
		background: url(../../common/images/icon_arrow2.png) right center no-repeat;
	}
	.btn_area .btn.entry a:hover {
		background: #000;
	}
	.btn_area .btn.entry a:hover .icon {
		background: url(../../common/images/icon_arrow2_w.png) right center no-repeat;
		color: #fff;
	}
	.btn_area .btn.back a {
		background: #000;
	}
	.btn_area .btn.back a .icon {
		background: url(../../common/images/icon_arrow2_l_w.png) left center no-repeat;
		color: #fff;
	}
	.btn_area .btn.back a:hover {
		background: #fff;
	}
	.btn_area .btn.back a:hover .icon {
		background: url(../../common/images/icon_arrow2_l.png) left center no-repeat;
		color: #000;
	}
}

/*------------------------------------
error
--------------------------------------*/
.error {
	color: #f00;
}

/*------------------------------------
complete
--------------------------------------*/
.complete .content_inr {
	padding: 115px 80px;
	width: 945px;
}
.complete .ttl {
	font-size: 14px;
	font-weight: bold;
}
.complete p {
	font-size: 13px;
	line-height: 22px;
	margin-top: 25px;
}
@media screen and (max-width:767px){
	.complete .content_inr {
		padding: 28px 7px 30px;
		width: 100%;
	}
	.complete .ttl {
		font-size: 13px;
		font-weight: bold;
	}
	.complete p {
		font-size: 11px;
		line-height: 22px;
		margin-top: 20px;
	}
}
