@charset "utf-8";
/* ============================================================================

title : ホームメイトリサーチ カテゴリ　全カテゴリ一覧を見る
scope : ホームメイトリサーチ カテゴリ　全カテゴリ一覧を見る PC

============================================================================ */

/* ----------------------
 基本
------------------------ */

body {
  text-align: center;
  color: #333;
  font-size: 14px;
  min-width: auto;
}

/* 基本リンク色 */

section a:link,
section a:visited {
  color: #003987;
}
section a:hover {
  color: #ea2020;
}

/* スプライト画像のタッチ処理　ipad対応 */

a > img {
  pointer-events: none;
}

.inline_br {
  display: inline-block;
}

@media only screen and (min-device-width: 751px) and (max-device-width: 1024px) {
  /* ---------------------------------------
   基本
  ---------------------------------------- */
  html,
  body {
    min-width: 1024px;
    letter-spacing: 0.03em;
  }
  /* ---------------------------------------
   メインメニュー　main_nav
  ---------------------------------------- */
  .main_nav .menu.is_pc_hide {
    display: block;
  }
}

@media only screen and (max-device-width: 750px) {
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  body {
    font-size: 16px;
  }
  .main_footer_sp {
    margin-top: 40px;
  }
}

/* ----------------------
 レイアウト
------------------------ */

.lay_col2{
  width:960px;
  margin:0 auto;
}

.lay_col2:after{
  content: "";
  display: table;
  clear: both;
}

.lay_col2 .lay_left{
  float: left;
  width:450px;
  margin:0 0 0 15px;
}

.lay_col2 .lay_right{
  float: right;
  width:450px;
  margin:0 15px 0 0;
}

@media only screen and (max-device-width: 750px) {
  .lay_col2 {
    width: 100%;
  }

  .lay_col2::after{
    content: none;
  }

  .lay_col2 .lay_left,
  .lay_col2 .lay_right {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0 1em;
  }
}

/* ---------------------------------------
 ページタイトル
---------------------------------------- */
.page_header {
  margin: 0 auto 10px;
}
.page_header > span {
  display: none;
}
@media only screen and (max-device-width: 750px) {
  .page_header > span {
    background-color: #f75586;
    color: #FFF;
    display: block;
    font-size: 1.4rem;
    line-height: 1.3;
    padding: 0.75em 1em;
    text-align: center;
    white-space: nowrap;
  }
  .page_header > img {
    display: none;
  }
}

/* ---------------------------------------
 カテゴリリスト
---------------------------------------- */
.main .mod_category{
  text-align:left;
  margin-top: 42px;
}

/* マージン調整 */

@media only screen and (min-device-width: 751px) {
  .main .mod_category._hotel{
    margin-top: 61px;
  }
}

.main .mod_category .sub_cate_lst ul {
	padding-left: 15px;
	padding-top: 12px;
}

.main .mod_category .lnk {
  display: inline-block;
	font-weight: normal;
  margin: 0 0 15px 20px;
}

.main_category_name {
  font-weight: 600;
}

.main .mod_category .lnk a {
  position: relative;
  color:#0051c2;
  line-height:1.4;
  padding: 0 15px 0 24px;
  margin: 0 0 0 -24px;
}

.main .mod_category .lnk a::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  top: 4px;
  left: 0;
  background: url(/image/top2/spr_icosrch_x2.png) no-repeat left top;
  background-size: cover;
}

.main .mod_category .lnk a:hover{
  color: #ea2020;
}

.main .mod_category .lnk a:hover::before {
  background-position: left -16px;
}

.main .mod_category .lnk.is_gr a {
  color: #888;
  cursor: default;
}

.main .mod_category .lnk.is_gr a::before {
  background-position: left -32px;
}

.main .mod_category .lnk.is_gr a:hover::after {
  content: none;
}

.main .mod_category .srch_count{
  font-size:12px;
  color:#333;
  vertical-align: baseline;
}

/* 調整 老人ホーム　長いので右に余白 */

.main .mod_category._senior .lnk{
  margin-right: 2em;
}

/* 調整 改行させる */

.main .mod_category .lnk.block{
  display:block;
}

.main .mod_category .mgn_r{
  margin-right:50px;
}

/* サブカテゴリ */
.sub_cate_lst dl {
	margin-top: 10px;
}

.sub_cate_lst dl:first-child {
	margin-top: 12px;
}

.sub_cate_lst dl dt {
	font-size: 15px;
	font-weight: bold;
	height: 25px;
	line-height: 23px;
	padding-left: 15px;
}

/* 二文字 文字間指定 */
.logo_judo_s dt {
	letter-spacing: 0.9em;
}

/* 各カテゴリ設定 */
._bkn .sub_cate_lst dl dt {
	border-left: 8px solid #f75586;
	border-bottom: 1px solid #f75586;
}

._clinic .sub_cate_lst dl dt {
	border-left: 8px solid #27b0b0;
	border-bottom: 1px solid #27b0b0;
}

