@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Template:   cocoon-master
Version:    1.1.3
*/
/*--------------------------------------------
共通
--------------------------------------------*/
ul, ol {
  list-style: none;
  padding: 0;
}

/*--------------------------------------------
ヘッダー
--------------------------------------------*/
/*-- メニュー --*/
#navi-in.wrap {
  width: 100%;
}
/*************************************
TOPページ用CSS
**************************************/
/*-- 背景 --*/
.front-top-page .content {
  background-color: #fff;
  margin-top: 0;
}

.front-top-page .content .main {
  padding: 0 36px 29px;
}

.front-top-page .entry-content {
  margin-top: 0;
}

/*-- 固定ページタイトルを消す --*/
.front-top-page #main .entry-title {
  display: none;
}

/*-- 固定ページ記事日時 --*/
.front-top-page #main .date-tags {
  display: none;
}

/*-- 共通 --*/
.top_sec_ttl {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  margin: 0 0 40px!important;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .top_sec_ttl {
    font-size: 6vw;
    margin: 0 0 4vw!important;
  }
}

.top_sec_catch {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  line-height: 1.6;
  margin: 0;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .top_sec_catch {
    font-size: 4vw;
  }
}

.top_sec_ttl.-blue,
.top_sec_catch.-blue {
  color: #2595C7;
}

.top_sec_btn {
  width: 220px;
  height: 50px;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2595C7;
  font-size: 18px;
  font-weight: bold;
  margin-top: auto;
  text-decoration: none;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .top_sec_btn {
    width: 100%;
    height: 10vw;
    font-size: 4vw;
  }
}

a.top_sec_btn:hover {
  color: #2595C7;
  text-decoration: underline;
}

.top_sec_btn.-blue {
  background-color: #2595C7;
  color: #fff;
}

a.top_sec_btn.-blue:hover {
  color: #fff;
  text-decoration: underline;
}

/*-- アイコンボタンメニュー --*/
.top_sec_icomenu {
  width: 100vw;
  margin: 0 calc(50% - 50vw)!important;
  padding: 10px 0;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .top_sec_icomenu {
    padding: 3vw;
  }
}

.top_sec_icomenu ul {
  max-width: 1400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto!important;
  padding: 0;
  gap: 14px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .top_sec_icomenu ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 2vw;
    padding: 0;
  }
}

.top_sec_icomenu li {
  width: 140px;
  height: 100px;
  margin: 0!important;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .top_sec_icomenu li {
    width: 30vw;
    height: 26vw;
  }
}

.top_sec_icomenu li a {
  width: 100%;
  height: 100px;
  display: block;
  background-color: #ADDBDA;
  border-radius: 5px;
  padding: 10px 0 12px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.16);
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .top_sec_icomenu li a {
    height: 26vw;
    border-radius: 2vw;
    padding: 2.8vw 0 3vw;  
  }
}

.top_sec_icomenu li a:hover {
  opacity: 0.7; 
}

.top_sec_icomenu_ttl {
  width: 100%;
  height: 30px;
  font-size: 12px;
  font-weight: bold;
  color: #2B7396;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0!important;
  line-height: 1.3;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .top_sec_icomenu_ttl {
    height: 8vw;
    font-size: 3vw;
  }
}

.top_sec_icomenu_ico {
  width: auto;
  height: 40px;
  margin: 0 auto!important;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .top_sec_icomenu_ico {
    height: 10vw;
  }
}

.top_sec_icomenu_ico img {
  height: 100%;
}


/*-- 図書館職員求人情報 --*/
.top_sec_recruit {
  width: 100%;
  height: 420px;
  padding: 40px;
  background-image: url("../../uploads/2025/06/bk_top_recruit_pc.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  flex-flow: column;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .top_sec_recruit {
    width: 100%;
    height: 80vw;
    padding: 5.333vw;
    background-position: right -40vw center;
  }
  .top_sec_recruit .top_sec_catch {
    width: 70%
  }
}

/*-- 研修・育成 --*/
.top_sec_training {
  width: 100%;
  height: 420px;
  padding: 40px;
  background-image:  url("../../uploads/2025/06/bk_top_training.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  flex-flow: column;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .top_sec_training {
    width: 100%;
    height: 80vw;
    padding: 5.333vw;
  }
}

