@charset "utf-8";


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

.b-ttl{
  font-size:14px;
  font-weight:bold;
  margin-bottom:20px;
}

/*clmBlock*/
.clmBlock{
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: center; /* Safari */
  justify-content: center;
}
.clmBlock.change{
  -webkit-flex-direction: row-reverse; /* Safari */
  flex-direction: row-reverse;
}
.clmBlock .clmBlock-text {
  width: 50%;
}
.clmBlock .clmBlock-ph {
  width: 47%; 
  margin-left:3%;
}
@media only screen and (max-width:640px) {
  .clmBlock{
    display: block;
  }
  .clmBlock .clmBlock-text  {
    width: 100%;
  }
  .clmBlock .clmBlock-ph {
    width: 100%;
    margin-left:0;
    margin-top: 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;
  }
}

.bukkenOutline table{
  width: 100%;
  background: #f0f2f3;
  margin-top: 20px;
  font-size: 13px;
}
.bukkenOutline table th,
.bukkenOutline table td{
  background: #fff;
  padding:5px 10px;
  box-sizing: border-box;
  /*text-align: center;*/
}
.bukkenOutline table th{
  background: #f9f9f9;
}
.bukkenOutline table td{
}
@media only screen and (max-width:640px) {
  .bukkenOutline table{
    font-size: 12px;
  }
}

.section-02 .clmBlock .clmBlock-ph {
  width: auto; 
  margin-left:3%;
}

