/* ===================================================================
  features01
=================================================================== */
#contents {
  padding-bottom: 10px;
}

@media screen and (max-width: 640px) {
  #contents {
    padding-top: 9.375vw;
    padding-bottom: 3.90625vw;
  }
  #contents .inner {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

/*
cate_navi
--------------------------------------------------------------------------*/
.cate_navi ul {
  font-size: 0;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cate_navi ul li {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
  width: 536px;
}

.cate_navi ul li + li {
  margin-left: 15px;
}

.cate_navi ul li a {
  color: #fff;
  display: block;
  padding: 16px 0;
}

.cate_navi ul li.cate_land a {
  background: #f7853f;
}

.cate_navi ul li.cate_housing a {
  background: #42a1c1;
}

.cate_navi ul li.cate_land a:hover {
  background: #fccfb2;
  opacity: 1;
}

.cate_navi ul li.cate_housing a:hover {
  background: #b3d9e6;
  opacity: 1;
}

.cate_navi ul li.cate_land a:before {
  background: url(../images/ttl2.png) left top no-repeat;
  content: "";
  display: inline-block;
  height: 26px;
  margin-right: 10px;
  vertical-align: middle;
  width: 31px;
}

.cate_navi ul li.cate_housing a:before {
  background: url(../images/ttl.png) left top no-repeat;
  content: "";
  display: inline-block;
  height: 26px;
  margin-right: 10px;
  vertical-align: middle;
  width: 31px;
}

@media screen and (max-width: 640px) {
  .cate_navi ul {
    padding: 0 3.90625vw;
  }
  .cate_navi ul li {
    font-size: 3.64583vw;
    width: 50%;
  }
  .cate_navi ul li + li {
    margin-left: 0;
  }
  .cate_navi ul li a {
    padding: 4.6875vw 0 4.6875vw 9.89583vw;
    position: relative;
  }
  .cate_navi ul li.cate_land a:before {
    background: url(../images/ttl2.png) no-repeat center/contain;
    height: 7.29167vw;
    width: 7.29167vw;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6.51042vw;
    margin: auto;
  }
  .cate_navi ul li.cate_housing a:before {
    background: url(../images/ttl.png) no-repeat center/contain;
    height: 5.46875vw;
    width: 5.46875vw;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5.98958vw;
    margin: auto;
  }
}

/*
cp_main
--------------------------------------------------------------------------*/
.cp_main img {
  width: 100%;
  height: auto;
}

/*
nav_area
--------------------------------------------------------------------------*/
.nav_area {
  background: #f4f4f4;
  margin: 86px auto 96px;
  padding: 0 5px 20px;
  width: 960px;
  border-top: 6px solid #3da1c3;
}

.nav_area p {
  font-size: 24px;
  font-weight: bold;
  margin: 14px 0;
  text-align: center;
  color: #35a2c1;
  letter-spacing: 2px;
}

.nav_area nav ul {
  font-size: 0;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav_area nav ul li {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  width: 116px;
}

.nav_area nav ul li strong {
  background: #fff;
  display: block;
  padding: 14px 0;
  letter-spacing: 0.5px;
}

.nav_area nav ul li + li {
  margin-left: 8px;
}

.nav_area nav ul li#all {
  width: 142px;
}

.nav_area nav ul li#all strong {
  border: 1px solid #e78c93;
  color: #e78c93;
}

.nav_area nav ul li#tochigi1 strong {
  border: 1px solid #e78c93;
  color: #e78c93;
}

.nav_area nav ul li#tochigi2 strong {
  border: 1px solid #e78c93;
  color: #e78c93;
}

.nav_area nav ul li#tochigi3 strong {
  border: 1px solid #e78c93;
  color: #e78c93;
}

.nav_area nav ul li#gunma strong {
  border: 1px solid #fbc798;
  color: #fbc798;
}

.nav_area nav ul li#ibaraki strong {
  border: 1px solid #a3cab8;
  color: #a3cab8;
}

.nav_area nav ul li#saitama strong {
  border: 1px solid #bcddec;
  color: #bcddec;
}

