
ol.Initiative-list{
  padding-left: 30px;
  margin-bottom: 30px;
}

ol.Initiative-list li{
  margin-bottom: .7em;
  line-height: 1.5;
}
.related-link a:link, .related-link a:visited {
    color: #0035e3!important;
    text-decoration-line: underline!important;
    line-height: 1.5;
    padding-left: 20px;
    position: relative;
}
.related-link a:hover{
  color: #657cc9!important;
  text-decoration-line: none!important;
}
.related-link a::before {
    position: absolute;
    content: "";
    display: block;
    left:5px;
    top: 6px;
    width: 7px;
    height: 11px;
    background-size: 7px 11px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/shared/img/rwd_icon_arrow_right02.svg);
}

@media screen and (min-width: 768px){
/* ================================================
画面幅が768px以上の場合の表示設定
================================================ */

}

@media screen and (max-width: 767px){
/* ================================================
画面幅が768px未満の場合の表示設定
================================================ */

}

