@charset "UTF-8";
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,
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,
input,
textarea,
select {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  word-wrap: break-word;
}
html {
  line-height: 1;
  overflow: auto;
}
body {
  font-size: 1.6rem;
  color: #222222;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
  letter-spacing: 0.08em;
  font-feature-settings: "palt" 1;
}

ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
img {
  vertical-align: bottom;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
a {
  text-decoration: none;
}
html {
  font-family: "Noto Sans JP", sans-serif;
  color: #2a2a2a;
  font-size: 62.5%;
  line-height: 1.5;
  font-weight: 400;
}
html * {
  font-weight: inherit;
  box-sizing: border-box;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  body.is-hidden {
    overflow: hidden;
    height: 100vh;
  }
}
a,
input[type="submit"] {
  outline: none;
  color: inherit;
  transition: 0.5s;
}
a * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a:focus,
*:focus {
  outline: none;
}
@media screen and (min-width: 821px) {
  a:hover,
  input[type="submit"]:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
}
img {
  width: 100%;
  height: auto;
}


/* テキスト調整 */

.bold {
  font-weight: 700;
}
.big-text{
  font-size: 2.4rem;
  line-height: 1.4;
}
.most-big-text{
  font-size: 3.5rem;
}
.yellow-liner{
  background: linear-gradient(transparent 60%, #FDFF82 30%);
}
.thick-yellow-liner{
  background: linear-gradient(transparent 60%, #FDFF82 60%);
  font-weight: 700;
  display: inline;
}
.red-liner{
  background: linear-gradient(transparent 60%, #FAA4A4 30%);
}
.blue-liner{
  background: linear-gradient(transparent 60%, #A7D5F9 30%);
}
.blue{
  color: #285BF3;
}
.red{
  color: #F41B1B;
}

.mincyo{
  font-family: "Noto Serif JP";
  font-weight: 700;
}


.cl-red {
  color: #da1717 !important;
  font-weight: 700;
}
.cl-text {
  color: #337388 !important;
  font-weight: 700;
}
.liner {
  background: linear-gradient(transparent 60%, #FDFF82 30%);
  display: inline;
  font-weight: 700;
}
