@charset "UTF-8";


/*===============================================
wb_common
================================================= */

.wbFooterSnsWrap{
  text-align: center;
}
.pageNews .wbFooterSnsWrap{
  display: none;
}
.wbFooterTitle{
  color: #b0c4d5;
}
.wbFooterSns{
  display: flex;
  justify-content: center;
}
.wbFooterSns li{
  margin: 0 4px;
}

.wbFooterSnsWrap2{
  margin-top: 40px;
  text-align: center;
}
.pageNews .wbFooterSnsWrap2{
  display: none;
}
.wbFooterSns2{
  display: flex;
  align-items: center;
  justify-content: center;
}
.wbFooterSns2 li{
  margin: 0 4px;
  line-height: 1;
}

.wbFooterLogo{
  margin-top: 25px;
  text-align: center;
}
.pageNews .wbFooterLogo{
  margin-top: 0;
}

.wbFooterNav{
  margin-top: 25px;
  display: flex;
  justify-content: center;
}

.wbFooterNav a{
  color: #b0c4d5;
}
.wbFooterNav li{
  position: relative;
  margin: 0 10px;
  line-height: 1;
}
.wbFooterNav li:first-child::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -11px;
  width: 1px;
  margin: auto;
  background-color: #b0c4d5;
}