.offer_view {
	max-width: 1400px;
	margin: 110px auto;
}
.offer_view .title {
	border-bottom: 1px solid #dedede;
}
.offer_view .title .ttl {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	line-height: 30px;
}
.offer_view .title .info_txt {
	padding: 18px 0;
	font-size: 14px;
}
.offer_view .title .info_txt * {
	display: inline-block;
	margin-right: 10px;
}
.offer_view .title .info_txt .name {
	color: #333;
}
.offer_view .content_wrap {
	padding: 40px 0 120px;
	font-size: 14px;
	line-height: 20px;
}
.offer_view .content_wrap img {
	max-width: 100%;
}
.offer_view .tbList_wrap table {
	width: 100%;
	border-top: 1px solid #dedede;
}
.offer_view .tbList_wrap tr {
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	color: #333;
	border-bottom: 1px solid #dedede;
}
.offer_view .tbList_wrap tr th {
	width: 140px;
	font-weight: normal;
	border-right: 1px solid #dedede;
	text-align: center;
}
.offer_view .tbList_wrap tr td {
	padding-left: 30px;
}
.offer_view .tbList_wrap tr td a {
	display: inline-block;
	width: 100%;
}


@media (max-width: 1024px) {
	.offer_view {
		max-width: calc(100% - 30px);
		margin: 55px auto;
	}
	.offer_view .title .ttl {
		font-size: 17px;
		line-height: 22px;
	}
	.offer_view .title .info_txt {
		padding: 7px 0;
		font-size: 11px;
	}
	.offer_view .content_wrap {
		padding: 20px 0 60px;
	}
	.offer_view .tbList_wrap tr {
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
	.offer_view .tbList_wrap tr th {
		width: 70px;
	}
	.offer_view .tbList_wrap tr td {
		padding-left: 12px;
	}
}