@charset "UTF-8";
div#content #kv-block div.text span.main {
  float: none;
}
div#content #kv-block {
	margin-top: -95px!important;
}
div#content div.link-block div a span.text {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  color: #fff;
  font-family: 'Uniqlo', Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  vertical-align: bottom;
  font-size: 2.5em;
  letter-spacing: 0.05em;
}
div#content div.link-block div a span.text span {
  padding: 3px 0 0 49px;
  background: url(../../common/img/icn_arrow_02.png) no-repeat left 50%;
}

div#content #normal7 div.banner-block span.text {
  position: absolute;
  left: 0;
  top: 50%;
  padding: 31px 0 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
div#content #normal7 div.banner-block span.text span.title {
  display: block;
  text-align: center;
  font-size: 2.375em;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-family: 'Uniqlo', Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
div#content #normal7 div.banner-block span.text span.subtitle {
  display: block;
  margin: 5px 0 0;
  text-align: center;
  font-size: 1.30769em;
  color: #FFF;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

div#content #normal7 div.banner-block span.link {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 10px 16px;
  background-color: #000;
  color: #FFF;
  font-size: 1.07692em;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
div#content #normal7 div.banner-block span.link span {
    padding: 0 0 0 20px;
    background: url(../../common/img/icn_arrow_03.png) no-repeat left 50%;
}

