/* 全般の設定 */

body {
    color: #3e3a39;
    font-family: 'Noto Sans JP', sans-serif;
}

a {
    text-decoration: underline;
}

a:link{
  color: #007bff;
}
a:visited{
  color: #007bff;
}
a:hover{
  color: #007bff;
}
a:active{
  color: #007bff;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

ul {
    margin-left: 0;
    margin-right: 0;
}

/* 画像周りの余白調整 */
.wp-block-image {
	margin: 0 1em 1em;
}

.underline {
	border-bottom: solid 2px #036eb8;
}

.sub-title {
    color: #036eb8;
}

.container-fluid {
    background: #e8f5fd;
}

.container-fluid-ex {
    background: #ffffff;
}

.container-fluid > .row,
.container-fluid-ex > .row {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;  
}

p {
    font-size: 1rem !important;
    padding: 0 1rem;
	word-wrap: break-word;
}

ul.disc {
    list-style: disc;
    padding-right: 2rem;
}

ul.decimal {
    list-style: decimal;
    padding-right: 2rem;
}

.indent-st {}

.indent-sst {}

.blue-color {
  color: #036eb8;
}

.mini-table-title, .table-responsive.price th, .table-responsive.price-ex th {
    background-color: #f4fbff;
}

td.base-price {
    background-color: #fffcc9;
}

.table-responsive.price-ex {
    font-size: 0.8rem;
}

.fa-facebook-square {
    color: #3b5998;
}

.fa-twitter-square {
    color: #55acee;
}

#header-img {
    position: relative;
    z-index: 0; 
    box-shadow: 0px 3px 2px rgba(0,0,0,0.3);
}

.header-menu a {
    background: #036eb8;
    display: block;
    font-size: 0.7rem;
    font-weight: 400;
    text-align: center;
    padding: 0.8rem 0 0;
    color: #fff;
    text-decoration: none;
    line-height: 2.5;
    border-right: solid 1px #fff;
    box-sizing:border-box;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.5);    
    z-index: 200;
    position: relative;
}

.header-menu a.h-menu04 {
    border-right: none;
    box-sizing:border-box;
}

.header-menu a:link {
    
}

.header-menu a:active {
    
}

.header-menu a:hover {
    background: #004676;
    color: #fff;
}

.header-menu a:visited {
    
}

a.h-menu01:before {
    background-image: url("../img/h-menu01.png");
    background-size: contain;
    content: "";
    display: block;
    margin: 0 auto;
    width: 25px;
    height: 25px;
}

a.h-menu02:before {
    background-image: url("../img/h-menu02.png");
    background-size: contain;
    content: "";
    display: block;
    margin: 0 auto;
    width: 25px;
    height: 25px;
}

a.h-menu03:before {
    background-image: url("../img/h-menu03.png");
    background-size: contain;
    content: "";
    display: block;
    margin: 0 auto;
    width: 25px;
    height: 25px;
}

a.h-menu04:before {
    background-image: url("../img/h-menu04.png");
    background-size: contain;
    content: "";
    display: block;
    margin: 0 auto;
    width: 25px;
    height: 25px;
}

.important {
    background: #036eb8;
    padding:0.5em;
    overflow:hidden;
}

.important p {
    margin:0;
    font-weight: 400;
    color: #fff;
    display:inline-block;
    white-space:nowrap;
}

/* bootstrapグローバルメニュー */
.navbar {
    max-width: 1200px;
    margin: 0 auto;
}

.g-nav {
    background-color: #036eb8;
}

.g-nav a {
    text-decoration: none;
}

.bg-light {
    background-color: #036eb8 !important;
}

.navbar-toggler {
    background-color: #fff !important;    
}

div.navbar-brand {
    display: none;
}

ul.navbar-nav {
    width: 100%;
    margin: 0 auto;
}

a.nav-link {
    font-size: 0.9rem;
    font-weight: 400 !important;
    letter-spacing: 1px;
    color: #fff !important; 
}

a.nav-link:hover {
    color: #add3ed !important; 
    font-weight: 400 !important;
}

ul.navbar-nav {
    border-left: solid #eee 1px;
}

