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

.titleimg{
background-image:url("../shinryou/images/titleimg_kenshin.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%;
}

.kenshin_list_ol ol li{
list-style-type: disc;
margin-left:2.5em;
}
.kenshinmousikomi {
 text-align: left;
 border-collapse: collapse;
 border-spacing: 0;
 border-bottom: solid 1px #cdcdcd;
 margin:1em 0;
}
.kenshinmousikomi td {
 padding:  7px 10px;
 border-top: solid 1px #cdcdcd;
 text-align: left;
}