@charset "utf-8";
/* CSS Document */

#nav-area {
	margin-bottom: 5rem;
    z-index: 3;
}

#nav {
  list-style: none;
  display: flex;
}
 
#nav li {
  width: 25%;
  text-align: center;
  background-color: #333;
  height: 50px;
  line-height: 50px;
  margin-right: 2px;
	z-index: 100;
}
 
#nav li a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  padding: 20px;
}

#nav li a.arrow {
	position: relative;
}

.triangle{
	position:absolute;
	top: 31px;
	margin-left: .3em;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top: 4px solid #eee;
}

.c-lineups__main-name {
	display: block;
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 133.33333%;
    font-weight: 700;
}

.c-lineups__p-code {
	display: block;
    font-size: 0.75rem;
    letter-spacing: 0;
    line-height: 133.33333%;
}

.c-lineups__p-price {
	display: block;
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 133.33333%;
	font-weight: 700;
    margin-bottom: 1rem;
	color: #E12F0D;
}

.c-lineups__button {
	width:60% !important;
}

@media screen and (max-width: 71.1875em){
	#nav {
		flex-wrap: wrap;
	}
	
	#nav li {
		width: 100%;
	}
	
	.c-lineups__main-name {
    font-size: 1rem;
	}
	
	.c-lineups__p-code {
	font-size: 0.75rem;
	}
	
	.c-lineups__p-price {
	font-size: 1rem;
    margin-bottom: 1rem;
	}
}