
* {
	border: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	background-color: #f2f1e6;
	color: #3f3f3f;
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-size: 15px;
	font-weight: 700;
	min-width: 1280px;
	-webkit-text-size-adjust: none;
}

h1,
h2,
h3,
h4 {
	text-align: center;
}

h2.img {
	font-size: 50px;
	font-weight: 500;
	line-height: 1.5em;
	padding: 20px 0;
}

h2.subtitle {
	border-bottom: 2px solid #38bcca;
	border-top: 2px solid #38bcca;
	color: #38bcca;
	font-size: 23px;
	padding: 10px;
}

h3.img {
	font-size: 30px;
	font-weight: 500;
	line-height: 2em;
	margin-bottom: 20px;
	text-align: justify;
}

.sp {
	display: none;
}

p {
	line-height: 2em;
	margin: 15px 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;
}

a,
input.submit {
	color: black;
	overflow: hidden;
	transition: all .2s;
}

a:hover,
input.submit:hover {
	opacity: .60;
	transition: all .3s;
}

a.link-btn {
	background: #fca83a url(images/link_btn.svg) no-repeat right 25px center;
	background-size: 18px;
	border: none;
	border-radius: 100px;
	color: white;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1em;
	padding: 20px 120px 20px 100px;
	text-align: center;
	text-decoration: none;
}

a.link-btn:hover {
	background-color: #31b1be;
	background-position: right 20px center;
	opacity: 1;
}

a.link-btn-prev {
	background: #fca83a url(images/link_btn_prev.svg) no-repeat left 20px center;
	background-size: 18px;
	border-radius: 100px;
	color: white;
	display: inline-block;
	font-weight: 700;
	margin: 0 auto;
	padding: 8px 50px 8px 70px;
	text-align: center;
	text-decoration: none;
}

a.link-btn-prev:hover {
	background-color: #31b1be;
	background-position: left 15px center;
	opacity: 1;
}

img {
	box-sizing: content-box;
	vertical-align: middle;
}

ul {
	list-style-type: none;
}

ol {
	line-height: 1.5em;
	margin-left: 2em;
}

ol li {
	margin-top: 5px;
	text-align: justify;
}

sup,
sub {
	font-size: 12px;
	line-height: 1em;
	vertical-align: top;
}

em {
	font-style: normal;
}

table {
	border-collapse: collapse;
	line-height: 1.5em;
	width: 100%;
}

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;
	color: #fa743b;
	font-size: 110%;
	padding: 0 5px;
}

ul.list {
	line-height: 1.5em;
}

ul.list li {
	background: url(images/ul_list_li.svg) no-repeat left 20px top 14px;
	background-size: 7px;
	display: block;
	padding: 7px 0 7px 38px;
}

ul.list li ul.notelist li {
	background-image: none;
	border: none;
}

ul.notelist {
	line-height: 1.5em;
	list-style-type: none;
	margin: 5px 0 0 1.3em;
}

ul.notelist li {
	line-height: 1.3em;
	padding: 3px 0;
	text-align: justify;
	text-indent: -1.2em;
}

ul.notelist li span.maker {
	margin-right: .2em;
}

ul.notelist li span.small span.maker {
	margin-right: .4em;
}

div.line {
	border-top: 1px solid #c0c0c0;
	clear: both;
	display: block;
	height: 10px;
}

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;
}

/***********************************************************************/

table.list-table {
	border-collapse: separate;
	border-spacing: 0 5px;
}

table.list-table th {
	background-color: #38bcca;
	color: #f2f1e6;
	padding: 15px 40px;
	vertical-align: top;
	white-space: nowrap;
}

table.list-table td {
	background-color: white;
	padding: 15px 40px;
}

table.list-table td ul.list li {
	background-position: left 4px top 14px;
	border-top: 1px solid #f2f1e6;
	padding-left: 25px;
}

table.list-table td ul.list li:last-child {
	border-bottom: 1px solid #f2f1e6;
}

table.list-table td ul.list li ul.notelist li {
	border: none;
	padding-left: 0;
}

/***********************************************************************/

table.form-table th {
	background-color: #fca83a;
	border-bottom: 2px solid #f5f5f5;
	color: white;
	font-weight: 500;
	font-weight: 700;
	padding: 25px 20px;
	text-align: justify;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	width: 30%;
}

table.form-table td {
	background-color: white;
	border-bottom: 2px solid #f5f5f5;
	font-weight: 500;
	padding: 20px 20px 20px 0;
	vertical-align: top;
}

table.form-table td.m {
	padding: 25px 20px 0 20px;
	white-space: nowrap;
	width: 10px;
}

table.form-table td.m span {
	background-color: #fca83a;
	border-radius: 50%;
	color: white;
	display: block;
	font-size: 10px;
	font-weight: 700;
	height: 27px;
	line-height: 27px;
	text-align: center;
	width: 27px;
}

table.form-table td table {
	width: auto;
}
table.form-table td table th,
table.form-table td table td {
	background-color: transparent;
	border: none;
	color: #3f3f3f;
	padding: 5px;
	vertical-align: middle;
	width: auto;
}

input,
textarea,
select {
	background-color: white;
	border: 1px solid #a1a19b;
	border-radius: 5px;
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-size: 100%;
	margin: 2px 5px 2px 0;
	padding: 5px;
}

table.form-table td input.size150 {
	width: 150px;
}

table.form-table td input.size200 {
	width: 200px;
}

