* {
  margin: 0;
  padding: 0;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
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: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
h1,
h2 {
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
img,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1.4;
  color: #444;
  font-size: 20px;
  font-family: "Hiragino Kaku Gothic Pro", "Meiryo", "MS P Gothic", "Osaka",
    Verdana, Arial, Helvetica, sans-serif;
}
@media (max-width: 768px) {
  body {
    font-size: 18px;
  }
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  width: 100%;
}
a {
  color: #3a4bdd;
  text-decoration: underline;
}
.main,
.red,
a,
h1,
h2,
h3,
h4 {
  font-weight: 700;
}
h1,
h2 {
  padding: 14px 10px;
}
h1 {
  margin: 0 auto 20px;
  padding: 14px 4px;
  font-size: 1.5rem;
  /* border-bottom: 4px solid #fe7a25; */
}
h2 {
  margin: 8px 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 1.3rem;
    padding: 14px 0;
  }
}
h3 {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 1.3rem;
  }
}
h2.title__h2--basic {
  background: #fe7a25;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-bottom: 2rem;
  border-top: 2px solid #3c0606;
  border-bottom: 2px solid #3c0606;
}

.main,
.red {
  color: #e73535;
}
.main {
  color: #eca065;
}
.black,
.blue,
.white {
  color: #3a4bdd;
  font-weight: 700;
}
.black,
.white {
  color: #444;
}
.white {
  color: #f8f5f5;
}
.gold {
  color: #726302;
}
.ylw {
  color: #ff0;
}
.sky {
  color: skyblue;
}
.bg-y {
  background: linear-gradient(rgba(255,255,255,0) 40%, #FFd700 60%);
}
.under {
  text-decoration: underline;
}
.f11 {
  font-size: 11px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f24 {
  font-size: 24px;
}
.f28 {
  font-size: 28px;
}
.f30 {
  font-size: 30px;
}
.f32 {
  font-size: 32px;
}
.f36 {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .f28 {
    font-size: 24px;
  }
  .f32 {
    font-size: 28px;
  }
  .f36 {
    font-size: 32px;
  }
}
.bold {
  font-weight: 700;
}
.normal {
  font-weight: 400;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.mt30 {
  margin-top: 30px;
}
#container {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 0px 0 20px;
}
.textbox {
  padding: 10px 40px;
}
.textbox p {
  margin-bottom: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .textbox {
    padding: 10px 14px;
  }
  .textbox p {
    margin-bottom: 20px;
  }
}
.imgbox {
  width: 80%;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  .imgbox {
    width: 90%;
  }
}
.pointbox {
  margin: 30px 10px 15px;
  padding: 10px;
  position: relative;
}
.pointbox:after {
  width: 130%;
  height: 70px;
  background: #ffebcd;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .pointbox {
    padding-top: 2px;
  }
}
.btnbox {
  -webkit-animation: click 2s infinite alternate
    cubic-bezier(0.71, 0.32, 0, 1.19);
  animation: click 2s infinite alternate cubic-bezier(0.71, 0.32, 0, 1.19);
}
@-webkit-keyframes click {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}
@keyframes click {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}
.btnbox:after {
  content: "";
  position: absolute;
  opacity: 0;
  width: 90px;
  height: 100px;
  bottom: -20px;
  right: 70px;
  background-image: url(../images/btn--hand.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-animation: clickhand 2s infinite alternate
    cubic-bezier(0.71, 0.32, 0, 1.19);
  animation: clickhand 2s infinite alternate cubic-bezier(0.71, 0.32, 0, 1.19);
}
@-webkit-keyframes clickhand {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes clickhand {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.btnbox:last-child {
  margin-bottom: 40px;
}
.btnbox .fas {
  margin-right: 18px;
  color: #ff0;
}
@media screen and (max-width: 768px) {
  .pointbox {
    padding-top: 2px;
  }
  .btnbox .fas {
    margin-right: 8px;
  }
  .btnbox:after {
    width: 50px;
    height: 60px;
    bottom: -20px;
    right: 10px;
  }
}
.glossy-button {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid #fff;
  background-color: #aaa;
  font-size: 1.8rem;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  padding: 20px 40px;
  border-radius: 70px;
  margin: 0 auto 10px;
  -webkit-box-shadow: inset 0 -5px 20px rgba(0, 0, 0, 0.6),
    inset 0 5px 20px rgba(255, 255, 255, 0.4), -8px 8px 5px rgba(0, 0, 0, 0.15),
    10px 4px 14px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -5px 20px rgba(0, 0, 0, 0.6),
    inset 0 5px 20px rgba(255, 255, 255, 0.4), -8px 8px 5px rgba(0, 0, 0, 0.15),
    10px 4px 14px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.1s, -webkit-box-shadow 0.1s;
  transition: -webkit-transform 0.1s, -webkit-box-shadow 0.1s;
  transition: transform 0.1s, box-shadow 0.1s;
  transition: transform 0.1s, box-shadow 0.1s, -webkit-transform 0.1s,
    -webkit-box-shadow 0.1s;
}
.glossy-button:before {
  content: "";
  display: block;
  position: absolute;
  width: 77%;
  left: 50%;
  right: 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 6px;
  height: 30px;
  border-radius: 15px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0.8)),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}
@media screen and (max-width: 768px) {
  .glossy-button {
    font-size: 1.2rem;
    width: 96%;
    padding: 25px 20px;
  }
  .glossy-button:before {
    width: 80%;
    left: 50%;
    top: 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.glossy-button.glossy-button--blue {
  background-color: #19f;
}
.glossy-button.glossy-button--gold {
  background-color: #ea0;
}
.glossy-button.glossy-button--green {
  background-color: #27be27;
}
.glossy-button.glossy-button--red {
  background-color: #e21;
}
#footer {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
  background: #444;
  flex-direction: column;
  color: white;
}
#footer p {
  font-size: 0.9rem;
}
#footer a {
  color: #fff;
  text-decoration: underline;
  display: block;
  margin: 10px;
}
.listbox {
  padding: 10px;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .listbox {
    width: 100%;
  }
}
.listbox ul {
  border: 1px solid #2e2921;
  background-color: #fff5e6;
  padding: 20px;
}
.listbox ul li {
  margin-bottom: 10px;
  font-weight: bold;
}
.listbox ul li:last-child {
  margin-bottom: 0;
}
