
div.mainimg {
	background: url(images/top_mainimg.jpg) no-repeat center top;
	height: 500px;
}

div.mainimg div.text {
	margin: 0 auto;
	position: relative;
	width: 1100px;
}

div.mainimg div.text h2 {
	color: white;
	font-size: 50px;
	padding: 130px 0 20px 0;
	text-align: left;
	text-shadow: 1px 1px 5px rgb(0,0,0,.6);
}

div.mainimg div.text p {
	color: white;
	font-size: 20px;
	font-weight: 700;
	text-shadow: 1px 1px 5px black;
}

div.release {
	border: 2px solid #9c308a;
	margin: 0 auto;
	width: 700px;
}
div.release p {
	color: #9c308a;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

div.release p em {
	display: inline-block;
	margin-right: 10px;
}

div.release p em img {
	margin-top: -8px;
}

h2.reasons {
	color: #9c308a;
	font-size: 35px;
	text-align: center;
}

h2.reasons strong {
	font-size: 40px;
}

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

ul.reasons li {
	background-color: #fffffb;
	border: 3px solid #d2d2d2;
	border-radius: 5px;
	margin: 10px 0;
	padding: 20px 30px;
	position: relative;
	width: 380px;
}

ul.reasons li div.number {
	background-color: white;
	background-color: #ec85b2;
	border: 3px solid #d2d2d2;
	border-radius: 50%;
	color: white;
	display: block;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	height: 70px;
	left: -20px;
	line-height: 1.4em;
	padding-top: 8px;
	position: absolute;
	text-align: center;
	top: -20px;
	width: 70px;
}

ul.reasons li div.number strong {
	display: block;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 30px;
	font-weight: 700;
}

ul.reasons li h3 {
	align-items: center;
	color: #9c308a;
	font-size: 24px;
	line-height: 1.5em;
	padding-left: 20px;
	text-align: center;
	vertical-align: middle;
}

ul.reasons li h3 span.small {
	display: block;
	font-size: 17px;
	line-height: 1.2em;
	margin-top: 5px;
}

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

ul.reasons li ul li {
	background: url(images/ul_list_li_pink.svg) no-repeat 5px 11px;
	background-size: 9px;
	border: none;
	border-bottom: 1px solid #d2d2d2;
	border-radius: 0;
	font-size: 15px;
	line-height: 1.5em;
	margin: 0;
	padding: 5px 0 5px 25px;
	width: auto;
}

ul.know-list li a {
	padding: 15px 150px 15px 100px;
}

ul.know-list li a span.categorytitle {
	background-position: right 20px center;
	width: 780px;
}