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



	
/* pagetitle
--------------------- */
#pagetitle {
	width: 100%;
	padding-top: 200px;
	padding-bottom: 60px;
	text-align: center;
}
	#pagetitle h1 {
		font-size: 3.0rem;
		font-weight: 700;
		line-height: 1;
		padding-bottom: 20px;
		margin-bottom: 20px;
		position: relative;
	}
	#pagetitle h1:before {
		content: "";
		width: 30px;
		height: 1px;
		background: #007F41;
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -15px;
	}

	#pagetitle p {
		font-size: 1.4rem;
		font-weight: 700;
		color: #007F41;
		line-height: 1;
	}



	
/* set
--------------------- */
.set {
	margin-bottom: 80px;
}
	.set h2 {
		font-size: 2.4rem;
		font-weight: 700;
		line-height: 1.3em;
		margin-bottom: 15px;
	}

	.set .cell {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: dashed 1px #ddd;
	}
	.set .cell:nth-last-child(1) {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
		.set .cell h3 {
			font-size: 2.0rem;
			font-weight: 700;
			line-height: 1.3em;
			color: #007F41;
			margin-bottom: 15px;
		}

		.set .cell h4 {
			font-size: 1.7rem;
			font-weight: 700;
			line-height: 1.3em;
			margin-bottom: 6px;
		}

		.set .cell .txt {
			margin-bottom: 20px;
			line-height: 1.8em;
		}
		.set .cell .txt:nth-last-child(1) {
			margin-bottom: 0;
		}
			.set .cell .txt a {
				color: #007F41;
				overflow-wrap: break-word; 
				text-decoration: underline;
			}
			.set .cell .txt a:hover {
				color: #007F41;
				text-decoration: none;
			}

		.set .cell ul {
			margin-bottom: 20px;
		}
		.set .cell ul:nth-last-child(1) {
			margin-bottom: 0;
		}
			.set .cell ul li {
				font-size: 1.6rem;
				line-height: 1.6em;
				margin: 8px 0;
				padding-left: 15px;
				position: relative;
			}
			.set .cell ul li:nth-last-child(1) {
				margin-bottom: 0;
			}
			.set .cell ul li:before {
				content: "";
				width: 8px;
				height: 8px;
				background: #007F41;
				border-radius: 50%;
				position: absolute;
				top: 9px;
				left: 0;
			}












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



	
/* pagetitle
--------------------- */
#pagetitle {
	padding-top: 150px;
	padding-bottom: 50px;
}
	#pagetitle h1 {
		font-size: 2.6rem;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	#pagetitle p {
		font-size: 1.2rem;
	}



	
/* set
--------------------- */
.set {
	margin-bottom: 70px;
}
	.set h2 {
		font-size: 2.2rem;
	}

	.set .cell {
		margin-bottom: 25px;
		padding-bottom: 25px;
	}
		.set .cell h3 {
			font-size: 1.8rem;
		}

		.set .cell h4 {
			font-size: 1.6rem;
		}

		.set .cell .txt {
			margin-bottom: 16px;
			line-height: 1.7em;
		}

		.set .cell ul {
			margin-bottom: 16px;
		}
			.set .cell ul li {
				font-size: 1.5rem;
			}
	
	
}





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



	
/* pagetitle
--------------------- */
#pagetitle {
	padding-top: 100px;
	padding-bottom: 40px;
}



	
/* set
--------------------- */
.set {
	margin-bottom: 50px;
}
	.set h2 {
		font-size: 2.2rem;
	}

	.set .cell {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
		.set .cell ul {
			margin-bottom: 16px;
		}
			.set .cell ul li {
				font-size: 1.4rem;
			}
	
	
	
}