@charset "UTF-8";


/* ===============================================
	layout
=============================================== */
body{
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size: 16px;
	line-height: 28px;
	color:#333;
}
#wrap{
	position:relative;
	min-height: 100%;
}
.inner{
	width: 1200px;
	margin: 0 auto;
}
header{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 10px;
	margin-bottom: 30px;
}
nav{
	background-color: #fff;
	border-bottom: 6px solid #009944;
	margin-bottom: 20px;
}
#container{
	width: 1200px;
	margin: 0 auto;
	display:flex;
	justify-content:space-between;
	align-items:start;
}
#side{
	width:220px;
	background-color: #fff;
}
#content{
	width:calc(100% - 240px);
}
#top-left{
	width: 220px;
}
#top-content{
	width:calc(100% - 440px);
	padding: 0 20px;
}
#top-right{
	width: 220px;
}
footer {
	background-color: #f7f7f7;
	margin-top: 50px;
	font-size: 88%;
	line-height: 26px;
}

/* ===============================================
	header
=============================================== */
h1{
	padding: 5px 25px;
}
h1 a{
	width: 285px;
	height: 58px;
	display: block;
	background: url(../img/common/logo.png) no-repeat 0 0;
}
h1 a:hover{
	opacity: .8;
	transition: opacity .3s;
}
.header-nav-top{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.header-nav-bttm{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	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;
	margin-right: 20px;
	font-size: 14px;
}
.site-search-box input[type="text"]{
	background-color: #fff;
	border: 1px solid #535353;
	border-right: none;
	width: 275px;
	height: 24px;
	padding: 0 5px;
}
.site-search-box button{
	border: 1px solid #535353;
	height: 24px;
	line-height: 24px;
	background-color: #cccccc;
	padding: 0 30px;
	color: #333;
	font-weight: bold;
}

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

.btn-menu, .sp-menu{
	display: none;
}

/* ===============================================
	nav
=============================================== */
.nav-inner{
	border-bottom: 4px solid #b3d465;
}
.menu-list {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
	align-items:center;
	border-left: 1px solid #ccc;
}
.menu-item{
	width: 200px;
	position: relative;
	transition: background-color .3s;
	color: #333;
	font-size: 113%;
}
.menu-item:before{
	content: "▼";
	color: #009944;
	font-size: 12px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -5px;
}
.menu-item:hover .drop-menu-body {
	transform: scaleY(1);
}
.menu-item:hover {
	background-color: #f0fbf5;
}
.drop-menu-list li:hover{
	opacity: .8;
	transition: opacity .3s;
}
.menu-item a {
	align-items: center;
	color: #666;
	font-weight: bold;
	display: flex;
	height: 55px;
	justify-content: center;
	text-decoration: none;
	border-right: 1px solid #ccc;
}
.drop-menu {
	position: relative;
}
.drop-menu-body{
	position: absolute;
	top: 55px;
	left: -60px;
	transform: scaleY(0);
	transform-origin: center top;
	transition: transform .3s;
	width: 320px;
	z-index: 99;
	padding-top: 17px;
}
.drop-menu-list {
	background-color: #6dba8f;
	display: flex;
	justify-content: start;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 320px;
	padding: 5px 5px 0 5px;
  }
.drop-menu-list:before{
	content: "";
	position: absolute;
	top: 4px;
	left: 50%;
	transform: translateX(-50%);
	border: 5px solid transparent;
	border-bottom: 8px solid #6dba8f;
}
.drop-menu-body.last-body{
	left: auto;
	right: 0;
}
.drop-menu-body.last-body .drop-menu-list:before{
	left: auto;
	right: 95px;
	transform: none;
}
	
.drop-menu-list li {
	background-color: #fff;
	border-radius: 3px;
	width: calc((100% - 5px) / 2);
	margin-right: 5px;
	text-align: left;
	margin-bottom: 5px;
	transition: opacity .3s;
}
.drop-menu-list li:nth-of-type(2n){
	margin-right: 0;
}
.drop-menu-list li a{
	border-right: none;
	display: flex;
	justify-content: start;
	align-items: center;
	font-size: 13px;
	height: 40px;
	line-height: 16px;
	font-weight: normal;
	color: #333;
	padding: 0 10px;
}

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

/*ログイン*/
.user-box{
	border: 1px solid #ccc;
	margin-bottom: 40px;
}
.user-ttl{
	background-color: #f4c278;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
}
.user-inner{
	padding: 15px 10px 15px 20px;
	font-size: 88%;
}
.user-inner p{
	line-height: 160%;
}
.user-inner button{
	display: block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	margin: 10px auto;
	background:#f4c278 url(../img/common/bg_user_btn.png) no-repeat 5px 5px;
	border: 1px solid #f4c278;
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
	box-shadow: 0 2px 2px 0 #40311e;
}
.user-inner button span{
	margin-left: 5px;
}
.user-inner button:hover{
	opacity: 0.8;
}
.user-inner button.login{
	display: block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	margin: 10px auto;
	background:#3366cc url(../img/common/bg_user_btn_login.png) no-repeat 5px 5px;
	border: 1px solid #3366cc;
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
	box-shadow: 0 2px 2px 0 #40311e;
	color: #fff;
}
.user-box a{
	display: inline-block;
	position: relative;
	padding: 0 0 0 13px;
}
.user-box a:before{
	content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border: 4px solid transparent;
    border-left: 5px solid #333;
}

/*サイドメニュー*/
.side-menu{
	margin-bottom: 35px;
}
.side-menu-ttl{
	width: 220px;
	background-color: #0c8c45;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
	position: relative;
  	display: inline-block;
	margin-bottom: 15px;
}
.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 li{
	border-top: 1px solid #ccc;
}
.side-menu li:last-child{
	border-bottom: 1px solid #ccc;
}
.side-menu li a{
	display: flex;
	align-items: center;
	color: #0f3520;
	text-decoration: none;
	padding: 10px 0;
	transition: opacity .3s;
	line-height: 22px;
	min-height: 64px;
}
.side-menu li a:hover{
	color: #666;
	opacity: .8;
	transition: opacity .3s;
}
.side-menu li a span{
	width: 43px;
	height: 43px;
	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:hover span.sb-chilodren{
	background: url(../img/common/sb_children.png) no-repeat -43px 0;
}
.side-menu li a span.sb-10s{
	background: url(../img/common/sb_10s.png) no-repeat 0 0;
}
.side-menu li a:hover span.sb-10s{
	background: url(../img/common/sb_10s.png) no-repeat -43px 0;
}
.side-menu li a span.sb-senior{
	background: url(../img/common/sb_senior.png) no-repeat 0 0;
}
.side-menu li a:hover span.sb-senior{
	background: url(../img/common/sb_senior.png) no-repeat -43px 0;
}
.side-menu li a span.sb-contest{
	background: url(../img/common/sb_contest.png) no-repeat 0 0;
}
.side-menu li a:hover span.sb-contest{
	background: url(../img/common/sb_contest.png) no-repeat -43px 0;
}
.side-menu li a span.sb-ebook{
	background: url(../img/common/sb_ebook.png) no-repeat 0 0;
}
.side-menu li a:hover span.sb-ebook{
	background: url(../img/common/sb_ebook.png) no-repeat -43px 0;
}
.side-menu li a span.sb-hachioji{
	background: url(../img/common/sb_hachioji.png) no-repeat 0 0;
}
.side-menu li a:hover span.sb-hachioji{
	background: url(../img/common/sb_hachioji.png) no-repeat -43px 0;
}
.side-menu li a span.sb-newspaper{
	background: url(../img/common/sb_newspaper.png) no-repeat 0 0;
}
.side-menu li a:hover span.sb-newspaper{
	background: url(../img/common/sb_newspaper.png) no-repeat -43px 0;
}
.side-menu li a span.sb-map{
	background: url(../img/common/sb_map.png) no-repeat 0 0;
}
.side-menu li a:hover span.sb-map{
	background: url(../img/common/sb_map.png) no-repeat -43px 0;
}
.side-menu li a span.sb-plan{
	background: url(../img/common/sb_plan.png) no-repeat 0 0;
}
.side-menu li a:hover span.sb-plan{
	background: url(../img/common/sb_plan.png) no-repeat -43px 0;
}
.side-menu li a span.sb-university{
	background: url(../img/common/sb_university.png) no-repeat 0 0;
}
.side-menu li a:hover span.sb-university{
	background: url(../img/common/sb_university.png) no-repeat -43px 0;
}
.side-menu li a span.sb-support{
	background: url(../img/common/sb_support.png) no-repeat 0 0;
}
.side-menu li a:hover span.sb-support{
	background: url(../img/common/sb_support.png) no-repeat -43px 0;
}
.side-menu li a span.sb-association{
	background: url(../img/common/sb_association.png) no-repeat 0 0;
}
.side-menu li a:hover span.sb-association{
	background: url(../img/common/sb_association.png) no-repeat -43px 0;
}
.side-menu li a span.sb-volunteer{
	background: url(../img/common/sb_volunteer.png) no-repeat 0 0;
}
.side-menu li a:hover span.sb-volunteer{
	background: url(../img/common/sb_volunteer.png) no-repeat -43px 0;
}
.side-menu li a span.sb-collection{
	background: url(../img/common/sb_collection.png) no-repeat 0 0;
}
.side-menu li a:hover span.sb-collection{
	background: url(../img/common/sb_collection.png) no-repeat -43px 0;
}
.side-menu li a span.sb-link{
	background: url(../img/common/sb_link.png) no-repeat 0 0;
}
.side-menu li a:hover span.sb-link{
	background: url(../img/common/sb_link.png) no-repeat -43px 0;
}

/*開館情報*/
.library-open-ttl{
	width: 220px;
	background-color: #0c8c45;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
	position: relative;
  	display: inline-block;
	margin-bottom: 15px;
}
.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;
	font-size: 113%;
	margin: 15px 0 10px 0;
}
.library-open-box .today span{
	font-size: 167%;
	font-weight: bold;
}
.library-open-box ul{
	border-top: 1px solid #ccc;
}
.library-open-box li{
	border-bottom: 1px solid #ccc;
	padding: 8px 8px 8px 50px;
	font-size: 88%;
	line-height: 150%;
}
.library-open-box li.status-open{
	background: url(../img/common/icn_open.png) no-repeat 8px 8px;
	background-size: 36px auto;
}
.library-open-box li.status-closed{
	background: url(../img/common/icn_closed.png) no-repeat 8px 8px;
	background-size: 36px auto;
}
.library-open-box li a{
	font-weight: bold;
	color: #0033cc;
}
.library-open-box li p{
	font-size: 86%;
	line-height: 140%;
}

/*バナー*/
.side-bnnr-box a{
	display: block;
	margin-bottom: 15px;
}
#top-left .bnnr-box{
	padding-left: 35px;
}
#top-left .bnnr-box a{
	display: block;
	margin-bottom: 15px;
}

