﻿@charset "utf-8";
/* ==========================================================================
# ttl.css
タイトル用CSS

## Filepath
/css-cmn/

## History
2018/10/29 新規作成

==========================================================================*/

.review_ttl::before {
  background: url(/static/detail/image-cmn/ico-review.svg) 0 0 / 34px 30px no-repeat;
  content: "";
  height: 30px;
  width: 34px;
}
.detail_member .review_ttl::before {
  background-image: url(/static/detail/image-cmn/member/ico-review-member.svg);
}
.photo_ttl::before {
  background: url(/static/image-cmn/ico-search-btn.png) -68px 0 / 170px 27px no-repeat;
  content: "";
  height: 27px;
  width: 34px;
}
.detail_contributor .ttl07.photo_ttl::before,
.detail_member .detail_article .detail_contributor .ttl01.photo_ttl::before,
.detail_member .photo_ttl::before,
.detail_contributor .photo_ttl::before {
    background-image: url(/static/image-cmn/ico-search-btn09.png);
    z-index: 2;
}
.movie_ttl::before {
  background: url(/static/image-cmn/ico-search-btn.png) -102px 0 / 170px 27px no-repeat;
  content: "";
  height: 27px;
  width: 34px;
}
.detail_contributor .ttl07.movie_ttl::before,
.detail_member .detail_article .detail_contributor .ttl01.movie_ttl::before,
.detail_member .movie_ttl::before,
.detail_contributor .movie_ttl::before {
    background-image: url(/static/image-cmn/ico-search-btn09.png);
    z-index: 2;
}

.access_ttl::before {
  content: "\e536";
  font-size: 3rem;
}
.japanmap_ttl::before {
  background: url(/static/image-cmn/ico-search-btn10.png) -137px 0 / 170px 27px no-repeat;
  content: "";
  height: 27px;
  width: 34px;
}
.detail_member .japanmap_ttl::before {
  background-image: url(/static/image-cmn/ico-search-btn03.png);
}
.info_ttl::before {
  content: "\e0ee";
  font-size: 3rem;
  top: 6px;
  z-index: 2;
}
.info_ttl02::before {
  content: "\e873";
}
.location_ttl::before {
  content: "\e0c8";
  font-size: 3.2rem;
  top: 5px;
  z-index: 2;
}
.facility_ttl::before {
  content: "\e8d1";
  font-size: 3rem;
  left: 4px;
}
.detail_member .ttl01.facility_ttl::before {
  content: "\e8d1";
  font-size: 3rem;
  left: 4px;
  top: 5px;
  z-index: 2;
}
.message_ttl::before {
	content: "\e0d8";
  font-size: 2.8rem;
}
.report_ttl::before {
	content: "\e873";
  font-size: 2.8rem;
  top: 6px;
  z-index: 2;
}
.staff_ttl::before {
	content: "\e7fd";
	font-size: 3.5rem;
  top: 2px;
}
.company_ttl::before {
	content: "\e0af";
	font-size: 2.8rem;
  z-index: 2;
}
.house_member_ttl::before {
  background: url(/static/detail/image-cmn/member/ico-house-member.png) center center / contain no-repeat;
  content: "";
  height: 24px;
  position: absolute;
}
.plan_ttl::before {
	background: url(/static/priceplan/image/ico-plan.svg) 0 0 / contain no-repeat;
	content: "";
	height: 26px;
	width: 27px;
}
.kyujin_ttl::before {
	background: url(/static/kyujin/image/ico-kyujin.svg) 0 0 / contain no-repeat;
	content: "";
	height: 24px;
	width: 27px;
}
.area_support_ttl::before {
  background: url(/static/image-cmn/ico-area-support.png) 0 0 / contain no-repeat;
  content: "";
  height: 22px;
  left: 10px;
  top: 15px;
  width: 22px;
}
@media screen and (min-width: 768px), print {
  .message_ttl::before {
      top: 8px;
    z-index: 2;
  }
  .house_member_ttl::before {
      top: 10px;
    z-index: 2;
  }
  .company_ttl::before {
    top: 7px;
  }
  .ttl01.photo_ttl::before {
    top: 9px;
  }
  .ttl07.photo_ttl::before {
    top: 8px;
  }
  .ttl01.movie_ttl::before {
    top: 9px;
  }
  .ttl07.movie_ttl::before {
    top: 8px;
  }
  .plan_ttl::before {
    top: 12px;
  }
  .kyujin_ttl::before {
    top: 11px;
  }
  .japanmap_ttl::before {
    top: 11px;
  }
}
@media screen and (max-width: 767px) {
  .message_ttl::before {
    top: 9px;
  }
  .access_ttl::before {
    top: 7px;
  }
  .japanmap_ttl::before {
    left: 20px;
  }
  .location_ttl::before {
    left: 15px;
    top: 6px;
  }
  .info_ttl::before {
    top: 6px;
  }
  .facility_ttl::before {
    top: 6px;
  }
  .report_ttl::before {
    top: 7px;
  }
  .staff_ttl::before {
    top: 4px;
  }
  .company_ttl::before {
    top: 7px;
  }
  .plan_ttl::before {
    left: 25px;
    top: 10px;
  }
}

/* kuchikomi ttl */
.kuchikomi_ttl::before {
	background: url(/static/image-cmn/ico-review-white.png) 0 0 no-repeat;
	content: "";
	height: 24px;
	left: 16px;
	width: 34px;
}