@charset "UTF-8";



	
/* contents
------------------------------ */
#contents .cell {
	margin-bottom: 80px;
}
#contents .cell:nth-last-child(1) {
	margin-bottom: 0;
}
	#contents .cell h2 {
		font-size: 2.6rem;
		font-weight: 700;
		line-height: 1.3em;
		margin-bottom: 20px;
	}

	#contents .cell .txt {
		margin-top: 12px;
		margin-bottom: 12px;
	}
	#contents .cell .txt:nth-last-child(1) {
		margin-bottom: 0;
	}
	#contents .cell.last .txt {
		text-align: right;
	}

	#contents .cell ol {
		padding-left: 20px;
	}
		#contents .cell ol li {
			font-size: 1.6rem;
			line-height: 1.8em;
			margin-bottom: 6px;
		}
		#contents .cell ol li:nth-last-child(1) {
			margin-bottom: 0;
		}
			#contents .cell ol li ol li {
				list-style: circle;
				margin-bottom: 3px;
			}

	#contents .cell .row {
		padding-top: 30px;
		margin-top: 30px;
		border-top: dashed 1px #ddd;
	}
		#contents .cell .row h3 {
			font-size: 2.0rem;
			font-weight: 700;
			line-height: 1.3em;
			margin-bottom: 12px;
		}
@media screen and (max-width: 1024px) {
	#contents .cell {
		margin-bottom: 8vw;
	}
		#contents .cell h2 {
			font-size: 2.6vw;
			margin-bottom: 2vw;
		}

		#contents .cell .txt {
			margin-top: 1.2vw;
			margin-bottom: 1.2vw;
		}

		#contents .cell ol {
			padding-left: 2vw;
		}
			#contents .cell ol li {
				font-size: 1.6vw;
				margin-bottom: 0.6vw;
			}
				#contents .cell ol li ol li {
					margin-bottom: 0.3vw;
				}

		#contents .cell .row {
			padding-top: 3vw;
			margin-top: 3vw;
		}
			#contents .cell .row h3 {
				font-size: 2.0vw;
				margin-bottom: 1.2vw;
			}
}
@media screen and (max-width: 767px) {
	#contents .cell {
		margin-bottom: 12vw;
	}
		#contents .cell h2 {
			font-size: 4.8vw;
			margin-bottom: 4vw;
		}

		#contents .cell .txt {
			margin-top: 4vw;
			margin-bottom: 4vw;
		}

		#contents .cell ol {
			padding-left: 4.5vw;
		}
			#contents .cell ol li {
				font-size: 3.8vw;
				margin-bottom: 1.2vw;
			}
				#contents .cell ol li ol li {
					margin-bottom: 0.8vw;
				}

		#contents .cell .row {
			padding-top: 6vw;
			margin-top: 6vw;
		}
			#contents .cell .row h3 {
				font-size: 4.0vw;
				margin-bottom: 1.7vw;
			}
}



	



	



	



	



	



	



	



	