@charset "UTF-8";

/********************

content

********************/
/**
施工実績リスト **/
#list .tab {
	overflow: hidden;
	padding-top: 20px;
}

#list .tab li {
	background: #EEE;
	float: left;
	margin-right: 2px;
	cursor: pointer;
}

#list .tab li.select {
	color: #FFF;
	background: #093e86;
}

#list .tab_content article {
	border-top: solid 5px #093e86;
	border-right: solid 1px #093e86;
	border-bottom: solid 1px #093e86;
	border-left: solid 1px #093e86;
}

.hide {
	display: none;
}

#list .tab_content article ul li {
	position: relative;
}

/**
カメラアイコン **/
.camera-solid.icon {
  color: #000;
  position: absolute;
  top: 30px;
  left: 0px;
  width: 16px;
  height: 10px;
  border-radius: 1px;
  border: solid 1px currentColor;
  background-color: currentColor;
}

.camera-solid.icon:before {
  content: '';
  position: absolute;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 4px;
  border-radius: 3px;
  color: white;
  border: solid 1px currentColor;
  background-color: currentColor;
}

.camera-solid.icon:after {
  content: '';
  position: absolute;
  right: 2px;
  top: -2px;
  width: 4px;
  height: 1px;
  border-radius: 1px 1px 0 0;
  background-color: currentColor;
}








/***********************************************************
for smartphone
************************************************************/
@media screen and (max-width:736px){

/********************

content

********************/
#pickup .wrap {
	margin-top: 40px;
}

#pickup .wrap .info_left h3,
#pickup .wrap .info_right h3 {
	margin-top: 5px;
}

#pickup .wrap .info_left ul,
#pickup .wrap .info_right ul {
	border-left: solid 3px #444444;
	margin: 10px 0 0 8px;
}


/**
施工実績リスト **/
#list .tab_content article {
	padding-top: 10px;
}

#list .tab_content article ul {
	display: block;
	margin: 0 10px 30px 10px;
}

#list .tab_content article ul:first-of-type li:first-of-type {
	border: none;
}

#list .tab_content article ul li:first-of-type {
	border-top: solid 1px #333333;
	padding-top: 30px
}

#list .tab_content article ul li:nth-of-type(2),
#list .tab_content article ul li:nth-of-type(3),
#list .tab_content article ul li:nth-of-type(4) {
	position: relative;
	padding-left: 15px;
}

#list .tab_content article ul li:nth-of-type(2)::before,
#list .tab_content article ul li:nth-of-type(2)::after,
#list .tab_content article ul li:nth-of-type(3)::before,
#list .tab_content article ul li:nth-of-type(3)::after,
#list .tab_content article ul li:nth-of-type(4)::before,
#list .tab_content article ul li:nth-of-type(4)::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #0E7AC4;
}

#list .tab_content article ul li:nth-of-type(2)::after,
#list .tab_content article ul li:nth-of-type(3)::after,
#list .tab_content article ul li:nth-of-type(4)::after {
	z-index: 1;
	margin-left: -3px;
	border-left-color: #FFF;
}

#list .tab li {
	font-size: 0.7rem;
	padding: 5px 10px;
	letter-spacing: normal !important;
}

/**
カメラアイコン **/
.camera-solid.icon {
  top: 20px;
}

}






/************************************************************
for pc  width 737px 以上はpc表示
************************************************************/
@media print, screen and (min-width:737px){

.main {
	margin-top: 90px;
}
/********************

content

********************/
#pickup {
	padding: 100px 0% !important;
}

#pickup .wrap {
	display: block;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#pickup .wrap img,
#pickup .wrap .info_right,
#pickup .wrap .info_left {
	width: 50%;
}

#pickup .info_right,
#pickup .info_left {
    display: block;
    position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
	
#pickup .info_right {
	right: 0;
}
	
#pickup div h3 {
	position: relative;
	text-align: center;
}
	
#pickup div ul {
	overflow: hidden;
	width: 440px;
	margin: 50px auto 0 auto;
}

#pickup div ul li {
	 float: left;
	 width: 220px;
	 padding: 5px;
}

#pickup div ul li.long {
	 float: left;
	 width: 440px;
	 padding: 5px;
}

/**
施工実績リスト **/
#list .tab li {
	padding: 10px 40px;
}

#list .tab_content article ul.category {
	width: 100%;
	background-color: #EEEEEE;
	margin: 0px;
	padding: 0 20px;
}

#list .tab_content article .scroll {
	height: 800px;
	overflow-y: scroll;
}

#list .tab_content article ul {
	overflow: hidden;
	border-bottom: solid 1px #DDDDDD;
	margin: 0px 20px;
}

#list .tab_content article ul li {
	 float: left;
	 padding: 20px 0px 20px 25px;
}

#list .tab_content article ul li:nth-of-type(1) {
	width: 46%;
}

#list .tab_content article ul li:nth-of-type(2) {
	width: 18%;
}

#list .tab_content article ul li:nth-of-type(3) {
	width: 20%;
}

#list .tab_content article ul li:nth-of-type(4) {
	width: 16%;
}


}


