@charset "utf-8";
/*PC・タブレット・スマホ(全端末)共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
  margin: 0px;
  /*余白の削除*/
  padding: 0px;
  -webkit-text-size-adjust: none;
  /*全体の文字色*/
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "游ゴシック", "Noto Sans", "Noto Sans CJK JP", "筑紫ゴシック", "HGS創英角ゴシックUB", "小塚ゴシック", "凸版文久ゴシック", "新ゴ", "AXIS", sans-serif;
  /*フォント種類*/
  font-size: 16px;
  /*文字サイズ*/
  line-height: 2;
  /*行間*/
  background: none 0% 0% / auto auto repeat scroll padding-box border-box #ffffff;
  /*背景色*/
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
dl,
dt,
dd,
form,
figure,
form,
select,
input,
textarea {
  margin: 0px;
  padding: 0px;
  font-size: 100%;

}



ul {
  list-style-type: none;
}

ol {
  padding-left: 40px;
  padding-bottom: 15px;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  font-size: 100%;
  border-spacing: 0;
}

iframe {
  width: 100%;
}

/*wbr改行設定
---------------------------------------------------------------------------*/
.kaigyou {
  white-space: pre;
}


/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
  color: #666;
  /*リンクテキストの色*/
  transition: 0.3s;
  /*マウスオン時の移り変わるまでの時間設定。0.3秒。*/
}

a:hover {
  color: #224acf;
  /*マウスオン時の文字色*/
}

/*コンテナー（ホームページを囲む一番外側のブロック）
---------------------------------------------------------------------------*/
#container {
  max-width: 1900px;
  /*ブロックの最大幅*/
  margin: 0px auto;
  padding: 0 0%;
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
#logo {
  width: 12%;
  max-width: 135px;
  height: 12%;
  max-height: 111px;
  border: 0;
}

#title1 {
  font-size: 100%;
  color: #666666;
  padding-left: 15%;
  height: 40px;
}

#title2 {
  font-size: 180%;
  font-family: HGSｺﾞｼｯｸE;
  margin-top: -22px;
  padding-left: 15%;
  height: 68px;
}

#title3 {
  font-size: 115%;
  font-family: Century;
  margin-top: -22px;
  padding-left: 15%;
  height: 3rem;
}



/*メニューバー
---------------------------------------------------------------------------*/
/*メニュー全体を囲むブロック*/
#menubar {
  text-align: center;
  width: 100%;
  height: 50px;
  /*文字をセンタリング*/
  font-size: 20px;
  /*文字サイズ*/
  /*	margin-bottom: 40px;*/
  /*文字の太さ*/
  font-weight: 600;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.856);

}

/*メニュー１個あたりの設定*/
/*---------------------------------------------------------------------------------------------------------------------*/
#menubar li {
  position: relative;
  /*サブメニューに座標を与えるために設定*/
  display: inline-block;
  /*横並び*/
  cursor: pointer;
  margin: 0 10px;
}

#menubar ul li ul {
  /*サブメニューの設定*/
  display: none;
  /*通常は非表示*/
  position: absolute;
  /*絶対値表示*/
  z-index: 2;
  /*手前に表示*/
  background: #d4defffa;
  margin-left: -35px;
  margin-right: -35px;
}

#menubar ul li:hover ul {
  /* カーソルが来ると開く処理 */
  display: block;
  /* 縦に並べる*/


}

#menubar ul li ul li {
  margin-top: 10px;
  margin-left: -5px;
  margin-right: -5px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;

}

#menubar li a {
  text-decoration: none;
  /*リンクの下線を消す*/
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  /*各メニュー内の余白。上下に15px、左右に30pxあけるという意味。*/
  color: #000000;

}

/*マウスオン時の設定,マウスをかざした時の設定*/
#menubar li a:hover,
.active {
  color: #224acf;
  /*文字色*/
  border-bottom: 4px solid #224acf;
  /*下線の幅、線種、色*/

}

/*---------------------------------------------------------------------------------------------------------------------*/

/*メニューバーが画面上部に来たら固定*/

/*---------------------------------------------------------------------------------------------------------------------*/
#menubar.m_fixed {
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(171, 128, 250, 0.877);
  height: auto;
  /*display:none;*/
}

#menubar.m_fixed ul {
  margin-top: 20px;
  margin-bottom: 15px;
}

