@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{
	width: 100%;
	height: auto;
}

.cntact_title{
	width: 100%;
	padding: 0 5%;
	font-size: 1.4em;
	font-weight: 600;
	color: #272727;
}

.cntact_txt{
	width: 100%;
	padding: 5%;
	font-size: 1em;
	line-height: 2;
	text-align: justify;
	color: #4B4B4B;
}
.cntact_area{
	width: 100%;
	height: auto;
	padding: 0 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;
	padding:  40px 0;
}
.contact_btn{
	margin: 0 auto;
	padding: 0 5%;
}

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

.cntact_tel:hover{
	background-color: #fff;
	color:#333;
	border: thin solid #333;
	transition: 0.5s;
}
.cntact_maill:hover{
	background-color: #fff;
	color:#333;
	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;
}
.sub_title{
	color: #333;
	position: absolute;
	left: 5%;
/*	top:13px;*/
	top:43px;
	font-size: 10px;
	letter-spacing: 0.1px !important;
}