@charset "UTF-8";
/* CSS Document */
:root {
    --main: #4586DC;
    --bg: #FFFCEE;
    --bg-2: #F0F8FD;
    --bg-3: #FFF3F7;
}

html {
    font-size: 62.5%;
    /* scroll-behavior: smooth; を削除してJavaScriptでのみ制御 */
}

body{
    color: #333;
    overflow-x: hidden;
    font-family: "Noto Sans JP", "Hiragino Sans", "メイリオ", "Meiryo", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
    margin: 0;
    -webkit-text-size-adjust: 100%;
}

a {
    color: var(--main);
    text-decoration: underline;
}

a:hover {
    opacity: 0.7;
}

p {
    font-size: 1.6rem;
    line-height: 1.8;
}

@media (max-width: 790px) {
}
