@charset "UTF-8";

section {
	width: 1024px;
	margin: 0 auto;
}

article h2 {
	padding: 50px 0 50px 50px;
	background-color: #9460a0;
	color: #FFF;
	margin: 0;
}

article nav {
	border-bottom: solid 1px #CCC;
	padding: 15px 0;
	margin-bottom: 80px;
}

article nav ol {
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	font-size: 0.9em;
}

article nav ol li {
	display: inline;
}

article nav ol li:after {
	content: ">";
	padding: 0 .2em;
}

article nav ol li:last-child:after {
	content: "";
}

article nav ol li a {
	color: #1a0dab;
	text-decoration: none;
}

article nav ol li a:hover {
	text-decoration: underline;
}

.koukai h3 {
	position: relative;
	padding: 5px 0 5px 10px;
	border-left: 6px solid #ccc;

}

.koukai h3:before {
	position: absolute;
	left: -6px;
	bottom: 0;
	content: '';
	width: 6px;
	height: 50%;
	background-color: #9460a0;
}

.koukai h3:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}

.koukai h5 {
	position: relative;
	margin-left: 20px;
	padding: 5px 0 5px 10px;
	border-left: 6px solid #ccc;

}

.koukai h5:before {
	position: absolute;
	left: -6px;
	bottom: 0;
	content: '';
	width: 6px;
	height: 50%;
	background-color: #3498db;
}


.s-list {
	margin-bottom: 300px;
}

.s-list ul li {
	position: relative;
	padding-left: 25px;
	list-style-type: none;
	line-height: 2;
}

.s-list ul li:before {
	content: "";
	position: absolute;
	top: .4em;
	left: -3px;
	width: 18px;
	height: 18px;
/*	border-top: 2px solid #fff;
	border-right: 2px solid #fff;*/
	border-radius: 50%;
	background-color: #9460a0;
}

.s-list ul li:after {
	content: "";
	position: absolute;
	top: .8em;
	left: 2px;
	transform: rotate(45deg);
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

.koukai ul {
	list-style-type: none;
}

.koukai ul li {
	line-height: 2;
	background-image: url(../img/banner/PDF_24.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 30px;
}

.koukai ul li.nendo {
	background-image: none;
	padding-left: 0;
}


/*------------画面サイズ------------*/
@media only screen and (max-width:1024px) {

	section {
		width: auto;
		margin: 0;
		padding: 0 50px;
	}

	article nav ol {
		width: auto;
		padding-left: 20px;
	}

	article nav {
		margin-bottom: 50px;
	}
	
}

@media only screen and (max-width:599px) {
	
	article h2 {
	padding: 50px 0 50px 25px;
	}

	article nav {
		margin-bottom: 40px;
	}
	
	.s-list {
		padding-left: 0px;
	}
	
	.koukai {
		padding-left: 15px;
	}
	
	.koukai ul {
		padding-left: 30px;
	}
	
	.koukai ul li {
		line-height: 1.5;
		padding: 5px 0 5px 30px;
	}
	
}