@charset "UTF-8";

/***-----------------------------------
スタイル
-----------------------------------***/
body {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #333;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: underline;
    color: #333;
}

a:active {
    color: #333;
}

img {
    width: 100%;
    vertical-align: bottom;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

.str {
    font-weight: bold;
}

.ul {
    text-decoration: underline;
}

.apple {
    color: #ff0000;
}

.maron {
    color: #800000;
}

.orange {
    color: #ff6600;
}

.aqua {
    color: #3366ff;
}

.lemon {
    color: #ff9900;
}

.green {
    color: #339966;
}