#page2  {
	position: relative;
	box-sizing: border-box;
}
#page2 .content-header {
    margin: 15.1rem auto 3.1rem;
}
#page2 .com-title {
    margin-bottom: 2.1rem;
}
#page2 .imgList {
	margin-bottom: 1.7rem;
	padding: 0;
	display: flex;
	justify-content: center;
}
#page2 .imgList li {
	margin: 0 4rem;
	color: #0C67B5;
}
#page2 .imgList li .pho {
	height: 28.2rem;
}
#page2 .imgList li .ttl {
	margin: -0.4rem 0 0 4rem;
	color: #0C67B5;
	line-height: 1;
	font-size: 2.5rem;
}
#page2 .imgList li .txt {
	margin: -0.6rem 0 0 4rem;
	color: #5098D6;
	height: 9rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.65;
}
#page2 .text {
	margin: 0 2rem;
	color: #0C67B5;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.7;
	text-align: left;
}
#page2 .pager li.left {
	width: 7.8rem;
}
@media all and (max-height: 799px) {
	#page2 .content-header {
		margin: 19.5vh auto 1rem;
	}
	#page2 .imgList {
		margin-bottom: 15px;
	}
}
@media all and (max-width: 1279px) {
	#page2 .imgList li .txt {
		font-size: 2.4rem;
	}
	#page2 .text {
		margin: 0 -20px;
		font-size: 1.6rem;
	}
}
@media screen and (orientation:landscape) and (max-width: 896px) {
	#page2 .imgList li .txt {
		font-size: 3.3rem;
	}
	#page2 .content-header {
		margin: 3rem 0 3.8rem!important;
	}
	#page2 .imgList li .pho img {
		height: 100%;
		max-width: inherit;
		width: auto;
	}
	#page2 .imgList li .pho {
		margin-bottom: 3rem;
	}
	#page2 .text {
		margin: 0 -20px;
		font-size: 2.8rem;
	}
	#page2 .pager {
		top: 33%;
	}
}
@media screen and (orientation:portrait) and (max-width: 896px) {
	#page2 .content-header {
		margin: 30px auto;
		padding: 0 15px;
	}
	#page2 .imgList {
		margin-bottom: 20px;
		padding: 0;
		display: block;
	}
	#page2 .imgList li:not(:last-of-type) {
		margin-bottom: 20px;
	}
	#page2 .imgList li .pho {
		margin-bottom: 20px;
		height: auto;
	}
	#page2 .imgList li .pho img {
		margin: 0 auto;
	}
	#page2 .imgList li .ttl {
		margin: -4px 0 0;
		font-size: 2rem;
	}
	#page2 .imgList li .txt {
		margin: 24px 0 0;
		font-size: 1.3rem;
	}
	#page2 .text {
		margin: 0 20px;
		font-size: 1.3rem;
	}
}




