@charset "utf-8";

.fadeInUp {
  opacity: 0;
  transform: translate(0, 50px);
  -webkit-transform: translate(0, 50px);
  transition: 1.8s;
}

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

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,
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: inherit;
  vertical-align: baseline;
  text-decoration: none
}

blockquote,
ol,
q,
ul {
  margin: 0 auto;
  text-align: left
}

blockquote,
em,
i,
q {
  font-style: italic
}

.wrap h1,
b,
strong {
  font-weight: 700
}

.wrap form.login_form input,
body {
  font-family: Helvetica Neue, Arial, sans-serif
}

body {
  line-height: 1;
  background-color: #fff;
  color: #1b1f23
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  width: 500px;
  position: relative
}

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

button,
input {
  border-radius: 0
}

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

del {
  text-decoration: line-through
}

ol,
ul {
  width: 600px
}

ol li {
  list-style-type: decimal
}

ul li {
  list-style: disc
}

a {
  color: inherit;
  text-decoration: underline
}

body,
html {
  min-height: 100%
}

.wrapper {
  width: 868px;
  margin: 0 auto;
}

.wrapper img {
  width: 100%;
}

.logo {
  width: 60%;
  margin: 200px auto 177px;
}

h2,
p {
  margin-bottom: 60px;
}

h1 {
  margin-bottom: 90px;
}

ul li {
  list-style: none;
  width: 46%;
  float: left;
  display: inline-block;
  margin-bottom: 60px;
}

ul li:nth-child(odd) {
  margin-right: 4%;
}

ul li:nth-child(even) {
  margin-left: 4%;
}

ol,
ul {
  width: 100%;
  margin-bottom: 50px;
}

.youtube-box {
  margin-bottom: 110px;
  clear: both;
  padding-top: 60px;
}

.youtube-box2 {
  margin-bottom: 55px;
  clear: both;
  padding-top: 60px;
}

.footer-bnr-box {
  margin-bottom: 110px;
}

.copyright {
  width: 60%;
  margin: 0 auto 156px;
}

.bnr-box li a {
  display: block;
  height: 73px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 1024px) {

  /* 1024pxまでの幅の場合に適応される */
  .wrapper {
    width: 85%;
  }

  h1 {
    margin-bottom: 55px;
  }

  ul li:nth-child(odd) {
    margin-right: 2%;
  }

  ul li {
    width: 48%;
    margin-bottom: 50px;
  }

  ul li:nth-child(even) {
    margin-left: 2%;
  }

  .youtube-box {
    margin-bottom: 50px;
  }

  .youtube-box2 {
    margin-bottom: 25px;
  }

  .footer-bnr-box {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  /* 768pxまでの幅の場合に適応される */
}

@media screen and (max-width: 736px) {
  /* 1024pxまでの幅の場合に適応される */
}

@media screen and (max-width: 480px) {

  /* 480pxまでの幅の場合に適応される */
  .youtube iframe {
    position: relative;
  }

  .logo {
    width: 60%;
    margin: 80px auto 80px;
  }

  h2 {
    margin-bottom: 1.3em;
  }

  p {
    margin-bottom: 2.3em;
  }

  ul li {
    width: 73%;
    float: none;
    margin: 0 auto 1em;
    display: block;
    margin-bottom: 20px;
  }

  ul li:nth-child(odd) {
    margin-right: auto;
  }

  ul li:nth-child(even) {
    margin-left: auto;
  }

  ol,
  ul {
    margin-bottom: 45px;
  }

  .youtube-box {
    margin-bottom: 0px;
    padding-top: 0;
  }

  .youtube-box2 {
    margin-bottom: 25px;
    padding-top: 0;
  }

  .footer-bnr-box {
    margin-bottom: 30px;
  }

  .copyright {
    margin: 0 auto 45px;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}