@charset "UTF-8";
.rank .sec {
  margin-bottom: 50px;
}

.rank .rank-table table th {
  font-size: 15px;
}

.rank .rank-table table td {
  font-size: 13px;
  line-height: 20px;
}

.rank .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.rank .btn-group .col-xs-6 {
  width: auto;
}

#search table td select {
  padding: 0.5em;
}

#search {
  margin-bottom: 30px;
}

#top {
  margin-bottom: 80px;
}

#search table th {
  border-left: 1px #777 solid;
}

#search table tr:last-child th {
  border-bottom-color: #777;
}

.side .widget .column-list p {
  font-size: 13px;
  line-height: 23px;
}

.side .widget .column-list > ul {
  font-size: 12px;
  text-align: center;
}
@media screen and (min-width: 768px) {
.side .widget .column-list > ul li:last-of-type{
  text-align: left;
}
}

#footer a:hover {
  text-decoration: underline;
}

#footer h3 a {
  color: #23398b;
}

.rank .sec .site-wrap .rank-title span:last-child a {
  color: #fff;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1020px;
  }
  .detail-nav {
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  body {
    min-width: none;
    font-size: 14px;
  }
  .container,
  .site-main,
  .side {
    width: 100%;
  }
  .site-main,
  .side {
    padding-left: 15px;
    padding-right: 15px;
  }
  .detail-nav + .site-wrap {
    padding-top: 30px;
  }
  #nav-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  #nav-menu .btn-nav {
    color: #063272;
    font-weight: bold;
    display: block;
    background-color: #fff;
    width: 40px;
    height: 40px;
    font-size: 24px;
    padding: 8px 2px;
    border-radius: 4px;
    position: absolute;
    right: 3px;
    top: 3px;
    line-height: 1;
    text-align: center;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    cursor: pointer;
  }
  #nav-menu .btn-nav::before {
    content: "ⅲ";
  }
  #nav-menu ul {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 45px 15px 15px;
    background-color: #fff;
  }
  #nav-menu ul li {
    padding: 0 10px 0;
  }
  #nav-menu ul li a {
    padding: 10px;
  }
  #nav-menu ul li + li a {
    border-left: none;
    border-top: 2px solid #063272;
  }
  #header {
    height: auto;
    padding: 48% 0 0;
    background-size: auto 100%;
  }
  #footer {
    padding-left: 15px;
    padding-right: 15px;
  }
  #footer .foo-aside {
    margin: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footer .foo-aside .nav-foo {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  #footer .foo-aside .nav-foo:first-child {
    border-right: none;
    border-bottom: 1px dashed #4d4d4d;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  #footer .foo-aside .nav-foo .nav-clinic {
    margin-left: 0;
    margin-right: 0;
  }
  #footer .foo-aside .nav-foo .nav-clinic ul {
    padding-left: 0;
    padding-right: 0;
  }
  #footer .foo-aside .nav-foo .nav-clinic ul + ul {
    margin-left: 15px;
  }
  h2 {
    padding: 5px 10px 10px;
    font-size: 18px;
    margin-bottom: 1em;
    font-weight: bold;
    border-bottom: 3px solid #0d3e8e;
    border-left: 16px solid #0d3e8e;
  }
  #search table th, #search table td {
    width: 100%;
    float: left;
    font-size: 16px;
    padding: 10px;
  }
  #search table th {
    border-left: none;
  }
  #search table td > label.w-half {
    margin-right: 0;
    width: 48%;
  }
  #top {
    overflow-x: scroll;
  }
  #top table {
    width: 728px;
    font-size: 14px;
  }
  #top table tr > th {
    font-size: 18px;
  }
  .rank .sec .site-wrap .rank-title span {
    font-size: 18px;
    padding: 5px;
  }
  .rank .sec .site-wrap .inner {
    padding: 0 10px 20px;
  }
  .rank .sec .site-wrap .inner .desc {
    font-size: 16px;
  }
  .rank .sec .site-wrap .inner .d-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .rank .sec .site-wrap .inner .rank-thumb {
    width: 100%;
  }
  .rank .sec .site-wrap .inner .rank-list {
    width: 100%;
    padding: 15px 0 0;
  }
  .rank .rank-table {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .rank .rank-table table {
    width: 100%;
    height: auto;
  }
  .rank .rank-table table:first-child {
    width: 100%;
    height: auto;
    border-right: 1px solid #777;
  }
  .rank .rank-table table:first-child th {
    width: 110px;
  }
  .rank .rank-table table:last-child {
    width: 100%;
  }
  .rank .btn-group {
    margin-top: 10px;
  }
  .rank .btn-group .col-xs-6 {
    width: 100%;
    margin: 10px auto;
  }
  .side .widget {
    margin-top: 40px;
  }
  .side .widget .column-list {
    width: 270px;
    margin: 0 auto;
  }
  .side .widget .column-list > a {
    display: block;
    text-align: center;
  }
  #survey th, #company th {
    width: 30%;
    padding: 10px;
  }
  #survey .table td, #company .table td {
    padding: 10px;
  }
  li.review-block .review-img {
    width: 20%;
    padding-right: 15px;
  }
  li.review-block .rew-comment {
    width: 80%;
  }
  li.review-block h4 {
    display: block;
  }
}
