@charset "utf-8";

/* cssリセット */

html,
body,
h1,
h2,
h3,
p,
dl,
dt,
dd,
ul,
li {
    margin: 0;
    padding: 0;
    line-height: 1.75;
    /*デフォルトの文字色、font-family*/
    color: #345268;
    font-family:
        "Montserrat", "Zen Kaku Gothic New", "Noto Sans JP",
        "Hiragino Kaku Gothic ProN", "Yu Gothic", "メイリオ", "Hiragino Sans",
        sans-serif;
    font-feature-settings: "palt";
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.3s;
}

ul {
    list-style: none;
}

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

button {
    all: unset;
    cursor: pointer;
}
