@charset "shift_jis";
/* CSS Document */
@import "reset.css";
@import "base_min.css";
/*******************
 LP style
********************/
.hover *{
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.hover *:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
img {
  vertical-align: bottom;
}
html {
  background: #43aaf7 url(../img/bg.jpg) no-repeat top center;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  min-width: 980px;
}
.inner > *{
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
/*------------------------------------------*/
#fv {
  position: relative;
  width: 100%;
  min-width: 980px;
  text-align: center;
  height: 860px;
  overflow: hidden;
}
#fv h1 {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -550px;
  width:1100px;
}

/*-----------------------*/
.kodawari {
  position: relative;
}
.kodawari .kodawari-btn{
  position: absolute;
  bottom: 40px;
  left: 174px;
  width: 640px;
  height: 113px;
}
/*--------------------*/
.voice04 {
  margin-bottom: -50px;
}
.noni08 {
  position: relative;
  width: 100%;
  text-align: center;
  min-width: 980px;
  height: 644px;
  overflow: hidden;
}
.noni08 span {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  margin-left: -550px;
}
.noni09 {
  position: relative;
  width: 100%;
  text-align: center;
  min-width: 980px;
  height: 496px;
  overflow: hidden;
}
.noni09 span {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  margin-left: -550px;
}
.noni10 {
  position: relative;
  width: 100%;
  text-align: center;
  min-width: 980px;
  height: 600px;
  overflow: hidden;
}
.noni10 span {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  margin-left: -600px;
}
.noni19 {
  background: url(../img/noni_19.png) no-repeat top center;
  width: 980px;
  height: 528px;
  padding-top: 10px;
  box-sizing: border-box;
  margin-bottom: -40px;
}
.user-voice {
  width: 638px;
  height: 450px;
  border: 1px solid #a0a0a0;
  background-color: #fff;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 15px;
}
.user-voice dl {
  overflow-y: scroll;
  height: 420px;
}
.user-voice dt {
  padding: 15px 15px 0 15px;
  font-size: 18px;
  font-weight: bolder;
  color: #6666cc;
  margin-right: 10px;
}
.user-voice dd {
  padding: 0 15px 15px;
  border-bottom: 1px solid #aaaaaa;
  margin-right: 10px;
}
.user-name {
  text-align: right;
  font-size: 14px;
}
.user-star {
  font-size: inherit;
  letter-spacing: -.15em;
  color: #ffae00;
}
/*-------------------*/
.cv {
  position: relative;
}
.cv-btn {
  position: absolute;
  bottom: 15px;
  left: 92px;
}
.cv-last {
  margin-top: -80px;
  /*margin-bottom: 50px;*/
}
.cv-set .cv-btn {
	bottom: 78px;
}
/*---------------------*/
footer .footer-link {
  background-color: rgba(67,73,25,.8);
  padding: 15px 0;
  text-align: center;
}
footer li {
  color: #fff;
  display: inline-block;
}
footer li:after {
  content: "|";
  padding-left: .5em;
}
footer li:last-child:after {
  content: "";
  padding-left: 0;
}
footer a {
  color: inherit;
}
footer .copy {
  text-align: center;
  line-height: 3em;
  font-size: .8em;
  color: #666;
  background-color: rgba(255,255,255,.9);
}