@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 16px/1.5 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

a{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}


/* ヘッダー
------------------------------------------------------------*/
#header{
	position: relative;
/*    overflow:hidden;
    width:100%;
    height:568px; */
}

#header img{

/*    position:absolute;
    left:50%;
    width:1280px;　
    height:568px;
    margin-left:-640px; */
}

#slogan{
	position: absolute;
  top: 0%;
    margin-top: 50px;
    margin-left: 50px;
/*	width: 100%;
	-webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);*/
	color: #fff;
	line-height: 1.2;
	text-align: center;
}

#slogan h1{
       
	width: 230px;
	font-size: 40px;
	font-family: 'Pacifico', cursive;
	margin-bottom: 20px;
	font-weight:normal;
}

#slogan h2{
	width: 230px;
	margin-bottom: 50px;
	position: absolute;
    top: 50%;
	left: 50%;
	right: 50%;
	bottom: 50%;
	/*	-webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);*/
}

/* フッター
------------------------------------------------------------*/
#footer{
	background-color: #0086D3;
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
	
}

ul.gromenu{
    display:flex;
	margin-top:50px;
	flex-wrap: wrap;
	white-space: nowrap;

}
ul.gromenu li{
	flex-basis: 4.5%;
}
ul.gromenu li:first-child{
	flex-basis: 20%;
	margin-right: 44%;
}
ul.logo{
	display:flex;
	margin-top:50px;
	flex-wrap: wrap;
    justify-content: space-between;
}
.containerB li{
	padding:0 5px;
	margin:5px;
}
/* 共通
------------------------------------------------------------*/
h1, h2{
	font-family: 'Josefin Sans', 'Noto Sans JP',serif;
}

img{
	width: 100%;
	height: auto;
}

section{clear:both;}

section h2{
	font-size: 22px;
	font-weight:normal;
	text-align: center;
}

.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.col2 li{
	display: inline-block;
	width: 100%;
  	margin: 20px 0 20px 0;
}
.f80{
    font-size: 80%;
}
.f120{
    font-size: 120%;
}
.f21{
    font-size: 21px;
}
.btn{
    text-align: center;
    padding: 10px 35px;
    display: inline-block;
    background-color: #0086D3;
    border: solid 1px #0086D3;
    border-radius: 25px;
    font-size: 18px;
    font-weight: bold;
    color:#fff;
    margin-top: 50px;
    transition: 0.5s;
}
.btn:hover{
    background-color: #fff;
    border: solid 1px #0086D3;
    color: #0086D3;
}
.bold{
    font-weight: bold;
}
.c{
    text-align: center;
}
.title{
    display: inline-block;
    padding: 80px;
    background-color: #0086D3;
    color:#fff;
    margin: 50px 0;
}
.flex{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}
.w1200{
    width:1200px;
    margin: 0 auto;
}
.w1100{
    width:1100px;
    margin: 0 auto;
    padding: 5px;
	padding-bottom: 20px;

}

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* Fade */
.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
  background-color: #2098D1;
  color: white;
}

.pc{
    display: block;
}
.sp{
    display: none;
}

/* SERVICE
	-----------------*/
.serviceimg li{
    flex-basis: 30%;
    margin: 15px 0;
}
.serviceimg li:last-child{
    flex-basis: 100%;
}
/* COMPANY
	-----------------*/
.vision img{
    margin: 50px 0;
}
.ta1{
    border: 1px solid #0086D3;
    margin-bottom: 50px;
}
.ta1 tr:last-child{
   border-bottom:1px solid #0086D3; 
    z-index: 2;
}
.ta1 th:first-child{
    border-top:1px solid #fff;
}
.ta1 th{
    width:25%;
    padding: 15px 0;
    text-align: center;
    background-color: #0086D3;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.ta1 td{
    padding: 15px 0 15px 30px;
    width:75%;
    border-bottom:1px solid #0086D3;
}

.vision p {
	margin-bottom: 1.5rem;
}

/* ENVIRONMENT
	-----------------*/
.left{
    text-align: left;
}
/* 追記
	-----------------*/
.titleimg{
 width: 230px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); 
}
/* SEC01 VISION
------------------------------------------------------------*/

.vision{
	width: 1100px;
	margin: 0 auto;
	padding-bottom: 80px;
    text-align: center;
}

/* RECRUIT
	-----------------*/
.top50{
    margin-top: 50px;}

/* SEC02 MESSAGE
------------------------------------------------------------*/
#sec02{
    width:900px;
    margin: 0 auto;
}
.wrap{
	clear: both;
	width: 100%;
	background: #f6f6f6;
}

