@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main {
	background-color: #FFFAF3;
}

#conts01 .textBox {
	margin: 25px 0 47px;
	padding: 26px 55px 29px 30px;
	border: 2px solid #eee;
	background-color: #fff;
}

#conts01 .textBox .ttl {
	margin-bottom: 3px;
	color: #333;
	font-size: 1.8rem;
}

#conts01 .textBox ul {
	text-align: center;
}

#conts01 .textBox ul li {
	margin: 0 21px;
	width: 120px;
	display: inline-block;
}

#conts01 .textBox ul li a {
	padding: 1px;
	display: block;
	color: #006837;
	font-size: 1.4rem;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.7);
	border-radius: 5px;
}

#conts01 .title {
	margin-bottom: -32px;
}

#conts01 .title span {
	padding: 4px 2px 2px;
	min-width: 120px;
	display: inline-block;
	color: #006837;
	background-color: #fff;
	font-size: 1.4rem;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.7);
	border-radius: 5px;
	text-align: center;
	box-sizing: border-box;
}


#conts01 .photo {
	margin-bottom: 26px;
	text-align: center;
}

#conts01 .textUl {
	margin-bottom: 95px;
}

#conts01 .textUl li {
	margin-bottom: 25px;
	font-size: 1.4rem;
	line-height: 1.75;
}

#conts01 .textUl li:last-child {
	margin-bottom: 0;
}

#conts01 #a03 .textUl {
	margin-bottom: 0;
}

.age #conts01 .ttlBox {
	margin-bottom: 14px;
	position: relative;
	padding: 26px 30px 0px;
	border: 2px solid #eee;
	background-color: #fff;
}

@media all and (max-width: 767px) {
	#conts01 .textBox {
		margin: 20px 0 19px;
		padding: 7px 15px 8px;
		border: 1px solid #eee;
	}

	#conts01 .textBox .ttl {
		margin-bottom: 7px;
		font-size: 1.3rem;
	}

	#conts01 .textBox ul {
		text-align: left;
	}

	#conts01 .textBox ul li {
		margin: 0 9% 0 0;
		width: 26.25%;
	}

	#conts01 .textBox ul li:last-child {
		margin-right: 0;
	}

	#conts01 .textBox ul li a {
		font-size: 1rem;
		border-radius: 3px;
		text-align: center;
		letter-spacing: -1px;
		box-shadow: 3px 3px 5px rgba(0,0,0,0.7);
	}

	#conts01 .title span {
		padding: 3px 2px 1px;
		min-width: 84px;
		font-size: 1rem;
		border-radius: 3px;
		box-shadow: 3px 3px 5px rgba(0,0,0,0.7);
	}

	#conts01 .title {
		margin-bottom: 13px;
	}

	#conts01 .photo {
		margin-bottom: 13px;
	}

	#conts01 .photo img {
		width: 60%;
	}

	#conts01 .textUl li {
		margin-bottom: 21px;
		font-size: 1.2rem;
	}

	#conts01 .textUl {
		margin-bottom: 55px;
	}

	#conts01 #a02 .title {
		margin-bottom: 19px;
	}

	#conts01 #a02 .photo {
		margin-bottom: 46px;
	}

	#conts01 #a02 .photo img {
		width: 68%;
	}

	#conts01 #a03 .title {
		margin-bottom: -4px;
	}

	#conts01 #a03 .photo {
		margin-bottom: 24px;
	}

	#conts01 #a03 .photo img {
		width: 65%;
	}
}