ul.navbar-nav:first-child {
    border-left: none;
}

.btn-warning {
    color: #fff;
    background-color: #fff100;
    border-color: #f2e500;
}

.btn-warning:hover {
    color: #fff;
}

.dropdown-toggle::after, .dropdown-menu.show {
    display: none;
}


@media (max-width: 768px) {
    .bg-light {
        background-color: #036eb8 !important;
    }
    
    div.navbar-brand {
        display: inline;
        font-size: 1rem;
        color: #fff !important;
        font-weight: 400 !important;
    }
    
    .navbar-nav {
        margin: 1rem 0 0.5rem 0 !important;
        background: #fff;
    }
    
    a.nav-link {
        font-size: 0.9rem;
        letter-spacing: 1px;
        color: #036eb8 !important;
    }

    /*.dropdown-toggle::after {
        display: inline-block;
        vertical-align: 0em;
        font-family: FontAwesome;
        content: "\f055";
        border: none;
    }*/
    
    .dropdown-divider {
        margin: 0;
    }
    
    .dropdown-menu {
        position: absolute;
        left: 0;
        min-width: 10rem;
        padding: 0;
        margin: 0;
        font-size: 0.9rem;
        color: #212529;
        text-align: center;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: none;
    }
    
    .dropdown-item {
        display: block;
        width: 100%;
        padding: 1rem 1.5rem;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }
    
    .dropdown-item:hover {
        background: #fff100;
    }
    
    .dropdown-menu.show {
        display: block;
    }
    
}

/* パーツ＆機能 */

/* フェード

body {
    animation-name: fadein;
    animation-duration: 2s;
}

@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(100px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}

 */


/* スライダー */
.top-slider {
    /*border: solid 1px #036eb8;*/
    box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}


/* マーキー */
.marquee {
padding:0.5em;
overflow:hidden;
background-color:#fafafa;
}

.marquee p {
margin:0;
padding-left:600px;
display:inline-block;
white-space:nowrap;
	-webkit-animation-name:marquee;
	-webkit-animation-timing-function:linear;
	-webkit-animation-duration:20s;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-name:marquee;
	-moz-animation-timing-function:linear;
	-moz-animation-duration:20s;
	-moz-animation-iteration-count:infinite;
	-ms-animation-name:marquee;
	-ms-animation-timing-function:linear;
	-ms-animation-duration:20s;
	-ms-animation-iteration-count:infinite;
	-o-animation-name:marquee;
	-o-animation-timing-function:linear;
	-o-animation-duration:20s;
	-o-animation-iteration-count:infinite;
	animation-name:marquee;
	animation-timing-function:linear;
	animation-duration:20s;
	animation-iteration-count:infinite;
}
@-webkit-keyframes marquee {
  from   { -webkit-transform: translate(0%);}
  99%,to { -webkit-transform: translate(-100%);}
}
@-moz-keyframes marquee {
  from   { -moz-transform: translate(0%);}
  99%,to { -moz-transform: translate(-100%);}
}
@-ms-keyframes marquee {
  from   { -ms-transform: translate(0%);}
  99%,to { -ms-transform: translate(-100%);}
}
@-o-keyframes marquee {
  from   { -o-transform: translate(0%);}
  99%,to { -o-transform: translate(-100%);}
}
@keyframes marquee {
  from   { transform: translate(0%);}
  99%,to { transform: translate(-100%);}
}


/*テーブル*/
.scrollbar {
  width: 100%;
  height: 15px;
  overflow-x: scroll;
  overflow-y: scroll;
  margin-bottom: 15px;
}
.scrollbar .inner {
  width: 2500px;
  height: 1px;
}
.scrollbox {
  width: 100%;
  margin-top: 5px;
  overflow-x: scroll;
  overflow-y: scroll;
}
.scrollbox .inner {
  width: 2500px;
  height: 500px;
  margin-bottom: 5px;
}


/* スクロールバーのスタイル */
.scrollbar::-webkit-scrollbar,
.scrollbox::-webkit-scrollbar {
  height: 10px;
}
.scrollbar::-webkit-scrollbar-track,
.scrollbox::-webkit-scrollbar-track {
  border-radius: 5px;
}
.scrollbar::-webkit-scrollbar-thumb,
.scrollbox::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #e7e7e7;
}


