@charset "UTF-8";

/*--------------------
 /css/sys/reset.css
--------------------*/
html {
    color: #000;
    background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, figure, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

/*because legend doesn't inherit in IE */
legend {
    color: #000;
}

/*--------------------
 /css/sys/base.css
--------------------*/
*,
*:before,
*:after {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #444;
}

h1,
.h1 {
    margin: 40px 0 20px;
    font-size: 32px;
    font-weight: normal;
}

h2 {
    margin: 20px 0;
    font-size: 26px;
    font-weight: normal;
}

h3 {
    margin: 10px 0;
    font-size: 21px;
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #444;
}

a:hover,
a:focus {
    text-decoration: underline;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

img {
    max-width: 100%;
}

hr {
    border: 0;
    border-bottom: 1px dotted #ccc;
}

/*--------------------
 /css/sys/base_form.css
--------------------*/
*:focus {
    outline: none;
}

/*--------------------
 /css/sys/base_form.css
--------------------*/
a:hover {
    text-decoration: none;
    opacity: 0.7;
    -webkit-transition: 0.2;
    transition: 0.2;
}

/*--------------------
 /css/usr/block.css
--------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

a {
    transition: 0.2s ease-in-out;
}

body {
    /*min-width: 1220px;*/
    font-family: 'Noto Sans JP', sans-serif;
    color: #222;
}

/*--------------------
 custom
--------------------*/
a:active,
a:focus {
    text-decoration: none;
}