@charset "utf-8";
/* CSS Document */

#custom-made .btnPageTop {
	/* opacity: 1; */
	/* pointer-events: auto; */
}
/* content */
#content {
    background: #f2f2f2;
}
/* ctsLead */
.ctsLead {
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.04em;
}
.ctsLead h2 {
    font-size: 28px;
    line-height: 1.25;
    padding: 64px 0 21px;
    /* text-indent: 0.5em; */
}
.ctsLead p {
    font-size: 17px;
    line-height: 1.83;
}
/* .ctsContact */
.ctsContact {
	width: 626px;
	/* float: right; */
	background: #fff;
	margin: 63px auto 132px;
	box-sizing: border-box;
	padding: 30px 0;
}
.ctsContact h3 {
	font-size: 21px;
	line-height: 1;
	border-right: solid 1px #919499;
	line-height: 26px;
	/* padding: 0 0 9px; */
	/* margin: 0 0 16px; */
	/* font-weight: bold; */
	float: left;
	width: 220px;
	text-align: center;
	height: 124px;
	position: relative;
}
.ctsContact h3 span {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ctsContact address {
	float: left;
	padding: 8px 0 0 30px;
}
.ctsContact address div {
	font-size: 24px;
	padding: 0 0 20px 1.6em;
	position: relative;
	letter-spacing: 0.04em;
}
.ctsContact address div:last-child {
	padding-bottom: 0;
}
.ctsContact small {
	font-size: 12px;
	letter-spacing: 0;
	margin: 0.6em 0 0;
	display: block;
}
.ctsContact address div:before {
	font-family: icon;
	font-size: 15.6px;
	display: inline-block;
	text-indent: 0;
	width: 1.8em;
	position: absolute;
	top: 0;
	left: 0;
	margin: 5px 0 0 4px;
}
.boxTel:before {
	content: "\e905";
}
.ctsContact address .boxFax:before {
	content: "\e904";
	font-family: icon;
	font-size: 15.6px;
	margin: 5px 0 0 3px;
}
.ctsContact address .boxMail:before {
	content: "\e903";
	font-family: icon;
	font-size: 11.5px;
	margin-top: 9px;
	margin-left: 3px;
}
@media screen and (max-width: 767px) {
	/* ctsLead */
	.ctsLead {
	}
	.ctsLead h2 {
		font-size: 1.2em;
		padding: 10.3% 0 6.8%;
		line-height: 1.3;
	}
	.ctsLead p {
		font-size: 0.6em;
		line-height: 1.83;
		/* letter-spacing: 0.19em; */
	}
	/* .ctsContact */
	.ctsContact {
	margin-top: 11.1%;
	width: 99.8%;
	padding: 0% 7.2%;
	margin-bottom: 27.1%;
	}
	.ctsContact h3 {
		font-size: 0.98em;
		line-height: 1;
		float: none;
		border-right: none;
		border-bottom: solid 1px #919499;
		width: auto;
		text-align: left;
		height: auto;
		padding: 7.7% 0 3.2%;
	}
	.ctsContact h3 span {
		position: static;
	}
	.ctsContact address {
		float: none;
		padding: 5.5% 0 9.3% 0;
	}
	.ctsContact address div {
		font-size: 1.2255em;
		padding: 0 0 0.67em 1.4em;
	}
	.ctsContact address div:before {
		margin: 1.6% 0 0 1%;
		font-size: 0.65em;
	}
	.ctsContact address .boxFax:before {
		margin: 1.6% 0 0 0.4%;
		font-size: 0.65em;
	}
	.ctsContact address .boxMail:before {
		margin: 3.1% 0 0 0.6%;
		font-size: 0.48em;
	}
	.ctsContact small {
		font-size: 0.49em;
	}
}