@charset "utf-8";

/* CSS Document */

.wk-subtit {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.8em;
	text-align: center;
    position: relative;
    padding: 20px 0 10px;
    border-bottom: 3px solid #036;
    width: 14em;
    margin: 50px auto 0;
}

.wk-subtit:before {
    position: absolute;
    left: 45%;
    bottom: -40px;
    content: '';
    border-width: 20px;
    border-style: solid;
    border-color: #036 transparent transparent transparent;
}

.wk-subtit:after {
    position: absolute;
    left: 45%;
    bottom: -36px;
    content: '';
    border-width: 20px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
}

.wk-subtit span {
	font-size: 16px;
	font-weight: normal;
	margin-left: 1.5em;
}

#works {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	margin: 30px auto 20px;
	width: 96%;
}
 
.tab_class {
	color: #FFF;
	width: 23%;
	height: 50px;
	background-color: #2C5FA1;
	line-height: 50px;
	font-size: 15px;
	text-align: center;
	margin: 1%;
	display: block;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	order: -1;
}
 
input[name="tab_name"] {
  display: none;
}
 
input:checked + .tab_class {
  background-color: rgba(44,95,161,.6);
  color: #ffffff;
}
 
.content_class {
  display: none;
  width: 100%;
}
 
input:checked + .tab_class + .content_class {
  display: block;
  margin: 30px 0 0;
}

.wk-tit {
	font-size: 20px;
	text-align: center;
	margin: 1em auto 0;
	width: 96%;
}

#wk-content {
	margin: 0 auto;
	width: 96%;
}
#wk-content thead {
	display: none;
}

#wk-content tbody th {
	display: block;
	text-align: center;
	margin: 1em 0 2em;
	padding: 2.5em 5px 0 5px;
	height: 5em;
	width: 100%;
	border-top: solid 2px #D9DBEC;
	border-bottom: solid 1px #D9DBEC;
	box-sizing: border-box;
	position: relative;
}

#wk-content tbody th::before {
	content: attr(data-label);
	font-weight: bold;
	display: block;
	position: absolute;
	top: 0.5em;
	bottom:5px;
	color: #003366;
	width: 100%;
}

#wk-content tbody td {
	display: block;
	text-align: center;
	margin: 0 auto 2em;
	padding: 5px;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

#wk-content tbody td::before {
	content: attr(data-label);
	font-weight: bold;
	display: block;
	position: absolute;
	top: -1.2em;
	bottom:5px;
	color: #003366;
	width: 100%;
}

@media screen and (max-device-width: 380px) {

.wk-tit {
	font-size: 20px;
}
}
@media only screen and (min-width: 769px) {
#works {
	margin: 50px auto;
	width: 900px;
}

.tab_class {
	width: 8%;
	cursor:pointer;
}

.wk-tit {
	font-size: 34px;
	width: 24em;
}

.wk-tit:before {
    left: 48%;
    bottom: -40px;
    content: '';
    border-width: 20px;
}

.wk-tit:after {
    left: 48%;
    bottom: -36px;
    content: '';
    border-width: 20px;
}

#wk-content {
	display: table;
	margin: 50px auto 0;
	width: 900px;
	border-left: solid 1px #D9DBEC;
	border-top: solid 1px #D9DBEC;
}

#wk-content thead {
	display: table-header-group;
}

#wk-content thead th {
	background-color: #F5F6FB;
	text-align: center;
	display: table-cell;
	padding: 1em;
	border-right: solid 1px #D9DBEC;
	border-bottom: solid 1px #D9DBEC;
	box-sizing: border-box;
}

#wk-content tbody th::before, #wk-content tbody td::before {
	display: none;
}

#wk-content tbody th,
#wk-content tbody td {
	display: table-cell;
	margin: 0;
	padding: 1em;
	border-right: solid 1px #D9DBEC;
	border-bottom: solid 1px #D9DBEC;
	box-sizing: border-box;
}
#wk-content tbody th {
	text-align: left;
}

#wk-content th:first-child {
	border-top: none;
}

#wk-content thead th.construction, #wk-content tbody th.construction {
	display: table-cell;
	width: 400px;
	border-top: none;
}


#wk-content thead th.manufacturer, #wk-content tbody td.manufacturer {
	display: table-cell;
	width: 300px;
}
#wk-content thead th.area, #wk-content tbody td.area {
	display: table-cell;
	width: 200px;
}
}