#menubar.m_fixed ul li a {
  /*メインタブ*/
  color: rgb(255, 255, 255);

}

#menubar.m_fixed ul li ul li a {
  /*サブタブ*/
  color: rgb(37, 37, 37);

}

#menubar.m_fixed ul li ul {
  /* ホバーできなくなる分の調整 */
  margin-top: 0px;

}

/*---------------------------------------------------------------------------------------------------------------------*/
/*ページのフェードイン

.fadeIn{
opacity: 0;
animation-name: fadeIn;
animation-duration:2s;
animation-timing-function: ease;
animation-delay: .5s;
animation-fill-mode: forwards;
}
@keyframes fadeIn{
 0%{
  opacity: 0;
 }
 100%{
  opacity: 1;
 }
}---------------------------------------------------------------------------*/



/*トップページのメイン画像
---------------------------------------------------------------------------*/
/*画像ブロック*/
#mainimg img {
  border-radius: 10px;
  /*角を丸くする指定。この１行を削除すれば角丸がなくなります。*/
  margin-bottom: 40px;
  /*下に空けるスペース*/
}

/*コンテンツ（見出しバーや文字などが入っているブロック）
---------------------------------------------------------------------------*/
/*コンテンツのh2タグの設定*/
h2 {
  font-size: 150%;
  margin-top: 10px;
  padding: 0.4rem 3rem;
  color: #fff;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#209cff), to(#68e0cf));
  background-image: -webkit-linear-gradient(left, #224acf 0%, #68e0cf 100%);
  background-image: linear-gradient(to right, #224acf 0%, #68e0cf 100%);

}

/*コンテンツのh3タグの設定*/
h3 {
  position: relative;
  margin-top: 20px;
  padding: 0.10rem .5rem;
  font-size: 100%;
}

h3::before,
h3::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background-image: -webkit-gradient(linear, right top, left top, from(#30cfd0), to(#330867));
  background-image: -webkit-linear-gradient(right, #30cfd0 0%, #330867 100%);
  background-image: linear-gradient(to left, #30cfd0 0%, #330867 100%);
}

h3::before {
  top: 0;
}

h3::after {
  bottom: 0;
}

/*
h4 {
  border-bottom: solid 3px skyblue;
  position: relative;
}

h4:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #eea778;
  bottom: -3px;
  width: 30%;
}*/

/*コンテンツのp(段落)タグ設定*/
#contents p {
  padding: 0px 20px 20px;
  /*上、左右、下への余白*/
}

/*マルチカラム-------------------------------------------------------------*/
#contents {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

/*サイドバーなし*/
#contents2 {
  justify-content: center;
  /*flexbox内を中央寄せ*/
  background: linear-gradient(to bottom, #ffffff, #dcdddd, #dcdddd, #ffffff);
}

.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

/*スマホ用バナー*/
#sp_screen_bnr {
  display: none;

}

#sp_login_bnr{
  display: none;
}

#mein_contents{
  flex: 1;
  text-align: left;
  flex-direction: column;
  min-width: 0;
}

/*-------------------------------------------------------------------------*/

/*スライドショー設定
-------------------------------------------------------------------------*/

/* ↓ スライドの外枠 */
.slide-wrapper {
  width: 60%;
  margin: auto;
  position: relative;
  overflow: hidden;
  /* はみ出したスライドを隠す */
}

/*  ↓ スライド（コンテンツ） */
.slide {
  /*スライド全体 */
  width: 300%;
  height: 100%;
  display: flex;
  transition: all 0.3s;
}

.slide div {
  /* スライド */
  width: 33.33%;
  height: 100%;
  font-size: 16px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.slide1 {
  /* スライドさせるために必要なクラス */
  transform: translateX(0);
}

.slide2 {
  /* スライドさせるために必要なクラス */
  transform: translateX(-33.33%);
}

.slide3 {
  /* スライドさせるために必要なクラス */
  transform: translateX(-66.66%);
}

.slide div:nth-of-type(1) {
  /* 背景色 */
  background-color: #E1F3FC;
}

.slide div:nth-of-type(2) {
  /* 背景色 */
  background-color: #FCE8F0;
}

.slide div:nth-of-type(3) {
  /* 背景色 */
  background-color: #E3F1E4;
}

/* ↓ 左右のボタン */
.next {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 10px;
  bottom: 50%;
  z-index: 10;
  cursor: pointer;
  border-top: solid 3px #000;
  border-right: solid 3px #000;
  -webkit-transform: rotate(45deg) translateY(50%);
  transform: rotate(45deg) translateY(50%);
}

.prev {
  position: absolute;
  width: 15px;
  height: 15px;
  left: 25px;
  bottom: 50%;
  z-index: 10;
  cursor: pointer;
  border-top: solid 3px #000;
  border-right: solid 3px #000;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}

/* ↓ インジケーター */
.indicator {
  width: 100%;
  position: absolute;
  bottom: 20px;
  display: flex;
  column-gap: 18px;
  z-index: 10;
  justify-content: center;
  align-items: center;
}

.indicator li {
  width: 0px;
  height: 0px;
  padding: 0px;
  border-radius: 50%;
  list-style: none;
  background-color: #fff;
  border: 2px #000 solid;
  cursor: pointer;
}

.indicator li:first-of-type {
  background-color: #000;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#new {
  flex: 1;
  width: 100%; 
  background-color: #ffffff;
  margin: 20px;
  text-align: left;
  overflow: hidden; 
}

/*ブロック全体の設定*/
#new dl {
  padding: 0px 20px;
  /*上下、左右へのブロック内の余白*/
  margin-bottom: 20px;
  /*ブロックの下(外側)に空ける余白*/

  border-width: 1px;
  border-style: solid;
  border-color: silver;
  /* 下辺を透明に */
  border-top: none;

}

/*日付設定*/
#new dt {
  font-weight: bold;
  /*太字にする設定。標準がいいならこの行削除。*/
  /*float: left;*/
  width: 17%;
  min-width: 116.5px;
}

/*記事設定*/
#new dd {
  /*padding-left: 8em;*/
  /*width: 83%;*/
}

