
.p-outline {
	position: relative;
	z-index: 5;
	/* margin-top: -8rem !important; */
}

.p-outline__content {
	border: solid 1px #000;
	text-align: center;
	margin: 10rem auto 10rem auto!important;
	max-width: 95%;
	position: relative;
}

.p-outline__content a:hover{
	opacity: 0.6;
	transition: .5s;
}

.p-outline__ttl {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #000;
	font-size: 5rem;
	line-height: 0;
	padding:4rem 0;
	letter-spacing: 0.8rem;
	overflow-wrap:  break-word;
	line-height: 6.5rem;
}

.p-outline__txt {
	display: flex;
	align-items: flex-start;
	padding: 40px 0;
	border-bottom: solid 1px #000;
	max-width: 90%;
	margin: 0 auto;
	font-feature-settings: "pkna" 1;
}

.p-outline__txt2 {
	float: left;
	width: 26%;
	min-width: 26%;
	line-height: 2.5rem !important;
	margin-top: 0.8rem;
}

.p-outline__txt p small{
	line-height: 2.5rem;
	padding-top: 1rem;
}

.p-outline__txt p{
	font-size: 2rem;
}

.p-outline__txt3 {
	font-size: 2.5rem !important;
	line-height: 3rem;
}

.p-outline__txt4 {
	display: block;
	padding: 40px 0;
	border-bottom: solid 1px #000;
	max-width: 90%;
	margin: 0 auto;
	font-feature-settings: "pkna" 1;
	font-size: 2rem;
}

.p-outline__txt a{
	color: #ec6c00;
}

.p-outline__txt a:hover{
	opacity: 0.6;
	transition: .5s;
}

.p-outline__txt p{
	text-align: left;
	line-height: 4rem;
}

.p-outline__txt small {
	display: block;
}

.noborder{
	border: none !important;
}

.fw_b {
	font-weight: 700;
	font-size: 16px;
}

.f-16{
	font-size: 16px;
}

.p-outline__txt .tlink {
	color: #0000EE;
	font-size: 14px;
	text-decoration: underline;
}

.ticket_bt img{
	width: 330px;
	height: auto;
}
.p-news-detail {
	padding: 0 10%;
	width: 100%;
}
.page-top {
	transition: all 0.65s;
	opacity: 0;
}
.page-top.isActive {
	transition: all 0.65s;
	opacity: 1;
}


@media (min-width: 768px) {

	.p-outline {
		padding: 0 8vw 8vw;
		padding-bottom: 0;
		margin-top: 0;
	}

	.p-outline__content {
		padding: 45px 10px;
		position: relative;
		margin: 0 15%;
	}

	.p-outline__txt {
		font-size: 16px;
	}
		
	.p-outline__txt .small {
		font-size: 14px;
	}

}

@media (max-width: 767px) {

	.p-outline__content {
		max-width: 100%;
		width: 100%;
		/* border-radius: 10px; */
		padding: 2.8rem 0.6rem;
		text-align: center;
	}

	.p-outline__ttl {
		font-size: 5rem;
		margin: 2rem auto;
		padding:4rem 0 0 0;
	}

	.p-outline__txt p{
		line-height: 4rem;
		text-align: center !important;
		font-size: 2.8rem;
	}
		
	.p-outline__txt p small{
		line-height: 4rem;
	}

	.p-outline__txt {
		display: block;
		color: #4a4a4a;
		padding: 40px 0;
		border-bottom: dotted 2px #3333;
		max-width: 80%;
		margin: 0 auto;
	}
		
	.p-outline__txt2 {
		float: none !important;
		padding: 2rem 0;
		font-weight: bold;
		min-width: 90%;
		margin: 0 auto;
		line-height: 4rem !important;
	}
		
	.p-outline__txt3{
			font-size: 4.2rem;
		line-height: 6rem !important;
		text-align: center !important;
		}
		
	.p-outline__txt a{
		float: none;
		display: inline-flex;
		margin: 2rem auto;
		justify-content: center;
	}
	
	.p-outline__txt b{
		font-weight: normal;
	}

}