/*-- 認定司書 --*/
.top_sec_librarian {
  width: 100%;
  height: 420px;
  padding: 40px;
  background-image:  url("../../uploads/2025/06/bk_top_librarian.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  flex-flow: column;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .top_sec_librarian {
    width: 100%;
    height: 80vw;
    padding: 5.333vw;
  }
}


.top_sec_training .top_sec_catch,
.top_sec_librarian .top_sec_catch {
  width: 240px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .top_sec_training .top_sec_catch,
  .top_sec_librarian .top_sec_catch {
    width: 60%;
  }
}

/*-- 図書館員のおすすめ本 --*/
.top_sec_osusume {
  width: 100vw;
  margin: 0 calc(50% - 50vw)!important;
  display: flex;
  background-color: #fff;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .top_sec_osusume {
    display: flex;
    flex-flow: column;
  }
}

.top_sec_osusume .top_sec_ttl {
  margin: 0 0 20px!important;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .top_sec_osusume .top_sec_ttl {
    margin: 0 0 2vw!important;
  }
}

.top_sec_osusume_img {
  width: 50%;
  background-image:  url("../../uploads/2025/06/bk_osusume_img.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .top_sec_osusume_img {
    width: 100%;
    height: 80vw;
  }
}

.top_sec_osusume_txtaraa {
  width: 50%;
  background-image: url("../../uploads/2025/06/bk_osusume.png");
  background-repeat: repeat;
  background-position: top;
  background-size: 20px 20px;
  padding: 40px 10px 40px 50px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .top_sec_osusume_txtaraa {
    width: 100%;
    background-size: 2.666vw 2.666vw;
    padding: 5.333vw;
  }
}

.top_sec_osusume_txtbox {
  max-width: 548px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .top_sec_osusume_txtbox {
    width: 100%;
  }
}

.top_sec_osusume_list li {
  border-bottom: 1px #2595C7 solid;
}

.top_sec_osusume_list li a {
  display: block;
  padding: 20px 0;
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .top_sec_osusume_txtbox ul {
    padding: 0;
  }
  .top_sec_osusume_list li a {
      padding: 3vw 0;
  }
}

.top_sec_osusume_list li a:after {
  content: "";
  background-image: url("../../uploads/2025/06/ic_osusume_arrow.png");
  background-size: cover;

  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  margin-top: -12px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .top_sec_osusume_list li a:after {
    width: 4vw;
    height: 4vw;
    margin-top: -2vw;
  }
}

.top_sec_osusume_list_img {
  width: 40px;
  margin: 0!important;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
 .top_sec_osusume_list_img {
    width: 10vw;
  }
}

.top_sec_osusume_list_img img {
  border: 1px #2595C7 solid;
}

.top_sec_osusume_list_ttl {
  padding-left: 24px;
  font-size: 16px;
  color: #2595C7;
  font-weight: bold;
  margin: 0!important;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
 .top_sec_osusume_list_ttl {
    padding: 0 3.2vw;
    font-size: 3.6vw;
  }
}

.top_sec_osusume_btn {
  width: 220px;
  height: 50px;
  margin: 40px auto 0;
  background-color: #2595C7;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-top: auto;
  text-decoration: none;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .top_sec_osusume_btn {
    width: 100%;
    height: 9vw;
    font-size: 3.6vw;
  }
}

a.top_sec_osusume_btn:hover {
  color: #fff;
  text-decoration: underline;
}

/*-- JLA定期刊行物 --*/
.top_sec_teikibook {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 1.8em!important;
  background-color: #DFEDF4;
  padding: 80px 0;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .top_sec_teikibook {
    padding: 4vw;
  }
}

.top_sec_teikibook_ttl {
  font-size: 30px;
  color: #2595C7;
  font-weight: bold;
  text-align: center;
  margin: 0 0 40px!important;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .top_sec_teikibook_ttl {
    font-size: 6vw;
    margin: 0 0 4vw!important;
  }
}

