/****************************** mobile,cpmmon ******************************/

.contact_bg {
	background-image: url(../image/contact_bg.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
}
.contact_bg:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
}

.contact_con {
	z-index: 1;
}

.contact_con .head_01 {
	text-shadow: 0px 0px 10px #000;
	text-align: center;
}

.contact_txt {
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	margin: 0 auto 15px;
	text-shadow: 0px 0px 10px #000;
	max-width: 500px;
}

.contact_con .cntct_text {
	font-weight: 700;
}

/****************************** tablet ******************************/
@media (min-width: 600px){

	.contact_txt {
    font-size: 16px;
    line-height: 32px;
    text-align: center;
	}

	.contact_con .nav_btn {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
	}
	.contact_con .cntct_text {
    font-size: 14px;
	}
}

/****************************** PC ******************************/
@media (min-width: 1025px){

	.contact_txt {
		margin-bottom: 50px;
	}

}