._tour .sub_cate_lst dl dt {
	border-left: 8px solid #ee582a;
	border-bottom: 1px solid #ee582a;
}

._sports .sub_cate_lst dl dt {
	border-left: 8px solid #3aa5c4;
	border-bottom: 1px solid #3aa5c4;
}

._company .sub_cate_lst dl dt {
	border-left: 8px solid #4568c0;
	border-bottom: 1px solid #4568c0;
}

._shop .sub_cate_lst dl dt {
	border-left: 8px solid #e54d42;
	border-bottom: 1px solid #e54d42;
}

._school .sub_cate_lst dl dt {
	border-left: 8px solid #d89e00;
	border-bottom: 1px solid #d89e00;
}

._finance .sub_cate_lst dl dt {
	border-left: 8px solid #c0a700;
	border-bottom: 1px solid #c0a700;
}

._public .sub_cate_lst dl dt {
	border-left: 8px solid #983949;
	border-bottom: 1px solid #983949;
}

._toukenworld .sub_cate_lst .lnk {
  display: block;
}

/* サイトロゴ　*/
.logo_hm{
	background:url(/category/image/logo_hm.png) right 2px top 2px no-repeat;
	background-size:140px;
}

.logo_hms{
	background:url(/category/image/logo_hms.png) right 4px top 2px no-repeat;
	background-size:140px;
}

.logo_cook{
	background:url(/category/image/logo_cook.png) right 6px top 2px no-repeat;
	background-size:140px;
}

.logo_doctor{
	background:url(/category/image/logo_doctor.png) right 6px top 2px no-repeat;
	background-size:140px;
}

.sub_cate_lst .logo_castle{
	background:url(/category/image/logo_castle.png) right 2px top -1px no-repeat;
	background-size:140px;
	padding-top:10px;
	margin-top:0;
}

.logo_judo{
	background:url(/category/image/logo_judo.png) right 7px top 0px no-repeat;
	background-size:140px;
}

.sub_cate_lst .logo_judo_s{
	background:url(/category/image/logo_judo.png) right 16px top -1px no-repeat;
	background-size:140px;
	padding-top:10px;
	margin-top:0;
}

.sub_cate_lst .logo_golf_s{
	background:url(/category/image/logo_golf.png) right 20px top 12px no-repeat;
	background-size:140px;
	padding-top:10px;
	margin-top:0;
}

.sub_cate_lst .logo_golf_s dt{
  height: auto;
}

.logo_happy_pair{
	background:url(/category/image/logo_happy_pair.png) right 5px top 2px no-repeat;
	background-size:140px;
}

.logo_company{
	background:url(/category/image/logo_company.png) right 10px top 2px no-repeat;
	background-size:140px;
}

.logo_bankmap{
	background:url(/category/image/logo_bankmap.png) right 5px top 2px no-repeat;
	background-size:140px;
}

.logo_stock{
	background:url(/category/image/logo_stock.png) right 10px top 2px no-repeat;
	background-size:140px;
}

/* カテゴリタイトル */
.main_cate{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	height: 44px;
	text-indent: 45px;
	line-height: 42px;
}
.main_cate span {
	display: block;
  position: relative;
}
.main_cate > span::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
	display: block;
  height: 100%;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  width: 140px;
}
.cate_01{
	background:url(/category/image/ttl_category_bkn.png) no-repeat;
}
.cate_01 > span::after {
	background-image:url(/category/image/logo_hm.png);
}

.cate_02{
	background:url(/category/image/ttl_category_rest.png) no-repeat;
}
.cate_02 > span::after {
	background-image:url(/category/image/logo_cook.png);
}

.cate_03{
	background:url(/category/image/ttl_category_clinic.png) no-repeat;
}
.cate_03 > span::after {
	background-image:url(/category/image/logo_doctor.png);
}

.cate_04{
	background:url(/category/image/ttl_category_hotel.png) no-repeat;
}

.cate_04 > span::after {
	background-image:url(/category/image/logo_hotel.png);
}

.cate_05{
	background:url(/category/image/ttl_category_entame.png) no-repeat;
}

.cate_05 > span {
  line-height: 1.2em;
  padding-top: 1px;
}
.cate_05 > span::after {
	background-image:url(/category/image/logo_entame.png);
}
.cate_05 span span{
  background: none;
  font-size: 13px;
}


.cate_06{
	background:url(/category/image/ttl_category_sports.png) no-repeat;
}

.cate_06 > span::after {
	background-image:url(/category/image/logo_sports.png);
}

.cate_07{
	background:url(/category/image/ttl_category_company.png) no-repeat;
}

.cate_07 > span::after {
	background-image:url(/category/image/logo_company.png);
}

.cate_08{
	background:url(/category/image/ttl_category_traffic.png) no-repeat;
}

.cate_08 > span::after {
	background-image:url(/category/image/logo_traffic.png);
}

