.article.pb-1{
h1,h2,h3,h4,h5,h6{
  text-align:left;
    line-height:1.5;
  margin-bottom:1em;
}
  h1{
    border-left:5px solid #081752;
    padding-left:0.5em;
  }
.h2.mb-0{
    border-left:none;
  padding-left:0;
  }
  h2{
        border-left:5px solid #081752;
    padding-left:0.5em;

  }
  h3{
        border-bottom:3px solid #081752;
    padding-bottom:0.5em;
  }

p{
  text-align:left;
    line-height:1.8;
}
  strong{
    font-size:1.5em;
    color:#141414;
  }
img{
        width: revert-layer;
        display: inline-block;
        margin-right: 1em;
}
  
  
a{
  color:#081752; 
  text-decoration:none;
  display:block;
img{
  width:85%;
  display:block;
  margin:0 auto;
}
}
blockquote p{
  font-size:0.8em;
}

.rte div{
  padding-left:0!important;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
      border:1px solid #eee;
    border-left: none; /* 縦線を消す */
    border-right: none; /* 縦線を消す */
    padding: 8px;
    text-align: left;
}

tr td:nth-of-type(1){
  font-weight:bold; 
  color:#141414;
}
  

ul,ol{
  margin-left:0;
  text-align:left;
  list-style:none;
  font-size:1em!important;
  margin-top:20px;
  padding:1em 0;
li{
  padding-left:0;
  border-left:1px solid #081752;
  margin-bottom:2em;
  padding-left:0.5em;
  font-weight:bold;
  color:#141414;
&:before{
  display:none;
} 
em{
  font-weight:normal;
  display:block;
}
}
}
ol{
  background-color:#f7f7f7;
  border:none;
  padding:1em;
li{
    border-left:none;
}
} 
  

.d-flex div{
  background-color:#f7f7f7;
  padding:1em;
}  

}