/* RESET
--------------------------------------------------*/
html, body, h1, h2, h3, h4, h5, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, figure {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	line-height: 1;
}

article, header, footer, aside, figure, figcaption, nav, section {
	display: block;
}

body {
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

ol, ul {
	list-style: none;
	list-style-type: none;
}

li {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img, video {
	vertical-align: bottom;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


/* カスタマイズ
--------------------------------------------------*/

html, body, h1, h2, h3, h4, h5, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
	
}

html {
	line-break: strict;
	font-feature-settings: "palt" 1;
}

body {
	font-family: "Helvetica Neue", Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #333;
	font-feature-settings: "palt";
	background-color: #fff;
	font-size: 16px;
	letter-spacing: 0.03em;
	padding: 50px;
}

a {
	text-decoration: none;
}

svg.path {
	display: none;
}

h1 {
	font-size: 28px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;
	padding: 70px 0;
	font-weight: bold;
}

section {
	padding: 70px 20px 70px;
	border-top: 1px dotted #ddd;
}

h1 + section {
	border-top: none;
}

section h2 {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0.05em;
}

section h3 {
	font-size: 21px;
	font-weight: bold;
	margin: 2.5em 0 0;
	letter-spacing: 0.05em;
}

section h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 2.2em 0 0;
	letter-spacing: 0.05em;
}

section p {
	line-height: 1.72;
	margin: 0.9em 0 0;
}

section h2 + p {
	margin: 2.1em 0 0;
}

section ul {
	margin: 0.9em 0 0;
}

section h3 + p,
section h3 + ul {
	margin: 1.3em 0 0;
}

section table + ul {
	margin: 1.8em 0 0;
}

section ul li {
	line-height: 1.62;
	margin: 0.4em 0 0;
	padding: 0 0 0 1.4em;
	position: relative;
}

section ul li:before {
	content: "◯";
	position: absolute;
	left: 0;
	top: 0;
}

table {
	width: 100%;
	margin: 1.5em 0 0;
}

h2 + table {
	margin: 2.5em 0 0;
}

table thead,
table tbody {
	width: 100%;
}

table th,
table td {
	padding: 1.35em 1.5em 1.2em;
	line-height: 1.62;
	background-color: #f8f9fa;
}

table th {
	text-align: left;
	font-weight: bold;
}

table td {
	text-align: right;
}

table tbody tr:nth-child(odd) th,
table tbody tr:nth-child(odd) td {
	background-color: #eeeeee;
}

table tr:hover th,
table tr:hover td {
	background-color: #f5f5e5!important;
}

.copy {
	text-align: center;
	display: block;
	border-top: 1px solid #ddd;
	padding: 50px 0 70px;
}

 @media screen and (max-width: 768px) {
 	body{
		 padding: 18px;
		 font-size: 14px;
	}
	
	section {
		padding: 60px 5px 60px
	}
	
	h1 {
		font-size: 22px;
		padding: 50px 0;
	}
	
	section h2 {
		font-size: 19px;
	}
	
	section h3 {
		font-size: 16px;
	}
	
	section h4 {
		font-size: 14px;
	}
	
	table th, table td {
		padding: 1em 0.9em 0.95em;
	}
	
	table td {
		white-space: nowrap;
	}	
 }