/* お知らせ */
#information {
    background: #fff;
}

#info-title {
    border-bottom: solid 2px #036eb8;
} 

#information h6 {
    color: #036eb8;
    margin-top: -4px;
}

#information .btn {
    font-weight: 400;
    font-size: 0.7rem;
}

#information ul li {
    border-bottom: solid 1px #036eb8;
}

#information ul li:last-child {
    border: none;
}

#information li {
    color: #036eb8;
    font-size: 0.9rem;
}

#information small {
    color: #3e3a39;
}

#information .date {
    color: #3e3a39;
}

.list-unstyled span {
	position: absolute;
}

.list-unstyled a {
	display: inline-block;
	position: relative;
	padding-left: 5rem;
	color: #3e3a39;
	text-decoration: none;
}

.list-unstyled a:hover {
	color: #007bff;
	text-decoration: underline;
}

.info-template-default img {
	width: 70%;
}

/* センターでできること */
#dekirukoto h5 {
    color: #036eb8;
}

#dekirukoto p {
    font-size: 0.9rem;
}


/*.fa-question-circle,*/
.fa-link,
.fa-sitemap,
.fa-info-circle,
.fa-user-circle {
    padding-left: 0.7rem;
}


/* 講座・イベント情報 */
.slick-prev,
.slick-next { /* 現在未使用 */
    z-index: 100;
    display: none;
}

.event {
    border-top: solid 0.2rem #036eb8 !important;
    background-image: url("../img/event-bg.jpg");
    background-repeat: repeat; 
}

.event img {
    border:solid 0.15rem #036eb8;
}

.alert {
    padding: 0;
    color: red;
}

/* 講座・イベントレポート */
#report {

}	

#report td {
    padding: 0;
    margin: 0;
    border: solid #036eb8 3px;
}

#report a:hover {
    opacity: 0.6;
}

/* バナー */
#banner {
    background: #eee;
}

#banner a {
	color: #3e3a39;
    text-decoration: none;
}

#banner a:hover {
	color: #007bff;
	text-decoration: underline;
}

/* フッター */
footer h3 {
    color: #036eb8;   
}

ul.footer-menu li a {
    color: #036eb8;
    font-size: 0.8rem;
    padding: 5px 12px;
    text-decoration: none;
}

ul.footer-menu li a:hover {
    color: #036eb8;
    text-decoration: none;
}


/* ページトップへ */
#tp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #eee;
    opacity: 0.8;
}

.fa-chevron-up {
    font-size: 18px;
}

.pageTop-chevron{
    color:black;
    padding:20px;
}

#tp a {
    color: black;
    display: block;
}

#tp a:hover i {
    color: #fff;
    background: black;
    opacity: 0.8;
}


/* 画像ロールオーバー */


/* 画像ロールオーバー（画像拡大） */
#dekirukoto .waku {
	overflow: hidden;
}

#dekirukoto img {
	display: block;
	transition-duration: 0.3s;
}

#dekirukoto img:hover {
	transform: scale(1.1);
	transition-duration: 0.3s;
}
*/

/* 画像ロールオーバー（枠線）
#dekirukoto a img {
    border: 2px solid white;
    transition: all 0.5s ease;
}

#dekirukoto :hover img {
    border: 2px solid #036eb8;
    transition: all 0.5s ease;
}

/* 未使用
#dekirukoto .waku01 a img,
#dekirukoto .waku02 a img,
#dekirukoto .waku03 a img,
#dekirukoto .waku04 a img,
#dekirukoto .waku05 a img,
#dekirukoto .waku06 a img {
    border: 3px solid white;
    transition: all 0.5s ease;
}

#dekirukoto .waku01 :hover img {
    border: 3px solid #00913A;
    transition: all 0.5s ease;
}

#dekirukoto .waku02 :hover img {
    border: 3px solid #00A0E9;
    transition: all 0.5s ease;
}

#dekirukoto .waku03 :hover img {
    border: 3px solid #EB6100;
    transition: all 0.5s ease;
}

#dekirukoto .waku04 :hover img {
    border: 3px solid #ED86B3;
    transition: all 0.5s ease;
}

#dekirukoto .waku05 :hover img {
    border: 3px solid #9E9E9F;
    transition: all 0.5s ease;
}

#dekirukoto .waku06 :hover img {
    border: 3px solid #73BB3D;
    transition: all 0.5s ease;
}

#dekirukoto .waku06 :hover img {
    border: 3px solid #73BB3D;
    transition: all 0.5s ease;
} */


