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

html {
	min-width: 1180px;
	overflow-y: scroll;
}

body {
	color: black;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 15px;
	font-weight: 500;
	-webkit-text-size-adjust: none;
}

h3.subtitle {
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	font-size: 25px;
	margin: 20px 0;
	padding: 5px 20px;
}

.sp {
	display: none;
}

p {
	line-height: 1.8em;
	margin: 10px 0;
	text-align: justify;
	text-justify: distribute;
}

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 {
	background: black url(images/link_btn.svg) no-repeat right 20px center;
	background-size: 6px;
	color: white;
	display: inline-block;
	padding: 15px 70px 15px 50px;
	text-decoration: none;
}

img {
	vertical-align: middle;
}

ul {
	list-style-type: none;
}

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

ol li {
	margin-top: 5px;
}

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.small {
	font-size: 85%;
	line-height: 1.2em;
}

span.large {
	font-size: 110%;
	font-weight: 700;
	line-height: 1.5em;
}

strong.marker {
	background: url("images/marker.gif") repeat-x center bottom;
	padding: 0 5px;
}

span.img-right {
	float: right;
	margin: 5px 0 5px 12px;
}

span.img-left {
	float: left;
	margin: 5px 12px 5px 0;
}

strong.marker {
	background: url(images/marker.gif) repeat-x center bottom;
	color: #f85820;
	padding: 0 5px;
}

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

ul.list li {
	background: url(images/ul_list_li.svg) no-repeat left 5px top 7px;
	background-size: 12px;
	padding-left: 30px;
	text-align: justify;
}

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

ul.notelist li {
	padding: 1px 0;
	text-align: justify;
	text-indent: -1.2em;
}

div.line {
	border-top: 1px solid #8f8f8f;
	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;
}

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

div.indent {
	padding: 0 20px;
}

table.list-table th {
	background-color: black;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	color: white;
	font-weight: 700;
	line-height: 1.8em;
	padding: 20px;
	width: 30%;
}

table.list-table tr:first-child th {
	border-top-color: black;
}

table.list-table tr:last-child th {
	border-bottom-color: black;
}

table.list-table td {
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	line-height: 1.8em;
	padding: 12px 40px;
}

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

header {
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 1100px;
}

a#header-houkouji {
	display: inline-block;
	left: 0;
	position: absolute;
	top: 15px;
}

p#header-copy {
	display: inline-block;
	margin: 0;
	padding-top: 20px;
}

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

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

footer {
	background: black url(images/footer_bg.jpg) no-repeat center top;
	color: white;
	padding: 60px 0 80px 0;
	text-align: center;
}

footer p {
	text-align: center;
}

footer a {
	color: white;
}

footer h3 {
	padding-bottom: 10px;
}

footer address {
	font-size: 15px;
	font-style: normal;
	padding-top: 10px;
	text-align: center;
}

a#footer-houkouji {
	display: inline-block;
	margin: 30px 0 10px 0;
	text-decoration: none;
}

p#footer-copy {
	font-size: 13px;
	font-weight: 300;
}

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

#pagetop a {
	background: #f5f5f5 url(images/pagetop.svg) no-repeat center top 15px;
	background-size: 18px;
	border-radius: 50%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	color: black;
	display: block;
	font-size: 12px;
	height: 60px;
	padding-top: 28px;
	text-align: center;
	text-decoration: none;
	width: 60px;
}

#pagetop a:hover {
	background-position: center top 10px;
}