.nav_area nav ul li#all strong.on {
  background: #d70c19;
  border: 1px solid #d70c19;
  color: #fff;
}

.nav_area nav ul li#tochigi1 strong.on {
  background: #d70c19;
  border: 1px solid #d70c19;
  color: #fff;
}

.nav_area nav ul li#tochigi2 strong.on {
  background: #d70c19;
  border: 1px solid #d70c19;
  color: #fff;
}

.nav_area nav ul li#tochigi3 strong.on {
  background: #d70c19;
  border: 1px solid #d70c19;
  color: #fff;
}

.nav_area nav ul li#gunma strong.on {
  background: #ff8d00;
  border: 1px solid #ff8d00;
  color: #fff;
}

.nav_area nav ul li#ibaraki strong.on {
  background: #369e63;
  border: 1px solid #369e63;
  color: #fff;
}

.nav_area nav ul li#saitama strong.on {
  background: #66bfdd;
  border: 1px solid #66bfdd;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .nav_area {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    margin: 10.41667vw auto 0;
    padding: 0 3.90625vw 2.60417vw;
    width: 100%;
    border-top: 3px solid #3da1c3;
  }
  .nav_area p {
    font-size: 4.16667vw;
    margin: 4.16667vw 0 2.86458vw;
    letter-spacing: 0.39062vw;
  }
  .nav_area nav ul li {
    font-size: 3.64583vw;
    margin-bottom: 2.60417vw;
    width: -webkit-calc((100% - 3.125vw) / 2);
    width: -moz-calc((100% - 3.125vw) / 2);
    width: calc((100% - 3.125vw) / 2);
  }
  .nav_area nav ul li + li {
    margin-left: 0;
  }
  .nav_area nav ul li:nth-of-type(even) {
    margin-left: 3.125vw;
  }
  .nav_area nav ul li#all {
    width: -webkit-calc((100% - 3.125vw) / 2);
    width: -moz-calc((100% - 3.125vw) / 2);
    width: calc((100% - 3.125vw) / 2);
  }
  .nav_area nav ul li strong {
    padding: 2.86458vw 0;
    letter-spacing: 0.26042vw;
  }
}

/*
search_list
--------------------------------------------------------------------------*/
#search_list {
  min-height: 300px;
}

#search_list h3 {
  background: #d71e17 url(../images/ttl.png) no-repeat 15px center;
  padding: 10px 10px 10px 50px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  margin-bottom: 25px;
}

#search_list ul.list {
  margin: 0 0 140px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 40px;
}

#search_list ul.list > li {
  width: -webkit-calc((100% - 60px) / 3);
  width: -moz-calc((100% - 60px) / 3);
  width: calc((100% - 60px) / 3);
  position: relative;
}

#search_list ul.list > li.no-target {
  margin-top: 10px;
  width: 100%;
  font-size: 16px;
  color: #000;
  padding-bottom: 24px;
  border-bottom: 1px solid #bdbdbd;
}

#search_list ul.list > li:not(:nth-of-type(3n + 1)) {
  margin-left: 30px;
}

#search_list ul.list > li:nth-of-type(n + 4) {
  margin-top: 60px;
  padding-top: 60px;
}

#search_list ul.list > li:nth-of-type(n + 4) .onlyMember-content {
  top: 60px;
}

#search_list ul.list > li:nth-of-type(3n + 1):not(:first-of-type):before {
  content: "";
  display: block;
  width: -webkit-calc(1142px - 80px);
  width: -moz-calc(1142px - 80px);
  width: calc(1142px - 80px);
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #bdbdbd;
}

#search_list ul.list > li .box_ttl {
  font-weight: bold;
  font-size: 16px;
}

#search_list ul.list > li .box_ttl li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 18px;
  position: relative;
}

#search_list ul.list > li .box_ttl li:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #d71e17;
  position: absolute;
  top: 3px;
  left: 0;
}

#search_list ul.list > li .box_image {
  margin-top: 16px;
  height: 222px;
  display: block;
}

