@charset "UTF-8";
/* CSS Document */
html {
	font-size: 62.5%
}
body {
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
	font-size: 1.6rem;
	line-height: 2em;
	border-top: 10px solid #71B9DB;
	border-bottom: 10px solid #71B9DB;
	text-align: justify;
	text-justify: inter-ideograph;
}
.wrapper {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.topMargin {
	margin-top: 10px;
}
.posRel1, .posRel2, .outline {
	position: relative;
}
.posRel1 p {
	position: absolute;
	top: 270px;
	left: 0px;
}
.posRel2 p {
	position: absolute;
	top: 60px;
	left: 450px;
}
.contact {
}
ul.flexList {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
ul.flexList li {
	width: 272px;
}
.price {
	background-color: #F5F2E8;
}
.outline {
	font-size: 1.4rem;
}
.outline p {
	width: 400px;
	margin-top: -320px;
}
ul.footer {
	display: flex;
	align-items: center;
}
ul.footer li:first-child {
	font-size: 1.4rem;
	width: 8em;
}
ul.footer li:nth-child(n + 2) {
	font-size: 1.2rem;
	line-height: 1.5em;
	border-left: 3px solid #71B9DB;
	padding-left: 1em;
	padding-right: 3em;
}
CSS  area {
	border: none;
	outline: none;
}
