@charset "UTF-8";

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

content

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

/**
.tabArea  **/
.tabArea .tab {
	overflow: hidden;
	padding-top: 20px;
}

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

.tabArea .tab li.select {
	color: #FFF;
	background: #d90b0b;
}

.tabArea  article {
	border-top: solid 5px #d90b0b;
	border-right: solid 1px #d90b0b;
	border-bottom: solid 1px #d90b0b;
	border-left: solid 1px #d90b0b;
}

.hide {
	display: none;
}

.tabArea  article ul li {
	position: relative;
}







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

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

content

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

#content .mainArea article .main_img {
    background-image: url(../images/main.png);
}

.catchcopy {
    padding: 30px 5% 0 5%;
}

.combi {
    margin: 20px 0;
}



/**
tabArea***/
.tabArea {
    margin: 0 5% 40px 5%;
}

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

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

.tabArea article .scroll {
	height: 500px;
	overflow-y: scroll;
}

/**
施工実績リスト **/
.tabArea article {
}

.tabArea article ul {
	display: block;
	margin: 0 5% 20px 5%;
    font-size: 1rem;
    font-weight: 400;
}

.tabArea article ul:first-of-type li:first-of-type {
	border: none;
}

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

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

.tabArea article ul li:nth-of-type(2)::before,
.tabArea article ul li:nth-of-type(2)::after,
.tabArea article ul li:nth-of-type(3)::before,
.tabArea article ul li:nth-of-type(3)::after,
.tabArea article ul li:nth-of-type(4)::before,
.tabArea 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;
}

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





}






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

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

content

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

.catchcopy {
    text-align: center;
    font-size: 1.4rem;
    line-height: 3rem;
    margin-top: 80px;
}

.combi {
    margin: 80px 0;
}



/**
tabArea***/
.tabArea {
    margin-bottom: 60px;
}

.tabArea .tab li {
	padding: 10px 60px;
}

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

.tabArea article .scroll {
	height: 800px;
	overflow-y: scroll;
}

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

.tabArea article ul li {
	 float: left;
	 padding: 20px 0px 20px 25px;
}

.tabArea article ul li:nth-of-type(1) {
	width: 50%;
}

.tabArea article ul li:nth-of-type(2) {
	width: 28%;
}

.tabArea article ul li:nth-of-type(3) {
	width: 22%;
}




}






