@charset "UTF-8";


/*
	--------------------------------
	Created: 2024.04.20
	Last Modified: 2024.04.20
	--------------------------------
*/



/* --------------------------------
	detail50
-------------------------------- */

.c-list:where(.-anchor) > li,
.c-list:where([class*="anchor-"]) > li {
  padding-left: 10px;
}
.c-list:where(.-anchor) > li::before,
.c-list:where([class*="-anchor-"]) > li::before {
  content: "";
  display: inline-block;
  margin: -4px 4px -1px -10px;
  width: 6px;
  height: 5px;
  background: url(/business/area/kyusyu/installations/img/detail50/arw_anchor.png) no-repeat 0 0; 
  vertical-align: middle;
}


.blue:where(.-bg_blue) {
  padding: 2px 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 120px;
  background-color: #e3f3f6;
  text-align: center;
}


.name_01{
	color: #dc143c;
	font-weight: 800;
}

.name_02{
	color: #006400;
	font-weight: 800;	
}

.name_03{
	color: #1e90ff;
	font-weight: 800;	
}