@charset "UTF-8";

html,body {
	font-size: 62.5%;
}

body {
	font-family: sans-serif;
	font-size: 100%;
	color: #333333;
	background: #F8F8F8;
	padding-bottom: 16px;
}

body > section:nth-child(2) {
	border: none;
}

h1 {
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 3.2rem;
}

h2 {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 2.4rem;
	display: flex;
	align-items: center;
}

h2 > span {
	font-size: 1.6rem;
	text-align: center;
	color: #FFFFFF;
	background: #333333;
	border-radius: 100%;
	width: 24px;
	height: 24px;
	box-sizing: border-box;
	margin-right: 8px;
	display: inline-block;
	flex-shrink: 0;
}

p {
	font-weight: 300;
}

p b{
	color: #ff0000;
	font-weight: bold;
}

a {
	text-decoration: none;
}

img {
	vertical-align: bottom;
	width: 100%;
	height: auto;
}

section {
	border-top: solid 1px #D1D1D1;
	margin: 0 20px 0;
	padding: 0 0 32px;
}

section > h1 {
	margin-top: 32px;
}

section > p {
	font-size: 1.6rem;
	line-height: 2.8rem;
	margin-top: 24px;
}

ul,ol {
	margin-top: 24px;
}

li {
	background: #FFFFFF;
	border-radius: 12px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16) ;
	margin-top: 24px;
	overflow: hidden;
}

li:first-child {
	margin-top: 0px;
}

li > div {
	padding: 20px 16px;
}

li > div > p {
	font-size: 1.2rem;
	line-height: 2.1rem;
	margin-top: 12px;
}