@charset "UTF-8";
/* CSS Document */

/*reset
────────────────────────────────────*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

html {
    font-size: 62.5%;
    /* 10px */
    -webkit-text-size-adjust: 100%;
}

body {
    overflow-x: hidden;
    width: auto;
    color: #333333;
    font-size: 1.6rem;
    font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "游ゴシック体", "游ゴシック Medium", "游ゴシック", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
    padding-top: 0 !important;
    line-height: 2;
    position: relative;
}

b,
strong,
.bold {
    font-family: YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, "Segoe UI", Verdana, Meiryo, sans-serif;
}

/* IEだけに適応 */
_:lang(x)::-ms-backdrop,
.selector {
    font-family: "Segoe UI", Meiryo, sans-serif;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

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

h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5;
}

ul li {
    list-style: none;
    line-height: 1.8;
}

img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    align-self: flex-start;
}

figure img {
    width: 100%;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}