@charset "UTF-8";
/*
.cFix:after {
  content: "";
  clear: both;
  display: block;
}
#Lower_cont{
	float: right!important;
}
.chotatsu .table.table-general table th {
    width: 265px;
}
.chotatsu .list-alpha {
	counter-reset: list;
}
.chotatsu .list-alpha > li {
	list-style: none;
}
.chotatsu .list-alpha > li:before {
	content: " ("counter(list, lower-alpha) ") ";
	counter-increment: list;
}
.list-star_number > li {
	list-style: none;
	list-style-position: inside;
	counter-increment: optionalNumber;
}
.list-star_number > li:before {
	content: "※" counter(optionalNumber)" ";
}
.list-dot li a {
	color: #6b6b6b !important;
}

.list-dot > li:before {
	content: ". ";
	color: #6b6b6b !important;
} 
.list-txt {
	display: block;
	padding-left: 20px;
	color: #6b6b6b !important;
}
.inquiry-list_block-detail_info a, .list-txt a, .list-default-child_item a {
	color: #6b6b6b !important;
}
.table.table-data table td {
	width: 33%;
}
.table.table-data table td:first-child {
	width: 34%;
}
@media screen and (max-width: 667px) {
/*	
	.chotatsu .table.table-general table th {
	    width: 100%;
	}
	.list-dot li a {
		width: 97%;
		float: right;
	}
}
*/
/* 20230830追加↓ */
.list-alpha2 li {
	list-style: none;
}
.list-alpha2 {
	text-indent: -1.8em;
	padding-left: 1.8em;
}
/* 20230830追加↑ */


