@charset "UTF-8";


/* *****************************************************
 *	layout
 * *****************************************************/


/* *****************************************************
*	layout
* *****************************************************/
div.pagesummary {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 0;
}

div.point-box {
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: stretch;

	width:1000px;
	margin:0 auto 60px;
}

/* POINT1 */
div.point-one {
	width:500px;
	padding:50px 0 0 30px;
	background:#fff;
}

div.point-one dl {
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width:100%;
}

div.point-one dl dt {
	display: inline-block;
	width: 220px;
}

div.point-one dl dt span {
	display: inline-block;
	margin-top: 10px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.7;
}

div.point-one dl dd {
	display: inline-block;
	width: 250px;
}

/* POINT2 */
div.point-two {
	width:500px;
	padding:50px 20px 0 20px;
	background:#fff;
}

div.point-two dl {
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

div.point-two dl dt {
	width:215px;
}

div.point-two dl dt span {
	display: inline-block;
	margin-top: 10px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.7;
}

div.point-two dl dd {
	width: 245px;
	padding-top: 30px;
}

/* POINT3 */
div.point-three {
	width:500px;
	padding:50px 0 0 30px;
	background:#fff;
}

div.point-three dl {
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width:100%;
}

div.point-three dl dt {
	display: inline-block;
	width: 220px;
}

div.point-three dl dt span {
	display: inline-block;
	margin-top: 10px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.7;
}

div.point-three dl dd {
	display: inline-block;
	width: 250px;
}

/* POINT4 */
div.point-four {
	width:500px;
	padding:50px 20px 0 20px;
	background:#fff;
}

div.point-four dl {
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

div.point-four dl dt {
	width:215px;
}

div.point-four dl dt span {
	display: inline-block;
	margin-top: 10px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.7;
}

div.point-four dl dd {
	width: 245px;
}

div.point-four p {
	margin: 10px 0 5px 0;
	font-size: 16px;
	font-size: 1.6rem;
}

div.point-four table {
	font-size: 16px;
	font-size: 1.6rem;
}

div.point-four table tr td {
	padding: 5px;
}

div.point-four table tr td:nth-child(even) {
	padding: 0 20px 0 10px;
	color: #E95383;
	font-weight: 700;
}

div.point-four table tr td:nth-child(even)::before {
	content: '：';
	padding-right: 10px;
	color: #333;
	font-weight: normal;
}

div.guide-area {
	width:1000px;
	margin:0 auto 80px;
	text-align: center;
}

div.guide-area img.guide {
	margin-bottom: 80px;
}

div.guide-area img.btn {
	margin-bottom: 80px;
}
