@charset "UTF-8";
/* =========================================================
 reset
========================================================= */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
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,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  vertical-align: baseline; }

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

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

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

*,
*:after,
*:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

body,
html {
  height: 100%; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

:focus,
a:focus {
  outline: none; }

a,
button,
html input[type=button],
input[type=reset],
input[type=submit],
label {
  cursor: pointer; }

a:hover {
  opacity: 0.8; }

button[disabled],
html input[disabled] {
  cursor: default; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

strong {
  font-weight: bold; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

svg {
  fill: #fff; }

svg:not(:root) {
  overflow: hidden; }

address,
em {
  font-style: normal; }

[hidden],
template {
  display: none; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

iframe {
  display: block;
  max-width: 100%; }

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  color: inherit;
  font: inherit; }

textarea {
  overflow: auto;
  resize: vertical;
  -webkit-appearance: none;
  border: none; }

button {
  overflow: visible;
  padding: 0;
  vertical-align: middle;
  border-radius: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none; }

body {
  line-height: 1.5;
  color: #000000;
}
a {
  outline: none;
  color: #666;
  background: transparent;
  text-decoration: none;
  -webkit-touch-callout: none; }

/* =========================================================
layout
========================================================= */

.wrapper {
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: 2em;
}
.mv p{
  margin: 1em auto;
  text-align: center;
  font-weight: bold;
  font-size: 4vw
}
.mv span{
  color: #ff850e;
  font-weight: bold;
}
.sec01_txt,.sec02_txt,.sec03_txt,.sec04_txt{
  padding: 1.5em 2em 0;
  font-size: 3.7vw;
  line-height: 1.75;
}
.sec01_txt p,.sec02_txt p,.sec03_txt p,.sec04_txt p{
  font-weight: bold;
  margin-bottom: 2.2em;
}
.sec01_txt u{
  font-weight: bold;
}
.red{
  color:#ff0000;
  font-weight: bold;
}
.sec01_txt .blue_line{
  color: #0071b7;
  background: linear-gradient(transparent 50%, #e2fdf4 50%);
  font-weight: bold;
}
.yellow_line{
  background: linear-gradient(transparent 50%, #fff992 50%);
  font-weight: bold;
}
.sec01_06{
  display: block;
  margin-bottom: 2em;
}
.sec04_cen{
  text-align: center;
}
.orange{
  color:#ec5a24;
}
u{
  font-weight: bold;
}
.cu_pos{
  position: relative;
}
.cu_btn{
  position: absolute;
  bottom: 10%;
  width: 90%;
  left: 0;
  right: 0;
  margin: 0 auto;
}


.cu_btn {
    animation: yureru-j 2s infinite;
}
@keyframes yureru-j {
    0% {
        transform: translate(0px, 2px);
    }
    5% {
        transform: translate(0px, -2px);
    }
    10% {
        transform: translate(0px, 2px);
    }
    15% {
        transform: translate(0px, -2px);
    }
    20% {
        transform: translate(0px, 2px);
    }
    25% {
        transform: translate(0px, -2px);
    }
    30% {
        transform: translate(0px, 0px);
    }
}