.cate_09{
	background:url(/category/image/ttl_category_senior.png) no-repeat;
}

.cate_09 > span::after {
	background-image:url(/category/image/logo_hms.png);
}

.cate_10{
	background:url(/category/image/ttl_category_shop.png) no-repeat;
}

.cate_10 > span::after {
	background-image:url(/category/image/logo_shop.png);
}

.cate_11{
	background:url(/category/image/ttl_category_sekkotsu.png) no-repeat;
}

.cate_11 > span::after {
	background-image:url(/category/image/logo_sekkotsu.png);
}

.cate_12{
	background:url(/category/image/ttl_category_pet.png) no-repeat;
}

.cate_12 > span::after {
	background-image:url(/category/image/logo_pet.png);
}

.cate_13{
	background:url(/category/image/ttl_category_school.png) no-repeat;
}

.cate_13 > span::after {
	background-image:url(/category/image/logo_school.png);
}

.cate_14{
	background:url(/category/image/ttl_category_seifuku.png) no-repeat;
}

.cate_14 > span::after {
	background-image:url(/category/image/logo_seifuku.png);
}

.cate_15{
	background:url(/category/image/ttl_category_wedding.png) no-repeat;
}

.cate_15 > span::after {
	background-image:url(/category/image/logo_happy_pair.png);
}

.cate_16{
  background:url(/category/image/ttl_category_tour.png) no-repeat;
  text-indent: 0;
}

.cate_16 span{
  font-size:16px;
  letter-spacing:-0.05em;
  line-height: 1.2em;
  padding-left: 45px;
  padding-top: 1px;
}

.cate_16 > span::after {
	background-image:url(/category/image/logo_tour.png);
}

.cate_17{
	background:url(/category/image/ttl_category_race.png) no-repeat;
}

.cate_17 > span::after {
	background-image:url(/category/image/logo_race.png);
}

.cate_18{
	background:url(/category/image/ttl_category_mascomi.png) no-repeat;
}

.cate_18 > span::after {
	background-image:url(/category/image/logo_mascomi.png);
}

.cate_19{
	background:url(/category/image/ttl_category_stock.png) no-repeat;
}

.cate_19 > span::after {
	background-image:url(/category/image/logo_stock.png);
}

.cate_20{
	background:url(/category/image/ttl_category_finance.png) no-repeat;
}

.cate_20 > span::after {
	background-image:url(/category/image/logo_bankmap.png);
}

.cate_21{
	background:url(/category/image/ttl_category_insurer.png) no-repeat;
}

.cate_21 > span::after {
	background-image:url(/category/image/logo_insurer.png);
}

.cate_22{
	background:url(/category/image/ttl_category_public.png) no-repeat;
}

.cate_22 > span::after {
	background-image:url(/category/image/logo_public.png);
}

.cate_23{
	background:url(/category/image/ttl_category_infra.png) no-repeat;
}

.cate_23 > span::after {
	background-image:url(/category/image/logo_infra.png);
}

.cate_24{
	background:url(/category/image/ttl_category_rentacar.png) no-repeat;
}

.cate_24 > span::after {
	background-image:url(/category/image/logo_rentacar.png);
}

.cate_25{
	background:url(/category/image/ttl_category_seitai.png) no-repeat;
}

.cate_25 > span::after {
	background-image:url(/category/image/logo_seitai.png);
}

.cate_touken{
	background:url(/category/image/ttl_category_toukenworld.png) no-repeat;
}

.cate_touken span{
	font-size:16px;
  letter-spacing:-0.05em;
}

.cate_touken span::after {
	background-image:url(/category/image/logo_toukenworld.png);
}

