@charset "UTF-8";

/*--------------------------------------
無断利用禁止
--------------------------------------*/

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.material-icons-round {
	display: inline-flex;
	vertical-align: middle;
}

.material-symbols-outlined {
	display: inline-flex;
	vertical-align: middle;
}

/*================================================
 *  一般・共通設定
================================================*/
html {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
}

body {
	position: relative;
	height: 100%;
	margin: 0;
	font-size: 1.5rem;
	color: #333;
	font-family: -apple-system, BlinkMacSystemFont, 'Noto Sans JP', 'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
	line-height: 1.6em;
	width: 100%;
	background: linear-gradient(
      -45deg,
      rgba(239, 239, 187, 0.4),
      rgba(212, 211, 221, 0.4)
    ), url("../img/bg_kikagaku.jpg");
	background-size: 300px;
	background-repeat:no-repeat; /* 画像の繰り返しを指定  */
	background-position:top center; /* 画像の表示位置を指定  */
	background-size:cover;
	background-attachment: fixed;
}

#contents {
	flex: 1;
	padding:0;
	margin: 0;
}

#box {
	position: relative;
	width: 100%;
	padding: 0;
}

#wrapper {
	display: flex;
	min-height: 100vh;
	height: 100%
}

#sub {
	background: linear-gradient(
      180deg,
      rgba(236, 208, 136, 0.4),
      rgba(236, 208, 136, 0.4)
    ), url("../img/bg_kikagaku.jpg");
	background-size: 300px;
	background-repeat:no-repeat; /* 画像の繰り返しを指定  */
	background-position:top center; /* 画像の表示位置を指定  */
	background-size:cover;
	width:auto;
	padding: 10px;
	overflow: hidden;
    box-shadow: 0 15px 15px 0px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
	position: relative;
	z-index: 1000;  /* ←コンテンツより前に */
}

#inbox {
	width: 100%;
	min-height: 500px;
	position: relative;
	padding: 0;
}
#inbox.home {
	padding: 0;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

a {
	color: #0000ff;
	text-decoration: underline;
}
a:hover {
	color: #2c9eff;
}

p {
	margin: 0 0 1em 2em;
	text-align: left;
}
p:last-child {
	margin-bottom: 3em;
}

p.margnone {
	margin: 0 0 0em 2em !important;
}

.hutomoji {
	font-size:16px;
	font-weight:bold;
}

.hutomoji2 {
	font-size:14px;
	font-weight:bold;
}

.centerImg {
	font-size:0;
	margin-bottom:15px;
	text-align:center;
}
.centerImg > * {
	width:45%;
	margin-bottom:15px;
	margin-left:2%;
	display:inline-block;
	font-size:12px;
	border:solid 1px #000;
}
.centerImg > *:nth-child(2n + 1) {
	margin-left:0;
}
.centerImg img {
	max-width:100%;
}

img {
	border: none;
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
}

iframe {
	width: 100%;
}

b, em {
	font-weight: bold;
}

strong {
	font-weight: bold;
	color: #dd0000;
}

pre {
	margin: 1em 0;
	padding: 1em;
}

s {
	text-decoration: line-through;
}

i {
	font-style: italic;
}

.line_u {
	text-decoration: underline;
}

blockquote {
	margin-bottom: 1em;
	padding: 1em;
	border: 1px dotted #ddd;
	border-left: 5px solid #ddd;
}

sup {
	font-size: 75.5%;
	vertical-align: top;
	position: relative;
	top: -0.2em;
}

sub {
	font-size: 75.5%;
	vertical-align: bottom;
	position: relative;
	top: 0.2em;
}

#inbox ul,ol,dl {
	margin: 0 1em 1em 0;
}
#inbox ul li {
	list-style: disc;
	margin-left: 3.5em;
}
#inbox ol li {
	list-style: decimal;
	margin-left: 3.7em;
}
#inbox li {
	margin-top: 0.2em;
	line-height: 1.5em;
}
#inbox li:first-of-type {
	margin-top: 0px;
}

table {
	width: auto;
	margin: 0.5em 1em 0.5em 2em;
	border-collapse: collapse;
	border: 1px solid #fff;
	background: #f9f9f9;
	font-size:15px;
}
th {
	padding: 7px 10px 4px;
	vertical-align: top;
	border: 1px solid #fff;
	background: #d9ecf6;
	text-align: left;
}
td {
	padding: 7px 10px 4px;
	text-align: left;
	border: 1px solid #fff;
	vertical-align: top;
}

table.cent01 {
	border-collapse: collapse;
	border: 1px solid #fff;
	background: #f9f9f9;
	font-size:15px;
}
.cent01 th {
	padding: 7px 10px 4px;
	vertical-align: top;
	border: 1px solid #fff;
	background: #d9ecf6;
	text-align:center;
}
.cent01 td {
	padding: 7px 10px 4px;
	text-align: left;
	border: 1px solid #fff;
	vertical-align: top;
}