#top-right .btn-box{
	padding-bottom: 10px;
}
#top-right .btn-box a{
	display: block;
	margin-bottom: 35px;
}


/*外部リンク*/
.link-box{
	margin: 40px 0;
}
.link-box a{
	font-size: 88%;
	font-weight: normal;
	display: block;
	position: relative;
	padding-left: 50px;
	margin-bottom: 5px;
}
.link-box a:before{
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #0c8c45;
	position: absolute;
	top: 5px;
	left: 20px;
}
.link-box a:after{
	content: "▶︎";
	color: #fff;
	font-size: 11px;
	position: absolute;
	top: 1px;
	left: 24px;
}

/* ===============================================
	top page
=============================================== */
/*スライダー*/
.top-slider{
	position: relative;
}
.top-slider-list{
	padding: 0 50px;
	position: relative;
}
.top-slider-list a img{
	margin: 0 auto;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.top-slider-list .slick-list{
	padding: 60px 0 20px 0;
}
.top-slider-list .slide-arrow{
	background-color: #333;
	bottom: 0;
	height: 0;
	margin: auto;
	position: absolute;
	top: 0;
	width: 0;
}
.top-slider-list .prev-arrow{
	background-color: #009944;
	border-radius: 50%;
	width: 27px;
	height: 27px;
	line-height: 28px;
	top: 20px;
	left: 10px;
	text-align: center;
	color: #fff;
	font-size: 12px;
}
.top-slider-list .next-arrow{
	background-color: #009944;
	border-radius: 50%;
	width: 27px;
	height: 27px;
	line-height: 28px;
	top: 20px;
	right: 10px;
	text-align: center;
	color: #fff;
	font-size: 12px;
}
.top-slider-btn{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}
.top-slider-btn .slider-play-toggle{
	font-size: 11px;
	background: #f5f4e4 url(../img/top/icn_pause.png) no-repeat 5px center;
	border-radius: 3px;
	padding: 0 8px 0 18px;
}
.top-slider-btn .slider-play-toggle.slider-play{
	background: #f5f4e4 url(../img/top/icn_play.png) no-repeat 5px center;
}
.top-slider-btn .slider-open-toggle{
	width: 60px;
	font-size: 11px;
	background: #f5f4e4 url(../img/top/icn_close.png) no-repeat 5px center;
	border-radius: 3px;
	padding: 0 8px 0 18px;
}
.top-slider-btn .slider-open-toggle.slider-open{
	background: #f5f4e4 url(../img/top/icn_open.png) no-repeat 5px center;
}

/*重要なお知らせ(外枠)*/
.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: 113%;
	font-weight: bold;
	background: url(../img/top/bg_topic.png) no-repeat 0 0;
	padding: 3px 0 0 40px;
	margin-left: 15px;
}
.topic-box ul{
	border-bottom: 1px dotted #adadad;
	margin-top: 5px;
}
.topic-box li{
	border-top: 1px dotted #adadad;
	padding: 5px 15px;
}
.topic-box a{
	color: #0033cc;
}
/*検索*/
.search-box{
	background-color: #f5f4e4;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 30px;
}
.search-ttl{
	font-size: 113%;
	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: 74%;
	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: 4px;
	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% - 120px);
	height: 36px;
	line-height: 36px;
	background-color: #fff;
	border: 1px solid #a0a0a0;
	padding: 0 10px;
	color: #333;
	font-size: 88%;
}
.search-input input::placeholder{
	color: #999;
}
.search-input button{
	display: block;
	width: 100px;
	height: 38px;
	border-radius: 5px;
	text-align: center;
	background-color: #f4c278;
	color: #333;
	font-weight: bold;
	margin-left: 20px;
}
.search-input button:hover{
	opacity: 0.8;
}
.search-box ul{
	display:flex;
	justify-content:start;
	align-items:flex-start;
	flex-wrap: wrap;
	font-size: 88%;
}
.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: 88%;
	line-height: 150%;
	margin-top: 10px;
}

