@charset "utf-8";

#mainContent br {
  display: inline;
}

.mainVis {
  margin-bottom: 40px;
}

.main-vis {
  position: relative;
}

.spOnly{
  display: none;
}

.Box.bBox {
  margin-bottom: 20px;
}

.sttlA {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 30px;
}

.main-logo {
  background: #fff;
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width:640px) {
  .sttlA {
    font-size: 16px;
  }
}

.section-01 {
  margin-bottom: 40px;
}

body #mainContent .section-03 .sTitle{
  margin-bottom: 0;
}


.image {
  margin-bottom: 40px;
}

.flex {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 30px;
  position: relative;
}

.flex__item + .flex__item {
  margin-left: 20px;
}

.flex__cap {
  text-align: right;
  font-size: 12px;
  line-height: 1.4em;
  margin-top: 5px;
}

.flex__text {
  max-width: 420px;
}

@media only screen and (max-width:640px){
  .flex{
    display: block;
    margin-bottom: 30px;
  }

  .flex__item + .flex__item {
    margin-left: 0;
    margin-top: 30px;
  }

  .flex__cap {
    font-size: 11px;
    line-height: 1.4em;
  }

  .pcOnly{
    display: none;
  }
  

  .spOnly{
    display: block;
  }
  
}


.bukkenOutline {
  width: 100%;
  margin: 0 auto 60px;
}

.bukkenOutline table {
  width: 100%;
  margin: 20px auto 0;
  font-size: 13px;
  background: #f9f9f9;
}

.bukkenOutline table th,
.bukkenOutline table td {
  padding: 5px 10px;
  box-sizing: border-box;
  background-color: #fff;
}

.bukkenOutline table th {
  background: #f9f9f9;
}


@media only screen and (max-width:640px) {
  .bukkenOutline table {
    font-size: 12px;
  }

  .bukkenOutline table td {
    word-break: break-all;
  }

}

.salespoints>li{
  margin-left: 1em;
}
.salespoints>li{
  list-style: disc outside;
  padding-left: 1em;
}