@charset "utf-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 98%;
  vertical-align: baseline;
  background: #ffffff00;
  scroll-behavior: smooth;
}
body {
  font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  line-height: 2.0;
}
.container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin-top: 0px;
  padding: 10px;
}
img {
  max-width: 100%;
  height: auto;
}
/* 画面サイズが1279px以下の時はPC用メニューは非表示 */
@media screen and (max-width: 959px) {
  .pc-menu {
    display: none;
  }
}
@media (min-width: 960px) {
  .container {
    width: 960px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 220px;
    grid-template-rows: auto 1fr auto;
    margin-top: 55px;
  }
  .sp-menu {
    display: none;
  }
  .kobestu-box {
    padding: 10px; /* 余白指定 */
    display: flex; /* フレックスボックスにする */
  }
  .kobestu-item {
    padding: 10px;
    margin: 10px; /* 外側の余白 */
  }
}
header {
  grid-column: span 3;
  text-align: left;
  top: 0;
  width: 100%;
  z-index: 10;
  margin: 0 auto;
  background-color: #ffffff;
  margin-bottom: 70px;
}
main {
  flex: 1;
  padding-top: 15px;
  background-color: #fff;
}
main ol li {
  margin-left: 30px;
  list-style-type: auto;
}
nav {
  grid-column: span 3;
  text-align: left;
  width: 100%;
}
/*パンくずタグ---------------------------------------------------------------------------*/
nav {
  border: 1px solid hsl(0, 0%, 90%);
  border-radius: 4px;
  background: hsl(300, 14%, 97%);
}
nav ol {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
nav li {
  display: inline;
}
nav li + li::before {
  display: inline-block;
  margin: 0 0.25em;
  height: 0.8em;
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjgiPjxwYXRoIGQ9Ik0yLjUgMEwxIDEuNSAzLjUgNCAxIDYuNSAyLjUgOGw0LTQtNC00eiIgZmlsbD0iY3VycmVudENvbG9yIi8+PC9zdmc+)
}
nav [aria-current="page"] {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}
aside {
  background-color: #fff;
}
.menu_aside {}
footer {
  grid-column: span 3;
  padding: 30px;
  text-align: center;
  background-color: #fff;
}
h1 {
  grid-column: span 3;
  /* text-align: left; */
  top: 0;
  left: 0;
  position: fixed;
  height: 60px !important;
  width: 100%;
  z-index: 9;
  /* text-align: center; */
  margin: 0 auto;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 10px;
}
h2 {
  position: relative;
  padding: 1.25em 0;
  font-size: 120%;
}
h2:after {
  content: "";
  display: block;
  height: 2px;
  background: -moz-linear-gradient(to right, rgb(230, 90, 90), transparent);
  background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
  background: linear-gradient(to right, rgb(230, 90, 90), transparent);
}
h3 {
  padding: .25em 0 .5em .75em;
}
h4 {}
/*リンクカラー*/
a {
  color: #00f;
  text-decoration: none; /*下線を消す設定。残したままがいいならこの１行を削除。*/
}
/*カーソルオーバー時のリンクカラー*/
a:hover {
  color: #55f;
  text-decoration: none; /*下線を消す設定。残したままがいいならこの１行を削除。*/
}
ul, li {
  list-style-type: none;
}
.lo.li {
  list-style-type: none;
}
img {
  border: none;
}
/*検索フォーム*/
.search-form-011 {
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  width: 100%;
  margin: 0 auto;
}
.search-form-011 input {
  padding: 5px 15px 5px 0;
  border: none;
  box-sizing: border-box;
  font-size: 1em;
  outline: none;
}
.search-form-011 input::placeholder {
  color: #008cff;
}
.search-form-011 button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.search-form-011 button::before {
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cpath%20d%3D%22M23.7%2020.8%2019%2016.1c-.2-.2-.5-.3-.8-.3h-.8c1.3-1.7%202-3.7%202-6C19.5%204.4%2015.1%200%209.7%200S0%204.4%200%209.7s4.4%209.7%209.7%209.7c2.3%200%204.3-.8%206-2v.8c0%20.3.1.6.3.8l4.7%204.7c.4.4%201.2.4%201.6%200l1.3-1.3c.5-.5.5-1.2.1-1.6zm-14-5.1c-3.3%200-6-2.7-6-6s2.7-6%206-6%206%202.7%206%206-2.6%206-6%206z%22%20fill%3D%22%23008cff%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  content: '';
}
/*コンテンツグリッド*/
.grid {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  margin: 1px;
}
#kobetu-container {
  display: grid;
  grid-template-rows: 40px 30px;
  grid-template-columns: 60px 1fr;
  grid-template-areas:
    "areaA areaB"
    "areaA areaC"
    "areaD areaD";
  background: #fff;
  padding: 10px;
  box-shadow:
    inset 0 0 0 0px rgb(255, 255, 255), 0.3em 0.3em 0.3em rgba(0, 0, 0, 0.1);
}
/* アイテム */
#itemA {
  grid-area: areaA;
}
#itemB {
  grid-area: areaB;
}
#itemB h3 a{
  background-color:white;
  display: block;
}
#itemC {
  grid-area: areaC;
  font-size: 80%;
  text-align: right;
}
#itemD {
  grid-area: areaD;
}
.ellipsis {
  width: 100%; /* 省略せずに表示するサイズを指定 */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*メインメニュー---------------------------------------------------------------------------*/
.menu {
  display: grid;
  gap: 0px;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}
.menu ul {}
.menu li a {
  padding: 5px;
  margin: 5px;
  display: block;
  border: solid 0px #7f7f7f;
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow:
    inset 0 0 0 1px rgb(255, 255, 255), 0.1em 0.1em 1em rgba(0, 0, 0, 0.3);
}
/*Aサイドメニュー---------------------------------------------------------------------------*/
.menu_aside {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  grid-auto-rows: auto;
}
.menu_aside ul {}
.menu_aside li a {
  padding: 6px;
  display: block;
  border: solid 1px #000000;
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
}
aside h3 {
  padding: 8px;
  display: block;
  border: solid 0px #7f7f7f;
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow:
    inset 0 0 0 1px rgb(255, 255, 255), 0.1em 0.1em 1em rgba(0, 0, 0, 0.3);
}
/*ページ送りタグ---------------------------------------------------------------------------*/
.pager ul.pagination {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  column-gap: 2px;
  justify-self: end;
  width: 100%;
  height: 100%;
}
.pager .pagination li {
  display: inline;
  margin: 20px 1px;
  padding: 0;
  display: inline-block;
  background: #9D50BB;
  height: 30px;
  text-align: center;
  position: relative;
}
.pager .pagination li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  background-color: #dddddd;
  text-decoration: none;
}
.pager .pagination li a span {
  display: table-cell;
  vertical-align: middle;
}
.pager .pagination li a:hover, .pager .pagination li a.active {
  color: #000;
  background: #ccf;
}
/*タグ*/
.menu-tag-cloud {
  padding: 0 0 12px;
  display: flex;
  flex-wrap: wrap;
}
.menu-tag-cloud li {
  display: block;
  background: #ｆｆｆ;
  border-radius: 1em;
  margin: 0 4px 4px 0;
  padding: 6px 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  transition-duration: 0.2s;
}
.menu-tag-cloud li:hover {
  background: #ｆｆｆ;
}
.menu-tag-cloud li a {
  transition-duration: 0.2s;
}
/*再生 ボタン */
.buttoncontainer {
  font-size: 24px;
  margin: 5px;
  /* 子要素を水平方向の中央に配置する */
  display: flex;
  justify-content: center;
}
.buttonchild {}
.css-button-shadow-border--grey {
  font-size: 20px;
  min-width: 100px;
  height: 40px;
  color: #fff;
  padding: 5px 10px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 5px;
  border: none;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px 0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1);
  background: #495057;
}
.css-button-shadow-border--grey:hover {
  background-color: #6c757d;
}
.css-button-shadow-border--grey:active {
  top: 2px;
}
/*downloadボタン*/ /*downloadボタン*/ /*downloadボタン*/ /*downloadボタン*/ /*downloadボタン*/ /*downloadボタン*/ /*downloadボタン*/ /*downloadボタン*/
.downloadButton {
  border: 0;
  line-height: 2.5;
  padding: 0 20px;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: rgb(255 255 255);
  background-image: linear-gradient(to top left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0));
  box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.6), inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}
