@charset "utf-8";
@import url("/useful/css/jiten.css");
/* ==========================================================

title : 生活施設検索
scope : コンテンツテンプレート

last modify : 2024/03/26 WEB2TCI-41758_igarashi

========================================================== */

/* ----------------------------
  h1
------------------------------ */
/* SNS box top */
* > aside.sns_box_top {
    background: none;
    border: none;
    clear: both;
    float: left;
    height: 55px;
    margin: 0;
  }
  
  * > aside.sns_box_top div[class^="button_"] {
    bottom: 10px;
  }
  
  * > aside.sns_box_top div.button_hatebu {
    left: 5px;
  }
  
  * > aside.sns_box_top div.button_facebook {
    left: 135px;
  }
  
  * > aside.sns_box_top div.button_twitter {
    left: 265px;
  }
  
  #control-wrap {
    margin: 0 5px 0 0;
  }
  
  #control-wrap ul {
    margin-top: 14px;
  }
  
  /* category search */
  .category_search_wrapper {
    display: flex;
    justify-content: center;
  }
  
  * > article#article .category_search {
    margin: 5px 0 22px 0;
  }
  
  * > article#article .category_search a {
    background: #ef4040;
    border-bottom: 1px solid #ffe9e9;
    box-shadow: 0 4px 0 1px #b15b5b, 0 0px 5px 0px rgba(180,180,180,1);
    height: 43px;
    letter-spacing: 0;
    line-height: 43px;
    min-width: 278px;
    text-align: center;
    text-shadow: 0 1px 2px #b15b5b;
  }
  * > article#article .category_search:not(.category_search_right) a {
    padding-left: 68px;
  }
  * > article#article .category_search a::before {
    background: none;
  }
  
  * > article#article .category_search a::after {
    background: none;
  }
  
  * > article#article .category_search::after {
    border-color: transparent transparent transparent #ffeb46;
    top: -1px;
  }
  
  * > article#article .category_search img {
    left: 35px;
  }
  
  * > article#article .category_search_right img {
    left: 31px;
  }
  
  * > article#article .category_search_wrapper .category_search_right {
    margin-left: 42px;
  }
  
  * > article#article .category_search_right a {
    background: #f75586;
    box-shadow: 0 4px 0 1px #bb8caf, 0 0px 5px 0px rgba(180,180,180,1);
    min-width: 274px;
    text-shadow: 0 1px 2px #bb8caf;
  }
  
  * > article#article .main_category .category_search {
    left: auto;
  }





* > article#article section.con_box table {
    border: 2px solid #f57aaa;
    border-collapse: collapse;
    margin: 20px auto;
    width: 700px;
}
* > article#article section.con_box table caption {
    font-size: 15px;
    font-weight: bold;
    margin: 0 auto 5px;
}
* > article#article section.con_box table th {
    background: none repeat scroll 0 0 #ffbfd8;
    border: 1px solid #f57aaa;
    padding: 7px 4px;
    text-align: center;
    width: 20%;
}
* > article#article section.con_box table td {
    border: 1px solid #f57aaa;
    padding: 7px 10px;
    text-align: left;
    font-size: 17px;
    width: 30%;
}

* > article#article section.con_box .tbl_center td[rowspan] {
  width: 31%;
}

* > article#article section.con_box .tbl_center td {
  text-align: center;
  width: 22%;
}

.list_dot li {
  padding-left: 10px;
  position: relative;
}

.list_dot li:before {
  background: #000;
  border-radius: 50%;
  content: "";
  height: 3px;
  left: 3px;
  position: absolute;
  top: 11px;
  width: 3px;
}

.list_info {
  margin: 0 7px 10px 12px;
}

table .list_info {
  margin: 0;
}

.list_info li {
  display: flex;
}

* > article#article section.con_box .no-th-first {
	border-left: none;
	border-top: none;
}

* > article#article section.con_box .no-th-first th {
	border-left: 2px solid #f57aaa;
}

* > article#article section.con_box .no-th-first tr:first-child th {
	border-left: 1px solid #f57aaa;
	border-top: 2px solid #f57aaa;
}

* > article#article section.con_box .no-th-first tr:first-child th:first-child {
	background: none;
	border: none;
	border-bottom: 2px solid #f57aaa;
	border-right: 2px solid #f57aaa;
}

* > article#article section.con_box .list_info {
	margin: 0 auto;
	margin-bottom: 2rem;
	max-width: 700px;
}

.xtnl-link-text{
  font-size: 13px;
}