@charset "utf-8";
@import url("/useful/css/jiten.css");
/* ==========================================================

title : 生活施設検索
scope : コンテンツテンプレート

last modify : 2012/06/21 163_yamamoto

========================================================== */

/* ----------------------------
  h1
------------------------------ */





* > article#article section.con_box table {
    border: 2px solid #AAAAAA;
    border-collapse: collapse;
    margin: 5px auto 40px;
    width: 770px;
}
* > 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 #F1F1F1;
    border: 1px solid #CCCCCC;
    padding: 7px 4px;
    text-align: center;
    width: 20%;
    vertical-align: middle;
}
* > article#article section.con_box table th a {
    font-weight: 600;
}
* > article#article section.con_box table td {
    border: 1px solid #CCCCCC;
    padding: 7px 4px;
    text-align: left;
}
* > article#article section.con_box table td.list_align {
    vertical-align: baseline;
}
@media screen and (max-width: 768px) {
    .useful_wrap * > article#article section.con_box table td.list_align {
        vertical-align: baseline;
    }
}
.useful_wrap * > article#article section.con_box table p {
    margin: 0;
}
.useful_wrap * > article#article section.con_box table p:last-child {
    margin: 0;
}

.useful_wrap * > article#article section.con_box .disc_col4 {
    display: flex;
    flex-wrap: wrap;
}
.useful_wrap * > article#article section.con_box .disc_col4 li {
    margin-left: 0;
    width: 25%;
}

* > ol[class^="ol_number_list"] {
	font-weight:normal;
}

* > ol[class^="ol_number_list"] li {
	float:none;
	white-space:normal;
}

.company_search_bnr {
    margin-top: 15px;
}
@media screen and (min-width: 768px) {
    .company_search_bnr {
        margin-top: 20px;
    }
}
.company_search_bnr figure {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.company_search_bnr figure:not(:first-child) {
    margin-top: 15px;
}
@media screen and (min-width: 768px) {
    .company_search_bnr figure:not(:first-child) {
        margin-top: 20px;
    }
}
.company_search_bnr figure img {
    width: 100%;
    max-width: 563px;
}
@media screen and (min-width: 768px) {
    .company_search_bnr figure img {
        max-width: 400px;
    }
}

.company_search_bnr figure figcaption {
    margin-top: 6px;
}