
.policy2list li,.policy3list li, .policy5list li{
    list-style: disc;
    margin-left: 3em;
    margin-right: 1em;
    /* margin-bottom: 14px; */
    margin-bottom: 5px;
}

.policyhead{
    font-size: 18px;
    position: relative;
  background: #f1f8ff;
  padding: 0.25em 0.5em;
  border-left: solid 2em #5c9ee7;
  font-weight: bold;
  margin-bottom: 12px;
}
.policyhead::before{
    font-family: "Material Icons outlined";
  content: "\e0da";
  position: absolute;
  padding: 0em;
  color: white;
  left: -1.25em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: normal;
  
}
.policytitle{
        
    /* padding: 0.4em 0.5em;文字の上下 左右の余白 */
    color: #494949;/*文字色*/
    /* background: #f4f4f4;背景色 */
    border-left: solid 5px #7db4e6;/*左線*/
    /* border-bottom: solid 3px #d7d7d7;下線 */
    font-weight: bold;
    /* margin-bottom: 14px; */
    margin-bottom: 10px;
    /* margin-top:35px; */
    margin-top:15px;
    /* font-size: 16px; */
    font-size: 15x;
}
.policymain{
    font-size: 15px;
    
    
}
.policy{
    position: relative;
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 14px;
}

.infotitle{
    /* padding: 0.4em 0.5em;文字の上下 左右の余白 */
    /* color: #494949;文字色 */
    /* background: #f4f4f4;背景色 */
    border-left: solid 5px #e67d97;/*左線*/
    /* border-bottom: solid 3px #d7d7d7;下線 */
    font-weight: bold;
    /* margin-bottom: 16px; */
    margin-bottom: 10px;
    margin-top:15px;
    /* font-size: 16px; */
    font-size: 15px;
}
.info a{
    color:blue;
    text-decoration: underline;
    max-width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}