@charset "UTF-8";

.header__inner img {
    height: auto;
}

img {
    height: auto;
}

section {
    p {
        font-family: sans-serif;
        line-height: 2;
        color: #222;
        letter-spacing: 0;
    }


    span, strong {
        font-family: sans-serif;
        letter-spacing: 0;
    }
}

th, td, li, figcaption {
    font-family: sans-serif;
    line-height: 1.5;
    color: #222;
    letter-spacing: 0;
}

.link_btn a {
    border: 1px solid #0074BE;
    color: #0074BE;
    font-weight: 500;
    padding: .8em 2em;
    border-radius: 2em;
    font-family: sans-serif;

    &:hover {
        background-color: #0074BE;
        color: #fff;
    }
}