@charset "UTF-8";

/* --------------------------------------------------
-------------------------------------------------- */
/* subCol */
#subCol .sub-banner {
	margin-bottom: 10px;
}
	#subCol .sub-banner ul {
    	margin: 0;
    	list-style: none;
	}
	#subCol .sub-banner li {
		margin-bottom: 5px;
	}
	#subCol .sub-banner li img {
    	display: block;
    	margin: 0 auto;
	}


/* top */
.block-index {
}
	.block-index .col-2 .item {
		border-top: solid 4px #36D900;
	}
	.block-index .col-2 .item .thumb {
		background: #e5e8f1;
	}
	.block-index .col-2 .item img {
		margin: 0 auto;
	}
	.block-index .col-2 .item+.item {
		border-top: solid 4px #FF9326;
	}
	.block-index .col-2 .item .title {
		background: #26317D;
		text-align: center;
		text-decoration: none;
		display: block;
		color: #fff;
		font-size: 114.28%;
		padding: 10px;
		margin: 0;		
	}


/* searchBlock */
.searchBlock {
	border: solid 3px #F6F6F6;
	margin-top: 20px;
	padding: 15px 0 0;
}
	.searchBlock .number {
		color: #000C66;
		text-align: center;
		margin-bottom: 16px;
	}
	.searchBlock h2 {
    	background: #215E9C;
    	text-align: center;
    	color: #fff;
    	font-size: 16x;
    	font-weight: bold;
    	margin: 0 10px 21px;
    	height: 28px;
    	line-height: 28px;
    	position: relative;
    	border-radius: 4px;
    	letter-spacing: .8px;
	}
	.searchBlock h2 .icon {
		width: 46px;
		position: absolute;
		left: 6px;
		top: -10px;
	}
	.searchBlock .mapBlock {
		display: none;
	}
	.searchBlock .conditionBox {
		width: auto;
		margin: 0;
	}
	.searchBlock .conditionBox dl {
    	position: relative;
	}
	.searchBlock .conditionBox form > dl > dt {
		width: auto;
        position: static;
    	color: #008CA0;
    	font-size: 13px;
    	font-weight: bold;
    	padding-left: 15px;
    	padding-top: 5px;
    	margin-bottom: 5px;
	}
	.searchBlock .conditionBox form > dl > dd {
    	padding-left: 15px;
    	border-bottom: dotted 1px #ddd;
    	margin-bottom: 15px;
    	padding-right: 15px;
    	padding-bottom: 15px;
	}
	.searchBlock .conditionBox form > dl > dd input[type="text"] {
    	width: 100%;
    	box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
    	border: solid 1px #ccc;
    	border-radius: 3px;
    	font-size: 14px;
    	padding: 5px 9px 7px;
    	font-family: inherit;
	}
	.searchBlock input[type="text"]:focus::-webkit-input-placeholder {
        color: transparent;
    }
    .searchBlock input[type="text"]:focus:-moz-placeholder {
        color: transparent;
    }
    .searchBlock input[type="text"]:focus::-moz-placeholder {
        color: transparent;
    }
	.searchBlock .conditionBox form > dl > dd select {
    	width: 100%;
    	box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
    	border: solid 1px #ccc;
    	border-radius: 3px;
    	font-size: 14px;
    	padding: 5px 9px 9px;
    	font-family: inherit;
	}
	.searchBlock .conditionBox form > dl > dd  dd {
    	font-size: 12px;
    	padding-left: 23px;
    	padding-top: 10px;
	}
	.searchBlock .conditionBox form > dl > dd label {
    	display: inline-block;
    	padding: 0.5em 0;
    	margin-right: 15px;
    	text-indent: -2.5em;
    	margin-left: 2.5em;
	}
	.searchBlock .conditionBox form > dl > dd label input {
    	vertical-align: middle;
    	margin-right: 1em;
	}
	.searchBlock .conditionBox form > dl > dd dd label {
    	width: 73px;
	}
	.searchBlock .conditionBox form > dl > dd dt:first-child + dd {
    	border-bottom: dotted 1px #ddd;
    	padding-bottom: 10px;
    	margin-bottom: 10px;
	}
	.searchBlock .btn {
    	text-align: center;
    	padding: 6px 15px 20px;
	}
	.searchBlock .btn button {
		width: 100%;
    	border: none;
    	background: #DB6F47;
    	color: #fff;
    	font-weight: bold;
    	font-size: 16px;
    	border-radius: 3px;
    	font-family: inherit;
    	cursor: pointer;
    	padding: 10px 0;
	}


