.BreadcrumbArea {
	background-color: #f5f5f5;
}
#main #Breadcrumb li a {
	color: #999;
}
#main #Breadcrumb li:last-child a {
    color: #35ab93;
}
#main #Breadcrumb li:after {
	color: #999;
}
.l-inner {
	max-width:1100px;
	margin: 0 auto;
}

.searchResult_title {
	font-size: 1.2rem;
	font-weight: normal;
	padding-bottom: 0.4rem;
}
.searchResult_title span {
	font-size: 1.5rem;
	font-weight: bold;
	padding-right: 0.2rem;
}

.searchResult_box {
	display: flex;
	flex-flow: row wrap;
	gap: 20px;
}

.square-thumb {
  position: relative;
	flex-shrink: 0;
  width: calc((100% - 40px)/3) !important;
  height: auto !important;
	aspect-ratio: 300 / 200;
  margin: 0 !important;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
}

.square-thumb .copy_btn {
  position: absolute;
  bottom: 6px;
  right: 6px;
  padding: 2px 3px 2px 20px;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-image: url(../images/icon_copy.png);
  background-size: 12px 12px;
  background-position: 5px, center;
  background-repeat: no-repeat;
  background-color: #7d7d7d;
  color: #fff;
  font-size: 10px;
  cursor: pointer;
  z-index: 9998;
}

.bnr_info {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  max-height: 52px;
  background: rgba(255, 255, 255, 0.6);
}

.bnr_info .title {
  width: 100%;
  padding: 2px 84px 6px 6px;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: right;
  box-sizing: border-box;
}

.bnr_info .title a {
  color: #333;
  transition: all .5s ease;
}

.bnr_info .title a:hover {
  color: #35ab93;
}

.tags {
  display: block;
  padding: 4px 4px 4px;
  font-size: 0;
  box-sizing: border-box;
}

.tags li {
  display: inline-block;
  position: relative;
  max-width: 17%;
  z-index: 9990;
  margin: 2px;
  padding: 1px 5px;
  font-size: 10px;
  background: #35ab93;
  border-radius: 2px;
}

.tags a {
  display: block;
  width: 100%;
  /*! padding: 2px 5px; */
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.taglink {
  display: inline-block;
  padding: 2px 5px;
  margin: 5px 5px 0 0;
  background: #fff;
  color: #333 !important;
  border-radius: 3px;
}

.more_detail {
  background: #eee;
}

.more_detail a {
  display: block;
  padding: 2px 10px;
  font-size: 10px;
  color: #333;
  text-align: right;
}

.square-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
}

/*検索欄*/
.c-form {
    padding-top: 20px;
    text-align: center;
}

.c-form input[type="text"] {
	width: 20%;
	height: 32px;
	padding: 5px 10px;
	border-radius: 5px;
	border: solid 1px #cecece;
	box-sizing: border-box;
}
@media (max-width: 748px) {
.c-form input[type="text"] {
    width: 40%;
}
}

.c-form button[type="submit"] {
	height: 32px;
	box-sizing: border-box;
	padding: 4px 15px;
	border-radius: 5px;
	font-size: 14px;
	background: #35ab93;
	color: #fff;
	border: none;
	cursor: pointer;
	transition: .2s ease-in;
}

.c-form button[type="submit"]:hover {
    opacity: 0.6;
    transition: .2s ease-in;
}

/*カテゴリ系レイアウト*/
.searchFrom_container {
	background-color: #f5f5f5;
	box-sizing: border-box;
	margin-top: 40px;
	padding: 30px 0 30px;
}
.filterBtn {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
padding: 1rem;
}
.filterBtn--ctg li {
    font-size: 16px;
    margin: 5px;
    border-radius: 5px;
    border: solid 1px transparent;
    min-width: 86px;
background: #fff;
    color: #35ab93;
    font-weight: bold;
text-align: center;
}
.filterBtn .active.mixitup-control-active,
.filterBtn button.mixitup-control-active {
    background: #35ab93;
    color: #fff;
}
.filterBtn--tag{
    padding: 0;
    padding-bottom: 1rem;
}
.filterBtn--tag span{
    font-size: 12px;
}
.filterBtn--tag li {
    margin: 0 0.2rem 0.2rem;
    
    background: #35ab93;
    font-size: 10px;
    border-radius: 2px;
    padding: 0.1rem 0.4rem;
}
.filterBtn--tag li a{
    color: #fff;
}
.checkedItemTxt{
    opacity: 0;
pointer-events: none;
    margin-top: -40px;
    /*position: absolute;*/
}
.filterBtn--ctg li a{
  color: #35ab93;
    padding: 5px 10px;
    display: block;
}
.filterBtn li.is-active a{
  color: #fff;
}

/*コピー*/
.copy_btn, .copy_btn_d {
  position: relative;
}

.copy_btn.tooltip::after,
.copy_btn_d.tooltip::after {
  content: 'コピーしました!';
  position: absolute;
  top: -10px;
  left: -110px;
  /*transform: translateX(-50%);*/
  background: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 10;
}