@charset "UTF-8";


.cnatct_ctn{
	max-width: 1024px;
	height: 700px;
	padding-top: 50px;
	margin: 0 auto;
}

.cntact_title{
	max-width: 1024px;
	padding: 40px 0;
	font-size: 1.8em;
	margin: 0 auto;
}

.cntact_txt{
	max-width: 1024px;
	padding: 20px 0;
	font-size: 1.1em;
	line-height: 1.6;
	margin: 0 auto;
	text-align: justify;
}
.cntact_area{
	width: 100%;
	height: auto;
}
.cntact_message{
	max-width: 1024px;
	height: auto;
	text-align: center;
	padding: 20px 0;
	border: thin solid #333;
	margin: 0 auto;
}
.cntact_message p:first-child{
	font-size: 1.4em;
	font-weight: 600 !important;
}
.cntact_message p:nth-child(2){
	font-size: 3em;
	margin: 15px 0 10px 0;
}

/*
.contact_btn_area{
	width: 100%;
	height: auto;
}
*/
.contact_btn{
	margin-top: 60px;
	text-align: center;
	    display: flex;
    justify-content: space-between;
}
.cntact_tel , .cntact_maill{
	color: #0100FC;
	margin-bottom: 90px;
	display: inline-block;
	width: 30%;
	padding: 20px 0;
	text-align: center;
	color: #333;
	border:  thin #333 solid;
	position: relative;
	font-size: 16px;
	box-shadow: 0 4px 0 0 rgba(0,0,0,.11);
	border-radius: 2px;
}
.cntact_tel:hover{
	background-image: none;
	background-color: #333;
	color: #fff;
	transition: 0.5s;
	border:  thin #333 solid;
	cursor: pointer;
}
.cntact_maill:hover{
	background-image: none;
	background-color: #333;
	color: #fff;
	transition: 0.5s;
	border:  thin #333 solid;
	cursor: pointer;
}
.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 #333;
	border-right: 1px solid #333;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cntact_maill:hover::after,.cntact_tel:hover::after{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
@media screen and (min-width:769px) and ( max-width:1024px) {
   .inner{
	max-width: 700px;
}
}