@charset "utf-8";
/* guide */
body {
  padding-top: 0;
}
#content-header {
  width: 100%;
  margin-bottom: 2em;
  position: relative;
}
#content-header .bg {
  width: 100%;
  height: 0;
  padding-top: 68.2%;
  background: url(../img/guide/sp_bg_guide.jpg) 0 0 no-repeat;
  background-size: cover;
}
#content-header .content-header-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#content-header .content-header-box h1 {
  position: absolute;
  top: 61.5%;
  transform: translate(0, -38.5%);
}
@media screen and (min-width: 481px) {
  #content-header .content-header-box h1 {
    width: 480px;
    top: 61.5%;
    left: 50%;
    transform: translate(-50%, -38.5%);
  }
}
body.guide > #wrapper > #content-header > .bg {
  background: url(../img/guide/sp_bg_guide.jpg) 0 0 no-repeat;
  background-size: cover;
}
@media screen and (min-width: 736px) {
  #content-header {
    width: 100%;
    margin-bottom: 76px;
    position: relative;
  }
  #content-header .bg {
    width: 100%;
    height: 0;
    padding-top: 36.9%;
    background: url(../img/guide/tab_bg_guide.jpg) 0 0 no-repeat;
    background-size: cover;
  }
  #content-header .content-header-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  #content-header .content-header-box h1 {
    position: absolute;
    top: 50%;
    left: 18.2%;
    transform: translate(0, 0);
  }
}
@media screen and (min-width: 736px) {
  body.guide > #wrapper > #content-header > .bg {
    background: url(../img/guide/tab_bg_guide.jpg) 0 0 no-repeat;
    background-size: cover;
  }
  body.guide > #wrapper > #content-header > .content-header-box > h1 {
    width: 165px;
  }
}
@media screen and (min-width: 1000px) {
  #content-header {
    width: 100%;
    margin-bottom: 76px;
    position: relative;
  }
  #content-header .bg {
    width: 100%;
    height: 0;
    padding-top: 369px;
    background: url(../img/guide/bg_guide.jpg) center center no-repeat;
    background-size: cover;
  }
  #content-header .view-width {
    width: 1000px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 1000px) {
  body.guide > #wrapper > #content-header > .bg,
  body.guide-discount > #wrapper > #content-header > .bg {
    background: url(../img/guide/bg_guide.jpg) center center no-repeat;
    background-size: cover;
  }
}
#guide-top {
  width: 100%;
  margin: 0 auto;
  color: #4c4948;
}
#guide-top .top-ind ul.guide-list {
  line-height: 2.0;
  margin: 0 auto 3.5em;
}
#guide-top .top-ind ul.guide-list li {
  background: url(../img/item/ico_arrow_r.png) left center no-repeat;
  background-size: 1em auto;
  padding-left: 1em;
}
#guide-top .top-ind ul.guide-list li a {
  color: #4c4948;
  transition: color 0.3s ease-in-out;
}
#guide-top .top-ind ul.guide-list li a:hover {
  text-decoration: none;
  color: #2fadb0;
}
@media screen and (max-width: 735px) {
  #guide-top h2 {
    max-width: 480px;
    margin: 0 auto 3em;
  }
  #guide-top .top-ind {
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }
  #guide-top .top-ind p {
    margin: 0 auto 3.5em;
    display: inlin-block;
    max-width: 480px;
  }
  #guide-top .top-ind ul.guide-list {
    width: 100%;
    max-width: 480px;
  }
}
@media screen and (min-width: 736px) {
  #guide-top {
    width: 680px;
    margin: 0 auto;
    text-align: left;
  }
  #guide-top h2 {
    width: 500px;
    margin-bottom: 20px;
  }
  #guide-top .top-ind {
    width: 100%;
    font-size: 1.8rem;
  }
  #guide-top .top-ind p {
    margin-bottom: 3em;
  }
  #guide-top .top-ind ul.guide-list {
    max-width: 440px;
    margin: 0 auto 100px;
    line-height: 2.4;
  }
}
/* common */
h2.belt {
  background: #90a5a5;
  text-align: center;
  margin-bottom: 20px;
  padding: 6px 0 3px 0;
}
@media screen and (min-width: 736px) {
  h2.belt {
    margin-bottom: 40px;
    border-radius: 4px;
  }
}
