.style_non{
list-style: inherit;

}
.original-marker {
  list-style-type: none;
}

.original-marker_li {
  padding: 0 0 20px 24px;
  background-image: url(../img/green_circle.png);
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: left 5px;
}

.original-marker_li_square{
  padding: 0 0 20px 24px;
  background-image: url(../img/square.png);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: left 6px;
}
.new_p{
font-weight: bold;
}
.bold_a{
font-size:18px;
}

.sample{
  display: flex;
flex-wrap: wrap
}
.item{
width : calc((100% - 60px) / 3);
height:135px;
border: 1px solid #999;
margin: 10px;
padding:15px;
background-image: url(../img/risk.png);
background-position: center;
background-repeat: no-repeat;
background-color:#fff;
}
.new_title{
padding:20px 0 0;
}

.new_bottom{
margin-bottom:0;
}

.back {
    font-size: 16px;
    text-align: right;
    float: right;
    margin: 10px;
        margin-bottom: 10px;
    margin-bottom: 30px;
    padding: 5px 15px 5px 19px;
    border-radius: 5px;
    background: #090;
    color: #fff;
}

.bar_bar {
    text-align:center;
    background: #009900;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 2.4rem;
    font-weight: bold;
    justify-content: center;
    padding: 20px;
    padding: 14px;
}
.padding_mot{
padding-top:30px;
}

.ma_a{
margin-top:25px;
}

.ma_b{
margin:25px 0;
}

.ma_c{
padding:30px 0 20px;
}

.ma_d{
margin-top:5px;
}

.ma_e{
padding:20px 0 0;
}

.clear_both{
clear:both;
}

@media (max-width: 960px) {
  .pc {
    style: none;
  }

.item{
width : 100% ;
height: inherit;
}
.original-marker_li_square{
  padding-left: 24px;

}
.back{
font-size: 18px;
}
}
