@charset "utf-8";
body {
	margin: 0;
    border: 0;
    padding: 0;
    line-height: 1.5;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Meiryo", "MS　Pゴシック", sans-serif;
    font-size: 16px;
    background-image: url(image/notebook.png) repeat transparent;
}
h1 {
    font-size: 21px; 
}
h2 {
    padding-bottom: 0;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Meiryo", "MS　Pゴシック", sans-serif;
    font-size: 16px; 
    font-weight: bold;
}
.container {
	margin: 0 auto 0 auto;
	padding: 0 8px 0 8px;
	max-width: 550px;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.header-inner {
	background: #bbb;
}
.subheader-inner {
	padding: 0 0 0 0;
	color: #fff;
	background: #55aa88;
}
.main-inner {
	margin-bottom: 40px;
    background: transparent;
    font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "MS　P明朝", serif;
}
.main-inner ul {
	margin-top: 0;
	padding: 5px;
	list-style-type: none;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Meiryo", "MS　Pゴシック", sans-serif;
}
.footer-inner {
	background: #bbb;
}
body {
	color: #444;
}
table {
	border-collapse: collapse;
}
th, td {
	border: 1px solid #8fbac8;
	padding: 8px;
}
main p:last-child {
	margin-bottom: 0;
}
.main-title {
	margin: 0;
}
.copyright {
	margin: 0;
}
.breadcrumb ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.breadcrumb li {
	display: inline;
}
.breadcrumb li::after {
	content: "»";
	color: #999;
}
.breadcrumb li:last-child::after {
	content: none;
}
.breadcrumb a {
	text-decoration: none;
	color: #1864b9;
}
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: -50px;
  background: #55aa88;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f062';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -10px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}