@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
.hed_R .h_contwrap {
	justify-content: flex-end !important;
}
.hed_R .tel2{
	max-width: 360px;
	width: 100%;
	flex-wrap: wrap;
	justify-content: flex-start !important;
	text-align: left;
}
.hed_R .tel2 p{
	font-size: 16px;
	display: block;
	width: 100%;
}
.hed_R .tel2 a{
	flex-wrap: wrap;
	justify-content: flex-start !important;
	text-align: left;
}
/*================== ○○○○.html =================*/
@media screen and (max-width: 959px){
	.pagetop {
			bottom: 20% !important;
	}
	.hed_R .cont_btn a{
		width: 100% !important;
	}
	.h_contwrap .tel2{
		margin-right: 0;
		max-width: 100%;
	}
	.hed_R .tel2 p{
		font-size: 13px;
	}
	.hed_R .tel2 a{
		justify-content: center !important;
		text-align: center;
	}
	.hed_R .h_contwrap {
		background: #fff;
		padding: 10px;
		bottom: 0 !important;
		justify-content: space-between !important;
	}
	.hed_R .h_contwrap .tel2{
		width: 58%;
		margin-right: 0 !important;
	}
	.hed_R .h_contwrap .cont_btn{
		width: 38%;
	}
}
@media only screen and (max-width: 468px){
}