.table_digital {
	width: 97%;
	margin: 0.5em 1em 0.5em 1em;
	border-collapse: collapse;
	border: 1px solid #fff;
	background: #f9f9f9;
	font-size:14px;
}
.table_digital th {
	width:10% !important;
	padding: 7px 10px 4px;
	vertical-align: top;
	border: 1px solid #fff;
	background: #d9ecf6;
	text-align: left;
	color:#1e2e75;
}
.table_digital td {
	width: 90%;
	padding: 7px 10px 4px;
	text-align: left;
	border: 1px solid #fff;
	vertical-align: top;
}

#box2 {
float: center;
position: relative;
width: 100%;
margin: 0 0px 0px 0px;
padding: 15px 15px 10px 1.2em;
display: block;
text-align:justify;
text-justify: inter-ideograph;
font-size: 15px;
line-height: 24px;
min-height: 1000px;
background: #ffffff;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	position: relative;
	width: 100%;
	text-align: left;
}

header h1 {
	position: relative;
	max-width: 1200px;
	width: 97%;
	margin: 0px auto;
	padding: 10px 30px 0 30px;
	display: table;
}

#head_img_area {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#head_img_area img {
	display: inline-block;
	width: 90%;
	height: auto;
}

header a:hover {
	opacity: .8;
}

header a,
header a::before,
header a::after {
	-webkit-transition: all .5s ease 0;
	transition: all .5s ease 0;
}


/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	overflow: hidden;
	min-height: 100vh;
	height:100%;
	width: 250px;
}

.side-menu ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.side-menu ul:first-of-type {
	margin: 0;
	padding: 0;
}

.side-menu li {
	list-style: none;
	margin: 0 0 0px;
	padding: 0;
	width: 100%;
}
.side-menu li:last-child {
	margin-bottom: 0;
}

.side-menu li a {
	display: block;
	position: relative;
	padding: 10px 15px;
	font-size: 15px;
	line-height: 1.5em;
	color: #2f9637;
	text-decoration: none;
	font-weight: 400;
	letter-spacing: 0.04em;
	border-bottom:solid 1px #2f9637;
}

/*
.side-menu li a span {
	display:inline-block;
	margin-left:2.1em;
	padding:1px 5px;
	border:solid 1px #fff;
	background:#fff;
	color:red;
	font-weight:bold;
	font-size:13px;
}
*/

.side-menu li.active a,
.side-menu li a:hover {
  color: #fff;
  background: #2f9637;
}

.side-menu li a:active {
	-webkit-transition: all 0s;
	transition: all 0s;
}

.side-menu li a,
.side-menu li a::before,
.side-menu li a::after {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.nav-unshown, #nav-open {
	display:none;
}

.icmenu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.icmenu li {
	display: flex;
	justify-content: space-between;  /* テキストとアイコンを左右に分ける */
	align-items: center;
}

.icmenu li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	text-decoration: none;
	padding-right: 5px;
}

.icmenu li a i {
	margin-left: 0; /* アイコンの左マージンは不要 */
	text-align: right;
}

.mypage {
	background: #354383;
	color: #fff;
}
.mypage:hover {
	background: #1e2e75;
	color: #fff;
}

.ia {
	background: linear-gradient(-135deg, #93B645, #489892);
	color: #fff;
}
.ia:hover {
	background: linear-gradient(-135deg, #A8C469, #66A9A4);
	color: #fff;
}

.shimin {
	margin-top:0.5em;
	border:none;
	background: linear-gradient(-135deg, #F2DF4A, #C3C91A) !important;
	color: #1D218B !important;
	border-radius:10px;
}
.shimin:hover {
	border:none;
	background: linear-gradient(-135deg, #F4E361, #D6DA62) !important;
	color: #1D218B !important;
}

/*================================================
 *  メニュー上ロゴ
================================================*/
/* ロゴのスタイル */
.side-logo {
  text-align: center;
  padding: 20px 0 35px 0;
  border-bottom:solid 1px #2f9637; /* メニューとの境界線 */
}

.side-logo img {
  max-width: 40%; /* 横幅をメニュー幅に収める */
  height: auto;
}

/*================================================
 *  ページトップボタン
================================================*/
#page_top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 10;
}

#page_top a {
	display: block;
	color: #2f9637;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	background: #fff;
	width: 60px;
	height: 60px;
	border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%; /* ←歪んだ丸 */
	box-shadow: 0 0 6px rgba(0,0,0,.2);
}

#page_top a span {
	font-size: 40px;
}

#page_top a:hover {
	text-decoration: none;
	color: #2f9637;
	background: #fff;
	border-radius: 60% 40% 70% 30% / 50% 60% 40% 50%;
}

#page_top a:active {
}

#page_top a,
#page_top a::before,
#page_top a::after {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}


/*================================================
 *  フッター
================================================*/
footer {
	clear: both;
	width: 1000px;
	text-align: center;
	margin: -50px auto 0 auto; /* footerの高さをマイナス */
	background: #2f9637;
}

.copyright {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	font-size: 12px;
	width: 100%;
	max-width: 1000px;
	color: #fff;
	letter-spacing: 0.05em;
}

html, body, #wrap {height: 100%;}

