@charset "utf-8";
@media only screen and (max-width:640px) {
  .pc-img{
    display: none;
  }
}
@media only screen and (min-width:640px) {
  .sp-img{
    display: none;
  }
}

#mainContent br {
  display: inline;
}

.mainVis {
  margin-bottom: 40px;
}

.main-vis {
  position: relative;
}

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

.sttlA {
  font-size: 18px;
  margin-bottom: 10px;
}
.b-ttl{
  font-size:14px;
  font-weight:bold;
  margin-bottom:10px;
}
.b-ttl.color{
  color:#6e7d90;
}

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

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

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

.image {
  margin-bottom: 40px;
}

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

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

.flex__cup {
  font-size: 12px;
  margin-top: 3px;
}

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