@charset "utf-8";
/*
Theme Name: ohtawara_child
Theme URI:
Template: lightning
Description:
Author:
Tags: 
Version: 0.1.2
*/


/*=============== Fonts ===============*/

/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

body,
p {		/* 太田原 */
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
	color: #50565f;
	font-feature-settings: "palt" !important;
/*
font-family:'Noto Sans JP',"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
*/
}

/*=============== Fonts end ===============*/


/*=============== header/footer ===============*/

.siteHeader {
	 border-bottom: solid 3px #3e7a58;
}
.siteFooter {
  border-top: none !important;
  background-color: #3e7a58 !important;
}
.siteHeader img {
	margin-top: 10px;
}

/*===============共通 ===============*/

.siteContent {		/* コンテンツ部分の余白 */
  padding: 2rem 0 3rem;
}

@media (min-width: 992px) {	/* 右のコンテンツエリア少し広くするとき */
 
	.mainSection-col-two {
			width: 69%;
}
}
@media screen and (max-width: 767px) {
 
	.mainSection-col-two {
			width: 100%;
}
}
@media screen and (max-width: 1200px) {

	.row {
		font-size: 90%;
	}
}
@media screen and (max-width: 990px) {
	/*扉ページのナビ非表示 */
.page-id-2529	.col.mainSection.mainSection-col-two.mainSection-pos-right,
	.page-id-2923	.col.mainSection.mainSection-col-two.mainSection-pos-right,
	.page-id-2926	.col.mainSection.mainSection-col-two.mainSection-pos-right,
	.page-id-2929	.col.mainSection.mainSection-col-two.mainSection-pos-right {
		display: none;
	}
	.row {
		font-size: 100%;
	}
}


ul {	/* リスト */
	list-style: none !important;
	padding-inline-start: 0 !important;
}
/*.home.page-template-default .mainSection-col-two　{
	padding: 0 !important;
	border: none !important;
}*/
#main.mainSection.mainSection-col-two {		/*サブページのみ枠アリ */
	padding: 20px;
	background: #fff;
	border: solid 5px #f3f5d7;
}

.flex {
	display: flex;
	justify-content: space-between;
}


.col.subSection.sideSection.sideSection-col-two.sideSection-pos-left {
/*	margin-top: -25px;*/
}
.post-type-archive-books .col.subSection.sideSection.sideSection-col-two.sideSection-pos-left,
.letter-template-default .col.subSection.sideSection.sideSection-col-two.sideSection-pos-left,
.books-template-default .col.subSection.sideSection.sideSection-col-two.sideSection-pos-left,
.tax-letter_category .col.subSection.sideSection.sideSection-col-two.sideSection-pos-left {
	margin-top: 0;
}
.home .col.subSection.sideSection.sideSection-col-two.sideSection-pos-left {
	margin-top: 0 !important;
}

/*.entry-body p {
	font-size: 0.9em;
}
*/
a {
	color: #fd5838;
	text-decoration: underline;
}
a:hover {
	color: #fb3109;
}
.color_orange {
	color: #fd5838;
}
.bold {
	font-weight: bold;
}
.indent {
	margin-left: 1em;
}
.fs {
	font-size: 0.9em !important;
	line-height: 1.5;
}
.w_harf {
	width: 48.5%; 
}

/* レスポンシブ */
.pc {
	display: block;
}
.sm {
	display: none;
}

/* float */
.f_left {
	float: left;
}
.f_right {
	float: right;
}
.img_right {
	float: right;
	margin: 0 0 20px 20px;
}

/* float解除 */
.clearfix {
	width:100%;
}	
.clearfix:after {
	content: ""; 
	display: block; 
	clear: both;
}

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

.mainSection-col-two {
	width: 95%;
	margin: 0 auto 60px auto !important;
	background: #fff;
}
.home	.mainSection-col-two {
	width: 100%;
	margin: 0 auto 60px auto !important;
	background: #fff;
}

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

/* レスポンシブ */
.pc {
	display: none;
}
.sm {
	display: block;
}

.w_harf {
	width: 100%; 
}

/* float */
.f_left {
	float: none;
}
.f_right {
	float: none;
}
.img_right {
	float: none;
	margin: 20px auto;
	text-align: center;
}
	
}

/*=============== h1見出し ===============*/

.page-header {
	background: #3e7a58;
}
.page-header_pageTitle, h1.page-header_pageTitle:first-child {
  margin: 1.4em 0;
  font-size: 2.1em;
  line-height: 1.1;
  font-weight: 500;
}
.page-header_pageTitle {
	display: inline-block;
}
/*.page-header_pageTitle::before {
  content: '';
	display: inline-block;
	background: url("img/icon_h1.png") ;
  background-size: contain;
  width: 112px;
  height: 93px;
  vertical-align: middle;
	margin-right: 20px;
}*/

@media screen and (max-width: 767px) {
.page-header_pageTitle, h1.page-header_pageTitle:first-child {
  margin: 1.25em 0;
  font-size: 2em;
}
.page-header_pageTitle::before {
  width: 80px;
  height: 67px;
	margin-right: 20px;
}
}
@media screen and (max-width: 580px) {
.page-header_pageTitle, h1.page-header_pageTitle:first-child {
  margin: 1em 0;
  font-size: 1.8em;
}
.page-header_pageTitle::before {
  width: 70px;
  height: 58px;
	margin-right: 10px;
}
}

/*=============== お知らせ欄 ===============*/

.entry-meta_items_term a {
	display: inline-block;
	padding: 5px 10px;
	text-decoration: none;
}

/*=============== Global-MENU ===============*/

.gMenu>li:first-child .gMenu_name:before {
    content: '';
    display: block;
    background-image: url("img/header_icon_guide.svg");
    background-size: contain;
    vertical-align: middle;
    width: 48px;
    height: 52px;
    margin: 0 auto 5px;
    }
    
    
.gMenu>li:nth-child(2) .gMenu_name:before {
    content: '';
    display: block;
    background-image: url("img/header_icon_search.svg");
    background-size: contain;
    vertical-align: middle;
    width: 52px;
    height: 45px;
    margin: 0 auto 12px;
    }
    
.gMenu>li:nth-child(3) .gMenu_name:before {
    content: '';
    display: block;
    background-image: url("img/header_icon_facility.svg");
    background-size: contain;
    vertical-align: middle;
    width: 55px;
    height: 46px;
    margin: 0 auto 11px;
    }
    
.gMenu>li:nth-child(4) .gMenu_name:before {
    content: '';
    display: block;
    background-image: url("img/header_icon_calendar.svg");
    background-size: contain;
    vertical-align: middle;
    width: 53px;
    height: 42px;
    margin: 0 auto 15px;
    }

.gMenu>li{
    border-right: 1px solid #ccc;
    width: 170px;
		font-family:'Noto Sans JP',"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: 300;
}

.gMenu>li:first-child{
    border-left: 1px solid #ccc;
}

.device-pc .gMenu>li>a {
    padding: 5px 0 !important;
}

/*=============== Global-MENU ===============*/

/*=============== OPAC-CALENDER ===============*/

#libraryHours-main {
  box-sizing: border-box;
  background-color: #fff;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
}

.libraries {
  height: auto;
  padding: 10px 0px;
  border-bottom: 1px solid #ccc;
  background: #7b5e3c;
  z-index: 0;
}

