@charset "shift_jis";

/* ==========================================================

title : 生活施設検索
scope : コンテンツテンプレート

last modify : 2020/08/26 156_goto #19040_用語事典_トップページ_リード文幅変更

2017/04/20 右カラム削除
2017/03/22 264_tanabe 「生活施設事典集／検索ボタンを小さく」修正 #11829
2016/01/26 247_morita SEO文追加
2015/11/12 264_tanabe
2015/10/28 230_inagaki

========================================================== */
/*--resetcss--*/
html,body,div,p,ul,li,img{
	margin:0;
	padding:0;
}
/*--default--*/
* {
	margin:0;
	padding:0;
	border:0;
	font-weight:normal;
	font-style:normal;
}
body {
	color:#000;
	font-size:16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
	color:#1825ce;
	text-decoration:none;
	outline:none;
}

a:hover {
	color:#ff0000;
}
html {
    background: #fff1f1 url(/image_cmn/back/back_html.gif) repeat-x center -213px;
}

/*p , dl , ul {
	line-height:1.5;
}*/

ul {
	list-style:none;
}
.clearfix {
    min-height: 1px;
}
.mt20 {
    margin-top: 20px !important;
}
/*--header--*/
#ttl_area_seifukusisrch.dtl {
	background: transparent;
	margin: 0;
}

#ttl_area_seifukusisrch.dtl .inner {
	position: relative;
	width: 1000px;
	height: 202px;
	margin: 0 auto;
	border-bottom: 1px solid #bbb;
	background: url("/seifukusisrch/image/img_slide01_2.jpg") no-repeat 0 25px;
	text-align: left;
}
.h_logo {
    padding: 48px 0 0 11px;
}
#header_new_seifukusisrch {
    overflow: hidden;
    width: 100%;
    min-width: 1060px;
    height: 90px;
    background: url("/seifukusisrch/image_cmn/bg_h_top.png") no-repeat center top;
    text-align: left;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
#header_inner {
    width: 1060px;
    height: 90px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0;
    background: url("/seifukusisrch/image_cmn/bg_h_inner_top.png") no-repeat left top;
}
#headerR {
    float: right;
    margin: 18px 31px 0 0;
}
#headerL {
    width: 706px;
    float: left;
    color: #333333;
    height: 62px;
    margin: 11px 0 0 26px;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.1em;
	background: none!important;
}

/*--#siteroute--*/
#siteroute {
    display: block;
    overflow: hidden;
    width: 1000px;
    margin: 5px auto ;
    padding: 10px 0 10px 25px;
    list-style: none;
    text-align: left;
}
#siteroute li {
	float:left;
	margin: 0 5px 5px 0;
	padding:0;
}
#siteroute li > a {
	margin:0;
	font-size:13px;
	line-height:110%;
	cursor:pointer;
	}
#siteroute li span {
	float:left;
	margin: 0;
	padding:1px 0px 0 12px;
	font-size:13px;
	background: url("/seifukusisrch/useful/image_cmn/cmn_mrk_siteroute02.gif") no-repeat 0 center;
	}
#siteroute li:not([class]):last-child > a span,
#siteroute li .last_crumbs {
	padding-top:0;
	font-size:14px;
	line-height:110%;
	color:#000;
	cursor:default;
	}

/*--font-size--*/
#control-wrap{
	margin: 42px 18px 0px 0px;
	overflow: hidden;
}
#control-wrap ul{
	display: block;
	background-image: url("/image_cmn/font-bg.gif");
	height: 33px;
	width: 220px;
	float: right;
	list-style:none;
	margin-bottom: 15px;
}
#control-wrap ul li{
	padding:0px 3px 0px 13px;
	float:right;
}

.ttl_index + .category_search + #control-wrap{
    margin-right: 100px;
}


/*--contents--*/
#container {
    display: block;
    overflow: hidden;
    width: 1000px;
    margin: 0px auto 30px;
    padding: 0px 0 75px;
}
#main {
    float: none;
    width: 850px;
	margin: 0 auto;
    padding-bottom: 20px;
	background:#fff;
    line-height: 1.4;
}
/*--index_ttl--*/
.ttl_index{
	margin:0 auto;
	text-align:center;
}

.category_search {
  position: relative;
  top: 5px;
  display: inline-block;
  float: left;
  margin: 20px 0 25px 100px;
  padding: 0;
  text-decoration: none;
}

.category_search::before {
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 100%);
  border-radius: 3px 3px 15px 15px;
  content: none;
  height: 23px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}

