@charset "UTF-8";

/**
*
* /s/ページ 結果部分
* ※一部順不同のためブラウザから検索して特定
*
* 注意
* flex-basisはie11でバグがあるため不使用推奨
**/
.search_result_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.search_result_wrap {}
}

.search_result_item {
	width: 49%;
	display: flex;
	flex-direction: column;
	padding: 10px;
	background: #fff;
	margin-bottom: 2%;
	box-shadow: 10px 10px 10px 0px rgb(0 0 0 / 10%);
}

@media (max-width: 767px) {
	.search_result_item {
		padding: 0.875rem;
		margin: 0 0 0.875rem;
		/*overflow: hidden;*/
	}
}

@media screen and (max-width: 575px) {
	.search_result_item {
		width: 100%;
		margin-bottom: 30px;
	}
}

.search_result_item .company {
	margin: 0;
	padding: 0 1.5625rem 0 1.5625rem;
	line-height: 1.6;
	font-size: 0.875rem;
}

.search_result_item .company a {}

@media (max-width: 767px) {
	.search_result_item .company {
		margin: 0;
		padding: 0 1rem;
		line-height: 1.6;
		font-size: .875rem;
	}
}

.search_result_item .tit01 a {}

@media (max-width: 767px) {
	.search_result_item .tit01 {
		line-height: 1.6;
		font-size: 1.5rem;
		font-weight: 700;
	}
}

.search_result_item .data {
	margin: 0;
	padding: 0;
	width: 67.5%;
	float: right;
}

.search_result_item .data table {
	margin: 0;
	padding: 0;
	width: 100%;
}

.search_result_item .data table th {
	margin: 0;
	padding: 0.8125rem 0 0.8125rem 0.25rem;
	width: 6.25rem;
	line-height: 1.6;
	font-weight: 700;
	border-bottom: 1px solid #bfbfbf;
	vertical-align: middle;
}

.search_result_item .data table td {
	margin: 0;
	padding: 0.8125rem 0 0.8125rem 0;
	line-height: 1.6;
	font-size: 0.875rem;
	border-bottom: 1px solid #bfbfbf;
	vertical-align: middle;
}

