#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;
}

/*
=================================== */
.tab_block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin:0 0 35px;
}

.tab_block p {
	width:calc(50% - 3px);
}

.tab_block p a {
	display: block;
	padding:0 0 0 1px;
	line-height:42px;
	text-align: center;
	font-size:1.6rem;
	letter-spacing: 1px;
	background-color: #bbbbbb;
	position: relative;
}

.tab_block p.on a:after {
	position: absolute;
	top:100%;
	left:calc(50% - 6px);
	content: '';
	border-top:6px solid #016f7c;
	border-right:6px solid transparent;
	border-left:6px solid transparent;
	border-bottom:6px solid transparent;
}

.tab_block p.on a{
	color:#FFF;
	background-color: #016f7c;
}

.contact_area1 .mex {
	margin:0 0 35px;
}

.contact_area1 .mex h3 {
	margin:0 0 20px;
	text-align: center;
	font-size:2.0rem;
	font-weight: 300;
}

.contact_area1 .mex p {
	line-height:1.6;
	font-size:1.6rem;
}

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

.info_block .tel {
	margin:0 0 10px;
	line-height:1.0;
}

.info_block .tel b {
	display: inline-block;
	background: url('../images/contact/icon_tel.svg') no-repeat left center;
	background-size: 33px 25px;
	padding:0 0 0 43px;
	line-height:1.0;
	color:#006f7c;
	font-size:3.5rem;
	font-weight: 500;
	font-style: normal;
	font-family: montserrat, sans-serif;
}

.info_block .tel a {
	line-height:1.0;
	color:#006f7c;
	font-size:3.5rem;
	font-weight: 500;
	font-style: normal;
	font-family: montserrat, sans-serif;
}

.info_block .time {
	line-height:1.6;
	font-size:1.7rem;
}

.form_block {
	margin:0 0 30px;
}

.form_block table {
	width:100%;
	background-color: #FFF;
	border-top:1px solid #dcdcdc;
	border-left:1px solid #dcdcdc;
}

.form_block th {
	display: block;
	padding:10px 20px 2px;
	vertical-align: top;
	text-align: left;
	color:#006f7c;
	font-size:1.6rem;
	font-weight: 300;
	letter-spacing: 1px;
	border-right:1px solid #dcdcdc;
}

.form_block th b {
	display: inline-block;
	background: url('../images/contact/icon_ne.svg') no-repeat right center;
	background-size: 34px 20px;
	padding:0 44px 0 0;
	font-weight: 300;
}

.form_block td {
	display: block;
	padding:0 20px 15px;
	font-size:1.6rem;
	border-right:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
}

.tdline2 {
	margin:0 0 10px;
}

.tdline2:last-child {
	margin-bottom:0;
}

.tdline2 .file {
	margin:0 0 10px;
	width:200px;
}

.upload100 {
	display: block;
	width:100%;
	height:35px;
	line-height:35px;
	text-align: center;
	border:1px solid #979897;
	border-radius: 5px!important;
	background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
}

.upload100 input {
	display: none;
}

.tdline2 .fname {
	font-size:1.4rem;
}

.input100 {
	padding:0 10px;
	width:100%;
	height:35px;
	line-height:35px;
	border:1px solid #979897;
	border-radius: 5px!important;
	background-color: #FFF;
}

.tarea100 {
	padding:10px;
	width:100%;
	height:175px;
	line-height:1.8;
	border:1px solid #979897;
	border-radius: 5px!important;
	background-color: #FFF;
}

.tdline1 {
	margin:0 0 10px;
}

.tdline1:last-child {
	margin-bottom:0;
}

.error {
	color:#C00;
}

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

.btn_block p a {
	display: block;
	padding:0 0 0 2px;
	line-height: 45px;
	color:#FFF;
	text-align: center;
	font-size:1.7rem;
	letter-spacing: 2px;
	background-color: #191918;
}

.contact_area1 .thanks {
	margin:0 0 35px;
}

.contact_area1 .thanks h3 {
	margin:0 0 20px;
	text-align: center;
	font-size:2.0rem;
	font-weight: 300;
}

.contact_area1 .thanks p {
	line-height:1.6;
	font-size:1.6rem;
}


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

	/*
	=================================== */
	.contact_area1 .block1 {
		width:900px;
	}

	.tab_block {
		margin:0 0 55px;
	}

	.tab_block p {
		width:395px;
	}

	.tab_block p a {
		padding:0 0 0 2px;
		line-height:52px;
		font-size:2.2rem;
		letter-spacing: 2px;
	}

	.tab_block p.on a:after {
		left:calc(50% - 8px);
		border-top:8px solid #016f7c;
		border-right:8px solid transparent;
		border-left:8px solid transparent;
		border-bottom:8px solid transparent;
	}

	.tab_block p a:hover {
		color:#FFF;
		background-color: #016f7c;
	}

	.contact_area1 .mex h3 {
		margin:0 0 5px;
		text-align: left;
		font-size:2.4rem;
	}

	.contact_area1 .mex p {
		font-size:1.8rem;
	}

	.info_block {
		display: flex;
		align-items: baseline;
		margin:0 0 30px;
		text-align: left;
	}

	.info_block .tel {
		margin:0 20px 0 0;
	}

	.info_block .time {
		font-size:1.8rem;
	}

	.form_block {
		margin:0 0 55px;
	}

	.form_block th {
		display: table-cell;
		padding:20px 25px;
		width:230px;
		font-size:1.7rem;
		border-bottom:1px solid #dcdcdc;
	}

	.form_block th b {
		display: block;
		background-position: right top 3px;
		padding:0;
	}

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

	.form_block td.input {
		padding:17px 20px;
	}

	.tdline2 {
		display: flex;
		align-items: center;
	}

	.tdline2 .file {
		margin:0 15px 0 0;
		width:150px;
	}

	.upload100 {
		height:30px;
		line-height:30px;
	}

	.tdline2 .fname {
		font-size:1.5rem;
	}

	.input100 {
		height:30px;
		line-height:30px;
	}

	.tarea100 {
		height:230px;
	}

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

	.btn_block p {
		margin:0 10px;
		width:280px;
	}

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

	.btn_block p a {
		padding:0 0 0 3px;
		line-height: 55px;
		font-size:2.0rem;
		letter-spacing: 3px;
	}

	.contact_area1 .thanks h3 {
		margin:0 0 5px;
		text-align: left;
		font-size:2.4rem;
	}

	.contact_area1 .thanks p {
		font-size:1.8rem;
	}
}
