.bnbs_contents{
  overflow-x: hidden;
}

.bnbs_contents img{
  max-width: 100%;
  height: auto;
}

.bnbs_logo{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

.bnbs_logo a{
  width: 130px;
  background: #000;
  color: #fff !important;
  text-align: center;
  border-radius: 5px !important;
  display: block;
  padding: 10px;
}

.main{
  background-image: url(../img/main_sp.jpg);
  padding-top: 85.4%;
  -webkit-background-size: cover;
  background-size: cover;
  margin-bottom: 44px;
}

.conceptTtl{
  font-size: 17px;
  line-height: 1.78;
  letter-spacing: .1em;
  margin-bottom: 36px;
  padding: 0 14px;
}

.conceptTtl + .lead{
  letter-spacing: .2em;
  line-height: 2.33;
  padding: 0 14px;
  margin-bottom: 40px;
}

.lead{
  font-size: 14px;
  line-height: 2;
  letter-spacing: .3em;
}

.flexBox{
  padding-right: 60px;
}

.flexBox_re{
  padding-left: 60px;
  padding-right: 0;
}

.flexBox + .flexBox{
  margin-top: 44px;
}

.flexBox > *:first-child{
  margin-bottom: 30px;
}

.flexBox > *:first-child + *{
  padding-left: 16px;
}

.flexBox_re > *:first-child + *{
  padding-right: 16px;
  padding-left: 0;
}

.flexBox h3{
  font-size: 18px;
  letter-spacing: .3em;
  line-height: 1.33;
  margin-bottom: 20px;
}

.flexBox h3 div{
  width: 48px;
  margin-bottom: 16px;
}

.flexBox a{
  margin-top: 24px;
}





.btn{
    font-size: 12px;
    padding: 24px 0;
    width: calc(100% - 40px);
    margin-bottom: 34px;
}

.btn span{
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    vertical-align: -4px;
    margin-right: 10px;
    background-repeat: no-repeat;
}

.btn span::before{
    display: none;
}

.bottomBtn{
  margin-left: 20px !important;
}

.bnbs_ranking{
  margin-top: 56px;
}

.concept_ranking_ttl{
  margin-bottom: 30px;
}

.concept_ranking_ttl img{
  width: 147px;
  padding: 0 26px;
}

.bnbs_ranking_box a{
  font-size: 12px;
}