@charset "UTF-8";


/* ===============================================
	layout
=============================================== */
body{
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size: 14px;
	line-height: 24px;
	color:#333;
}
#wrap{
	position:relative;
	min-height: 100%;
}
.inner{
	width: 100%;
	margin: 0 auto;
}
header{
	width: 100%;
	height: 150px;
	padding: 15px 30px;
}
nav{
	display: none;
}
#container{
	width: 100%;
	margin: 0 auto;
	display: block;
}
#side{
	display: none;
}
#content{
	width: 100%;
	padding: 0 10px;
}
#top-left{
	display: none;
}
#top-content{
	width: 100%;
	padding: 0 10px;
}
#top-right{
	display: none;
}
footer {
	background-color: #f7f7f7;
	margin-top: 20px;
	font-size: 13px;
	line-height: 26px;
}

/* ===============================================
	header
=============================================== */
h1{
	text-align: center;
}
h1 a{
	width: 250px;
	height: 51px;
	display: block;
	margin: 0 auto;
	background: url(../img/common/logo.png) no-repeat 0 0;
	background-size: contain;
}
.header-nav-top{
	display: none;
}
.header-nav-bttm{
	display: block;
	margin-top: 15px;
}
.header-fix{
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
	display: flex;
	justify-content: end;
	align-items: center;
	flex-wrap: wrap;
	height: 35px;
}

.btn-handicap{
	color: #333333;
	font-weight: bold;
	display: inline-block;
	text-decoration: none;
	margin-right: 15px;
	background: url(../img/common/icn_handicap.png) no-repeat 0 0;
	padding-left: 30px;
	padding-top: 2px;
}
.btn-sitemap{
	color: #333333;
	font-weight: bold;
	display: inline-block;
	text-decoration: none;
	margin-right: 20px;
	background: url(../img/common/icn_sitemap.png) no-repeat 0 0;
	padding-left: 30px;
}

/*フォントリサイズ*/
.text-resizer {
	display:flex;
	justify-content:end;
	align-items:center;
	margin-right: 20px;
	font-weight: bold;
}
.text-resizer li{
	margin-left: 2px;
}
.text-resizer li:first-child{
	padding-right: 5px;
}
.text-resizer li a {
	display:block;
	width:30px;
	height:30px;
	line-height: 30px;
	border-radius: 50%;
	background-color:#535353;
	border: 1px solid #535353;
	color: #fff;
	text-align:center;
	text-decoration:none;
}
.text-resizer li a.textresizer-active {
	background-color:#cccccc;
	border: 1px solid #535353;
	color: #333;
}

/*背景色*/
.background-color {
    display: flex;
    justify-content: start;
    align-items: center;
	font-weight: bold;
}
.background-color li {
    margin-left: 2px;
}
.background-color li:first-child{
	padding-right: 5px;
}
.background-color li a {
    display: block;
    width: 28px;
    height: 28px;
	border-radius: 5px;
    text-decoration: none;
    text-align: center;
}
.background-color li a.back-wh {
	border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
}
.background-color li a.back-bk {
	border: 1px solid #000;
    background-color: #000;
    color: #fff;
}
.background-color li a.back-bl {
	border: 1px solid #0033cc;
    background-color: #0033cc;
    color: #fff;
}

/*サイト内検索*/
.site-search-box{
	display:flex;
	justify-content:start;
	align-items:center;
}
.site-search-box input[type="text"]{
	border: 1px solid #535353;
	border-right: none;
	width: calc(100% - 85px);
	height: 30px;
	padding: 0 5px;
}
.site-search-box button{
	border: 1px solid #535353;
	width: 85px;
	height: 30px;
	line-height: 30px;
	background-color: #cccccc;
	font-weight: bold;
	text-align: center;
}

/*language*/
.language-select{
	display:flex;
	justify-content:center;
	align-items:center;
	font-weight: bold;
	margin-top: 10px;
}
.language-select form{
	margin-left: 10px;
}