table.form-table td input.size300 {
	width: 300px;
}

table.form-table td input.size400 {
	width: 400px;
}

table.form-table td input.size500 {
	width: 500px;
}

table.form-table td textarea {
	width: 500px;
}

input.radio,
input.checkbox {
	border: none;
	padding: 0;
}

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: #fca83a url(images/link_btn.svg) no-repeat right 25px center;
	background-size: 20px;
	border: none;
	border-radius: 100px;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-size: 25px;
	font-weight: 700;
	line-height: 1em;
	padding: 20px 100px;
	text-align: center;
	text-decoration: none;
}

input.submit:hover {
	background-position: right 20px center;
}

body#form table.form-table td {
	font-weight: 700;
	padding: 25px 20px 25px 30px;
}

body#form table.form-table td.textarea {
	white-space: pre-wrap;
}

/***********************************************************************/

header {
	height: 100px;
	margin: 0 auto;
	position: relative;
	width: 1200px;
}

header p {
	color: #31b1be;
	font-size: 14px;
	font-weight: 700;
	left: 170px;
	line-height: 1.5em;
	position: absolute;
	text-align: justify;
	top: 25px;
}

a#header-logo {
	display: block;
	left: 0;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	top: 30px;
}

#hamburger {
	display: none;
}

nav#globalnav {
	position: absolute;
	right: 0;
	top: 30px;
}

nav#globalnav ul {
	align-items: end;
	color: white;
	display: flex;
	flex-wrap: wrap;
	justify-content: right;
	margin-right: -14px;
}

nav#globalnav ul li a {
	color: #535353;
	display: block;
	font-size: 15px;
	font-weight: 700;
	padding: 10px 14px;
	position: relative;
	text-decoration: none;
}

nav#globalnav ul li a:after {
	background: #31b1be;
	bottom: 4px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .2s;
	width: 100%;
}

nav#globalnav ul li a:hover:after {
	transform: scale(1, 1);
}

nav#globalnav ul li a:hover {
	color: #31b1be;
	opacity: 1;
}

#title {
	background: #31b1be url(images/title_bg.png) no-repeat center center;
}

#title h1 {
	color: #f2f1e6;
	display: flex;
	flex-wrap: wrap;
	font-size: 60px;
	font-weight: 500;
	justify-content: left;
	margin: 0 auto;
	padding: 30px 0 30px 100px;
	position: relative;
	text-align: left;
	width: 1200px;
}

#title h1 strong {
	align-items: center;
	border-left: 1px solid #f2f1e6;
	display: flex;
	font-size: 18px;
	font-weight: 700;
	margin-left: 50px;
	padding: 5px 0 5px 30px;
	text-decoration: none;
}

#title h1 strong a {
	color: #f2f1e6;
	display: block;
	text-decoration: none;
}

#title h1 em {
	align-items: center;
	display: flex;
	font-size: 18px;
	font-weight: 500;
	margin-left: 30px;
}

#title h1 b {
	font-size: 80px;
	font-weight: 400;
	line-height: 1.15em;
	margin: 0 5px;
}

div.main {
	margin: 0 auto;
	width: 1200px;
}

div.main-s {
	margin: 0 auto;
	padding: 0 100px;
	width: 1200px;
}

div.bg-paper {
	background: url(images/bg_paper.gif) repeat center top;
}

div.bg-beige {
	background-color: #e5ddc9;
}

div.bg-gray {
	background-color: #f5f5f5;
}

footer {
	background-color: white;
}

#footer {
	margin: 0 auto;
	padding: 50px 0 70px 0;
	position: relative;
	width: 1200px;
}

#footer-logo h3 {
	display: inline-block;
	padding: 0 20px 30px 0;
	text-align: right;
	vertical-align: middle;
}

#footer-logo h3 em {
	display: block;
	font-size: 10px;
	font-weight: 500;
	padding: 5px 3px 0 0;
}

#footer-logo h3 em a {
	color: #acacac;
	text-decoration: none;
}


#footer-logo p {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.5em;
	margin: 0;
}

#footer-logo address {
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
}

nav#footernav {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	position: absolute;
	right: 0;
	top: 50px;
}

nav#footernav ul {
	padding-left: 50px;
}

nav#footernav ul li a {
	color: #535353;
	display: block;
	font-size: 14px;
	font-weight: 700;
	padding: 6px 12px;
	position: relative;
	text-decoration: none;
}

nav#footernav ul li a:after {
	background: #31b1be;
	bottom: 4px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .2s;
	width: 100%;
}

nav#footernav ul li a:hover:after {
	transform: scale(1, 1);
}

nav#footernav ul li a:hover {
	color: #31b1be;
	opacity: 1;
}

#pagetop {
	bottom: 20px;
	position: fixed;
	right: 20px;
}

#pagetop a {
	background: #fca83a url(images/pagetop.svg) no-repeat center top 12px;
	background-size: 20px;
	border: 2px solid white;
	border-radius: 70px;
	color: white;
	display: block;
	font-weight: 700;
	height: 70px;
	line-height: 1.3em;
	padding-top: 33px;
	text-align: center;
	text-decoration: none;
	width: 70px;
}

#pagetop a:hover {
	background-color: #31b1be;
	background-position: center top 7px;
	opacity: 1;
}

p#copyright {
	background-color: #38bcca;
	color: #f2f1e6;
	font-size: 12px;
	font-weight: 500;
	margin: 0;
	padding: 12px 0;
	text-align: center;
}
