@charset "utf-8";

/* リセットCSS
---------------------------------------------------------------------------- */
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,
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
img {
  border: 0;
  vertical-align: bottom;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.m-notosans-regular {
  font-weight: 400;
  font-family: "Noto Sans JP";
}
.m-notosans-medium {
  font-weight: 500;
  font-family: "Noto Sans JP";
}
.cr-black {
  color: #1e1e1e;
}
.cr-blue {
  color: #5bc4ba;
}
.fwb {
  font-weight: bold;
}
.fs6 {
  font-size: 50% !important;
}
.fs7 {
  font-size: 58.33333% !important;
}
.fs8 {
  font-size: 66.66667% !important;
}
.fs9 {
  font-size: 75% !important;
}
.fs10 {
  font-size: 83.33333% !important;
}
.fs11 {
  font-size: 91.66667% !important;
}
.fs12 {
  font-size: 100% !important;
}
.fs13 {
  font-size: 108.33333% !important;
}
.fs14 {
  font-size: 116.66667% !important;
}
.fs15 {
  font-size: 125% !important;
}
.fs16 {
  font-size: 133.33333% !important;
}
.fs17 {
  font-size: 141.66667% !important;
}
.fs18 {
  font-size: 150% !important;
}
.fs19 {
  font-size: 158.33333% !important;
}
.fs20 {
  font-size: 166.66667% !important;
}
.fs21 {
  font-size: 175% !important;
}
.fs22 {
  font-size: 183.33333% !important;
}
.fs23 {
  font-size: 191.66667% !important;
}
.fs24 {
  font-size: 200% !important;
}
.fs25 {
  font-size: 208.33333% !important;
}
.fs26 {
  font-size: 216.66667% !important;
}
.fs27 {
  font-size: 225% !important;
}
.fs28 {
  font-size: 233.33333% !important;
}
.fs29 {
  font-size: 241.66667% !important;
}
.fs30 {
  font-size: 250% !important;
}
.fs31 {
  font-size: 258.33333% !important;
}
.fs32 {
  font-size: 266.66667% !important;
}
.fs33 {
  font-size: 275% !important;
}
.fs34 {
  font-size: 283.33333% !important;
}
.fs35 {
  font-size: 291.66667% !important;
}
.fs36 {
  font-size: 300% !important;
}
.fs37 {
  font-size: 308.33333% !important;
}
.fs38 {
  font-size: 316.66667% !important;
}
.fs39 {
  font-size: 325% !important;
}
.fs40 {
  font-size: 333.33333% !important;
}
.fs41 {
  font-size: 341.66667% !important;
}
.fs42 {
  font-size: 350% !important;
}
.fs43 {
  font-size: 358.33333% !important;
}
.fs44 {
  font-size: 366.66667% !important;
}
.fs45 {
  font-size: 375% !important;
}
.fs46 {
  font-size: 383.33333% !important;
}
.fs47 {
  font-size: 391.66667% !important;
}
.fs48 {
  font-size: 400% !important;
}
.fs49 {
  font-size: 408.33333% !important;
}
.fs50 {
  font-size: 416.66667% !important;
}
.fs56 {
  font-size: 466.6666% !important;
}
.fs70 {
  font-size: 583.3333% !important;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.tal {
  text-align: left !important;
}
.tac {
  text-align: center !important;
}
.tar {
  text-align: right !important;
}
.flR {
  float: right !important;
}
.flL {
  float: left !important;
}
.m00 {
  margin: 0px !important;
}
.mauto {
  margin: 0 auto !important;
}