.selects {
  background: #fff;
  border-radius: 5px;
  margin: 0 auto;
  position: relative;
  width: 90%;
}

.selects select::-ms-expand {
  display: none;
}

.selects select {
  width: 100%;
  height: 32px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 1px 20px 0px 10px;
  font-size: 14px; 
  background: url("img/iconMenuTriangleSP.png") no-repeat;
  background-position-y: 12px;
  background-position-x: 95%;
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
}

.selects select:focus{
  outline: 1px dotted #212121;
}

.selects select::-moz-focus-inner{
  border: 0;
}

.select select option{
  text-shadow: none;
}

.icon-down{
  display: inline-block;
  width:20px;
  height:16px;
}

.calendar {
  font-size: 14px;
  border-collapse: collapse;
  width: 100% !important;
  text-align: center;
}

.calendar thead {
  background-color: #f5f5f5;
}

.calendar tbody {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.calendar tbody td {
  padding:5px;

}

.calendar tr:first-child > td {
  padding-top: 5px;
}

.calendar tr:last-child > td span {
  margin-bottom: 4px;
}

.calendar tr td span {
  display: block;
  margin:0 !important;
  width: 25px;
}

.calendar thead tr:nth-child(2) th {
  color: #555;
  padding-top: 5px;
}

.calendar thead tr th:first-of-type,
.calendar tr > td:first-of-type {
  padding-left: 10px;
}

.calendar thead tr > th:last-of-type,
.calendar tr > td:last-of-type {
  padding-right: 10px;
}

.calendar th, .calendar td {
  padding: 5px;
  text-align: center;
  -webki-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.calendar .currDay {
  cursor: default;
}

.calendar .selected {
  background-color: #22A7F0 !important;
  color: #FFF !important;
}

.calendar #currM {
  font-size: 18px;
  padding-top: 4px;
}

.calendar #prev {
  background: url("img/iconCalendarPrev.png") no-repeat right;
  cursor: pointer;
}

.calendar #next {
  background: url("img/iconCalendarNext.png") no-repeat left;
  cursor: pointer;
}

.calendar .currDay span {
  text-decoration: underline;
}

.calendar .eventDay span {
  border-radius: 3px;
  background: #208880;
  color: #fff;
}

.calendar .eventDay {
  cursor: pointer;
}

.calendar .closingDay span {
  border-radius: 100%;
  background: #f3b3cd;
}

.calendarIcon {
  height: 18px;
  margin-left: 0;
  margin-top: .8em !important;
  padding-left:1em;
}

.calendarIcon li {
  float: left;
  font-size: 12px;
  list-style: none;
  margin-right: 10px;
}

.calendarIcon li:last-child {
  margin-right: 0px;
}

.calendarIcon .todayIcon {
  border-bottom: 1px solid #212121;
}

.calendarIcon .closedIcon::before {
  content: url('img/iconCalendarListClosed.png');
  padding-right: 4px;
}

.calendarIcon .eventIcon::before {
  content: url('img/iconCalendarListEvent.png');
  padding-right: 4px;
}

.blocks-gallery-item__caption{
  padding:2em 0 0 0 !important;

}

li.blocks-gallery-item {
  height: 150px;
}

.rl-gallery .rl-gallery-link .rl-gallery-caption{
  background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent) !important;
  text-align:center !important;
  padding:0.5em 0 !important;
}

/*=============== OPAC-CALENDER end ===============*/

/*=============== simple-search ===============*/

#search_box{
	background-color: /*緑--*/#3e7a58;/*赤--#f8e1e2;*//*青--#e2e9f7;*/
	padding: 1em;
	display: flex;
}

#search_box h4 {
	width: 180px;
	margin: 0;
	padding: 15px 0 0 0;
	color:#fff;
	font-size:1.2em;
	margin-bottom: 0!important;
	font-weight: 500;
	border-bottom: none;
	text-align: center;
}
#search_box h4::before {
	content: none;
}
@media screen and (max-width: 580px) {
#search_box{
	padding: 0.8em 0.5em;
	}
#search_box h4 {
	width: 200px;
	padding: 18px 0 0 0;
	font-size:1em;
}
#opac-search-form{
	width: 90%;
}
}
.form-box{
	margin: 0 !important;
	width: 585px;
}

.form-box-2{
	margin:0 !important;
	width: 65%;
}

.form-box-v2{
    width: 70%;
    margin: 0 10px 0 0 !important;
    position: relative !important;
}

#opac-search-form{
	position: relative;
	width:100%;
	border-radius: 30px;
}

.form-control{
	display:block;
	height: 50px;
	margin-bottom: 0;
	margin-right:0;
	padding: .8em;
	width: 100%;
	border: none;
	border-radius: 30px;
}

#opac-search-button{
	background-color: #fff;
	border: none !important;
	height:50px;
	line-height:0.5px;
	position: absolute;
	border-radius: 30px;
	padding:.8em;
	right:0;
	top:0;
	vertical-align: middle;
	width:50px;
	background: url('img/icon_search.png') no-repeat 5px 12px;
}

div.opac-login a{
	color: #ffffff;
}

div.opac-login p{
	background-color: /*緑--*/#1c7871;/*赤--#971232;*//*青--#0d4f88;*/
	border-bottom: 4px solid #000000;
	border-right: 4px solid #333333;
	padding: 0.5em 0;
	height:50px;
	text-align: center;
	margin-bottom: 0;
	width: 225px;
}

.form-login{
	display: flex;
	justify-content: space-between;
}

div.search-menu-side p{
	border: 2px solid #194d2f;
	border-radius: .25em;
	padding: 0.3em;
	text-align: center;
	margin-bottom: 0.3em;
}

div.search-menu-side a{
	color: #000000;
}

.search-menu-side-back{
	background-color: #ffffff;
	padding:1em 1em 0.2em 1em;
}

.search-menu-side-back ul{
	list-style-type: none;
	padding:0;
}

.search-menu-side-back ul li::before{
	font-family: "Font Awesome 6 Free";
	content: '\f0a9';
	color: /*緑--*/#1c7871;/*赤--#971232;*//*青--#0d4f88;*/
	font-weight: 900;
	font-size: 1.1em;
	margin-right: 0.5em;
	text-align: center;
	vertical-align: bottom;
}

.search-menu-side-back ul li a{
	color:#555;
	font-weight: bold;
}

.user-login-side p{
	background-color:/*緑--*/#1c7871;/*赤--#971232;*//*青--#0d4f88;*/
	border-radius: .25em;
	font-weight: bold !important;
	padding: 0.3em;
	margin-bottom:0;
	margin-top: 1em;
	text-align: center;
}

.user-login-side a{
	color: #ffffff;
	text-decoration: none;
}

.advanced p{
	border:2px solid #47351f;
	border-radius: 5px;
	font-weight: bold !important;
	padding:0.1em 1em;
	text-align:center;
	margin:-0.3em 0 0.7em 0;
}

.advanced_v{
    width: 30% !important;
    margin-right: 10px;
}

.advanced p:hover,
.advanced_v p:hover{
	background-color: #ffffff;
}

.advanced a,
.advanced_v a{
	color:#47351f;
}

.advanced_v p{
	border:2px solid #47351f;
	border-radius: 5px;
	font-weight: bold !important;
	padding:0.5em;
	height:50px;
	margin-bottom:0;
    text-align: center;
}

.opac-login_v2{
    width: 45% !important;
}

