@charset "UTF-8";
/* CSS Document */

.titleimg{
background-image:url("../shinryou/images/titleimg_tokutei.jpg");
background-repeat: no-repeat;
background-size:cover;
background-position:center;
}
h4 {
  position: relative;
  background: #efefef;
  padding: 2px 5px 2px 25px;
  font-size: 20px;
  color: #1c4081;
  border-radius: 0 10px 10px 0;
  margin:2em 0 1em 20px;
}

h4:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0f1";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #94caef;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px white; 
  border-radius: 50%;
}

.table-wrap {
  overflow-x: scroll;
}

.tokutei_table {
 width: 100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
}
.tokutei_table th {
 padding: 10px;
 background: #efefef;
 border: solid 1px #999;
 text-align: left;
 white-space: nowrap;
}
.tokutei_table td {
 padding: 10px;
 border: solid 1px #999;
 text-align: left;
 white-space: nowrap;
}
