@charset "UTF-8";

/* ++++++++++++++++++++++++++++++++++++++++

	/ACCESS/key/silicon/

++++++++++++++++++++++++++++++++++++++++ */

@media only screen and (min-width: 737px) {

.heading {
	margin-bottom: 35px;
}

.lineup {
	line-height: 1;
}
.lineup h3 {
	width: 112px;
	margin: auto;
	padding-bottom: 10px;
	border-bottom: solid 4px #000;
	text-align: center;
}

.lineup  .navy h3 { border-color: #294c80; }
.lineup  .yellow h3 { border-color: #fbce00; }
.lineup  .pink h3 { border-color: #f7c8d3; }
.lineup  .blue h3 { border-color: #9fd4f3; }
.lineup  .brown h3 { border-color: #88623d; }
.lineup  .white h3 { border-color: #c9caca; }


/* ----------------------------------------
	lineup01
---------------------------------------- */

#lineup01 .item_list {
	-webkit-justify-content: center;
	justify-content: center;
}
#lineup01 .item_list li+li {
	margin-left: 40px;
}


/* ----------------------------------------
	lineup02
---------------------------------------- */

#lineup02 .heading {
	margin-top: 90px;
}

#lineup02 .item_list,
#lineup02 .item_list img {
	position: relative;
}
#lineup02 .item_list ul,
#lineup02 .item_list li {
	position: absolute;
}
#lineup02 .item_list ul {
	top: 0;
	width: 100%;
	height: 100%;
}

#lineup02 .item_list .blue,
#lineup02 .item_list .brown {
	top: 311px;
}
#lineup02 .item_list .blue,
#lineup02 .item_list .black {
	left: 205px;
}

#lineup02 .item_list .pink,
#lineup02 .item_list .white {
	left: 424px;
}
#lineup02 .item_list .pink {
	top: 443px;
}

#lineup02 .item_list .brown,
#lineup02 .item_list .yellow {
	right: 197px;
}

#lineup02 .item_list .black,
#lineup02 .item_list .yellow {
	bottom: 227px;
}

#lineup02 .item_list .white {
	bottom: 96px;
}

}