.opac-login_v2 p{
	background-color: /*緑--*/#1c7871;/*赤--#971232;*//*青--#0d4f88;*/
	border-bottom: 4px solid #000000;
	border-right: 4px solid #333333;
	padding:0.5em 1.2em;
	height:50px;
	margin-bottom:0;
    text-align: center;
}

.opac-login_v2 a{
	color:#ffffff;
}

@media screen and (max-width: 767px) {
div.opac-login p,
div.opac-login,
div.opac-login_v2,
div.opac-login_v2 p{
	line-height: 2.4;
	width: 100% !important;
	margin-top: 0.5em;
	text-align: center;
    margin-right: 0 !important;
}
.form-box-2,
.form-login,
.form-box-v2{
	width: 100%;
	display:block !important;
	margin-bottom: 0.5em;
}

div.form-box-v2{
    position: relative !important;
}

.advanced_v p,
.advanced_v{
	line-height: 2.4;
	margin: 0.5em 0;
	text-align: center;
	width: 100%;
}

.user-login-side p,
.advanced p{
	padding: 0.7em 0.5em 0.6em;
}

div.search-menu1 p,
div.search-menu2 p,
div.search-menu3 p{
	margin-bottom: 0.5em;
	width: 100%;
}
div.search-menu{
	display:block;
}
}

/*=============== simple-search end ===============*/


/*=============== 

ここから大田原市立図書館

 ===============*/

/*=============== トップページ ===============*/

/*スライド画像調整*/
.su-image-carousel-slides-style-default .su-image-carousel-item-content span {
	display: none;
}
.su-image-carousel-item {
	height: 280px;
}
.su-image-carousel-slides-style-default .su-image-carousel-item-content {
	height: 270px;
}
.su-image-carousel-slides-style-default .su-image-carousel-item-content img {
	width: 100% !important;
}

/*お知らせ欄*/
h2.index_news {
	position: relative;
	margin-top: 20px !important;
	margin-bottom: 0 !important;
	padding-left: 100px !important;
	padding-top: 24px !important;
	background: #f3f5d7 url("img/icon_index_news.png") no-repeat 25px 24px;
	background-size: 64px;
	color: #50565f;
	font-size: 1.6em;
}
h2.index_news .eng {
	display: block;
	margin-left: 3px;
	font-size: 0.55em;
	font-weight: 400;
	letter-spacing: 0.5px;
}
h2.index_news .news_list {
	position: absolute;
	top: 26px;
	right: 20px;
}
h2.index_news .news_list a {
	position: relative;
	display: inline-block;
	padding: 5px 36px 7px 20px;
	font-size: 0.6em;
	text-decoration: none;
	border: solid 1px #3e7a58;
	background: #fff;
	border-radius: 20px;
	color: #3e7a58;
	font-weight: 600;
	line-height: 1;
}
h2.index_news .news_list a::after {
	position: absolute;
  content: '';
  display: inline-block;
	background: url("img/sidenav_service_icon01.png");
  background-size: contain;
  width: 15px;
  height: 15px;
	top: 6px;
	right: 8px;
}
.news_area {
	padding: 10px 50px 30px 50px;
	border: solid 5px #f3f5d7;
}

@media screen and (max-width: 768px){
h2.index_news .news_list {
	position: absolute;
	top: auto;
	right: 20px;
	bottom: -15px;
}
h2.index_news .news_list a {
	position: relative;
	display: inline-block;
	padding: 5px 36px 7px 20px;
	font-size: 0.6em;
	text-decoration: none;
	border: solid 1px #3e7a58;
	background: #fff;
	border-radius: 20px;
	color: #3e7a58;
	font-weight: 600;
	line-height: 1;
}
h2.index_news .news_list a::after {
	position: absolute;
  content: '';
  display: inline-block;
	background: url("img/sidenav_service_icon01.png");
  background-size: contain;
  width: 15px;
  height: 15px;
	top: 6px;
	right: 8px;
	}
	
	.news_area {
	padding: 10px 20px 30px 20px;
}
}


.entry-meta {
	padding-left: 0 !important;
}
.entry-meta_items.published::before {
	content: "" !important;
	padding-left: 0 !important;
	margin-right: 0 !important;
}
.entry-meta_items.entry-meta_updated {
  font-size: 14px !important;
	font-family: "Roboto";
	font-weight: 400;
	color: #919191 !important;
}
.entry-meta_items.entry-meta_items_term a {
	height: 28px;
	line-height: 28px;
	padding: 0 24px !important;
	border-radius: 14px !important;
  font-size: 14px !important;
	font-weight: 500 !important;
}
.published.entry-meta_items {
  font-size: 14px !important;
	font-family: "Roboto";
	font-weight: 400;
	color: #919191 !important;
}

/*=============== 左ナビ ===============*/

/*各図書館ボタン*/

.library_area {
	margin-bottom: 18px;
}
.library_area li {
	margin-bottom: 7px;
}
.library_area li a {
	display: block;
	min-height: 60px;
	padding-top: 20px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 1.1em;
	font-weight: 400;
	line-height: 1;
}
.library_area li a:hover {
	text-decoration: none;
}
.library_area li:nth-child(1) a {
	background:  #3e7a58 url("img/sidenav_library01.png") no-repeat 10px bottom;
}
.library_area li:nth-child(2) a {
	background:  #3e7a58 url("img/sidenav_library02.png") no-repeat 1px bottom;
}
.library_area li:nth-child(3) a {
	background:  #3e7a58 url("img/sidenav_library03.png") no-repeat 8px bottom;
}
.library_area li:nth-child(4) a {
	min-height: 80px;
	padding: 22px 0 0 85px;
	background:  #5c88b8 url("img/sidenav_library04.png") no-repeat 26px 22px;
	text-align: left;
}
.library_area li:nth-child(4)  span {
	display: block;
	font-size: 0.6em;
	line-height: 2;
	letter-spacing: 0.5px;
}

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

.library_area li a {
	font-size: 1em;
}
.library_area li:nth-child(4) a {
    min-height: 80px;
    padding: 22px 0 0 30px;
    background: #5c88b8 url(img/sidenav_library04.png) no-repeat 16px 22px;
    text-align: center !important;
}
.library_area li:nth-child(3) a {
    padding: 20px 0 0 33px;
}

}

@media screen and (max-width: 992px){
.library_area li a {
	font-size: 1.3em;
}
}

/*サービスメニュー*/

