@charset "UTF-8";

/*ページタイトル*/
h1.entry-title{
	display:none;
}
/*投稿日・投稿者・ホーム*/
.date-tags{
	display:none;
}

.img-back{
	z-index:1;
	height:100%;
	background-position: 50% 52.5%;
	background-size: cover;
	background-image: url("http://iga.best/wp-content/uploads/2023/09/IMG_2508-scaled.jpg");
	object-fit:cover;
	
	-webkit-filter:blur(1.5px);
	-moz-filter:blur(1.5px);
	-ms-filter:blur(1.5px);
	filter:blur(1.5px);
}
.second-header-title{
	font-size:2.5em;
	letter-spacing:0.25em;
}

.second-header-title:before{
	content:'工事実績';
}

ul.ul-design{
	font: 14px/1.6 'arial narrow', sans-serif;
	list-style: none;
	padding-left:12.5%;
}
ul.ul-design li{
	position: relative;
	padding: 0.5em 1em 0.5em 2.3em;
	margin-bottom:5px;
	color: rgb(108, 196, 219);
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid rgba(108, 196, 219, 0.5);
	width:85%;
}
ul.ul-design li:after,
ul.ul-design li:before{
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
ul.ul-design li:before{
	top: 0.7em;
	left: 0.2em;
	width: 12px;
	height: 12px;
	border:2px solid rgba(108, 196, 219,0.5);
}
ul.ul-design li:after{
	top: 0.9em;
	left: 0.7em;
	width: 14px;
	height: 14px;
	background: rgba(108, 196, 219,0.3);
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	-o-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}

@media screen and (max-width: 834px){
	#list_achv{
		padding-left:initial;
	}
}

@media screen and (max-width: 480px){
	.second-header-title{
		font-size:1.5em;
		letter-spacing:0.25em;
	}
	ul.ul-design{
		padding-left:0;
	}
	ul.ul-design li{
		width:100%;
	}
}