@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------
    検索エリア
---------------------------------------------------*/
.t18-search-form-area {
	margin-bottom: 40px;
}
.t18-search-form-block {
	position: relative;
    margin: 0;
    /*overflow: hidden;*/
    padding: 0;
	display: flex;
}
.t18-search-form-block::before {
	content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    background-image: url(/common/images/search_icon.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 50%;
    width: 16px;
    height: 16px;
    margin: auto;
}
.t18-search-form-input {
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1.6rem;
    margin: 0 9px 0 0;
    padding: 9px 10px 10px 50px;
    width: 510px;
    height: 50px;
	background-color: #fff;
}
.t18-search-form-submit {
	background-color: #c00;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    margin: 0;
    width: 80px;
    height: auto;
    position: relative;
    padding: 17px 0;
}
.t18-search-form-submit:hover {
	opacity: 0.7;
}
.np-suggest-container {
	z-index: 98 !important;
}

/* 関連キーワード */
.t18-search-related-keyword {
	display: flex;
	font-size: 1.6rem;
	margin: 20px 0 0;
	width: 100%;
	vertical-align: top;
}
.t18-search-related-keyword p {
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 3px 0 0 5px;
	flex-shrink: 0;
}
.t18-search-related-keyword-list {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	-ms-flex: 0 1 auto;
	margin: 0;
	padding: 0;
}
.t18-search-related-keyword-list li {
	margin-right: 10px;
	margin-bottom: 10px;
}
.t18-search-related-keyword-list li a {
	display: inline-block;
    text-decoration: none;
	padding: 6px 15px 7px;
	color: #666;
	font-size: 1.3rem;
    line-height: 1;
	background-color: #eee;
	border-radius: 100px;
}
.t18-search-related-keyword-list li a:hover {
	opacity: 0.8;
}
@media screen and (max-width: 750px) {
	.t18-search-form-block::before {
		left: 30px;
		background-size: 26px;
		width: 26px;
		height: 26px;
	}
	.t18-search-form-input {
		-webkit-appearance: none;
		width: 80%;
		height: 90px;
		margin-right: 2%;
		padding: 19px 20px 20px 75px;
		border: 2px solid #ccc;
		border-radius: 8px;
		font-size: 3rem;
	}
	.t18-search-form-input::-webkit-search-cancel-button {
		-webkit-appearance: none;
	}
	.t18-search-form-submit {		
		width: 18%;
		height: 90px;
		font-size: 3rem;
		border-radius: 8px;
	}

	/* 関連キーワード */
	.t18-search-related-keyword {
		font-size: 2.4rem;
	}
	.t18-search-related-keyword p {
		padding-top: 5px;
	}
	.t18-search-related-keyword-list li {
		margin-right: 15px;
		margin-bottom: 15px;
	}		
	.t18-search-related-keyword-list li a {
		padding: 10px 25px 12px;
		font-size: 2.1rem;
	}
}

/*-------------------------------------------------
    検索結果
---------------------------------------------------*/ 
.t18-search-tab-btn-area {
	display: flex;
	list-style-type: none;
	border-bottom: 5px solid #605a5a;
	margin: 0;
	padding: 0;
	font-size: 0;
}
.t18-search-tab-btn-area > li {
	cursor: pointer;
	display: inline-block;
	width: 49%;
	margin-right: 2%;
	color: #605a5a;
	background-color: #eee;
	font-size: 2rem;
	padding: 20px 0;
	text-align: center;
}
.t18-search-tab-btn-area > li:hover {
	opacity: 0.8;
}
.t18-search-tab-btn-area > li:nth-child(2) {
	margin-right: 0;
}
.t18-search-tab-btn-area > li.tab_current {
	cursor: default;
	color: #fff;
	background-color: #605a5a;
}
.t18-search-tab-btn-area > li.tab_current:hover {
	opacity: 1;
}

/* 検索数表示エリア */
.t18-search-results-number-area {
	margin: 0 0 40px;
	padding-bottom: 10px;
	border-bottom: 5px solid #605a5a;
}
.t18-search-results-number-area p {
	display: inline-block;
	font-size: 1.6rem;
	margin: 0;
	padding: 0;
}
.t18-search-results-number-area span {
	font-size: 3rem;
	font-weight: bold;
	padding-right: 2px;
}
.content2 .t18-search-results-number-area span {
	padding-left: 3px;
}

/* 検索結果リスト */
.t18-search-tab-content-area {
	display: block;
	list-style-type: none;
	margin: 40px 0 60px;
	padding: 0;
	width: 100%;
}
.t18-search-tab-content-area > li {
	display: block;
	margin-bottom: 80px;
}
.t18-search-tab-content-area > li.content_current {
	display: block;
}
.t18-search-results-number {
	display: block;
	font-size: 1.6rem;
	margin: 20px 0;
}
.t18-search-results-list {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.t18-search-results-list li {
	display: block;
	margin-bottom: 30px;
	font-size: 1.6rem;
}
.t18-search-results-list li a {
	display: flex;
	align-items: flex-start;
	text-decoration: none;
    color: #000;
}
.t18-search-results-list li a:hover {
	opacity: 0.8;
}
.t18-search-results-img {
	display: inline-block;
	width: 160px;
	height: auto;
	margin-right: 20px;
	border: 1px solid #ccc;
	flex-shrink: 0;
	font-size: 0;
}
.t18-search-results-img img {
	width: 100%;
	height: auto;
}
a:hover .t18-search-results-img img {
	opacity: 1;
}
.t18-search-results-txt {
	display: inline-block;
	text-decoration: none;
	line-height: 1.5;
	font-size: 1.3rem;
	width: 100%;
	word-break:break-all;
}
.t18-search-results-txt-cate {
	display: inline-block;
	border: 1px solid #cc0600;
	margin: 0 0 5px;
    padding: 0;
	height: 23px;
}
.t18-search-results-txt-cate img {
	width: auto;
	height: 100%;
}
a:hover .t18-search-results-txt-cate img {
	opacity: 1;
}
.t18-search-results-txt-name {
	display: block;
	color: #0044cc;
	font-size: 1.8rem;
	margin: 0;
	line-height: 1.3;
}
.t18-search-results-list li a:hover .t18-search-results-txt-name {
	text-decoration: underline;
}
.t18-search-results-txt-explain {
	display: inline-block;
	font-size: 1.3rem;
	margin: 5px 0 0;
}
.t18-search-results-txt-attribute {
	display: flex;
	margin: 0;
	max-height: 100%;
}
.t18-search-results-txt .t18-search-results-txt-attribute:first-of-type {
	margin-top: 12px;
}
.t18-search-results-txt-attribute dt {
	display: inline-block;
	flex-shrink: 0;
	margin: 0;
}
.t18-search-results-txt-attribute dd {
	display: inline-block;
	margin: 0;
}
.t18-search-not-found {
	font-size: 1.6rem;
    line-height: 1.8;
}
.t18-search-not-found a {
	color: #2432FE;
    display: inline-block;
    padding: 0 2px;
    font-weight: bold;
}
.t18-search-not-found a:hover {
	opacity: 0.7;
}

/* ページ内検索10件以降 */
.t18-search-results-page-10more {
	padding: 13px 20px;
	background-color: #f0f0f0;
}
.t18-search-results-page-10more p {
	display: inline-block;
	font-size: 1.6rem;
	padding: 0;
	margin: 0;
}
.t18-search-results-page-10more a {
	text-decoration: underline;
	margin-left: 5px;
}
.t18-search-results-page-10more a:hover {
	opacity: 0.6;
}

@media screen and (max-width: 750px) {
	.t18-search-tab-btn-area {
		border-bottom: 5px solid #605a5a;
	}
	.t18-search-tab-btn-area > li {
		font-size: 2.6rem;
		padding: 25px 0;
		height: 80px;
	}

	/* 検索数表示エリア */
	.t18-search-results-number-area p {
		font-size: 2.4rem;
	}
	.t18-search-results-number-area span {
		font-size: 3.6rem;
	}
	.content2 .t18-search-results-number-area span {
		padding-left: 6px;
	}

	/* 検索結果リスト */
	.t18-search-results-number {
		font-size: 2.6rem;
		margin: 30px 0;
	}
	.t18-search-results-list li {
		margin-bottom: 40px;
		font-size: 3rem;
	}
	.t18-search-results-img {
		width: 30%;
		margin-right: 4%;
	}
	.t18-search-results-txt {
		line-height: 1.4;
		font-size: 2.2rem;
	}
	.t18-search-results-txt-cate {
		margin: 0 0 10px;
		height: 36px;
	}
	.t18-search-results-txt-name {
		font-size: 2.8rem;
	}
	.t18-search-results-txt-explain {
		font-size: 2.2rem;
	}
	.t18-search-results-txt-attribute {
		font-size: 2.2rem;
	}
	.t18-search-results-txt .t18-search-results-txt-attribute:first-of-type {
		margin-top: 20px;
	}
	.t18-search-not-found {
		font-size: 2.8rem;
	}

	/* ページ内検索10件以降 */
	.t18-search-results-page-10more {
		padding: 18px 25px;
	}
	.t18-search-results-page-10more p {
		font-size: 2.4rem;
		line-height: 1.3;
	}
}

/*-------------------------------------------------
	ページャー
---------------------------------------------------*/
.t18-pager_area {
	margin: 60px auto;
}
.t18-pager_list {
	list-style-type: none;
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
}
.t18-pager_list li {
	display: inline-block;
	font-size: 1.6rem;
	margin-right: 10px;
}
.t18-pager_list li:last-child {
	margin-right: 0;
}
.t18-pager_list li a {
	display: inline-block;
	background-color: #fff;
	color: #999;
	width: 40px;
	height: 40px;
	line-height: 39px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #ddd;
}
.t18-pager_list li a:hover {
	opacity: 0.7;
}
.t18-pager_list li.pager_current a {
	cursor: default;
	background-color: #cc0600;
	color: #fff;
	border: 1px solid #cc0600;
}
.t18-pager_list li.pager_current a:hover {
	opacity: 1;
}
.t18-pager_list li.pager_prev a,
.t18-pager_list li.pager_next a {
	background-color: #eee;
	border: 1px solid #eee;
}
.t18-pager_list li a .pager_arrow {
	position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
	width: 100%;
	height: 100%;
}
.t18-pager_list li a .pager_arrow::before,
.t18-pager_list li a .pager_arrow::after {
    content: "";
	position: absolute;
    top: 0;
    bottom: 0;
	left: 36%;
    width: 8px;
    height: 8px;
    margin: auto;	
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.t18-pager_list li a .pager_arrow::after {
	left: 51%;
}
.t18-pager_list li.pager_next a .pager_arrow::before,
.t18-pager_list li.pager_next a .pager_arrow::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.t18-pager_list li.pager_next a .pager_arrow::before {
	left: 27%;
}
.t18-pager_list li.pager_next a .pager_arrow::after {
	left: 43%;
}
.t18-pager_list li.pager_dot {
	line-height: 30px;
	color: #999;
}

@media screen and (max-width: 750px) {
	.t18-pager_list li {
		font-size: 2.4rem;
		margin-right: 12px;
	}
	.t18-pager_list li a {
		width: 56px;
		height: 56px;
		line-height: 55px;
		border-width: 2px;
	}
	.t18-pager_list li a .pager_arrow::before,
	.t18-pager_list li a .pager_arrow::after {
		width: 8px;
		height: 8px;
		border-width: 2px;
	}
	.t18-pager_list li.pager_dot {
		line-height: 46px;
	}
}