.service_area {
	padding: 18px 18px 20px 18px;
	background: #f3f5d7;
}
.service_area .title {
	display: flex;
	justify-content: center;
}
.service_area .title p {
	margin-left: 12px;
	padding-top: 5px;
	font-size: 1.2em !important;
	font-weight: 600 !important;
	line-height: 1.3;
}
.service_area .title span {
	display: block;
	font-size: 0.55em !important;
	font-weight: 500 !important;
	letter-spacing: 0.5px;
}
.service_area .btn_login a {
	position: relative;
	display: block;
	height: 50px;
	margin-bottom: 8px;
	padding-left: 25px;
	background:  #3e7a58;
	text-decoration: none;
	color: #fff;
	line-height: 50px;
}
.service_area .btn_login a::after {
	position: absolute;
  content: '';
  display: inline-block;
	background: url("img/sidenav_service_login.png");
  background-size: contain;
  width: 20px;
  height: 26px;
	top: 10px;
	right: 18px;
}
.service_area ul {
	margin-bottom: 10px !important;
	padding: 5px 5px 7px 5px !important;
	background: #fff;
}
.service_area li {
  margin-bottom: 0 !important;
  line-height: 1.5em !important;
}
.service_area li a {
	position: relative;
	display: block;
	width: 94%;
	margin: 0 auto;
	padding: 5px 5px 5px 12px;
	border-bottom: dashed 1px #f5f5f5;
	text-decoration: none;
	color: #50565f;
	font-size: 0.9em;
	font-weight: 600;
}
.service_area li a:hover {
	text-decoration: none;
}
.service_area li a::after {
	position: absolute;
  content: '';
  display: inline-block;
	background: url("img/sidenav_service_icon02.png");
  background-size: contain;
  width: 19px;
  height: 20px;
	top: 10px;
	right: 5px;
}
.service_area li:nth-child(1) a {
	width: 100%;
	height: 50px;
	margin-bottom: 6px;
	padding: 0 0 0 20px !important;
	background: #f3f5d7;
	border-bottom: none;
	color: #3e7a58;
	font-weight: 600;
	line-height: 50px;
	font-size: 1em;
}
.service_area li:nth-child(1) a::after {
	position: absolute;
  content: '';
  display: inline-block;
	background: url("img/sidenav_service_icon01.png");
  background-size: contain;
  width: 19px;
  height: 20px;
	top: 15px;
	right: 10px;
}
.service_area li:last-child a {
	border-bottom: none;
}

/*固定ページ一覧（自動表示）*/

.veu_childPages.widget_link_list  {
	border: solid 1px #3e7a58;
	padding: 10px;
}
.veu_childPages.widget_link_list a,.veu_childPages.widget_link_list a:hover {
	text-decoration: none;
}
.veu_childPages.widget_link_list .subSection-title::after {
	border-bottom: none;
}
.veu_childPages.widget_link_list h1 {
	margin-bottom: 10px;
	padding: 10px 0;
	background: #f3f5d7;
	border-bottom: none;
	color: #3e7a58;
	text-align: center;
	font-size: 1.1em;
}
.veu_childPages.widget_link_list li {
	position: relative;
}
.veu_childPages.widget_link_list li::after {
	position: absolute;
  content: '';
  display: inline-block;
	background: url("img/sidenav_service_icon01.png");
  background-size: contain;
  width: 17px;
  height: 17px;
	top: 14px;
	right: 10px;
}



/*メニュー01,メニュー02*/

.menu_area01, .menu_area01 {
	margin-bottom: 18px;
}
.menu_area01 li, .menu_area01 li {
	margin-bottom: 8px;
}
.menu_area01 li a {
	position: relative;
	display: block;
	min-height: 70px;
	padding-top: 20px;
	padding-left: 20px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1;
}
.menu_area01 li a:hover,
.menu_area02 li a:hover {
	text-decoration: none;
}
.menu_area01 li:nth-child(1) a {
	background:  #5cb0c5 url("img/sidenav_menu_event.png") no-repeat 24px 12px;
}
.menu_area01 li:nth-child(2) a {
	background:  #f3ab57 url("img/sidenav_menu_news.png") no-repeat 30px 12px;
}
.menu_area01 li:nth-child(3) a {
	min-height: 90px;
	padding-top: 10px;
	padding-right: 30px;
	background:  #f3f0e8;
	border: solid 1px #50565f;
}
.menu_area01 li:nth-child(3) a img {
	width: 232px;
}
.menu_area01 li a span {
	display: block;
	font-size: 0.6em;
	line-height: 2;
	letter-spacing: 0.5px;
	font-weight: 400;
}
.menu_area01 li:nth-child(1) a::after,
.menu_area01 li:nth-child(2) a::after {
	position: absolute;
  content: '';
  display: inline-block;
  width: 19px;
  height: 20px;
	top: 25px;
	right: 10px;
}
.menu_area01 li:nth-child(1) a::after {
	background: url("img/sidenav_menu_icon01.png");
  background-size: contain;
}
.menu_area01 li:nth-child(2) a::after {
	background: url("img/sidenav_menu_icon02.png");
  background-size: contain;
}
.menu_area02 li a {
	position: relative;
	display: block;
	min-height: 60px;
	border: solid 1px #3e7a58;
	text-align: center;
	text-decoration: none;
	color: #3e7a58;
	font-size: 1.1em;
	font-weight: 500;
	line-height: 60px;
}
.menu_area02 a::after {
	position: absolute;
  content: '';
  display: inline-block;
  width: 19px;
  height: 20px;
	top: 20px;
	right: 10px;
	background: url("img/sidenav_service_icon02.png");
  background-size: contain;
}
.menu_area02 li.link a::after {
  width: 14px;
  height: 14px;
	top: 23px;
	right: 12px;
	background: url("img/icon_window.png");
  background-size: contain;
}

/*バナー*/

.banner_area li {
	margin-bottom: 8px;
}
.banner_area li a {
	display: block;
	height: 70px;
	background: #fff;
	border: solid 1px #dcdcdc;
	text-decoration: none;
	text-align: center;
}
.banner_area li:nth-child(1) a img {
	width: 131px;
	margin-top: 16px;
}
.banner_area li:nth-child(2) a img {
	width: 182px;
	margin-top: 10px;
}
.banner_area li:nth-child(3) a img {
	width: 220px;
	margin-top: 14px;
}
.banner_area li:nth-child(3) a {
	background: #fde495;
}

/*リンクオーバー*/

.library_area li a:hover, .service_area a:hover,
.menu_area01 li a:hover, .menu_area02 li a:hover,
.banner_area li a:hover, .service_area .btn_login a:hover {
	opacity: 0.8;
}

/*=============== 各コンテンツ ===============*/

ul.anchor_nav {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 82%;
	margin: 30px auto 40px auto;
}
ul.anchor_nav li {
	width: 48%;
	margin-bottom: 0;
}
ul.anchor_nav.category {
	width: 90%;
}
ul.anchor_nav.category.letter {
	justify-content: center;
}
ul.anchor_nav.category.letter li {
	margin-right: 10px;;
}
ul.anchor_nav.local {
	width: 50%;
}
ul.anchor_nav.category li {
	width: 32%;
}
ul.anchor_nav.magazine li {
	width: 18%;
}

ul.anchor_nav.fac li {
	width: 47%;
}
ul.anchor_nav li a {
	position: relative;
	display: block;
	width: 100%;
	padding: 10px 0 11px 1em;
	color: #50565f;
	letter-spacing: -1px;
	border-bottom: dashed 1px #e7e7e7;
	text-decoration: none;
	font-weight: 600;
}
ul.anchor_nav li a:hover {
	text-decoration: none;
	color: #3e7a58;
}

ul.anchor_nav li a::after {
	position: absolute;
  content: '';
  display: inline-block;
	background: url("img/icon_anchor_nav.png");
  background-size: contain;
  width: 19px;
  height: 19px;
	top: 29%;
	right: 1em;
}
ul.anchor_nav li.link a::after {
	background: url("img/icon_anchor_nav_link.png");
  background-size: contain;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 1200px){
ul.anchor_nav {
	width: 100%;
}
}
@media screen and (max-width: 580px){
ul.anchor_nav {
	margin: 0;
}
ul.anchor_nav li a {
	padding-left: 0;
}
ul.anchor_nav li a::after, ul.anchor_nav li.link a::after {
	right: 5px;
}
ul.anchor_nav.row01 {
	display: block;
	width: 80%;
	margin: 0 auto;
}
ul.anchor_nav.row01 li {
	width: 100%;
}
ul.anchor_nav.category li {
	width: 48%;
}

}

