#rContainer {
	max-width: none;
}

.dib {
	display: inline;
}

.inner {
	width: min(80%, 1200px);
	box-sizing: border-box;
	margin: 0 auto;
}

#rContent {
	width: auto;
	color: #e3e3e3;
	padding: 80px 0;
}

.mainTitle {
	padding-bottom: 0;
	margin-bottom: 110px;
}

.mainTitle .main {
	font-size: min(calc(34 / 1200 * 100vw), 34px);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.1em;
}

/* コンテンツ */
.wrapNewsContents {
	width: min(80%, 1200px);
	margin: 0 auto;
}
.newsContents {
	margin-bottom: 80px;
}

.newsContents:last-child {
	margin-bottom: 0;
}

.newsContents a {
	display: flex;
	align-items: center;
	gap: calc(48 / 1200 * 100%);
	color: #E3E3E3;
	text-decoration: none;
}

.thumbnail {
	width: calc(486 / 1200 * 100%);
	aspect-ratio: 243 / 137;
	border-radius: 6px;
	overflow: hidden;
	background: #fff;
	text-align: center;
}

.thumbnail.width_auto {
	padding: 11px 0 8px;
}

.thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.thumbnail.width_auto img {
	width: auto;
}

.newsText {
	width: calc(666 / 1200 * 100%);
	position: relative;
	z-index: 1;
}

.newsText .ttl {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 32px;
}

.newsText .time {
	font-size: 14px;
	display: flex;
	align-items: center;
}

.newsText .time::after {
	content: '';
    display: inline-block;
    background: url(/business/agv/images/top/news/icon_separate_tab.png) no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
	margin-left: 0.5em;
}

/* レスポンシブ */
body.responsive-sp #breadCrumb {
	display: none;
}

body.responsive-sp .inner {
	width: 100%;
	padding: 0 15px;
}


body.responsive-sp .mainTitle {
	padding: 0;
	margin-bottom: 56px;
}

/* コンテンツ */
body.responsive-sp .wrapNewsContents {
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
	box-sizing: border-box;
}

body.responsive-sp .newsContents a {
	display: block;
}

body.responsive-sp .thumbnail {
	width: 100%;
}

body.responsive-sp .newsText {
	width: 100%;
}

body.responsive-sp .newsText .ttl {
	margin: 1.2em 0;
}