/*SP 開館情報・検索*/
.sp-btn,
.sp-btn-box{
	display: none;
}

/*イベントタブ*/
.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-size: 88%;
	font-weight: bold;
	display: block;
	height: 46px;
	line-height: 40px;
}
.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;
}
.tab-group li br{
	display: none;
}
.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: 20px 0;
	border-bottom: 1px dotted #999;
	display: flex;
	justify-content: start;
	align-items: flex-start;
	font-size: 88%;
	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: 86%;
}
.panel li .event-ttl span.new{
	color: #fff;
	background-color: #e60012;
	padding: 0 5px;
}

/*図書館マップ*/
.library-map{
	font-size: 113%;
	font-weight: bold;
}


/* ===============================================
	content
=============================================== */
#content a{
	color: #0033cc;
}
.path{
	margin-bottom: 30px;
}
.path ul{
	display: flex;
	justify-content: start;
	align-items: center;
}
.path li{
	position: relative;
	padding-right: 20px;
	font-size: 88%;
}
.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: 40px;
}
.page-box{
	margin: 0 30px;
	padding-bottom: 50px;
	word-wrap: break-word;
}

section h2{
	font-size: 125%;
	font-weight: bold;
	padding: 20px;
	border-left: solid 13px #0d8c45;
	margin-bottom: 30px;
	background-color: #eee;
}
section h3{
	font-size: 113%;
	font-weight: bold;
	padding: 5px 10px 5px 20px;
	margin-bottom: 15px;
	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: 106%;
	font-weight: bold;
	margin-bottom: 5px;
}
section h5{
	font-size: 106%;
	font-weight: bold;
	position: relative;
	padding-left: 15px;
	margin-bottom: 5px;
}
section h5:before{
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 0;
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #0d8c45;
}

