/* CSS Document */

/*contact*/

.contactHeadGray {
	padding: 40px 0;
	position: relative;
	margin-bottom: 20px;
}
.contactHeadGray:after {
	background: #F7F7F7;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	max-width: 1710px;
	width: 96%;
	z-index: -1;
}

.contactHeadGray .inner {
	max-width: 720px;
}

.contactHeadGray .ttl {
	color: #022202;
	font-size: 3.2rem;
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.contactHeadGray {
	}
	.contactHeadGray:after {
    width: 80%;
	}
	.contactHeadGray .ttl {
		font-size: 2.4rem;
	}
}
.lead {
	line-height: 2.2;
	text-indent: -1.5rem;
	margin: 0 0 30px 1.5rem;
}

/*資料請求*/
.contactHeadGray.catalogue {
	padding: 80px 0;
}
.contactHeadGray.catalogue .inner{
	max-width: 1280px;
	position: relative;
}
.contactHeadGray.catalogue .img{
	position: absolute;
	right: 0;
	top: -60px;
}

.lead.catalogue {
	margin: 50px 0 150px;
}
@media screen and (max-width: 767px) {
	.contactHeadGray.catalogue {
		padding: 40px 0;
	}
	.contactHeadGray.catalogue .img{
		display: none;
	}
	.lead.catalogue {
		margin: 30px 3%;
	}
}


.telInfoBox {
	border: 3px solid #7BA327;
	padding: 20px 0 10px;
	margin-bottom: 60px;
}

.telInfoBox .head {	
	width: 290px;
}

.telInfoBox .head .ttl {
	color: #000;
	font-size: 1.8rem;
	margin-bottom: 10px;
	text-align: center;
}

.telInfoBox .head p {
	font-size: 1.2rem;
}
.telInfoBox .num {
	position: relative;
	width: 382px;
}
.telInfoBox .num:after {	
	background: #DDDDDD;
	content: '';
	display: block;
	width: 3px;
	height: 63px;
	position: absolute;
	top: calc(50% - 31px);
	left: 0;
}
.telInfoBox .num .mainNum {
	font-weight: 700;
	text-align: right;
}
.telInfoBox .num .mainNum a{
	font-size: 3.8rem;
	font-weight: 700;
	margin-left: 10px;
}
.telInfoBox .num .subNum {
	text-align: right;
}
.telInfoBox .num .subNum a{
	font-size: 2.4rem;
	margin-left: 10px;
}
@media screen and (max-width: 767px) {
	.telInfoBox {
		padding: 20px 3% 15px;
	}
	.telInfoBox .head {
		border-bottom: 1px solid #ccc;
		padding: 0 0 15px;
		width: 100%;
	}
	.telInfoBox .head .ttl {
		margin-bottom: 0;
	}
	.telInfoBox .num {
		padding: 10px 0 0;
		width: 100%;
	}
	.telInfoBox .num:after {
		content: none;
	}
	.telInfoBox .num .mainNum {
		text-align: center;
	}
	.telInfoBox .num .mainNum a {
		font-size: 2.6rem;
	}
	.telInfoBox .num .subNum {
		text-align: center;
	}
	.telInfoBox .num .subNum a {
		font-size: 2rem;
	}
}


/*全体*/
@media screen and (min-width: 768px) {
	.headerWrap {
		justify-content: center;
	}
	.gNav {
		display: none;
	}
}
/*cv*/
.footHead {
	border-top: 1px solid #ccc;
}
.cv {
	display: none;
}