/* subページヘッダーバーメニュー */
.header-bar-nav {
    padding-top: 0.5rem;
    font-size: 0.7rem;
}

.header-bar-nav a {
    padding: 0 0.5rem 0 0.3rem;
}

.breadcrumb {
    font-size: 0.8rem;
    background: none;
}

#sub-page-content {
    height: 500px;
    margin-bottom: 2rem;
}

#sub-page-course-title {
    background: #ff2770;
    text-align: center;
    color: #fff;
    height: 150px;
}


/* ボタン */
.btn-primary {
  color: #fff;
  background-color: #036eb8;
  border-color: #036eb8;
}

.btn-primary:hover {
  color: #036eb8;
  background-color: #fff100;
  border-color: #f2e500;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #f2e500;
  border-color: #f2e500;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #f2e500;
  border-color: #f2e500;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #5887c6;
  border-color: #5887c6;
}

.btn-info:hover {
  color: #036eb8;
  background-color: #fff100;
  border-color: #f2e500;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #f2e500;
  border-color: #f2e500;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #f2e500;
  border-color: #f2e500;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}


/* サブページ */
.breadcrumb-item a {
    color: #3e3a39;
}

.breadcrumb-item a:hover {
    color: #036eb8;
}

.pg-link, .pg-link:hover {
    color: #036eb8;
    text-decoration: none;
}

/*　現在未使用
.btn-icon {
	display: inline-block;
	max-width: 180px;
	text-align: left;
	background-color: #036eb8;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	padding: 10px;
	border-radius: 4px;
	position: relative;
}

.btn-icon:before {
	font-family: "Font Awesome 5 Free";
	content: "\f35d";/
	position: absolute;
    padding-right: 5px;
	font-weight: 900;
}

.btn-icon.btn-icon-extension {
	color: #fff;
}

.btn-icon:hover {
	background-color: #fff100;
	color: #0056b3;
	text-decoration: none;
}

.btn-icon-extension {
    max-width: 100%;
    margin-left: 15px;
	color: #fff;
}
*/

.wp-block-button {
	padding: 0 1rem 1rem;	
}

.wp-block-button__link {
	text-align: left;
	background-color: #036eb8;
	font-size: 1rem;
	color: #fff !important;
	text-decoration: none;
	font-weight: 400;
	padding: 10px;
	border-radius: 4px;
}

.wp-block-button__link:before {
	font-family: "Font Awesome 5 Free";
	content: "\f35d";/
	position: absolute;
	padding-right: 5px;
	font-weight: 900;
}

.wp-block-button__link:hover {
	background-color: #fff100 !important;
	color: #0056b3 !important;
	text-decoration: none;
}

.left-column {
	background-color: #f5fbff;
	padding: 15px;
}

.sidebar_fixed {
    position: sticky;
    top: 1.5rem;    
}

h5#left-column-title {
	padding: 0 0 0 24px !important;
	border: none !important;
	text-indent: -9.8px;
}

h5 a {
    color: #3e3a39 !important;
    text-decoration: none;
}

h5 a:hover {
    color: #036eb8 !important;
    text-decoration: none;
}

.title-active {
    color: #036eb8 !important;
}

.left-column ul {
    list-style: none;
}

.left-column li {
	border-bottom: dotted 1px #333;
	padding: 10px 24px;
}

.left-column li a {
    color: #3e3a39;
    text-decoration: none;
}

.left-column li a:hover {
    color: #036eb8;
}

.left-column li.non-left {
	border: none;
	padding: 10px 0 10px 53px;
	text-indent: -50px;
}