@media screen and (max-width: 1000px){
ul.anchor_nav.category {
	width: 100%;
}
ul.anchor_nav.local {
	width: 90%;
}
}


h2 {
	margin: 55px 0 20px 0;
	padding: 20px 20px 20px 35px !important;
	background: #3e7a58;
	border: none;
	font-size: 1.3rem;
	color: #fff;
	font-weight: 700;
	letter-spacing: -1px;
}
h2.h2_information {
	height: 84px;
  padding: 0 0 0 40px;
	background: #f080a0;
  border-top: none;
  border-bottom: none;
	border-radius: 42px;
  color: #fff;
  letter-spacing: -1px;
  font-size: 1.5em;
  text-align: center;
	line-height: 84px;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
}
h2.h2_information img {
	margin-top: -30px;
	margin-left: 20px;
}
@media screen and (max-width: 767px) {
.home article.hentry {
	padding: 0;
}
}
@media screen and (max-width: 580px) {
.home article.hentry {
	padding: 0;
}
.home .row {
	padding: 0;
}
h2.h2_information {
	height: 60px;
  padding: 0 0 0 40px;
	border-radius: 30px;
  color: #fff;
  font-size: 1.3em;
	line-height: 60px;
}
h2.h2_information img {
	margin-top: -30px;
	margin-left: 20px;
}
}

h3 {
	position: relative;
	margin: 50px 0 16px 0;
	padding: 15px 0 15px 36px;
	background: #f5f5f2;
	font-size: 1.2em;
	border-bottom: none;
  font-weight: 700;
  letter-spacing: -1px;
}
h3::after {
	content: none !important;
}
h3::before {
  position: absolute;
  top: 24%;
  left: 15px;
  width: 6px;
  height: 52%;
  content: '';
  background: #3e7a58;
}
h2 + h3 {
	margin: 20px 0 16px 0;
}

h4 {
	position: relative;
	margin: 30px auto 16px auto;
	padding-bottom: 10px;
	font-size: 1.1em;
	color: #3e7a58;
  font-weight: 600;
  border-bottom: 2px solid #f0f0f0;
}
h4::before{
  content: '';
  position: absolute;
  bottom: -2px;
  width: 43px;
  height: 2px;
  background: #91b19f;
}
h4:first-child {
	margin: 20px auto 16px auto;
}
h5 {
	display: inline-block;
	min-height: 32px;
	margin: 10px 0;
	padding: 5px 16px;
	background: #f3f5d7;
	border-radius: 16px;
	font-size: 0.95em;
}

.midashi {
	display: inline-block;
	margin: 30px 0 20px 0;
	padding: 3px 20px;
	background: #f3f5d7;
	border-radius: 18px;
	color: #3e7a58;
  font-weight: 600;
	font-size: 1.2em;
	text-align: center;
}

/* pdfリンク */
a.pdf::after {
  content: '';
  display: inline-block;
	background: url("img/icon_pdf.png");
  background-size: contain;
  width: 21px;
  height: 26px;
	top: 5px;
	margin-left: 10px;
	vertical-align: bottom;
}


/* h4配下のコンテンツ */
.content {
	width: 90%;
	margin: 0 auto;
	font-size: 95%;
}
.content h4 {
	font-size: 1.1em;
}
.content p.notice {
	font-size: 90%;
	line-height: 1.5;
}
p {
	line-height: 1.8;
	letter-spacing: -0.5px;
}
.em {
	color: #3e7a58;
	font-weight: 700;
}

/* 利用案内 */
.tbl_normal {
	margin: 0 auto;
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #6a6a6b;
}
.tbl_normal th {
	padding: 0.5em;
	background: #6a6a6b;
	color: #fff;
	text-align: center;
	border-right: solid 1px #6a6a6b;
	border-bottom: solid 1px #6a6a6b;
}
.tbl_normal td {
	padding: 1.5em;
	border-bottom: solid 1px #6a6a6b;
	line-height: 1.6;
}
.tbl_normal th.border_r {
	border-right: dotted 1px #dddddd !important;
}
.tbl_normal td.border_r {
	border-right: dotted 1px #6a6a6b !important;
}
.tbl_normal.dotborder td {
	padding: 0.5em 1em;
	border-right: dotted 1px #6a6a6b !important;
	border-bottom: dotted 1px #6a6a6b !important;
}




@media screen and (max-width: 580px) {
	
#main.mainSection.mainSection-col-two {		/*サブページのみ枠アリ */
	padding: 10px;
}
.content {/* h4配下のコンテンツ */
	width: 96%;
	margin: 0 auto;
	font-size: 95%;
}

table.scroll {/* table スマホ時スクロール */
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
	}
	
ul.anchor_nav.magazine li {
	width: 32%;
}
	
}

/* リスト */

ol {
    padding-inline-start: 20px !important;
}

.list_circle {
	margin: 0 auto 20px auto;
}
.list_circle li {
	margin-bottom: 10px;
	padding-left: 1.2em;
	text-indent: -0.6em;
}
.list_circle li::before {
  content: "●";
  display: inline-block;
	color: #3e7a58;
	margin-right: 3px;
}
.list_circle li:last-child {
	margin-bottom: 0;
}
.list_arrow {
	margin: 0 auto 20px auto;
}
.list_arrow li {
	margin-bottom: 10px;
	padding-left: 1.2em;
	text-indent: -0.6em;
}
.list_arrow li::before {
  font-family: "Font Awesome 5 Free";
  content: '\f138';
  font-weight: 900;
  display: inline-block;
	color: #fd5838;
	margin-right: 3px;
}
.list_arrow li:last-child {
	margin-bottom: 0;
}
/* pdfリンク */
 .list_pdf li {
	margin-bottom: 14px;
	padding-left: 0.6em;
	text-indent: -0.6em;
}
.list_pdf li a::after {
  content: '';
  display: inline-block;
	background: url("img/icon_pdf.png");
  background-size: contain;
  width: 21px;
  height: 26px;
	top: 5px;
	margin-left: 10px;
	vertical-align: bottom;
}



.notice_wrap {
	margin: 20px auto;
	padding: 24px;
	background: #fde7e7;
}
.notice_wrap .list_circle li {
	font-size: 0.9em;
}

.dl_btn {
	margin: 50px auto;
	text-align: center;
}
.dl_btn a {
	position: relative;
	display: block;
	width: 350px;
	height: 68px;
	margin: 0 auto;
	padding: 20px 20px 0 0;
	background: #ff2e73;
	border-radius: 34px;
	color: #fff;
	text-decoration: none;
}
.dl_btn a::after {
	position: absolute;
  content: '';
  display: inline-block;
	background: url("img/icon_dl.png");
  background-size: contain;
  width: 19px;
  height: 21px;
	top: 31%;
	right: 30px;
}
.dl_btn a:hover {
	opacity: 0.8;
}
.dl_btn .fs {
	display: block;
	margin-bottom: 16px;
	font-size: 0.8em;
	line-height: 1.5;
}

@media screen and (max-width: 580px) {
.dl_btn {
	margin: 30px auto;
	text-align: center;
}
.dl_btn a {
	width: 90%;
	height: 60px;
	padding: 18px 20px 0 0;
}
.dl_btn a::after {
  width: 16px;
  height: 17px;
	top: 33%;
	right: 24px;
}
.notice_wrap {
	padding: 20px 10px;
}

}