.top_sec_teikibook_box {
  max-width: 860px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .top_sec_teikibook_box {
    width: 100%;
    display: flex;
    flex-flow: column;
  }
}

.top_sec_teikibook_box_img {
  width: 180px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .top_sec_teikibook_box_img {
    width: 24vw;
    margin: 0 auto 2vw;
  }
}

.top_sec_teikibook_box_txtbox {
  max-width: 640px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .top_sec_teikibook_box_txtbox {
    width: 100%;
  }
}

.top_sec_teikibook_box_ttl {
  font-size: 26px;
  color: #2B7396;
  font-weight: bold;
  margin: 0 0 30px!important;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .top_sec_teikibook_box_ttl {
    font-size: 4.6vw;
    margin: 0 0 3vw!important;
  }
}

.top_sec_teikibook_box_txtbox li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  color: #2B7396;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .top_sec_teikibook_box_txtbox ul {
    padding: 0;
  }
  .top_sec_teikibook_box_txtbox li {
    font-size: 3.2vw;
  }
}

.top_sec_teikibook .top_sec_btn {
  margin: 0 auto;
}

/*-- 見解・意見・要望 --*/
.top_sec_opinion {
  max-width: 660px;
  margin: 0 auto;
  padding: 40px 0;
  display: flex;
  align-items: center;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .top_sec_opinion {
    width: 100%;
    padding: 5.333vw 0;
  }
}

.top_sec_opinion_img {
  width: 160px;
  margin: 0!important;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .top_sec_opinion_img {
    width: 24vw;
  }
}

.top_sec_opinion_txt {
  padding-left: 40px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .top_sec_opinion_txt {
    width: 70vw;
    padding-left: 5.333vw;
  }
}

.top_sec_opinion_txt .top_sec_ttl {
  margin: 0 0 20px!important;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .top_sec_opinion_txt .top_sec_ttl {
    margin: 0 0 2.666vw!important;
  }
}

/*-- 全国図書館大会 --*/
.top_sec_tournament {
  width: 100%;
  background-color: #E0ECF4;
  padding: 70px 50px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .top_sec_tournament {
    padding: 5.333vw;
  }
}

.top_sec_tournament_ttl {
  font-size: 30px;
  color: #2595C7;
  font-weight: bold;
  text-align: center;
  margin: 0 0 40px!important;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .top_sec_tournament_ttl {
    font-size: 6vw;
    margin: 0 0 4vw!important;
  }
}

.top_sec_tournament_box {
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .top_sec_tournament_box {
    display: flex;
    flex-flow: column-reverse;
    padding: 5.333vw;
  }
}

.top_sec_tournament_txtbox {
  width: 100%;
  background-color: #fff;
}

.top_sec_tournament_txtbox_ttl {
  font-size: 26px;
  color: #2B7396;
  font-weight: bold;
  margin: 0 0 20px!important;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .top_sec_tournament_txtbox_ttl {
    font-size: 4.6vw;
    margin: 0 0 2vw!important;
  }
}

.top_sec_tournament_txtbox_txt {
  font-size: 14px;
  color: #2B7396;
  margin: 0 0 40px!important;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .top_sec_tournament_txtbox_txt {
    font-size: 3.2vw;
    margin: 0 0 4vw!important;
  }
}

.top_sec_tournament_img {
  padding: 0 20px;
  margin: 0!important;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .top_sec_tournament_img {
    padding: 0 0 2vw;
  }
}

/*-- 入会のご案内 --*/
.top_sec_join {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 1.8em!important;
  background-image:  url("../../uploads/2025/06/bk_top_join_pc.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 0;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .top_sec_join {
    height: 80vw;
    padding: 5.333vw;
  }
}

.top_sec_join_txtaraa {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .top_sec_join_txtaraa {
    width: 100%;
    height: 100%;
  }
}

.top_sec_join_txtbox {
  width: 548px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .top_sec_join_txtbox {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    flex-flow: column;
  }
}

.top_sec_join_txtbox_ttl {
  font-size: 26px;
  color: #2B7396;
  font-weight: bold;
  margin: 0 0 20px!important;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .top_sec_join_txtbox_ttl {
    font-size: 6vw;
    margin: 0 0 2vw!important;
  }
}

