@charset "utf-8";


#mainContent br{
  display: inline;
}
.mainVis .Box.bBox {
  margin-bottom: 40px;
}

.clmBlock {
  display: flex;
  justify-content: space-between;
}
.clmBlock.clm2 .clm {
  width: 48%;
}
@media only screen and (max-width:640px) {
  .clmBlock {
    display: block;
  }
  .clmBlock.clm2 .clm {
    width: 100%;
    margin-bottom: 20px;
  }
}

.logoBox {
  background-color: #fff;
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
}

.imgCap {
  position: relative;
}
.imgCap .cap {
  position: absolute;
  right: 20px;
  bottom: 10px;
}
@media only screen and (max-width:640px) {
  .imgCap .cap {
    font-size: 8px;
    right: 10px;
    bottom: 2px;
  }
  .logo-renovation {
    width: 30%;
    margin: 30px auto 50px;
  }
}