/*記事設定*/
#new span {
  color: #ff00ff;
}

#flex_div{
  display: flex;
}

#new div {
  border-bottom: 1px solid #999;
  padding: 10px 0;
  flex-wrap: wrap;
}

#new a {
  text-decoration: none;
}

/*もっと見るボタン設定*/
.readmore-button-box a {
  background-color: #cc0000;
  /* ボタンの色(濃い赤) */
  color: white;
  /* ボタンの文字色(白) */
  border-radius: 18px;
  /* 角丸の半径 */
  padding: 0.5em 2.5em;
  ;
  /* 内側の余白 */
  display: inline-block;
  /* ボタン全体をクリック可能に */
  font-size: 0.75em;
  /* ボタンの文字サイズ */
}

.readmore-button-box a:hover {
  background-color: red;
  /* ボタンにマウスが乗ったら明るい赤色に変化 */
}

.readmore-button-box {
  text-align: center;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.5), white);
  /* 上から下へ：[白色半透明]から[白色]へグラデーション */
  padding-top: 4.5em;
  /* ボタンの上側でグラデーションを見せる距離(長さ) */
  margin-top: -4.5em;
  /* ボックスを上側に重ねる距離(長さ) */
  position: relative;
  /* ボックス全体を上に重ねるために必要 */
}

.readmore-area {
  display: none;
  /* デフォルトでは非表示にしておく */
}

/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
  background: #F00;
  /*背景色*/
  color: #FFF;
  /*文字色*/
  font-size: 70%;
  line-height: 1.5;
  padding: 2px 5px;
  border-radius: 2px;
  margin: 0px 5px;
  vertical-align: text-top;
}

/*indexのnewカードリスト------------------------------------------------------------*/
/* カードを並べるリスト本体 */
.cardTypeList {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  list-style: none;
  scrollbar-width: none; /* Firefox */
  width: 300%;
  margin: 20px 0 0 20px;
  z-index: 1;
}

.cardTypeList::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}

/* 各カードの幅設定 */
.cardTypeList__item {
  width: 500px;
  margin-bottom: 10px;
  margin-right: 20px;
  border: solid 2px #cccbcb;
  border-radius: 1rem;
  min-width: 500px;
}

.cardTypeList__item dt {
    height: auto;        /* 50vhだと長すぎる場合があるのでauto推奨 */
    width: 100% !important; /* ★親(li)の400pxいっぱいに広げる */
    max-width: none;     /* 制限を解除 */
    min-width: 0;        /* 以前の460px設定をリセット */
    overflow-y: auto; 
    display: block; 
}

/* Chrome, Edge, Safari 用 */
.cardTypeList__item dt::-webkit-scrollbar {
    width: 8px;           /* スクロールバーの幅 */
}