/* ===============================================
	nav
=============================================== */
.sp-menu{
	width: 100%;
	z-index: 9999;
}
.btn-menu{
	width: 45px;
	height: 40px;
	background-color: #009944;
	margin-left: 10px;
	position: relative;
}
.btn-menu span {
    position: absolute;
    left: 10px;
    width: 25px;
    height: 2px;
    background-color: #fff;
	transition: all 0.5s;
}
.btn-menu span:nth-of-type(1) {
    top: 7px;
}
.btn-menu span:nth-of-type(2) {
    top: 13px;
}
.btn-menu span:nth-of-type(3) {
    top: 19px;
}
.btn-menu.active span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg);
	width: 23px;
	height: 2px;
}
.btn-menu.active span:nth-of-type(3) {
    transform: translateY(-5px) rotate(45deg);
	width: 23px;
	height: 2px;
}
.btn-menu.active span:nth-of-type(2) {
    display: none;
}
.btn-menu p{
	position: absolute;
    left: 50%;
	top: 18px;
	transform: translateX(-50%);
	color: #fff;
	font-size: 10px;
	font-weight: bold;
}
.sp-menu{
	display: none;
	position: absolute;
	top: 190px;
	left: 10px;
	width: calc(100% - 20px);
	max-height: calc(100vh - 190px);
	overflow-y: auto;
	background-color: #cbf0de;
	border: 1px solid #65bb8c;
	border-bottom: none;
	z-index: 9999;
	font-weight: bold;
}
.sp-menu-ttl{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 0 5px 15px;
	border-bottom: 1px solid #65bb8c;
}
.sp-menu-ttl span{
	width: 22px;
	height: 22px;
	background-color: #0c8c45;
	margin-right: 10px;
	position: relative;
}
.sp-menu-ttl span::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.5s;
}
.sp-menu-ttl span::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.5s;
}
.sp-menu-ttl.show span::before {
    opacity: 0;
}
.sp-menu-ttl.show span::after {
    transform: translateY(-50%) rotate(180deg);
}
.sp-menu-ttl a{
	display: block;
	width: 100%;
	color: #333;
	text-decoration: none;
}
.sp-menu-content{
	display: none;
	background-color: #fff;
}
.sp-menu-content ul li{
	border-bottom: 1px solid #65bb8c;
}
.sp-menu-content ul li a{
	display: block;
	padding: 5px 0 5px 25px;
	color: #333;
	text-decoration: none;
}
body.fixed{
	overflow: hidden;
}

/* ===============================================
	side
=============================================== */

/*ログイン*/
.user-box{
	display: none;
}

