@charset "UTF-8";
/*
*******************************************************************************************************
# index - /common.scss
  ・index
*******************************************************************************************************
*/
body {
  min-height: 3080px;
}

.title {
  height: 850px;
  background: url(../../img/spec/bg_ttl.jpg) no-repeat center top;
}
.title img {
  margin: 170px auto 0;
}

.contents-background {
  top: 528px;
}
.contents-background p {
  width: 100%;
}
.contents-background p.bg01 {
  height: 796px;
  background: url(../../img/spec/bg_contents01.png) no-repeat center top;
}
.contents-background p.bg02 {
  height: 709px;
  background: url(../../img/spec/bg_contents02.png) no-repeat center top;
}
.contents-background p.bg03 {
  height: 947px;
  background: url(../../img/spec/bg_contents03.png) no-repeat center top;
}

/* コンテンツ */
.contents {
  position: relative;
  width: 1000px;
  height: 2980px;
  margin: 0 auto;
}
.contents .title {
  position: absolute;
  top: 170px;
  left: 0;
}
.contents .contents-main {
  position: absolute;
  top: 624px;
  left: 0;
  margin-top: 400px;
}
.contents .area01 {
  float: left;
  width: 500px;
}
.contents .area02 {
  float: right;
  width: 500px;
}
.contents .area03 {
  clear: both;
  padding-top: 168px;
}

.cfx {
  *zoom: 1;
}
.cfx:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
