@charset "UTF-8";

/* FONT size
---------------------------------------------------------------------
[ px ]	[ % ]
10px 	72  %		19px 	136 %
11px 	79  %		20px 	143 %
12px 	86 %		21px 	150 %
13px 	93 %		22px 	158 %
14px 	100 %		23px 	165 %
15px 	108 %		24px 	172 %
16px 	115 %		25px 	179 %
17px 	122 %		26px 	186 %
18px 	129 %
---------------------------------------------------------------------*/


#pageLink {
	background: #e7ebf1;
	padding: 30px 0;
}
	#pageLink ul {
		width: 1200px;
		margin: 0 auto;
	}
		#pageLink ul li {
			float: left;
			width: 24%;
			text-align: center;
			background: #FFF;
			margin-right: 1%;
			border-radius: 10px;
		}
		#pageLink ul li:last-child {
			margin-right: 0;
		}
		#pageLink ul li a {
			display: block;
			font-size: 1.6rem;
			font-weight: bold;
			padding: 20px 0;
			background: url("../../common/img/arrow.png") no-repeat 95% center;
		}



.title h3 strong {
	color: #ff8200;
}
	.set {
		margin-bottom: 80px;
	}
	.set p {
		font-size: 1.8rem;
	}
	.set dl {
		margin-top: 20px;
		font-size: 1.8rem;
	}
	.set dl dt {
		color: #123871;
	}
	.set dl dd {
		margin-bottom: 20px;
	}

	.set .box {
		padding: 50px;
		border:  solid 1px #ccc;
		margin-top: 30px;
	}
		.set .box p {
			font-size: 1.4rem;
			margin-top: 20px;
		}
		.set .box h4 {
			font-size: 1.6rem;
			text-align: center;
		}
	.set .textArea {
		width: 500px;
		float: left;
	}
	.set .pht {
		float: right;
	}




/* max 768px */
@media screen and (max-width: 768px) {

#pageLink {
	background: #e7ebf1;
	padding: 5%;
}
	#pageLink ul {
		width: 100%;
		margin: 0 auto;
	}
		#pageLink ul li {
			float: none;
			width: 100%;
			text-align: center;
			background: #FFF;
			margin-right: 0%;
			margin-bottom: 1%;
			border-radius: 10px;
		}
		#pageLink ul li:last-child {
			margin-bottom: 0%;
		}


	.set .textArea {
		width: 100%;
		float: none;
	}
	.set .pht {
		float: none;
	}
	.set .pht img {
		width: 100%;
		height: auto;
	}



}