@charset "UTF-8";
/*------------------------------------------------------------section*/
/*section01*/
#sec01 h4 {
	text-align: center;
	margin-bottom: 20px;
}
/*section02*/
#sec02 h4 {
	text-align: center;
	margin-bottom: 20px;
}
#sec02 ul li {
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #3366FF;
}
#sec02 ul li dl dt {
	font-size: 16px;
	color: #3366FF;
	margin-bottom: 5px;
}
#sec02 ul li dl dt + dd {
	margin-bottom: 10px;
}
#sec02 ul li dl dd a {
	color: #3366FF;
	border: 1px solid #3366FF;
	display: inline-block;
	border-radius: 4px;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 25px;
	transition: all .5s;
}
#sec02 ul li dl dd a:hover {
	opacity: 0.5;
}
@media print, screen and (min-width:768px) {
#sec02 ul li {
	border-top: 1px solid #3366FF;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 0;
	border-bottom: none;
	float: left;
	width: 30%;
	margin-right: 5%;
}
#sec02 ul li:nth-child(3n) {
	margin-right: 0;
}
#sec02 ul li dl dt {
	font-size: 20px;
}
#sec02 ul li dl dd a {
	font-size: 16px;
}
}
@media print, screen and (min-width:992px) {
#sec02 h4 {
	margin-bottom: 40px;
}
#sec02 ul {
	margin-bottom: 40px;
}
#sec02 ul li dl dt {
	font-size: 23px;
}
}
@media print, screen and (min-width:1200px) {
#sec02 ul li dl dt {
	font-size: 25px;
}
}
/*section03*/
#sec03 h4 {
	text-align: center;
	margin-bottom: 20px;
}
#sec03 ul li {
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #3366FF;
}
#sec03 ul li dl dt {
	font-size: 16px;
	color: #3366FF;
	margin-bottom: 5px;
}
#sec03 ul li dl dd {
	line-height: 180%;
}
#sec03 ul li dl dt + dd {
	margin-bottom: 10px;
}
#sec03 ul li dl dd a {
	color:#3366FF;
	border: 1px solid #3366FF;
	display: inline-block;
	border-radius: 4px;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 25px;
	transition: all .5s;
}
#sec03 ul li dl dd a:hover {
	opacity: 0.5;
}
@media print, screen and (min-width:768px) {
#sec03 ul li {
	border-top: 1px solid #3366FF;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 0;
	border-bottom: none;
	float: left;
	width: 30%;
	margin-right: 5%;
}
#sec03 ul li:nth-child(3n) {
	margin-right: 0;
}
#sec03 ul li dl dt {
	font-size: 20px;
}
#sec03 ul li dl dd a {
	font-size: 16px;
}
}
@media print, screen and (min-width:992px) {
#sec03 h4 {
	margin-bottom: 40px;
}
#sec03 ul {
	margin-bottom: 40px;
}
#sec03 ul li dl dt {
	font-size: 23px;
}
}
@media print, screen and (min-width:1200px) {
#sec03 ul li dl dt {
	font-size: 25px;
}
}