
* {
	border: none;
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	/* font-family: SimSun; */
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-weight: 600;
	min-width: 1100px;
}

.sp {
	display: none;
}

h1,
h2,
h3,
h4,
h5 {
	text-align: center;
}

h2.subtitle {
	border-bottom: 1px solid #adadad;
	border-top: 1px solid #adadad;
	font-size: 30px;
	line-height: 1em;
	padding: 30px 0 15px 0;
}

h2.subtitle em {
	display: block;
	font-size: 15px;
	font-weight: 500;
}

h2.img {
	font-size: 30px;
	line-height: 1.5em;
	padding: 20px 0;
}

h3.subtitle {
	border-bottom: 1px solid #adadad;
	border-top: 1px solid #adadad;
	font-size: 22px;
	line-height: 1em;
	padding: 20px 0;
}

p {
	line-height: 1.8em;
	margin: 10px 0;
	text-align: justify;
}

p.mn {
	margin: 0;
}

p.right {
	text-align: right;
}

p.mn-right {
	margin: 0;
	text-align: right;
}

p.center {
	text-align: center;
}

p.mn-center {
	margin: 0;
	text-align: center;
}

sup,
sub {
	font-size: 80%;
	line-height: 4px;
	vertical-align: top;
}

a {
	color: #049851;
	overflow: hidden;
}

a:hover,
input.submit:hover {
	filter: alpha(opacity=50);
	-moz-opacity: .50;
	     opacity: .50;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

ul {
	list-style-type: none;
}

ol {
	line-height: 1.5em;
	margin-left: 2em;
}

ol li {
	margin-top: 5px;
}

sup {
	line-height: 1em;
}

em {
	font-style: normal;
}

table {
	border-collapse: collapse;
	line-height: 1.5em;
	width: 100%;
}

span,
strong {
	line-height: 1.6em;
}

span.gray {
	color: gray;
}

span.red {
	color: red;
}

span.xx-large {
	font-size: 200%;
	line-height: 1.5em;
}

span.x-large {
	font-size: 150%;
	line-height: 1.5em;
}

span.large {
	font-size: 125%;
	line-height: 1.5em;
}

span.small {
	font-size: 85%;
	line-height: 1.4em;
}

span.img-right {
	float: right;
	margin: 5px 0 5px 20px;
}

span.img-left {
	float: left;
	margin: 5px 20px 5px 0;
}

strong.marker {
	background: url(images/marker.gif) repeat-x center bottom;
	padding: 0 5px;
}

span.english {
	color: #049851;
	font-size: 90%;
	font-weight: 500;
}

a.link-btn,
a span.link-btn {
	background: #049851 url(images/link_btn.svg)no-repeat right 13px center;
	background-size: 6px;
	color: white;
	padding: 10px 80px 10px 70px;
	text-align: center;
	text-decoration: none;
}

a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	     opacity: .80;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

a.link-btn-prev {
	background: #049851 url(images/link_btn_prev.svg)no-repeat left 13px center;
	background-size: 6px;
	color: white;
	padding: 10px 70px 10px 80px;
	text-align: center;
	text-decoration: none;
}

ul.list {
	line-height: 1.5em;
}

ul.list li {
	background: url(images/ul_list_li.svg) no-repeat 0 9px;
	background-size: 8px;
	display: block;
	padding: 2px 0 2px 18px;
}

ul.notelist {
	line-height: 1.5em;
	list-style-type: none;
	margin: 5px 0 0 1.8em;
}

ul.notelist li {
	line-height: 1.5em;
	padding: 3px 0;
	text-indent: -1.2em;
}

ul.notelist li span.maker {
	margin-right: .2em;
}

div.line {
	border-bottom: solid 1px #adadad;
}

div.space10px {
	clear: both;
	font-size: 5px;
	height: 10px;
}

div.space20px {
	clear: both;
	font-size: 5px;
	height: 20px;
}

div.space50px {
	clear: both;
	font-size: 5px;
	height: 50px;
}

/***********************************************************************/

div.catch {
	background-color: #e2f1e5;
	border-radius: 20px;
}

div.catch h2 {
	border-bottom: 2px dotted #049851;
	padding: 30px 0 20px 0;
}

div.catch div.img {
	display: table-cell;
	padding: 20px 40px 40px 60px;
	vertical-align: middle;
}

div.catch div.text {
	display: table-cell;
	padding: 20px 60px 40px 0;
	vertical-align: middle;
}

div.arrow {
	text-align: center;
}

table.list-table th {
	border-bottom: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
	padding: 15px 40px;
	text-align: right;
	vertical-align: top;
	width: 30%;
}

table.list-table td {
	border-bottom: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
	padding: 15px 20px 15px 40px;
}

/***********************************************************************/

table.form-table th {
	background-color: #e8e8e8;
	border-bottom: 1px solid white;
	font-weight: 500;
	padding: 20px;
	text-align: justify;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	width: 30%;
}

table.form-table td {
	border-bottom: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
	padding: 17px 0;
	vertical-align: top;
}

table.form-table td.m {
	padding: 20px 15px 0 15px;
	white-space: nowrap;
	width: 10px;
}

table.form-table td.m span {
	background-color: #049851;
	border-radius: 50%;
	color: white;
	display: block;
	font-size: 10px;
	font-weight: 600;
	height: 27px;
	line-height: 27px;
	text-align: center;
	width: 27px;
}

input,
textarea,
select {
	background-color: white;
	border: 1px solid #a1a19b;
	border-radius: 5px;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 95%;
	margin: 2px 5px 2px 0;
	padding: 5px;
}

table.form-table td input.size500 {
	width: 500px;
}

table.form-table td input.size400 {
	width: 400px;
}

table.form-table td input.size300 {
	width: 300px;
}

table.form-table td input.size200 {
	width: 200px;
}

table.form-table td input.size150 {
	width: 150px;
}

table.form-table td textarea {
	width: 500px;
}

input.radio,
input.checkbox {
	border: none;
	padding: 0;
}

table.form-table td table th {
	background: white;
	color: black;
	font-weight: normal;
	padding: 0;
	text-align: left;
	vertical-align: middle;
	width: auto;
}

table.form-table td table td {
	background: white;
	color: black;
	font-weight: normal;
	padding: 0;
	vertical-align: middle;
	width: auto;
}

table.form-table td table td input {
	border: none;
}

table.form-table td input#fileclear {
	cursor: pointer;
	display: none;
	font-size: 11px;
}

