.hr_contact {
	border-top: 1px solid #CCC;
}
.mar_40_20 {
    margin: 54px 0 32px 0;
}
.contact_footer p {
	margin: 0px;
}

.tit_contact {
	font-size: 28px;
	color: #0059AB;
	margin: 5% 0 0px;
	font-family: 'Poppins', sans-serif;  font-weight: 600; /*Poppins-SemiBold */
	padding-bottom:4px;
}

.tit_sub {
	color: #0059AB;
	text-align: center;
	font-size: 12px;
}
.mar_bot_10 {
	margin-bottom: 5px !important;
}
.mar_top_10 {
	margin-top: 5px !important;
}	
.btnMap_PC {
	color: white;
	background: #0066CC;
	font-size: 10px;
	padding: 0 5px;
	font-family: 'Poppins', sans-serif;  font-weight: 400; /*Poppins-Regular */
	padding-left: 7px;
}

.btn_contact {
	border: 1px solid;
	text-align: center;
	font-family: 'Poppins', sans-serif;  font-weight: 300; /*Poppins-Light*/
}

.btn_contact a {
	color: #333333;
	 letter-spacing: 0.1em;
}

.footer {
	background: #E9E9E9 !important;
	height: 105px;
	clear: both;
}

.footer_content {
	padding-top: 2.5%;
}

.footer_copyright {
	color: #666666 !important;
	font-size: 11px;
	letter-spacing: 1.01px;
	font-family: 'Poppins', sans-serif;  font-weight: 400; /*Poppins-Regular */
}

.footer_saijo {
	color: #333333 !important;
	font-size: 12px;
	 font-family: 'Raleway', sans-serif; font-weight: 400;/* Raleway-Regular */
}
.mar_40_20{
	letter-spacing: 0.09em;
	}
@media screen and (max-width: 1920px) {
}

@media screen and (min-width: 1024px) {
	.footer_content {
		margin: 0 11.5% !important;
	}
}

@media screen and (max-width: 767px) {
	.footer_content{
		padding-top: 2%;
	}
	.tit_contact {
		padding-bottom:0px;
	}
	.ct_font_14 {
		font-size: 14px !important;
	}
	.ct_font_34 {
		font-size: 30px;
	}
	.btnMap_SP {
		color: white;
		background: #0066CC;
		font-size: 16px;
		font-family: 'Poppins', sans-serif;  font-weight: 300; /*Poppins-Light*/		
		border: 1px solid;
		text-align: center;
		margin: 0 5.5% 2.3% 5.5% !important;
    	padding: 19px;
	}
	.btnMap_PC {
		display: none;
	}
	.letterspace0_1{
		letter-spacing: 0.1em;
	}
	.btn_contact {
		margin: 0 5.5% 2.3% 5.5% !important;
    	padding: 19px;
		font-size: 16px;
		border: 1px solid #0066CC;
	}
	
	.btn_contact span {
		color: #0066CC;
	}
	.footer{
		height: 130px;
	}
	.footer_copyright,.footer_center {
		text-align: center;
	}
	.footer_center {
		margin-bottom: 8.1%;
	}
	.pad_contact {
		padding-bottom: 9%;
		padding-top: 9.5%;
	}	
	.mar_top_6 {
		margin-top: 10px !important;
	}	

	.mar_top_13 {
		margin-top: 13px;
	}
	.mar_40_20{
		margin-top: 47px;
	}
	.desktop{
		display: none;
	}
	.mobi{
		display: block;
	}
	.f_left{
		text-align: right;
		font-size: 12px;
	}
	.f_right{
		text-align: left;
		left: -30px;
		font-size: 12px;
	}
}

@media screen and (min-width: 768px) {
	
	.mobi{
		display: none;
	}
	.footer_copyright {
		text-align: right;
	}
	.btnMap_SP {
		display: none;
	}
	.btn_contact {
		margin: auto !important;
		text-align: center;
		width:250px;
	}
	.btn_contact,.btnMap_SP {
		padding: 6.5px;
	}
	.pad_contact {
		padding-bottom: 7.5%;
		padding-top: 7.2%;
	}
	.mar_40_20{
		margin: 55px 0 41px 0;
	}

.btn_contact_new {
    border: 1px solid;
		margin: 0 40% !important;
    		position: absolute;
    padding: 0px;
    text-align: right;
    letter-spacing: 0.1em;
}
}

/*Font*/
.font_12 {
	font-size: 12px;
}


/*Position*/
.float_right {
	float: right;
}


