@charset "utf-8";
/* CSS Document */
@media screen and (max-width:767px){
.pagetop {
	display: none;
	position: fixed;
	bottom: 0px;
	right: 0;
	width: 0;
	height: 0;
	z-index: 1500;
	cursor: pointer;
}
.pagetop img{
	width: 0;
	height: 0;
}
/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	position: relative;
	width: 100%;
	height: 100px;
	margin-top: 70px;
	margin-left: auto; 
	margin-right: auto;
}
#mimgtxt {
	position: relative;
	width: 320px;
	padding-top: 35px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
}
#mimgtxt .p1{
	width: 100%;
	height: auto;
	float: left;
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	text-align: left;
	color: #FFF;
	letter-spacing: 0px;
}
#mimgtxt .p2{
	width: 100%;
	height: auto;
	float: left;
	font-size: 11px;
	line-height: 11px;
	font-weight: 600;
	text-align: left;
	color: #FFF;
	letter-spacing: 0px;
	margin-top: 3px;
	margin-left: 3px;
}

#breadcrumb { display:none;}


/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	text-align: left;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: auto;
}
#section01 {
	width: 100%;
	height: auto;
	padding-top: 10px;
	padding-bottom: 20px;
}
#contents01 {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 320px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

h2 {
	width: 100%;
	height: auto;
	font-size: 15px;
	line-height: 20px;
	text-align: left;
	font-weight: 600;
	letter-spacing: 0px;
	margin: 0 auto;
}
#contents01 .c01txt {
	width: 100%;
	height: auto;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 13px;
	line-height: 16px;
}
.sort-btn{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0px 0px;
  margin-top: 10px;
}
.sort-btn li a{
	display: block;
	width: 155px;
	height: 25px;
	outline: 1px solid #000;
	outline-offset: -1px;
	background-color: #FFF;
	background-image: url(../web/service_civil/nav_ac02.png);
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 12px;
	line-height: 25px;
	font-weight: 600;
	letter-spacing: -1px;
	color: #000;
	transition: 0.4s;
	margin-top: 10px;
}
.sort-btn li a:hover{
	outline: 1px solid #239178;
	outline-offset: -1px;
  background: #239178;
  background-image: url(../web/service_civil/nav_ac03.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}
.sort-btn a.active{
	outline: 1px solid #239178;
	outline-offset: -1px;
  background: #239178;
  color: #FFF;
  background-image: url(../web/service_civil/nav_ac01.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}
.sort-btn a.active:hover{
	outline: 1px solid #239178;
	outline-offset: -1px;
  background: #239178;
  color: #FFF;
  background-image: url(../web/service_civil/nav_ac01.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}

#section02 {
	width: 100%;
	height: auto;
	padding-top: 50px;
	padding-bottom: 20px;
}
#contents02 {
	position: relative;
	width: 100%;
	padding: 0px;
	height: auto;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
	z-index:1;
}
#sec02back {
	position: absolute;
	width: 100%;
	height: 100px;
	z-index: 0;
	top: 0;
	left: 0;
	background-image: url(../web/company_top/back.webp);
	background-position: center;
	background-size: cover;
	z-index: 0;
}

#hbox {
	width: 300px;
	height: auto;
	float: left;
	margin-top: 20px;
	margin-left: 10px;
}
h3 {
	position: relative;
	width: auto;
	height: auto;
	font-size: 25px;
	line-height: 25px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: left;
	color: #000;
}
h3::first-letter {
	color: #239178;
}
h3::after {
  content: '';
  width: 30px;
  height: 2px;
  display: inline-block;
  	background: linear-gradient(90deg, rgba(35, 145, 120, 1), rgba(150, 205, 75, 1));
  position: absolute;
  top: 10px;
  margin-left: 15px;
}
#hbox .t1{
	width: 100%;
	height: auto;
	font-size: 10px;
	line-height: 10px;
	font-weight: 600;
	font-style: italic;
	text-align: left;
	margin-top: 5px;
}
.c02txt {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 20px;
	text-align: left;
	font-size: 13px;
	line-height: 20px;
	background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), 
                    linear-gradient(180deg, #ccc 1px, transparent 1px); 
  background-size: 3px 100%, 
                   100% 20px;
}
.c02txt span{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 22px;
	text-align: right;
	font-size: 13px;
	line-height: 20px;
	font-weight: 600;
}

}
