/******************************/
/* TOP INFO BAR - 2 LINE */
/******************************/
.top-info-bar{
  width:100%;
  background:#efefef;
  color:#111;
  text-align:center;
  padding:12px 0;
  border-bottom:1px solid #ddd;
}

.top-info-bar{
  width:100%;
  background:#e9ebe7;
  color:#111;
  text-align:center;
  padding:12px 0;
  border-bottom:1px solid #dcded9;
}


.top-info-inner{
  line-height:1.5;
}

.top-info-bar .line1{
  font-size:13px;
  font-weight:600;
  letter-spacing:.1em;
}

.top-info-bar .line2{
  font-size:12px;
  letter-spacing:.08em;
  color:#555;
}

.top-info-bar .line1{
  font-weight:700;
}

/* top-info-bar の下に余白 */
.top-info-bar{
  margin-bottom: 16px;
}

@media screen and (max-width: 767px){
  .top-info-bar{
    margin-bottom: 12px;
  }
}