.top_sec_join_txtbox_txt {
  font-size: 18px;
  color: #1D417A;
  margin: 0 0 40px!important;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .top_sec_join_txtbox_txt {
    font-size: 3.6vw;
    margin: 0 0 2vw!important;
  }
}

/*-- ご寄附のお願い --*/
.top_sec_donate {
  width: 100%;
  height: 420px;
  padding: 40px;
  background-image:  url("../../uploads/2025/06/bk_top_donate.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  flex-flow: column;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .top_sec_donate {
    width: 100%;
    height: 80vw;
    padding: 5.333vw;
  }
}

/*-- オンラインショップ --*/
.top_sec_onlineshop {
  width: 100%;
  height: 420px;
  padding: 40px;
  background-image:  url("../../uploads/2025/06/bk_top_onlineshop.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  flex-flow: column;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .top_sec_onlineshop {
    width: 100%;
    height: 80vw;
    padding: 5.333vw;
  }
}

/*-- 図書館職員求人情報 --*/
.top_sec_use {
  width: 100%;
  height: 420px;
  padding: 40px;
  background-image:  url("../../uploads/2025/06/bk_top_use_pc.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  flex-flow: column;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .top_sec_use {
    width: 100%;
    height: 80vw;
    padding: 5.333vw;
  }
}
/*************************************
TOPページ用CSSここまで
**************************************/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*!
h1 {
	color:#3399cc;
	background-color:#dfeef5;
	padding:30px 20px;
}
h2.wp-block-heading {
	color:#3399cc;
	padding:20px 20px;
}
h2.archive_title {
	background-color:#ffc;
	padding:5px 15px;
	display:inline-block;
	border:#ccc solid 1px;
	border-radius:10px;
}
h3.wp-block-heading {
	border-top:none;
	border-right:none;
	border-left:#dfeef5 solid 20px;
	border-bottom:none;
	color:#666666;
	padding:10px 20px;
	font-size:1.0em;
}
*/

/************************************
** タイトル（h1～h4）用のスタイル
************************************/
h1 {
	color:#134A63;/*文字色（藍色（あいいろ））*/  padding: 0.5em;/*文字周りの余白*/
	padding:15px 20px;;/*余白*/
	background: #8ED1E0;/*背景色、線色（空色（そらいろ））*/
	vertical-align: middle;
	border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
}

h2.wp-block-heading {
	color:#134A63;/*文字色（藍色（あいいろ））*/
	padding:15px 20px;;/*余白*/
	background: aliceblue;
	box-shadow: 5px 5px 5px #d7d7d7;/*影*/
}

h3.wp-block-heading {
	border-style:none ;
	color:#134A63;/*文字色（藍色（あいいろ））*/
	position: relative;
	padding:15px 20px;/*余白*/
}
h3.wp-block-heading:after {
	content: "";
	display: block;
	height: 4px;
	background: -webkit-linear-gradient(to right, rgb(40, 82, 148), transparent);/*線色（瑠璃色（るりいろ））*/
	background: linear-gradient(to right, rgb(40, 82, 148), transparent);/*線色（瑠璃色（るりいろ））*/
}

h4.wp-block-heading {
	padding:15px 20px;;/*余白*/
	color:#134A63;/*文字色（藍色（あいいろ））*/
	background: transparent;/*背景透明に*/
	border-left: solid 5px #285294;/*左線、線色（瑠璃色（るりいろ））*/
	border-top:none;
	border-bottom:none;
}

/************************************
** カテゴリ表示用のスタイル
************************************/

span.link_cat {
	font-size:0.6em;
	border:#ccc solid 1px;
}
a.link_cat:link {
	font-size:0.6em;
	border:#ccc solid 1px;
	border-radius:4px;
	background-color:#ff9;
	text-decoration:none;
	padding:2px 4px;
	margin-right:4px;
}
div.cat_box {
    float: right;
	margin:10px;
	text-align:right;
	}
