@charset "UTF-8";

.tb00{
padding-top: 115px;
margin: 0 auto 95px;
}
  table{
  border-collapse: collapse;
  width: 100%;
}
.sticky_box{
position: sticky;
top: 30px;
display: block;
height: 150px;
}
.sticky_box th{
background: #e0f3f8 !important;
}

.tb01 th,
.tb01 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:center;
	box-sizing:border-box;
	word-break: break-word;
}
.tb01 th {
  background: #e3efd1;
  color: #444;
}
.tb01 .head{
  background: #e0f3f8 !important;
}
.tb01 .head th{
  background: #e0f3f8 !important;
}
.tb01 a:link{
	color: #444444;
	text-decoration: underline !important;
}
.tb01 a:hover{
	color: #0000ee;
}
.tb01 a:visited{
	color: #551a8b;
}
@media screen and (max-width: 700px) {
.tb00{
padding-top: 35px;
}
  .tb01 {
    width: 100%;
  }
  table.tb01 th,
  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
  .tb01 .head{
    display:none;
  }
}
.gyoshu {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb;
}
.gyoshu li{
    display: flex;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    border-bottom: 1px solid #bbb;
    border-right: 1px solid #bbb;
background-color: #e0f3f8;
}
.gyoshu li a{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    padding: 10px;
text-decoration: none;
color: #333;
}
@media(max-width:700px){
    .gyoshu{
        flex-wrap: wrap;
position: initial;
    }
    .gyoshu li{
        width: 33.3%;
    }
}

/*一覧ページへボタン*/
.button01 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 35px auto 25px;
  padding: 1em 2em;
  width: 280px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #eb6100;
  box-shadow: 0 5px 0 #b84c00;
  transition: 0.3s;
  border-radius: 5px;
  text-decoration: none;
}
.button01 a::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 3px solid #b84c00;
  border-right: 3px solid #b84c00;
  transform: rotate(45deg);
}
.button01 a:hover {
  transform: translateY(3px);
  text-decoration: none;
  box-shadow: 0 2px 0 #aaaaaa;
}