body > #wrap {
	width: 100%;
	max-width: 1000px;
	height: auto;
	min-height: 100%;
	margin: 0 auto;
	/* background: linear-gradient(#a5def6, #fff) fixed; */
}
body > #wrap.home {
	width: 100%;
	max-width: 1000px;
	height: auto;
	min-height: 100%;
	margin: 0 auto;
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
	/* background: linear-gradient(#a5def6, #fff) fixed; */
}

#main {
	padding-bottom: 50px; /* footerの高さプラス10px */
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
	.clearfix {display: inline-block;}
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */


/*================================================
 *  TOPページ関係
================================================*/
/*----------------更新情報*/
#information_area {
	position: relative;
	overflow: auto;
	padding: 10px;
	width: 100%;
	margin: 0 0 0;
	background: #fff;
	height: 220px;
	opacity: 0;
	transform: translateY(20px);
	animation: fadeUp 1s ease forwards;
	animation-delay: 0.5s; /* 必要なら遅延もつける */
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

#info_header {
	font-size: 16px;
	line-height: 1.4em;
	color: #2f9637;
	width: auto;
	letter-spacing: 0.1em;
	padding: 0 0 7px 5px;
	margin-bottom:3px;
	font-weight: normal;
	background: none;
	border-bottom:solid 1px #2f9637;
}
#info_header span {
	font-size: 18px;
	vertical-align: -4px;
}

#info_list {
  width: 100%;
  margin: 0;
  padding: 0px 0 10px 0;
  font-size: 14px;
  color: #333;
}

.info_item {
	display: flex;
	align-items: center;
	padding: 8px 10px;
	border-bottom:solid 1px #d3d3d3;
}

.info_item:last-child {
  border-bottom: none;
}

.info_date {
  position: relative;
  padding-left: 1.4em;
  width: 15%;
  flex-shrink: 0;
  line-height: 1.4;
}

.info_date::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 0.5em;
  height: 0.5em;
  background: #2f9637;
  border-radius: 50%;
}

.info_text {
	width: 85%;
	line-height: 1.6;
}

#info_list a {
  color: #008dff;
}


#topimg {
	display: block;
	width: 100%;
	text-align: center;
}

#gaiyo {
	display: block;
	font-family: 'Zen Maru Gothic', sans-serif;
	text-align: center;
	padding: 10px 5px;
	margin: 0 auto;
	color: #fff;
	width: 100%;
	font-weight: bold;
	background: #008dff;
}
#gaiyo_text {
	display: inline-block;
	text-align: left;
	margin: 0 auto;
	font-size: 17px;
	letter-spacing: 0.05em;
	line-height: 1.4em;
}
#gaiyo_text span {
	font-size: 14px;
}


/*================================================
 *  見出し
 ================================================*/
h2 {
	position: relative;
	width: 100%;
	color: #fff;
	font-size: 2.6rem;
	padding: 20px 0px 20px 40px;
	letter-spacing: 0.08em;
	font-weight: 600;
	margin: 0 auto;
	border-bottom: solid 2px #2f9637;
	background:#2f9637;
}
h2.small {
	font-size: 20px;
}
h2::before {
	content: "";
	position: absolute;
	left: 20px; /* h2の左端からの位置 */
	top: 52%;
	transform: translateY(-50%);
	width: 0.5em;
	height: 0.5em;
	background: #fff;
	border-radius: 50%;
}
h2::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 300px;
	/* background: url("../img/h2_icon.png") no-repeat center center;
	background-size: cover; */
}

h3 {
	position: relative;
	width: auto;
	margin: 3em 0 0.8em 0;
	color: #333333;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.3em;
	letter-spacing: 0.05em;
	display: flex;
	align-items: center;
	background-color: #f2f2f2;
	padding: 10px 10px 9px 9px;
}
h3:first-of-type {
	margin-top: 0px;
}

h3::before {
    display: inline-block;
    width: 5px;
    height: 1.5em;
    margin-right: .5em;
    background-color: #2f9637;
    content: '';
}

h3.no-before {
	padding:0.5em 1em;
}

h3.no-before::before {
	display: none;  /* このh3だけbeforeを消す */
}

.h3-text {
	display: flex;
	flex-direction: column; /* 縦並び */
}
.h3-small {
	font-size: 1.3rem; /* 必要に応じて */
}

h4 {
	position: relative;
	width: auto;
	margin: 2em 0em 0.5em 0.5em;
	padding: 2px 10px 4px 6px;
	font-size: 1.6rem;
	line-height: 1.3em;
	letter-spacing: 0.05em;
	color: #333;
	font-weight: bold;
	border-bottom: 7px double #92d7f4;
}


h4.h4-2 {
	position: relative;
	width: auto;
	margin: 2.5em 0em 0.5em 0.5em;
	padding: 4px 10px 4px 8px;
	font-size: 1.5rem;
	line-height: 1.3em;
	background: #f2f2f2;
	color: #333;
	font-weight: bold;
}

h4.h4-2:before {
	content: '';
	margin-right: 0px;
}

h3 + h4 {
	margin-top: 0;
}

h3 + h4.h4-2 {
	margin-top: 2.5em;
}

