@charset "UTF-8";

/* pc */
@media only screen and (min-width:768px) {

	/* #page-index */
	/*--------------------------------------------------------------------------------*/
	#page-index #wrapper {
		background-color: #fff;
	}
	#page-index h1 {
		font-size: 45px;
	}
	#page-index #col1 {
		position: relative;
		max-width: 1172px;
		margin: 0 auto;
		background-color: #fff;
	}
	#page-index article {
		width: 1111px;
		font-size: 16px;
		background-color: #fff;
		margin: 0 auto;
		padding: 60px 0;
	}
	#page-index .block {
		float: left;
		width: 357px;
		min-height: 250px;
		padding: 15px 20px;
		margin: 0 20px 20px 0;
		border: 1px solid #ebebeb;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#page-index .block:nth-child(3n+1){
		margin: 0;
	}
	#page-index article section > h2 {
		margin-bottom: 30px;
	}
	#page-index article h2 {
		margin: 0 0 10px;
	}
	#page-index article h2 a {
		color: #d00235;
		font-size: 16px;
		background: url(../img/sitemap/icon_link.png) no-repeat left center;
		background-size: 13px auto;
		padding: 1px 0 0 20px;
	} 
	#page-index article ul {
		list-style: none;
		padding-left: 20px;
	}
	#page-index article li {
		font-size: 14px;
		background: url(../img/sitemap/icon_link_small.png) no-repeat left 5px;
		background-size: 5px auto;
		padding-left: 15px;
		margin-bottom: 5px;
		line-height: 1.5;
	}
	#page-index article h2 a:hover,
	#page-index article li a:hover {
		text-decoration: underline;
	}
}

/* sp */
@media only screen and (max-width:767px) {

	/* #page-index */
	/*--------------------------------------------------------------------------------*/
	#page-index h1 {
		font-size: 2rem;
	}
	#page-index article {		
		border-top: 4px solid #d00235;
		box-shadow: 0 -4px #fff;
		margin-top: 4px;
	}
	#page-index section {
		width: 90%;
		font-size: 1.4rem;
		margin: 0 auto;
		padding: 30px 0;
	}
	#page-index article h2 {
		font-size: 1.3rem;
		padding: 25px 0 20px;
	}
	#page-index .block {
		margin-top: 20px;
		border-top: 1px solid #ebebeb;
	}
	#page-index .block:last-child {
		padding-top: 25px;
	}
	#page-index section > h2 { border: none; margin: 0; padding-top: 15px;}
	#page-index article h2 a {
		color: #d00235;
		background: url(../img/sitemap/icon_link.png) no-repeat left center;
		background-size: 9px auto;
		padding: 1px 0 0 15px;
	}
	#page-index ul {
		list-style: none;
		padding-left: 15px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#page-index li {
		font-size: 1.3rem;
		line-height: 1.7;
		background: url(../img/sitemap/icon_link_small.png) no-repeat left 5px;
		background-size: 5px auto;
		padding-left: 15px;
		margin-bottom: 5px;
	}
}