.a_d {
	margin-bottom: 20px;
}
.a_d__title {
	font-size: 1.8rem;
	line-height: 1;
	margin: 0 0 5px;
	color: #2c2c2c;
}
.a_d__list {
	overflow: hidden;
	margin: 0 -15px;
	padding: 0;
	list-style: none;
}
.a_d__item {
	float: left;
	overflow: hidden;
	width: 50%;
	height: 120px;
	padding: 15px;
}
.a_d__picture {
	float: left;
	overflow: hidden;
	width: 140px;
	height: 90px;
}
.a_d__img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: top;
}
.a_d__info {
	float: left;
	width: calc(100% - 140px);
	padding-left: 15px;
	color: #7e7e7e;
}
.a_d__date {
	font-size: 1.1rem;
	line-height: 1.2;
	margin-bottom: 5px;
}
.a_d__link {
	font-size: 1.4rem;
	display: block;
	margin-bottom: 12px;
	text-decoration: none;
	color: #1f5ead;
}
.a_d__address {
	font-size: 1.2rem;
	line-height: 1.1;
	margin-bottom: 5px;
}
.a_d__time {
	font-size: 1.2rem;
	line-height: 1.1;
}
/* resp
===================================*/
@media (max-width: 991px) {
	.a_d__item {
		height: 150px;
	}
}
@media (max-width: 767px) {
	.a_d {
		display: none;
	}
}
