/* birth ///////////////////////*/
.birth {
  padding: 60px 0 80px 0;
}
.birth h3 {
  font-weight: bold;
  padding-bottom: 30px;
}
.birth .sec1 .image {
  float: right;
  margin-left: 40px;
  margin-bottom: 40px;
}
.birth .sec2 {
  margin-top: 40px;
}
.birth .sec2 .image {
  float: left;
  margin-right: 40px;
}
.birth .name {
  font-weight: bold;
  padding-top: 20px;
}
@media (max-width: 800px) {
  .birth {
    padding: 40px 0 60px 0;
  }
  .birth .sec1 .image {
    margin-left: 30px;
    margin-bottom: 20px;
  }
  .birth .sec2 .image {
    margin-right: 30px;
    margin-bottom: 20px;
  }
  .birth .image img {
    width: 300px;
    margin: 0 auto;
  }
  .birth .name {
    text-align: right;
  }
}
@media (max-width: 500px) {
  .birth {
    padding: 40px 0 60px 0;
  }
  .birth .sec1 .image,
  .birth .sec2 .image {
    float: none;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
  }
  .birth .sec1 .image img,
  .birth .sec2 .image img {
    width: 100%;
  }
  .birth h3 {
    text-align: center;
    padding-bottom: 10px;
  }
}
/* point ///////////////////////*/
.point {
  padding: 60px 0 40px 0;
}
.point section {
  position: relative;
}
.point h3 {
  padding: 20px 0;
}
.point h4 {
  font-weight: bold;
  font-size: 11pt;
  padding: 20px 0;
}
.point .sec1 {
  height: 390px;
}
.point .sec1 .text {
  position: absolute;
  width: 450px;
  left: 0px;
  z-index: 10;
}
.point .sec1 .image {
  position: absolute;
  right: 0px;
}
.point .sec2 {
  height: 390px;
}
.point .sec2 .text {
  position: absolute;
  width: 450px;
  right: 0px;
  z-index: 10;
  text-align: right;
}
.point .sec2 p {
  text-align: left;
}
.point .sec2 .image {
  position: absolute;
  left: 0px;
}
.point .sec3 {
  height: 390px;
}
.point .sec3 .text {
  position: absolute;
  width: 450px;
  left: 0px;
  z-index: 10;
}
.point .sec3 .image {
  position: absolute;
  right: 0px;
}
@media (max-width: 800px) {
  .point {
    padding: 40px 0 20px 0;
  }
  .point .sec1,
  .point .sec2,
  .point .sec3 {
    height: 360px;
  }
  .point .sec1 .image img,
  .point .sec2 .image img,
  .point .sec3 .image img {
    width: 260px;
  }
  .point .sec1 .text,
  .point .sec2 .text,
  .point .sec3 .text {
    width: auto;
  }
}
@media (max-width: 500px) {
  .point {
    padding: 40px 0 20px 0;
  }
  .point .sec1,
  .point .sec2,
  .point .sec3 {
    height: auto;
  }
  .point .sec1 .image,
  .point .sec2 .image,
  .point .sec3 .image {
    position: static;
    padding: 20px 0;
  }
  .point .sec1 .text,
  .point .sec2 .text,
  .point .sec3 .text {
    position: static;
    width: auto;
    text-align: left;
  }
  .point .sec1 p,
  .point .sec2 p,
  .point .sec3 p {
    text-align: left;
  }
  .point .sec1 .image img,
  .point .sec2 .image img,
  .point .sec3 .image img {
    width: 100%;
  }
  .point h3 {
    padding: 0;
  }
  .point h4 {
    font-weight: bold;
    font-size: 10pt;
    padding: 15px 0;
  }
}
/* .product ///////////////////////*/
.product dl {
  display: table;
  width: 100%;
}
.product dd {
  display: table-cell;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  height: 300px;
  width: 50%;
}
.product .bg {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -320px;
}
.product .wrap {
  position: relative;
  text-align: center;
  z-index: 10;
}
.product .a2,
.product .a3 {
  margin: 0 auto;
}
.product .product2,
.product .product3 {
  color: #FFFFFF;
}
.product p {
  padding: 20px;
}
@media (min-width: 1280px) {
  .product .bg {
    left: 0;
    margin-left: 0px;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .product dd {
    display: table;
    width: 100%;
  }
  .product .wrap {
    display: table-cell;
    vertical-align: middle;
    height: 300px;
  }
  .product .bg {
    left: 50%;
    margin-left: -320px;
  }
}
/* kodawari ///////////////////////*/
.kodawari {
  padding: 60px 0 80px 0;
}
  .kodawari dl{
  display: table;
}
.kodawari dd {
  display: inline-block;
  width: 313px;
  text-align: center;
  vertical-align: top;
  padding: 10px 0 30px 0;
}
.kodawari h3 {
  font-weight: bold;
  font-size: 10pt;
  padding: 15px 0;
}
.kodawari .text {
  text-align: left;
}
.kodawari .wrap {
  width: 270px;
  margin: 0 auto;
}

@media (min-width: 500px) and (max-width: 960px) {
  .kodawari dd {
    width: 33%;
  }
  .kodawari .wrap {
    width: 90%;
  }
}

@media (min-width: 500px) and (max-width: 800px) {
  .kodawari {
    padding: 40px 0 60px 0;
  }
  .kodawari dd {
    display: block;
    clear: both;
    width: 100%;
  }
  .kodawari .wrap {
    width: 100%;
    text-align: left;
  }
  .kodawari .image {
    float: left;
    padding: 0 30px 10px  0;
  }
  .kodawari h3 {
    font-weight: bold;
    font-size: 12pt;
    padding: 15px 0;
  }
}
@media (max-width: 500px) {
  .kodawari {
    padding: 40px 0 20px 0;
  }
  .kodawari dl,
  .kodawari dd {
    width: 235px;
    margin: 0 auto;
  }
  .kodawari h2 p {
    padding-bottom: 10px;
    font-size: 10pt;
  }
}
/* seen ///////////////////////*/
.seen {
  padding: 60px 0 30px 0;
}
.seen section {
  position: relative;
  width: 980px;
  margin: 0 auto;
}
.seen .next {
  position: absolute;
  top: 40%;
  right: 20px;
  z-index: 100;
}
.seen .prev {
  position: absolute;
  top: 40%;
  left: 20px;
  z-index: 100;
}
@media (max-width: 980px) {
  .seen section {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .seen {
    padding: 40px 0 20px 0;
  }
  .seen .next {
    top: 30%;
    right: 5px;
  }
  .seen .prev {
    top: 30%;
    left: 5px;
  }
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #CCCCC;
  text-indent: -9999px;
  font-size: 0px;
  display: block;
  width: 9px;
  height: 9px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #333333;
}
