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

body {
    line-height: 1;
    background: #fff;
    color: #262626
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block
}

ul,
li {
    list-style: none
}

img {
    vertical-align: top
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 400;
    font-size: inherit;
    margin: 0;
    padding: 0
}

blockquote,
q {
    quotes: none
}

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

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

a:hover {
    /* opacity: 0.7; */
    cursor: pointer;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    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
}

select,
input,
textarea,
button {
    font-family: 'Noto Sans JP', sans-serif;
}

input[type=submit],
input[type=button],
label,
button,
select {
    cursor: pointer;
}

table {
    font-size: inherit;
    font: 100%
}
a{
    display: inline-block;
}

*:focus-visible {
    /* outline: 2px solid #262626;
    outline-offset: 3px; */
    outline: none;
    -webkit-box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #333333;
            box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #333333;
}
.sentence-content__link:focus-visible{
    outline: none;
    -webkit-box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #333333 !important;
            box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #333333 !important;
}