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

/* ############################################## */

.main_title {
	display:none;
}
.sp_main_title {
	width:auto;
	margin-bottom:20px;
	padding-top:20px;
	border-top:1px solid #dfdfdf;
}
.sp_main_title img {
	width:100%;
	height:auto;
}

/* ############################################## */

.contents_title_001 {
	width:auto;
	background:#f9f9f9;
	border-bottom:1px solid #8cd6b2;
	margin:0px 10px 20px 10px;
}
.contents_title_001 h3 {
	padding:10px 10px;
	font-size:14px;
	line-height:1;
	font-weight:bold;
	color:#464646;
}

/* ############################################## */

.contents_txt_001 {
	width:auto;
	margin:0px 10px 20px 10px;
}
.contents_txt_001 p {
	font-size:12px;
	line-height:22px;
	padding:0px 10px;
}

/* ############################################## */

.contact_txt {
	display:none;
}

/* ############################################## */

.contents_table {
	width:auto;
	margin:0px 10px 20px 10px;
}
.contents_table table {
	border-collapse:collapse;
	width:100%;
}
.contents_table th {
	width:auto;
	display:block;
	border:1px solid #d1eade;
	background:#f8fcfa;
	padding:10px;
	font-size:13px;
	line-height:23px;
	font-weight:bold;
	text-align:center;
}
.contents_table td {
	width:auto;
	display:block;
	border:1px solid #d1eade;
	padding:10px;
	font-size:13px;
	line-height:23px;
	text-align:left;
}

/* ############################################## */

.contents_table td li {
	margin-botom:10px;
	font-size:13px;
	line-height:1;
}
.contents_table td li:last-child {
	margin-botom:0px;
	font-size:13px;
	line-height:1;
}
.contents_table td li input {
	margin-right:10px;
}
#form_001 {
	width:auto;
	border:1px solid #d1eade;
	padding:2px 5px;
}
#form_002 {
	width:auto;
	border:1px solid #d1eade;
	padding:2px 5px;
}
#form_003 {
	width:auto;
	border:1px solid #d1eade;
	padding:2px 5px;
}
#form_004 {
	width:auto;
	height:20px;
	border:1px solid #d1eade;
	padding:2px 5px;
}

.confirm_area {
	width:auto;
	margin:0px 10px 20px 10px;
}
.confirm_btn {
	width:100%;
	height:96px;
	background:url(../img/contact/contents_arrow.gif) no-repeat top left #8cd6b2;
	padding-left:96px;
	font-size:38px;
	line-height:96px;
	text-align:center;
	color:#fff;
	display:block;
	cursor:pointer;
	border:none;
}