h4.h4_circle {
	position: relative;
	width: auto;
	margin: 2em 0em 0.5em 0.5em;
	padding: 2px 10px 4px 6px;
	font-size: 1.6rem;
	line-height: 1.3em;
	letter-spacing: 0.05em;
	color: #333;
	font-weight: bold;
  border-bottom: 7px double #92d7f4;
}

h4.h4_circle:before {
	margin-left: 0px;
	content: '○';
	color:#008bc6;
	font-weight:bold;
}

h4.h4_maru {
	position: relative;
	width: auto;
	margin: 0.5em 0em 0.5em 0.5em;
	padding: 2px 10px 4px 6px;
	font-size: 1.6rem;
	line-height: 1.3em;
	letter-spacing: 0.05em;
	color: #333;
	font-weight: bold;
  border-bottom: 7px double #92d7f4;
}

h4.h4_maru:before {
	font-family: 'Material Icons Round';
	content: '\ef4a';
	position: relative;
	font-size: 13px;
	margin-right: 4px;
	color: #1e2e75;
	bottom: -2px;
}

h5 {
	width: auto;
	margin: 1.5em 0px 0.5em 1.2em;
	padding: 3px 10px 3px 0;
	font-size: 1.6rem;
	line-height: 1.4em;
	color: #333;
	font-weight: bold;
	border-bottom: dotted 2px #ccc;
	letter-spacing: 0.05em;
}

h5:before {
	font-family: 'Material Icons Round';
	content: '\ef4a';
	position: relative;
	font-size: 13px;
	margin-right: 4px;
	color: #1e2e75;
	bottom: -2px;
}

h4 + h5 {
	margin-top: 0;
}

h6 {
	width: auto;
	margin: 1em 0 .2em 1.8em;
	color: #008bc6;
	font-size: 1.5rem;
	line-height: 1.4em;
	font-weight: bold;
	letter-spacing: 0.05em;
}
h5 + h6 {
	margin-top: 0;
}


/*================================================
 *  クラス
================================================*/
.fadeIn{
animation-name:fadeInAnime;
animation-duration:2.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
	margin-top:1em;
}

.moji {
	margin: 1em;
}

.noborder {
	border-style: none;
	margin: 0em 0 0em 2em;
	padding: 0;
	border-collapse: collapse;
	width: auto;
	background: none !important;
}
.noborder tr{
	border-style: none;
	margin: 0;
	padding: 0;
	background: none !important;
}
.noborder td{
	border-style: none;
	margin: 0;
	padding: 0;
	background: none !important;
}

.button,
.button::before,
.button::after {
	transition: all .3s;
}

.button2,
.button2::before,
.button2::after {
	transition: all .3s;
}

.button {
	display: inline-block;
	position: relative;
	text-align: center;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	font-weight: bold;
	background-color: #09357f;
	color: #fff;
	margin: 5px 10px;
	padding: 10px;
	min-width: 200px;
	letter-spacing: 0.1em;
	font-size:16px;
}
.button:hover {
	color: #fff;
	background: #008bc6;
}
.button:active {
	-webkit-transition: all 0s;
	transition: all 0s;
}