@media only screen and (max-device-width: 750px) {
  .mod_category._rentacar:not(.selected) {
    margin-bottom: 60px;
  }
  .mod_category .main_cate {
    position: relative;
  }
  .mod_category.selected .main_cate {
    margin-bottom: 60px;
  }
  .mod_category .main_cate::after {
    border-style: solid;
    border-width: 0.5em 0.5em 0;
    content: '';
    display: block;
    height: 1em;
    position: absolute;
    right: .5em;
    top: 50%;
    transform: translateY(-50%);
    width: 1em;
  }
  .mod_category.selected .main_cate::after {
    transform: translateY(-90%) rotate(180deg);
  }
  .mod_category._bkn .main_cate::after {
    border-color: #f75586 transparent transparent transparent;
  }
  .mod_category._clinic .main_cate::after {
    border-color: #27b0b0 transparent transparent transparent;
  }
  .mod_category._tour .main_cate::after {
    border-color: #ee582a transparent transparent transparent;
  }
  .mod_category._sports .main_cate::after {
    border-color: #3aa5c4 transparent transparent transparent;
  }
  .mod_category._company .main_cate::after {
    border-color: #4568c0 transparent transparent transparent;
  }
  .mod_category._shop .main_cate::after {
    border-color: #e54d42 transparent transparent transparent;
  }
  .mod_category._school .main_cate::after {
    border-color: #d89e00 transparent transparent transparent;
  }
  .mod_category._finance .main_cate::after {
    border-color: #c0a700 transparent transparent transparent;
  }
  .mod_category._public .main_cate::after {
    border-color: #983949 transparent transparent transparent;
  }
  .mod_category._pet .main_cate::after {
    border-color: #8bab0c transparent transparent transparent;
  }
  .mod_category._seitai .main_cate::after {
    border-color: #30adb8 transparent transparent transparent;
  }
  .mod_category._sekkotsu .main_cate::after {
    border-color: #57a61d transparent transparent transparent;
  }
  .mod_category._seifuku .main_cate::after {
    border-color: #2387dc transparent transparent transparent;
  }
  .mod_category._hotel .main_cate::after {
    border-color: #3b4b79 transparent transparent transparent;
  }
  .mod_category._wedding .main_cate::after {
    border-color: #d861a4 transparent transparent transparent;
  }
  .mod_category._entame .main_cate::after {
    border-color: #333333 transparent transparent transparent;
  }
  .mod_category._race .main_cate::after {
    border-color: #71542a transparent transparent transparent;
  }
  .mod_category._traffic .main_cate::after {
    border-color: #1a9804 transparent transparent transparent;
  }
  .mod_category._senior .main_cate::after {
    border-color: #81bd37 transparent transparent transparent;
  }
  .mod_category._rest .main_cate::after {
    border-color: #e96e00 transparent transparent transparent;
  }
  .mod_category._toukenworld .main_cate::after {
    border-color: #c92121 transparent transparent transparent;
  }
  .mod_category._mascomi .main_cate::after {
    border-color: #da4068 transparent transparent transparent;
  }
  .mod_category._stock .main_cate::after {
    border-color: #e29500 transparent transparent transparent;
  }
  .mod_category._insurer .main_cate::after {
    border-color: #498ec2 transparent transparent transparent;
  }
  .mod_category._rentacar .main_cate::after {
    border-color: #28b18f transparent transparent transparent;
  }
  .mod_category .main_cate > span::after {
    background-position: center;
    content: '';
    display: none;
    right: 0;
    top: 50px;
    transform: translateY(0);
    width: 100%;
  }
  .mod_category.selected .main_cate > span::after {
    display: block;
    pointer-events: none;
  }
  .mod_category .sub_cate_lst {
    display: none;
  }
  .mod_category.selected .sub_cate_lst {
    display: block;
  }
  .mod_category dl[class^=logo_] {
    background-image: none;
  }
}

/*24のカテゴリの相関図作成*/
.page_desc {
  color: #000;
  font-size: 19px;
  margin-top: 30px;
}

.mod_category_kanrenzu {
  margin: 0 auto 10px;
  width: 930px;
}

.mod_category_kanrenzu.relation_map {
  margin: min(20%, 100px) auto min(5%, 25px);
}

.mod_category_kanrenzu .cate_kanrenzu {
  background: url(/category/image/ttl-category-bkn-top.png) no-repeat 0 0/930px auto;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  height: 43px;
  line-height: 41px;
  margin: 30px auto 0;
  padding-left: 45px;
  text-align: left;
  width: 930px;
}

@media only screen and (max-device-width: 750px) {
  .page_desc {
    font-size: 1.1rem;
    margin: 0 1em 1em;
    text-align: left;
  }
  .mod_category_kanrenzu {
    margin: 0 1em;
    width: auto;
  }
  .mod_category_kanrenzu .cate_kanrenzu {
    background: transparent;
    border-bottom: 3px solid #f75586;
    color: #000;
    font-size: 1.5rem;
    padding-left: 0;
    width: auto;
  }
}

/* --------------------------------------------------------------
  関連図：全体レイアウト
--------------------------------------------------------------- */
.img_kanrenzu {
  --color-life: #f17729;
  --color-health: #26abab;
  --color-society: #0157a3;
  --color-sports: #1198d2;
  --color-route: #1da34c;
  --color-tour: #bd474b;
  height: 596px;
  margin: 0 auto;
  position: relative;
  width: 890px;
  z-index: 0;
}

.sub_cate_lst_kanrenzu.life_house,
.sub_cate_lst_kanrenzu.health,
.sub_cate_lst_kanrenzu.society_economy,
.sub_cate_lst_kanrenzu.hm,
.sub_cate_lst_kanrenzu.tour
 {
  display:  flex;
  justify-content: space-between;
  position: absolute;
  width: 287px;
  z-index: 1;
  flex-wrap: wrap;
}

/* スポーツのレイアウト・サイズ感など */
.sub_cate_lst_kanrenzu.sports {
  display:  flex;
  justify-content: space-between;
  position: absolute;
  width: 420px;
  z-index: 1;
  flex-wrap: wrap;
}

