@charset "utf-8";
/* guide */
body {
  padding-top: 0;
}
#content-header {
  width: 100%;
  /*margin-bottom: 2em;*/
  position: relative;
}
#content-header .bg {
  width: 100%;
  max-width: 1400px !important;
  margin: 0 auto;
  height: 0;
  padding-top: 53.57%;/* 68.2%; */
  background: url(./head.png) 0 0 no-repeat;
  background-size: cover;
}
#content-header .content-header-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 736px) {
  #content-header {
    width: 100%;
    /*margin-bottom: 76px;*/
    position: relative;
  }
  #content-header .bg {
    width: 100%;
    height: 0;
    padding-top: 75%;/* 66.9 */
    background: url(./head.png) 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(./head.png) 0 0 no-repeat;
    background-size: cover;
  }
 /* body.guide > #wrapper > #content-header > .content-header-box > h1 {
    width: 165px;
  }*/
}
@media screen and (min-width: 1px) {
  #content-header {
    width: 100%;
    /*margin-bottom: 76px;*/
    position: relative;
  }
  #content-header .bg {
    width: 100%;
    height: 0;
    padding-top: 750px;
    background: url(./head.png) 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(./head.png) center center no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 999px) {
	#content-header .bg {
		padding-top: 75vw;
	}
}

/* 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;
  }
}