.cardTypeList__link {
  display: block;
  color: #333333;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 0 4px 10px 0 rgba(40, 49, 53, 0.2);
  overflow: hidden;
}

.cardTypeList__link:hover {
  opacity: 0.8;
}

.cardTypeList__image {
  display: block;
  width: 100%;
  height: auto;
}

.cardTypeList__textBox {
  padding: 15px;
  box-sizing: border-box;
  font-size: 0.9rem;
  text-align: left;

}

.cardTypeList__title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}

.cardTypeList__text {
  font-size: 12px;
  line-height: 1.5;
}

.card_link_button{
    text-decoration: none;
    background: #8CC5E2;
    color: #FFF;
    display: block;
    height: 3.2rem;
    width: 80%;
    border-radius: 20rem;
    line-height: 3.2rem;
    text-align: center;
    font-size: 20px;
    margin: 0 auto;
}

/* 左右スクロールボタン */
.scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    background: rgba(255,255,255,0.8);
    border: none;
    font-size: 28px;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    transition: background 0.2s;
}
.scroll-btn:hover {
    background: rgba(255,255,255,1);
}
.scroll-btn.left {
    left: 10px;
}
.scroll-btn.right {
    right: 10px;
}

/*indexのnewカードリストの横スクロール設定------------------------------------------------------------*/

/* スクロールを発生させる外枠 */
.horizontal-scroll {
  width: 100%; 
  overflow-x: auto; /* 横スクロールを強制的に有効化 */
  overflow-y: hidden;
  white-space: nowrap; 
  -webkit-overflow-scrolling: touch;
  display: block; /* box-sizingの影響を受けないよう明示 */
}

.horizontal-scroll::-webkit-scrollbar {
  height: 8px;              /* スクロールバーの高さ */
}

.horizontal-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.3); /* スクロールバーの色 */
  border-radius: 4px;
}

/* カードスライダー全体 */
.card-slider {
    position: relative;
    width: 100%;
    overflow-x: auto;    /* ★スクロールを許可 */
    overflow-y: hidden;
    margin: 40px 0;
    display: flex;
    align-items: center;
    scrollbar-width: none; 
    -webkit-overflow-scrolling: touch; /* スマホで滑らかに */
}
.card-slider::-webkit-scrollbar {
    display: none; 
}

/*イベント一覧はこちら------------------------------------------------------------*/
.event-link {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007BFF; /* 青色 */
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s;
  width: 20%; 
  margin: 2% auto 0 2%;
  height: 2.2rem;
  line-height: 2.2rem;
  min-width: 182px;
}

.event-link:hover {
  background-color: #0056b3;
}

/*トップページのバナーグリッド設定-------------------------------------------------------------*/
.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  flex: 1; /* 左側を広げる */
}
/* 事務局を包む親要素（HTMLでdisplay:flexにしている部分に対応） */
#mein_contents > div[style*="display:flex"] {
  display: flex !important;
  align-items: stretch;
  gap: 20px;
  margin-top: 30px;
}

/* 事務局コンテナ単体の設定（サイドバーと同じ幅にする） */
.jimukyoku-container {
  flex: 0 0 300px;
  background: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  text-align: left;
}



/*トップページカテゴリー設定-------------------------------------------------------------*/
#cat_1 {
  margin-left: 10px;
  text-align: center;
  border-radius: 20px;
  border: solid 1px #FFCC40;
  padding: 0.2% 2%;
  font-size: 11px;
  color: #000000 !important;
  background: #FFCC40;
  vertical-align: text-top;
  display: inline-block;
  margin-bottom: 5px;
}

#cat_2 {
  margin-left: 10px;
  text-align: center;
  border-radius: 20px;
  border: solid 1px #2c6bb3;
  padding: 0.2% 2%;
  font-size: 11px;
  color: #ffffff !important;
  background: #2c6bb3;
  vertical-align: text-top;
  display: inline-block;
  margin-bottom: 5px;
}

#cat_3 {
  margin-left: 10px;
  text-align: center;
  border-radius: 20px;
  border: solid 1px #2e8b57;
  padding: 0.2% 2%;
  font-size: 11px;
  color: #ffffff !important;
  background: #2e8b57;
  vertical-align: text-top;
  display: inline-block;
  margin-bottom: 5px;
}

