@charset "utf-8";
/*==================================================
ページタイトル
==================================================*/
.supply_result .page-title {
  background: url("../img/supply_result/tit-bg.jpg") no-repeat top center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}


/*==================================================
common
==================================================*/
.sr-box {
  width: 31.5%;
  position: relative;
  border: 2px solid #204C39;
}
.sr-box .sr-box-inner {
  width: 100%;
  min-height: 16rem;
  align-items: center;
  justify-content: center;
}
.sr-box p {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 0;
}
.sr-box .sr-catch {
  font-size: 1.8rem;
}
.sr-box .sr-tit {
  font-size: 3.0rem;
}
.sr-box .sr-sub {
  font-size: 1.6rem;
}
.sr-box .sr-result {
  display: block;
  width: 100%;
  background: #204C39;
}
.sr-box .sr-result-txt {
  font-size: 2.4rem;
  color: #fff;
  line-height: 2.4;
  letter-spacing: .1rem;
}
.sr-box .sr-result-txt span {
  font-size: 3.0rem;
}
.sr-box .ex-txt {
  font-size: 1.4rem;
  position: absolute;
  right: 0;
  bottom: -3rem;
  text-align: right;
}
.result-tab-sec .tab-menu {
  display: flex;
  border-bottom: 2px solid #204C39;
  justify-content: space-between;
}
.result-tab-sec .tab-menu button {
  font-family: "Noto Serif JP", serif;
  width: 24.125%;
  padding: 1rem;
  border-right: 2px solid #204C39;
  border-bottom: 0;
  border-left: 2px solid #204C39;
  border-top: 2px solid #204C39;
  background: #fff;
  color: #204C39;
  cursor: pointer;
  font-size: 2.0rem;
  transition: .3s ease;
}
.result-tab-sec .tab-menu button:hover {
  background: #204C39;
  color: #fff;
}
.result-tab-sec .tab-menu button.active {
  background: #204C39;
  color: #fff;
}
.result-tab-sec .tab-menu button.non-active {
  background: #e6e6e6;
  color: #aaa;
}
.result-tab-sec .tab-content {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  border: 2px solid #204C39;
  border-top: none;
  position: absolute;
  width: 100%;
}
.result-tab-sec .tab-content.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}
.result-list-afterbox {
  margin-top: -7rem;
}
.result-list-afterbox ul li {
  font-size: 1.4rem;
  line-height: 1.5
}
.result-list-afterbox ul li::before {
  content: '※';
  margin-right: .3rem;
}
.mymap {
  overflow: hidden;
}
.mymap iframe {
  margin: -6rem 0 -.8rem;
}
.mymap .cs-inner {
  height: 700px;
  background: #e6e6e6;
  color: #aaa;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -6rem 0 -.8rem;
  font-size: 2.0rem;
}
.result-list-sec .filter-bar {
  display: flex;
  flex-wrap: wrap;
  padding: 5rem 3rem 3rem;
  margin-bottom: 10rem;
  background: #E6F4EC
}
.result-list-sec .filter-group.type {
  width: 40%;
  padding: 0 4rem;
  border-right: 1px solid #1F4C39;
}
.result-list-sec .filter-group.area {
  width: 60%;
  padding: 0 4rem;
}
.result-list-sec .filter-group h4 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  margin: 0 0 2rem;
  color: #1F4C39;
}
.result-list-sec .btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.result-list-sec button.filter {
  appearance: none;
  border: 0.1rem solid #1F4C39;
  background: #fff;
  color: #1F4C39;
  padding: 0.8rem 1.2rem;
  border-radius: 0.8rem;
  cursor: pointer;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  min-height: 4.0rem;
}
.result-list-sec .type button.filter {
  width: 47.5%;
}
.result-list-sec .area button.filter {
  width: 31.5%;
}
.result-list-sec .btns .space {
  display: block;
  width: 31.5%;
}
.result-list-sec button.filter.active {
  background: #1F4C39;
  color: #fff;
}
.result-list-sec .table-block {
  margin: 0 0 10rem;
  border-top: 0.1rem solid #1F4C39;
  border-right: 0.1rem solid #1F4C39;
  border-left: 0.1rem solid #1F4C39;
  border-bottom: 0;
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.4s ease, max-height 0.4s ease;
}
.result-list-sec .table-block.hidden {
  opacity: 0;
  max-height: 0;
  margin: 0;
  border: 0;
  pointer-events: none;
}
.result-list-sec .table-block table {
  width: 100%;
  border-collapse: collapse;
}
.result-list-sec .table-block thead .table-title th {
  text-align: center;
  padding: 2rem;
  font-size: 1.8rem;
  color: #fff;
}
.result-list-sec .table-block thead .cols th {
  background: #f7f7f7;
  padding: 2rem;
  font-weight: 600;
  text-align: center;
  border-bottom: 0.1rem solid #1F4C39;
}
.result-list-sec .table-block tbody td {
  padding: 2rem;
  background: #fff;
}
.result-list-sec .table-block tbody tr td {
  border-bottom: 0.1rem solid #1F4C39;
}
.result-list-sec .table-block tbody td:first-child,
.result-list-sec .table-block tbody td:nth-child(3),
.result-list-sec .table-block tbody td:nth-child(5) {
  background: #f7f7f7;
}
.result-list-sec .table-block.table-grand tbody td:first-child,
.result-list-sec .table-block.table-resiur tbody td:first-child {
  width: 35%;
}
.result-list-sec .table-block.table-grand tbody td:nth-child(2),
.result-list-sec .table-block.table-resiur tbody td:nth-child(2) {
  width: 35%;
}
.result-list-sec .table-block.table-grand tbody td:nth-child(3),
.result-list-sec .table-block.table-resiur tbody td:nth-child(3) {
  width: 15%;
  text-align: center;
}
.result-list-sec .table-block.table-grand tbody td:nth-child(4),
.result-list-sec .table-block.table-resiur tbody td:nth-child(4) {
  width: 15%;
  text-align: center;
}
.result-list-sec .table-block.table-agency tbody td:first-child {
  width: 35%;
}
.result-list-sec .table-block.table-agency tbody td:nth-child(2) {
  width: 15%;
}
.result-list-sec .table-block.table-agency tbody td:nth-child(3) {
  width: 20%;
}
.result-list-sec .table-block.table-agency tbody td:nth-child(4) {
  width: 10%;
  text-align: center;
}
.result-list-sec .table-block.table-agency tbody td:nth-child(5) {
  width: 10%;
  text-align: center;
}
.result-list-sec .table-block tbody tr {
  transition: opacity 0.3s ease;
  opacity: 1;
}

