@charset "utf-8";
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
dialog,
div,
dl,
dt,
em,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: 500;
    vertical-align: baseline;
    background: transparent;
}

* {
    box-sizing: border-box;
}


/* body {
    line-height: 1;
} */

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ins {
    text-decoration: none
}

ins,
mark {
    background-color: #ff9;
    color: #000
}

mark {
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

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

ul {
    list-style: none;
    /* margin: 30px 0 0 0;
    padding: 0; */
}

a {
    text-decoration: none
}


/* @font-face {
    font-family: NotoSansCJKjp;
    font-style: normal;
    font-weight: 300;
    src: url('/bkan/font/NotoSansCJKjp-DemiLight.woff') format('woff'), url('/bkan/font/NotoSansCJKjp-DemiLight.eot') format('eot');
    font-display: swap
}

@font-face {
    font-family: NotoSansCJKjp;
    font-style: normal;
    font-weight: 700;
    src: url('/bkan/font/NotoSansCJKjp-Bold.woff') format('woff'), url('/bkan/font/notosanscjkjp_bold.eot') format('eot');
    font-display: swap
} */

* {
    font-size: 16px;
}

body {
    line-height: 2;
    font-family: 'Noto Sans JP', sans-serif;
    /* color: #333; */
    letter-spacing: .05em;
    word-wrap: break-word;
    position: relative
}

a {
    color: #333
}

a[href]:hover {
    text-decoration: none
}

a:active {
    color: #333
}

a[href]>img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

ul {
    list-style: none
}

ol {
    list-style-position: outside;
    padding-left: 23px
}

ol>li {
    margin-bottom: 10px
}

table {
    line-height: 1.4;
    border-collapse: collapse;
    font-size: 14px;
    font-size: 1.4rem
}

table th {
    text-align: left;
    background: #e8f1d4 0 0 repeat scroll 0 0
}

table td,
table th {
    padding: 14px;
    vertical-align: middle;
    border: 1px solid #d4d5d5
}

table td {
    background-color: #fff
}

blockquote {
    position: relative;
    margin: 0 20px;
    padding: 20px;
    border: 1px #999 dotted;
    color: #666
}

blockquote,
code {
    font-size: 9pt
}

@media screen and (max-width:767px) {
    * {
        font-size: 15px;
        line-height: 1.7
    }
}