/* about */
.btnPrint {
	text-align: center;
	margin: 20px;
}
	.btnPrint > p {
		display: inline-block;
		text-align: center;
		font-size: 11px;
	}

.searchBlock.results {
	margin: 23px 0 30px;
	position: relative;
}
	.searchBlock.results:before {
    	content: "";
    	position: absolute;
    	left: -3px;
    	right: -3px;
    	top: -7px;
    	height: 4px;
    	background: #215E9C;
    	border-radius: 3px 3px 0 0;
	}
	.searchBlock.results .number {
    	width: auto;
    	float: none;
    	text-align: center;
    	font-size: 12px;
    	color: #000;
	}
	.searchBlock.results .number .fsLL {
    	font-size: 20px;
    	font-weight: bold;
    	color: #FF5C26;
    	vertical-align: -2px;
	}
	.searchBlock.results .show {
    	float: none;
    	width: auto;
    	color: #000C66;
    	font-weight: bold;
    	font-size: 12px;
    	margin: 6px 0 10px;
    	text-align: center;
	}
	.searchBlock.results .show select {
		width: 57px;
    	margin-left: 8px;
    	border-radius: 4px;
    	font-family: inherit;
    	font-size: 11px;
    	padding-bottom: 1px;
	}
	.searchBlock.results .pager {
		list-style: none;
		font-size: 12px;
		font-weight: bold;
		margin: 1px 10px 20px;
		padding-top: 40px;
		text-align: center;
		position: relative;
	}
	.searchBlock.results .pager li {
    	width: 30px;
    	height: 30px;
    	display: inline-block;
    	margin-left: 2px;
    	color: #ccc;
    	line-height: 28px;
	}
	.searchBlock.results .pager li a,
	.searchBlock.results .pager li span {
    	display: block;
    	height: 30px;
    	border: solid 1px #ccc;
    	text-align: center;
    	text-decoration: none;
	}
	.searchBlock.results .pager li.current a {
    	color: #fff;
    	background: #000D66;
    	border-color: #000D66;
	}
	.searchBlock.results .pager li.first,
	.searchBlock.results .pager li.prev,
	.searchBlock.results .pager li.last,
	.searchBlock.results .pager li.next {
		position: absolute;
		top: 0;
    	font-size: 16px;
    	line-height: 25px;
    	margin: 0;
	}
	.searchBlock.results .pager li.first {
    	left: 0;
	}
	.searchBlock.results .pager li.last {
    	right: 0;
	}
	.searchBlock.results .pager li.prev {
    	left: 35px;
	}
	.searchBlock.results .pager li.next {
    	right: 35px;
	}
	.table-spScroll {
		overflow: auto;
		margin: 10px 0 20px;
	}
	.table-spScroll::-webkit-scrollbar{
		height: 5px;
	}
	.table-spScroll::-webkit-scrollbar-track{
		background: #F1F1F1;
		border-radius: 5px;
	}
	.table-spScroll::-webkit-scrollbar-thumb {
		background: #BCBCBC;
		border-radius: 5px;
	}
	#mainBody .searchBlock.results table {
		width: 715px;
		border-spacing: 0;
		border-collapse: separate;
    	border-bottom: solid 2px #ccc;
    	text-align: center;
	}
	#mainBody .searchBlock.results table thead th {
		border-top: solid 1px #ddd;
		text-align: center;
		background: #EFF4F8;
		font-size: 12px;
		color: #000C66;
		font-weight: bold;
		vertical-align: middle;
		white-space: nowrap;
		padding: 7px 10px 40px;
		position: relative;
	}
	#mainBody .searchBlock.results table thead th[colspan="2"] {
		padding: 7px 10px 6px;
	}
	#mainBody .searchBlock.results table thead th .sort {
    	position: absolute;
    	left: 0;
    	right: 0;
    	bottom: 5px;
	}
	#mainBody .searchBlock.results .used table thead th {
		padding: 10px 10px 9px;
		border-right: dotted 1px #ddd;
	}
	#mainBody .searchBlock.results table thead th.company {
    	width: 102px;
	}
	#mainBody .searchBlock.results table thead th+th {
		border-left: dotted 1px #ddd;
	}
	#mainBody .searchBlock.results table thead td {
		border-top: dotted 1px #ddd;
		border-left: dotted 1px #ddd;
		text-align: center;
		background: #EFF4F8;
		font-size: 12px;
		color: #333;
		vertical-align: middle;
		padding: 6px 0;
		line-height: 1.4;
	}
	#mainBody .searchBlock.results table tbody th {
    	background: #F9F9F3;
    	border-top: solid 2px #ccc;
    	font-size: 12px;
    	font-weight: normal;
    	width: 142px;
    	padding: 12px;
    	text-align: left;
	}
	#mainBody .searchBlock.results .used table tbody th {
    	width: 50px;
    	vertical-align: middle;
	}
	#mainBody .searchBlock.results table tbody th a,
	#mainBody .searchBlock.results table tbody th span {
    	font-size: 14px;
    	font-weight: bold;
        display: inline-block;
        margin-bottom: 9px;
	}
	#mainBody .searchBlock.results table tbody td {
    	border-top: solid 2px #ccc;
    	font-size: 12px;
		vertical-align: middle;
    	padding: 38px 10px 37px;
	}
	#mainBody .searchBlock.results .used table tbody td {
    	padding: 12px 10px;
	}
	#mainBody .searchBlock.results table tbody td {
		border-left: dotted 1px #ddd;
	}
	#mainBody .searchBlock.results table tbody td+td.taL,
	#mainBody .searchBlock.results table tbody td.label {
    	padding-left: 6px;
    	padding-right: 6px;
	}
	#mainBody .searchBlock.results .used table tbody td:first-child,
	#mainBody .searchBlock.results .used table tbody td:first-child+td {
		border-top: dotted 1px #ddd;
	}
	#mainBody .searchBlock.results table tbody th+td {
    	width: 77px;
	}
	#mainBody .searchBlock.results table tbody th+td+td+td,
	#mainBody .searchBlock.results table tbody th+td+td+td+td {
    	padding-right: 8px;
	}
	#mainBody .searchBlock.results table tbody td[colspan="7"] {
		width: auto;
		border-top: dotted 1px #ddd;
    	padding: 8px 11px 7px;
	}
	#mainBody .searchBlock.results table tbody tr:first-child th,
	#mainBody .searchBlock.results table tbody tr:first-child td {
    	border-top: solid 3px #000D66;
	}

	.itemBlock .txt-red {
    	color: #E3662A;
	}
	.itemBlock .lineBlock {
		border: solid 2px #ddd;
		margin: 14px 0 37px;
		padding-bottom: 10px;
	}
	.itemBlock .lineBlock .inBlockRimg img {
    	border-bottom: solid 2px #ddd;
    	margin: 0;
	}
	.itemBlock .lineBlock p {
    	padding: 10px 17px;
	}
	.itemBlock .lineBlock ul {
    	padding: 0 17px;
	}
	.searchBlock.results dl.condition {
    	position: relative;
    	margin: -5px 15px 15px;
	}
	.searchBlock.results dl.condition dt {
		width: 80px;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
    	background: #9A905B;
    	color: #fff;
    	font-weight: bold;
    	text-align: center;
    	line-height: 30px;
	}
	.searchBlock.results dl.condition dd {
    	background: #F6F6F6;
    	padding: 5px 0 4px 90px;
	}
	.searchBlock.results .printBox {
    	margin: -4px 10px 15px;
    	clear: both;
    	position: relative;
    	padding-left: 25px;
	}
	.searchBlock.results .printBox > img {
    	position: absolute;
    	left: 0;
    	bottom: 5px;
	}
	.searchBlock.results .printBox > p {
    	background: #FCF0E9;
    	width: auto;
    	border-radius: 5px;
    	font-size: 12px;
    	padding: 5px 10px;
	}
	.searchBlock.results .printBox > p img {
    	vertical-align: middle;
    	margin-left: 14px;
	}
	.searchBlock.results .used+.printBox > img {
    	position: absolute;
    	left: 0;
    	top: 5px;
    	bottom: auto;
	}
	.doubleBox {
		border: solid 1px #F4D4C7;
		position: relative;
		margin-top: -10px;
		padding: 19px 15px 10px;
	}
	.doubleBox:before {
		content: "";
		position: absolute;
		top: 1px;
		bottom: 1px;
		left: 1px;
		right: 1px;
		border: solid 1px #F4D4C7;
	}
	.doubleBox ol {
    	margin-left: 34px;
	}
	.doubleBox ol li {
    	margin-top: 10px;
	}
	.asterisk_l.fsS {
		margin-top: 15px;
		padding-bottom: 10px;
		border-bottom: dotted 1px #ccc;
	}
	ul.asterisk_l.fsS > li {
		margin-bottom: 8px;
		margin-left: 2.6em;
		text-indent: -2.6em !important;
	}
	ul.asterisk > li {
		margin-left: 1em;
		text-indent: -1em !important;
	}
	.redBlock {
		margin-top: 20px;
	}