#search_list ul.list > li .box_image .object-fit {
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#search_list ul.list > li .box_txt {
  margin-top: 18px;
}

#search_list ul.list > li .box_txt li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#search_list ul.list > li .box_txt li + li {
  margin-top: 10px;
}

#search_list ul.list > li .box_txt li span:nth-of-type(1) {
  font-size: 14px;
  width: 80px;
  height: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #a9a9a9;
  font-weight: bold;
  color: #a9a9a9;
}

#search_list ul.list > li .box_txt li span:nth-of-type(2) {
  font-size: 16px;
  width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: calc(100% - 80px);
  padding-left: 18px;
}

#search_list ul.list > li .box_link a {
  margin-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #d71e17 url(../images/icon_arrow.svg) no-repeat center right 20px/10px auto;
  width: 100%;
  height: 58px;
  -moz-border-radius: 5px;
       border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.5px;
}

#search_list ul.list > li .box_link a:hover {
  opacity: 0.7;
}

#search_list ul.list > li.onlyMember .box {
  -ms-filter: blur(6px);
  -webkit-filter: blur(6px);
          filter: blur(6px);
  pointer-events: none;
}

#search_list ul.list > li.onlyMember .onlyMember-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

#search_list ul.list > li .onlyMember-content {
  display: none;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
     -moz-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#search_list ul.list > li .onlyMember-content .img-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 222px;
  width: 100%;
}

#search_list ul.list > li .onlyMember-content .img-block .area_tag {
  background-color: #d71e17;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: normal;
  height: 30px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
}

#search_list ul.list > li .onlyMember-content .img-block p {
  color: #d70c19;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

#search_list ul.list > li .onlyMember-content .txt-block {
  margin-top: 15px;
  width: 100%;
}

#search_list ul.list > li .onlyMember-content .txt-block .box_ttl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 55px;
}

#search_list ul.list > li .onlyMember-content .txt-block .box_ttl li {
  padding: 0;
}

#search_list ul.list > li .onlyMember-content .txt-block .box_ttl li:before {
  display: none;
}

#search_list ul.list > li .onlyMember-content .txt-block .box_ttl li span {
  margin-right: 10px;
  font-size: 18px;
}

#search_list ul.list > li .onlyMember-content .txt-block .block {
  border: 1px solid #d71e17;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px 18px 2px 18px;
  margin-top: 20px;
  width: 100%;
}

#search_list ul.list > li .onlyMember-content .txt-block .block .block-left {
  position: relative;
  width: 100%;
}

#search_list ul.list > li .onlyMember-content .txt-block .block .block-left .txt-ttl {
  color: #d71e17;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .04em;
  text-align: center;
}

#search_list ul.list > li .onlyMember-content .txt-block .block .block-left .txt-small {
  color: #444;
  font-size: 14px;
  letter-spacing: .01em;
  line-height: 1.6;
  margin-top: 18px;
}

#search_list ul.list > li .onlyMember-content .txt-block .block .block-right {
  display: block;
  height: 58px;
  margin-top: 30px;
  width: 100%;
}

#search_list ul.list > li .onlyMember-content .txt-block .block .block-right a {
  background-color: #d71e17;
  -moz-border-radius: 4px;
       border-radius: 4px;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: bold;
  height: 100%;
  letter-spacing: .12em;
  position: relative;
  width: 100%;
}

#search_list ul.list > li .onlyMember-content .txt-block .block .block-right a:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  height: 8px;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
     -moz-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 8px;
}

