@charset "UTF-8";

ul.silicon_fst_set{
	width: 100%;
	margin: 0 auto 60px;
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
}
ul.silicon_fst_set > li{
	margin: 0 4%;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	text-align: center;
}
ul.silicon_fst_set > li figure{
	margin: 0;
}
ul.silicon_fst_set > li figcaption{
	text-align: center;
	white-space: nowrap;
}
ul.silicon_fst_set > li:nth-child(1) {
	width: 10%;
}
ul.silicon_fst_set > li:nth-child(2) {
	width: 10%;
}



ul.silicon_sec_set{
	width: 100%;
	margin: 0 auto 60px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
}
ul.silicon_sec_set > li{
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	text-align: center;
	position: relative;
}
ul.silicon_sec_set > li figure{
	margin: 0;
}
ul.silicon_sec_set > li figcaption{
	text-align: center;
}
ul.silicon_sec_set > li:nth-child(1) {
	width: 10%;
}
ul.silicon_sec_set > li:nth-child(2) {
	width: 11%;
}
ul.silicon_sec_set > li:nth-child(3) {
	width: 12%;
}
ul.silicon_sec_set > li:nth-child(4) {
	width: 13%;
}
ul.silicon_sec_set > li:nth-child(5) {
	width: 14%;
}
ul.silicon_sec_set > li img{
	width: 100%;
	margin: 0;
	padding: 0;
}
ul.silicon_sec_set > li:nth-child(2)::before {
  position: absolute;
  content: url("../img/silicon_arrow_01.png");
  top: -24px;
  left: 50%; /* 親要素の幅の50%に配置 */
  transform: translateX(-50%); /* 自身の幅の50%分左にずらす */
  width: 60px;
  height: 29px;
  display: inline-block;
}

ul.silicon_sec_set > li:nth-child(3)::before {
  position: absolute;
  content: url("../img/silicon_arrow_01.png");
  top: -24px;
  left: 50%; /* 親要素の幅の50%に配置 */
  transform: translateX(-50%); /* 自身の幅の50%分左にずらす */
  width: 60px;
  height: 29px;
  display: inline-block;
}

.caption_center {
  text-align: center;
  margin: 0 0 24px 0;
  font-size: 20px;
}



ul.silicon_trd_set{
	width: 100%;
	margin: 0 auto 30px;
	display: flex;
	align-items: stretch;
	justify-content: space-around;
	flex-wrap: wrap;
	list-style: none;
}
ul.silicon_trd_set > li{
	width: 30%;
	margin: 0 0 20px 0;
	padding: 0;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	text-align: center;
	position: relative;
}
ul.silicon_trd_set > li:nth-child(4) {
	width: 50%;
}
ul.silicon_trd_set > li figure{
	margin: 0;
}
ul.silicon_trd_set > li figcaption{
	text-align: center;
}
ul.silicon_trd_set > li img{
	width: 60%;
	margin: 0;
	padding: 0;
}


.ib{
	display: inline-block;
}


@media all and (max-width: 600px) {

}
