@charset "utf-8";
/* CSS Document */

html {
    font-family: 'OfficinaSansWinCTT';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'OfficinaSansWinCTT';
    font-weight: normal;
    font-style: normal;
    color: #000;
    font-size: calc((100vw - 1280px) / (1920 - 1280) * (22 - 15.6) + 15.6px);
    line-height: 140%;
}

p {
    margin: 0;
    padding-bottom: 30px;
}

a {
    color: #687629;
    text-decoration: none;
    outline: none;
}

a:focus, a:link {
    color: #687629;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #3c4513;
    text-decoration: none;
    outline: none;
}

img {
    outline: none;
    display: block;
}

strong, b {
    font-family: 'OfficinaSansCTT';
    font-style: normal;
}

.clear {
    clear: both;
}