@media screen and (max-width: 640px) {
  #search_list {
    min-height: auto;
  }
  #search_list h3 {
    background: #d71e17 url(../images/ttl.png) no-repeat center left 3.90625vw/5.98958vw auto;
    padding: 2.73438vw 2.60417vw 2.73438vw 13.02083vw;
    font-size: 4.16667vw;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    margin-bottom: 3.90625vw;
  }
  #search_list ul.list {
    margin: 0 0 26.04167vw;
    padding: 0 3.90625vw;
  }
  #search_list ul.list > li {
    width: 44.79167vw;
  }
  #search_list ul.list > li.no-target {
    margin-top: 1.82292vw;
    font-size: 3.125vw;
    padding-bottom: 4.42708vw;
  }
  #search_list ul.list > li:not(:nth-of-type(3n + 1)) {
    margin: 0;
  }
  #search_list ul.list > li:nth-of-type(n + 4) {
    margin: 0;
    padding: 0;
  }
  #search_list ul.list > li:nth-of-type(3n + 1):not(:first-of-type):before {
    content: none;
  }
  #search_list ul.list > li:nth-of-type(even) {
    margin-left: -webkit-calc(100% - (44.79167vw * 2));
    margin-left: -moz-calc(100% - (44.79167vw * 2));
    margin-left: calc(100% - (44.79167vw * 2));
  }
  #search_list ul.list > li:nth-of-type(odd):not(:first-of-type):before {
    content: "";
    display: block;
    width: -webkit-calc(100vw - 7.8125vw);
    width: -moz-calc(100vw - 7.8125vw);
    width: calc(100vw - 7.8125vw);
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background: #bdbdbd;
  }
  #search_list ul.list > li:nth-of-type(n + 3) {
    margin-top: 6.51042vw;
    padding-top: 5.20833vw;
  }
  #search_list ul.list > li + li .onlyMember-content {
    top: 20.83333vw !important;
  }
  #search_list ul.list > li + li .onlyMember-content:before {
    background-color: #bdbdbd;
    content: '';
    height: 0.26042vw;
    position: absolute;
    top: -10.41667vw;
    left: 0;
    width: 100%;
  }
  #search_list ul.list > li .box_ttl {
    font-size: 3.64583vw;
  }
  #search_list ul.list > li .box_ttl li {
    padding-left: 3.90625vw;
  }
  #search_list ul.list > li .box_ttl li:before {
    width: 2.99479vw;
    height: 2.99479vw;
    top: 1.17188vw;
  }
  #search_list ul.list > li .box_ttl li:nth-of-type(1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #search_list ul.list > li .box_ttl li.pb {
    padding-bottom: 5.33854vw;
  }
  #search_list ul.list > li .box_image {
    margin-top: 1.5625vw;
    height: 34.63542vw;
  }
  #search_list ul.list > li .box_txt {
    margin-top: 3.90625vw;
    -moz-font-feature-settings: "palt";
         font-feature-settings: "palt";
  }
  #search_list ul.list > li .box_txt li + li {
    margin-top: 2.60417vw;
  }
  #search_list ul.list > li .box_txt li span:nth-of-type(1) {
    font-size: 2.60417vw;
    width: 14.32292vw;
    height: 6.51042vw;
    letter-spacing: 0.26042vw;
  }
  #search_list ul.list > li .box_txt li span:nth-of-type(2) {
    font-size: 3.125vw;
    width: -webkit-calc(100% - 14.32292vw);
    width: -moz-calc(100% - 14.32292vw);
    width: calc(100% - 14.32292vw);
    padding-left: 2.08333vw;
    line-height: 1.4;
  }
  #search_list ul.list > li .box_link a {
    margin-top: 4.94792vw;
    background: #d71e17 url(../images/icon_arrow.svg) no-repeat center right 3.38542vw/1.82292vw auto;
    height: 10.9375vw;
    -moz-border-radius: 0.65104vw;
         border-radius: 0.65104vw;
    font-size: 3.64583vw;
    letter-spacing: 0.26042vw;
  }
  #search_list ul.list > li.onlyMember {
    overflow: hidden;
  }
  #search_list ul.list > li .onlyMember-content {
    height: auto;
  }
  #search_list ul.list > li .onlyMember-content .img-block {
    height: 59.89583vw;
  }
  #search_list ul.list > li .onlyMember-content .img-block .area_tag {
    font-size: 3.64583vw;
    height: 6.51042vw;
    width: 31.90104vw;
  }
  #search_list ul.list > li .onlyMember-content .img-block p {
    font-size: 7.55208vw;
    font-weight: bold;
    text-align: center;
  }
  #search_list ul.list > li .onlyMember-content .txt-block .box_ttl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: 14.32292vw;
  }
  #search_list ul.list > li .onlyMember-content .txt-block .box_ttl li {
    width: auto !important;
  }
  #search_list ul.list > li .onlyMember-content .txt-block .box_ttl li span {
    margin-right: 2.60417vw;
    font-size: 4.6875vw;
  }
  #search_list ul.list > li .onlyMember-content .txt-block .block {
    margin-top: 2.34375vw;
    padding: 0;
  }
  #search_list ul.list > li .onlyMember-content .txt-block .block .block-left .txt-ttl {
    font-size: 5.20833vw;
  }
  #search_list ul.list > li .onlyMember-content .txt-block .block .block-left .txt-small {
    font-size: 3.38542vw;
    margin-top: 4.6875vw;
    padding: 0 2.60417vw;
  }
  #search_list ul.list > li .onlyMember-content .txt-block .block .block-right {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    height: 15.10417vw;
    margin-top: 7.8125vw;
    padding: 0 2.60417vw;
  }
  #search_list ul.list > li .onlyMember-content .txt-block .block .block-right a {
    -moz-border-radius: 1.04167vw;
         border-radius: 1.04167vw;
    font-size: 4.6875vw;
  }
  #search_list ul.list > li .onlyMember-content .txt-block .block .block-right a:before {
    border-right: 0.52083vw solid #fff;
    border-bottom: 0.52083vw solid #fff;
    height: 2.08333vw;
    right: 3.125vw;
    width: 2.08333vw;
  }
}

