@charset "utf-8";

/*　会の経緯　*/
.keii{
}
.keii p{
  width: 80%;
  margin: 15px 0 10px 11%;
  line-height: 1.5;
  font-size: 20px;
  font-weight: bold;
}

/* 　jump to each year   */
ul.jump_year{
  display: flex;
  flex-wrap: wrap;
  justify-content:flex-start;
  width:80%;
  margin: 0 auto 20px;
}
li.year{
  margin: 5px;
  padding: 7px 10px;
  background-color: #000;
}
li.year a{
  color: #fff;
}


/* 　各年のテーマ一覧　*/
section.year{
}
.year_title{
  position: relative;
  width: ;
  margin: 10px 0 0 0;
  padding: 10px 0 10px 80px;
  color: #663300;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  background: #e0efff;
  border-top: solid 1px #663300;
}
p.return_to_top{
  position: absolute;
  top: 7px;
  right: 6%;
  width: 15%;
}
.return_to_top a{
  font-size: 20px;
  color: #663300;
}

p.return{
  padding: 10px 40px 10px 0;
  font-size: 20px;
  color: #663300;
  text-align: right;
  background-color: lightgray;
  border-top: solid 1.5px red;
  margin: 20px 0 0 0;
}
p.return a{
  font-size: 20px;
  color: #663300;
}

ul.each_month{
  display: flex;
  width: 83%;
  margin: 10px 0 0 7%;
  padding: 0 0 20px 0;
  line-height: 1.6;
  border-bottom: solid 1px red;
}
li.date{
  width: 23%;
  padding: 5px 0 0 0;
  font-size: 19px;
  font-weight: bold;
}
li.date:before {
  content: "\025b6";
  position: relative;
  margin: 0px 7px 0 0;
  font-size: 15px;
  color: #663300;
}
ul.right{
  width: 77%;
  font-size: 18px;
  font-weight: bold;
}
.right p{
  margin: 15px 0 0 0;
}
li.subject{
  padding: 5px 0 5px 0;
  line-height: 1.6;
}
li.subject p{
  margin: 15px 0 0 0;
}
li.subject a{
  color: green;
}
li.month_report{
  width: 103%;
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
  border-top: dotted 2px brown;
  font-size: 20px;
  color: green;
}
li.summary{
  width: 105%;
  margin: 10px 0 0 0;
  line-height: 1.5;
}
li.summary a{
  color: red;
  font-weight: bold;
}

/* くの字型矢印 */
.arrow_yokonarabi{
  display: flex;
  margin: 0 0 0 0;
}
.arrow_yokonarabi a{
  color: green;
}
.arrow{
  border-top: solid 3px #339900;
  border-right: solid 3px #339900;
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  margin: 5px 8px 0 0;
}


/* 固有　*/
.copyright{
  margin: -15px 0 0 0;
}