#cat_4 {
  margin-left: 10px;
  text-align: center;
  border-radius: 20px;
  border: solid 1px #F58F98;
  padding: 0.2% 2%;
  font-size: 11px;
  color: #ffffff !important;
  background: #F58F98;
  vertical-align: text-top;
  display: inline-block;
  margin-bottom: 5px;
}

#cat_5 {
  margin-left: 10px;
  text-align: center;
  border-radius: 20px;
  border: solid 1px #963531;
  padding: 0.2% 2%;
  font-size: 11px;
  color: #ffffff !important;
  background: #963531;
  vertical-align: text-top;
  display: inline-block;
  margin-bottom: 5px;
}

/*トップページカテゴリー設定-------------------------------------------------------------*/
.flex {
  display: flex;
  /* 子要素を横に並べる */
  justify-content: space-between;
  /* 子要素間を均等に分ける */
  margin-bottom: 2em;
  /* 親要素の下に余白を設定 */
  flex-wrap: wrap;
  /* 子要素を折り返し可能にする */
  row-gap: 2em;
  /* 行間の余白を設定 */

}

.box {
  flex-basis: 30%;
  /* 子要素の初期幅を指定 */
  flex-grow: 1;
  /* 必要に応じて幅を広げる */
  text-align: center;
  background-color: #fff;
  border: 1px solid #333;
  padding: 1em;
  box-sizing: border-box;
  position: relative;
}

.col {
  position: absolute;
  top: 左上から設置したい場所への高さのピクセル数;
  right: 左上から設置したい場所への右方向のピクセル数;
  text-align: center;
  padding: 70px;
  border: solid 10px;
  border-color: #0060ff;
}

/*トップページローディング設定-------------------------------------------------------------*/
/* Loading Block */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #0bd;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.spinner {
  width: 100px;
  height: 100px;
  margin: 200px auto;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

.loadingtext {
  text-align: center;
  color: #fff;
  font-size: 3.5rem;
  font-family: HGS教科書体;
  font-weight: bold;
}

/* Loading Animation */
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1.0);
    opacity: 0;
  }
}



/*サイドバー--------------------------------------------------------------*/
#sideBar {
  width: 300px;
  flex: 0 0 300px;     /* 幅を300pxで固定 */
  padding: 20px;
  background: #ffffff;
  display: flex;
  flex-direction: column; /* 中身を縦に並べる */
  border-left: 1px solid #eee; /* メインとの境界線（任意） */
}

#sideBar ul {
  background: #fcfcfc;
  /*背景色*/
  padding: 0.5em 0.5em 0.5em 2em;
  /*ボックス内の余白*/
  border: solid 3px gray;
  /*線の種類 太さ 色*/
}

#sideBar ul li {
  line-height: 1.5;
  /*文の行高*/
  padding: 0.5em 0;
  /*前後の文との余白*/
}

#sideBar ul li+li {
  border-top: 1px solid #666;
  /*罫線*/
}

#sideBar div {
  margin-top: 20px;
}

#banner {
  width: 100%;
  height: auto;
}


/*socialアイコン----------------------------------------------------*/
#social_bar {}

/*#tw_text{
	  background-color: #00ACEE;
  filter: drop-shadow(10px 10px 5px  #00ACEE);
padding:21.5px 0;
}*/
#tw_social {
  background-color: #00ACEE;
  width: 75px;
  height: 75px;
  position: relative;
  border-radius: 50%;
  float: left;
  padding: 0 10px 0 0;
}

#LINE_social {
  width: 75px;
  height: 75px;
  position: relative;
  border-radius: 50%;
  float: left;
  padding: 0 10px 0 0;
}

#Inst_social {
  width: 75px;
  height: 75px;
  position: relative;
  border-radius: 50%;
  float: left;
  padding: 0 10px 0 0;
}


.twitter img {
  width: 32px;
  height: 26px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
  border: 1px solid #999;
  /*テーブルの枠線の幅、線種、色*/
  border-bottom: none;
  /*下線だけ消す*/
  text-align: left;
  /*文字を左寄せ*/
  background: #eee;
  /*背景色*/
  font-weight: bold;
  /*太字に*/
  padding: 10px;
  /*ボックス内の余白*/
}

/*テーブル１行目に入った見出し部分（※tamidashi）*/
.ta1 th.tamidashi {
  width: auto;
  text-align: left;
  /*左よせ*/
  background: #eee;
  /*背景色*/
}