/* よくある質問 */

dl.faq dt {
	margin-left: 30px;
	padding-left: 0;
	font-weight: 600;
	border-left: none;
	color: #3e7a58;
}
dl.faq dd {
	margin-bottom: 24px;
	margin-left: 30px;
	padding-left: 0;
	border-left: none;
	font-size: 90%;
}
dl.faq dt::before, dl.faq dd::before {
	display: block;
	float: left;
	width: 24px;
	margin-left: -30px;
	margin-right: 8px;
	padding: 1px 0 4px 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
}
dl.faq dt::before {
	content: "Q";
	background: #f3f5d7;
	color: #3e7a58;
	font-size: 18px;
}
dl.faq dd::before {
	content: "A";
	background: #3e7a58;
	color: #fff;
	font-size: 16px;
}

/* 図書館運営 > 日本十進分類表（網目・百区分表） */

.tbl_cat01 {
	margin: 30px 0;
	width: 80%;
	border-collapse: collapse;
	border: solid 1px #6a6a6b;
}
.tbl_cat02 {
	margin: 20px 0 30px 0;
	width: 80%;
	border-collapse: collapse;
	border: solid 1px #6a6a6b;
}
@media screen and (max-width: 580px) {
.tbl_cat02 {
	margin: 20px 0 30px 0;
	width: 100%;
}
}
.tbl_cat01 th, .tbl_cat02 th {
	width: 20%;
	padding: 0.2em;
	background: #f3f5d7;
	text-align: center;
	border-bottom: dotted 1px #6a6a6b;
	border-right: solid 1px #6a6a6b;
}
.tbl_cat01 th a {
	color: #3e7a58;
	font-size: 1.3em;
	font-weight: 600;
}
.tbl_cat02 th {
	background: #3e7a58;
	border-bottom: dotted 1px #fff;
	font-size: 1.2em;
	font-weight: 600;
	color: #fff !important;
}

.tbl_cat01 td, .tbl_cat02 td {
	padding: 0.2em 1em;
	border-bottom: dotted 1px #6a6a6b;
	line-height: 1.6;
}

/* 郷土資料  */

.tbl_normal.dotborder td ul {
	margin: 0;
}
.tbl_normal.dotborder td ul li {
	margin-bottom: 5px;
	padding-left: 1.2em;
	text-indent: -0.6em;
}
.tbl_normal.dotborder td ul li::before {
  content: "●";
  display: inline-block;
	color: #3e7a58;
	margin-right: 3px;
	font-size: 90%;
}
.tbl_normal.dotborder th.w20 {
	width: 20%;
}
.tbl_normal.dotborder th.w15 {
	width: 15%;
}

/*パスファインダー*/
.page-id-2832 .entry-body p a {
	width: 90%;
	margin: 0 0 5px 0;
	padding-left: 1em;
	font-size: 95%;
}
.page-id-2832 .entry-body p a::before {
  content: '';
  display: inline-block;
	background: url("img/icon_pdf.png");
  background-size: contain;
  width: 21px;
  height: 26px;
	top: 5px;
	margin-right: 10px;
	vertical-align: bottom;
}

/* カスタム投稿（図書館だよりとか）のSNSボタン非表示  */

.addtoany_share_save_container.addtoany_content.addtoany_content_bottom {
	display: none;
}

/* サイトマップ カスタム投稿非表示  */

.col-md-6.sitemap-col .sitemap-post,
.col-md-6.sitemap-col .sitemap-newsletter,
.col-md-6.sitemap-col .sitemap-warao {
	display: none;
}

/* 投稿（お知らせと図書館だよりとワラオ）の詳細ページの枠  */

.newsletter-template-default #main.mainSection.mainSection-col-two,
.letter-template-default #main.mainSection.mainSection-col-two,
.post-template-default  #main.mainSection.mainSection-col-two {		/* 固定ページの設定をリセット */
	padding: 0;
	background: #fff;
	border: none;
}
.newsletter-template-default .entry.entry-full,
.letter-template-default .entry.entry-full,
.post-template-default .entry.entry-full {
	padding: 20px;
	background: #fff;
	border: solid 5px #f3f5d7;
}

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

.post-template-default #main.mainSection.mainSection-col-two p,
.post-template-default #main.mainSection.mainSection-col-two ul,
.post-template-default #main.mainSection.mainSection-col-two table,
.post-template-default #main.mainSection.mainSection-col-two h4 {
	width: 95% !important;
}	
}
@media screen and (max-width: 580px) {

.newsletter-template-default .entry.entry-full,
.letter-template-default .entry.entry-full,
.post-template-default .entry.entry-full {
	padding: 10px;
}

}

/* カスタム投稿（図書館だより）のリストマーク  */
.page.page-id-2888 h1.media-heading.entry-title {
	position: relative;
	padding-left: 30px;
}
.page.page-id-2888 h1.media-heading.entry-title a::before {
	position: absolute;
  content: '';
  display: inline-block;
 	background: url("img/sidenav_service_icon01.png") no-repeat;
	background-size: contain;
	width: 19px;
	height: 19px;
	top: 5px;
	left: 0;
}

.post-template-default #main.mainSection.mainSection-col-two p,
.post-template-default #main.mainSection.mainSection-col-two ul,
.post-template-default #main.mainSection.mainSection-col-two table,
.post-template-default #main.mainSection.mainSection-col-two h4 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.post-template-default .entry-footer {
	margin-top: 50px;
}


/* カスタム投稿（ワラオの部屋）のページ内容非表示  */
.page-id-2954 a.media-body_excerpt,
.post-type-archive-letter a.media-body_excerpt {
	display: none;
}
.post-type-archive-letter .postList {
	padding: 10px 20px;
}

/* サイトマップ（ワラオの部屋）非表示  */
.page-id-38 .sitemap-letter .sectionBox {
	display: none;
}


/*=============== footer ===============*/

footer .footerMenu {
	margin: 0 !important;
	padding: 1px 0;
	background: #f9f9f9;
}

footer .sectionBox {
	padding-top: 70px;
	font-size: 0.8em !important;
	color: #fff;
}

footer .sectionBox .logo_area img {
	width: 314px !important;
	max-width: initial !important;
}
footer .sectionBox .logo_area .shitei {
	display: inline-block;
	margin-left: 30px;
	vertical-align: bottom;
	font-weight: 500;
	font-size: 1.1em !important;
}
footer .sectionBox .info_area {
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
}
footer .sectionBox .info_area .info {
	width: 33%;
	line-height: 1.8;
}
footer .sectionBox .info_area .info .name {
	margin-bottom: 3px;
	font-size: 1.55em;
	font-weight: 500;
}
footer .sectionBox .info_area .info .name a {
	display: inline-block;
	margin-left: 24px;
	font-size: 0.7em;
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	font-feature-settings: "palt" !important;
	letter-spacing: -1px;
}
footer .sectionBox .info_area .info .name a:hover {
	text-decoration: underline;
}
footer .sectionBox .info_area .info .add {
	font-weight: 400;
}
footer .sectionBox .info_area .info .add a {
	color: #fff !important;
	text-decoration: none !important;
}
footer .copySection {
	font-weight: 400;
} 