.category_search a {
  align-items: center;
  background: #fef6cc;
  border: 2px solid #fa8d3d;
  border-radius: 5px;
  box-shadow: 0 3px 0 0 rgba(165, 161, 142, .5);
  box-sizing: border-box;
  color: #000;
  display: flex;
  justify-content: center;
  line-height: 1;
  min-height: 44px;
  font-size: 16px;
  font-weight: 600;
  height: 100%;
  padding: 5px 28px 5px 42px;
  position: relative;
  text-shadow: none;
  margin: 0 auto;
  max-width: max-content;
  min-width: 250px;
  width: 100%;
}
.category_search a::before {
  background: url(https://www.homemate-research-elementary-school.com/image_cmn/ico-point-or.png) no-repeat center center / contain;
  border: none;
  bottom: auto;
  content: '';
  display: inline-block;
  height: 24px;
  left: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: auto;
  width: 24px;
}
.category_search.category_search_right a::before{
    background-image: url(https://www.homemate-research-elementary-school.com/image_cmn/ico-useful-fac-srch-pk.png);
    height: 18px;
    width: 18px;
}
.category_search.category_search_home a::before{
    background-image: url(https://www.homemate-research-elementary-school.com/image_cmn/ico-useful-fac-srch-bl.png);
    height: 18px;
    width: 18px;
}
.category_search a::after {
  background: none;
  border-color: transparent transparent transparent #fa8d3d;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  bottom: auto;
  content: '';
  display: inline-block;
  height: 0;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}

.category_search a:hover {
  opacity: 0.8 !important;
}

.category_search img {
  display: none;
}

/*--page_ttl--*/
.ttl {
    min-height: 38px;
    width: auto;
	margin:0 auto;
    padding: 15px 15px 15px 0px;
    text-align: center;
    background: url("/seifukusisrch/useful/image_cmn/h1_bg.gif") no-repeat bottom;
}
.ttl h1 {
    margin: 7px 0px 7px 7px;
    font-size: 25px;
    display: inline;
}
.category_box {
    display: block;
    float: right;
    background: #f63c6c;
    padding: 0px;
}
.category_box p {
    background: #f63c6c;
    border: #fff 2px solid;
    margin: 1px 1px 1px 1px;
    padding: 5px;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
}
.lead_index{
    box-sizing: border-box;
    border-top: 1px solid #727272;
    clear: both;
    margin: 0px auto;
    padding: 30px 20px;
    width: 644px;  
}
.lead  p{
    margin: 0 15px 15px 15px;
}
.lead  p:last-child{
    margin: 0 15px 25px 15px;
}
/*--index--*/
.oyakudachibox {
	margin-bottom: 50px;
    padding: 0 10px 10px 10px;
}
.oyakudachibox.last {
	margin-bottom:50px;
}
.oyakudachibox h3, .oyakudachibox p {
    margin: 0 0 10px 0;
	text-align:center;
    clear: both;
}
.oyakudachibox h4 {
    background: url("/seifukusisrch/useful/image/bg_oyakudachibox_h4.gif") no-repeat left bottom;
    padding: 10px 0 10px 35px;
    margin: 0 0 10px 0;
    clear: both;
    font-size: 120%;
}
.oyakudachibox ul {
	width:615px;
	margin: 15px auto 0;
  padding: 0 0 10px 10px;
}
.oyakudachibox li {
  display:inline-block;
	vertical-align:top;
	width: 276px;
	margin-bottom:5px;
	padding: 8px 0 8px 22px;
	background: url("/seifukusisrch/useful/image/li_seifuku.png") no-repeat left 10px;
	line-height: 1.5em;
}
/*--page--*/
.con_box {
    display: block;
    clear: both;
    margin: 0;
    padding: 0 10px 20px 10px;
    overflow: hidden;
}
.con_box p {
    margin: 0 20px 10px 20px;
}
.con_box p span{
    font-size:90%;
}

.blue {
	color:#000099;
	}

.con_box h2 {
    background: url("/seifukusisrch/useful/image_cmn/bg_ttl.gif") no-repeat scroll 0 0 transparent;
    margin: 15px auto 12px;
    text-align: left;
    /*--width: 665px;--*/
    height: 36px;
    padding: 7px 0 0 35px;
    font-size: 20px;
    color: #f63a74;
	font-weight:800;
    clear: both;
}
.con_box h3 {
    background: url("/seifukusisrch/useful/image_cmn/bg_ttls.gif") no-repeat scroll 0 0 transparent;
    margin: 30px auto 10px;
    text-align: left;
    /*--width: 650px;--*/
    height: 33px;
    padding: 1px 0 0 26px;
    font-size: 20px;
	font-weight:800;
    clear: both;
}
.con_box h4 {
    margin: 30px 30px 10px;
    text-align: left;
    /*--width: 668px;--*/
    height: 28px;
    padding: 0 0 0 11px;
    font-size: 19px;
    clear: both;
	font-weight:800;
    border-left: 5px solid #fb91b1;
    border-bottom: 1px solid #FDADC5;
}
.con_box h4 ~ p{
    margin:0 40px;
}
.con_box h4 ~ .img_r {
    clear: both;
    float: right;
    margin: 0 40px 10px 25px;
}

/*--list--*/
ul.disc {
    line-height: 1.4;
    margin: 0 30px 13px;
	list-style:none;
}
ul.disc li {
    margin: 0 0 5px 15px;
    padding: 5px 5px 5px 15px;
    background: url("/sekkotsuinsrch/useful/image_cmn/disc_blue.gif") no-repeat left 12px;
    white-space: normal;
}
ul.disc span {
    font-size:90%;
}
dl.uf_list {
    margin: 15px 0 0 30px;
}
dl.uf_list > dt {
    border-left: 7px solid #f75586;
    display: block;
    font-size: 110%;
    font-weight: 600;
    margin: 0 0 6px;
    padding: 0 0 0 7px;
    overflow: hidden;
}
dl.uf_list > dd {
    border-bottom: 0;
    display: block;
    font-size: 95%;
    margin: 5px 0 10px;
   /* overflow: hidden;*/
    padding: 0 0 13px 10px;
}
dl.uf_list > dd:last-child {
    border-bottom: none;
    padding: 0 0 6px 10px;
    margin-bottom: 15px;
}

ol.number_list {
    line-height: 1.4;
    margin: 0 30px 13px;
    list-style: none;
}

ol.number_list li {
    padding: 5px 5px 5px 15px;
    white-space: normal;
}

/*--img--*/
.img_r {
    clear: both;
    float: right;
    margin: 0 20px 0 0;
	padding: 0 0 10px 25px;
	background-color: #fff;
}

/*--return--*/
.return {
    overflow: hidden;
    clear: both;
    width: 790px;
    height: 27px;
    margin: 20px auto 0 auto;
    padding: 16px 15px 0 15px;
    border: 1px solid #dcdcdc;
}
.return p.top {
	float:right;
	width:118px;
	height:11px;
}

div.return p.back {
	float:left;
	width:105px;
	height:11px;
}

/*-- foot_keyword --*/
#foot_keyword {
    clear: both;
    width: 750px;
    margin: -85px auto 65px;
    padding: 15px;
    background: #ede3e3;
    color: #666;
	font-size: 15px;
}

/*--foot_att_word--*/
dl#foot_att_word {
	overflow:hidden;
	width:998px;
	margin:-50px auto 15px;
	padding:10px 0px;
	border:#f6c4d6 solid 1px;
	background:#ffffff;
	color:#666;
	}

dl#foot_att_word dt {
	margin:5px 15px 0px;
	padding:0px 5px 5px;
	border-bottom:#f6c4d6 double 3px;
	color:#d82c6a;
	font-weight:bold;
	}

