@charset "UTF-8";

/* ----------------------------------------------------------
section
---------------------------------------------------------- */

.sec-info-01 {
	padding: 29px 0 40px;
	background-color: #ededed;
}
	.sec-info-01-in {
		width: 988px;
		margin: 0 auto 30px;
	}
		.sec-info-01 .btn-info-01 {
			display: block;
			width: 143px;
			margin: 0 auto;
		}
@media screen and (max-width: 768px){
.sec-info-01 {
	margin: 0;
	padding: 15px 15px 20px;
	background-color: #ededed;
}
	.sec-info-01-in {
		width: 100%;
		margin: 15px 0 20px;
	}
	.sec-info-01 .btn-info-01 {
		overflow: hidden;
		width: 108px;
	}
		.sec-info-01 .btn-info-01 .img {
			float: left;
			width: 108px;
		}
		.sec-info-01 .btn-info-01 .img img {
			width: 108px;
		}
}
/* ----------------------------------------------------------
search
---------------------------------------------------------- */
.txt-search-result {
	position: relative;
	z-index: 1;
	margin: 0 5px 30px 5px;
	color: #555;
	font-size: 22px;
	text-align: left;
}
.txt-search-result::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	margin-top: 17px;
	content:'';
	display: inline-block;
	width: 100%;
	height: 0px;
	border-top: 1px solid #999;
}
	.txt-search-result > .line {
		padding: 0 16px 0 0;
	}
		.txt-search-result > .line .num {
			display: inline-block;
			font-weight: bold;
			padding-right: 5px;
		}
	.txt-search-result > .line.s-bg-grey-01 {
		background-color: #ededed;
	}
	.txt-search-result > .line.s-bg-grey-02 {
		background-color: #ededed;
	}
.area-search-result {
	position: relative;
}
.list-display-01 {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 2;
	margin-top: -16px;
	background-color: #ededed;
}
	.list-display-01 li {
		display: inline-block;
	}
	.list-display-01 li:first-child,
	.list-display-01 li + li {
		margin: 0 0 0 10px;
	}
		.list-display-01 li a {
			display: block;
			padding: 4px 20px;
			background-color: #000;
			color: #fff;
			border-radius: 20px;
			border: 1px solid #000;
		}
		.list-display-01 li a:focus {
			text-decoration: none;
		}
		.list-display-01 li a:hover {
			text-decoration: none;
			background-color: #a03049;
			border: 1px solid #fff;
			transition: all 0.2s linear;
		}
		.list-display-01 li.is-current a {
			background-color: #a03049;
			border: 1px solid #fff;
		}
@media screen and (max-width: 768px){
.txt-search-result {
	position: static;
	margin: 0;
	font-size: 18px;
	text-align: center;
}
	.txt-search-result::before {
		content:'';
		display: none;
	}
	.txt-search-result > .line {
		padding: 0;
	}
.list-display-01 {
	position: static;
	text-align: center;
	width: 100%;
	margin: 15px 0;
}
	.list-display-01 li {
		position: static;
	}
		.list-display-01 li .btn-01 {
			width: 88px;
		}
		.list-display-01 li .btn-02 {
			width: 130px;
		}
		.list-display-01 li .btn-03 {
			width: 100px;
		}
	.list-display-01 li:first-child {
		margin: 0;
	}
	.list-display-01 li + li {
		margin: 0 0 0 4px;
	}
		.list-display-01 li a {
			padding: 5px 5px;
			font-size: 12px;
		}
}
/* ----------------------------------------------------------
imagetext
---------------------------------------------------------- */
.list-result {
	overflow: hidden;
	margin-bottom: 85px;
}
	.list-result li {
		float: left;
		display: table;
		width: 49%;
		padding: 5px;
		border-bottom: 1px solid #bbb;
		background-color: #fff;
		vertical-align: middle;
	}

	.list-result li:nth-child(even) {
		float: right;
	}
	.list-result li:nth-child(2n) {
		margin-left: 2%;
	}
	.list-result li:last-child {
		margin-left: 2%;
	}
	.list-result li:not(.line-01) {
		margin-top: 20px;
	}
		.list-result > li .box-frame {
			float: left;
			display: table;
			width: 170px;
			height: inherit;
			background-color: #f5f5f5;
		}
		.list-result > li a {
			display: table;
			height: inherit;
			overflow:hidden
		}
		.list-result > li a:hover {
			text-decoration: none;
		}

			.list-result > li a:hover .ttl {
				text-decoration: none;
			}
		.list-result > li .img {
			display: table-cell;
			vertical-align: middle;
			width: 170px;
		}
			.list-result > li .img img {
				display: table-cell;
				vertical-align: middle;
				width: 100%;
			}
		.list-result > li .box-txtarea {
			display: table-cell;
			vertical-align: middle;
			padding: 30px;
		}
			.list-result > li .box-txtarea .ttl {
				margin-bottom: 11px;
				font-size: 18px;
				text-decoration: underline;

			}
				.list-result > li .box-txtarea .txt .txt-info {
					display: block;
					margin-bottom: 15px;
					font-size: 15px;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 20;
          overflow: hidden;
        }
@media screen and (max-width: 768px){
.list-result {
	margin-bottom: 30px;
}
	.list-result li {
		float: none;
		width: 100%;
	}
	.list-result li:not(:last-child) {
		margin-bottom: 15px;
	}
		.list-result > li .box-txtarea {
			width: 50%;
			padding: 15px;
		}
		.list-result > li .box-frame {
			width: 100%;
			height: auto;
			min-height: 148px;
			line-height: 148px;
			background-color: #000;
		}
	.list-result li:nth-child(even) {
		margin-left: 0;
	}
	.list-result li:not(.line-01) {
		margin-top: 0;
	}
		.list-result > li .box-txtarea .ttl a {
			font-size: 12px;
		}
		.list-result > li .box-txtarea .txt {
			font-size: 10px;
		}
			.list-result > li .box-txtarea .txt .txt-info {
				display: block;
				margin-bottom: 5px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 20;
        overflow: hidden;
			}
}
/* modal
---------------------------------------------------------- */
@media screen and (max-width: 768px){
.remodal-overlay,
.remodal-wrapper {display: none !important;}
}
/*selectBox*/
.mod-selectbox-custom {
	width: 100%;
	background: #efefef url(/archive/common/img/ico_select_01_pc.png) right center / 25px 17px no-repeat;
	border: 1px solid #ccc;
}
.customSelect {
	width: 100%;
	height: 35px;
	padding: 7px;
	color: #000;
	border: 1px solid #bbb;
}
.customSelect.customSelectOpen {
	border: none;
}
.customSelectInner {
	display: block;
	width: 100%;
	border: none;
}
@media screen and (max-width: 768px){
.mod-select-custom {
	width: 100%;
}
.customSelect {
	width: 100%;
}
.customSelectInner {
	width: 100%;
}
}