.left-column li.non-left a img {
     padding-right: 5px;
}

.left-column li.non-left a {
    color: #3e3a39;
    text-decoration: none;
}

.left-column li.non-left a:hover {
    color: #036eb8;
}

.page-active {
    background-image: url('../img/arrow.png');
    background-repeat: no-repeat;
	background-position: 0.5rem 17px;
	background-size: 12px;
}

.page-active a {
	color: #036eb8 !important;
}

.page-active-ex {
    color: #036eb8 !important;
    background-repeat: no-repeat;
    background-position: 0% 60%;
    background-size: 12px;
}

.active {
    color: #036eb8 !important; 
}

a:hover.nav-link-active {
    text-decoration: none;
}

.sub-menu {
    background-color: #FFE200;
}

.sub-menu-inner {
    line-height: 3;
}

.sub-menu-inner a {
    font-size: 0.9em;
    display: inline-block;
    text-decoration: none;
    color: #036eb8;
    font-weight: 400;
}

.sub-menu-inner a:hover {
    color: #fff;
}

.sub-page p {
    font-size: 0.9rem;
}

.sub-page h1 {
    border-left: 8px solid #036eb8;
    color: #036eb8;
    padding-left: 10px;
    line-height: 200%;
    font-size: 28px;
}

.sub-page h2 {
    border-bottom: 2px solid #036eb8;
    color: #3e3a39;
    font-size: 24px;
    padding-bottom: 7px;
}

.sub-page h3 {
    color: #3e3a39;
    font-size: 20px;
    padding: 7px 0 7px 40px;
	margin-top:15px;
    background-image: url('../img/left-title-icon.png');
    background-repeat: no-repeat;
    background-size: 36px;
}

.sub-page h4 {
    color: #3e3a39;
    font-size: 18px;
    padding: 7px 1rem;
	margin-top:10px;
    background-color: #eee;
}

.sub-page h5 {
    color: #3e3a39;
    font-size: 16px;
    padding: 7px 1rem;
	margin-top:10px;
    border-bottom: 1px #333 dotted;
}

/*  background-image: url('../img/left-title-icon.png');
    background-repeat: no-repeat;
    background-size: 36px 36px;*/


/* 講座・イベント */
.col-2.m-0.p-0.d-flex.align-items-center.justify-content-center {
    background: #0d6fb8;
}

.t-status-blue {
    font-size: 0.9rem;
    background-color: #569eff;
    color: #fff;
}

.t-status-green {
    font-size: 0.9rem;
    background-color: #4c9339;
    color: #fff;
}

.t-status-red {
    font-size: 0.9rem;
    background-color: #d53c3b;
    color: #fff; 
}

.t-status-gray {
    font-size: 0.9rem;
    background-color: #727272;
    color: #fff; 
}

.status-blue {
    background-color: #569eff;
    color: #fff;
}

.status-green {
    background-color: #4c9339;
    color: #fff;
}

.status-red {
    background-color: #d53c3b;
    color: #fff; 
}

.status-gray {
    background-color: #a2a2a2;
    color: #fff; 
}

.status-blue,
.status-green,
.status-red,
.status-gray {
    font-size: 0.9rem;
}

.term {
    font-size: 1rem;
    background-color: #f8f8f8;
}

.event-contents-icon {
    background-color: #0768ac;
}

.term span.small {
    font-weight: 500;
}

.date {

}

.class-title {
    color: #3e3a39;
    font-size: 20px;
    padding: 0 !important;
	margin-top:0 !important;
    background-image: none !important;
}

.explanation {
    font-size: 0.9rem !important;
    padding-left: 1rem;
}

.search-btn {
    color: #fff;
    background-color: #036eb8;
}

.search-btn:hover {
    color: #036eb8;
    background-color: #fff100;
}

/*
.btn-search {
  color: #fff;
  background-color: #53b453;
}

.btn-search:hover {
  background-color: #3c903c;
}
*/

.btn-all {
  color: #fff;
  background-color: #60b7f4;
}

.btn-all:hover {
  background-color: #036eb8;
}

