@charset "UTF-8";
.visual {
	background-image: url(../jpg/pt-main-transport-opening%402x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 41.3vw;
	max-height: 660px;
	margin-bottom: 0;
}
.opera {
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
	z-index: 1;
}
.opera::before {
	content: "";
	display: block;
	width: 100vw;
	height: 100%;
	background-color: #DB3333;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
}
.opera_inner {}
.opera_title {
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
	text-align: center;
}
.opera_listWrap {
	background-color: #fff;
	padding: 22px;
}
.opera_list {
	list-style: none;
	max-width: 945px;
	margin: 0 auto;
}
.opera_list > li {
	font-size: 93%;
	font-weight: bold;
	position: relative;
	z-index: 1;
	padding-left: 14px;
	margin-top: 7px;
}
.opera_list > li::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background-color: #DB3333;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	top: calc(0.8em - 3px);
	left: 0;
}
.opera_list > li:first-child {
	margin-top: 0;
}
.opera_list > li:last-child {}
.opera_list > li:nth-child(2n+1) {}
.opera_list > li:nth-child(n+3) {}
.intro {}
.intro_inner {}
.intro_title {}
.intro_areaTxt {
	max-width: 945px;
	margin: 0 auto 80px;
}
.intro_text {
	margin-bottom: 35px;
}
.intro_text:last-child {
	margin-bottom: 0;
}
.intro_image {
	margin-bottom: 80px;
}
.intro_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
@media screen and (min-width:1000px) {}
@media screen and (max-width:999px) {
	.visual {}
	.opera {
		padding-top: 25px;
		padding-bottom: 30px;
	}
	.opera_inner {}
	.opera_title {
		font-size: 22px;
		margin-bottom: 15px;
	}
	.opera_listWrap {
		padding: 20px 15px;
	}
	.opera_list {}
	.opera_list > li {}
	.opera_list > li::before {}
	.opera_list > li:first-child {}
	.opera_list > li:last-child {}
	.opera_list > li:nth-child(2n+1) {}
	.opera_list > li:nth-child(n+3) {}
	.intro {}
	.intro_inner {}
	.intro_title {}
	.intro_areaTxt {
		margin-bottom: 50px;
	}
	.intro_text {
		margin-bottom: 25px;
	}
	.intro_text:last-child {}
	.intro_image {
		margin-bottom: 55px;
	}
	.intro_image > img {}
}
@media screen and (max-width:699px) {
	.visual {}
	.opera {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.opera_inner {}
	.opera_title {
		font-size: 16px;
		margin-bottom: 12px;
	}
	.opera_listWrap {
		padding: 15px 10px;
	}
	.opera_list {}
	.opera_list > li {
		padding-left: 10px;
	}
	.opera_list > li::before {
		width: 4px;
		height: 4px;
		top: calc(0.8em - 2px);
	}
	.opera_list > li:first-child {}
	.opera_list > li:last-child {}
	.opera_list > li:nth-child(2n+1) {}
	.opera_list > li:nth-child(n+3) {}
	.intro {}
	.intro_inner {}
	.intro_title {}
	.intro_areaTxt {
		margin-bottom: 25px;
	}
	.intro_text {
		margin-bottom: 15px;
	}
	.intro_text:last-child {}
	.intro_image {
		margin-bottom: 25px;
	}
	.intro_image > img {}
}
