/*	color 87BD23
		rgb(135,189,35)
*/

header {
  position: fixed;
  top: 0;
  left: 0;
}

/*///// Hide Checkbox /////*/
#checkbox {
  opacity: 0;
  width: 0;
  height: 0;
}

/*///// lineMenu /////*/
#lineMenu {
  position: fixed;
  top: 1.5rem;
  right: 5rem;
  width: 36px;
  height: 16px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}

#lineMenu,
#lineMenu span {
  z-index: 10;
}

#lineMenu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
  border-radius: 6px;
  transition: all 0.5s;
}

#lineMenu span:nth-of-type(1) {
  top: 0;
}

#lineMenu span:nth-of-type(2) {
  bottom: 0;
}

#lineMenu p {
  position: absolute;
  top: 50%;
  left: 2.6rem;
  transform: translateY(-50%);
  font-weight: bold;
}

#checkbox:checked ~ label span:nth-of-type(1) {
  transform: translateY(6px) rotate(-20deg);
}

#checkbox:checked ~ label span:nth-of-type(2) {
  transform: translateY(-6px) rotate(20deg);
}

/*///// Global Nav /////*/
#globalNav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  width: 100dvw;
  height: 100vh;
  height: 100dvh;
/*  background-color: rgb(255, 185, 0, .9);
  background-color: rgb(135, 189, 35, .9);
*/
  background-color: rgb(192, 192, 192, .7);
	visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}

#checkbox:checked ~ #globalNav {
  visibility: visible;
  opacity: 1;
}

#globalNav ul {
  list-style: none;
  padding: 80px 4%;
  height: 100vh;
  height: 100dvh;
  overflow-y: scroll;
}

/*///// Global Nav and Webpage style /////*/
#globalNav li {
  margin: 0 auto 0.3rem;
  max-width: 800px;
  border-left: 6px solid #333;
}

#globalNav li a {
  display: block;
  padding: 1.5rem;
  background-color: rgba(255, 255, 255, .5);
/*  color: #333;
*/  color: navy;
  text-decoration: none;
  transition: all 0.5s;
}

#globalNav li a:hover {
  background-color: rgba(255, 255, 255, .8);
  padding-left: 2.5rem;
}

#mv {
  height: 100vh;
  height: 100dvh;
  background-color: rgb(220, 220, 220);
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-wrap {
  height: 100vh;
  height: 100dvh;
}

.section-conts {
  padding: 4%;
}

.section-conts h2 {
  text-align: center;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  width: 100dvw;
  height: 4.2rem;
  background-color: rgba(255, 255, 255, .9);
  border-bottom: 1px solid #999;
}

#pcNav {
  display: none;
}


@media screen and (min-width:920px) {

  #pcNav {
    list-style: none;
    position: fixed;
    top: 1.2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 3rem;
  }

  #pcNav a {
    text-decoration: none;
/*    color: #333;
*/    color: navy;
		
		
    transition: all 0.5s;
  }

  #pcNav a:hover {
/*    color: #f00;
*/    color: red;
  }

}

.rred {
	color: red;
	font-weight: 800;
}

.shita {
	font-weight: 800;
}

/*	メニューを最前面に	*/
.idx {
  position: fixed;
  z-index: 2;
}

/*
********************

********************
*/
.design08 {
 width: 100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
}
.design08 th {
 padding: 10px;
 background: #778ca3;
 border: solid 1px #666666;
 color: #ffffff;
}
.design08 td {
 padding: 10px;
 border: solid 1px #666666;
}
.design08 td:first-child {
 background: #e9faf9;
}

/*カレンダー*/
.container {
		font-family: 'Noto Sans JP', sans-serif;
		margin-top: 80px;
}
a {
		text-decoration: none;
}
th.cl {
		height: 30px;
		text-align: center;
}
td.cl {
		height: 100px;
}
.today {
		background: orange !important;
}
th.cl:nth-of-type(1), td.cl:nth-of-type(1) {
		color: red;
}
th.cl:nth-of-type(7), td.cl:nth-of-type(7) {
		color: blue;
}

/*	ログイン		*/
.login {
	text-align: center;
	margin: 20px auto;
	width: 360px;
	border: solid 10px #093C2F;
	padding: 20px;
	background-color: #FEFEFE;
}

/*	センタリング		*/
.ctr {
	text-align: center;
	margin-top: 100px;
}

.ctrd {
	width: 90%;
	/* 水平方向の中央揃え */
	margin: 0 auto;
}

.view5 {
  margin: 5px 50px;
  text-align: left;
}

.view5c {
  margin: 5px;
  text-align: center;
}

.view10 {
  margin-top: 10px;
  text-align: left;
}

.view10n {
  margin-top: 10px;
}

.view10s {
  margin-top: 10px;
  text-align: center;
}

.view20 {
  margin: 20px;
}

/*	フォントサイズ	*/
.moji {
	font-size: 150%;
}

.bhaba {
	margin-top: 15px;
    width: 300px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #68779a;
/*    background: #cbe8fa;
*/    cursor: pointer;
	font-weight: 800;
}

.hr1 {
	margin: 20px auto;
	height: 5px;
	background-color: green;
	width: 90%;
	border: none;
/* 
	height: 3px;
	border: none;
	border-width: 90%;
	border-top: double;
	border-color: #87BD23;
	margin-top:20px;
*/
}

.double {
	border: none;
	background-color: #fff;
	border-width: 1px 0 0 0;
	border-top: double;
	border-color: black;
}

.dot {
	border: none;
	background-color: #fff;
	border-width: 1px 0 0 0;
	border-top: dotted;
	border-color: black;
}

.bgc1 {
	background-color:	lightskyblue;
}

.bgc2 {
	background-color:	palegreen;
}

.tblc {
	margin-left: auto;
	margin-right: auto;
}

.tblc2 {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
.tblc2 td {
	padding: 15px;
}

/* チェックボックス02 */
/*
input[type=checkbox] {
    display: none;
}
.checkbox02 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.checkbox02::before {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox02::after {
    border-right: 6px solid #00cccc;
    border-bottom: 3px solid #00cccc;
    content: '';
    display: block;
    height: 20px;
    left: 7px;
    margin-top: -16px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 9px;
}
input[type=checkbox]:checked + .checkbox02::before {
    border-color: #666;
}
input[type=checkbox]:checked + .checkbox02::after {
    opacity: 1;
}
*/

/* ラジオボタン02 */
input[type=radio] {
    display: none;
}
.radio02 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.radio02::before {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.radio02::after {
    background: #00cccc;
    border-radius: 50%;
    content: '';
    display: block;
    height: 8px;
    left: 10px;
    margin-top: -3px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 8px;
}
input[type=radio]:checked + .radio02::before {
    border-color: #666;
}
input[type=radio]:checked + .radio02::after {
    opacity: 1;
}