/* ==========================================================================
 Foundation
========================================================================== */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

/* ==========================================================================
 Page
========================================================================== */
/*====================
/soukin/xx/bdo
====================*/
.p-mv.o-bdo {
  padding-top: 60px;
  background: #e3e3de url(/soukin/shared/image/bdo/mv.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.o-bdoTtl01 {
  min-height: 225px;
  padding-right: 205px;
  background: url(/soukin/shared/image/common/img/img_bdo_jp.png) 99% center no-repeat;
  margin-bottom: 30px;
}

.o-bdoTtl02 {
  min-height: 225px;
  padding-right: 205px;
  background: url(/soukin/shared/image/common/img/img_bdo_en.png) 99% center no-repeat;
  margin-bottom: 30px;
}

.o-bdoTtle03 {
  min-height: 225px;
  padding-right: 205px;
  background: url(/soukin/shared/image/common/img/img_bdo_ph.png) 99% center no-repeat;
  margin-bottom: 30px;
}

.o-bdoLogo {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .p-mv.o-bdo {
    padding-top: 200px;
    background-position: right top;
  }
  .p-mv.o-bdo .p-mv_ttl {
    max-width: 320px;
    height: auto;
  }

  .o-bdoTtl01 {
    min-height: 95px;
    padding-right: 80px;
    background-position: right top;
    background-size: 76px auto;
    margin: 0 20px 15px;
  }
  .o-bdoTtl01 .p-block_txt {
    margin-right: -80px;
  }
  .o-bdoTtl02 {
    min-height: 95px;
    padding-right: 80px;
    background-position: right top;
    background-size: 76px auto;
    margin: 0 20px 15px;
  }
  .o-bdoTtl02 .p-block_txt {
    margin-right: -80px;
  }
  .o-bdoTtl03 {
    min-height: 95px;
    padding-right: 80px;
    background-position: right top;
    background-size: 76px auto;
    margin: 0 20px 15px;
  }
  .o-bdoTtl03 .p-block_txt {
    margin-right: -80px;
  }


  .p-small.o-bdoCatch {
    margin-right: -80px;
  }

  .o-bdoLogo {
    display: block;
    position: static;
    left: auto;
    top: auto;
    bottom: auto;
  }
}
@media screen and (max-width: 640px) {
  .p-mv.o-bdo {
    background-image: url(/soukin/shared/image/bdo/mv_sp.jpg);
  }
}