/**/
#search_list .tochigi h3,
#search_list .tochigi ul.list > li .box_ttl li:before,
#search_list .tochigi ul.list > li .box_link a {
  background-color: #d71e17;
}

#search_list .gunma h3,
#search_list .gunma ul.list > li .box_ttl li:before,
#search_list .gunma ul.list > li .box_link a {
  background-color: #ff8d00;
}

#search_list .ibaraki h3,
#search_list .ibaraki ul.list > li .box_ttl li:before,
#search_list .ibaraki ul.list > li .box_link a {
  background-color: #369e63;
}

#search_list .saitama h3,
#search_list .saitama ul.list > li .box_ttl li:before,
#search_list .saitama ul.list > li .box_link a {
  background-color: #66bfdd;
}

/*
search_list_ttl
--------------------------------------------------------------------------*/
.search_list_ttl_txt {
  font-size: 28px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #bdbdbd;
  width: 168px;
  text-align: center;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

/*
lead
--------------------------------------------------------------------------*/
.lead {
  margin-top: 100px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lead .lead_ttl {
  letter-spacing: 4px;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  color: black;
  line-height: 1;
  padding-bottom: 8px;
  border-bottom: 2px solid #828282;
}

.lead .lead_txt {
  margin-top: 38px;
  color: #444444;
  letter-spacing: 1px;
  width: 100%;
}

.lead .lead_txt a {
  text-decoration: underline;
  will-change: opacity;
}

.lead .lead_txt a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 640px) {
  .lead {
    margin-top: 13.02083vw;
    padding: 0 3.90625vw;
  }
  .lead .lead_ttl {
    letter-spacing: 0.26042vw;
    font-size: 4.42708vw;
    padding-bottom: 1.04167vw;
    border-bottom: 1px solid #828282;
  }
  .lead .lead_txt {
    margin-top: 5.20833vw;
    text-align: left;
    letter-spacing: 0.13021vw;
  }
  .lead .lead_txt a {
    will-change: auto;
  }
  .lead .lead_txt a:hover {
    opacity: 1;
  }
}

/*
update_date
--------------------------------------------------------------------------*/
.update_date {
  margin: 90px 0 45px;
  text-align: right;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.update_date p {
  font-size: 14px;
}

.update_date p + p {
  margin-left: 1em;
}

@media screen and (max-width: 640px) {
  .update_date {
    margin: 13.02083vw 0 5.20833vw;
    padding: 0 3.90625vw;
  }
  .update_date p {
    font-size: 10px;
  }
}