/*ページトップ画像変更*/
.page_top_btn {	/*太田原*/
  position: fixed;
  right: 5%;
  bottom: 5%;
  z-index: 99999;
  width: 119px;
  height: 132px;
  box-shadow: none !important;
  background: url("img/pagetop.png") no-repeat;
	background-size: contain;
}
.page_top_btn:hover {
	opacity: 0.8;
}
@media screen and (max-width: 767px) {
    .footerMenu .nav li {
      display: inline-block;
			margin-right: 20px;
    }
.page_top_btn {	/*太田原*/
  right: 5%;
  bottom: 5%;
  width: 90px;
  height: 100px;
  background: url("img/pagetop.png") no-repeat;
	background-size: contain;
}
}

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

footer .sectionBox {
	padding-top: 50px;
}
footer .sectionBox .logo_area {
	margin: 0 auto;
	text-align: center;
}
footer .sectionBox .logo_area img {
	width: 100%;
}
footer .sectionBox .logo_area .shitei {
	display: block;
	margin-top: 20px;
}
footer .sectionBox .info_area {
	display: block;
	margin-top: 50px;
	text-align: center;
}
footer .sectionBox .info_area .info {
	width: 100%;
	line-height: 1.8;
	margin-bottom: 20px;
}
footer .sectionBox .info_area .info .name {
	margin-bottom: 3px;
}
footer .sectionBox.copySection {
	padding-top: 0;
}

}






/*=============== footer end ===============*/

/*========== Reuse-block ==========*/

.ohanashi-table tr th,
.ohanashi-table tr td {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.ohanashi-table th{
/*	background-color: #f5f5f5;*/
	border-right: 1px solid #ccc;
	font-weight: 900;
	font-size: 0.9em;
	width: 15%;
}

@media (min-width: 992px){
.ohanashi-table tr:nth-child(2) th:before{
	font-family: "Font Awesome 6 Free";
	content: '\f66f';
	color: #555;
	font-weight: 900;
	font-size: 1.1em;
	margin-right: 0.5em;
	text-align: center;
	vertical-align: bottom;
}

.ohanashi-table tr:nth-child(3) th:before{
	font-family: "Font Awesome 6 Free";
	content: '\f0c0';
	color: #555;
	font-weight: 900;
	font-size: 1em;
	margin-right: 0.4em;
	text-align: center;
	vertical-align: middle;
}

.ohanashi-table tr:nth-child(4) th:before{
	font-family: "Font Awesome 6 Free";
	content: '\f1ae';
	color: #555;
	font-weight: 900;
	font-size: 1.1em;
	margin: 0 0.6em 0 0.1em;
	text-align: center;
	vertical-align: middle;
}

.ohanashi-table tr:nth-child(5) th:before{
	font-family: "Font Awesome 6 Free";
	content: '\f303';
	color: #555;
	font-weight: 900;
	font-size: 1.1em;
	margin-right: 0.5em;
	text-align: center;
	vertical-align: middle;
}

.ohanashi-table tr:first-child th:before{
	font-family: "Font Awesome 6 Free";
	content: '\f073';
	color: #555;
	font-weight: 900;
	font-size: 1.1em;
	margin-right: 0.5em;
	text-align: center;
	vertical-align: bottom;
}
}
.tenji-table-a tr td:first-child{
	width:23%;
	padding-left: 0;
	padding-right: 0.2em;
}

.tenji-table-b tr td:first-child{
	width:15%;
	padding-left: 0;
}

/*========== Reuse-block end ==========*/

/*========== ps auto sitemap ==========*/
#sitemap_list li:before {
    font-family: "Font Awesome 6 Free";
    content: '\f0a9';
    color: /*緑--*/#1c7871;/*赤--#971232;*//*青--#0d4f88;*/
    font-weight: 900;
    font-size: 1.1em;
    margin-right: 0.5em;
    text-align: center;
    vertical-align: middle;
}
/*========== ps auto sitemap ==========*/

/*========== web-gallery ==========*/
.fg-default.fg-gutter-15{
    padding-left: 0 !important;
}
.fg-default.fg-gutter-15 .fg-item:nth-of-type(3n){
    margin-right: 0 !important;
}
/*========== web-gallery end ==========*/

/*========== su-spoiler-style ==========*/
.su-spoiler-style-default>.su-spoiler-title{
    font-size:1em;
}
/*========== su-spoiler-style ==========*/

/*========== responsive ==========*/
@media screen and (max-width: 767px){
.form-box-2, .form-login, .form-box-v2 {
    width: 100% !important;
}
}
/*========== responsive end ==========*/

/*========== wp download manager ==========*/
p.wp-show-posts-entry-title a {
	line-height: 1.4em !important;
	font-size: 16px;
	display: block;
}

h3.package-title {
	border-bottom: none;
	margin-bottom: 0.2em !important;
}

h3.package-title a{
	font-size: 1.2rem;
	margin-right: 0 !important;
}

.w3eden .btn-primary{
	background-color: #000;
	border: none;
	padding: 9px 16px;
}

.w3eden .card-body{
	margin: 0 auto;
}

.w3eden .media-body{
	margin-right: 0.3rem;
}

.w3eden .card{
	border: none;
}

.w3eden .ml-3{
	margin-left: 0 !important;
}

.wp-show-posts-columns .wp-show-posts-single:not(.wp-show-posts-masonry-block) .wp-show-posts-image img{
	border: 1px solid #ccc;
	height: 200px;
}

/*========== wp download manager end ==========*/

/*========== for IE ==========*/

@media all and (-ms-high-contrast: none) {
.advanced_v p,
.opac-login_v2 p{
	padding-top: 0.7em;
}

#opac-search-button{
	padding-top: 1em;
}

.user-login-side p,
.advanced p{
	padding-top: 0.5em;
}

.entry-meta_items_term_button{
	padding: 7px 1em 2px;
}

.page_top_btn {
	background-image: url(https://vws.vektor-inc.co.jp/wp-content/plugins/vk-all-in-one-expansion-unit/assets/images/to-top-btn-icon.svg) !important;
}

.reference_a p, .reference_b p{
	padding-top:0.3em;
}
}

/*========== for IE end ==========*/

/*==========  共通css  ==========*/

/*-----margin-----*/