.result-list-sec .table-block tbody tr.hidden {
  opacity: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}
.result-list-sec .table-grand thead .table-title th {
  background: #1F4C39;
}
.result-list-sec .table-resiur thead .table-title th {
  background: #2C5D49;
}
.result-list-sec .table-agency thead .table-title th {
  background: #5D7F5F;
}
.result-list-sec .table-block .note {
  font-size: 1.2rem;
  color: #666;
  padding: 1rem 1.2rem 1.4rem;
}
.result-list-sec .hidden {
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.result-list-sec .fade-in {
  opacity: 1;
  transition: opacity 0.4s ease;
}

@media screen and (max-width: 767px) {
.sr-box {
  width: 100%;
  margin-bottom: 4rem;
}
.result-tab-sec .tab-menu button {
  font-family: "Noto Serif JP", serif;
  width: 24.125%;
  margin-right: 0;
  padding: .5rem;
}
.result-list-sec .filter-bar {
  padding: 4rem;
}
.result-list-sec .filter-group.type {
  width: 100%;
  border-right: 0;
  padding: 0;
  margin-bottom: 4rem;
}
.result-list-sec .filter-group.area {
  width: 100%;
  padding: 0;
}
.result-list-sec button.filter {
  min-height: 5rem;
}
.result-list-sec .area button.filter {
  width: 47.5%;
}
.result-list-sec .btns .space {
  display: none;
}
.result-list-sec .table-block thead .table-title th {
  font-size: 2.4rem;
  text-align: left;
}
.result-list-sec .table-block thead .cols th {
  padding: 1rem;
  font-size: 1.6rem;
}
.result-list-sec .table-block tbody td {
  padding: 1rem;
  font-size: 1.6rem;
}
.result-list-sec .table-block {
  overflow-x: auto;
}
.result-list-sec .table-block table {
  width: 800px;
}
.result-list-sec .table-block.table-agency tbody td:first-child {
  width: 30%;
}
.result-list-sec .table-block.table-agency tbody td:nth-child(2) {
  width: 10%;
}
.result-list-sec .table-block.table-agency tbody td:nth-child(3) {
  width: 30%;
}
.mymap iframe {
  margin: -8rem 0 -.8rem;
}
}

