@charset "UTF-8";

body {
	text-align: center;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.16em;
}

a {
	color: #333;
}
a:hover {
	text-decoration: none;
	 color: #75c39b;
}

.typekit_list {
	font-size: 24px;
	padding: 50px 0;
}
.typekit_list li {
	padding: 0 0 80px;
	list-style: none;
}
.typekit_list li h3 {
	margin: 0 0 10px;
	padding: 20px 0;
	background: #eee;
}
.typekit_list li p {
	color: #666;
	font-size: 18px;
	line-height: 1.8em;
	text-align: justify;
	max-width: 540px;
	margin: 20px auto;
}

.linktoUPWST {
	width: 34px;
	height: 34px;
	margin:120px auto;
}
.linktoUPWST a {
	display: inline-block;
	transition: .2s;
}
.linktoUPWST a svg {
	vertical-align: bottom;
}
.linktoUPWST a:hover {
	transform: scale(1.1);
	transform: rotate(90deg);
}
.linktoUPWST a:hover svg path {
	fill: #75c39b;
}