/* 交通アクセスのレイアウト・サイズ感など */
.sub_cate_lst_kanrenzu.routenavi {
  display:  flex;
  justify-content: center;
  position: absolute;
  width: 154px;
  z-index: 1;
  flex-wrap: wrap;
}

.img_kanrenzu.sp {
  display: none;
}

@media only screen and (max-device-width: 750px) {
  .img_kanrenzu.pc {
    display: none;
  }

  .img_kanrenzu.sp {
    display: block;
    height: auto;
    width: auto;
  }

  .category_lstbox_top a {
    display: block;
  }

  .category_lstbox_top img {
    height: auto;
    width: 100%;
  }

  .category_btn_map {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    margin-top: 1rem;
  }
  
  .btn_map {
    background: #ad7a20;
    border: 1px solid #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .4);
    box-sizing: border-box;
    color: #fff !important;
    display: block;
    font-size: 1.125rem;
    height: 2.3em;
    letter-spacing: .1em;
    line-height: 2.3em;
    margin: .5em auto .7em;
    outline: 2px solid #ad7a20;
    padding-left: 2.45em;
    position: relative;
    width: 7.65em;
  }
  
  .btn_map:before {
    background: url('/category/image/ico-zoom.png') no-repeat 0 0 / 100% auto;
    content: "";
    height: 1.25em;
    left: .7em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.25em;
  }
}

/* --------------------------------------------------------------
  関連図：中央のホームメイトのロゴ部分
--------------------------------------------------------------- */
.sub_cate_lst_kanrenzu.hm {
  --center-logo_width: 220px;
  --center-logo_height: 76px;
  height: var(--center-logo_height);
  left: 50%;
  transform: translateX(-50%);
  top: 270px;
  width: 440px;
  z-index: 2;
}

.sub_cate_lst_kanrenzu.hm::before,
.sub_cate_lst_kanrenzu.hm::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 40px;
  background: #d1b39a;
}

.sub_cate_lst_kanrenzu.hm::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
 
.sub_cate_lst_kanrenzu.hm::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

.sub_cate_lst_kanrenzu li.lnk_homemate {
  height: var(--center-logo_height);
  left: -24px;
  top: 0;
  width: var(--center-logo_width);
  background-image: url(/category/image/homemate-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 5px;
}

.sub_cate_lst_kanrenzu li.lnk_homemate a {
  height: var(--center-logo_height);
}

.sub_cate_lst_kanrenzu li.lnk_homemate_re {
  height: var(--center-logo_height);
  left: 24px;
  top: 0;
  width: var(--center-logo_width);
  background-image: url(/category/image/research-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 5px;
}

.sub_cate_lst_kanrenzu li.lnk_homemate_re a {
  height: var(--center-logo_height);
}


/* --------------------------------------------------------------
  関連図：大カテゴリの位置
--------------------------------------------------------------- */
/* 生活・住まい */
.sub_cate_lst_kanrenzu.life_house {
  left: 0;
  top: 0;
}

/* 健康・医療 */
.sub_cate_lst_kanrenzu.health {
  left: 307px;
  top: 0;
}

/* 社会・経済 */
.sub_cate_lst_kanrenzu.society_economy {
  right: -10px;
  top: 0;
}

/* スポーツ */
.sub_cate_lst_kanrenzu.sports {
  left: 0;
  top: 285px;
}

/* 交通アクセス */
.sub_cate_lst_kanrenzu.routenavi {
  left: 440px;
  top: 368px;
}

/* 観光・娯楽 */
.sub_cate_lst_kanrenzu.tour {
  right: -10px;
  top: 285px;
}

/* --------------------------------------------------------------
  関連図：小カテゴリのリスト要素
--------------------------------------------------------------- */
.sub_cate_lst_kanrenzu li {
  display: flex;
  height: 70px;
  position: relative;
  width: 126px;
  background-color: #fff;
}

.sub_cate_lst_kanrenzu li a {
  align-items: center;
  color: #000;
  display: flex;
  font-feature-settings: "palt";
  font-size: 11px;
  height: 70px;
  justify-content: center;
  position: relative;
  text-align: left;
  width: 100%;
  flex-direction: column;
}

.sub_cate_lst_kanrenzu li a img {
  width: 100%;
  height: auto;
}

.sub_cate_lst_kanrenzu li a span {
  display: block;
  position: relative;
  font-size: 9px;
  padding-left: 1.25em;
  line-height: 1;
}

.sub_cate_lst_kanrenzu li a span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);  
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
}

.sub_cate_lst_kanrenzu.life_house li a span::before {
  border-left: 7px solid var(--color-life);
}

.sub_cate_lst_kanrenzu.health li a span::before {
  border-left: 7px solid var(--color-health);
}

.sub_cate_lst_kanrenzu.society_economy li a span::before {
  border-left: 7px solid var(--color-society);
}

.sub_cate_lst_kanrenzu.sports li a span::before {
  border-left: 7px solid var(--color-sports);
}

