a.linkno{
pointer-events: none;
}
h2.section__heading {
	background: #0057B8;
	color: #fff;
}
/*.newsList__text a {
	display: flex;
	flex-wrap: wrap;
}*/
#tourSection .tour-point {
	font-size: .9em;
}
.tour-title {
	font-weight: bold;
}
.tour-price {
	color: #e00;
	font-weight: bold;
	margin-left: auto;
}
.tourList {
	display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  align-items: flex-start;
}
.tourList li {
	width: 100%;
}
#tourSection .newsList__item:last-child {
	border-bottom: solid 1px #888;
}

.tourList:empty::before {
	content: "今週の新聞掲載はありません。";
	font-size: 1.2em;
	text-align: center;
	width: 100%;
}

.newsList__item {
	position: relative;
	padding-left: 2em;
}
.int::before {
	content: '海外';
	background: #2488ff;
	color: #fff;
	text-align: center;
	writing-mode: vertical-rl;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
}
.dom::before {
	content: '国内';
	background: #47c40c;
	color: #fff;
	text-align: center;
	writing-mode: vertical-rl;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
}
.nav-link ul {
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	max-width: 960px;
	margin: 2em auto;
}
.nav-link ul li {
	margin: 0.5em;
}
.nav-link ul li a {
	display: block;
	background: #999;
	color: #fff;
	border-radius: 20px;
	text-decoration: none;
	padding: 0.5em 1em;
}
.nav-link ul li a:hover,
.nav-link ul li a.active {
	background: #0057B8;
}
.headfoot-is-pc .contact-tel-box.section-box {
	width: 960px;
	margin: auto;
}
.newsList__tag {
	width: 12em;
}

/* タブレット以下用 */
.headfoot-is-sp .section__container {
	width: 100%!important;
}
.headfoot-is-sp .contact-tel-box.section-box {
	display: none;
}
.headfoot-is-sp .newsList__text a {
	display: flex;
	flex-wrap: wrap;
}