@charset "UTF-8";* {
    box-sizing: border-box
}

body,button {
    font-family: "Open Sans","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",MSPGothic,sans-serif
}

body {
    min-width: 320px;
    color: #222;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.6;
    text-align: center;
    -webkit-text-size-adjust: 100%;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    max-width: 100%;
    height: auto
}

a {
    color: #0892c7;
    opacity: 1;
    transition: .3s;
    cursor: pointer
}

a:hover {
    opacity: .6;
    transition: .3s
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

body {
    font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3",sans-serif;
    color: #1c1e2e;
    font-feature-settings: "palt";
}

a {
    word-break: break-all;
    text-decoration: none;
    color: #1a6ab4
}

html {
  scroll-behavior: smooth;
}

img,picture {
    max-width: 100%;
    display: block
}