@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');

body {
    font-family: 'Noto Sans JP', sans-serif;
}

h1 {
    font-size: 1.2rem;
}
h1 img {
    width: 1.3em;
}
h2 {
    font-size: 1.3rem;
    background-color: #edf6ff;
}

.btn-primary {
    background-color: #22AEE6;
    border-color: #22AEE6;
}

table a {
    text-decoration: underline;
}

.border-left-bold {
    border-left: 5px solid #22AEE6 !important;
}