/*ta1テーブルブロック設定*/
.ta1 {
  table-layout: fixed;
  width: 100%;
  margin: 0 auto 20px;
}

.ta1,
.ta1 td,
.ta1 th {
  word-break: break-all;
  border: 1px solid #999;
  /*テーブルの枠線の幅、線種、色*/
  padding: 10px;
  /*テーブル内の余白*/
}

/*テーブルの左側ボックス*/
.ta1 th {
  text-align: center;
  /*センタリング*/
  width: 30%;
  /*幅*/
}

/*カレンダー設定
---------------------------------------------------------------------------*/
.hpb-ca-tb1 {
  text-align: center;
  width: 100%;
  margin: 1% 3%;
}

/*サイドバーがあるページのコンテンツ
---------------------------------------------------------------------------*/
#contents_mein {
  width: 50rem;
  padding-left: 2%;
  padding-right: 2%;
  background: #ffffff;
}

#contents_mein p {
  font-size: 0.8rem;
}

/*各ブロックごとの設定*/
.list {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  /*下線の幅、線種、色*/
  padding: 20px;
  /*ボックス内の余白*/

}

/*h4見出しの設定*/
.list h4 {
  color: #224acf;
  /*文字色*/

}

/*段落タグ*/
.list p {
  padding: 0 !important;
}



/*フッター(ページ最下部のcopyrightのパーツ)設定
---------------------------------------------------------------------------*/
footer {
  clear: both;
  text-align: center;
  /*文字をセンタリング*/
  padding: 30px 0px 10px;
  /*上、左右、下へのボックス内の余白*/
}

footer a {
  text-decoration: none;
  border: none;
}

footer .pr {
  display: block;
}

/*その他
---------------------------------------------------------------------------*/
.look {
  background: #e5e5e5;
  padding: 5px 10px;
  border-radius: 4px;
}

.mb15,
.mb1em {
  margin-bottom: 15px;
}

.color1 {
  color: #224acf;
}

.pr {
  font-size: 12px;
}

.wl {
  width: 96%;
}

.ws {
  width: 50%;
}

.c {
  text-align: center;
}

.r {
  text-align: right;
}

.l {
  text-align: left;
}

/*ハンバーガーメニューに切り替え------------------------------------------------------------------*/
.menu-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: #35a6bb;
}

.menu-btn span,
.menu-btn span::before,
.menu-btn span::after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}

.menu-btn span::before {
  bottom: 8px;
}

.menu-btn span::after {
  top: 8px;
}

#menu-btn-check:checked~.menu-btn span {
  background-color: rgba(255, 255, 255, 0);
  /*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked~.menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#menu-btn-check:checked~.menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

#menu-btn-check:checked~.menu-content {
  left: 60%;
  /*メニューを画面内へ*/
}

#menu-btn-check {
  display: none;
}

.menu-content {
  width: 40%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  /*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #35a6bb;
  transition: all 0.5s;
  /*アニメーション設定*/
}

.menu-content ul {
  padding: 70px 10px 0;
}

.menu-content ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}

.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}

.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}


/*guideコンテンツ
-------------------------------------------------------------*/
#subtitle {
  margin: 0px;
  /*padding: 0px 10px 0px 0px;*/
  text-align: left;
  font-size: large;
  line-height: 1.2;
  font-weight: bold;
  color: rgb(43, 99, 132);
  font-style: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  letter-spacing: normal;
  orphans: 2;
  text-indent: 0px;
  text-transform: none;
  white-space: normal;
  widows: 2;
  word-spacing: 0px;
  -webkit-text-stroke-width: 0px;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

#link {
  font-size: 120%;
  color: #00acee;
  font-style: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-weight: 400;
  letter-spacing: normal;
  orphans: 2;
  text-align: left;
  text-indent: 0px;
  text-transform: none;
  white-space: normal;
  widows: 2;
  word-spacing: 0px;
  -webkit-text-stroke-width: 0px;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  /*font-size: 16.8px;*/
}



/*historyコンテンツ
-------------------------------------------------------------*/
#profile {
  background: #ffffff;
}

/*historyコンテンツ
-------------------------------------------------------------*/
#history {
  width: 100%;
  background: #ffffff;
  padding-left: 10px;
}