div.cat_box a {
	font-size:0.8em;
	margin:5px;
}
div.cat_box span {
	font-size:0.8em;
	margin:5px;
	font-weight:700;
	background-color:#ff0;
	padding:3px;
}
div.list_box {
	border-bottom:#dfeef5 dotted 3px;
	padding:10px;
}
span.list_date {
	font-size:0.6em;
	margin-right:4px;
}
div.pnavi {
	text-align:center;
	margin:20px;
}

a[href $= '.pdf'] {
	background:url("img/icon/icon-pdf.gif") no-repeat 0px 0px;
	padding-left:20px;
}

a[href $= '.doc'],a[href $= '.docx'] {
	background:url("img/icon/icon-doc.gif") no-repeat 0px 0px;
	padding-left:20px;
}

a[href $= '.xls'],a[href $= '.xlsx'] {
	background:url("img/icon/icon-excel.gif") no-repeat 0px 0px;
	padding-left:20px;
}

/************************************
** スマホメニュー用スタイル
************************************/

.slicknav_menu {
  background: #2B7396;
  padding: 5px;
}

/************************************
** ヘッダー用スタイル
************************************/
 .rapper {
  onerflow:hidden;
  height:55px;
}
 .item1 {
  float:left;
}
 .item2 {
  float:right;
  width:250px;
}
/*検索フォーム*/
.search-box {
  margin: 1em 0 2em;
  position: relative;
}
.search-box input {
  Border-radius:20px;
}

 .item3 {
  margin-top:4px;
  float:right;
}

.btn-square-shadow {
  margin-top:15px;
  margin-left:20px;
  margin-bottom:10px;
  width:150px;
  height:50px;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #668ad8;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
}
.btn-square-shadow:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
  border-bottom: none;
}
.sns-botton{
  margin-left:25px;
  margin-bottom:15px;
}
.mail-magazine {
    font-size: 12px;
}
.mail-magazine a {
    text-decoration: none;
    color: #0073aa;
    font-weight: bold;
}

.mail-magazine a:hover {
    color: #ff6b6b;
}

/************************************
** パンくずリスト
************************************/
.breadcrumb {
  color: #333;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8em;
  margin: 0 0 var(--padding15);
}
.breadcrumb-caption {
  color: #333;
}

/************************************
** フォーム用スタイル
************************************/
.formTable {
	width: 100%;
	text-align: left;
	box-sizing: border-box;
	border-collapse: collapse;
	border-top:1px solid #c3c3c3;
	margin: 0 auto;
}
table.formTable td,
table.formTable th{
	padding: 10px;
	font-size:16px;
	box-sizing: border-box;
	border-bottom:1px solid #c3c3c3;
	border-collapse: collapse;
}
table.formTable td .cont_input{
	width:80%;
	height: 50px;
	padding: 5px;
	box-sizing: border-box;
	font-size: 16px;
	border: 1px solid #ccc;
	overflow: hidden;
}
textarea {
	width:100%;
	height:200px;
	border: none;
	border: 1px solid #ccc;
	padding: 15px;
	box-sizing: border-box;
	font-size: 16px;
}
#submit{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 50px auto;
}
#submit input{
    background-color: #134A63;/*背景色（藍色（あいいろ））*/
    border: 2px solid #134A63;/*枠線色（藍色（あいいろ））*/
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    padding: 25px 40px;
    letter-spacing: 1px;
    font-weight: bold;
    display: block;
    border-radius: 5px;
    width: 48%;
	cursor:pointer; 
}
#submit input:hover{
	background-color: #fff;/*背景色（白）*/
	border: 2px solid: #134A63;/*枠線色（藍色（あいいろ））*/
	border-radius: 5px;
	color: #134A63;/*文字色（藍色（あいいろ））*/
}
#submit input.backbtn{
	background: #6B9994;/*背景色（水浅葱（みずあさぎ））*/
	color: #fff;
	border:2px solid #6B9994;;/*枠線色（水浅葱（みずあさぎ））*/
}
#submit input.backbtn:hover{
	background: #fff;;/*背景色（白）*/
	color: #6B9994;/*文字色（水浅葱（みずあさぎ））*/
}

/************************************
** サイトマップ用スタイル
************************************/
.custom-sitemap-grid {
    width: 80%;
    margin: 0px auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4列レイアウト */
    gap: 0px; /* カラム間の余白 */
    padding: 0px;
}

