
div.title {
	border-top: 1px solid #d2d2d2;
}

div.title h1 {
	font-size: 20px;
	padding: 40px 0 10px 360px;
	text-align: center;
}

div.title h1 strong {
	position: relative;
}

div.title h1 strong img {
	left: -360px;
	position: absolute;
	top: -21px;
}

div.information {
	background: linear-gradient(to right, #f6c4db, #fceef5, #f6c4db);
	padding: 30px 0;
}

div.information p {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}

div.information h2 {
	color: #9d308a;
	font-size: 40px;
	font-weight: 700;
	padding: 10px 0;
	padding-left: 155px;
	text-align: center;
}

div.information h2 strong {
	position: relative;
}

div.information h2 strong img {
	left: -155px;
	position: absolute;
	top: -5px;
}

div.information p:last-child {
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	text-align: right;
}

div.basefunction {
	border: 2px solid #d2d2d2;
	border-radius: 10px;
	margin: 0 auto;
	padding: 20px 0 30px 0;
	width: 900px;
}

div.basefunction h3 {
	font-size: 25px;
	padding: 10px;
	text-align: center;
}

div.basefunction h3 em {
	color: #ed86b3;
	display: block;
	font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
	font-size: 25px;
	font-weight: 400;
}

div.basefunction ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

div.basefunction ul li {
	padding: 0 40px;
	width: 290px;
}

div.basefunction ul li:nth-child(1),
div.basefunction ul li:nth-child(2) {
	border-right: 2px solid #d2d2d2;
}

div.basefunction ul li div.img {
	text-align: center;
}

div.basefunction ul li h4 {
	font-size: 17px;
	text-align: center;
}

div.basefunction ul li p {
	font-size: 14px;
	line-height: 1.6em;
}

div.result {
	border: 2px solid #d2d2d2;
	border-radius: 10px;
	padding: 20px 0 20px 280px;
	position: relative;
}

div.result h3 {
	align-items: center;
	border-right: 2px solid #d2d2d2;
	display: flex;
	font-size: 22px;
	height: 100px;
	left: 50px;
	padding-right: 50px;
	position: absolute;
	top: 32px;
}

div.group h3 {
	display: table-cell;
	padding: 0 40px;
	vertical-align: middle;
	width: 650px;
}

div.group h3 em {
	background: linear-gradient(to right, #ec85b2, #9c308a,#9c308a,#9c308a, #724ba7);
	border-radius: 50px;
	color: white;
	display: block;
	font-size: 25px;
	font-weight: 700;
	padding: 20px;
	text-align: center;
}

div.group div.detail {
	border-left: 1px solid #d2d2d2;
	display: table-cell;
	padding: 0 40px;
}

div.group div.detail p {
	line-height: 1.8em;
	margin-bottom: 20px;
}

ul.features {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

ul.features li {
	border: 2px solid #d2d2d2;
	border-radius: 5px;
	margin: 30px 0 20px 0;
	padding: 20px 30px;
	position: relative;
	width: 386px;
}

ul.features li h3 {
	background-color: white;
	color: #9c308a;
	font-size: 22px;
	line-height: 1.5em;
	margin-top: -35px;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

ul.features li div.img {
	text-align: center;
}


ul.features li ul {
	border-top: 1px solid #d2d2d2;
	margin-top: 10px;
}

ul.features li ul li {
	background: url(../images/ul_list_li_pink.svg) no-repeat 15px 16px;
	background-size: 7px;
	border: none;
	border-bottom: 1px solid #d2d2d2;
	border-radius: 0;
	line-height: 1.5em;
	margin: 0;
	padding: 10px 0 10px 30px;
	width: auto;
}

div.point {
	background: linear-gradient(to right, #f6c4db, #fceef5, #f6c4db);
	border-radius: 10px;
	padding: 50px 50px 40px 50px;
}

div.point h2 {
	border-bottom: 1px solid #838383;
	border-top: 1px solid #838383;
	font-size: 25px;
	padding: 10px;
	text-align: center;
}

div.point ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 30px;
}

div.point ul li {
	padding: 0 30px;
	width: 350px;
}

div.point ul li h3 {
	font-size: 22px;
	margin: 0 auto;
	text-align: center;
	width: 180px;
}

div.point ul li:nth-child(1) h3 {
	background: url(images/point01.svg) no-repeat left top;
}

div.point ul li:nth-child(2) h3 {
	background: url(images/point02.svg) no-repeat left top;
}

div.point ul li:nth-child(3) h3 {
	background: url(images/point03.svg) no-repeat left top;
}

div.point ul li p {
	font-size: 14px;
	line-height: 1.6em;
}