@charset "utf-8";

.navi-grid {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	/*gap: 30px;*//*縦・横で同じ余白*/
  /*gap: 20px 30px;*//*縦20px、横30pxの指定*/
	width: 100%;
	margin-bottom: 90px;
}
.navi-grid li {
width: 23%;
	margin: 1%;
}
.navi-grid li a {
	display: block;
	padding: 30px 0;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background: #00BBBB;
	border-radius: 15px;
	position: relative;
}
.navi-grid li a:hover {
	background: #008e8e;
}
.rizi {
  float: right;
  margin: 0 0 30px 45px;
  width: 35%;
}



.table-outline {
	width: 100%;
}
.table-outline th {
	width: 15%;
	background: #E6F7FF;
	text-align: center;
}
.table-outline th,.table-outline td {
	vertical-align: middle!important;
}
.table-outline ol {
	margin: 15px 0 15px 30px;
}
.table-outline ol li {
	list-style: decimal;
	margin-bottom: 8px;
}
.table-officer {
	width: 100%;
}
.table-officer th {
	width: 15%;
	background: #E6F7FF;
	text-align: center;
}
.table-officer th,.table-officer td {
	vertical-align: middle!important;
	text-align: center;
}
.table-officer th {
	width: 15%;
	background: #E6F7FF;
	text-align: center;
}
.table-officer tr:nth-child(odd) td {
  background: #F5F5F5;
}
.table-officer-p01 td:nth-of-type(2){
  text-align: left;
	width: 22%;
}
.table-officer-p02 td:nth-of-type(3){
  text-align: left;
	width: 25%;
}
.timeline {
  list-style: none;
	padding: 45px;
}
.timeline > li {
  margin-bottom: 60px;
}


.bi-file-pdf {
	color: red;
	width: 25px;
	height: 100%;
	vertical-align: bottom;
}
.soshiki {
	width: 75%;
}
/* for Desktop */
@media ( min-width : 640px ){
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 100px;
    float: left;
    margin-top: 15px;
  }
  .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding: 15px 15px 15px 30px;
  }
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #00BBBB;
    position: absolute;
    left: 96px;
    top: 24px;
    border-radius: 100%;
  }
}





@media screen and (max-width: 991px) {
.navi-grid {
	display: block;
}
.navi-grid li {
width: 100%;
	margin: 0 0 15px 0;
}
.navi-grid li a {
	display: block;
	padding: 30px 0;
	font-size: 15px;
}
 .rizi {
    float: none;
    margin: 0 0 30px 0;
    width: 100%;
  }
	.timeline-date {
		border-bottom: 1px solid #00BBBB;
		padding-bottom: 10px;
		margin-bottom: 10px;
		font-size: 18px;
		font-weight: bold;
  }
	.soshiki {
	width: 100%;
}
}