.custom-sitemap-column {
/*    background: #f8f9fa; 背景色 */
    padding: 5px;
/*    border-radius: 8px; */
/*     box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1); */
}

.custom-sitemap-column h4 {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #2595C7;/*文字色（露草色（つゆくさいろ））*/
}

.custom-sitemap-column a {
    color: #000000;
    text-decoration: none;
}

.custom-sitemap-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-sitemap-column li {
    font-size: 13px;
    color: #000000;
    margin: 5px 0;
}

.custom-sitemap-column li a:hover {
    color: #ff6b6b;
}

.site-map{
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* 5列レイアウト */
    margin: 10px auto;
    width: 80%;
	height:20px;
	
}

.site-map a {
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
	color: 	#2595C7;/*文字色（露草色（つゆくさいろ））*/
}

.site-map a:hover {
    color: #ff6b6b;
}

.custom_link {
    margin: 0px auto;
    width: 150px;
	height:20px;
}

/******************************************
** リンクページ（大学図書館、公共図書館）用スタイル
******************************************/
.library-linkpage-grid {
    font-size: 15px;
    width: 80%;
    margin: 0px auto;
    display: grid;
    grid-template-columns: repeat(7, 1fr); /* 7列レイアウト */
    gap: 0px; /* カラム間の余白 */
    padding: 0px;
}

.library-links {
    font-size: 15px;
    margin: 0px 15px;
    gap: 0px; /* カラム間の余白 */
    padding: 0px 10px;
}
.library-links a {
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
}

.library-links a:hover {
    color: #ff6b6b;
}


/******************************************
** お知らせカテゴリー用スタイル
******************************************/
div.category_box {
    padding:0px 10px;
}
div.cat {
    background-color:#999;
    color:#fff;
    margin:5px;
    padding:0px 5px;
    min-width:100px;
    display:inline-block;
    text-align:center;
}
/* ニュース */
div.cat3 {
    background-color:#c96;
}
/* 募集 */
div.cat4 {
    background-color:#69c;
}
/* 重要 */
div.cat5 {
    background-color:#c66;
}
/* 更新情報 */
div.cat6 {
    background-color:#9c6;
}
/* プレスリリース */
div.cat7 {
    background-color:#c33;
}
/* キャンペーン */
div.cat8 {
    background-color:#696;
}
/* 主催行事 */
div.cat30 {
    background-color:#c66;
}
/* 図書館関連イベント情報 */
div.cat34 {
    background-color:#696;
}

/***********************************************
** カスタム投稿タイプカテゴリー（タクソノミー）用スタイル
***********************************************/
.category-container {
      flex-wrap: wrap;
      gap: 10px;
      font-family: Arial, sans-serif;
    }
.category-box {
  	  font-size:0.8em;
	  margin:5px;
      padding: 4px 8px;
      border-radius: 4px;
      color: #fff;
      text-align: center;
      min-width:120px;
      display:inline-block;
   }