.sub_cate_lst_kanrenzu.routenavi li a span::before {
  border-left: 7px solid var(--color-route);
}

.sub_cate_lst_kanrenzu.tour li a span::before {
  border-left: 7px solid var(--color-tour);
}

/* ホバーした時の挙動 */
.sub_cate_lst_kanrenzu li a:hover::after {
  background: rgba(255,255,255,0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* --------------------------------------------------------------
  関連図：画像サイズの調整
--------------------------------------------------------------- */
/* 中央：ホームメイト */
.sub_cate_lst_kanrenzu li.lnk_homemate a img {
  width: 161px;
  height: auto;
}

/* 中央：ホームメイトリサーチ */
.sub_cate_lst_kanrenzu li.lnk_homemate_re a img {
  height: auto;
  width: 202px;
}

/* --------------------------------------------------------------
  関連図：小カテゴリのレイアウト・位置
--------------------------------------------------------------- */
/* 生活・住まい */
.img_kanrenzu .sub_cate_lst_kanrenzu.life_house li:nth-child(odd) {
  left: 13px;
}

.img_kanrenzu .sub_cate_lst_kanrenzu.life_house li:nth-child(1),
.img_kanrenzu .sub_cate_lst_kanrenzu.life_house li:nth-child(2) {
  top: 13px;
}

.img_kanrenzu .sub_cate_lst_kanrenzu.life_house li:nth-child(2) {
  left: -13px;
}

.img_kanrenzu .sub_cate_lst_kanrenzu.life_house li:nth-child(3) {
  top: 22px;
}

.img_kanrenzu .sub_cate_lst_kanrenzu.life_house li:nth-child(4) {
  top: 18px;
  left: -8px;
}

.img_kanrenzu .sub_cate_lst_kanrenzu.life_house li:nth-child(5) {
  top: 31px;
}

.img_kanrenzu .sub_cate_lst_kanrenzu.life_house li:nth-child(6) {
  left: -148px;
  top: 109px;
}

.img_kanrenzu .sub_cate_lst_kanrenzu.life_house li:nth-child(7) {
  top: 40px;
}

/* 健康・医療 */
.img_kanrenzu .sub_cate_lst_kanrenzu.health li:nth-child(odd) {
  left: 14px;
}

.img_kanrenzu .sub_cate_lst_kanrenzu.health li.ttl_kanrenzu {
  left: -123px;
  top: -27px;
}

.img_kanrenzu .sub_cate_lst_kanrenzu.health li:nth-child(even) {
  left: -13px;
}

.img_kanrenzu .sub_cate_lst_kanrenzu.health li:nth-child(1),
.img_kanrenzu .sub_cate_lst_kanrenzu.health li:nth-child(2) {
  top: 13px;
}

.img_kanrenzu .sub_cate_lst_kanrenzu.health li:nth-child(3),
.img_kanrenzu .sub_cate_lst_kanrenzu.health li:nth-child(4) {
  top: 22px;
}

.img_kanrenzu .sub_cate_lst_kanrenzu.health li:nth-child(5),
.img_kanrenzu .sub_cate_lst_kanrenzu.health li:nth-child(6) {
  top: 31px;
}

/* 社会・経済 */
.img_kanrenzu .sub_cate_lst_kanrenzu.society_economy li:nth-child(odd) {
  left: 14px;
}

.img_kanrenzu .sub_cate_lst_kanrenzu.society_economy li:nth-child(even) {
  left: -13px;
}

.img_kanrenzu .sub_cate_lst_kanrenzu.society_economy li:nth-child(1),
.img_kanrenzu .sub_cate_lst_kanrenzu.society_economy li:nth-child(2) {
  top: 13px;
}

.img_kanrenzu .sub_cate_lst_kanrenzu.society_economy li:nth-child(3),
.img_kanrenzu .sub_cate_lst_kanrenzu.society_economy li:nth-child(4) {
  top: 22px;
}

.img_kanrenzu .sub_cate_lst_kanrenzu.society_economy li:nth-child(5),
.img_kanrenzu .sub_cate_lst_kanrenzu.society_economy li:nth-child(6) {
  top: 31px;
}

.img_kanrenzu .sub_cate_lst_kanrenzu.society_economy li:nth-child(7),
.img_kanrenzu .sub_cate_lst_kanrenzu.society_economy li:nth-child(8) {
  top: 40px;
}

/* スポーツ */
.img_kanrenzu .sub_cate_lst_kanrenzu.sports li:nth-child(1),
.img_kanrenzu .sub_cate_lst_kanrenzu.sports li:nth-child(4),
.img_kanrenzu .sub_cate_lst_kanrenzu.sports li:nth-child(7),
.img_kanrenzu .sub_cate_lst_kanrenzu.sports li:nth-child(10) {
  left: 14px;
}

.img_kanrenzu .sub_cate_lst_kanrenzu.sports li:nth-child(2),
.img_kanrenzu .sub_cate_lst_kanrenzu.sports li:nth-child(5),
.img_kanrenzu .sub_cate_lst_kanrenzu.sports li:nth-child(8) {
  left: 0px;
}

.img_kanrenzu .sub_cate_lst_kanrenzu.sports li:nth-child(12) {
  left: -147px;
}



.img_kanrenzu .sub_cate_lst_kanrenzu.sports li:nth-child(3),
.img_kanrenzu .sub_cate_lst_kanrenzu.sports li:nth-child(6),
.img_kanrenzu .sub_cate_lst_kanrenzu.sports li:nth-child(9),
.img_kanrenzu .sub_cate_lst_kanrenzu.sports li:nth-child(12) {
  left: -14px;
}

.img_kanrenzu .sub_cate_lst_kanrenzu.sports li:nth-child(1),
.img_kanrenzu .sub_cate_lst_kanrenzu.sports li:nth-child(2),
.img_kanrenzu .sub_cate_lst_kanrenzu.sports li:nth-child(3) {
  top: 11px;
}

.img_kanrenzu .sub_cate_lst_kanrenzu.sports li:nth-child(4),
.img_kanrenzu .sub_cate_lst_kanrenzu.sports li:nth-child(5),
.img_kanrenzu .sub_cate_lst_kanrenzu.sports li:nth-child(6) {
  top: 20px;
}

.img_kanrenzu .sub_cate_lst_kanrenzu.sports li:nth-child(7),
.img_kanrenzu .sub_cate_lst_kanrenzu.sports li:nth-child(8),
.img_kanrenzu .sub_cate_lst_kanrenzu.sports li:nth-child(9) {
  top: 29px;
}

.img_kanrenzu .sub_cate_lst_kanrenzu.sports li:nth-child(10),
.img_kanrenzu .sub_cate_lst_kanrenzu.sports li:nth-child(11),
.img_kanrenzu .sub_cate_lst_kanrenzu.sports li:nth-child(12) {
  top: 38px;
}

/* 交通アクセス */
.img_kanrenzu .sub_cate_lst_kanrenzu.routenavi li:nth-child(1) {
  top: 7px;
  left: 0;
}

.img_kanrenzu .sub_cate_lst_kanrenzu.routenavi li:nth-child(2) {
  top: 16px;
  left: 0;
}

.img_kanrenzu .sub_cate_lst_kanrenzu.routenavi li:nth-child(3) {
  top: 25px;
  left: 0;
}

/* 観光・娯楽 */
.img_kanrenzu .sub_cate_lst_kanrenzu.tour li:nth-child(odd) {
  left: 14px;
}

.img_kanrenzu .sub_cate_lst_kanrenzu.tour li:nth-child(even) {
  left: -14px;
}

.img_kanrenzu .sub_cate_lst_kanrenzu.tour li:nth-child(1),
.img_kanrenzu .sub_cate_lst_kanrenzu.tour li:nth-child(2) {
  top: 11px;
}

.img_kanrenzu .sub_cate_lst_kanrenzu.tour li:nth-child(3),
.img_kanrenzu .sub_cate_lst_kanrenzu.tour li:nth-child(4) {
  top: 20px;
}

.img_kanrenzu .sub_cate_lst_kanrenzu.tour li:nth-child(5),
.img_kanrenzu .sub_cate_lst_kanrenzu.tour li:nth-child(6) {
  top: 29px;
}

.img_kanrenzu .sub_cate_lst_kanrenzu.tour li:nth-child(7),
.img_kanrenzu .sub_cate_lst_kanrenzu.tour li:nth-child(8) {
  top: 38px;
}

/* --------------------------------------------------------------
  関連図：タイトル部分
--------------------------------------------------------------- */
.img_kanrenzu .ttl_kanrenzu {
  z-index: 2;
  background-color: transparent;
  align-items: center;
  justify-content: center;
}

.img_kanrenzu .ttl_kanrenzu span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  font-size: 16px;
  padding: 12px 0;
  font-weight: bold;
}

/* --------------------------------------------------------------
  関連図：空の要素の背景素材
--------------------------------------------------------------- */
/* 空の要素の背景色 */
.sub_cate_lst_kanrenzu li.empty {
  background-color: transparent;
}

/* 生活・住まい */
.sub_cate_lst_kanrenzu li.empty.has-bg.life_house {
  background-image: url(/category/image/empty-bg_orange.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

/* 社会・経済 */
.sub_cate_lst_kanrenzu li.empty.has-bg.society_economy {
  background-image: url(/category/image/empty-bg_blue.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

/* スポーツ */
.sub_cate_lst_kanrenzu li.empty.has-bg.sports {
  background-image: url(/category/image/empty-bg_lightblue.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 252px;
  left: -16px;
}

/* ---------------------------------------
 お役立ち事典  mod_useful
---------------------------------------- */
.mod_useful {
  margin: 20px auto 20px;
}

.mod_useful .txt {
  margin-top: 5px;
  font-size: 15px;
  line-height: 20px;
}

.mod_useful_inner {
  border:solid 2px #846320;
  box-sizing: border-box;
  width: 700px;
  margin: 0 auto;
  padding-bottom: 14px;
}

.mod_useful_inner .h_ttl {
  padding: 12px 0;
  display: flex;
  justify-content: center;
  width: auto !important;
  gap: 10px;
  position: relative;
  background-color: #fff4e2;
}

.mod_useful_inner .h_ttl::before,
.mod_useful_inner .h_ttl::after {
  display: block;
  position: absolute;
  content: "";
  height: 1px;
  width: 150px;
  top: 50%;
  background: #734b0e;
}

.mod_useful_inner .h_ttl::before {
  left: 22px;
}

.mod_useful_inner .h_ttl::after {
  right: 22px;
}

.mod_useful_inner .h_ttl span.minitext{
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  color: #734b0e;
  border-top: solid 2px #734b0e;
  border-bottom: solid 2px #734b0e;
  overflow: hidden;
}

.mod_useful_inner .h_ttl span.maintext{
  font-size: 24px;
  font-weight: 600;
  color: #734b0e;
  letter-spacing: 0.075em;
}

.mod_useful_inner div.desc {
  padding: 14px 0;
  font-size: 15px;
}

.mod_useful_inner .h_ttl img{
  width:auto;
  height:42px;
  image-rendering: -webkit-optimize-contrast;
  margin-bottom: 2px;
}

.mod_useful_inner .lst_nav {
  display: flex;
  margin: 0 auto;
  padding: 0;
  width: 560px;
  gap: 14px;
}

.mod_useful_inner .lst_nav li {
  border-radius: 6px;
  max-width: 350px;
  width: 100%;
  margin: auto;
}

.mod_useful_inner .lst_nav a {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  position: relative;
}

.mod_useful_inner .lst_nav a::before {
  bottom: 0;
  content: "";
  display: block;
  height: 22px;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 22px;
}

.mod_useful_inner .lst_nav .useful_jiten a,
.mod_useful_inner .lst_nav .useful_yougo a {
  font-size: 12px;
  line-height: 19px;
  padding: 2px 10px 3px 43px;
}

.mod_useful_inner .lst_nav .useful_jiten a::before {
  background: url("/image/top2/ico-book.png") no-repeat center;
  background-size: contain;
  left: 12px;
}

.mod_useful_inner .lst_nav .useful_yougo a::before {
  background: url("/image/top2/ico-book-op.png") no-repeat center;
  background-size: contain;
  left: 12px;
}

.mod_useful_inner .lst_nav .useful_jiten {
  background: #c03c69;
  border-bottom: solid 4px #6e1030;
}
.mod_useful_inner .lst_nav .useful_yougo {
  background: #3a5bb2;
  border-bottom: solid 4px #0d2972;
}

.mod_useful_inner .lst_nav a:hover {
  opacity: .8;
}

.foot_mod_useful{
  margin-bottom: 30px;
}

.useful_yougo span.inline_br:last-child,
.useful_jiten span.inline_br:last-child {
  background-color: #fff;
  border-radius: 999px;
  color: #c03c69;
  font-size: 14px;
  width: 170px;
}

.useful_yougo span.inline_br:last-child {
  color: #3a5bb2;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .mod_useful_inner .lst_nav a:hover {
    opacity: 1;
  }
}

@media only screen and (max-device-width: 750px) {
  .mod_useful {
    width: min(90%, 600px);
  }
  .mod_useful_inner {
    width: auto;
  }
  .mod_useful_inner .h_ttl {
    flex-direction: column;
  }
  .mod_useful_inner .h_ttl::before,
  .mod_useful_inner .h_ttl::after {
    content: none;
  }
  .mod_useful_inner .h_ttl span.minitext {
    justify-content: center;
    margin: auto;
    padding: .25em;
    text-align: center;
    width: 150px;
  }
  .mod_useful_inner div.desc {
    padding: 1em 4%;
    font-size: .8rem;
  }

  .mod_useful_inner .lst_nav {
    flex-direction: column;
    gap: 5px;
    width: 85%;
  }
}

.h_ttl_jiten{
  background: url("/image/top2/ttl_cate_lst_bg.png") no-repeat center center;
  text-align: center;
  height: 40px;
  line-height: 40px;
  letter-spacing: .1em;
  color: #665638;
  font-size: 20px;
}

.mod_useful_inner .bnr_shisetsu {
  width: 560px;
  margin: 14px auto 0;
}

.mod_useful_inner .bnr_shisetsu a {
  display: block;
}

.mod_useful_inner .bnr_shisetsu a:hover {
  opacity: .8;
}

.mod_useful_inner .bnr_shisetsu a img {
  width: 100%;
  height: auto;
}

@media only screen and (max-device-width: 750px) {
  .mod_useful_inner .bnr_shisetsu {
    margin-top: 8px;
    width: 85%;
  }
}