@charset 'utf-8';

.slider {
  margin: 0 auto;
  max-width: 980px;
}
.bxslider {
  list-style: none;
}
.bxslider li {
  position: relative;
  height: 100%;
}

.bx-wrapper {
	position: relative;
}
.bx-wrapper .bx-viewport {
  background: none;
  box-shadow: none;
  border: none;
  left: 0;
}
.bx-wrapper .bx-controls-direction a {
  background-size: 100%;
  height: 56px;
  width: 33px;
  margin-top: -35px;
  margin-top: -6.5%;
  width: 3.3%;
  height: 13%;
}
.bx-wrapper .bx-controls-direction a:hover {
  opacity: 0.8;
  background-position: 0 0;
}
.bx-wrapper .bx-prev {
  background: url(../images/icon/icon_prev.png) no-repeat 0 0;
  left: 0;
	z-index: 0 !important;
}
.bx-wrapper .bx-next {
  background: url(../images/icon/icon_next.png) no-repeat 0 0;
  right: 0;
	z-index: 0 !important;
}
/*.bx-wrapper .liquidImg {
  display: none;
}*/
.slide-outer {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.slide-inner {
  position: relative;
  width: 100%;
}
.slide-inner img {
  display: inline;
}
.slide-inner input:focus {
  outline: none;
}
.bg-result {
  /*background: url(../images/slide/slide2.png);*/
}
.bg-challenge {
  /*background: url(../images/slide/slide4.png);*/
}
.slide-inner .co2 {
  position: absolute;
  top: 65px;
  top: 14.5%;
  left: 290px;
  left: 29%;
  text-align: right;
  width: 105px;
  width: 10.5%;
  height: 9%;
}
.slide-inner .co2 img {
  display: inline-block;
  padding: 0 0.5%;
  height: 40px;
  height: 100%;
}
.slide-inner .sugi {
  position: absolute;
  top: 121px;
  top: 27%;
  left: 343px;
  left: 34.3%;
  text-align: right;
  width: 150px;
  width: 15%;
  height: 9%;
}
.slide-inner .sugi img {
  display: inline-block;
  padding: 0 1px;
  padding: 0 0.5%;
  height: 40px;
  height: 100%;
}
.slide-inner .sugi2 {
  position: absolute;
  top: 130px;
  top: 29%;
  right: 165px;
  right: 16.5%;
  text-align: right;
  width: 170px;
  width: 18%;
  height: 10%;
}
.slide-inner .sugi2 img {
  display: inline-block;
  padding: 0 1px;
  padding: 0 0.5%;
  height: 45px;
  height: 100%;
}
.slide-inner .dtpc {
  border-radius: 5px;
  background: #ffc0c0;
  border: none;
  color: #7BAE00;
  font-size: 40px;
  font-size: 3vw;
  font-weight: bold;
  position: absolute;
  left: 117px;
  left: 12.5%;
  bottom: 115px;
  bottom: 27%;
  height: 55px;
  height: 11%;
  width: 100px;
  width: 9%;
  text-align: center;
}
.slide-inner .dtpc:focus {
  background: none;
}
.slide-inner .ntpc {
  border-radius: 5px;
  background: #ffc0c0;
  border: none;
  color: #7BAE00;
  font-size: 40px;
  font-size: 3vw;
  font-weight: bold;
  position: absolute;
  left: 286px;
  left: 29.7%;
  bottom: 115px;
  bottom: 27%;
  height: 55px;
  height: 11%;
  width: 100px;
  width: 9%;
  text-align: center;
}
.slide-inner .ntpc:focus {
  background: none;
}
.slide-inner .ans {
  position: absolute;
  right: 151px;
  right: 15.1%;
  bottom: 147px;
  bottom: 33%;
  text-align: right;
  width: 160px;
  width: 17%;
  height: 13%;
}
.slide-inner .ans img {
  display: inline-block;
  padding: 0 1px;
  padding: 0 0.5%;
  height: 100%;
}
.treeBlock {
  position: absolute;
  bottom: 12%;
  right: 4%;
  height: 42%;
  width: 37%;
}

.treeBlock ul {
  list-style: none;
  *zoom: 1;
}
.treeBlock ul:after {
  content: "";
  display: block;
  clear: both;
}
.treeBlock li {
  float: left;
  position: relative;
  overflow: hidden;
}
/*.treeBlock li:after {
  position: absolute;
  top: 100%;
  transition: all .5s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.treeBlock li.nyoki:after {
  top: 0;
}*/

.treeBlock li span {
  position: absolute;
  top: 100%;
  transition: all .5s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.treeBlock li.nyoki span {
  top: 0;
}

.treeBlock_big {
  margin: 0 auto;
  width: 310px;
  width: 86%;
  height: 64%;
}
.treeBlock_big li {
  width: 62px;
  width: 20%;
  height: 121px;
  height: 100%;
}
/*.treeBlock_big li:after {
  content: ' ';
  background: url('../images/icon/icon_tree_l.png') no-repeat center bottom;
  display: block;
  width: 62px;
  height: 121px;
}*/

.treeBlock_big li span {
  background: url('../images/icon/icon_tree_l.png') no-repeat center bottom;
  background-size: 100%;
  display: block;
  width: 62px;
  width: 100%;
  height: 121px;
  height: 100%;
}

.treeBlock_small {
  height: 36%;
  width: 100%;
}

.treeBlock_small li {
  width: 40px;
  width: 11%;
  height: 66px;
  height: 100%;
}
/*.treeBlock_small li:after {
  content: ' ';
  background: url('../images/icon/icon_tree_s.png') no-repeat center bottom;
  display: block;
  width: 40px;
  height: 66px;
}*/

.treeBlock_small li span {
  background: url('../images/icon/icon_tree_s.png') no-repeat center bottom;
  background-size: 100%;
  display: block;
  width: 40px;
  height: 66px;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 980px) {
  .slide-inner .dtpc {
    font-size: 40px;
  }
  .slide-inner .ntpc {
    font-size: 40px;
  }
}