body{
  background-image: url("../img/logo2.jpg");
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-attachment: fixed;
  background-position: bottom 30px right 30px;
}

.content{
  background-color: #ffffff;
  width: 80%;
  margin: 10px 10% 10px 10%;
  padding: 10px;
  opacity: 0.8;
}

.signature{
  text-align: right;
  margin: 12px 0px 12px 0px;
}

.square{
  background-color: #9B1C3E;
  color:#ffffff;
  padding-left:5px;
  margin-left:5px;
}

h1{
  line-height:180%;
  color: #ffffff;
  width: 80%;
  margin: 20px 10% 0px 10%;
  display: inline-block;
  font-size: 24px;
  padding-left: 10px;
  border-radius: 10px 0px 10px 0px;
  background-color: #B3CF82;
}

h1:before {
  content: '●';
  color: #ffffff;
}

h2{
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  margin-bottom: 10px;
}
h2:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px #4D5B2B;
}
h2:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px #4D5B2B;
}
A:link{
  color: #6aa512;
  text-decoration: none;
}
A:hover{
  color: #A52A2A;
  text-decoration: underline;
}
A:visited{
  color: #306030;
  text-decoration: none;
}
A:active{
  color: #aaeb49;
  text-decoration: none;
}
/**************/
/* page       */
/**************/
.page_information{
  margin: 20px 50px 20px 50px;
}
.page_information li{
  list-style:none;
  padding-left: 80px;
}
.page_information li::before{
  margin-left: -80px;
}
.page_information_result{
  margin: 10px 0px 20px 0px;
}
.page_information_result li{
  list-style:none;
}
.page_information_result li{
  list-style:none;
  padding-left: 50px;
}
.page_information_result li::before{
  margin-left: -50px;
}

.page_information_result .pc{
  display: block;
}
.page_information_result .sp{
  display: none;
}
/**************/
/* photo       */
/**************/
.photo{
  padding: 0px;
}
.photo .ul-table{
  display: flex;
}
.photo .ul-tc{
}
.photo .ul-cell{
  padding: 5px;
}
.photo li{
  list-style: none;
}
.photo .li1{
  text-align: center;
  background-color: #CFE8A6;
}
.photo .li2{
  text-align: center;
  background-color: #F2FAE7;
}
.photo .li3{
  text-align: center;
}
.photo .team{
  font-size:80%;
}
/**************/
/* index.php */
/**************/
.index .main-content{
  margin-left: 20px;
}
.index hr{
  border-top: 1px dotted #8c8b8b;
  border-bottom: 1px dotted #fff;
  margin: 5px 0px 5px 0px;
}
.index .acd-check{
    display: none;
}
.index label.acd-label::before{
  content: '●';
  color: #B3CF82;
}
.index .acd-content{
  height: 0;
  opacity: 0;
  transition: .5s;
  visibility: hidden;
}
.index .acd-content li{
  list-style: none;
  padding-left: 3px;
}
.index .acd-content li::before{
  content: '▶';
}
.index .acd-check:checked + .acd-label + .acd-content{
  opacity: 1;
  height: 100%;
  margin-bottom:10px;
  margin-left: 10px;
  visibility: visible;
}
.index .container{
  display: flex;
}
.index aside{
  width: 300px;
  font-size: 80%;
}
.index .acd-check{
  display: none;
}

.index article{
  flex: 1;
}

.index .flash{
  color: #B3CF82;
  animation: Flash1 1s infinite;
}
@keyframes Flash1{
  50%{
    opacity: 0;
  }
}
/**************/
/* schedule.php */
/**************/
.schedule .ul-table{
  display: table;
  width: 100%;
}

.schedule .ul-th{
  display: flex;
  text-align: center;
  font-weight: bold;
  opacity: 0.8;
}

.schedule .ul-tr{
  display: flex;
  text-align: left;
}

.schedule .li-1{
  width: 35%;
  list-style: none;
  padding: 2px 5px 2px 5px;
  float: left;
  border-top: solid 1px;
  background-color: #CFE8A6;
}
.schedule .li-2{
  width: 45%;
  list-style: none;
  padding: 2px 5px 2px 5px;
  float: left;
  border-top: solid 1px;
  background-color: #F2FAE7;
}
.schedule .li-3{
  width: 20%;
  list-style: none;
  padding: 2px 5px 2px 5px;
  float: left;
  border-top: solid 1px;
}

