@charset "utf-8";
.mainVisual {
	background: url(../img/main_bg.jpg) center center /cover no-repeat;
}

.clumWrap {
	display: table;
	width: 100%;
}

.clum1 {
	margin-bottom: 94px;
	text-align: center;
}

.clum1:last-child {
	margin-bottom: 0;
}

.big_ttl {
	margin-bottom: 65px;
	font-weight: bold;
	font-size: 3rem;
}

.big_ttl:after {
	bottom: -25.5px;
}

.txt {
	line-height: 2;
}

.sign_img {
	margin-top: 24px;
}

.clum1 ul li {
	display: inline-block;
	font-size: 1.6rem;
	color: #4c4c4c;
	line-height: 1;
	padding: 12px 0;
	width: 322px;
	border-left: 1px solid #4c4c4c;
}

.clum1 ul li:nth-child(2) {
	width: 240px;
}

.clum1 ul li:last-child {
	border-right: 1px solid #4c4c4c;
}

.clum1 ul li strong {
	color: #005bac;
	font-size: 2.4rem;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
	.clumWrap {
		padding-top: 65px;
	}
	.txt {
		text-align: left;
	}
	.big_ttl {
		margin-bottom: 64px;
		font-size: 1.8rem;
	}
	.clum1 {
		margin-bottom: 85px;
	}
	.sign_img {
		width: 46%;
		margin: 17.5px auto 0;
	}
	.clum1 ul li {
		display: block;
		font-size: 1.2rem;
		padding: 24px 0;
		width: 100%;
		border-left: none;
		border-top: 1px solid #4c4c4c;
	}
	.clum1 ul li:nth-child(2) {
		width: 100%;
	}
	.clum1 ul li:last-child {
		border-right: none;
		border-bottom: 1px solid #4c4c4c;
	}
	.clum1 ul li strong {
		font-size: 1.8rem;
	}
}