.downloadButton:hover {
  background-color: rgb(208 222 255);
}
.downloadButton:active {
  box-shadow: inset -2px -2px 3px rgba(255, 255, 255, 0.6), inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}
/* スマホ対応メニュー */
.sp-menu__box {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
}
.sp-menu__box span, .sp-menu__box span:before, .sp-menu__box span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #000000;
  position: absolute;
}
.sp-menu__box span:before {
  bottom: 8px;
}
.sp-menu__box span:after {
  top: 8px;
}
#sp-menu__check {
  display: none;
}
#sp-menu__check:checked ~ .sp-menu__box span {
  background: rgba(255, 255, 255, 0);
}
#sp-menu__check:checked ~ .sp-menu__box span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#sp-menu__check:checked ~ .sp-menu__box span::after {
  top: 0;
  transform: rotate(-45deg);
}
#sp-menu__check:checked ~ .sp-menu__content {
  left: 0;
}
.sp-menu__content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 80;
  background-color: #fff;
  transition: all 0.5s;
  padding-top: 30px;
}
.sp-menu__list {
  padding: 70px 10px 0;
}
.sp-menu__item {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}
.sp-menu__link {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
}
/*テーブルデザイン///////////////////////////////////////*/
table {
  width: 100%;
  border-collapse: collapse;
}
table tr *:nth-child(1) {
  background: #f9fdff;
}
table tr *:nth-child(2) {
  background: #ffffff;
}
table tr *:nth-child(3) {
  background: #ffffff;
}
table tr *:nth-child(4) {
  background: #ffffff;
}
table th, table td {
  color: black;
  border: solid 1px black;
  text-align: center;
  padding: 10px 0;
}