.mr_00 { margin-right: 0 !important;}
.mr_05 { margin-right: 5px !important;}
.mr_10 { margin-right: 10px !important;}
.mr_15 { margin-right: 15px !important;}
.mr_20 { margin-right: 20px !important;}
.mr_30 { margin-right: 30px !important;}
.mr_40 { margin-right: 40px !important;}
.mr_50 { margin-right: 50px !important;}
.mr_60 { margin-right: 60px !important;}
.mr_70 { margin-right: 70px !important;}
.mr_80 { margin-right: 80px !important;}
.mr_90 { margin-right: 90px !important;}
.mr_100 { margin-right: 100px !important;}
.mr_300 { margin-right: 300 !important;}
.mt_00 { margin-top: 0 !important;}
.mt_05 { margin-top: 5px !important;}
.mt_10 { margin-top: 10px !important;}
.mt_15 { margin-top: 15px !important;}
.mt_20 { margin-top: 20px !important;}
.mt_25 { margin-top: 25px !important;}
.mt_30 { margin-top: 30px !important;}
.mt_40 { margin-top: 40px !important;}
.mt_50 { margin-top: 50px !important;}
.mt_60 { margin-top: 60px !important;}
.mt_70 { margin-top: 70px !important;}
.mt_80 { margin-top: 80px !important;}
.mt_90 { margin-top: 90px !important;}
.mt_100 { margin-top: 100px !important;}
.mb_00 { margin-bottom: 0px !important;}
.mb_05 { margin-bottom: 5px !important;}
.mb_15 { margin-bottom: 15px !important;}
.mb_10 { margin-bottom: 10px !important;}
.mb_20 { margin-bottom: 20px !important;}
.mb_30 { margin-bottom: 30px !important;}
.mb_40 { margin-bottom: 40px !important;}
.mb_50 { margin-bottom: 50px !important;}
.mb_60 { margin-bottom: 60px !important;}
.mb_70 { margin-bottom: 70px !important;}
.mb_80 { margin-bottom: 80px !important;}
.mb_90 { margin-bottom: 90px !important;}
.mb_100 { margin-bottom: 100px !important;}
.ml_00 {margin-left: 0px !important;}
.ml_05 { margin-left: 5px !important;}
.ml_10 { margin-left: 10px !important;}
.ml_15 { margin-left: 15px !important;}
.ml_20 { margin-left: 20px !important;}
.ml_30 { margin-left: 30px !important;}
.ml_40 { margin-left: 40px !important;}
.ml_50 { margin-left: 50px !important;}
.ml_60 { margin-left: 60px !important;}
.ml_70 { margin-left: 70px !important;}
.ml_80 { margin-left: 80px !important;}
.ml_90 { margin-left: 90px !important;}
.ml_100 { margin-left: 100px !important;}
.ml_120 { margin-left: 120px !important;}
.ml_130 { margin-left: 130px !important;}
.ml_150 { margin-left: 150 !important;}

/*-----padding-----*/

.pt_00 { padding-top: 0 !important;}
.pt_05 { padding-top: 5px !important;}
.pt_10 { padding-top:10px !important;}
.pt_15 { padding-top:15px !important;}
.pt_20 { padding-top:20px !important;}
.pt_25 { padding-top:25px !important;}
.pt_30 { padding-top:30px !important;}
.pt_35 { padding-top:35px !important;}
.pt_40 { padding-top:40px !important;}
.pt_45 { padding-top:45px !important;}
.pt_50 { padding-top:50px !important;}
.pt_55 { padding-top:55px !important;}
.pt_60 { padding-top:60px !important;}
.pt_65 { padding-top:65px !important;}
.pt_70 { padding-top:70px !important;}
.pt_75 { padding-top:75px !important;}
.pt_80 { padding-top:80px !important;}
.pt_85 { padding-top:85px !important;}
.pt_90 { padding-top:90px !important;}
.pt_95 { padding-top:95px !important;}
.pt_100{ padding-top:100px !important;}
.pr_00 { padding-right: 0 !important;}
.pr_05 { padding-right: 5px !important;}
.pr_10 { padding-right:10px !important;}
.pr_15 { padding-right:15px !important;}
.pr_20 { padding-right:20px !important;}
.pr_25 { padding-right:25px !important;}
.pr_30 { padding-right:30px !important;}
.pr_35 { padding-right:35px !important;}
.pr_40 { padding-right:40px !important;}
.pr_45 { padding-right:45px !important;}
.pr_50 { padding-right:50px !important;}
.pr_55 { padding-right:55px !important;}
.pr_60 { padding-right:60px !important;}
.pr_65 { padding-right:65px !important;}
.pr_70 { padding-right:70px !important;}
.pr_75 { padding-right:75px !important;}
.pr_80 { padding-right:80px !important;}
.pr_85 { padding-right:85px !important;}
.pr_90 { padding-right:90px !important;}
.pr_95 { padding-right:95px !important;}
.pr_100{ padding-right:100px !important;}
.pb_00 { padding-bottom: 0 !important;}
.pb_05 { padding-bottom: 5px !important;}
.pb_10 { padding-bottom:10px !important;}
.pb_15 { padding-bottom:15px !important;}
.pb_20 { padding-bottom:20px !important;}
.pb_25 { padding-bottom:25px !important;}
.pb_30 { padding-bottom:30px !important;}
.pb_35 { padding-bottom:35px !important;}
.pb_40 { padding-bottom:40px !important;}
.pb_45 { padding-bottom:45px !important;}
.pb_50 { padding-bottom:50px !important;}
.pb_55 { padding-bottom:55px !important;}
.pb_60 { padding-bottom:60px !important;}
.pb_65 { padding-bottom:65px !important;}
.pb_70 { padding-bottom:70px !important;}
.pb_75 { padding-bottom:75px !important;}
.pb_80 { padding-bottom:80px !important;}
.pb_85 { padding-bottom:85px !important;}
.pb_90 { padding-bottom:90px !important;}
.pb_95 { padding-bottom:95px !important;}
.pb_100{ padding-bottom:100px !important;}
.pl_00 { padding-left: 0 !important;}
.pl_05 { padding-left: 5px !important;}
.pl_10 { padding-left:10px !important;}
.pl_15 { padding-left:15px !important;}
.pl_20 { padding-left:20px !important;}
.pl_25 { padding-left:25px !important;}
.pl_30 { padding-left:30px !important;}
.pl_35 { padding-left:35px !important;}
.pl_40 { padding-left:40px !important;}
.pl_45 { padding-left:45px !important;}
.pl_50 { padding-left:50px !important;}
.pl_55 { padding-left:55px !important;}
.pl_60 { padding-left:60px !important;}
.pl_65 { padding-left:65px !important;}
.pl_70 { padding-left:70px !important;}
.pl_75 { padding-left:75px !important;}
.pl_80 { padding-left:80px !important;}
.pl_85 { padding-left:85px !important;}
.pl_90 { padding-left:90px !important;}
.pl_95 { padding-left:95px !important;}
.pl_100{ padding-left:100px !important;}


/*-----font-size-----*/

.fs_150 { font-size: 150% !important;}
.fs_140 { font-size: 140% !important;}
.fs_130 { font-size: 130% !important;}
.fs_120 { font-size: 120% !important;}
.fs_110 { font-size: 110% !important;}
.fs_95 { font-size: 95% !important;}
.fs_90 { font-size: 90% !important;}
.fs_85 { font-size: 85% !important;}
.fs_80 { font-size: 80% !important;}
.fs_70 { font-size: 70% !important;}
.fs_60 { font-size: 60% !important;}
.fs_50 { font-size: 50% !important;}

.fwN { font-weight: normal;}
.fwB { font-weight: 700;}


/*-----float-----*/

.f_right {
    float: right !important;
}
.f_right_img {
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
}
.f_left {
    float: left !important;
}
.f_left_img {
    float: left;
	margin-top: 10px;
    margin-right: 30px;
    margin-bottom: 20px;
}


/*-----font-style-----*/

.bold {
    font-family: "ヒラギノUD角ゴ W5 JIS2004";
}
.bold_text {
    font-size: 110%;
    font-family: "ヒラギノUD角ゴ W5 JIS2004";
	text-decoration: underline;
	margin: 30px 0 30px 1em;
}
.normal {
    font-weight: normal;
}


/* 　Inline Align　	  */

.taL { text-align: left !important;}
.taC { text-align: center !important;}
.taR { text-align: right!important;}
.vaT { vertical-align: top!important;}
.vaM { vertical-align: middle !important;}
.vaB { vertical-align: bottom !important;}




