@charset "utf-8";

  
body #mainContent .sTitle {
  font-size:23px;
}
body #mainContent .user {
  color: #4e6a89;
  font-weight:bold;
}

.main-vis {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  
}
.main-vis::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
}
.clmBlock {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: flex-start;
}
.clmBlock-ph {
  min-width: 280px;
}
.clmBlock-text {
  
}

.text {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.5;
}
.image{
  margin-top:20px;
}
@media only screen and (max-width: 640px) {
  .clmBlock {
    display: inline-block;
  }
  .clmBlock-ph {
    margin-bottom: 20px;
  }
  .caption {
    text-align: center!important;
  }
  .ph {
    max-width: 260px;
    margin: 10px auto;
  }
  .clmBlock-text {
    max-width: 100%;
  }
}

/* section-01 */
.section-01 {
  margin-bottom: 30px;
}

.block{
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {

}




/*sttl*/
.sttl {
  padding: 10px;
  background-color: #ccc;
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: normal;
}
@media only screen and (max-width:640px) {
  .sttl  {
    font-size: 15px;
  }
}