/*--------------------------------
　top
---------------------------------*/
#header {
  background: url("../img/concept_bg_top.jpg") no-repeat center 100px;
  margin-bottom: 80px;
}
#header .inner {
  max-width: 1000px;
  padding-bottom: 50px;
  height: 850px;
}
#header h1 {
  padding: 270px 0 0;
  font-weight: bold;
  font-size: 250%;
  letter-spacing: 3px;
}
#header h1 span {
  font-weight: bold;
  font-size: 50%;
  display: block;
  letter-spacing: 5px;
  line-height: 1.3;
}
#header .leadtxt {
  margin: 150px 0 30px;
  font-size: 180%;
  text-align: left;
  letter-spacing: 2px;
}
section .inner {
  max-width: 1000px;
}
.leadtxt {
  font-size: 180%;
  text-align: center;
  letter-spacing: 2px;
}
#concept {
  background: url("../img/concept_bg_btm.jpg") no-repeat center bottom;
  padding-bottom: 450px;
}
#concept .main {
  text-align: center;
  padding-bottom: 80px;
}
#concept .main h2 + p img {
  margin: 50px auto;
  display: block;
}
#concept .main h3 {
  font-size: 220%;
  color: #999;
  line-height: 1.5;
}
#concept .main h3 + p {
  font-size: 120%;
  margin: 30px 0 50px;
}
#concept .main .btnBox a {
  width: 300px;
  height: auto;
  text-align: left;
  padding: 15px 20px;
  font-size: 100%;
}
#concept .main .btnBox a:after {
  right: -260px;
}
#concept .main .btnBox + p {
  text-align: right;
}
#concept .uservoice {
  text-align: center;
  background: #fcfce9;
  padding: 80px 0;
}
#concept .uservoice h2 {
  font-size: 140%;
  padding: 0 0 30px;
}
#concept .uservoice h2 span {
  font-size: 150%;
}
#concept .uservoice h2 strong {
  color: #ff9c00;
  font-size: 150%;
}
#concept .uservoice ul {
  overflow: hidden;
  width: 750px;
  margin: 0 auto 40px;
}
#concept .uservoice ul li {
  float: left;
}
#concept .uservoice ul li:last-child {
  float: right;
}
/*media Queries 767
----------------------------------------------------*/
@media screen and (max-width: 1080px) {
  #header {
    background: #e3ebee url("../img/concept_bg_top.jpg") no-repeat 60% 60px;
    margin-bottom: 10%;
    background-size: 150%;
    height: auto;
    padding: 0 0;
  }
  #header .inner {
    max-width: 100%;
    padding-bottom: 5%;
    height: auto;
  }
  #header h1 {
    padding: 40% 0 0;
    font-weight: bold;
    font-size: 190%;
    letter-spacing: 1px;
  }
  #header h1 span {
    font-weight: bold;
    font-size: 50%;
    display: block;
    letter-spacing: 1px;
    line-height: 1.3;
  }
  #header .leadtxt {
    margin: 10% 0 5%;
    font-size: 180%;
    text-align: left;
    letter-spacing: 0px;
  }
  section .inner {
    max-width: 100%;
    padding: 0 5%;
  }
  .leadtxt {
    font-size: 150%;
    text-align: left;
    letter-spacing: 2px;
  }
  #concept {
    background: url("../img/concept_bg_btm.jpg") no-repeat center bottom;
    background-size: contain;
    padding-bottom: 150px;
  }
  #concept .main {
    text-align: left;
    padding-bottom: 10%;
  }
  #concept .main h2 + p img {
    width: 90%;
    margin: 5% 5%;
    display: block;
  }
  #concept .main h3 {
    font-size: 200%;
    color: #999;
    line-height: 1.5;
  }
  #concept .main h3 + p {
    font-size: 120%;
    margin: 3% 0 5%;
  }
  #concept .main .btnBox a {
    width: 90%;
    height: auto;
    text-align: left;
    padding: 5% 5%;
    font-size: 100%;
    margin: 0 auto 5%;
    display: block;
  }
  #concept .main .btnBox a:after {
    right: -260px;
  }
  #concept .main .btnBox + p {
    text-align: right;
  }
  #concept .uservoice {
    text-align: left;
    background: #fcfce9;
    padding: 10% 0;
  }
  #concept .uservoice h2 {
    font-size: 120%;
    padding: 0 0 5%;
    text-align: center;
  }
  #concept .uservoice h2 span {
    font-size: 150%;
    line-height: 1.5;
  }
  #concept .uservoice h2 strong {
    color: #ff9c00;
    font-size: 150%;
  }
  #concept .uservoice ul {
    overflow: hidden;
    width: 100%;
    margin: 0 auto 10%;
  }
  #concept .uservoice ul li {
    float: none;
    width: 100%;
    padding: 0 10% 5%;
  }
  #concept .uservoice ul li img {
    margin: 0 auto;
    padding: 0;
		text-align: center;
		display: block;
		
  }
  #concept .uservoice ul li:last-child {
    float: none;
  }
}
/*media Queries 1080
----------------------------------------------------*/
@media screen and (max-width: 767px) {
	
}