/**************/
/* list.php */
/**************/
.list .ul-table{
  display: table;
  width: 100%;
}

.list .ul-th{
  display: flex;
  text-align: center;
  font-weight: bold;
  background-color: #CFE8A6;
}

.list .ul-tr{
  display: flex;
  text-align: left;
}

.list .li-1{
  width: 45%;
  list-style: none;
  padding: 2px 5px 2px 5px;
  float: left;
  border-top: solid 1px;
}
.list .li-2{
  width: 5%;
  list-style: none;
  padding: 2px 5px 2px 5px;
  text-align: center;
  float: left;
  border-top: solid 1px;
}
.list .li-3{
  width: 50%;
  list-style: none;
  padding: 2px 5px 2px 5px;
  float: left;
  border-top: solid 1px;
}

.list-page li{
  list-style: none;
}

/**************/
/* school.php */
/**************/
.school .ul-table{
  margin-bottom: 20px;
}
.school .li-1{
  margin-left: 45px;
  list-style: none;
}
.school .li-2{
  margin-left: 45px;
  list-style: none;
}
.school .li-3{
  margin-left: 45px;
  list-style: none;
}
.school .li-4{
  margin-left: 45px;
  list-style: none;
}
.school .li-1::before{
  margin-left: -45px;
  content: '日程：';
}
.school .li-2::before{
  margin-left: -45px;
  content: '場所：';
}
.school .li-3::before{
  margin-left: -45px;
  content: '対象：';
}
.school .li-4::before{
  margin-left: -45px;
  content: '内容：';
}
/**************/
/* rule.php */
/**************/
.rule .ul-table{
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.rule .ul-tr{
  display: flex;
}
.rule .li-1{
  width: 20%;
  list-style: none;
}
.rule .li-2{
  width: 10%;
  list-style: none;
}
.rule .li-3{
  width: 70%;
  list-style: none;
}


body.rules{
  background-image: url("");
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-attachment: fixed;
  background-position: bottom 30px right 30px;
}

.rule2021 .ul-table{
  margin-left:40px;
  margin-bottom: 20px;
}
.rule2021 .li-3{
  list-style: none;
}
.rule2021 .m-ol{
  margin-left: 35px;
  counter-reset: cnt;
}
.rule2021 .li-4{
  list-style-type: none;
  text-indent:-26px;
}
.rule2021 .li-4::before {
    list-style-type: none;
    counter-increment: cnt;
    content: counter(cnt)'）';
}
/**************/
/* link.php   */
/**************/
.link ul{
  color: #B3CF82;
  list-style: none;
}
.link li::before{
  content: '●';
  padding-left:5px;
}

/**************/
/* header.php */
/**************/
header{
  text-align: right;
  background-image: url("../img/title.jpg");
  background-repeat: repeat-x;
  backgroun-attatiment: fixed;
  background-position : 100% 1%;
  height:115px;
  padding-top: 8px;
  padding-right: 20px;
}
header A:link{
  color: #000000;
  text-decoration: none;
}
header A:hover{
  color: #000000;
  text-decoration: none;
}
header A:visited{
  color: #000000;
  text-decoration: none;
}
header A:active{
  color: #000000;
  text-decoration: none;
}
header .title,
header A:link.title,
header A:hover.title,
header A:visited.title,
header A:active.title
{
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
}
header ul{
  width: 700px;
  float: right;
}
header li{
  border: solid 1px;
  font-size: 14px;
  width: 138px;
  list-style: none;
  float: left;
  padding: 1px 3px 1px 3px;
  margin: 1px;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  border-radius: 8px;
}
header li:hover{
  background-color: rgba(255, 255, 255, 1);
}
header A{
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}
#drawer-checkbox {
  display: none;
}
/**************/
/* footer.php */
/**************/
footer{
  font-size: 50%;
  margin-top: 30px;
  text-align: center;
}
.rights{
  margin-top: 30px;
}
