@charset "UTF-8";
/* Scss Document */
.search-wrapper {
  background-color: #f5f5f5;
}
.search-wrapper .area-title {
  margin-top: 1em;
}
.search-wrapper .area-title:first-child {
  margin-top: 0;
}

.area-title {
  position: relative;
}
.area-title:after {
  border: solid 1px #163b70;
  position: absolute;
  line-height: 28px;
  content: "＋";
  top: calc(50% - 14px);
  right: 1em;
  width: 28px;
  height: 28px;
  text-align: center;
}
.area-title.open:after {
  position: absolute;
  content: "－";
}

.area-list {
  margin: 0 -2px;
  display: none;
}
.area-list li {
  border: solid 2px #f5f5f5;
  background: #fff;
}
.area-list li label {
  padding: 0.5em;
  display: block;
}
.area-list li.all {
  width: 100%;
}

.specialty-list li {
  border: solid 2px #f5f5f5;
  background: #fff;
}
.specialty-list li label {
  padding: 0.5em;
  display: block;
}

.search-title {
  color: #163b70;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-title img {
  margin-right: 0.5em;
}

.area-title {
  padding: 0.75em 1.25em;
  color: #163b70;
  background: #cee0ea;
}

.search-btn .form-btn-item {
  background: #163b70 url(../img/common/icon_search.svg) no-repeat right 1em center;
  background-size: auto 37%;
}

.link-btn-item a {
  padding-right: 2em;
  background: #163b70 url(../img/common/icon_search.svg) no-repeat right 1em center;
  background-size: auto 37%;
}

.results-number {
  margin-bottom: 0.5em;
  color: #163b70;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
}
.results-number em {
  font-size: 3.2rem;
  font-style: normal;
}

.results-item {
  background: #fff;
}
.results-item:last-child {
  margin-bottom: 0;
}
.results-item dt {
  font-weight: bold;
}
.member-list .column-item {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
}
.member-list .column-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.member-list .column-item figure {
  width: 46%;
  height: 202px;
  overflow: hidden;
}
.member-list .column-item figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.member-list .column-item-inner {
  padding-bottom: 3em;
  width: 56%;
}
.member-list .column-item .name {
  font-size: 2rem;
}
.member-list .column-item .kana {
  margin-bottom: 1em;
  font-size: 1.4rem;
}
.member-list .column-item .office {
  margin-bottom: 0.5em;
}
.member-list .column-item address {
  font-weight: normal;
}
.member-list .column-item .btn-more {
  bottom: 10px;
}

.no-results {
  padding: 2em 0 3em;
  text-align: center;
}

.member-head {
  margin-bottom: 3em;
}
.member-img figure {
  width: 48.5%;
}
.member-profile {
  position: relative;
}
.member-profile .branch {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: bold;
}
.member-profile .name {
  font-size: 2.8rem;
  font-weight: bold;
}
.member-profile .kana {
  margin-bottom: 1.5em;
  font-weight: bold;
}
.member-profile .office {
  margin-bottom: 1em;
  font-weight: bold;
}
.member-profile dl {
  margin-top: 1.25em;
}
.member-profile dl.flex-box {
  margin-top: 0;
}
.member-profile dl.flex-box dt {
  width: 4em;
}
.member-profile dl.flex-box dd {
  width: calc(100% - 4em);
}
.member-profile dt {
  margin-bottom: 0.5em;
  font-weight: bold;
}
.member-profile .specialty li {
  padding: 0.25em;
  border: solid 2px #fff;
  background: #f5f5f5;
  text-align: center;
  font-size: 1.5rem;
}
.member-comment {
  background: #f5f5f5;
}
.member-comment p {
  margin-bottom: 1.5em;
  line-height: 1.8;
}
.member-comment p:last-child {
  margin-bottom: 0;
}

.access h3 {
  margin-bottom: 1em;
  font-size: 1.8rem;
}

.google-map iframe {
  width: 100%;
  height: 560px;
}