.button_shimin {
	display: inline-block;
	position: relative;
	text-align: center;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	font-weight: bold;
	background: linear-gradient(-135deg, #F2DF4A, #C3C91A) !important;
	color: #fff;
	margin: 5px 10px;
	padding: 10px;
	min-width: 200px;
	letter-spacing: 0.1em;
	font-size:16px;
	box-shadow :0px 0px 5px silver;
	border-radius:10px;
}
.button_shimin:hover {
	color: #fff;
	background: linear-gradient(-135deg, #F4E361, #D6DA62) !important;
}
.button_shimin:active {
	-webkit-transition: all 0s;
	transition: all 0s;
}

.button2 {
	display: inline-block;
	position: relative;
	text-align: center;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	font-weight: bold;
	background-color: #006e54;
	color: #fff;
	margin: 5px 10px;
	padding: 10px;
	min-width: 200px;
	letter-spacing: 0.1em;
	font-size:16px;
}
.button2:hover {
	color: #fff;
	background: #00a381;
}
.button2:active {
	-webkit-transition: all 0s;
	transition: all 0s;
}

.button_gray {
	background-color: #aaa;
}

.button_small {
	padding: 2px 5px;
	font-size: 13px;
	min-width: 120px;
}

.button_small2 {
	padding: 10px 80px;
	font-size: 14px;
	font-weight:bold;
	min-width: 120px;
	color:#09357f;
	border:solid 1px #09357f;
}
.button_small2:hover {
	color:#008bc6;
	border:solid 1px #008bc6;
}

.button_bg {
	text-align: center;
	padding: 8px;
	margin: 0.5em 0 0.5em 0;
	background: #f2f2f2;
}

table.table_small th,
table.table_small td {
	padding: 2px 5px;
	font-size: 12px;
}

table.table_middle th,
table.table_middle td {
	vertical-align: middle;
}

table.table_label {
	border-collapse: separate;
	border-spacing: 0px 4px;
	border: none;
	width: 100%;
	margin: 10px 0;
}
table.table_label th,
table.table_label td {
	padding: 10px;
	border: none;
	vertical-align: middle;
}
.table_label th {
	background: #1e2b58;
	color: #fff;
}
.table_label td {
	background: #f2f2f2;
	color: #1e2b58;
}

.nowrap {
	white-space: nowrap;
}

.indent_1 {
	display: inline-block;
	text-indent: -1em;
	padding-left: 1em;
}

.indent_1_6 {
	display: inline-block;
 text-indent:-1.6em;
	padding-left:1.6em;
}

.indent_3 {
	text-indent: -3em;
	padding-left: 3em;
}

.indent_4 {
	text-indent: -4em;
	padding-left: 4em;
}

.waku {
	border: solid 2px red;
	padding:10px 15px;
}

.no_text {
	opacity: 0;
}

.red {
	color: #dd0000;
}

.blue {
	color: #005ea1;
}

.endai {
	font-weight: bold;
	display: inline-block;
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 1em;
	margin-bottom: 0;
}

.enja {
	padding-left: 3em;
}

.kakoi {
	border:solid 3px #2c9eff;
	padding:15px;
}

.kakoi span {
	font-weight:bold;
	color:#1e2e75;
}

.comment {
	border:solid 3px #2c9eff;
	padding:15px;
	margin:1em auto 1em auto;
	background:#fff;
}

.linklist {
	border: solid 2px #09357f;
	padding: 1em 1em 1em 0em;
	background-color: #fff;
	margin: 1em 0em !important;
}
.linklist h6 {
	margin: 1.5em 0 .5em 2em;
	color: #09357f;
}
.linklist h6:first-child {
	margin: 0em 0 .5em 2em;
}

.linklist ul li {
	line-height: 1.6em;
}
.linklist a {
	color: #09357f;
	text-decoration: none;
	font-weight: normal;
}
.linklist h6 a {
	color: #09357f;
	text-decoration: none;
	font-weight: bold;
}
.linklist a:hover {
	text-decoration: underline;
}

.linklist2 {
	border: 4px double #008bc6;
	border-radius: 5px; 
	padding: 1em 1em 1em 0em;
	background-color: #fff;
	margin: 1em 0em !important;
	column-count: 2;
}
.linklist2 h6 {
	margin: 1.5em 0 .5em 2em;
	color: #09357f;
}
.linklist2 h6:first-child {
	margin: 0em 0 .5em 2em;
}

.linklist2 ul li {
	line-height: 1.6em;
}
.linklist2 a {
	color: #09357f;
	text-decoration: none;
	font-weight: normal;
}
.linklist2 h6 a {
	color: #09357f;
	text-decoration: none;
	font-weight: bold;
}
.linklist2 a:hover {
	text-decoration: underline;
}

summary {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  background: #fff;
  border: 1px solid #008bc6;
  box-sizing: border-box;
  padding: 0 25px 0 40px;
  color: #008bc6;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  box-shadow: 0px 5px 12px #CAD4E2, -6px -6px 12px #FFF;
	margin-bottom:1em;
  border-radius: 10px;
}

/*
summary:before {
	content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #008bc6;
  border-right: 2px solid #008bc6;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -6px;
}
*/

summary:hover {
  background: #008bc6;
  color: #fff;
	cursor: pointer;
}

/*
summary:hover:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
*/

details[open] {
	padding-bottom: 2em;
}

.pc_none {
display: none;
}

.link1 {
	display: block;
	background: rgba(217,236,246,.2);
	text-decoration: none;
	color: #333;
	cursor: pointer;
	border: solid 3px #008bc6;
}

.link2 {
	display: block;
	background: rgba(0,0,0,.2);
	text-decoration: none;
	color: #333;
	pointer-events:none;
}

.link3 {
	display: block;
	background: rgba(214,227,184,.3);
	text-decoration: none;
	color: #333;
	cursor: pointer;
	border: solid 3px #93b645;
}

.link1:hover,
.link2:hover {
	background: rgba(217,236,246,.6);
}

.link3:hover {
	background: rgba(214,227,184,.5);
}

.aisatsu01 {
  display: flex;
  align-items: center;   /* 縦方向中央揃え */
  gap: 20px;             /* 写真と文字の間のスペース */
  margin-left:1em;
  padding-bottom: 10px;           /* 下線と文字の間隔 */
  border-bottom: 1px solid #ccc;  /* 横並び部分の下にボーダー */
}

.aisatsu01_photo {
  width: 150px;          /* 写真の幅 */
  height: auto;
  object-fit: cover;
}

.aisatsu01_text {
  flex: 1;               /* 文字部分が残りの幅を使う */
}

/*---------ログイン画面---------*/
input[type="username"] {
width: 24em;
display: inline !important;
font-size: 16px;
line-height: 26px;
font-family: meiryo, "メイリオ", "ＭＳ Ｐゴシック", "Osaka";
}

input[type="password"] {
width: 24em;
display: inline !important;
font-size: 16px;
line-height: 26px;
font-family: meiryo, "メイリオ", "ＭＳ Ｐゴシック", "Osaka";
}
button[type="submit"] {
width: 120px;
height: 30px;
border-radius: 5px;
border: 0px solid #ffffff;
display: inline !important;
background: rgba(255,255,255,0);
font-size: 16px;
line-height: 26px;
font-family: meiryo, "メイリオ", "ＭＳ Ｐゴシック", "Osaka";
border-top: 1px solid rgba(255,255,255,0);
border-right: 1px solid rgba(255,255,255,0);
border-bottom: 1px solid rgba(255,255,255,0);
border-left: 1px solid rgba(255,255,255,0);
}
.submit_cover:hover > button[type="submit"]:hover {
cursor: pointer;
border-top: 1px solid #efefef;
border-right: 1px solid #999999;
border-bottom: 1px solid #999999;
border-left: 1px solid #efefef;
}
.submit_cover:hover > button[type="submit"]:active {
cursor: pointer;
border-top: 1px solid rgba(255,255,255,0);
border-right: 1px solid rgba(255,255,255,0);
border-bottom: 1px solid rgba(255,255,255,0);
border-left: 1px solid rgba(255,255,255,0);
background: rgba(0,0,0,.1);
box-shadow: 0 0 0 rgba(255,255,255,0);
}

.submit_cover {
margin: 0 !important;
padding: 0 !important;
cursor: pointer;
display: table;
border-radius: 6px;
border-top: 1px solid rgba(255,255,255,0);
border-right: 1px solid rgba(255,255,255,0);
border-bottom: 1px solid rgba(255,255,255,0);
border-left: 1px solid rgba(255,255,255,0);
}
.submit_cover2 {
display: table;
border-radius: 5px;
border-top: 1px solid rgba(255,255,255,0);
border-right: 1px solid rgba(255,255,255,0);
border-bottom: 1px solid rgba(255,255,255,0);
border-left: 1px solid rgba(255,255,255,0);
}
.submit_cover:hover {
cursor: pointer;
display: table;
border-radius: 6px;
border-top: 1px solid #999999;
border-right: 1px solid #efefef;
border-bottom: 1px solid #efefef;
border-left: 1px solid #999999;
}

.submit_cover:hover > button[type="submit"] {
cursor: pointer;
border-top: 1px solid #efefef;
border-right: 1px solid #999999;
border-bottom: 1px solid #999999;
border-left: 1px solid #efefef;
}
.submit_cover:hover > button[type="submit"]:active {
cursor: pointer;
border-top: 1px solid rgba(255,255,255,0);
border-right: 1px solid rgba(255,255,255,0);
border-bottom: 1px solid rgba(255,255,255,0);
border-left: 1px solid rgba(255,255,255,0);
background: rgba(0,0,0,.1);
box-shadow: 0 0 0 rgba(255,255,255,0);
}


button[type="submit"].button {
height: 26px;
padding: 2px 5px;
font-size: 13px;
min-width: 120px;
background: #09357f;
color: #fff !important;
text-decoration: none;
float: left;
border-radius: 0;
}
button[type="submit"].button:hover {
cursor: pointer;
color: #ffff88 !important;
text-decoration: none;
}
button[type="submit"].button:active {
}


button[type="submit"].shinsei_but {
	background: #09357f;
	border-radius: 0;
	font-size: 14px;
	color: #fff;
}
button[type="submit"].shinsei_but:hover {
	opacity: .8;
	cursor: pointer;
}

.passbox {
margin: auto;
float: center;
display: table;
padding: 15px;
border: 1px solid #999999;
border-radius: 5px;
background-image: -moz-linear-gradient(top, #e7e7e7, #cccccc);
background-image: -ms-linear-gradient(top, #e7e7e7, #cccccc);
background-image: -o-linear-gradient(top, #e7e7e7, #cccccc);
background-image: -webkit-gradient(linear, center top, center bottom, from(#e7e7e7), to(#cccccc));
background-image: -webkit-linear-gradient(top, #e7e7e7, #cccccc);
background-image: linear-gradient(top, #e7e7e7, #cccccc);
}

select {
	font-size: 16px;
}

/*----MyPage　お知らせ----*/
.oshirase {
text-align: left;
display: table;
margin: 0em auto;
}
.oshirase span {
color: #ff0000;
}

.oshirase_box_my {
display: table !important;
width: 100% !important;
border: 1px solid #000000;
border-radius: 5px;
background: #ffff00;
padding: 0.5em;
margin: 0 auto 0.5em auto;
text-align: center;
}

.oshirase_box_top {
display: table !important;
width: 100% !important;
border: 1px solid #000000;
border-radius: 5px;
background: #ffff00;
padding: 0.5em;
margin: 0.5em auto 0.5em 0;
text-align: center;
}

.oshirase_box_top_my {
display: table !important;
width: 100% !important;
border: 1px solid #000000;
border-radius: 5px;
background: #ffff00;
padding: 0.5em;
margin: 0 auto 0.5em auto;
text-align: center;
}

/*----表示・非表示ボタン----*/
.hidden_box {
	margin: 0 0 0 2em;
	padding: 0 0 1em;;
	text-align: left;
	border-bottom: dashed 1px #aaa;
}

.hidden_box label {
	padding: 0;
	font-weight: normal;
	background: #eee;
	border: solid 1px #ddd;
	cursor :pointer;
	transition: 0.5s;
	font-size: 12px;
	width: 7.5em;
	text-align: center;
	display: inline-block;
	margin: 0 0 5px;
}

.hidden_box label:hover {
	background: #ccc;
	border: solid 1px #bbb;
}

.hidden_box label:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0d7";
	font-weight: 900;
	padding: 0 5px 0 0;
	font-size: 1.2em 
}

.hidden_box input {
	display: none;
}

.hidden_box .hidden_show {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.8s;
}

.hidden_box input:checked ~ label:before{
	font-family: "Font Awesome 5 Free";
	content: "\f0d8";
	font-weight: 900;
	padding: 0 5px 0 0;
}

.hidden_box input:checked ~ .hidden_show {
	padding: 10px 0;
	margin: 0 0 5px;
	height: auto;
	opacity: 1;
	background: #f2f2f2;
}

.hidden_show p {
	margin: 0 10px !important;
	padding: 0;
	font-size: 14px;
	text-align: left;
	line-height: 1.6em;
}

.top-image img {
  opacity: 0;
  animation: fadeIn 1s ease 0.5s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:920px) {
footer {
	width: 100%;
}

#box {
	float: right;
	width: 100%;
}

#sub {
	overflow:hidden;
	float: left;
	width: 30%;
	min-height:0 !important;
	height:auto !important;
	padding: 0px;
}

.hidden_box {
	margin: 0 0 0 2em;
}


/*----------------TOP関係*/
.info_item {
	flex-wrap: wrap;
}
.info_date, .info_text {
	width: 100%;
}

}


/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {

#wrapper {
	display: block;
	min-height:0;
	height: auto;
}

header h1 {
	padding: 0;
}

#head_img_area img {
	width: 100%;
}

#contents {
	padding: 0;
}

#box {
	clear: both;
	width: 100%;
	padding: 10px;
}

#box.home {
	clear: both;
	width: 100%;
	padding:0;
}

#sub {
	float: none;
	width: 100%;
	min-height:0 !important;
	height:auto !important;
	padding: 0;
	overflow: hidden;
}

iframe {
	width: 100%;
}

img {
	width: 100%;
}

.pc {
	display: none;
}

.sp {
	display: block;
}

.linklist {
	border: solid 2px #09357f;
	padding: 1em 1em 1em 1em;
	background-color: #fff;
	margin: 1em 0em !important;
}

.linklist2 {
	border: 4px double #008bc6;
	border-radius: 5px; 
	padding: 1em 1em 1em 1em;
	background-color: #fff;
	margin: 1em 0em !important;
	column-count: 1;
}

.oshirase_box_top {
display: table !important;
width: 95% !important;
border: 1px solid #000000;
border-radius: 5px;
background: #ffff00;
padding: 0.5em;
margin: 0.5em;
text-align: center;
}

.comment {
	width:95%;
	border:solid 3px #2c9eff;
	padding:15px;
	margin:1em auto 1em auto;
	background:#fff;
}

@media(min-width:751px){
.sp2{
display: none !important;
}
}

#gazo1 {
	width: 100%;
	max-width: 960px;
	height: auto;
	min-height: 100%;
	margin: 0 auto;
	background:#000;
}