@media (max-width: 767px) {
	.search_result_item .data {
		margin: 0;
		padding: 0;
		width: 100%;
		float: none;
		overflow: hidden;
	}

	.search_result_item .data table {
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.search_result_item .data table th {
		margin: 0;
		padding: .8125rem 0 .8125rem .25rem;
		width: 6.25rem;
		line-height: 1.6;
		font-size: .875rem;
		font-weight: 700;
		border-bottom: 1px solid #bfbfbf;
		vertical-align: middle;
	}

	.search_result_item .data table td {
		margin: 0;
		padding: .8125rem 0;
		line-height: 1.6;
		font-size: .875rem;
		border-bottom: 1px solid #bfbfbf;
		vertical-align: middle;
	}
}

.search_result_item .info01 {
	margin: 0 0 1.25rem 0;
	padding: 0.5rem 1rem;
	line-height: 1.5em;
	font-size: 0.875rem;
	background: #e8ebed;
	border: 1px solid #d0d2d2;
	border-left: none;
	border-right: none;
	overflow: hidden;
}

.search_result_item .info01 dt {
	margin: 0;
	padding: 2px 0 0.5rem 2rem;
	line-height: 1.5em;
	font-weight: 700;
	color: #062351;
	background: url("../images/icon_03.png")no-repeat 0 0;
}

@media (max-width: 767px) {
	.search_result_item .info01 {
		margin: 0 0 1.25rem;
		padding: 0.5rem 1rem;
		line-height: 1.5em;
		font-size: .875rem;
		background: #e8ebed;
		border: 1px solid #d0d2d2;
		border-left: none;
		border-right: none;
		overflow: hidden;
	}

	.search_result_item .info01 dt {
		margin: 0;
		padding: 2px 0 .5rem 2rem;
		line-height: 1.5em;
		font-size: 1rem;
		font-weight: 700;
		color: #062351;
		background: url(../images/icon_03.png)no-repeat 0 0;
	}
}

.search_result_item .info02 {
	margin: 0;
	padding: 0 1.5625rem 0.5rem 0;
	line-height: 1.2em;
	font-size: 0.875rem;
}

.search_result_item .info02 .list {
	margin: 0 0 1rem 0;
	overflow: hidden;
}

.search_result_item .info02 .list li {
	margin: 0 1.33% 0.5rem 0;
	padding: 0;
	width: 24%;
	float: left;
	display: table;
}

.search_result_item .info02 .list li:nth-of-type(4n) {
	margin: 0 0 0.5rem 0;
}

.search_result_item .info02 .list li:nth-of-type(4n+1) {
	clear: both;
}

.search_result_item .info02 .list li .cell {
	width: 100%;
	height: 2.5rem;
	line-height: 1.2em;
	font-size: 0.875rem;
	color: #595757;
	background: #e8ebed;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.search_result_item .info02 .list li.on .cell {
	color: #fff;
	background: #6cb3d4;
}

.search_result_item .info02 .tit02 {
	margin: 0 0 0 1.25rem;
	padding: 1.125rem 0 0 0;
	width: 7.5rem;
	line-height: 1.2em;
	font-size: 1.5rem;
	float: left;
	display: inline;
}

.search_result_item .info02 .tit02 .eng {
	margin: 0;
	padding: 0.3125rem 0 0 0;
	line-height: 1.2em;
	font-size: 0.875rem;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #00245d;
	display: block;
}

@media (max-width: 767px) {
	.search_result_item .info02 {
		margin: 0;
		padding: 0 0 0.5rem;
		line-height: 1.2em;
		font-size: .875rem;
	}

	.search_result_item .info02 .list {
		margin: 0 1rem 1rem;
		overflow: hidden;
	}

	.search_result_item .info02 .list li {
		margin: 0 0 0.5rem;
		padding: 0;
		width: 48%;
		float: left;
		display: table;
	}

	.search_result_item .info02 .list li:nth-of-type(4n) {
		margin: 0 0 0.5rem;
	}

	.search_result_item .info02 .list li:nth-of-type(4n+1) {
		clear: none;
	}

	.search_result_item .info02 .list li:nth-of-type(2n) {
		float: right;
	}

	.search_result_item .info02 .list li:nth-of-type(2n+1) {
		clear: both;
	}

	.search_result_item .info02 .list li .cell {
		width: 100%;
		height: 2.5rem;
		line-height: 1.2em;
		font-size: .875rem;
		color: #595757;
		background: #e8ebed;
		text-align: center;
		display: table-cell;
		vertical-align: middle;
	}

	.search_result_item .info02 .list li.on .cell {
		color: #fff;
		background: #6cb3d4;
	}

	.search_result_item .info02 .tit02 {
		margin: 0 1rem 1rem;
		padding: 0.5rem 0 0;
		width: auto;
		line-height: 1.2em;
		font-size: 1.5rem;
		float: none;
		display: block;
	}

	.search_result_item .info02 .tit02 .eng {
		margin: 0;
		padding: .3125rem 0 0;
		line-height: 1.2em;
		font-size: .875rem;
		font-family: Arial, Helvetica, sans-serif;
		font-style: italic;
		color: #00245d;
		display: block;
	}
}

.search_result_item .box_btn {
	margin: 0;
	padding: 2rem 0 0;
	overflow: hidden;
	-webkit-order: 99;
	-ms-flex-order: 99;
	order: 99;
	display: none;
}

.search_result_item .box_btn .btn01 {
	margin: 0 0 0 3.4%;
	padding: 0;
	width: 45%;
	text-align: center;
	float: left;
}

.search_result_item .box_btn .btn02 {
	margin: 0 3.4% 0 0;
	padding: 0;
	width: 45%;
	text-align: center;
	float: right;
}

.search_result_item .box_btn .btn02 a {
	margin: 0;
	padding: 1rem;
	line-height: 1.2em;
	font-size: 1.125rem;
	font-weight: 700;
	color: #fff;
	background: #062452;
	border: 1px solid #062452;
	text-align: center;
	display: block;
}

@media (max-width: 767px) {
	.search_result_item .box_btn {
		margin: 0;
		padding: 0.75rem 0 0;
		border-top: 1px solid #d0d2d2;
		overflow: hidden;
	}

	.search_result_item .box_btn .btn01 {
		margin: 0 auto 1.25rem;
		padding: 0;
		width: 90%;
		text-align: center;
		float: none;
	}

	.search_result_item .box_btn .btn01 a {
		margin: 0;
		padding: 1rem;
		line-height: 1.2em;
		font-size: 1.125rem;
		font-weight: 700;
		color: #062452;
		background: #fff;
		border: 1px solid #062452;
		text-align: center;
		display: block;
	}

	.search_result_item .box_btn .btn02 {
		margin: 0 auto;
		padding: 0;
		width: 90%;
		text-align: center;
		float: none;
	}

	.search_result_item .box_btn .btn02 a {
		margin: 0;
		padding: 1rem;
		line-height: 1.2em;
		font-size: 1.125rem;
		font-weight: 700;
		color: #fff;
		background: #062452;
		border: 1px solid #062452;
		text-align: center;
		display: block;
	}
}

.search_result_wrap .title_parts {
	font-size: 14px;
}

.search_result_wrap .title_parts .tit01 {
	color: #006900;
	font-size: 22px;
	font-weight: 500;
}

.search_result_wrap .title_parts .tit01 a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.search_result_wrap .title_parts .btn {
	position: absolute;
	right: 0;
	top: 0.25rem;
	z-index: 1;
	display: flex;
	align-items: center;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 50%;
	border: solid 1px #fecacf;
	background: #fecacf;
	color: #fff;
	font-size: 0.9375rem;
	text-align: center;
	padding: 0;
	transition: all 0.2s ease;
}

.search_result_wrap .title_parts .btn.active {
	border: solid 1px #fd7686;
	background: #fd7686;
	color: #fff;
	opacity: 1;
}

@media (min-width: 768px) {

	.search_result_wrap .title_parts .btn:focus,
	.search_result_wrap .title_parts .btn:hover {
		border: solid 1px #fd7686;
		background: #fff;
		color: #fd7686;
		opacity: 1;
	}

	.search_result_wrap .title_parts .btn:active {
		border: solid 1px #fd7686;
		background: #fd7686;
		color: #fff;
		opacity: 1;
	}
}

.search_result_wrap .title_parts .btn::before {
	content: '\f443';
	/* fill ver */
	/* content: '\f442'; */
	/* outline ver */
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	z-index: 1;
	transform: translate(0, 2.5%) scaleX(0.9);
	color: inherit;
}

.search_result_wrap .title_parts .btn.active::before {}

.search_result_wrap .title_parts .btn:focus::before,
.search_result_wrap .title_parts .btn:hover::before {}

.search_result_wrap .title_parts .btn:active::before {}

@media (max-width: 767px) {
	.search_result_wrap .title_parts {
		padding: 0.875rem 0 0;
	}

	.search_result_wrap .title_parts .btn {
		top: 0.75rem;
	}
}

.search_result_wrap .grade_parts {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 0 1rem;
	position: relative;
}

@media (max-width: 1300px) {
	.search_result_wrap .grade_parts {}
}

@media (max-width: 767px) {
	.search_result_wrap .grade_parts {
		padding: 0;
	}
}

/* .grade_parts_tags */
.search_result_wrap .grade_parts .grade_parts_tags {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 767px) {
	.search_result_wrap .grade_parts .grade_parts_tags {
		width: 100%;
		padding-right: 2.25rem;
		margin: 0 0 0.5rem;
	}
}

.search_result_wrap .text_parts .detail_link {
	align-self: center;
}

.search_result_wrap .text_parts .detail_link a {
	position: relative;
	display: inline-block;
	color: #006900;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .05em;
	padding-left: 0.75rem;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.search_result_wrap .text_parts .detail_link a::before {
	content: '';
	top: .573em;
	left: 0;
	width: .25em;
	height: .25em;
	color: #666;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.2em;
	display: block;
	position: absolute;
	border-top: 2px solid #006900;
	border-right: 2px solid #006900;
	border-bottom: 2px solid transparent;
	border-left: 2px solid transparent;
	transform: rotate(45deg);
}

@media (max-width: 767px) {
	.search_result_wrap .text_parts .detail_link {
		padding-bottom: 1rem;
	}

	.search_result_wrap .text_parts .detail_contact_s {
		margin-bottom: 1rem;
	}
}


/**
* タグ・カテゴリ（グレードタグ）
* ※詳細ページと共通のスタイル
**/
.grade_parts_tags {}

.grade_parts_tags>label {
	display: block;
	margin: 0 0.25rem 0 0;
	background: #f4f4f4;
	color: inherit;
	font-size: 0.625rem;
	font-weight: bold;
	line-height: 1;
	padding: 0.5rem 0.75rem;
	border-radius: 3em;
	text-align: center;
	position: relative;
	z-index: 1;
	cursor: pointer;
}

.grade_parts_tags>label:focus,
.grade_parts_tags>label:hover {
	opacity: 1;
}

.grade_parts_tags>label>button {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 5;
	border: none;
	background: transparent;
	cursor: pointer;
}

.grade_parts_tags>label:focus>button,
.grade_parts_tags>label:hover>button,
.grade_parts_tags>label>button:focus,
.grade_parts_tags>label>button:hover {
	opacity: 1;
}

.grade_parts_tags>label>button>img {
	display: none;
}

@media (max-width: 767px) {
	.grade_parts_tags>label {
		font-size: 0.5rem;
		line-height: 0.75rem;
		padding: 0.25rem 0.5rem;
	}

	.grade_parts_tags>label>button {
		top: 0.375rem;
		right: 0.3125rem;
	}
}

.grade_parts_tags .grade_parts_tag1,
.grade_parts_tags .grade_parts_tag2,
.grade_parts_tags .grade_parts_tag3,
.grade_parts_tags .grade_parts_tag4,
.grade_parts_tags .grade_parts_tag5,
.grade_parts_tags .grade_parts_tag6,
.grade_parts_tags .grade_parts_tag7,
.grade_parts_tags .grade_parts_tag8,
.grade_parts_tags .grade_parts_tag9,
.grade_parts_tags .grade_parts_tag10,
.grade_parts_tags .grade_parts_tag11,
.grade_parts_tags .grade_parts_tag12,
.grade_parts_tags .grade_parts_tag13,
.grade_parts_tags .grade_parts_tag14,
.grade_parts_tags .grade_parts_tag15,
.grade_parts_tags .grade_parts_tag16,
.grade_parts_tags .grade_parts_tag17,
.grade_parts_tags .grade_parts_tag18,
.grade_parts_tags .grade_parts_tag19,
.grade_parts_tags .grade_parts_tag20,
.grade_parts_tags .grade_parts_tag21,
.grade_parts_tags .grade_parts_tag22,
.grade_parts_tags .grade_parts_tag23 {
	background: #f4f4f4;
	color: inherit;
}

/**
* 色の設定
* 23色の場合 360 / 23 = Number hsla(Number,100%,34%,1.00)
* 12色の場合 360 / 12 = Number hsla(Number,100%,34%,1.00)
* 7色の場合 360 / 7 = Number hsla(Number,100%,34%,1.00)
* Numberは色相（単位：度）
* 小数点以下は削除
**/
/*
.grade_parts_tags .grade_parts_tag1 {background-color: hsla(198,100%,34%,1.00);color: #fff;}
.grade_parts_tags .grade_parts_tag2 {background-color: hsla(213,100%,34%,1.00);color: #fff;}
.grade_parts_tags .grade_parts_tag3 {background-color: hsla(243,100%,34%,1.00);color: #fff;}
.grade_parts_tags .grade_parts_tag4 {background-color: hsla(288,100%,34%,1.00);color: #fff;}
.grade_parts_tags .grade_parts_tag5 {background-color: hsla(348,100%,34%,1.00);color: #fff;}
.grade_parts_tags .grade_parts_tag6 {background-color: hsla(63,100%,34%,1.00);color: #fff;}
.grade_parts_tags .grade_parts_tag7 {background-color: hsla(153,100%,34%,1.00);color: #fff;}
.grade_parts_tags .grade_parts_tag8 {background-color: hsla(258,100%,34%,1.00);color: #fff;}
.grade_parts_tags .grade_parts_tag9 {background-color: hsla(18,100%,34%,1.00);color: #fff;}
.grade_parts_tags .grade_parts_tag10 {background-color: hsla(153,100%,34%,1.00);color: #fff;}
.grade_parts_tags .grade_parts_tag11 {background-color: hsla(303,100%,34%,1.00);color: #fff;}
.grade_parts_tags .grade_parts_tag12 {background-color: hsla(108,100%,34%,1.00);color: #fff;}
.grade_parts_tags .grade_parts_tag13 {background-color: hsla(288,100%,34%,1.00);color: #fff;}
.grade_parts_tags .grade_parts_tag14 {background-color: hsla(123,100%,34%,1.00);color: #fff;}
.grade_parts_tags .grade_parts_tag15 {background-color: hsla(333,100%,34%,1.00);color: #fff;}
.grade_parts_tags .grade_parts_tag16 {background-color: hsla(198,100%,34%,1.00);color: #fff;}
.grade_parts_tags .grade_parts_tag17 {background-color: hsla(78,100%,34%,1.00);color: #fff;}
.grade_parts_tags .grade_parts_tag18 {background-color: hsla(333,100%,34%,1.00);color: #fff;}
.grade_parts_tags .grade_parts_tag19 {background-color: hsla(243,100%,34%,1.00);color: #fff;}
.grade_parts_tags .grade_parts_tag20 {background-color: hsla(168,100%,34%,1.00);color: #fff;}
.grade_parts_tags .grade_parts_tag21 {background-color: hsla(108,100%,34%,1.00);color: #fff;}
.grade_parts_tags .grade_parts_tag22 {background-color: hsla(63,100%,34%,1.00);color: #fff;}
.grade_parts_tags .grade_parts_tag23 {background-color: hsla(33,100%,34%,1.00);color: #fff;}
*/
/* .grade_parts_score */
.search_result_wrap .grade_parts .grade_parts_score {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #706e6e;
	margin-left: auto;
	padding-right: 1.75rem;
}

@media (max-width: 1300px) {
	.search_result_wrap .grade_parts .grade_parts_score {}
}

@media (max-width: 767px) {
	.search_result_wrap .grade_parts .grade_parts_score {
		padding-right: 2.25rem;
	}
}

.search_result_wrap .grade_parts .grade_parts_score label {
	display: block;
	font-size: 0.625rem;
	font-weight: bold;
	text-align: center;
	width: 100%;
	position: relative;
	z-index: 1;
	opacity: 0.66;
}

.search_result_wrap .grade_parts .grade_parts_score p {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.search_result_wrap .grade_parts .grade_parts_score b {
	display: inline-block;
	font-size: 0.625rem;
	font-weight: inherit;
	line-height: 0.875rem;
}

.search_result_wrap .grade_parts .grade_parts_score b>a {
	display: inline-block;
	color: #e2ac40;
	font-size: 0.875rem;
	font-weight: inherit;
	line-height: 0.875rem;
}

.search_result_wrap .grade_parts .grade_parts_score small {
	display: inline-block;
	font-size: 0.625rem;
	font-weight: inherit;
	line-height: 0.875rem;
}

.search_result_wrap .grade_parts .grade_parts_score b+small {
	margin-left: 0.25rem;
}

/*.grade_parts_review {order: 2;}*/
/*.grade_parts_recommend {order: 1;}*/
@media (max-width: 767px) {
	.search_result_wrap .grade_parts .grade_parts_score {
		width: calc(100% - 5.5rem);
	}

	.search_result_wrap .grade_parts .grade_parts_score label {
		text-align: left;
		width: auto;
		margin-right: 0.25rem;
	}

	.search_result_wrap .grade_parts .grade_parts_score p {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		width: auto;
	}

	.search_result_wrap .grade_parts .grade_parts_score b {
		font-size: 0.625rem;
		line-height: 1rem;
	}

	.search_result_wrap .grade_parts .grade_parts_score b>a {
		font-size: 1rem;
		font-weight: bold;
		line-height: 1rem;
	}

	.search_result_wrap .grade_parts .grade_parts_score small {
		font-size: 0.625rem;
		line-height: 1rem;
	}

	/*.grade_parts_review {order: 2;}*/
	/*.grade_parts_recommend {order: 1;}*/
}

/* エリア名 .ddd_parts */
.search_result_wrap .grade_parts .ddd_parts {
	font-size: 0.625rem;
	padding: 0 0.5rem;
}

@media (max-width: 1300px) {
	.search_result_wrap .grade_parts .ddd_parts {
		padding: 0 0.5rem;
	}
}

@media (max-width: 767px) {
	.search_result_wrap .grade_parts .ddd_parts {
		padding: 0 0.5rem;
		width: 5.5rem;
	}
}

.search_result_wrap .grade_parts .ddd_parts>span {
	font-weight: bold;
}

.search_result_wrap .grade_parts .ddd_parts>span:empty {
	display: none;
}

.search_result_wrap .grade_parts .ddd_parts>span::before {
	content: '\f3a3';
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #006900;
	transform: translate(0, 16.66%)scale(1.5, 1.5);
	margin: 0 0.5rem 0 0;
}

.search_result_item_inner {
	display: flex;
	flex-direction: column;
}



.search_result_item .img_parts {
	width: 100%;
}

.search_result_item .img_parts .main_img {
	width: 100%;
}

.search_result_item .img_parts .main_img img {
	max-width: none;
	width: 100%;
	height: 350px;
	object-fit: contain;
	font-family: 'object-fit: contain;';
}

.search_result_item .img_parts .sub_img {
	width: calc((100% - 0.5rem) / 2);
	height: auto;
}

.search_result_item .img_parts .sub_img img {
	max-width: 250px;
	width: 100%;
	height: 5rem;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	vertical-align: middle;
	border-radius: 3px;
}

@media (max-width: 767px) {
	.search_result_item.new_design .bread_parts li a {
		font-size: 12px;
	}

	.search_result_item .img_parts {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-align-content: flex-start;
		-ms-flex-line-pack: start;
		align-content: flex-start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		background: #fff;
		width: 100%;
		height: 40vw;
	}

	.search_result_item .img_parts .main_img {
		position: relative;
		width: calc(66.66% - 0.25rem);
		height: 100%;
		margin: 0;
	}

	.search_result_item .img_parts .main_img:only-child {
		width: 100%;
	}

	.search_result_item .img_parts .main_img img {
		max-width: none;
		width: 100%;
		height: 100%;
	}

	.search_result_item .img_parts .sub_img {
		position: relative;
		width: calc(33.33% - 0.25rem);
		height: calc(50% - 0.25rem);
		margin: 0 0 0 0.5rem;
	}

	.search_result_item .img_parts .sub_img+.sub_img {
		margin-top: 0.5rem;
	}

	.search_result_item .img_parts .sub_img img {
		max-width: none;
		width: 100%;
		height: 100%;
	}
}

.search_result_item .text_parts {
	width: 100%;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: flex-start;
	padding: 30px;
}

@media screen and (max-width: 959px) {
	.search_result_item .text_parts {
		padding: 15px;
	}
}

.search_result_item .text_parts:first-child {
	width: 100%;
}

/* 画像無しの場合 */
@media (max-width: 767px) {
	.search_result_item .text_parts {
		width: 100%;
		padding: 0.875rem 0 0;
	}
}

.search_result_item .text_parts>h4 {
	color: #006900;
	font-size: 1.25rem;
	font-weight: bold;
	font-feature-settings: 'palt';
	line-height: 1.75rem;
	margin: 0 0 0.875rem;
}

.search_result_item .text_parts>*+h4 {
	border-top: solid 1px #e1ecc7;
	padding: 1rem 0 0;
}

.search_result_item .text_parts>h4 a {
	color: inherit;
}

.search_result_item .text_parts>h5 {
	color: inherit;
	font-size: inherit;
	font-weight: bold;
	font-feature-settings: 'palt';
	margin: 0 0 0.5rem;
}

.search_result_item .text_parts>*+h5 {
	padding: 1rem 0 0;
}

.search_result_item .text_parts>h5 a {
	color: inherit;
	text-decoration: underline;
}

@media (max-width: 767px) {
	.search_result_item .text_parts>h4 {
		font-size: 1rem;
		margin: 0 0 0.375rem;
	}

	.search_result_item .text_parts>*+h4 {
		border-top: none;
		padding: 0.75rem 0 0;
	}

	.search_result_item .text_parts>p {
		font-size: 0.6875rem;
		line-height: 1.125rem;
		margin: 0;
	}

	.search_result_item .text_parts>h4 a {
		color: #FA5882;
		font-weight: bold;
		text-decoration: underline;
	}

	.search_result_item .text_parts>h4 a * {
		color: inherit;
	}

	.search_result_item .text_parts>p a {
		color: inherit;
		font-size: inherit;
		font-weight: 400;
		letter-spacing: 0.1ex;
		text-decoration: underline;
		opacity: 0.66;
		margin-left: 0.25rem;
	}
}

.address_parts {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
	font-size: 14px;
	border-top: solid 1px #d6d6d6;
	padding: 10px 0;
	margin: 10px 0;
}

.address_parts.noborder {
	border-top: none;
	border-bottom: none;
	padding: 0;
}

.address_parts .icon_img {
	width: 15%;
	font-weight: 500;
	margin: 2px 0;
}

.address_parts .address_text {
	width: 85%;
	margin: 2px 0;
	padding-right: 10em;
}

@media (max-width: 767px) {
	.address_parts .address_text {
		width: 100%;
		padding-right: 0;
	}
}

@media screen and (max-width: 959px) {
	.address_parts .icon_img {
		width: 22%;
	}

	.search_result_item .address_parts .address_text {
		width: 78%;
	}
}

.search_result_item .address_parts .movie_icon_img {
	flex-basis: 100%;
}

.search_result_item .address_parts .movie_icon_img p {
	width: 100%;
	font-size: 0.875rem;
	line-height: 2.5rem;
	height: 2.5rem;
	color: #fff;
	margin: 0.5rem 0;
	background-color: #fc6968;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-weight: 700;
}

.search_result_item .address_parts .movie_icon_img p.movie_link_off {
	background-color: #e8e8e8;
}

.search_result_item .address_parts .movie_icon_img p::before {
	content: "";
	display: inline-block;
	position: relative;
	top: 0.25rem;
	left: -0.3125rem;
	width: 1.25rem;
	height: 1.25rem;
	background: url("../images/movie_btn.png")center center / 1.25rem no-repeat;
}

@media (max-width: 767px) {
	.search_result_item .address_parts .movie_icon_img {
		width: 33.33%;
	}

	.search_result_item .address_parts .movie_icon_img p {
		margin: 0;
		font-size: 0.75rem;
		line-height: 1.625rem;
		max-width: none;
		height: 1.625rem;
	}

	.search_result_item .address_parts .movie_icon_img p::before {
		top: 3px;
		width: 0.75rem;
		height: 0.75rem;
		background: url(../images/movie_btn.png)center center / 0.8125rem no-repeat;
	}

	.search_result_item .address_parts .icon_img {
		width: 4rem;
		font-size: 12px;
	}

	.search_result_item .address_parts .icon_img img {}

	.search_result_item .address_parts .address_text {
		width: calc(100% - 4rem);
		font-size: 12px;
		padding: 0;
		margin: 0;
	}
}

@media (max-width: 767px) {
	.search_result_wrap .box_btn .btn_net {
		margin-bottom: 0.5rem;
	}

	.search_change_box_btn {
		margin: 0 0 0.5rem;
	}

	.search_change_box_btn .btn_change {
		width: 60%;
		margin: 1.5625rem auto 0;
	}

	.search_change_box_btn a {
		width: 100%;
		margin: 0;
		padding: 0 .3125rem 0 0;
		line-height: 3.125rem;
		height: 3.125rem;
		font-size: .875rem;
		font-weight: 700;
		color: #383838;
		text-align: center;
		background: #fdef5d;
		border-bottom: 2px solid #9f952a;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		display: block;
		position: relative;
	}

	.search_change_box_btn a::after {
		content: '';
		margin-top: -.25rem;
		top: 50%;
		right: 0.75rem;
		width: .3125rem;
		height: .3125rem;
		display: block;
		position: absolute;
		border-top: 2px solid;
		border-right: 2px solid;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	.search_change_view {
		flex-basis: 100%;
		max-width: 100%;
		flex-wrap: wrap;
		clear: both;
		padding: 0 0.5rem 0.5rem;
		margin: 0.5rem 0;
		background: #fff;
	}

	.search_change_view div {
		flex-basis: 52%;
		text-align: left;
		margin: 0 0 0.375rem;
		border: 1px solid #006900;
		border-radius: 5px;
		background: #fff;
	}

	.search_change_view div:nth-child(2n),
	.search_change_view div:nth-child(4n) {
		width: calc((100% - 0.5rem) / 2);
	}

	.search_change_view div:first-child {
		width: 100%;
		text-align: center;
		margin: 0.5rem 0 0;
		border: none;
		box-shadow: none;
	}
}

.search_result_wrap .view_more {
	margin: 1.75rem 0 1rem;
}

.search_result_wrap .view_more .view_more_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	border: 1px solid #f99599;
	background-color: #fff;
	color: #f99599;
	font-size: 1.125rem;
	font-weight: 700;
	width: 80%;
	max-width: 300px;
	min-height: 60px;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.search_result_wrap .view_more .view_more_btn {
		width: 80%;
	}
}

/**
* タグ・カテゴリ（住所下のタグ）
**/
.search_result_item .tag_parts {
	width: 100%;
	font-size: 14px;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	.search_result_item .tag_parts {
		font-size: 12px;
	}
}

/**
* 閲覧履歴ページ
**/
/* 閲覧履歴ページ削除ボタン */
.search_result_item .btn_bookmark_delete {
	display: block;
	color: #999;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
	transform: translate(50%, -50%);
}

/* 削除ボタン アイコン */
.search_result_item .btn_bookmark_delete::before {
	/*content: '\f128';*/
	content: '\f12a';
	display: inline-flex;
	flex-direction: row;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-radius: 50%;
	border: solid 1px #f1f1f1;
	box-shadow: 0 4px 0.5rem -2px rgba(0, 0, 0, 0.2);
	background: #fff;
	font-size: 1rem;
	width: calc(1em + 8px);
	height: calc(1em + 8px);
}

/* 削除ボタン 文言 */
.search_result_item .btn_bookmark_delete>span {
	display: none;
	margin-left: 0.25rem;
}



/**
* 一覧　デザイン変更（2023）
**/
.search_result_item.new_design {
	position: relative;
	padding: 0;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 13%);
}

.search_result_item.new_design .search_result_item_inner {
	padding: 30px;
}

.search_result_item.new_design .reserve {
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 11;
}

.search_result_item.new_design .reserve a {
	display: block;
}

.search_result_item.new_design .reserve a span {
	position: relative;
	padding-left: 40px;
}

.search_result_item.new_design .reserve a span::before {
	content: "";
	position: absolute;
	background-image: url(/common/images/s/icon_plus.svg);
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 0;
	width: 30px;
	height: 30px;
}

.search_result_item.new_design .search_result_item_inner .img_parts {
	background-color: #F2F5F6;
}

.search_result_item.new_design .text_parts {
	padding: 20px 10px 10px;
}

.search_result_item.new_design .bread_parts {
	display: inline-flex;
	align-items: center;
	background-color: #e7eef0;
	border-top: 1px solid #fff;
	padding: 8px;
	width: 100%;
}

.search_result_item.new_design .bread_parts>img {
	width: 1.1em;
	height: auto;
	margin-right: 0.25rem;
}

.search_result_item.new_design .bread_parts ul {
	display: inline-flex;
}

.search_result_item.new_design .bread_parts li:before {
	content: '\f125';
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-size: 0.875em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

.search_result_item.new_design .bread_parts li:first-child:before {
	content: none;
}

.search_result_item.new_design .bread_parts li a {
	font-size: 14px;
	color: #006900;
}

.search_result_item.new_design .title_parts {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #D6D6D6;
	padding-bottom: 15px;
	width: 100%;
}

.search_result_item.new_design a.add_list_btn {
	display: block;
	width: 301px;
	max-width: 90%;
}

.search_result_item.new_design .ttl_box {
	flex: 1;
}

.search_result_item.new_design .price_parts {
	border-bottom: 1px solid #D6D6D6;
	width: 100%;
}

.search_result_item.new_design .price_parts table {
	width: 100%;
	text-align: left;
}

.search_result_item.new_design .price_parts table th,
.search_result_item.new_design .price_parts table td {
	border: none;
	padding: 10px 0;
	font-weight: bold;
}

.search_result_item.new_design .price_parts table th {
	color: #006900;
	width: 20%;
	padding-left: 0.5rem;
}

.search_result_item.new_design .price_parts table th img {
	padding-right: 8px;
	vertical-align: middle;
}

.search_result_item.new_design .price_parts table td {
	width: 80%;
	padding-left: 15px;
}

.search_result_item.new_design .price_parts table td span {
	color: #e66900;
	font-size: 22px;
	display: inline-block;
	padding: 0 3px;
}

.search_result_item.new_design .tag_parts {
	border-bottom: 1px solid #D6D6D6;
	padding: 15px 0 20px;
}

.search_result_item.new_design .tag_parts .list {
	display: flex;
	flex-wrap: wrap;
}

.search_result_item.new_design .tag_parts .list img {
	width: calc(100% / 6);
	padding: 5px;
}

.search_result_item.new_design .cta_parts {
	padding: 25px 0 0;
}

.search_result_item.new_design .cta_parts ul {
	display: flex;
	justify-content: space-between;
}

.search_result_item.new_design .cta_parts ul li {
	width: calc((100% - 20px) / 2);
}

.search_result_item.new_design .detail_link {
	display: block;
	border-radius: 50px;
	background-color: #006900;
	color: #fff;
	text-align: center;
	padding: 10px;
	max-width: 360px;
	margin: 15px auto 0;
	font-size: 18px;
}

.search_result_item.new_design .detail_link span {
	position: relative;
	padding-right: 15px;
}

.search_result_item.new_design .detail_link span::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
	.search_result_item.new_design .search_result_item_inner {
		padding: 30px 15px;
	}

	.search_result_item.new_design a.add_list_btn {
		position: absolute;
		top: 0;
		right: 0;
		width: auto;
		z-index: 9;
	}

	.search_result_item.new_design .price_parts table th {
		width: 40%;
	}

	.search_result_item.new_design .price_parts table td {
		width: 60%;
	}

	.search_result_item.new_design .price_parts table th img {
		vertical-align: middle;
	}

	.search_result_item.new_design .tag_parts .list img {
		width: calc(100% / 3);
	}

	.search_result_item.new_design .cta_parts ul {
		justify-content: center;
		flex-wrap: wrap;
	}

	.search_result_item.new_design .cta_parts ul li {
		max-width: 314px;
		width: 90%;
		margin-bottom: 15px;
	}

	.search_result_item.new_design .reserve a {
		font-size: 18px;
	}
}

.search_result_item.onecolumn {
	width: 100%;
}

.search_result_item.onecolumn .search_result_item_inner {
	display: flex;
	flex-direction: row;
	gap: 20px;
	flex-wrap: wrap;
}

.search_result_item.onecolumn .img_parts {
	width: 38%;
	flex-shrink: 0;
}

.search_result_item.onecolumn .img_parts .main_img img {
	height: auto;
}

.search_result_item.new_design .title_parts {
	border-bottom: none;
}

.search_result_item.onecolumn .text_parts {
	width: calc(60% - 20px);
	padding: 0;
}

.search_result_item.onecolumn .tag_parts {
	width: 100%;
	flex-basis: 100%;
	border: none;
	padding: 0;
}

.search_result_item.onecolumn .tag_parts .list img {
	width: calc(100% / 11);
	padding: 5px;
}

.search_result_item.new_design .price_parts {
	border-bottom: none;
}

.search_result_item.onecolumn .price_parts table th,
.search_result_item.onecolumn .price_parts table td {
	border: 1px solid black;
}


.search_result_item.onecolumn .cta_parts {
	width: 80%;
	padding:5px 0 0;
}

.search_result_item.onecolumn .cta_parts ul li {
	width: calc((100% - 20px) / 3);
}

.search_result_item.onecolumn .detail_link {
	margin: 18px auto 15px;
	padding: 1rem 3rem;
}


/* 1カラム用：右下に固定する */
.search_result_item.new_design.onecolumn {
	position: relative;
}

.search_result_item.new_design .onecolumnreserve {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 20;
}

/* ボタン本体 */
.onecolumnreserve .cotact_add {
	display: inline-flex;
	align-items: center;
	padding: 25px 41px;
	background: #0d85a6;
	/* ボタンの青（元の画像と同系） */
	color: #fff;
	text-decoration: none;
	border-radius: 18px 0 0 0;
	/* 左上だけ角丸 */
	font-size: 12px;
	line-height: 1.4;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

/* 白丸＋ */
.onecolumnreserve .reserve_icon {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 26px;
	height: 26px;
	margin-right: 8px;
	border-radius: 50%;
	background: #fff;
	color: #0d85a6;
	font-size: 18px;
	font-weight: bold;
}

/* テキスト */
.onecolumnreserve .reserve_text {
	display: inline-block;
	text-align: left;
	white-space: nowrap;
}


@media screen and (max-width: 959px) {
	.search_result_item.onecolumn .search_result_item_inner {
		flex-direction: column;
		gap: 0;
		flex-wrap: nowrap;
		padding-bottom : 0;
	}

	.search_result_item.onecolumn .img_parts {
		width: 100%;
		margin-bottom: 1rem;
	}

	.search_result_item.onecolumn .text_parts {
		width: 100%;
	}


	.search_result_item.onecolumn .tag_parts {
		width: 100%;
	}

	.search_result_item.onecolumn .tag_parts .list img {
		width: calc(100% / 4);
	}


	.search_result_item.onecolumn .img_parts .main_img img {
		height: 100%;
	}

	.search_result_item.new_design .cta_parts {
		width: 100%
	}

	.search_result_item.onecolumn .cta_parts ul li {
		width: calc((100% - 25px) / 2);
		margin: 0 0.3rem;
	}

	.search_result_item.onecolumn .detail_link_li {
		width: 100%;
	}

	.search_result_item.onecolumn .detail_link {
		padding: 10px;
		font-size: 13px;
	}

	.search_result_item.new_design .onecolumnreserve {
		position: static;
		margin-top: 12px;
		padding: 0;
	}


	.onecolumnreserve .cotact_add {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		box-sizing: border-box;
		padding: 10px 16px;
		background: #0d85a6;
		border-radius: 0;
		/* pill 型にする */
		text-align: center;
		color: #fff;
		text-decoration: none;
	}

	.onecolumnreserve .reserve_icon {
		margin-right: 8px;
		background: #fff;
		color: #0d85a6;
		width: 24px;
		height: 24px;
		border-radius: 50%;
		/* ＋ の白丸だけは丸のまま */
	}

	.onecolumnreserve .reserve_text {
		white-space: nowrap;
		font-size: 14px;
	}

}

/* 比較検討リスト追加済み状態 */
.onecolumnreserve .cotact_add.added {
	background: #50a343;
}

.onecolumnreserve .cotact_add.added .reserve_icon {
	color: #50a343;
}

/* 詳細ページの追加済みボタン */
#cotact_add.added {
	display: inline-block;
	background-color: #50a343;
	padding: 12px 24px;
	border-radius: 50px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	box-shadow: 0 4px 0 #3d7a3d;
}

#cotact_add.added:hover {
	opacity: 0.9;
}