body {
	font-family: "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	width: 100%;
    margin: 0;
}


/*↓↓フッターmenu↓↓*/
footer {
	background-color: #147AB7;
	height: 60px;
    position: fixed;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    z-index: 100;
	bottom:0;
}

.search-page-box {
	display: inline-block;
	text-align: center;
	font-size: 1em;
	margin:10px;
	padding-right: 40px;
}

.search-page-box label {
	vertical-align: top;
	display: inline-block;
}

.search-page-box input[type='text'] {
	box-sizing: border-box;
	height: 40px;
	width: 110px;
	color: #000;
	text-align: center;
	border: 1px solid #ccc;
	box-shadow: none;
	border-radius: 4px;
	font-size: 18px;
}

.ef search-page-box[type='text']:focus {
	outline: none;
	padding:0;
	box-shadow: inset 1px 1px 2px 0 #c9c9c9;
}


.search-page-box button,
.btn-zoom-out {
	text-decoration: none;
	color: #147AB7;
	width: 40px;
	height: 40px;
	overflow: hidden;
	font-weight: bold;
	background-color: #fff;
	font-family: "Font Awesome 5 Free";
	border-radius:4px;
	border: 1px solid #ccc; 
	box-shadow:none;
	padding:0;
}

.search-page-box .search-button:before,
.search-page-box .btn-list:before,
.search-page-box .btn-zoom-in:before,
.btn-zoom-out:before {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 26px;
	line-height:36px;
	cursor: pointer;
}

.search-page-box .btn-first:before {
	content: "\f100";
}

.search-page-box .btn-prev:before {
	content: "\f104";
}

.search-page-box .btn-next:before {
	content: "\f105";
}

.search-page-box .btn-last:before {
	content: "\f101";
}

.search-page-box .btn-list:before {
	content: "\f0ca";
}

.search-page-box .btn-zoom-in:before {
	content: "\f00e";
}

.search-page-box > :nth-child(n+3) {
	margin-left: 5px;
}


.search-page-box > button:hover {
	color: #91D8F2;
}

.search-page-box > button:disabled  {
	color: #cccccc;
}

.search-page-box .btn-list {
	position: relative;
	right: 40px;
}
.search-page-box .btn-zoom-in {
	position: relative;
	left: 40px;
	margin-left: 0;
	opacity: 0;
}
.search-page-box .btn-zoom-in.show {
	opacity: 1;
}

.btn-zoom-out {
	position: fixed;
	right: 20px;
	top: 20px;
	z-index: 999;
	display: none;
}
.btn-zoom-out:before {
	content: "\f010";
}

/*↑↑フッターmenu↑↑*/

/*↓↓目次↓↓*/
.menu {
    height: 20px;
    position: absolute;
    right: 5px;
    top: 13px;
    width: 30px;
    z-index: 999;
    margin: 5px 10px;
	cursor: pointer;
}

.menu__line {
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}

.menu__line--bottom {
    bottom: 0;
}

.menu__line--top {
    top: 8px;
    transform: rotate(45deg);
}

.menu__line--bottom {
    bottom: 10px;
	transform: rotate(135deg);
}

.gnav {
    left: -569px;
    background: rgba(0,0,0,0.8);
    height: 100%;
    position: fixed;
    width: 569px;
    z-index: 998;
	transition: all 300ms 0s ease;
}
.gnav.show {
    left: 0;
}


.gnav__wrap {
	vertical-align: top;
    display: flex;
    height: 100%;
    position: absolute;
    width: 550px;
}

.gnav__menu {
	width:100%;
	margin:40px 12px 0px;
	overflow-y:scroll;
	padding:20px;
    -ms-overflow-style: none;   
    scrollbar-width: none;       
}
.gnav__menu a,
.gnav__menu {
    color: #fff;
    text-decoration: none;
}

.gnav__menu a:hover {
	text-decoration: underline;
}

.gnav__menu::-webkit-scrollbar { 
	display:none;
}

.gnav__menu ul {
	list-style: none;
	list-style-type:none; 
	background-image:none; 
}

.gnav__menu li {
    margin-top: 5px;
	list-style-type: none;	
	display:block;
}
.gnav__menu > li:first-child {
	margin-top: 0;
}
.gnav__menu > li:last-child {
	margin-bottom: 60px;
}

.gnav__menu li a {
    font-size: 1em;
}

.gnav__menu li span.pageno {
	float:right;
}

.gnav__menu > li {
	font-size: 1.1rem;
	font-weight: bold;
}

.gnav__menu > li li {
	font-weight: normal;
}

.gnav__menu li .small {
	font-size: 0.9rem;
	color: #aaa;
}

.gnav__menu li .small ul {
	padding: 0;
}
.gnav__menu li .small li {
	margin: 0;
	display: inline-block;
}

span.ticon, 
span.ticon-m {
	cursor: pointer;
}

span.ticon:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0fe";
	padding-right:15px;
}

span.ticon-m:before {
	font-family: "Font Awesome 5 Free";
	content: "\f146";

}
span.nicon:before{
	content: "　";
	padding-right:15px;
}

.hider{
    display:none;
}
/*↑↑目次↑↑*/

@media screen and (max-width: 1023px) {

	.gnav {
		left: -1023px;
	}
	
	.gnav__wrap {
		width: 100%;
	}
	
	.gnav__menu {
		width: 100%;
	}

	.gnav {
		width: 100%;
	}

	.gnav__menu .pageno {
		display: none;
	}
	
	.search-page-box .page-no-box {
		display: none;
	}
	
	.search-page-box .btn-list {
		position: absolute;
		left: 10px;
	}
	.search-page-box .btn-zoom-in {
		position: absolute;
		left: auto;
		right: 10px;
	}

	.search-page-box {
		padding-right: 0px;
	}
}

