@charset "UTF-8";
/*--------------------------------------
コンテンツ
--------------------------------------*/

.sub_title{
	color: #333;
	position: absolute;
	left: 5%;
/*	top:13px;*/
	top:43px;
	font-size: 10px;
	letter-spacing: 0.1px !important;
}
.cnatct_ctn{
	padding-top: 50px;
	width: 100%;
	height: auto;
}

.cntact_title{
	width: 100%;
	padding: 0 5%;
	font-size: 1.4em;
	font-weight: 600;
	color: #272727;
	text-align: center;
	margin: 30px 0 5px;
}

.cntact_txt{
	width: 100%;
	padding: 0 5%;
	font-size: 1em;
	line-height: 2;
	text-align: justify;
	color: #4B4B4B;
}
.cntact_area{
	width: 100%;
	height: auto;
	padding: 5%;
}
.cntact_message{
	width: 100%;
	height: auto;
}
.cntact_message p:first-child{
	font-size: 1.6rem;
	font-weight: 600 !important;
}

.contact_btn_area{
	width: 100%;
	height: auto;
}
.contact_btn{
	margin: 0 auto;
	padding: 5% 5% 35px;
}

.cntact_tel , .cntact_maill{
	width: 100%;
	height: 50px;
	background-color: #333;
	color: #fff;
    padding: 8px 0 9px;
	text-align: center;
	font-weight: 600;
	position: relative;
	display: inline-block;
	border: thin solid #333;
	margin-bottom: 30px;
	font-size: 16px;
	border-radius: 4px;
}

.cntact_tel:hover{
	background-color: #FFFFFF;
	color:#333333;
	border: thin solid #333;
	transition: 0.5s;
}
.cntact_maill:hover{
	background-color: #FFFFFF;
	color:#333333;
	border: thin solid #333;
	transition: 0.5s;
}
.cntact_maill::after ,.cntact_tel::after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 25px;
	margin: auto;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cntact_maill:hover::after,.cntact_tel:hover::after{
	border-top: 1px solid #333;
	border-right: 1px solid #333;
}