﻿@charset "UTF-8";
.index_zoo {
  background: url(../img/index/index_zoo.jpg) no-repeat left top;
  float: left;
  height: 200px;
  margin-bottom: 20px;
  position: relative;
  width: 325px;
}
.index_higher {
  background: url(../img/index/index_higher.jpg) no-repeat left top;
  float: right;
  height: 200px;
  margin-bottom: 20px;
  position: relative;
  width: 325px;
}
.index_zoo_btn1,
.index_zoo_btn2,
.index_zoo_btn3,
.index_higher_btn1,
.index_higher_btn2,
.index_higher_btn3 {
  bottom: 15px;
  position: absolute;
}
.index_zoo_btn1 {
  left: 20px;
}
.index_zoo_btn2 {
  left: 120px;
}
.index_zoo_btn3 {
  left: 220px;
}
.index_higher_btn1 {
  left: 15px;
}
.index_higher_btn2 {
  left: 123px;
}
.index_higher_btn3 {
  left: 230px;
}

.index_flow {
  background: url(../img/index/index_flow_bg.jpg);
  border: 6px solid #1a4017;
  margin-bottom: 10px;
  position: relative;
  height: 110px;
  width: 663px;
}
.index_flow_copy {
  position: absolute;
  left: 20px;
  top: 5px;
}
.index_flow_photo {
  position: absolute;
  right: 0;
  top: 0;
}
.index_flow_detail_btn {
  position: absolute;
  left: 20px;
  bottom: 10px;
}
.index_flow_yoyaku_btn {
  position: absolute;
  left: 270px;
  bottom: 10px;
}
.index_flow_detail_btn:hover,
.index_flow_yoyaku_btn:hover {
  opacity: .8;
}