ul.page-list li{
	position: relative;
	display: block;
	padding-left: 28px;
	margin-bottom: 5px;
}
ul.page-list li:before{
	content: "";
	display: inline-block;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	background-color: #0c8c45;
	position: absolute;
	top: 4px;
	left: 0;
}
ul.page-list li:after{
	content: "▶︎";
	color: #fff;
	font-size: 11px;
	position: absolute;
	top: 0;
	left: 4px;
}
ul.page-link-list{
	margin: 0 0 15px 30px;
}
ul.page-link-list li span{
	display: inline-block;
	min-width: 100px;
}
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{
	margin-bottom: 5px;
}
table.page-tbl.w-full{
	width: 100%;
}
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;
}

.page-btn-box{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
}
.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: 20px 30px;
}
.page-brdr-rd{
	border: 2px solid #f03131;
	padding: 20px 30px;
}
.page-brdr-grn{
	border: 1px solid #0c8c45;
	padding: 20px 30px;
}

/*キーワード検索*/
.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:start;
	align-items:center;
}
.page-search-input input[type="text"]{
	background-color: #fff;
	border: 1px solid #535353;
	height: 34px;
	padding: 0 5px;
	width: calc(100% - 200px);
}
.page-search-input .page-search-btn{
	border: 1px solid #535353;
	border-left: none;
	height: 34px;
	line-height: 34px;
	background-color: #cccccc;
	color: #333;
	font-weight: bold;
	width: 100px;
	text-align: center;
}

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

