/* News */
#content .col-main .tour + .tour {
	margin-top: 100px;
}
#content .col-main .tour .title {
	font-size: 2.2rem;
	line-height: 136.363%;
	border-bottom: 3px #000 solid;
	padding-bottom: 20px;
}
#content .col-main .tour > .note {
	font-size: 1.4rem;
	line-height: 171.428%;
	margin-top: 20px;
}
#content .col-main .tour > .note img {
	max-width: 100%;
	height: auto;
}
#content .col-main .tour-list li {
	display: flex;
	margin-top: 50px;
	background: url(/asset/img/bg-dotline.png) repeat-x left bottom;
	padding-bottom: 30px;
}
#content .col-main .tour-list .description {
	font-weight: bold;
	font-size: 1.6rem;
	width: 32.142%;
	line-height: 175%;
}
#content .col-main .tour-list .detail {
	width: 67.858%;
	font-size: 1.4rem;
	line-height: 171.428%;	
}

#content .col-main .tour > .note a,
#content .col-main .tour-list a {
	color: #a90101;
}