dl#foot_att_word dd {
	padding:10px 10px 0px;
	}

dl#foot_att_word dd ul {
	overflow:hidden;
	width:978px;
	margin:0px auto;
	}

dl#foot_att_word dd ul li {
	float:left;
	white-space:nowrap;
	margin:2px 0px;
	padding:0px 9px 0px 8px;
	/*border-right:#e17e7e solid 1px;*/
	background:url(/image_cmn/footer/att_word_line.gif) repeat-y right 0;
	font-size:15px;
	}

/*--foot--*/
#footer ul{
    list-style:none;
}

/*
 * h1
 */
 .ttl {
    align-items: flex-start;
    background: url("/seifukusisrch/useful/image_cmn/bg-h1-seifukusisrch.png") no-repeat 0 0;
    background-size: 830px 150px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    height: 150px;
    padding: 0 280px 0 30px;
    width: 830px;
}
.ttl h1 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
    text-align: left;
    text-shadow: 2px 2px 0 #004735;
}
.category_box {
  background : #f83664;
  border: none;
  border-radius: 3px;
  box-shadow: 0 2px 0 #b90832;
  display : block;
  float : none;
  margin-top: 10px;
  padding : 3px;
}
.category_box p {
  background : #f83664;
  border: #ffadc0 1px dashed;
  border-radius: 3px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
  padding: 4px 20px;
  text-shadow: 1px 1px 0 #76001c;
}
@media screen and (min-width: 768px) {
    .useful_wrap .category_search_btn_group .category_search_left a, 
    .useful_wrap .btn_category_wrap .category_search_left a {
        padding-left: 43px !important;
        padding-right: 30px !important;
    }
    .useful_wrap .category_search_btn_group .category_search_left img, 
    .useful_wrap .btn_category_wrap .category_search_left img {
        left: 11px !important;
    }
}
@media screen and (max-width: 767px) { 
    .useful_wrap .category_search_btn_group .category_search_left a, 
    .useful_wrap .btn_category_wrap .category_search_left a {
        padding-right: 40px !important;
    }
}

.useful_wrap #nav .nav_wrap {
    top: 104px !important;
  }
@media (max-device-width: 320px) {
  .useful_wrap #nav .nav_wrap {
    top: 92px !important;
  }
}

.useful_wrap * > aside.main_category {
    border-bottom: 2px solid #e15d6f;
}