/* カレンダー */
.calendar {
    background-color: #fdfdfd;
    border-collapse: separate;
    padding: 0.3rem;
}

.calendar th.month {
    color: #036eb8;
    border-bottom: solid 1px #ddd;
    font-size: 1.2rem;
}

.calendar td {

}

.calendar td.closed {
    background-color: red;
    color: #fff;
}

.text-blue-bold {
    color: #036eb8;
    font-weight: 400;
}

.calendar td.sat {
    color: blue;
}

.calendar td.sun {
    color: red;
}

/* 吹き出し */
.fa-chevron-down {
	font-size: 1.5rem;
	color: #036eb8;
	margin-bottom: 2rem;
}

.wp-block-liquid-speech-balloon a:link,
.wp-block-liquid-speech-balloon a:visited,
.wp-block-liquid-speech-balloon a:hover,
.wp-block-liquid-speech-balloon a:active {
	color: #007bff !important;
}

/* 拡張子でアイコン自動追加 */
.entry-content a[href$=".pdf"]::before {
  padding-right: 10px;
  display: inline-block;
  content: url("../img/pdf.png");
  vertical-align: middle;
}

.mini-table-content a[href$=".pdf"]::before {
  padding-right: 10px;
  display: inline-block;
  content: url("../img/pdf.png");
  vertical-align: middle;
}

#information a[href$=".pdf"]::after {
	padding-left: 10px;
	display: inline-block;
	content: url("../img/pdf.png");
	vertical-align: middle;
}

li.information-archive-title a[href$=".pdf"]::after {
	padding-left: 10px;
	display: inline-block;
	content: url("../img/pdf.png");
	vertical-align: middle;
}

/* 特定固定ページのpdfアイコン非表示 */
.page-child_01 .entry-content a[href$=".pdf"]::before {
  display: none;
}

/* pdfを非表示に */
.entry-content .pdf-i-none a[href$=".pdf"]::before {
  display: none;
}
.info-template-default.single.single-info .entry-content a[href$=".pdf"]::before {
  content: none;
}

.entry-content a[href$=".doc"]::before {
  padding-right: 10px;
  display: inline-block;
  content: url("../img/word.png");
  vertical-align: middle;
}

.entry-content a[href$=".docx"]::before {
  padding-right: 10px;
  display: inline-block;
  content: url("../img/word.png");
  vertical-align: middle;
}

.entry-content a[href$=".xls"]::before, a[href$=".xlsx"]::before {
  padding-right: 10px;
  display: inline-block;
  content: url("../excel.png");
  vertical-align: middle;
}

.entry-content a[href$=".xlsx"]::before, a[href$=".xlsx"]::before {
  padding-right: 10px;
  display: inline-block;
  content: url("../excel.png");
  vertical-align: middle;
}

.mini-table-content a[href$=".doc"]::before {
  padding-right: 10px;
  display: inline-block;
  content: url("../img/word.png");
  vertical-align: middle;
}

.mini-table-content a[href$=".docx"]::before {
  padding-right: 10px;
  display: inline-block;
  content: url("../img/word.png");
  vertical-align: middle;
}

.mini-table-content a[href$=".xls"]::before, a[href$=".xlsx"]::before {
  padding-right: 10px;
  display: inline-block;
  content: url("../excel.png");
  vertical-align: middle;
}

.mini-table-content a[href$=".xlsx"]::before, a[href$=".xlsx"]::before {
  padding-right: 10px;
  display: inline-block;
  content: url("../excel.png");
  vertical-align: middle;
}

/* 流れ図 */
div.flow_list {
	border: 2px solid #036eb8;
	border-radius: 10px;
	margin: 0px 20px 10px 20px;
	padding: 4px 10px;
}

span.step {
    border-bottom:none;
    padding: 0px;
    font-size: 18px;
    color: #036eb8;
    letter-spacing: 0.15em;
}

.flow_list ol {
	margin: 0;
}

.ex-arrow {
	margin-bottom: 1rem;
}

/* ポケットパーク */
.cap {
    margin: 0;
    padding: 5px 0 0 0;
    font-size: 0.7rem!important;
    line-height: 1.2;
}