.bg{
	line-height: 0;
}

.txt h2{
	padding: 0 0 20px !important;
}


/* SEC03 SERVICE MESSAGE STORY
------------------------------------------------------------*/
.col3 li{
	margin-bottom: 50px;
    color: #0086D3;
}

.col3 img{
	max-width: 288px;
    max-height: 222px;
	display: block;
	margin: -5px auto 20px;
    object-fit: contain;
}
.col3 p{
    text-align: center;
    font-size: 21px;
}

/* SEC04 STORY & SUCCESS
------------------------------------------------------------*/
#sec04{
    width:100%;
    margin: 0 auto;
}


/* SEC05 PROFILE
------------------------------------------------------------*/
#sec05 dl{
	line-height: 1.2;
}

#sec05 dt{
	clear: left;
	float: left;
	display: block;
	width: 30%;
	margin-right: 10%;
	margin-bottom: 20px;
	text-align: right;
	line-height: 1.6em;
}

#sec05 dd{
	width: 60%;
	float: left;
	text-align: left;
	margin-bottom: 15px;
	line-height: 1.6em;
}

#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}
/* SEC06 CONTACT
------------------------------------------------------------*/
#contact{
    width:100%;
    margin: 0 auto;
    background-image: url("../images/index/footer.png");
    background-size: cover;
}

/* SEC07 WORKS
------------------------------------------------------------*/
.flex_set{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
.work_wrap{
    padding:　1rem 0 2rem;
}
.work_list li{
    width: 31%;
    margin-bottom: 5rem;
}
.work_list li a{
    display: block;
}
.work_list_img{
    overflow: hidden;
    width: 100%;
    height: 230px;
}
.work_list_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}
.work_list li a:hover .work_list_img img{
    transform: scale(1.1);
}
.work_list h3{
    font-size: 1.1rem;
    font-weight: bold;
    padding: 0.5rem 0;
}

.flex_set p {
	font-size: 1rem;
}

.keireki h3 {
	font-size: 2rem;
	font-weight: 400;
	text-align: center;
	margin-bottom: 1.3rem;
}

.ta2{
    margin-bottom: 50px;
}

.ta2 th{
	padding: 15px 0 15px 16px;
       color: #000;
}

.ta2 td{
    padding: 15px 0 5px 20px;
    width:35%;
	white-space: nowrap; /* 勝手に折り返さない */
    }

.ta2 tr:nth-child(1) {
	font-weight: bold;
	font-size: 1.3rem;
	border-bottom:1px solid #353535; 
}


/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
	}
	section h2{
		padding: 70px 0 20px;
	}
	.txt h2{
		padding: 0 0 20px !important;
	}
}

@media only screen and (min-width: 800px){
	body{
	/*	font-size:14px;　*/
	}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}

	#mainnav{
		position:fixed;
		top: 0;
		width:100%;
		z-index:500;
	}

	#mainnav ul{
		text-align: right;
		padding-right: 30px;
	}

	#mainnav li{
		display: inline-block;
		padding: 45px 10px 20px;
		font-size: 18px;
		font-weight: 300;
        color: #fff;
	}
	
  #mainnav a{
		color: #fff;
	}
	
	#mainnav.changeNav{
		background: rgba(255,255,255,.9);
		border-bottom: 1px solid #d1d1d1;
	}
	#mainnav.changeNav a{
        color:#000;
    }
	#mainnav.changeNav li{
		padding: 20px 10px;
	}

	/* SEC02 MESSAGE
	-----------------*/
	.txt, .bg{
		width: 50%;
		float: left;
		display: table;
	background: #f6f6f6;
	}

	#sec02_02 .txt, #sec02_02 .bg{
		float: right;
	}

	.vMid{
		display: table-cell;
		padding: 0 100px;
		vertical-align: middle;
	}

	/* SEC03 SERVICE MESSAGE STORY
	-----------------*/
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 30%;
		padding: 0 1.5%;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	
	/* SEC05 PROFILE
	-----------------*/

	
  #footer{
		padding: 30px 10px 70px 0;
	}
}

@media only screen and (min-width: 641px){
	.col2 li{
		width: 40%;
		padding: 0 3%;
		vertical-align: top;
	}
}
@media only screen and (max-width: 1199px){
	section h2{
		padding: 50px 0 20px 0;
	}
	#sec01 h2{
		padding: 70px 0 20px;
	}
	.vMid{
		padding: 0 20px;
	}
    .w1100{
        width:auto;
    }
    .vision{
        width:auto;
    }
    ul.gromenu li:first-child{
        margin-right: 20%;
    }
    ul.gromenu li{
        flex-basis: 10%;
    }
}