input.submit {
	background: #049851 url(images/link_btn.svg) no-repeat right 20px center;
	background-size: 10px;
	border-radius: 100px;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	line-height: 1em;
	padding: 10px 80px;
	padding: 20px 100px;
	text-align: center;
	text-align: center;
	text-decoration: none;
}

body#form table.form-table td {
	padding: 20px;
}

body#form table.form-table td.textarea {
	white-space: pre-wrap;
}

/***********************************************************************/

#header-bg {
	background: url(images/globalnav_bg.png) no-repeat center bottom 28px;
	border-top: 5px solid #d0d0d0;
	padding: 20px 0 25px 0;
}

#header {
	margin: 0 auto;
	width: 1100px;
}

#header #header-logo {
	display: table-cell;
	vertical-align: bottom;
	width: 35%;
}

#header #header-logo a {
	color: black;
	display: block;
	font-size: 13px;
	margin: 0 0 0 auto;
	padding-right: 120px;
	text-align: center;
	text-decoration: none;
	width: 270px;
}

#header #header-logo a img {
	display: block;
	margin: 0 auto;
}

#globalnav {
	display: table-cell;
	padding-bottom: 5px;
	vertical-align: bottom;
	width: 760px;
}

#globalnav #globalnav-bg {
	display: inline-block;
	width: 100%;
}

#globalnav ul {
	display: block;
	padding: 5px 0;
	text-align: right;
}

#globalnav ul li {
	border-left: solid 1px #8ecfa9;
	display: inline-block;
	line-height: 14px;
	padding: 0 5px;
	vertical-align: middle;
}

#globalnav ul li:last-child {
	border-right: solid 1px #8ecfa9;
}

#globalnav ul li a {
	color: white;
	display: block;
	font-size: 14px;
	padding: 5px 10px 5px 10px;
	position: relative;
	text-align: center;
	text-decoration: none;
}

#globalnav ul li a::after {
	background: white;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
	width: 100%;
}

#globalnav ul li a:hover::after {
	transform: scale(1, 1);
}

#globalnav ul li a em {
	color: #fffec1;
	display: block;
	font-size: 10px;
	font-weight: 500;
	padding-top: 3px;
}

#title {
	background-position: center top;
	background-repeat: no-repeat;
	height: 350px;
}

#title h1 {
	color: white;
	font-size: 40px;
	line-height: 1.2em;
	padding-top: 135px;
	text-align: center;
}

#title h1 em {
	display: block;
	font-size: 18px;
	font-style: normal;
}

div.main {
	margin: 0 auto;
	width: 1100px;
}

div.main-s {
	margin: 0 auto;
	width: 960px;
}

div.main-ss {
	margin: 0 auto;
	width: 760px;
}

div.contents {
	background-color: white;
	border-radius: 20px;
}

div.bg-gray {
	background-color: #f1f1f1;
}

#footer-bg {
	border-top: 10px solid #ebebeb;
}

#footer {
	display: table;
	margin: 0 auto;
	padding: 50px 0;
	position: relative;
	width: 1100px;
}

#footer-logo {
	display: table-cell;
	vertical-align: top;
}

#footer-logo address {
	font-size: 13px;
	font-style: normal;
	padding: 10px 0 0 2px;
}

#footer-logo address a {
	color: black;
}

#footernav {
	position: absolute;
	right: 0;
	top: 70px;
	vertical-align: top;
}

#footernav ul {
	text-align: right;
}

#footernav ul li {
	border-right: 1px solid #8ecfa9;
	display: inline-block;
	font-size: 95%;
	line-height: 1.0em;
}

#footernav ul li:first-child {
	border-left: 1px solid #8ecfa9;
}

#footernav ul li a {
	color: black;
	padding: 0 15px;
	position: relative;
	text-decoration: none;
}

#footernav ul li a::after {
	background: #6d6d6d;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
	width: 100%;
}

#footernav ul li a:hover::after {
	transform: scale(1, 1);
}

#footer-copybg {
	background-color: #049851;
}

p#copyright {
	color: white;
	font-size: 10px;
	margin: 0 auto;
	padding: 15px 20px;
	text-align: left;
	width: 1100px;
}

#pagetop {
	bottom: 110px;
	padding-bottom: 55px;
	position: fixed;
	right: 0;
}

#pagetop a {
	background-color: #049851;
	display: block;
	padding: 20px 17px;
}