/* お知らせ一覧 */
ul.information-archive {
    margin: 0px;
    padding: 0 1.5rem 0.5rem 1.5rem;
}

li.information-archive-title {
    border-bottom: 1px dotted #999;
    list-style: none !important;
    margin-bottom: 10px;
	padding: 0 0 1rem 0;
}

.information-archive-title span {
	color: #036eb8;
}

.information-archive-title span {
	position: absolute;
}

.information-archive-title a {
	display: inline-block;
	position: relative;
	padding-left: 6rem;
	text-decoration: none;
	color: #3e3a39;
}

.information-archive-title a:hover {
	text-decoration: underline;
	color: #007bff;
}

/* 料金表テーブル文字 */
.table-responsive.price {
    font-size: 0.8rem;
}

.thead-light {
    text-align: center;
}

/*スライダーにpdfのアイコンが入らないようにするタグ*/
.slick-slide a[href$=".pdf"]::before {
    display: none;
}

/*******************************************************
wpデフォルトCSSの改変
*******************************************************/

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

/*******************************************************
スライダーデフォルトCSSの改変
*******************************************************/

.slick-dots {
    position: relative;
    bottom: 0;
}

/*******************************************************
Tablepress CSSの改変
*******************************************************/

#tablepress-1,
#tablepress-2 {
	font-size : 0.8rem !important;
}

.tablepress thead th,
.tablepress tbody td,
.tablepress tfoot th　{
	border: 1px solid #ddd !important;
	vertical-align: middle !important;
}

.text-point-blue {
	color: #036eb8;
}

.text-point-red {
	color: #ff0000;
}

/* 注釈 */
.has-small-font-size {
	font-size: .8125em !important;
}

/* スクロールヒント */

@media (max-width: 848px) {
	div.js-scrollable {
		overflow: scroll;
		white-space: nowrap;
	}
}

.scroll-hint-icon {
	top: calc(10%) !important;
}

.table-responsive {
	overflow-x: initial;
}

 /* .tabel-pattern01 */

.tabel-pattern01 tr.row-1,
.tabel-pattern01 tr.row-2,
.tabel-pattern01 tr.row-3,
.tabel-pattern01 tr.row-4,
.tabel-pattern01 td.column-1 {
	background-color: #f4fbff !important;
	font-weight: 500;
}

.tabel-pattern01 td.column-3 {
	background-color: #fffcc9 !important;
}

.tabel-pattern01 .row-1 .column-3,
.tabel-pattern01 .row-2 .column-3 {
	background-color: #f4fbff !important;
}

.tabel-pattern01 tr.row-1 td,
.tabel-pattern01 tr.row-2 td,
.tabel-pattern01 tr.row-3 td,
.tabel-pattern01 tr.row-4 td {
	text-align: center !important;
}

 /* .tabel-pattern02 */

.tabel-pattern02 tr.row-1,
.tabel-pattern02 td.column-1 {
	background-color: #f4fbff !important;
	font-weight: 500;
}

.tabel-pattern02 tr.row-1 td {
	text-align: center !important;
}

.tabel-pattern02 td.column-1 {
	width: 10% !important;
}

 /* .tabel-pattern03 */

.tabel-pattern03 tr.row-1 {
	background-color: #e9ecef !important;
	font-weight: 500;
}

.tabel-pattern03 td.column-1 {
	font-weight: 500;
}

.tabel-pattern03 tr.row-1 td {
	text-align: center !important;
}

 /* .tabel-pattern04 */

.tabel-pattern04 td.column-1 {
	background-color: #f4fbff !important;
	font-weight: 500;
}

.tabel-pattern04 td.column-1,
.tabel-pattern04 td.column-2 {
	border-left: none !important;
	border-right: none !important;
}

.tabel-pattern04 td.column-1 {
	width: 20% !important;
}

 /* .tabel-pattern05 */

.tabel-pattern05 {
	font-size: 0.8rem;
}

.tabel-pattern05 tr.row-1,
.tabel-pattern05 tr.row-2,
.tabel-pattern05 tr.row-3,
.tabel-pattern05 td.column-1 {
	background-color: #f4fbff !important;
	font-weight: 500;
}

