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

.precatch {
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.precatch {
		font-size: 1.2rem;
	}
}

.bgQtrGray .inBox {
	margin-top: 130px;
}
.bgQtrGray .inBox .img img {
	object-fit:cover;
	height: auto;
	width: 100%;
}


@media screen and (max-width: 767px) {
	.bgQtrGray .inBox {
		margin-top: 30px;
	}
	.bgQtrGray .inBox + .inBox {
		margin-top: 80px;
	}
}

.bgQtrGray .tblWrap .txt {
	width: 100%;
}

.bgQtrGray .tblWrap table {
	border-spacing: 2px 2px;
}
.bgQtrGray .tblWrap thead {
	position: relative;
}

.bgQtrGray .tblWrap thead:after{
	background: #6F8C1E;
	content:'';
	display: block;
	width: calc(100% - 6px);
	height: 2px;
	left: 4px;
	position: absolute;
	margin-top: -1px;
}
.bgQtrGray .tblWrap table th{
	text-align: center;
}

.bgQtrGray .tblWrap table tr td:nth-of-type(2) {
	text-align: center;
}
.bgQtrGray .tblWrap table + .note {
	font-size: 1.2rem;
	text-align: right;
}

@media screen and (max-width: 767px) {
	.bgQtrGray .tblWrap thead {
		display: none;
	}
	.bgQtrGray .tblWrap span.sp {
		
		font-weight: bold;
	}
	.bgQtrGray .tblWrap table tr td:nth-of-type(2) {
		text-align: left;
	}
	.bgQtrGray .tblWrap table tr td {
		border-top: 3px solid #fff;
		margin-bottom: 0;
	}
	.bgQtrGray .tblWrap table tr td + td {
		
		margin-bottom: 10px;
	}
	.bgQtrGray .tblWrap table + .note {
		line-height: 1.4;
		text-align: left;
	}
}

.footMessage {
	margin-top: 150px;
}
@media screen and (max-width: 767px) {
	.footMessage {
		margin-top: 30px;
	}
}