@media only screen and (min-width: 601px) {
  .search-title {
    margin-bottom: 1em;
    font-size: 2.4rem;
  }
  .search-title img {
    width: auto;
    height: 40px;
  }

  .area-title {
    font-size: 2rem;
  }

  .search-wrapper {
    margin-bottom: 3em;
    padding: 30px;
  }

  .area-list {
    margin: 0 -2px;
  }
  .area-list li {
    width: calc(100% / 6);
  }

  .specialty-list li {
    width: calc(100% / 4);
  }

  .results-number {
    color: #163b70;
    font-weight: bold;
    text-align: center;
    font-size: 1.8rem;
  }
  .results-number em {
    font-size: 3.2rem;
    font-style: normal;
  }

  .results-item {
    margin-bottom: 8px;
    padding: 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .results-item dt {
    width: 8em;
  }
  .results-item dd {
    padding: 0.5em 0.5em 0.5em 1.5em;
    border-left: solid 1px #E2E2E2;
  }

  .member-head {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .member-img {
    width: 41%;
  }
  .member-img figure {
    width: 48.5%;
    position: relative;
  }
  .member-profile {
    width: 53.3%;
  }
  .member-profile .name {
    font-weight: bold;
  }
  .member-profile .kana {
    margin-bottom: 1.5em;
    font-weight: bold;
  }
  .member-profile .office {
    margin-bottom: 1em;
    font-weight: bold;
  }
  .member-profile dl {
    margin-top: 1.25em;
  }
  .member-profile dl.flex-box {
    margin-top: 0;
  }
  .member-profile dl.flex-box dt {
    font-size: 1.6rem;
    width: 4em;
  }
  .member-profile dt {
    margin-bottom: 0.5em;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .member-profile .specialty li {
    padding: 0.25em;
    border: solid 2px #fff;
    width: 25%;
    background: #f5f5f5;
    text-align: center;
    font-size: 1.5rem;
  }
  .member-comment {
    padding: 40px;
    background: #f5f5f5;
  }
  .member-comment p {
    margin-bottom: 1.5em;
    line-height: 1.8;
  }
  .member-comment p:last-child {
    margin-bottom: 0;
  }

  .access h3 {
    margin-bottom: 1em;
    font-size: 1.8rem;
  }

  .google-map iframe {
    width: 100%;
    height: 560px;
  }
}
@media only screen and (max-width: 600px) {
  .search-title {
    margin-bottom: 0.5em;
    font-size: 1.6rem;
  }
  .search-title img {
    width: auto;
    height: 6vw;
  }

  .area-title:after {
    line-height: 5vw;
    content: "＋";
    top: calc(50% - 2.5vw);
    width: 5vw;
    height: 5vw;
  }

  .search-wrapper {
    margin-bottom: 2em;
    padding: 3vw;
  }

  .area-list {
    margin: 0 -2px;
  }
  .area-list li {
    width: calc(100% / 3);
    font-size: 1.3rem;
  }

  .specialty-list li {
    width: calc(100% / 2);
    font-size: 1.3rem;
  }

  .results-number {
    color: #163b70;
    font-weight: bold;
    text-align: center;
    font-size: 1.6rem;
  }
  .results-number em {
    font-size: 2.8rem;
    font-style: normal;
  }

  .results-item {
    margin-bottom: 1.5vw;
    padding: 2vw 3vw;
    display: block;
    font-size: 1.4rem;
  }
  .results-item dt {
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    width: 8em;
    border-bottom: solid 1px #E2E2E2;
  }
  .results-item dd {
    padding-left: 0;
  }

  .member-head {
    display: block;
  }
  .member-img {
    width: 100%;
  }
  .member-img figure {
    width: 48.5%;
    height: 48.5vw;
    overflow: hidden;
  }
  .member-img figure:first-child {
    width: 100%;
    height: auto;
    max-height: 100vw;
  }
  .member-profile {
    margin-top: 2em;
    width: 100%;
  }
  .member-profile .branch {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
  }
  .member-profile .name {
    font-weight: bold;
  }
  .member-profile .kana {
    margin-bottom: 1.5em;
    font-weight: bold;
  }
  .member-profile .office {
    margin-bottom: 1em;
    font-weight: bold;
  }
  .member-profile dl {
    margin-top: 1.25em;
  }
  .member-profile dl.flex-box {
    margin-top: 0;
  }
  .member-profile dl.flex-box dt {
    font-size: 1.6rem;
    width: 4em;
  }
  .member-profile dt {
    margin-bottom: 0.5em;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .member-profile .specialty li {
    padding: 0.25em;
    border: solid 2px #fff;
    width: 33.33333%;
    font-size: 1.4rem;
  }
  .member-comment {
    padding: 5vw;
  }

  .access h3 {
    margin-bottom: 1em;
    font-size: 1.8rem;
  }
}