@media only screen and (max-width: 799px){
	#slogan h1{
		font-size: 31px;
	}

	#slogan h2{
		font-size: 16px;
	}
    #slogan{
        margin: 0px;
    }
  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #fff;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #fff;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.col3 li{
		margin: 0 auto;
		display: block;
	max-width: 288px;
	}
    .vision{
        width:auto;
    }
    .w1100{
        width:auto;
    }
    ul.gromenu li:first-child{
       flex-basis: 20%;
        margin-right: 0px;
    }
    ul.gromenu li{
        flex-basis: 13%;
    }
}
.ta1 td {
    padding: 15px 0 15px 30px;
    width: 75%;
    border-bottom: 1px solid #0086D3;
}

@media only screen and (max-width: 640px){
    #sec01 h2{
        padding: 50px 0 20px 0;
    }
    body{
        font-size:14px;
    }
	#map iframe{
	  width: 96% !important;
		left: 2%;
	}
        #sec02{
        width:100%;
    }
    #slogan{
        margin: 0px;
        text-align: left;
    }
    #slogan img{
        width:80%;
    }
    .vision{
        width:90%;
        padding-bottom: 20px;
    }
    .w1100{
        width:auto;
    }
ul.gromenu li{
    font-size: 120%;
	flex-basis: 50%;
    margin: 10px 0;
}
ul.gromenu li:first-child{
	flex-basis: 100%;
	margin-right: 0px;
}
    .pc{
        display: none;
        }
    .sp{
        display: block;
    }
    #contact{
        background-image: url("../images/index/footer_res.png");
    }
    #footer{
        padding-left: 10px;
    }
    .serviceimg li{
        flex-basis: 48%;
        margin: 5px 0;
    }
	
	    .w1100{
        width:auto;
    }
	
}
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
/*  background: #3f98ef; */
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
/*  content: '\f102'; */
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
body .nav-fix-pos-pagetop a {display: none;}
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;text-decoration: none;text-align: center;z-index: 100;position: fixed;
	width: 50px;		/*幅*/
	/*line-height: 50px;	高さ*/
	bottom: 50px;		/*下からの配置場所指定*/
	right: 3%;			/*右からの配置場所指定*/
	background: #000;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.6);	/*背景色。0,0,0は黒の事。0.6は色が60%出た状態。*/
	border-radius: 50%;	/*円形にする指定。この行削除すれば正方形になります。*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
	animation-name: opa1;	/*keyframes.cssで使う@keyframesの指定*/
	animation-duration: 1S;	/*アニメーションの実行時間。0.5秒。*/
	animation-fill-mode: both;	/*アニメーションの待機中は最初のキーフレームを維持、終了後は最後のキーフレームを維持。*/
}
/*マウスオン時*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
	background: #999;	/*背景色*/
}
span.mgr-70 {
    margin-right: 70px;
}
span.mgr-30 {
    margin-right: 30px;
}
span.mgr-40 {
    margin-right: 48px;
}

.ta3 {
    border-spacing: 0;
	width: 1100px;
    margin: 0 auto;
}
.ta3 th, td {
    /*border-bottom: 1px solid #7EBFE4;*/
    border-left: 1px solid #fff;
    text-align: center;
    padding: 5px;
}
.ta3 th { background-color: #7EBFE4; color: #fff;}

.ta1 td {
    padding: 15px 0 15px 30px;
    width: 75%;
	text-align: left;
    background-color: #fff;
    border-bottom: 1px solid #0086D3;
}

@media screen and (max-width: 720px){
	
.ta3 td {
    /* border-bottom: 1px solid #7EBFE4; */
    border-left: 1px solid #fff;
    text-align: center;
    padding: 5px;
}
	
#demo01 table { width: 100%; border:none; padding: 10px;}
#demo01 thead { display: none;}
#demo01 tr {
	display: block;
    border-bottom: solid 20px;
    border-block-color: #fff;
}
	
#demo01 tr:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 9px;
    width: 50px;
    height: 3px;
    background-color: #45BDD1;
}
	
#demo01 td {
	display: block;
	text-align: center;
	padding: 8px;
	font-size: 17px;
}
	
#demo01 th, td {
    border-bottom: none;
    border-left: none;
    border-left: none;
    text-align: center;
    padding: 5px;
}
	