#gazo1.home {
	width: 100%;
	max-width: 960px;
	height: auto;
	min-height: 100%;
	margin: 0 auto;
	background-image: url(https://c-lef.co.jp/cbs2026/img/header.png);
}

.hidden_box {
	margin: 0;
}

.aisatsu01 {
    display: block;           /* 横並びを解除 */
    text-align: center;       /* 文字も中央揃えに */
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.aisatsu01_photo {
    width: 150px;             /* スマホ用にサイズ調整 */
    margin: 0 auto 10px;      /* 上下中央＋下マージン */
    display: block;
}

.aisatsu01_text {
    text-align: center;       /* 文字も中央揃え */
    margin-bottom: 10px;      /* 下のボーダーまでの余白 */
}

/*----------------ログイン画面*/
input[type="username"] {
width:100%;
}

/*----------------TOP関係*/
.info_item {
	flex-wrap: wrap;
}
.info_date {
	width: 100%;
}

.info_text {
	width: 100%;
	margin-left:19px;
}

#topimg {
	width: 100%;
}
#gaiyo_text {
	font-size: 14px;
}
#gaiyo_text span {
	font-size: 13px;
}

/*----------------見出し・部品*/
h2, h2.small {
	font-size: 2.0rem;
	padding: 15px 15px 15px 37px;
	background-image: none;
}
h2::before {
    top: 50%;
    transform: translateY(-50%);
    width: 0.4em;
    height: 0.4em;
    left: 20px;
  }

