@charset 'utf-8';

/*-------------------------------------------------
* 
-------------------------------------------------*/
.snsContainer {
  display: flex;
  justify-content: space-between;
}

.snsContainer > div {
  width: 48%;
}

.snsBox {
  margin-bottom: 30px;
}

.snsList {
  margin: 15px 0 30px;
  display: flex;
  justify-content: space-around;
  list-style: none;
}

/* fc_consumer.css の打ち消し */
#prdctArea li a {
  background: none;
  padding-left: 0;
}

@media screen and (max-width: 640px) {
  .snsContainer {
    flex-direction: column;
  }
  .snsContainer > div {
    width: 100%;
  }
}

.aleo {
		font-family: 'Aleo', serif;
}

.nevis {
  font-family: 'nevis', sans-serif;
		font-size:26px !important;
		text-align:center;
		line-height:120%;
}


