@charset "utf-8";

.contents {
	text-align: left;
}

.setsumei {
	clear: both;
	background-color: #efefef;
	padding: 2em;
	text-align: left;
	line-height: 155%;
}

.setsulist {
	text-indent: -1em;
	margin: 0 0 0 1em;
}
.setsulist li {
	margin: 0 0 10px 0;
}

.planbg {
	margin: 1em 0;
	text-align: center;
	padding:1em;
}
.planbg .images {
	border: 1px solid #ccc;
}

.planbg {
	border-bottom: 3px dotted #ccc;

}
.planbg figure {
	width: 80%;
	margin: 0 auto;
}
.text {
	width: 70%;
	margin: 0 auto;
	text-align: left;
}
.designbtn {
	clear: both;
	text-align: center;
	font-size: 1.2em;
	width: 60%;
	height: auto;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	cursor:pointer;
	margin: 0.5em auto 0.5em auto;
	padding: 0.5em 0;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	font-weight: bold;
	letter-spacing: 2px;
}
.designbtn a{
	color: #fff;
}

.planbg .designbtn {
	background-color: #7ac023;
	background: -moz-linear-gradient(top,#7ac023, #82c35e 50%,#55ae20 50%,#90cb72);
	background: -webkit-gradient(linear, left top, left bottom, from(#7ac023), color-stop(0.5,#82c35e), color-stop(0.5,#55ae20), to(#90cb72));
	border: 1px solid #7ac023;
}
.text {
	padding:1em;
}
.des p {
	clear: both;
}
.sumplephoto {
	width: 32%;
	border: 3px solid #fff;
}
.contents h5 {
	margin: 0.5em 0 0.5em 0em;
	padding: 0.5em 0.5em 0.5em 0;
	border-bottom: 1px solid #ccc;
}
.daiji {
	background-color: #efefef;
	padding: 1em;
}
.contents p {
	line-height: 155%;
	margin: 1em 1em 1.5em 1em;
}

.kasen 	{border-bottom: 1px solid #666;}


.pointimg li {
	display: inline;
	float: left;
	margin: 0 0.5em 0.5em 0;
	padding: 0.5em;
	background-color: #f7f7ed;
	color: #333;
	font-weight: bold;
	font-size: 0.8em;
}

@media screen and (min-width : 1000px) {
	.contents h5 {
		margin: 0 0 1em 0;
	}
	.planbg {
		width: 80%;
		margin: 0 auto;
		display: flex;
		justify-content: flex-start;

	}
	.planbg figure {
		width: 500px;
	}
	.planbg .des {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding: 0;
	}
	.planbg .des .text {
		text-align: left;
		padding: 0 1em;
		width: 200px;
	}
	.designbtn {
		width: 80%;
		font-size: 1em;
		align-self: flex-end;
	}

}
