@charset "utf-8";
/* CSS Document */

html {
	scroll-behavior: smooth;
	width: 100%;
	background-color: #ffffff;
	color: #37352F;
}
body {
	margin: 0 auto;
	font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 16px;
    line-height: 1.5;
	letter-spacing: 0.1px;
	scroll-behavior: smooth;
	width: 100%;
	-moz-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	-khtml-user-select:none;
	-o-user-select:none;
	user-select:none;
}
a {
	color: #37352F;
	text-decoration: none;
	padding: 2px 3px 2px 3px;
	border-radius: 5px;
}
a:hover {
	color: #37352F;
	text-decoration: none;
	background-color: #f0f0f0;
	padding: 2px 3px 2px 3px;
	border-radius: 5px;
}
#headertitle {
	padding: 10px;
	font-size: 14px;
}
#header {
	background-color: #fff;
	position: sticky;
	width: 100%;
	top: 0;
	border-bottom: 1px solid #F0F0F0;
}
#wrapper {
	margin: 0 auto;
    max-width: 800px;
	line-height: 1.5;
}
.subtitle {
    padding-bottom: 0.5em;
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 0.9em;
    font-weight: 700;
}
#content {
	padding: 1.5em;
}
#footer {
	padding: 1em;
	font-size: 0.8em;
	color: #666666;
}
.title1 {
	margin: 0.5em 0 0.5em 0;
	font-size: 24px;
	font-weight: 600;
}
.line { 
    background: #12587A;
    height: 2px; 
    width: 0%;
} 
.important {
	border-left: 3px solid #37352F;
	padding-left: 1em;
}
#title0 {
	font-size: 40px;
	font-weight: 700;
	line-height: 48px;
	margin-bottom: 0.5em;
}
#start {
	position: fixed;
	z-index: 15;
	right: 35px;
	bottom: 35px;
	background-color: #ffffff;
	border: 1px solid #F0F0F0;
	text-align: center;
	color: #12587A;
	vertical-align: middle;
	padding: 1em 1.5em 1em 1.5em;
	border-radius: 50px;
	text-decoration: none;
}
#back {
	margin-top: 1.75em;
	border: 1px solid #F0F0F0;
	text-align: center;
	color: #12587A;
	vertical-align: middle;
	padding: 1em 1.5em 1em 1.5em;
	border-radius: 50px;
	display: inline-block;
	text-decoration: none;
}