﻿h3,h4,h5,h6,h7{
margin:1em 0 0.6em -1em;
padding:0;
font-size:120%;
font-style:normal;
font-weight:normal;
text-indent:0;
}

section{
margin-left:3em;
}

blockquote{
margin:0.2em 0 0.2em 1em;
border:black 1px dashed;
}

/*法令一覧表*/

table.lawslist,table.lawslist th,table.lawslist td{
outline:1px solid black;
}

div.subbox{
margin:0.5em 0 0 1em;
}

/*情報紹介：ブックリスト*/

div.booklist{
margin:0 0 0 1em;
}

div.booklist dt{
margin:1em 0 0.5em 0;
padding:0.2em 1.5em;
border:1px solid black;
background-color:#cccccc;
font-size:110%;
border-radius:0 0.5em 0.5em 1em;
}

div.booklist dt a{
}
div.booklist dt a:visited{
}

div.booklist dt::before{

}

/*研究会について：年表*/

ul{
list-style-type:none;
margin:0;
padding:0;
}



/*SEOタイムズからコピペ*/
.flow_design05 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow05 {
  padding-left: 0;
}

.flow05 > li {
  list-style-type: none;
  position: relative;
  padding-left: 50px;
}

.flow05 > li:not(:last-child) {
  padding-bottom: 10px;
}

.flow05 > li .icon05 {
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 100vh;
  display: inline-block;
  background: #4D9BC1;
  color: #fff;
  position: absolute;
  left: 0;
}

.flow05 > li:not(:last-child)::before {
  content: '';
  background: #c3c3c3;
  width: 4px;
  height: 100%;
  position: absolute;
  top: calc(50% - -30px);
  left: 19px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.flow05 > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #4D9BC1;
}

.flow05 > li dl dd {
  margin-left: 0;
}