@charset "UTF-8";
:root {
  --font-gothic:
     "Noto Sans JP",
     "Hiragino Kaku Gothic ProN",
  YuGothic,
  "Helvetica Neue",
     Arial,
     "Hiragino Sans",
     Meiryo,
     sans-serif;
  --font-mincho:
  "游明朝",
  "Yu Mincho",
  YuMincho,
  "Hiragino Mincho Pro",
  serif;
  --font-marugothic:
  "Lucida Grande",
  "segoe UI",
  "ヒラギノ丸ゴ ProN W4",
  "Hiragino Maru Gothic ProN",
  Meiryo, Arial,
  sans-serif;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
}

html,
body,
ul,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #464646;
  line-height: 200%;
  font-family: var(--font-gothic);
}

table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
}

th,
td {
  vertical-align: middle;
  font-weight: normal;
  text-align: left;
}

img {
  width: 100%;
  vertical-align: middle;
  display: block;
}

a {
  color: #464646;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.8;
}

ul {
  list-style: none;
}

[class^=sub_hdr_] .cont {
  background: #629FE6 url("../img/sub/sub_news.svg") no-repeat center top;
  height: 127px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 900px) {
  [class^=sub_hdr_] .cont {
    background-position: 60% top;
  }
}
[class^=sub_hdr_] .cont h2 {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: clamp(1.25rem,2.8vw,1.5rem);
}

[class^=cont_] {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  margin-bottom: 60px;
}
[class^=cont_] h3 {
  font-weight: 500;
  color: #676767;
  border-bottom: 2px solid #dfdfdf;
  margin-bottom: 1em;
}

.bread {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  margin: 10px auto 30px;
}
.bread ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bread ul li {
  font-size: 0.75rem;
  display: inline-block;
  line-height: 1.5;
}
.bread ul li + li::before {
  content: ">";
  padding: 0 0.5em;
}

.news_news {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}

[class$=txt] {
  text-align: justify;
}

.search_area {
  margin-bottom: 2em;
  background: #F5F5F5;
  padding: 0 0 3em;
}
.search_area .search_ttl {
  background: #AFBDC4;
}
.search_area .search_ttl p {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 0.3em 1em;
}
.search_area .search_contents {
  padding: 0.5em 2em 0;
}
.search_area .search_contents .s_c_ttl > li {
  color: #E6A117;
  font-weight: 500;
}
.search_area .search_contents .s_c_ttl > li::before {
  content: "●";
  color: #E6A117;
}
.search_area .search_contents .s_c_ttl .select_region {
  margin-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.search_area .search_contents .s_c_ttl .select_region li {
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1em;
  width: 7em;
}

.search_area .search_contents .s_c_ttl .select_condition {
  margin-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.search_area .search_contents .s_c_ttl .select_condition li {
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1em;
  width: unset !important;
}

@media (max-width: 600px) {
  .search_area .search_contents .s_c_ttl .select_region li {
    width: unset;
  }
}
.search_area .search_contents .s_c_ttl .select_region li label {
  padding-left: 0.3em;
}
.search_area .search_contents .search_btn {
  text-align: center;
  margin: 0 auto;
  width: 150px;
  border-radius: 5px;
  padding: 0.5em 0;
  color: #fff;
  background: #AFBDC4;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.search_area .search_contents .search_btn:hover {
  background: #748d99;
  cursor: pointer;
}

.num_results span {
  font-size: 1.5rem;
  padding-right: 0.3rem;
}

.kome {
  display: none;
}
@media (max-width: 600px) {
  .kome {
    display: block;
    font-size: 0.875rem;
  }
}

.serch_results {
  margin: 0 0 2em;
}
@media (max-width: 600px) {
  .serch_results {
    overflow-x: scroll;
  }
}
.serch_results table {
  width: 100%;
  border-spacing: 1px;
  background-color: #D0D0D0;
  border-collapse: unset;
}
@media (max-width: 600px) {
  .serch_results table {
    width: 800px;
  }
}
.serch_results table tr:nth-child(even) {
  background: #FFF;
}
.serch_results table tr:nth-child(odd) {
  background: #F5F5F5;
}
.serch_results table tr.table_header {
  background: #E6A117;
}
.serch_results table tr.table_header th {
  color: #fff;
  font-weight: 500;
  line-height: 1.2em;
  padding: 0.8em 1em;
/*  border: 1px solid #E6A117;*/
}
.serch_results table tr.table_header th:not(:last-child) {
/*  border-right: 1px solid #fff;*/
}
.serch_results table tr.table_header th.res-hosp { width: 20%; }
.serch_results table tr.table_header th.res-add { width: 20%; }/**delete**/
.serch_results table tr.table_header th.res-tel { width: 10%; }/**delete**/
.serch_results table tr.table_header th.res-info { width: 20%; }
.serch_results table tr.table_header th.res-age { width: 10%; text-align:center; }
.serch_results table tr.table_header th.res-age-sub { font-size: 55%; text-align: center; }
.serch_results table tr.table_header th.res-shinryo { width: 20%; }
.serch_results table tr.table_header th.res-cmnt { width: 35%; }
.serch_results table tr td {
  line-height: 1.5em;
  padding: 0.5em 1em;
  font-size: 0.875rem;
  text-align: justify;
/*  border: 1px solid #bfbfbf;*/
}
.serch_results table tr td.age-sub { font-size: 50%; text-align: center; }
/*# sourceMappingURL=sub_common.css.map */