@charset "UTF-8";

.activity {
}

.activity_item {
	padding: 40px 0;
	border-bottom: 1px dashed #ccc;
}

.activity_row {
	display: table;
	width: 100%;
	margin-top: 30px;
}

.activity_img {
	display: table-cell;
	vertical-align: top;
	width: 200px;
}

.activity_cnt {
	display: table-cell;
	vertical-align: top;
	padding-left: 30px;
}

.activity_txt {
}

.activity_subttl {
	font-weight: bold;
	line-height: 1.3;
	margin-top: 1em;
	margin-bottom: 0.4em;
}

/* All SP & Tablet */
@media screen and (max-width:1130px) {
}

/* All SP */
@media screen and (max-width:640px) {
	.activity_item:last-child {
		border-bottom: 0px;
	}

	.activity_row {
		display: block;
	}

	.activity_img {
		display: block;
		width: 100%;
		text-align: center;
	}

	.activity_cnt {
		display: block;
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
	}

}
