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

html {
	overflow-y: scroll;
}

body {
	color: black;
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-size: 16px;
	font-weight: 500;
	min-width: 1180px;
	-webkit-text-size-adjust: none;
}

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

.sp {
	display: none;
}

p {
	font-weight: 400;
	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;
}

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

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

a.link-btn-blank {
	background: black url(images/link_btn_blank.svg) no-repeat right 15px center;
	background-size: 15px;
	color: white;
	display: inline-block;
	font-weight: 700;
	margin: 0 auto;
	padding: 10px 60px 10px 50px;
	text-align: center;
	text-decoration: none;
}

a.link-btn-blank:hover {
	background-color: #00bde1;
	opacity: 1;
}

img {
	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.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: linear-gradient(transparent 60%, #d2eaf3 0);
}

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

ul.list li,
ul.list-gray li {
	background: url(images/ul_list_li.svg) no-repeat left 2px top 9px;
	background-size: 8px;
	padding: 2px 0 2px 20px;
}

ul.list-gray li {
	background-image: url(images/ul_list_li_gray.svg);
}

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

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

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

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

div.line {
	background: #c0c0c0;
	clear: both;
	display: block;
	font-size: 5px;
	height: 1px;
	text-indent: -2000em;
}

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 th {
	border-bottom: 1px solid #c0c9d3 ;
	border-top: 1px solid #c0c9d3;
	padding: 20px 40px;
	text-align: left;
	vertical-align: top;
	width: 30%;
}

table.list-table td {
	border-bottom: 1px solid #c0c9d3;
	border-top: 1px solid #c0c9d3;
	margin-right: 20px;
	padding: 20px 10px;
}

table.list-table td ul li {
	text-align: justify;
}

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

header {
	min-width: 1180px;
}

#header-logo {
	margin-top: 50px;
	text-align: center;
}

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

footer {
	margin: 0 auto;
	padding: 80px 0 120px 0;
	position: relative;
	width: 1100px;
}

#footer-logo {
	position: relative;
}

#footer-logo h3 {
	left: 100px;
	position: absolute;
	top: 8px;
}

p#copyright {
	font-size: 12px;
	left: 105px;
	position: absolute;
	top: 55px;
}

#footer-sns {
	margin-left: auto;
	position: absolute;
	right: 0;
	top: 80px;
}

#footer-sns ul {
	display: flex;
}

#footer-sns ul li {
	margin-left: 40px;
}

#footer-sns ul li a {
	display: inline-block;
	font-size: 12px;
	line-height: 1.4em;
	padding: 5px;
	text-align: center;
	text-decoration: none;
}

#footer-sns ul li a em {
	display: block;
	padding-top: 5px;
}

#footer-sns ul li:nth-child(1) img {
	margin: 1px 0;
}

#footer-sns ul li:nth-child(2) img {
	margin: 9px 0;
}

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

#pagetop a {
	background: black url(images/pagetop.svg) no-repeat center center;
	background-size: 20px;
	border-radius: 50%;
	display: block;
	height: 70px;
	padding-top: 19px;
	text-align: center;
	width: 70px;
}

#pagetop a:hover {
	background: #00bde1 url(images/pagetop.svg) no-repeat center top 24px;
	background-size: 20px;
	opacity: 1;
}

#pagetop a em {
	display: none;
}