/*るりちゃん*/
.symbol-box{
	display: flex;
	justify-content: start;
	align-items: center;
}
.symbol-box img{
	margin-right: 20px;
}

/*学校図書館支援画像*/
.school-img-box{
	width: 100%;
	display: flex;
	justify-content: start;
	align-items: start;
}
.school-img-box li{
	text-align: center;
	width: 50%;
	margin-right: 20px;
}
.school-img-box li:nth-of-type(2){
	margin-right: 0;
}
.school-img-box img{
	max-width: 100%;
}

/* ===============================================
	page top button
=============================================== */
.page-top{
	position:fixed;
	right:15px;
	bottom:25px;
	z-index: 10;
}
.page-top a{
	background-color:#2e9b5e;
	border: 3px solid #0c8c45;
	border-radius:50%;
	width:80px;
	height:80px;
	display: flex;
	justify-content: center;
	align-items: center;
	color:#fff;
	font-size:12px;
	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: 25px;
	transform: rotate(-45deg);
}
.page-top a span{
	margin-top: 15px;
}

/* ===============================================
	Footer
=============================================== */
.footer-top{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 20px 0;
}
.footer-top h1{
	padding: 0;
}
.footer-bttm{
	background-color: #e9e9da;
	text-align: center;
	padding: 10px 0;
	height: 80px;
}

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

a{
	color: #003366;
	text-decoration: underline;
	transition: opacity .3s;
}
a:hover, button:hover{
	opacity: .8;
	transition: opacity .3s;
}
button{
	transition: opacity .3s;
}

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

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

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

.fs-l{
	font-size: 113%;
}
.fs-s{
	font-size: 86%;
}