.menulistgrid {
  display: grid;
  grid-template-columns: 1fr;
}
.readmore{
    position: relative;
    box-sizing: border-box;
    /*以下お好み*/
    /* ボーダーを付ける場合 */
    padding: 10px;
    border: 1px solid #CCC;
}

.readmore-content{
    position: relative;
    overflow: hidden;
    /*以下お好み*/
    /*高さの初期値*/
    height: 100px;
}
.readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
    height: 50px;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
}

/* 続きを読むボタン */
.readmore-label{
    display: table;
    bottom: 5px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0 auto;
    z-index: 2;
    padding: 0 10px;
    background-color: #0a0a0a;
    border-radius: 10px;
    color: #FFF;
}
.readmore-label:before{
    content: 'Read more';

}

.readmore-check{
    display: none;
}
/*チェック時にボタンを非表示*/
.readmore-check:checked ~ .readmore-label{
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
    /* display: none; */
}
.readmore-check:checked ~ .readmore-label:before{
	content: 'Close';
}
/*チェック時に高さを自動に戻す*/
.readmore-check:checked ~ .readmore-content{
    height: auto;
}
/*チェック時グラデーション等を削除*/
.readmore-check:checked ~ .readmore-content::before {
    display: none;
}
/***追従するトップへ戻るボタン***/
#page-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    font-size: 1.2rem;
    line-height: 1.2rem;
    background: #fff;
    color: #737373;
    padding: 10px;
    border: solid 1px;
    border-radius: 10%;
    box-shadow: 0 2px 10px -6px rgba(0,0,0,.5), 0 3px 10px -4px rgba(0,0,0,.2);
}
/***トップへ戻るボタンここまで***/