/*サイドメニュー*/
.side-menu{
	margin-bottom: 35px;
}
.side-menu-ttl{
	width: 100%;
	background-color: #0c8c45;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
	position: relative;
  	display: inline-block;
	margin-bottom: 15px;
	font-size: 16px;
}
.side-menu-ttl:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -8px;
	border: 8px solid transparent;
	border-top: 8px solid #0c8c45;
}
.side-menu ul{
	display: flex;
	justify-content: stretch;
	flex-wrap: wrap;
}
.side-menu li{
	width: calc((100% - 10px) / 2);
	border-bottom: 1px solid #ccc;
	margin-right: 10px;
}
.side-menu li:nth-of-type(2n){
	margin-right: 0;
}
.side-menu li:nth-of-type(1){
	border-top: 1px solid #ccc;
}
.side-menu li:nth-of-type(2){
	border-top: 1px solid #ccc;
}
.side-menu li a{
	display: flex;
	align-items: center;
	color: #0f3520;
	text-decoration: none;
	padding: 10px 0;
	line-height: 20px;
}
.side-menu li a:active{
	color: #666;
}
.side-menu li a span{
	width: 42px;
	height: 42px;
	display: inline-block;
	margin-right: 8px;
}
.side-menu li a span.sb-children{
	background: url(../img/common/sb_children.png) no-repeat 0 0;
}
.side-menu li a:active span.sb-children{
	background: url(../img/common/sb_children.png) no-repeat -42px 0;
}
.side-menu li a span.sb-10s{
	background: url(../img/common/sb_10s.png) no-repeat 0 0;
}
.side-menu li a:active span.sb-10s{
	background: url(../img/common/sb_10s.png) no-repeat -42px 0;
}
.side-menu li a span.sb-senior{
	background: url(../img/common/sb_senior.png) no-repeat 0 0;
}
.side-menu li a:active span.sb-senior{
	background: url(../img/common/sb_senior.png) no-repeat -42px 0;
}
.side-menu li a span.sb-contest{
	background: url(../img/common/sb_contest.png) no-repeat 0 0;
}
.side-menu li a:active span.sb-contest{
	background: url(../img/common/sb_contest.png) no-repeat -42px 0;
}
.side-menu li a span.sb-ebook{
	background: url(../img/common/sb_ebook.png) no-repeat 0 0;
}
.side-menu li a:active span.sb-ebook{
	background: url(../img/common/sb_ebook.png) no-repeat -42px 0;
}
.side-menu li a span.sb-hachioji{
	background: url(../img/common/sb_hachioji.png) no-repeat 0 0;
}
.side-menu li a:active span.sb-hachioji{
	background: url(../img/common/sb_hachioji.png) no-repeat -42px 0;
}
.side-menu li a span.sb-newspaper{
	background: url(../img/common/sb_newspaper.png) no-repeat 0 0;
}
.side-menu li a:active span.sb-newspaper{
	background: url(../img/common/sb_newspaper.png) no-repeat -42px 0;
}
.side-menu li a span.sb-map{
	background: url(../img/common/sb_map.png) no-repeat 0 0;
}
.side-menu li a:active span.sb-map{
	background: url(../img/common/sb_map.png) no-repeat -42px 0;
}
.side-menu li a span.sb-plan{
	background: url(../img/common/sb_plan.png) no-repeat 0 0;
}
.side-menu li a:active span.sb-plan{
	background: url(../img/common/sb_plan.png) no-repeat -42px 0;
}
.side-menu li a span.sb-university{
	background: url(../img/common/sb_university.png) no-repeat 0 0;
}
.side-menu li a:active span.sb-university{
	background: url(../img/common/sb_university.png) no-repeat -42px 0;
}
.side-menu li a span.sb-support{
	background: url(../img/common/sb_support.png) no-repeat 0 0;
}
.side-menu li a:active span.sb-support{
	background: url(../img/common/sb_support.png) no-repeat -42px 0;
}
.side-menu li a span.sb-association{
	background: url(../img/common/sb_association.png) no-repeat 0 0;
}
.side-menu li a:active span.sb-association{
	background: url(../img/common/sb_association.png) no-repeat -42px 0;
}
.side-menu li a span.sb-volunteer{
	background: url(../img/common/sb_volunteer.png) no-repeat 0 0;
}
.side-menu li a:active span.sb-volunteer{
	background: url(../img/common/sb_volunteer.png) no-repeat -42px 0;
}
.side-menu li a span.sb-collection{
	background: url(../img/common/sb_collection.png) no-repeat 0 0;
}
.side-menu li a:active span.sb-collection{
	background: url(../img/common/sb_collection.png) no-repeat -42px 0;
}
.side-menu li a span.sb-link{
	background: url(../img/common/sb_link.png) no-repeat 0 0;
}
.side-menu li a:active span.sb-link{
	background: url(../img/common/sb_link.png) no-repeat -42px 0;
}


/*開館情報*/
.library-open-box{
	margin-bottom: 30px;
}
.library-open-ttl{
	width: 100%;
	background-color: #0c8c45;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
	position: relative;
  	display: inline-block;
	margin-bottom: 15px;
	font-size: 16px;
}
.library-open-ttl:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -8px;
	border: 8px solid transparent;
	border-top: 8px solid #0c8c45;
}
.library-open-box .today{
	text-align: center;
	margin: 15px 0 10px 0;
}
.library-open-box .today span{
	font-size: 24px;
	font-weight: bold;
}
.library-open-box ul{
	border-top: 1px solid #ccc;
	display: flex;
	justify-content: stretch;
	flex-wrap: wrap;
}
.library-open-box li{
	width: calc((100% - 10px) / 2);
	border-bottom: 1px solid #ccc;
	padding: 8px 8px 8px 42px;
	margin-right: 10px;
}
.library-open-box li:nth-of-type(2n){
	margin-right: 0;
}
.library-open-box li.status-open{
	background: url(../img/common/icn_open.png) no-repeat 0 8px;
	background-size: 36px auto;
}
.library-open-box li.status-closed{
	background: url(../img/common/icn_closed.png) no-repeat 0 8px;
	background-size: 36px auto;
}
.library-open-box li a{
	font-weight: bold;
	color: #0033cc;
}
.library-open-box li a br{
	display: none;
}
.library-open-box li p{
	font-size: 12px;
	line-height: 140%;
}