h2 br{
	display: inline;
}
h2.small {
	font-size: 1.6rem;
}

h3 {
	font-size: 1.7rem;
	margin: 3em 0 0.6em 0;
}

h4 {
	font-size: 1.6rem;
	margin: 2em 0em 0.6em 0;
}

h4.h4_circle {
	font-size: 1.6rem;
	margin: 2em 0em 0.6em 0;
}

h5 {
	font-size: 1.6rem;
	margin: 1.5em 0px 0.5em 0em;
}

h6 {
	margin: 1em 1em 0.2em 0;
}

p {
	margin-left: 0;
}

#inbox ul li {
	list-style: disc;
	margin-left: 1.6em;
}
#inbox ol li {
	list-style: decimal;
	margin-left: 1.8em;
}

table {
	margin: 0.5em 0em 0.5em 0em;
}

.noborder {
	margin: 0;
}
.table_small {
	margin: 0.5em 0em 0.5em 0em;
}
.table_middle {
	margin: 0.5em 0em 0.5em 0em;
}

/*----横スクロール----*/
.scroller {
width: 90vw;
} 

/*----------------メニュー*/
/*----ドロワーメニュー仕組み*/

nav {
    display: block;
    position: relative;
    width: 100%;
    min-height: 0;
    height: auto;
    overflow: hidden;
}

