﻿#dammy {
	display: block;
	overflow: hidden;
	background: url('../images/') no-repeat;
	background-size: px px;
	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_block {
	background-image: url('../images/contact/sp_contact_mimage.webp');
}

.contact_area1 {
	background-color: #f1e5c6;
}

.contact_area1 .block1 {
	padding-top:50px;
	padding-bottom:55px;
}

.stepbar_block {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin:0 0 30px;
}

.stepbox {
	padding:0 0 6px;
	width:33.3%;
	text-align: center;
	border-bottom:1px solid #333;
}

.stepbox.on {
	border-bottom:1px solid #e53c51;
}

.stepbox .step {
	margin:0 0 2px;
	line-height:1.0;
	font-size:1.2rem;
	font-weight: 500;
	font-family: "Bricolage Grotesque", serif;
	letter-spacing: 0.02em;
}

.stepbox.on .step {
	color:#e43c51;
}

.stepbox .label {
	line-height:1.2;
	font-size:1.6rem;
	font-weight: 500;
	letter-spacing: 0.08em;
}

.form_area {
	margin:0 0 30px;
}

.form_area table {
	width:100%;
}

.form_area th {
	display: block;
	padding:0 0 5px;
	text-align: left;
	vertical-align: top;
}

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

.tdline,
.tdbox {
	margin:0 0 10px;
}

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

.sele100 {
	background: url('../images/contact/icon_pull.webp') no-repeat right 15px center;
	background-size: auto 6px;
	background-color: #FFF;
	padding:0 30px 10px;
	width:100%;
	height:40px;
	line-height:38px;
	border:1px solid #2d2522;
}

.input100 {
	padding:0 10px;
	width:100%;
	height:40px;
	line-height:38px;
	border:1px solid #2d2522;
	background-color: #FFF;
}

.tarea100 {
	padding:10px;
	width:100%;
	height:150px;
	line-height:1.6;
	vertical-align: bottom;
	border:1px solid #2d2522;
	background-color: #FFF;
}

.error {
	color:#C00;
	font-weight: 500;
	letter-spacing: 0.08em;
}

.btn_block p {
	margin:0 0 15px;
}

.btn_block p a {
	display: block;
	height:42px;
	line-height:42px;
	text-align: center;
	color:#FFF;
	font-size:1.6rem;
	font-weight: 500;
	letter-spacing: 0.14em;
	background-color: #2d2522;
	border-radius: 50px;
}

.thanks {
	padding:50px 0;
	text-align: center;
	font-size:1.6rem;
	letter-spacing: 0.04em;
}

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

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

	.contact_area1 .block1 {
		padding-top:65px;
		padding-bottom:100px;
		width:980px;
	}

	.stepbar_block {
		margin:0 0 75px;
	}

	.stepbox {
		padding:0 0 8px;
		border-bottom:2px solid #333;
	}

	.stepbox.on {
		border-bottom:2px solid #e53c51;
	}

	.stepbox .step {
		font-size:1.4rem;
	}

	.stepbox .label {
		font-size:2.0rem;
		letter-spacing: 0.02em;
	}

	.form_area {
		margin:0 auto 30px;
		width:760px;
	}

	.form_area th {
		padding:10px 0 20px;
		width:160px;
		text-align: left;
		vertical-align: top;
	}

	.form_area.confirm th {
		padding:0 0 20px;
	}

	.form_area td {
		padding:10px 0 20px;
	}

	.form_area.confirm td {
		padding:0 0 20px;
	}

	.form_area td.input {
		padding:0 0 20px;
	}

	.sele100 {
		background-position: right 20px center;
		padding:0 15px;
		height:48px;
		line-height:46px;
	}

	.input100 {
		padding:0 15px;
		height:48px;
		line-height:46px;
	}

	.tarea100 {
		padding:10px 15px;
		height:200px;
	}

	.btn_block {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin:0 auto;
		width:760px;
	}

	.btn_block p {
		margin:0;
		width:calc(50% - 10px);
	}

	.btn_block p.w {
		width:100%;
	}

	.btn_block p a {
		height:50px;
		line-height:50px;
		font-size:2.0rem;
		letter-spacing: 0.2em;
	}

	.thanks {
		padding:100px 0;
		font-size:1.8rem;
	}
}