.tabel-pattern05 td.column-3 {
	background-color: #fffcc9 !important;
}

.tabel-pattern05 .row-1 .column-3,
.tabel-pattern05 .row-2 .column-3 {
	background-color: #f4fbff !important;
}

.tabel-pattern05 tr.row-1 td,
.tabel-pattern05 tr.row-2 td,
.tabel-pattern05 tr.row-3 td {
	text-align: center !important;
}

 /* .tabel-pattern06 */

.tabel-pattern06 tr.row-1 {
	background-color: #f4fbff !important;
	font-weight: 500;
}

.tabel-pattern06 tr.row-1 td {
	text-align: center !important;
}

 /* .tabel-pattern07 */

.tabel-pattern07 td.column-1 {
	font-weight: 500;
}

/* ギャラリー調整 */

.blocks-gallery-item {
	flex-grow: 0 !important;
}

/* サイトマップレイアウト調整 */

@media (min-width: 782px) {
	.wp-block-column:not(:first-child) {
		margin-left: 0em;
	}
}

/* fb・twitterトップタブ設定 */

.nav-tabs a.nav-link {
	font-size: 0.9rem;
	font-weight: 400;
	letter-spacing: 1px;
	color: #036eb8 !important;
	background: #eee;
	border-color: #dee2e6 #dee2e6 #fff;
	text-decoration: none;
}

.nav-tabs .nav-link.active {
	color: #fff !important;
	background: #036eb8;
	border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs a.nav-link:hover {
	color: #fff !important;
	background: #004676;
	border-color: #dee2e6 #dee2e6 #fff;
	font-weight: 400;
}

div#item2 {
	height: 500px;
	overflow: hidden;
	overflow-y: scroll;
}

/*お問い合わせフォーム*/
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	border: solid 1px #999;
}

span.require {
	color: red;
}

.wpcf7-form-control.wpcf7-submit {
	border: none;
	background: #036eb8;
	color: #fff;
	padding: 1em 1.5em;
}

.wpcf7-form-control.wpcf7-submit:hover {
	background: #eee;
	color: #036eb9;
	cursor: pointer;
}

/* 以下追加編集 */
.entry-header {
	width: 100%;
}
.info-template-default.single.single-info .entry-header > div {
	font-size: 0.8em;
	text-align: right;
}

/* メディア検索結果テーブル */
.table-responsive.search-m .table-bordered th,
.table-responsive.search-m .table-bordered td {
font-size: 0.8rem;
}

.table-responsive.search-m .table-bordered th {
width: 25%;
padding: 8px;
background-color: #f4fbff;
}

/* メディア検索結果テーブル可変時 */
@media (max-width: 848px) {
.table-responsive.search-m .table-bordered th {
width: 100px;
}
}

/* ボランティア検索結果テーブル */
.table-responsive.search-v .table-bordered th,
.table-responsive.search-v .table-bordered td {
font-size: 0.8rem;
}

.table-responsive.search-v .table-bordered th {
width: 16%;
padding: 8px;
background-color: #f4fbff;
}

/* ボランティア検索結果テーブル可変時 */
@media (max-width: 848px) {
.table-responsive.search-v .table-bordered th {
width: 1px;
}
}

/* リンクページの外部リンクにアイコンをつける */
.page-id-103 a[target="_blank"]::after,
.page-id-1105 a[target="_blank"]::after {
	content: "\f35d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin: 0px 3px;
}

/* リンクページの外部リンクにアイコンをつけるpdfだけ除外 */
.page-id-103 .entry-content a[href$=".pdf"]::after {
	display: none;
}

/* 左メニュー中見出しアクティブ */
.current a {
	color: #036eb8 !important;
}

/* トップページ講座・イベント リンク設定*/
.card a {
	display: block;
    height: 100%;
	text-decoration: none;
	color: #3e3a39;
}

.card a:hover,
.card a:hover small {
	color: #007bff;
}

/* フッター財団リンク */

a.zaidan {
	text-decoration: none;
	color: #3e3a39;	
}
a.zaidan:hover {
	color: #007bff;
	text-decoration: underline;
}