html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
    /*font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;*/

}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}


table {
    border-collapse:collapse;
    border-spacing:0;
}
* {
	margin: 0;
	padding: 0;
}
*::after,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	background: #fff;
	/*color:#686868;*/
	color:#333333;
}
article {
	margin: 100px auto;
	text-align: center;
	line-height: 1.9;
}
article p {
	margin-bottom: 1em;
}
a {
	/*color: #0b8793;*/
	color:#333333;
}

footer {
	padding: 30px 0;
	text-align: center;
	background: #333333;
}
footer a {
	color: #fff;
	text-decoration: none;
}


article{
  text-align:center;
  width:60%;
}
h1{
	font-size:23px;
	position: absolute;
	/*top: 115px;*/
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	font-weight: bold;
	border-bottom: 3px solid #e3e3e3;
	margin-bottom: 1em;
	position: relative;
	color:#0073a8;
}

@media screen and (max-width: 900px) {
	article{
	  text-align:center;
	  width:95%;
	}
	article p {
		margin: 1em;
	}
	h1{
	  font-size:20px;
	  letter-spacing:-1px;
	}
	article {
		margin: 50px auto;
		text-align: center;
		line-height: 1.9;
	}
}


/*ページトップへスクローロール*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 15px;
}

#pageTop a {
  display: block;
  z-index: 999;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  background-color: #666;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding-top:15px;
  opacity: 0.7;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media screen and (max-width: 800px) {
	.pc{
		display: none;
	}
}
@media screen and (min-width: 800px) {
	.sm{
		display: none;
	}
}
@media print {
	.sm{
		display: none;
	}
}

table {
	 border-collapse: collapse;
	 width: 100%;
 }
table a{
	color:#fff;
	text-decoration:none;
	padding-left:0.25em;
 }
 
 
th,td {
	border: solid 1px #666;
	padding: 10px;
	text-align:left;
}
th {
	width: 230px;
	background: #eae8e1;
	font-weight:normal;
}
 
@media (max-width: 600px) {
	table {
		 width: 95%;
		margin:0 0 3em 0.4em;
	 }
	th,td {
		display: block;
		text-align: left;
		width: 100%;
		border: none;
	}
	td {
		font-size: 14px;
	}
}