#nav-drawer {
    position: relative;
}

.nav-unshown {
    display: none;
}

/*閉じる用の薄黒カバー*/
#nav-close {
    display: none;  /* 初期状態では隠す */
    position: fixed;  /* 画面に固定 */
    top: 10px;        /* 上からの距離 */
    right: 10px;      /* 右からの距離 */
    z-index: 9999;    /* 他の要素より上に表示 */
    background: #2f9637;
    color: #fff;
    font-size: 30px;  /* アイコンの大きさ */
    cursor: pointer;
    padding: 8px 10px 10px 7.5px;
    vertical-align: middle;
    letter-spacing: 0.1em;
    width: 45px;     /* 固定サイズの幅 */
    height: 45px;    /* 固定サイズの高さ */
    text-align: center;
    line-height: 21px;  /* アイコンを中央に配置 */
    box-sizing: border-box; /* パディング込みでサイズを調整 */
}

/* バツアイコンが表示されるとき */
#nav-input:checked ~ #nav-close {
    display: block;  /* バツアイコンを表示 */
}

/*バツアイコンの表示設定*/
#nav-close span {
    font-size: 30px;
    color: white;
    text-align: center;
}

/*中身*/
#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9998;  /* 最前面に */
    width: 100%;  /* 右側に隙間を作る（閉じるカバーを表示） */
    max-width: 100%;  /* 最大幅（調整してください） */
    height: 100%;
    transition: .3s ease-in-out;  /* 滑らかに表示 */
    transform: translateX(105%);  /* 右に隠しておく */
	background: linear-gradient(
      -45deg,
      rgba(239, 239, 187, 0.4),
      rgba(212, 211, 221, 0.4)
    ), url("../img/bg_kikagaku.jpg");
	background-size: 300px;
	background-repeat:no-repeat; /* 画像の繰り返しを指定  */
	background-position:top center; /* 画像の表示位置を指定  */
	background-size:cover;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
    display: block;  /* バツアイコンを表示 */
}

#nav-input:checked ~ #nav-content {
    transform: translateX(0%);  /* 中身を表示（右へスライド） */
    box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
}

/*--------パーツデザイン*/
/*メニューバー*/
#nav-open {
    padding: 10px;
    font-weight: bold;
    background: #2f9637;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    vertical-align: middle;
    letter-spacing: 0.1em;
    display: flex;
    cursor: pointer;
    position: fixed;  /* 画面に固定 */
    top: 10px;        /* 上からの距離 */
    right: 10px;      /* 右からの距離 */
    z-index: 9999;    /* 他の要素より上に表示 */
    width: 45px;     /* 固定サイズの幅 */
    height: 45px;    /* 固定サイズの高さ */
    line-height: 27px;  /* アイコンを中央に配置 */
    box-sizing: border-box; /* パディング込みでサイズを調整 */
}

#nav-open span {
    font-size: 26px;
    padding: 0px;
}

#nav-open:hover {
    opacity: .9;
}

/*メニュー内見出し*/
#nav-content > div {
    font-weight: bold;
    background: #2f9637;
    color: #fff;
    padding: 35px 25px;
    letter-spacing: 0.1em;
    font-size: 16px;
}

#nav-content > div span {
    font-size: 26px;
    vertical-align: -7px;
    padding-right: 10px;
}

/*メニュー内*/
#nav-content ul {
    margin: 15px 15px 15px 15px;
    overflow: hidden;
}

#nav-content li {
    list-style: none;
    margin: 0 0 2px;
    padding: 0;
    width: 100%;
}

#nav-content li a {
    position: relative;
    padding: 8px 15px;
    font-size: 15px;
    line-height: 1.4em;
    color: #2f9637;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 0;
    background:none;
}

#nav-content li a:hover {
    color: #2f9637;
    background:none;
}

#nav-content li:last-child {
    margin-bottom: 0;
}

#nav-content li a br {
    display: none;
}

/*メニュー内アイコン*/
.icmenu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.icmenu li {
	justify-content: space-between;  /* テキストとアイコンを左右に分ける */
	align-items: center;
}

.icmenu li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	text-decoration: none;
	padding-right: 5px;
	box-sizing: border-box;
}

.icmenu li a i {
	margin-left: 0; /* アイコンの左マージンは不要 */
	text-align: right;
}

}