@media print,
screen and (min-width: 769px) {
footer p {
line-height: 1.3;

}
.link_icon_wrapper>.link_icon {
    line-height: 1.2;

}

.a_shikoku a {
    position: absolute;
    bottom: 16%;
    left: 22%;
    border: 2.56px solid #a391a3;
    background: #FFF;
    display: inline-block;
    box-sizing: border-box;
    line-height: 28px;
}


}
@media only screen and (min-width: 769px) and (max-width: 1024px) {

    body {
        line-height: 1.4;
    }
}

@media only screen and (max-width: 768px) {

    body {
        line-height: 1.3;
    }
    

}