.filterBox {
	width: auto;
	margin: 0 10px;
	border: solid 3px #F4F4E7;
	border-top: none;
	border-radius: 3px;
}
	.filterBox h2 {
		width: auto;
		margin: 0 -3px;
		background: #F4F4E7 url(/files/400333962.png) no-repeat 97% center;
		color: #0657C3;
		text-decoration: underline;
		font-size: 14px;
		text-align: left;
		line-height: 40px;
		height: 40px;
		clear: both;
		padding: 0 0 0 17px;
        letter-spacing: 0;
	}
	.filterBox h2.open {
		background-image: url(/files/400333961.png);
	}
	.filterBox .filterForm {
		width: auto;
		margin: 0 10px;
    	display: none;
	}
	.filterBox .filterForm dt {
    	width: auto;
    	font-weight: bold;
    	color: #000C66;
    	padding: 10px 0 13px;
    	line-height: 1.35;
	}
	.filterBox .filterForm dd {
		border-bottom: dotted 1px #ddd;
	}
	.filterBox .filterForm dd label {
    	font-size: 12px;
    	display: inline-block;
    	width: 45%;
    	margin: 0 0 10px 0;
	}
	.filterBox .filterForm dd label input {
    	vertical-align: middle;
    	margin-right: 8px;
	}
	.itemBlock .searchBlock .filterBox .btn {
    	padding: 10px 0;
	}
	.searchBlock .filterBox .btn button {
		width: 190px;
    	font-size: 16px;
    	padding: 8px 0;
	}
	.searchBlock .sortBox {
		width: auto;
		margin-top: 20px;
	}
	.searchBlock .sortBox ul {
		width: auto;
		margin: 0 10px;
    	overflow: hidden;
    	list-style: none;
    	font-size: 12px;
	}
	.searchBlock .sortBox ul li {
    	width: 48%;
    	margin-bottom: 5px;
    	float: left;
	}
	.searchBlock .sortBox ul li:nth-child(2n) {
    	float: right;
	}
	.searchBlock .sortBox ul li a {
		width: 100%;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
		vertical-align: middle;
		text-align: center;
		color: #0657C3;
		background: #eee;
		height: 48px;
		border-radius: 3px;
		padding: 0 11px;
	}
	.searchBlock .sortBox ul li+li+li a {
		padding: 0 11px 0 12px;
	}
	.searchBlock .taR {
    	font-size: 11px;
    	text-align: left;
    	margin: 10px 0 15px 3em;
    	text-indent: -3em;
    	padding: 0 10px;
	}

/* about */
.searchBlock.about {
	padding: 15px 13px;
}

.f35-flex {               /* 横並び → 縦積み */
    flex-direction: column;
    align-items: stretch;
}
.f35-text {               /* 右ボーダーと余白をリセット */
	border-right: none !important;
	padding-right: 0 !important;
}
.f35-img {                /* 左余白をリセット */
	padding-left: 0 !important;
}
.f35-figure {             /* 画像を画面幅いっぱいに */
	width: 100% !important;
	height: auto !important;
	margin: 12px 0 0 0 !important;   /* 大きい余白を縮小 */
}