#page3 .content-header {
	margin: 14.5rem 0 3.8rem;
}
#page3 .text-area .text {
	margin-bottom: 2.2rem;
	color: #0C67B5;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.7;
}
#page3 .text-area .text-list {
	padding: 0;
	display: flex;
}
#page3 .text-area .text-list li {
	padding: 0 2rem;
	width: 21%;
	box-sizing: border-box;
}
#page3 .text-area .text-list li:not(:last-of-type) {
	border-right: 1px dashed #5098D6;
}
#page3 .text-area .text-list li:first-of-type {
	padding-left: 0;
	width: 18.5%;
}
#page3 .text-area .text-list li:last-of-type {
	padding-right: 0;
	width: 18.5%;
}
#page3 .text-area .text-list li .ttl {
	margin-bottom: 1rem;
	padding: 0.7rem 0 0.8rem;
	font-size: 2.2rem;
	color: #FFF;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	background-color: #0C67B5;
	border-radius: 6px;
}
#page3 .text-area .text-list li .ttl01 {
	background-color: #FFD800;
}
#page3 .text-area .text-list li .ttl02 {
	background-color: #00B277;
}
#page3 .text-area .text-list li .ttl03 {
	background-color: #FE8A86;
}
#page3 .text-area .text-list li .ttl04 {
	background-color: #FD5400;
}
#page3 .text-area .text-list li .txt {
	margin-bottom: 0;
	color: #333333;
	font-size: 1.3rem;
	line-height: 1.75;
}
#page3 .text-area .text-list li .link a {
	padding: 0.9rem 0;
	display: block;
	color: #5098D6;
	font-size: 1.5rem;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	border: 2px solid #5098D6;
	border-radius: 5rem;
	background: url("../img/common/icon02.png") no-repeat right 1.2rem center / 0.7rem;
	transition: 0.7s;
}
#page3 .text-area .text-list li .link a:hover {
	color: #FFF;
	background: #5098D6 url("../img/common/icon13.png") no-repeat right 1.2rem center / 0.7rem;
}
@media all and (max-height: 799px) {
	#page3 .content-header {
		margin: 17.5vh auto 2vh;
	}
}
@media all and (max-width: 1200px) {
	#page3 .text-area .text {
		margin-bottom: 8px;
		font-size: 1.6rem;
	}
}
@media screen and (orientation:landscape) and (max-width: 1200px) and (max-height: 799px) {
	section .content-header {
		margin: 17.5vh auto 2vh;
	}
}
@media screen and (orientation:landscape) and (max-width: 896px) {
	#page3 .content-header {
		margin: 3rem 0 3.8rem!important;
	}
	section .text-area {
		padding: 3rem 3.5rem 3rem;
	}
	#page3 .text-area .text {
		font-size: 2.1rem;
		line-height: 1.6;
	}
	#page3 .text-area .text-list li .ttl {
		font-size: 2.2rem;
	}
	#page3 .text-area .text-list li .txt {
		font-size: 1.9rem;
		line-height: 1.55;
	}
	#page3 .text-area .text-list li .link a {
		font-size: 2rem;
	}
}
@media screen and (orientation:portrait) and (max-width: 896px) {
	#page3.index-a .content-header {
		margin: 30px 0;
	}
	#page3 .content-header {
		margin: 30px 0;
	}
	#page3 .text-area .text {
		margin-bottom: 15px;
		font-size: 1rem;
	}
	#page3 .text-area .text-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#page3 .text-area .text-list li {
		padding: 0;
		width: auto
	}
	#page3 .text-area .text-list li:first-of-type {
		padding-left: 0;
		width: 100%;
	}
	#page3 .text-area .text-list li:last-of-type {
		padding-right: 0;
		width: 100%;
	}
	#page3 .text-area .text-list li:not(:last-of-type) {
		border-right: 0;
		margin-bottom: 10px;
	}
	#page3 .text-area .text-list li .ttl {
		margin-bottom: 13px;
		padding: 5px 0;
		font-size: 2rem;
	}
	#page3 .text-area .text-list li .txt {
		margin-bottom: 10px;
		font-size: 1rem;
	}
	#page3 .text-area .text-list li .ttl {
		font-size: 1.4rem;
	}
	#page3 .text-area .text-list li .link a {
		font-size: 1.4rem
	}
}
@media all and (max-width: 374px) {
}










