@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;
  }
}

.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;
  }
}