/*バナー*/
.btn-box{
	margin-bottom: 25px;
}
.btn-box ul{
	display: flex;
	justify-content: start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.btn-box ul li{
	width: 50%;
	text-align: center;
	margin-bottom: 15px;
}
.btn-box ul li img{
	width: 90%;
}


/*外部リンク*/
.link-box{
	margin-top: 20px;
}
.link-box ul{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.link-box ul li{
	margin: 0 5px 10px 5px;
}
.link-box li a{
	font-weight: normal;
	display: block;
	position: relative;
	padding-left: 22px;
	margin-bottom: 5px;
}
.link-box li a:before{
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #0c8c45;
	position: absolute;
	top: 4px;
	left: 0;
}
.link-box li a:after{
	content: "▶︎";
	color: #fff;
	font-size: 11px;
	position: absolute;
	top: 2px;
	left: 4px;
}

/* ===============================================
	top page
=============================================== */
/*スライダー*/
.top-slider{
	display: none;
}
/*重要なお知らせ(外枠)*/
.topic-box{
	border: 0px;
	padding: 0px 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
/*重要なお知らせ*/
.topic-box-inc{
	border: 2px solid #f8bbcf;
	border-radius: 5px;
	padding: 15px 5px;
	margin-bottom: 30px;
	margin-top: 40px;
}
.topic-ttl{
	color: #ff0000;
	font-size: 16px;
	font-weight: bold;
	background: url(../img/top/bg_topic.png) no-repeat 0 0;
	padding: 3px 0 0 40px;
	margin-left: 10px;
}
.topic-box ul{
	border-bottom: 1px dotted #adadad;
	margin-top: 5px;
}
.topic-box li{
	border-top: 1px dotted #adadad;
	padding: 5px 10px;
}
.topic-box a{
	color: #0033cc;
}

/*SP 開館情報・検索*/
.sp-btn{
	margin-bottom: 30px;
}
.sp-btn li{
	margin-bottom: 10px;
}
.sp-btn li a{
	display: block;
	background-color: #2467ba;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 5px 0;
}

/*検索*/
.search-box{
	background-color: #f5f4e4;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 30px;
}
.search-ttl{
	font-size: 16px;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 29px;
	background: url(../img/top/bg_search.png) no-repeat 0 0;
	padding-left: 40px;
	margin-bottom: 10px;
}
.search-ttl a{
	font-size: 12px;
	font-weight: normal;
	display: inline-block;
	position: relative;
}
.search-ttl a:before{
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #0c8c45;
	position: absolute;
	top: 2px;
	left: -22px;
}
.search-ttl a:after{
	content: "▶︎";
	color: #fff;
	font-size: 11px;
	position: absolute;
	top: 0;
	left: -18px;
}
.search-input{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}
.search-input input[type="text"]{
	width: calc(100% - 90px);
	height: 36px;
	line-height: 36px;
	background-color: #fff;
	border: 1px solid #a0a0a0;
	padding: 0 10px;
	color: #333;
	font-size: 12px;
}
.search-input input::placeholder{
	color: #999;
}
.search-input button{
	display: block;
	height: 38px;
	border-radius: 5px;
	text-align: center;
	background-color: #f4c278;
	color: #333;
	font-weight: bold;
	padding: 0 15px;
}
.search-input button:hover{
	opacity: 0.8;
}
.search-box ul{
	display:flex;
	justify-content:start;
	align-items:flex-start;
	flex-wrap: wrap;
	font-size: 12px;
}
.search-box ul li{
	margin-right: 20px;
}
.search-box input[type="checkbox"]{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.search-box input[type="checkbox"] {
    cursor: pointer;
    padding-left: 26px;
    vertical-align: middle;
    position: relative;
}
.search-box input[type="checkbox"]::before,
.search-box input[type="checkbox"]::after {
    content: "";
    display: block; 
    position: absolute;
}
.search-box input[type="checkbox"]::before {
    background-color: #fff;
	border: 1px solid #333;
    border-radius: 0%;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    top: 50%;
    left: 5px;
	margin-top: -2px;
}
.search-box input[type="checkbox"]::after {
    border-bottom: 2px solid #333;
    border-left: 2px solid #333;
    opacity: 0;
    height: 6px;
    width: 11px;
    transform: rotate(-45deg);
    top: -6px;
    left: 8px;
}
.search-box input[type="checkbox"]:checked::after {
    opacity: 1;
}
.search-box p{
	font-size: 12px;
	line-height: 150%;
	margin-top: 10px;
}

/*イベントタブ*/
.event-box{
	margin-bottom: 30px;
}
.tab-group {
    display: flex;
    justify-content: start;
    align-items: start;
}
.tab-group li{
	width: calc((100% - 20px) / 5);
    margin-right: 5px;
    text-align: center;
    cursor: pointer;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 0;
	height: 48px;
	line-height: 16px;
}
.tab-group li:last-child{
	margin-right: 0;
}
.tab-group li:nth-of-type(1){
	border-top: 6px solid #0c8c45;
}
.tab-group li:nth-of-type(2){
	border-top: 6px solid #a6937c;
}
.tab-group li:nth-of-type(3){
	border-top: 6px solid #f39800;
}
.tab-group li:nth-of-type(4){
	border-top: 6px solid #448aca;
}
.tab-group li:nth-of-type(5){
	border-top: 6px solid #c66038;
}
.tab-group li.is-active{
	background-color: #eeeeee;
}
.panel {
    display: none;
}
.panel.is-show{
    display: block;
	padding: 10px 0;
}
.panel:nth-of-type(1){
	border-top: 5px solid #0c8c45;
}
.panel:nth-of-type(2){
	border-top: 5px solid #a6937c;
}
.panel:nth-of-type(3){
	border-top: 5px solid #f39800;
}
.panel:nth-of-type(4){
	border-top: 5px solid #448aca;
}
.panel:nth-of-type(5){
	border-top: 5px solid #c66038;
}
.panel li{
    padding: 15px 0;
	border-bottom: 1px dotted #999;
	display: flex;
	justify-content: start;
	align-items: flex-start;
	line-height: 160%;
}
.panel li p{
	width: 60px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	border-radius: 3px;
	margin-right: 10px;
}
.panel li p.badge-osirase{
	background-color: #6d6050;
}
.panel li p.badge-event{
	background-color: #f39800;
}
.panel li p.badge-tenji{
	background-color: #448aca;
}
.panel li p.badge-katsudou{
	background-color: #c66038;
}
.panel li .event-ttl{
	width: calc((100% - 70px));
}
.panel li .event-ttl a{
	text-decoration: underline;
}
.panel li .event-ttl span{
	font-size: 12px;
}
.panel li .event-ttl span.new{
	color: #fff;
	background-color: #e60012;
	padding: 0 5px;
}

/*図書館マップ*/
.library-map{
	display: none;
}

.bnnr-box ul{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.bnnr-box li{
	width: 50%;
	text-align: center;
	margin-bottom: 15px;
}

/* ===============================================
	content
=============================================== */
#content a{
	color: #0033cc;
}
.path{
	margin-top: 10px;
	margin-bottom: 10px;
}
.path ul{
	display: flex;
	justify-content: start;
	align-items: center;
	flex-wrap: wrap;
}
.path li{
	position: relative;
	padding-right: 20px;
	font-size: 13px;
}
.path li:after{
	content: '';
	width: 8px;
	height: 8px;
	border-top: solid 1px #0033cc;
	border-right: solid 1px #0033cc;
	position: absolute;
	right: 8px;
	top: 50%;
	transform: rotate(45deg);
	margin-top: -4px;
}
.path li:last-child:after{
	content: none;
}

section{
	margin-bottom: 30px;
}
.page-box{
	margin: 0 10px;
	padding-bottom: 30px;
	word-wrap: break-word;
}

.page-box img{
	max-width: 100%;
}

section h2{
	font-size: 18px;
	font-weight: bold;
	padding: 10px 10px 10px 15px;
	border-left: solid 10px #0d8c45;
	margin-bottom: 20px;
	background-color: #eee;
}
section h3{
	font-size: 16px;
	font-weight: bold;
	padding: 5px 10px 5px 20px;
	margin-bottom: 10px;
	position: relative;
	border-bottom: 1px solid #ccc;
}
section h3:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 9px;
	width: 6px;
	height: 18px;
	border-radius: 5px;
	background-color: #0d8c45;
}
section h4{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}
section h5{
	font-size: 15px;
	font-weight: bold;
	position: relative;
	padding-left: 15px;
	margin-bottom: 5px;
}
section h5:before{
	display: inline-block;
	position: absolute;
	top: 7px;
	left: 0;
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #0d8c45;
}

ul.page-list li{
	position: relative;
	display: block;
	padding-left: 24px;
	margin-bottom: 5px;
}
ul.page-list li:before{
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background-color: #0c8c45;
	position: absolute;
	top: 3px;
	left: 0;
}
ul.page-list li:after{
	content: "▶︎";
	color: #fff;
	font-size: 10px;
	position: absolute;
	top: 0px;
	left: 4px;
}
ul.page-list-parentheses{
	margin-left: 25px;
}
ul.page-list-parentheses li{
	counter-increment: cnt;
	margin-bottom: 3px;
}
ul.page-list-parentheses li::before {
	content: "(" counter(cnt) ") ";
	display:inline-block;
	margin-left:-25px;
	width: 28px; 
}
ul.page-list-point{
	margin-left: 15px;
}
ul.page-list-point li{
	margin-bottom: 5px;
}
ul.page-list-point li::before {
	content: "・ ";
	display:inline-block;
	margin-left:-15px;
	width: 15px;
}
ul.page-list-diamond{
	margin-left: 18px;
}
ul.page-list-diamond li{
	margin-bottom: 0px;
}
ul.page-list-diamond li::before {
	content: "♢ ";
	display:inline-block;
	margin-left:-18px;
	width: 18px;
}

table.page-tbl{
	width: 100%;
    margin-bottom: 5px;
}
table.page-tbl th,
table.page-tbl td{
	border: 1px solid #ccc;
	padding: 5px 10px;
	vertical-align: middle;
}
table.page-tbl th{
	background-color: rgba(0,0,0,0.07);
	font-weight: normal;
	text-align: center;
}
.js-scrollable .page-tbl{
	white-space: nowrap;
}

.page-btn-box{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px 0;
}
.page-btn-box button.main-btn{
	background-color: #0c8c45;
	color: #fff;
	font-weight: bold;
	padding: 10px 20px;
	border-radius: 10px;
	margin: 0 10px;
	min-width: 100px;
	text-align: center;
}
.page-btn-box button.sub-btn{
	background-color: #f4c278;
	color: #333;
	font-weight: bold;
	padding: 10px 20px;
	border-radius: 10px;
	margin: 0 10px;
	min-width: 100px;
	text-align: center;
}

.page-brdr{
	border: 1px solid #ccc;
	padding: 10px 15px;
}
.page-brdr-rd{
	border: 2px solid #f03131;
	padding: 10px 15px;
}
.page-brdr-grn{
	border: 1px solid #0c8c45;
	padding: 10px 15px;
}

/*faqキーワード検索*/
.page-search-box{
	width: 100%;
	margin-right: 20px;
}
.page-search-box form{
	width: 100%;
}
.page-search-box input[type="radio"]{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.page-search-box input[type="radio"] {
	position: relative;
	width: 16px;
	height: 16px;
	border: 1px solid #000;
	border-radius: 50%;
	vertical-align: -2px;
}
.page-search-box input[type="radio"]:checked:before{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #000;
	content: '';
}
.page-search-box label{
	margin: 0 10px 0 5px;
}
.page-search-input{
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap: wrap;
}
.page-search-input input[type="text"]{
	background-color: #fff;
	border: 1px solid #535353;
	height: 34px;
	padding: 0 5px;
	width: 100%;
	margin-bottom: 10px;
}
.page-search-input .page-search-btn{
	border: 1px solid #535353;
	height: 34px;
	line-height: 34px;
	background-color: #cccccc;
	color: #333;
	font-weight: bold;
	width: 100px;
	text-align: center;
	margin: 0 10px;
}

/*faq開閉アコーディオン*/
.faq-accordion {
    margin-bottom: 10px;
}
.faq-accordion-ttl {
    cursor: pointer;
    position: relative;
	padding: 10px;
	background-color: #f3f3f3;
	display: flex;
	justify-content: space-between;
	align-items: start;
}
.faq-accordion-ttl p{
	margin-right: 20px;
}
.faq-accordion-ttl p::before{
	content: "Q.";
	color: #0d8c45;
	font-weight: bold;
	margin-right: 10px;
}
.faq-accordion-ttl span::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 2px;
    background-color: #0d8c45;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .5s;
}
.faq-accordion-ttl span::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 2px;
    background-color: #0d8c45;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transition: transform .5s;
}
.faq-accordion-ttl.show span::before {
    opacity: 0;
}
.faq-accordion-ttl.show span::after {
    transform: translateY(-50%) rotate(180deg);
}
.faq-accordion-content {
    display: none;
	padding: 10px 10px 10px 35px;
	position: relative;
}
.faq-accordion-content::before{
	position: absolute;
	left: 10px;
	display: inline-block;
	content: "A.";
	color: #0d8c45;
	font-weight: bold;
}
.faq-top-back{
	text-align: right;
	margin-top: -15px;
	padding-right: 5px;
	margin-bottom: 5px;
}

/*るりちゃん*/
.symbol-box img{
	margin-bottom: 10px;
}

/*学校図書館支援画像*/
.school-img-box li{
	text-align: center;
	margin-bottom: 10px;
}

/* ===============================================
	page top button
=============================================== */
.page-top{
	position:fixed;
	right:15px;
	bottom:25px;
	z-index: 10;
}
.page-top a{
	background-color:#2e9b5e;
	border: 2px solid #0c8c45;
	border-radius:50%;
	width:65px;
	height:65px;
	display: flex;
	justify-content: center;
	align-items: center;
	color:#fff;
	font-size:10px;
	text-decoration:none;

	position: relative;
}
.page-top a:hover{
	color:#fff;
}
.page-top a:before {
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	top: 15px;
	transform: rotate(-45deg);
}
.page-top a span{
	margin-top: 10px;
}

/* ===============================================
	Footer
=============================================== */
.footer-top{
	width: 100%;
	display: block;
	padding: 20px 0;
	text-align: center;
	line-height: 140%;
}
.footer-top h1{
	padding: 0;
}
.footer-top ul{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}
.footer-top ul li{
	margin: 0 10px;
}
.footer-bttm{
	background-color: #e9e9da;
	text-align: center;
	padding: 10px 0;
	height: 80px;
	font-size: 11px;
}

/* ===============================================
	common : img margin padding text-align
=============================================== */
.display-sp{
	display: block;
}
.display-pc{
	display: none;
}
img {
	image-rendering: -webkit-optimize-contrast;
}

a{
	color: #003366;
	text-decoration: underline;
}
a:hover{
	color:#666;
}

.fc-r{
	color:#f03131;
}
.fc-grn{
	color:#0d8c45;
}

.ta-c{
	text-align:center;
}
.ta-l{
	text-align:left;
}

.fw-b{
	font-weight:bold;
}
.fw-n{
	font-weight:normal;
}

.fs-l{
	font-size: 16px;
}