/*【図書館職員求人情報一覧】*/
.area15 { background-color: #4fc3f7; } /* 北海道、空色 */
.area16 { background-color: #81c784; } /* 東北、緑系 */
.area19 { background-color: #FFC306; } /* 東海・北陸、黄色系 */
.area17 { background-color: #e57373; } /* 東京、赤系 */
.area18 { background-color: #ba68c8; } /* 関東甲信越静岡、紫系 */
.area20 { background-color: #4db6ac; } /* 近畿、青緑系 */
.area21 { background-color: #FF8C1B; } /* 中国・四国オレンジ系 */
.area22 { background-color: #90a4ae; } /* 九州・沖縄、グレー系 */

/*【出版物一覧】*/
.publicationcategory25 { background-color: #4fc3f7; } /* JLA Booklet、空色 */
.publicationcategory24 { background-color: #81c784; } /* JLA図書館実践シリーズ、緑系 */
.publicationcategory23 { background-color: #FFC306; } /* JLA図書館情報学テキストシリーズ、黄色系 */
.publicationcategory27 { background-color: #90a4ae; } /* その他出版物、グレー系 */
.publicationcategory26 { background-color: #ba68c8; } /* 図書館年鑑・日本の図書館（年刊）、紫系 */
.publicationcategory28 { background-color: #e57373; } /* 図書館雑誌、赤系 */
.publicationcategory29 { background-color: #4db6ac; } /* 現代の図書館、青緑系 */

/***********************************************
** トップページ「図書会員のお勧め本」用スタイル
***********************************************/
.recommended_book_back {
	margin: auto;
  	background-image:url("../../uploads/2025/04/bk_osusume.png");
	background-repeat: repeat;
    padding: 10px 0px 20px 0px;
}

.recommended_book {
	text-align: center;
	font-size:1.4em;
	color:#0095d9;
	font-weight:600;
}

.recommended_book_box {
	background-color: transparent;
	display: flex;
	margin:  15px auto;
	width:95%;
	height:90px;
}
.recommended_book_img {
	margin: auto 10px;
	max-width:60px;
}
.recommended_book_title {
	margin: auto 25px auto 10px;
	font-size:0.8em;
	color:#066;
	font-weight:600;
}
.recommended_book_text {
	font-size:0.6em;
	color:#999;
}
/*
.recommended_book_list li {
  border-bottom: 1px #2595C7 solid;
}
*/
.recommended_book_list li a {
  display: block;
  padding: 10px 0;
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.recommended_book_list li a:after {
    content: "";
    background-image: url(../../uploads/2025/04/ic_osusume_arrow.png);
    background-size: cover;
    position: absolute;
    top: 55%;
    right: 10px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
}

/************************************
** フッター用スタイル
************************************/
.footer {
  background-color: #f4f5f7;
  margin-top: 20px;
  padding: 8px;
}

.footer-link {
    margin: 0px auto;
}
.footer-links-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* 5列レイアウト */
    width: 50%;
    margin: 0px auto;
    gap: 0px;
    padding: 0px;
    list-style: none;
    font-size: 13px;
    color: #2595C7;/*文字色（露草色（つゆくさいろ））*/
}
.footer-links-list1 {
	display: flex;            /* 横並び */
    justify-content: space-between; /* 均等配置 */
    list-style: none;         /* リストのデフォルトスタイルを削除 */
    padding: 0;
    margin: 0 auto;
    width: 50%;              /* 親要素いっぱいに広げる */
    font-size: 13px;
    color: #2595C7;/*文字色（露草色（つゆくさいろ））*/
}
.footer-links-list2 {
	display: flex;            /* 横並び */
    justify-content: space-between; /* 均等配置 */
    list-style: none;         /* リストのデフォルトスタイルを削除 */
    padding: 0;
    margin: 0 auto;
    width: 35%;              /* 親要素いっぱいに広げる */
    font-size: 13px;
    color: #2595C7;/*文字色（露草色（つゆくさいろ））*/}

.footer-links-list3 {
	display: flex;            /* 横並び */
    justify-content: space-between; /* 均等配置 */
    list-style: none;         /* リストのデフォルトスタイルを削除 */
    padding: 0;
    margin: 10px auto 25px;
    width: 30%;              /* 親要素いっぱいに広げる */
    font-size: 13px;
    color: #2595C7;/*文字色（露草色（つゆくさいろ））*/}

.line1 {
  border-top: 6px solid #2595C7;
}
.line2 {
  border-top: 0.5px solid #969998;
  width: 70%;
  margin: 0px auto;
}

.footer-links-list1  a {
    text-decoration: none;
    color: #0073aa;
    font-weight: bold;
}

.footer-links-list1 a:hover {
    color: #ff6b6b;
}

.footer-links-list2 a:hover {
    color: #ff6b6b;
}
.footer-links-list2  a {
    text-decoration: none;
    color: #0073aa;
    font-weight: bold;
}

.footer-links-list3 a:hover {
    color: #ff6b6b;
}

.footer-links-list3  a {
    text-decoration: none;
    color: #0073aa;
    font-weight: bold;
}

.footer-credit {
    width: 70%;
    margin: 15px auto;
}

.footer-name {
    width: 200px;
    margin: 0px auto;
    color: black;
    font-size: 15px;
    font-weight: bold;
}

.footer-add {
    width: 240px;
    margin: 0px auto;
    color: black;
    font-size: 13px;
}

.footer-tel {
    width: 280px;
    margin: 0px auto;
    color: black;
    font-size: 13px;
}
.twitter-button {
	background:url("wp/wp-content/uploads/2025/02/logo-black40.png");
}

.facebook-button {
	background:url("wp/wp-content/uploads/2025/03/Facebook_Logo.png");
}

.line-button {
	background:url("wp/wp-content/uploads/2025/03/LINE_logo.png");
}

/************************************
** フッターSNSシェアボタン用スタイル
************************************/
.sns-share-message{
    color: black;
    font-size: 13px;
	
}
.footer-sns-buttons {
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  row-gap: 10px;
  column-gap: 6px;
  margin: 0.3em auto 2em;
}
.footer-sns-botton{
  margin-left:15px;
  margin-right:15px;
}
.footer-sns-share-buttons{
  width: 200px;
}

/************************************
** メールマガジン等一覧画面用スタイル
************************************/
div.pankuzu_box {
  border:#fcc solid 1px;
}

/******************************************************
** カスタム投稿タイプの「関連記事」と「コメント」を非表示にする
******************************************************/
.under-entry-content{
	  display: none !important;
}

/******************************************************
** 文字は表示させないでスクリーンリーダーに読ませる
******************************************************/
.screen-reader-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/******************************************************
** スマホ用タグを非表示にする
******************************************************/
.sp{
   display: none !important;
    }

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	
@media(max-width:750px){
/******************************************************
** フッター表示用
******************************************************/
 .item3 {
  margin-top:4px;
  float:none;
}

/******************************************************
** PC用タグを非表示にする
******************************************************/
 .pc{
   display: none !important;
    }

 .sp{
   display: inline !important;
    }
	
/************************************
** フッター用スタイル
************************************/
.footer-links-list1 {
	display: flex;            /* 横並び */
    justify-content: space-between; /* 均等配置 */
    list-style: none;         /* リストのデフォルトスタイルを削除 */
    padding: 0;
    margin: 0 auto;
    width: 100%;              /* 親要素いっぱいに広げる */
    font-size: 13px;
    color: #2595C7;/*文字色（露草色（つゆくさいろ））*/
}
.footer-links-list2 {
	display: flex;            /* 横並び */
    justify-content: space-between; /* 均等配置 */
    list-style: none;         /* リストのデフォルトスタイルを削除 */
    padding: 0;
    margin: 0 auto;
    width: 100%;              /* 親要素いっぱいに広げる */
    font-size: 13px;
    color: #2595C7;/*文字色（露草色（つゆくさいろ））*/}
	
.footer-links-list3 {
	display: flex;            /* 横並び */
    justify-content: space-between; /* 均等配置 */
    list-style: none;         /* リストのデフォルトスタイルを削除 */
    padding: 0;
    margin: 10px auto 25px;
    width: 100%;              /* 親要素いっぱいに広げる */
    font-size: 13px;
    color: #2595C7;/*文字色（露草色（つゆくさいろ））*/}	

/******************************************
** リンクページ（大学図書館、公共図書館）用スタイル
******************************************/
.library-linkpage-grid {
    font-size: 15px;
    width: 90%;
    margin: 0px auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* 7列レイアウト */
    gap: 0px; /* カラム間の余白 */
    padding: 0px;
}

/***********************************************
** カスタム投稿タイプカテゴリー（タクソノミー）用スタイル
***********************************************/
.category-box {
  	  font-size:0.8em;
	  margin:5px;
      padding: 2px 4px;
      border-radius: 2px;
      color: #fff;
      text-align: center;
      min-width:60px;
      display:inline-block;
	}

/************************************
** サイトマップ用スタイル
************************************/
.custom-sitemap-grid {
    width: 90%;
    margin: 0px auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 4列レイアウト */
    gap: 0px; /* カラム間の余白 */
    padding: 0px;
}
.site-map{
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 5列レイアウト */
    margin: 5px auto;
    width: 90%;
	height:20px;
}