#demo01 td1 {
	background-color: #FF0004;
}


/* tdのデザイン */
#demo01 td:before {
	color: #fff;
	display: block;
	background-color: #389CD5;
	font-size: 18px;
	padding-bottom: 3px;
    margin-bottom: 8px;
}
	
#demo01 td:nth-of-type(even):before { background-color: #389CD5; }

/* contentでタイトルを追加 */
#demo01 td:nth-of-type(1):before { content: "工事名";}
#demo01 td:nth-of-type(2):before { content: "発注者";}
#demo01 td:nth-of-type(3):before { content: "竣工年月";}
#demo01 td:nth-of-type(4):before { content: "工事内容";}

#demo02 table { width: 100%; border:none; padding: 10px;}
#demo02 thead { display: none;}
#demo02 tr {
	display: block;
    border-bottom: solid 35px;
    border-block-color: #fff;
}
	
#demo02 tr:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 9px;
    width: 50px;
    height: 3px;
    background-color: #45BDD1;
}
	
#demo02 td {
	display: block;
	text-align: center;
	padding: 8px;
	font-size: 17px;
}
#demo02 th, td {
    border-bottom: none;
    border-left: none;
    border-left: none;
    text-align: center;
    padding: 5px;
}
/* tdのデザイン */
#demo02 td:before {
	color: #fff;
	display: block;
	background-color: #389CD5;
	font-size: 18px;
	padding-bottom: 3px;
    margin-bottom: 8px;
}

#demo02 td:nth-of-type(even):before { background-color: #389CD5; }
	
/* contentでタイトルを追加 */
#demo02 td:nth-of-type(1):before { content: "工事名";}
#demo02 td:nth-of-type(2):before { content: "発注者";}
#demo02 td:nth-of-type(3):before { content: "竣工年月";}
#demo02 td:nth-of-type(4):before { content: "工事内容";}
	
#demo03 table { width: 100%; border:none; padding: 10px;}
#demo03 thead { display: none;}
#demo03 tr {
	display: block;
    border-bottom: solid 20px;
    border-block-color: #fff;
}
	
#demo03 tr:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 9px;
    width: 50px;
    height: 3px;
    background-color: #45BDD1;
}
	
#demo03 td {
	display: block;
	text-align: center;
	padding: 8px;
	font-size: 17px;
}
#demo03 th, td {
    border-bottom: none;
    border-left: none;
    border-left: none;
    text-align: center;
    padding: 5px;
}
/* tdのデザイン */
#demo03 td:before {
	color: #fff;
	display: block;
	background-color: #389CD5;
	font-size: 18px;
	padding-bottom: 3px;
    margin-bottom: 8px;
}
	
#demo03 td:nth-of-type(even):before { background-color: #389CD5; }

/* contentでタイトルを追加 */
#demo03 td:nth-of-type(1):before { content: "工事名";}
#demo03 td:nth-of-type(2):before { content: "発注者";}
#demo03 td:nth-of-type(3):before { content: "竣工年月";}
#demo03 td:nth-of-type(4):before { content: "工事内容";}
	
#demo04 table { width: 100%; border:none; padding: 10px;}
#demo04 thead { display: none;}
#demo04 tr {
	display: block;
    border-bottom: solid 20px;
    border-block-color: #fff;;
}
	
#demo04 tr:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 9px;
    width: 50px;
    height: 3px;
}
	
#demo04 td {
	display: block;
	text-align: center;
	padding: 8px;
	font-size: 17px;
}
#demo04 th, td {
    border-bottom: none;
    border-left: none;
    border-left: none;
    text-align: center;
    padding: 5px;
}
/* tdのデザイン */
#demo04 td:before {
	color: #fff;
	display: block;
	background-color: #389CD5;
	font-size: 18px;
	padding-bottom: 3px;
    margin-bottom: 8px;
}

#demo04 td:nth-of-type(even):before { background-color: #389CD5; }

/* contentでタイトルを追加 */
#demo04 td:nth-of-type(1):before { content: "工事名";}
#demo04 td:nth-of-type(2):before { content: "発注者";}
#demo04 td:nth-of-type(3):before { content: "竣工年月";}
#demo04 td:nth-of-type(4):before { content: "工事内容";}
	

.flex_set {
flex-wrap: wrap;
 }
.work_list li {
     width: 100%;
	margin: 10px;
}
}

.work_wrap{
    padding:　1rem 0 2rem;
}

.td2 {
    background-color: #e4f0ff!important;
}
.td4 {
    background-color: #fff!important;
}
	
