@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 15px;
	background-color: #ededed;
}
	.sec-info-01-in {
		width: 100%;
		margin: 0 0 15px;
	}
		.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-image
---------------------------------------------------------- */
/* txt-search-result
---------------------------------------------------------- */
.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
---------------------------------------------------------- */
.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;
			}
		.list-result li.line-04 {
			display: none;
		}
}
/* box-data-cell
---------------------------------------------------------- */
.box-data-cell {
	display: table;
	width: 100%;
}
.box-data-cell.s-ttl-sp {
	display: none;
}
	.box-data-cell li {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		width: 20%;
		background-color: #000;
	}
	.box-data-cell.s-data li {
		background-color: #fff;
		border-top: 1px solid #eee;
	}
	.box-data-cell.s-data li:not(:last-child)  {
		border-right: 1px solid #eee;
	}
	.box-data-cell.s-data li:last-child  {
		border-left: 1px solid #eee;
	}
		.box-data-cell li a {
			width: 100%;
			color: #fff;
			text-decoration: underline;
		}
		.box-data-cell li a:hover {
			text-decoration: none;
		}
	.box-data-cell.s-ttl-pc li {
		padding: 14px 0;
		font-size: 16px;
	}
	.box-data-cell.s-ttl-pc li:not(:last-child)  {
		border-right: 1px solid #fff;
	}
	.box-data-cell.s-data li {
		height: 50px;
	}
		.box-data-cell.s-data li a {
			color: #000;
			text-decoration: underline;
		}
@media screen and (max-width: 768px){
.box-data-cell {
	display: block;
}
.box-data-cell.s-ttl-pc {
	display: none;
}
.area-data-sp-set {
	width: 100%;
	overflow: hidden;
}
.box-data-cell.s-ttl-sp {
	float: left;
	display: block;
	width: 24%;
}
	.box-data-cell.s-ttl-sp li {
		height: 50px;
		border-bottom: 1px solid #ccc;
	}
		.box-data-cell.s-ttl-sp li span {
			color: #fff;
		}
.box-data-cell li {
	display: table;
	width: 100%;
}
	.box-data-cell li a {
		display: inline-block;
		width: 100%;
		color: #fff;
	}
		.box-data-cell li span {
			display: inline-block;
			width: 100%;
			padding: 14px 0;
		}
.box-data-cell.s-data {
	float: left;
	display: block;
	width: 76%;
}
	.box-data-cell.s-data li {
		border-left: 1px solid #ccc;
	}
.area-data-sp-set + .area-data-sp-set {
	margin-top: 15px;
}
}
.list-search-ttl-pc {
	width: 100%;
	margin-bottom: 100px;
	background-color: #fff;
}
/* ----------------------------------------------------------
 feature_detail
---------------------------------------------------------- */
.list-tile-01 {
	width: 988px;
	margin-bottom: 55px;
}
	.list-tile-01 li {
		width: 232px;
		background-color: #fff;
		margin: 0 7px 15px 7px;
		padding: 5px;
		border-bottom: 1px solid #ccc;
	}
		.list-tile-01 li a {
			text-decoration: underline;
		}
		.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;
		}
			.list-tile-01 li a .txt {
				display: block;
				font-size: 18px;
				padding: 11px 0 6px;
				text-align: center;
			}
	.box-tile a {
		display: block;
		width: 100%;
		height: auto;
	}
	.box-tile a:hover {
		-ms-filter: 'alpha( opacity=70)';
		filter: alpha( opacity=70);
		opacity: 0.7;
		transition: all 0.2s linear;
	}
	.box-tile .img {
		background-color: #f5f5f5;
	}
	.box-tile .img img {
		width: 100%;
	}
.btn-back-01 {
	display: block;
	width: 168px;
	height: 35px;
	margin: 0 auto;
	padding: 4px 19px;
	border-radius: 18px;
	background-color: #000;
	font-size: 18px;
	text-align: center;
	color: #fff;
	border: 1px solid #000;
}
.btn-back-01:hover {
	text-decoration: none;
	background-color: #a03049;
	border: 1px solid #fff;
	transition: all 0.2s linear;
}
	.btn-back-01:hover .ico-arrow::before {
		background-color: #000;
		transition: all 0.2s linear;
	}
	.btn-back-01 .txt {
		margin-right: -12px;
	}
@media screen and (max-width: 768px){
.list-tile-01 {
	width: 100%;
	margin-bottom: 0;
}
	.list-tile-01 li {
		width: 100%;
		margin: 0;
	}
	.list-tile-01 li + li {
		margin-top: 15px;
	}
	.list-tile-01 li:last-child {
		margin-bottom: 30px;
	}
		.list-tile-01 li a .txt {
			padding: 7px 0 2px;
			font-size: 12px;
		}
.box-tile {
	width: 100%;
}
	.box-tile .img {
		width: 100%;
	  height: auto;
	  min-height: 148px;
	  line-height: 148px;
	  background-color: #000;
	}
	.box-tile .img img {
		width: 100%;
		height: auto;
		vertical-align: middle;
	}
}
/*selectBox*/
.mod-selectbox-custom {
	width: 100%;
	background: #efefef url(../../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%;
}
}
