@charset "UTF-8";



#mainTitle {
	margin-bottom: 60px;
	line-height: 1;
	padding-top: 100px;
}
	#mainTitle p img {
		width: 260px;
		height: auto;
	}
		#mainTitle h2 {
			font-weight: 700;
			font-size: 2rem;
		}




#contents {
	float: left;
	width: 100%;
	max-width: 810px;
}
	#contents h3 {
		font-size: 2.4rem;
		font-weight: 700;
		margin-bottom: 30px;
		color: #459e58
	}
	#contents h3 span {
		font-size: 1.6rem;
		font-weight: 500;
		display: block;
	}

	#contents dl {
		border-radius: 10px;
		background: #FFF url("../common/img/arrow.svg") no-repeat 97% center;
		background-size: 7px;
		padding: 30px;
		margin-bottom: 10px;
	}
		#contents dl dt {
			font-size: 1.4rem;
			margin-bottom: 10px;
		}
		#contents dl dd {
		}
			#contents dl dd a {
				color: #459e58;
			}





#contents .cell {
	border-top: solid 1px #d7d7d8;
	padding: 30px 0;
}
	#contents .cell p {
		margin-bottom: 20px;
	}
	#contents .cell img {
		width: 100%;
		height: auto;
	}
	#contents .cell .pht {
		margin-bottom: 30px;
	}


#rightNav {
	float: right;
	width: 330px;
}
	#rightNav dl {
		border-top: solid 1px #c6c6c6;
		margin-bottom: 20px;
		padding: 30px 0;
	}
		#rightNav dl dt {
			font-weight: 700;
			color: #459e58;
			font-size: 2rem;
			margin-bottom: 10px;
		}


#contents .btn {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	text-align: center;
	background: #FFF;
	color: #000;
	font-size: 1.4rem;
	padding: 10px 0;
}


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



}





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

#mainTitle {
	margin-bottom: 5%;
	line-height: 1;
	padding-top: 30px;
}
	#mainTitle p img {
		width: auto;
		height: 80px;
	}
		#mainTitle h2 {
			font-weight: 700;
			font-size: 1.6rem;
		}




#contents {
	float: none;
	width: 100%;
	max-width: 810px;
}
	#contents h3 {
		font-size: 2rem;
		font-weight: 700;
		margin-bottom: 30px;
		color: #459e58
	}
	#contents h3 span {
		font-size: 1.6rem;
		font-weight: 500;
		display: block;
	}

	#contents dl {
		border-radius: 10px;
		background: #FFF url("../common/img/arrow.svg") no-repeat 97% center;
		background-size: 7px;
		padding: 30px 30px 30px 20px;
		margin-bottom: 10px;
	}
		#contents dl dt {
			font-size: 1.4rem;
			margin-bottom: 10px;
		}
		#contents dl dd {
		}
			#contents dl dd a {
				color: #459e58;
			}





#contents .cell {
	border-top: solid 1px #d7d7d8;
	padding: 30px 0;
}
	#contents .cell p {
		margin-bottom: 20px;
	}
	#contents .cell img {
		width: 100%;
		height: auto;
	}
	#contents .cell .pht {
		margin-bottom: 30px;
	}


#rightNav {
	margin-top: 10%;
	float: none;
	width: 100%;
}
	#rightNav dl {
		border-top: solid 1px #c6c6c6;
		margin-bottom: 20px;
		padding: 30px 0;
	}
		#rightNav dl dt {
			font-weight: 700;
			color: #459e58;
			font-size: 1.6rem;
			margin-bottom: 10px;
		}


#contents .btn {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	text-align: center;
	background: #FFF;
	color: #000;
	font-size: 1.4rem;
	padding: 10px 0;
}


	

}