@charset "UTF-8";

/*
Theme Name: AIRFENCE 2024
Author: Lokal Japan Web Team
Description: AIRFENCE 2024 - Website Theme
Version: 1.0
AIRFENCE 2024 - Website Theme, (C) 2024 Lokal Japan Inc.
*/

html {
    margin: 0px;
}

body {
    margin        : 0px;
    font-family   : 'M PLUS 2', sans-serif;
    font-size     : 16px;
    color         : #3e3a39;
    letter-spacing: 1px;
    font-weight   : 400;

    @media screen and (max-width: 799px) {
        font-size     : 14px;
        letter-spacing: 0.2px;
        line-height   : 1.5;
    }
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 10px 0px;
}