.ml10{    
    margin-left: 10px!important;
}

.lineBtn{
    width: 210px;
    margin: 10px 0;
}
.lineBtn a {
    width: 100%;
    padding: 10px 5px 7px;
    background: #22BA4F;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    text-decoration: none;
}
                                          
.lineBtn a:before{
    content: '';
    background: url(icon_line.webp)no-repeat;
    background-size: cover;
    width: 26px;
    height: 24px;
    display: block;
}
.lineBtn a:after{
    content: '';
    background: url(icon_line_arrow.webp)no-repeat;
    background-size: cover;    
    width: 18px;
    height: 18px;
    display: block;
}                                          

.df{
    width: 100%;
    margin: 1% 0;
    display: flex;
    justify-content: space-around;
}

.df img {
    width: auto;
    max-width: 100%;
    height: auto;
}

p.img{
    margin-bottom: 1%;
}

p.mt {
    margin-bottom: 15px !important;
}