@charset "UTF-8";
/* CSS Document */

#contents h1 { background-image: url(../img/index_title.jpg); }

/* PC
------------------------------------------------------------------------------------*/
@media(min-width:768px) {
	
	#contentsInner > p:first-child { margin-top: 36px; }
	
	#contentsInner section h2 {
		border-bottom: #aad88e solid 1px;
		color: #009f41;
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 100%;
		text-align: center;
		margin: 64px 0px -4px;
		padding-bottom: 18px;
	}
	
	#contentsInner section ul li {
		background: url(../../common/img/icon_list.png) 0px 3px no-repeat;
		background-size: 16px;
		margin-left: -2px;
		padding-left: 24px;
	}
	
	/* section1 */
	#contentsInner section:nth-of-type(1) h3 {
		border-left: #009f41 solid 4px;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 100%;
		margin: 36px 0px 20px 0px;
		padding-left: 16px;
	}
	
	#contentsInner section:nth-of-type(1) ol li span {
		color: #009f41;
		padding-right: 4px;
	}
	
	/* section2 */
	#contentsInner section:nth-of-type(2) ol { margin-top: 32px; }
	#contentsInner section:nth-of-type(2) ol li {
		background: none;
		padding-left: 0px;
	}
	
	#contentsInner section:nth-of-type(2) ol li span {	
		color: #009f41;
		padding-right: 4px;
	}
	
	#contentsInner section:nth-of-type(2) ol li li {
		list-style: disc;
		margin-left: 36px;
		padding: 0px;
	}
	
	/* section3 */
	#contentsInner section:nth-of-type(3) { margin-top: -4px; }
	#contentsInner section:nth-of-type(3) p:nth-of-type(1)  { margin: 28px 0px; }
	
	#contentsInner section:nth-of-type(3) p:nth-of-type(2) { background-image: url(../img/activities_img01.jpg); }
	#contentsInner section:nth-of-type(3) p:nth-of-type(3) { background-image: url(../img/activities_img02.jpg); }
	#contentsInner section:nth-of-type(3) p:nth-of-type(4) { background-image: url(../img/activities_img03.jpg); }
	
	#contentsInner section:nth-of-type(3) p:nth-of-type(2),
	#contentsInner section:nth-of-type(3) p:nth-of-type(3),
	#contentsInner section:nth-of-type(3) p:nth-of-type(4) {
		width: 294px;
		height: 92px;
		background-position: center 32px;
		background-repeat: no-repeat;
		background-size: 80px;
		border: #ddd solid 1px;
		text-align: center;
		margin: 0px 16px 0px 0px;
		padding: 168px 10px 28px;
		float: left;
	}
	#contentsInner section:nth-of-type(3) p:last-of-type { margin-right: 0px; }
	
	#contentsInner section:nth-of-type(3) ul {
		padding-top: 28px;
		clear: both;
	}
	
	/* section4 */
	#contentsInner section:nth-of-type(4) { margin-top: -4px; }
	#contentsInner section:nth-of-type(4) p:nth-of-type(1)  { margin: 28px 0px; }
	#contentsInner section:nth-of-type(4) img { margin-top: 28px; }
	
	/* section5 */
	#contentsInner section:nth-of-type(5) ul { margin: 28px 0px -4px; }
	
	/* subNav */
	#contentsInner #subNav { margin-top: 64px; }	
	
	#contentsInner #subNav li {
		width: 316px;
		height: 100px;
		background-repeat: no-repeat;
		background-size: cover;
		margin-right: 16px;
		float: left;
	}	
	#contentsInner #subNav li:nth-of-type(1) { background-image: url(../img/index_subNav01_pc.jpg); }
	#contentsInner #subNav li:nth-of-type(2) { background-image: url(../img/index_subNav02_pc.jpg); }
	#contentsInner #subNav li:nth-of-type(3) { background-image: url(../img/index_subNav03_pc.jpg); margin-right: 0; }
	
	#contentsInner #subNav li a {
		width: 316px;
		height: 60px;
		background: url(../../common/img//icon_triangleB.png) 296px 79px no-repeat , url(../../common/img/filterB.png) repeat;
		background-size: 10px , auto;
		color: #fff;
		font-size: 20px;
		font-size: 2rem;
		line-height: 100%;
		text-align: center;
		text-decoration: none;
		display: block;
		padding-top: 40px;
		font-family: 'Montserrat', sans-serif;
	}
	
	#contentsInner #subNav li a span {
		font-family: 'Montserrat', sans-serif;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 100%;
		display: block;
		margin-top: 10px;
	}
	
	#contentsInner #subNav li a:hover,
	#contentsInner #subNav #subNavCurrent a {
		background: url(../../common/img/icon_triangleB.png) 296px 79px no-repeat ,  url(../../common/img/filterW.png) repeat;
		background-size: 10px , auto;
		color: #000;
	}
	
}
	
	
/* スマホ
------------------------------------------------------------------------------------*/
@media(max-width:767px) {	

	#contentsInner > p:first-child { margin:20px 0px 16px; }
	
	#contentsInner section h2 {
		border-bottom: #aad88e solid 1px;
		color: #009f41;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 24px;
		line-height: 2.4rem;
		text-align: center;
		margin: 29px 0px -4px;
		padding-bottom: 16px;
	}
	
	#contentsInner section ul li {
		background: url(../../common/img/icon_list.png) 0px 4px no-repeat;
		background-size: 12px;
		margin-bottom: 8px;
		padding-left: 18px;
	}
	
	/* section1 */
	#contentsInner section:nth-of-type(1) h3 {
		border-left: #009f41 solid 4px;
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 100%;
		margin: 16px 0px 12px 0px;
		padding-left: 12px;
	}
	
	#contentsInner section:nth-of-type(1) ol { padding-left: 14px; }
	#contentsInner section:nth-of-type(1) ol li { text-indent: -14px; }	
	#contentsInner section:nth-of-type(1) ol li span {
		color: #009f41;
		padding-right: 4px;
	}
	
	/* section2 */
	#contentsInner section:nth-of-type(2) ol {
		margin-top: 16px;
		padding-left: 14px;
	}
	
	#contentsInner section:nth-of-type(2) ol li {
		background: none;
		text-indent: -14px;
		padding-left: 0px;
	}
	
	#contentsInner section:nth-of-type(2) ol li span {	
		color: #009f41;
		padding-right: 4px;
	}
	
	#contentsInner section:nth-of-type(2) ol li li {
		text-indent: 0px;
		list-style: disc;
		margin-bottom: 0px;
		margin-left: 18px;
		padding: 0px;
	}
	
	/* section3 */
	#contentsInner section:nth-of-type(3) { margin-top: -4px; }
	#contentsInner section:nth-of-type(3) p:nth-of-type(1)  { margin: 12px 0px; }
	
	#contentsInner section:nth-of-type(3) p:nth-of-type(2) { background-image: url(../img/activities_img01.jpg); }
	#contentsInner section:nth-of-type(3) p:nth-of-type(3) { background-image: url(../img/activities_img02.jpg); }
	#contentsInner section:nth-of-type(3) p:nth-of-type(4) { background-image: url(../img/activities_img03.jpg); }
	
	#contentsInner section:nth-of-type(3) p:nth-of-type(2),
	#contentsInner section:nth-of-type(3) p:nth-of-type(3),
	#contentsInner section:nth-of-type(3) p:nth-of-type(4) {
		height: 56px;
		background-position: 12px 12px;
		background-repeat: no-repeat;
		background-size: 52px;
		border: #ddd solid 1px;
		margin-bottom: 12px;
		padding: 36px 8px 0px 82px;
	}
	#contentsInner section:nth-of-type(3) p:nth-of-type(2) {
		height: 80px;
		padding-top: 12px;
	}
	
	/* section4 */
	#contentsInner section:nth-of-type(4) { margin-top: -4px; }
	#contentsInner section:nth-of-type(4) p:nth-of-type(1)  { margin: 12px 0px 8px; }
	#contentsInner section:nth-of-type(4) img { margin-top: 12px; }
	
	/* section5 */
	#contentsInner section:nth-of-type(5) ul { margin: 12px 0px -4px; }
	
	/* subNav */
	#contentsInner #subNav { margin-top: 32px; }	
	
	#contentsInner #subNav li {
		width: 100%;
		height: 95px;
		background-repeat: no-repeat;
		background-size: cover;
		margin-bottom: 10px;
	}
	#contentsInner #subNav li:nth-of-type(1) { background-image: url(../img/index_subNav01_sp.jpg); }
	#contentsInner #subNav li:nth-of-type(2) { background-image: url(../img/index_subNav02_sp.jpg); }
	#contentsInner #subNav li:nth-of-type(3) { background-image: url(../img/index_subNav03_sp.jpg); }
	#contentsInner #subNav li:nth-of-type(4) { background-image: url(../img/index_subNav04_sp.jpg); }
	
	#contentsInner #subNav li a {
		width: 100%;
		height: 55px;
		background: url(../../common/img/icon_triangleB.png) 96.5% 88% no-repeat , url(../../common/img/filterB.png) repeat;
		background-size: 8px , auto;
		color: #fff;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 100%;
		text-align: center;
		text-decoration: none;
		display: block;
		padding-top: 40px;
		font-family: 'Montserrat', sans-serif;
	}
	
	#contentsInner #subNav li a span {
		font-family: 'Montserrat', sans-serif;
		font-size: 8px;
		font-size: 0.8rem;
		line-height: 100%;
		display: block;
		margin-top: 10px;
	}
	
	#contentsInner #subNav #subNavCurrent a {
		background: url(../../common/img/icon_triangleB.png) 96.5% 88% no-repeat ,  url(../../common/img/filterW.png) repeat;
		background-size: 10px , auto;
		color: #000;
	}
	
}