#hst_div {
  padding: 10px 1rem;
  font-size: 62.5%;
  /*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  width: 100%;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-image: linear-gradient(45deg, #709dff 0%, #91fdb7 100%);
}

.btn--orange:hover,
a:hover.btn--orange {
  color: #fff;
  background: #f56500;
}

a.btn--radius {
  border-radius: 100vh;
}

/*カレンダー設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
#calendar table,
td,
th {
  border: 2px #000000 solid;
  margin: 0 1.5%;
}

.sunday {
  color: #d45100;
}

.saturday {
  color: #6C9BD2;
}

.naiyou {
  width: 80rem;
}

/*事務局近況(schedule)の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
#schedule_table {
  width: 100%;
}

#schedule_table th {
  background-color: #00cccc;
  padding: 2px;
  border-right-color: #cccccc;
  border-bottom-color: #cccccc;
  color: #0000ff;
}

#schedule_table td {
  text-align: center;
  padding: 2px;
  margin-top: 1px;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-color: #cccccc;
  border-bottom-color: #cccccc;
  color: #0000ff;
}


/*リンク(link)の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
.link_h3 {
  font-size: 200%;
}

.link_h4 {
  font-size: 120%;
}

.link_mediasize {
  display: flex;
  justify-content: space-between;
}

/*画面幅1500px以上の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:1500px) {
  #logo {
    width: 200px;
    height: 169px;
  }
}

/*画面幅1280px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1280px) {
  #menubar ul li a {
    padding: 0;
  }

  #menubar ul li ul {
    /*display: block;*/
    margin-left: -70px;
    margin-right: -70px;
  }

  #menubar ul li ul li {
    margin-top: 1px;
    margin-left: 33px;
    margin-right: 33px;
  }

  #menubar ul li ul li a {
    height: 10px;
  }


  #sideBar {
    display: none;
  }
  #mein_contents{
    width: 100%;
  }

  #contents {
    display: flex;
    justify-content: center;
    align-items: stretch; /* 子要素（メインとサイド）の高さを揃える */
    max-width: 1200px;    /* 視認性のための幅制限（任意） */
    margin: 0 auto;
  }

  #LINE_social {
    width: 45%;
    height: auto;
    position: relative;
    float: left;
    margin: 2% 1%;
  }

  #Inst_social {
    width: 45%;
    height: auto;
    position: relative;
    float: left;
    margin: 2% 1%;
  }

  #banner {
    text-align: center;
    width: 80%;
    margin: 2% 10%;
    height: auto;
  }

  #contents_mein {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
    background: #ffffff;
  }

  #sp_screen_bnr {
    display: none;
    background: #ffffff;
  }

  #sp_screen_root>div {
    box-sizing: border-box;
    max-width: 100%;
    margin: 1em auto;
    padding: 10px 10px;
    max-width: 300px;
    background: transparent;
    border: 5px dashed #666666;
    border-radius: 22px;
  }

  #sp_login_bnr{
    display: block;
  }

}

/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px) {
  .link_mediasize {
    display: block;
  }

  #menubar {
    display: none;
  }

  .menu-grid{
    display: none;

  }

  #sp_screen_bnr {
    display: grid;
    background: #ffffff;
  }

  
}


/*お知らせ欄横並び解除
---------------------------------------------------------------------------*/
@media screen and (max-width:770px) {
  #flex_unrock {
    display: block !important;
  }
}

/*画面幅593px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:593px) {

  /*全体の設定
---------------------------------------------------------------------------*/
  body {

    font-size: 12px;
    /*文字サイズ*/
    line-height: 1.5;
    /*行間*/
    overflow-x: hidden;
    min-width: 0;
  }

  .menu-content ul li a {
    font-size: 11px;
  }

  h2 {

    font-size: 120%;
    padding-right: 0.4rem;
    padding-left: 0.4rem;
  }



  #contents section {
    min-width: 0;
    padding: 1%;
  }

  .menu-btn {
    position: absolute;
  }



  /*guideページ
---------------------------------------------------------------------------*/
  /*各ブロックごとの設定*/
  .list {
    padding: 10px;
    /*ボックス内の余白*/
  }

  #contents_mein p {
    font-size: 0.5rem;
  }

  /*リンク(link)の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
  .link_h3 {
    font-size: 200%;
  }

  .link_h4 {
    font-size: 120%;
  }

  /*その他
---------------------------------------------------------------------------*/
  .ws,
  .wl {
    width: 94%;
  }
}