#dammy {
	display: block;
	overflow: hidden;
	background: url('../images/') no-repeat;
	padding: 40px 0 0;
	width: 216px;
	height: 0!important;
}

#dammy {
	position: absolute;
	left:0;
	bottom:0;
	content: '';
	width:0;
	height:6px;
	background-color: #FFF;
}

#dammy:last-child {
	margin-bottom:0;
}

/*
=================================== */
.mtitle_area {
	background-image: url('../images/contact/sp_contact_mimage.jpg');
}

.mtitle {
	color:#000;
}

.stepbar {
	margin:0 0 30px;
}

.checkline {
	margin:0 0 30px;
	text-align: center;
}

.form_block {
	margin:0 0 35px;
}

.form_block table {
	width:100%;
}

.form_block th {
	display: block;
	padding:0 0 5px;
	text-align: left;
	vertical-align: top;
	letter-spacing: 0.6px;
	font-weight: 400;
}

.form_block td {
	display: block;
	padding:0 0 15px;
}

.form_block tr:last-child td {
	padding-bottom:0;
}

.tdlist {
	margin:0 0 10px;
}

.tdlist:last-child {
	margin:0;
}

.tdlist li {
	margin:0 0 5px;
}

.tdlist li:last-child {
	margin:0;
}

.tdlist li label {
	margin:0 0 0 5px;
}

.tdline {
	margin:0 0 10px;
}

.tdline:last-child {
	margin:0;
}

.input100 {
	padding:0 15px;
	width:100%;
	height:40px;
	font-size:1.6rem;
	border:1px solid rgb(164, 164, 164);
}

.tarea100 {
	padding:10px 15px;
	width:100%;
	height:145px;
	font-size:1.6rem;
	border:1px solid rgb(164, 164, 164);
}

.error {
	color:#F00;
	letter-spacing: 1px;
}

.btn_block p {
	font-size:1.7rem;
}

.btn_block p.back {
	margin:0 0 10px;
}

.btn_block p a {
	display: block;
	padding:0 0 0 3px;
	height:40px;
	line-height:38px;
	text-align: center;
	color:#008cd6;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border:1px solid #0090d6;
	letter-spacing: 2px;
}

.thanks {
	padding:30px 0;
	text-align: center;
}

@media screen and (min-width: 768px) {

	/*
	=================================== */
	.mtitle_area {
		background-image: url('../images/contact/contact_mimage.jpg');
	}

	.contact_area .block1 {
		width:900px;
	}

	.stepbar {
		overflow: hidden;
		background-repeat: no-repeat;
		background-size: 800px 67px;
		margin:0 0 70px;
		padding: 67px 0 0;
		height: 0!important;
	}

	.stepbar.step1 {
		background-image: url('../images/contact/stepbar1.png');
	}

	.stepbar.step2 {
		background-image: url('../images/contact/stepbar2.png');
	}

	.stepbar.step3 {
		background-image: url('../images/contact/stepbar3.png');
	}

	.checkline {
		margin:0 0 70px;
		text-align: center;
	}

	.form_block {
		margin:0 0 80px;
	}

	.form_block th {
		display: table-cell;
		padding:15px 0 0 50px;
		width:230px;
	}

	.form_block td {
		display: table-cell;
		padding:15px 70px;
	}

	.form_block td.input {
		padding:0 70px 20px 0;
	}

	.form_block td.input2 {
		padding:15px 70px 15px 0;
	}

	.tdlist ul {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

	.tdlist li {
		margin:0 20px 10px 0;
		letter-spacing: 1px;
	}

	.tdlist li:last-child {
		margin-bottom:10px;
	}

	.input100 {
		height:45px;
	}

	.btn_block {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.btn_block p {
		margin:0 15px;
		width:280px;
		font-size:1.6rem;
	}

	.btn_block p.back {
		margin:0;
	}

	.btn_block p a {
		height:50px;
		line-height:48px;
	}

	.thanks {
		padding:50px 0;
	}
}
