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


.section-01 .clmBlock .clmBlock-ph{
  width: 28.55813953488372%;
  margin-right: 1.9069767442%;
  text-align: center;
}
.section-01 .clmBlock .clmBlock-text{
  width: 67.53488372093024%;
}
@media only screen and (max-width:640px) {
  .section-01 .clmBlock .clmBlock-ph{
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .section-01 .clmBlock .clmBlock-ph img {
    width: auto!important;
  }
  .section-01 .clmBlock .clmBlock-text{
    width: 100%;
  }
}

.section-03 .clmBlock .clmBlock-ph{
  width: 67.53488372093024%;
  margin-right: 1.9069767442%;
  text-align: center;
}
.section-03 .clmBlock .clmBlock-text{
  width: 28.55813953488372%;
}
@media only screen and (max-width:640px) {
  .section-03 .clmBlock .clmBlock-ph{
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .section-03 .clmBlock .clmBlock-ph img {
    width: auto!important;
  }
  .section-03 .clmBlock .clmBlock-text{
    width: 100%;
  }
}

.bttl{
  font-size: 14px;
  font-weight:bold;
  margin-top:30px;
}

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