
/*--------------------------------------------------
Reset
--------------------------------------------------*/


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, 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: bottom;}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}body { line-height: 1; font-family: 'メイリオ', 'Meiryo', 'Noto Sans JP','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}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;}img { vertical-align: bottom; border: none;}* { box-sizing: border-box;}

main {
  display:  block;
}

a, a:visited, a:active, a:hover {
  color: #00AFEC;
}

a {
  opacity: 1;
  transition: .2s;
}
a:hover {
  opacity: 0.5;
}


/*--------------------------------------------------
utility
--------------------------------------------------*/
.is-onlyPC {
  display: inline-block;
}
.is-onlySP {
  display: none;
}

@media screen and (max-width: 640px) {
  .is-onlyPC {
    display: none;
  }
  .is-onlySP {
    display: inline-block;
  }
}


/*--------------------------------------------------
body
--------------------------------------------------*/
body {
  background: #FFF;
  font-size: 14px;
  line-height: 27px;
  color: #000;
}
.l-wrap {
  max-width: 1920px;
  min-width: 1050px;
  margin: 0 auto;

  opacity: 0;
  transition: .5s;
}
.is-loaded .l-wrap {
  opacity: 1;
}
.hash{
    color: #00AFEC;
    font-weight: bold;
}


/*--------------------------------------------------
header
--------------------------------------------------*/
header {
  background-position: center center;
  background-size: cover;
  width: 100%;
}
header h1 {
  width: 1500px;
  text-align: center;
  margin: 0 auto;
}
header img {
  margin: 0 auto;
}


/*--------------------------------------------------
main
--------------------------------------------------*/
main {
  width: 1050px;
  margin: 0 auto;
  padding: 70px 0 60px
}


/*--------------------------------------------------
h2
--------------------------------------------------*/
h2 {
  font-size: 38px;
  line-height: 45px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 56px;
  color: #00AFEC;
}
h2 em {
  color: #89b1d1;
}
h2 span {
  display: block;
}
h2 span + span {
  margin-top: 15px;
}


/*--------------------------------------------------
h3
--------------------------------------------------*/
h3 {
  color: #E2D701;
  font-weight: bold;
  margin-top: 28px;
}
li {
  padding-left: 1em;
  text-indent: -1em;
}
.sublist {
  padding-left: 1em;
}


/*--------------------------------------------------
footer
--------------------------------------------------*/
footer {
  width: 1050px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 110px;
}
.bnr {
  margin: 0 auto;
  margin-bottom: 13px;
}
.bnr a {
  display: inline-block;
}
small {
  font-size: 0;
  display: block;
  margin: 0 auto;
}


/*--------------------------------------------------
sp
--------------------------------------------------*/

@media screen and (max-width: 640px) {
  img {
    width: 100%;
    height: auto;
  }
  body {
    font-size: 14px;
    line-height: 25px;
  }
  .l-wrap {
    max-width: initial;
    min-width: initial;
    width: 100%;
  }
  header {
    background: none;
  }
  header h1 {
    width: 100%;
  }
  main {
    width: 100%;
    padding: 7% 0 14% 0;
  }
  h2 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12%;
  }
  .box {
    padding-right: 7%;
    padding-left: 7%;
  }
  h3 {
    margin-top: 7.5%;
  }
  h3:first-child {
    margin-top: 0;
  }
  .sublist {
    padding-left: 0;
  }
  footer {
    width: 100%;
    padding-bottom: 13.334%;
  }
  .bnr {
    width: 74.6666%;
  }
  small {
    width: 77.7334%;
    margin: 0 auto;
  }
}