@charset "UTF-8";
/* CSS Document */


/* wrap
-----------------------------------------------*/
#wrap{
  background: #fff!important;
}
#content h1 {
  font-size: 40px;
  color: #0978B7;
  margin-bottom: 20px;
}
@media only screen and (max-width:767px) {
  #content h1 {
    font-size: 28px;
  }
}


/* touroku-data
-----------------------------------------------*/
#touroku-data {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width:767px) {
  #touroku-data {
    font-size: 14px;
  }
}


/* search-box
-----------------------------------------------*/
#search-box {
  background: #F3F3F3;
  border-radius: 20px;
  padding: 40px 50px;
  margin-top: 5px;
}
#search-box table {
  width: 100%;
}
#search-box table th {
  white-space: nowrap;
  font-size: 20px;
  padding-right: 20px;
}
#search-box table td {
  width: 100%;
}
#search-box table td .select-cover {
  position: relative;
  display: inline-block;
}
#search-box table td .select-cover::before {
  display: block;
  content: '';
  width: 13px;
  height: 13px;
  border-top: solid 3px #000;
  border-right: solid 3px #000;
  position: absolute;
  right: 25px;
  top: 50%;
  z-index: 2;
  transform: rotate(135deg) translateX(-13px);
  pointer-events: none;
}
#search-box table td .select-cover select {
  outline: none;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
  height: 50px;
  border: 1px solid #B7B7B7;
  border-radius: 10px;
  font-size: 20px;
  padding: 0 60px 0 20px;
  cursor: pointer;
  font-weight: bold;
}
#search-box table tr:not(:first-child) th,
#search-box table tr:not(:first-child) td {
  padding-top: 25px;
}
#search-box table td input {
  display: block;
  outline: none;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
  height: 50px;
  border: 1px solid #B7B7B7;
  border-radius: 10px;
  width: 100%;
  font-size: 20px;
  padding: 0 20px;
  font-weight: bold;
}
#search-box button {
  display: block;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
  height: 50px;
  background: #0978B7;
  color: #fff;
  border-radius: 10px;
  font-size: 20px;
  cursor: pointer;
  width: 240px;
  margin: 25px 0 0 auto;
  font-weight: bold;
  transition: opacity .2s;
}
#search-box button:hover {
  opacity: .7;
}
@media only screen and (max-width:767px) {
  #search-box {
    padding: 20px 20px;
  }
  #search-box table {
    overflow: hidden;
    display: block;
  }
  #search-box table tbody,
  #search-box table tr {
    width: 100%;
    display: block;
  }
  #search-box table th {
    display: block;
    width: 100%;
    font-size: 14px;
    float: left;
  }
  #search-box table tr:not(:first-child) th {
    padding: 15px 0 0 0;
  }
  #search-box table td {
    display: block;
    width: 100%;
    float: left;
    padding: 5px 0 0 0 !important;
  }
  #search-box table td .select-cover {
    width: 100%;
    display: block;
  }
  #search-box table td .select-cover select {
    height: 50px;
    font-size: 14px;
    padding: 0 60px 0 15px;
    width: 100%;
  }
  #search-box table td input {
    font-size: 14px;
  }
  #search-box button {
    width: 100%;
    margin: 20px auto 0;
  }
}


/* search-txt
-----------------------------------------------*/
#search-txt {
  margin-top: 55px;
}
#search-txt ul li {
  font-size: 20px;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.8;
  font-weight: bold;
}
#search-txt ul li:not(:first-child) {
  margin-top: 5px;
}
#search-txt ul li::before {
  content: "・";
}
#search-txt .btn {
  width: 240px;
  margin: 55px auto 0;
}
#search-txt .btn a {
  display: block;
  height: 50px;
  background: #0978B7;
  color: #fff;
  border-radius: 10px;
  font-size: 20px;
  margin: 25px 0 0 auto;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
}
#search-box button:hover {
  opacity: .7;
}
@media only screen and (max-width:767px) {
  #search-txt {
    margin-top: 20px;
  }
  #search-txt ul li {
    font-size: 14px;
  }
  #search-txt .btn {
    margin: 40px auto 0;
  }
}


/* search-map
-----------------------------------------------*/
#search-map {
  position: relative;
  background: url("/img/modules/senmoni/img-map-01.png") no-repeat center / 100%;
  min-height: 670px;
  max-width: 830px;
  margin: 200px auto 0;
}
#search-map .map-box {
  width: 260px;
  position: absolute;
}
#search-map .map-box-01 {
  top: -140px;
  left: 0;
}
#search-map .map-box-02 {
  right: 0;
  bottom: 0;
}
#search-map .map-box-03 {
  left: 0;
  bottom: 0;
}
#search-map .map-box > *:not(:first-child) {
  margin-top: 20px;
}
#search-map p {
  font-size: 12px;
  font-weight: bold;
}
#search-map ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 5px;
}
#search-map ul li {
  width: calc((100% - 20px)/ 3);
}
#search-map ul li a {
  background: #CDCDCD;
  color: #000;
  border-radius: 4px;
  display: block;
  text-align: center;
  font-size: 14px;
  padding: 2px 0;
  font-weight: bold;
}
#search-map .area-01 ul li a {
  background: #FFC9C9;
}
#search-map .area-02 ul li a {
  background: #F0EBD0;
}
#search-map .area-03 ul li a {
  background: #DAEBC7;
}
#search-map .area-04 ul li a {
  background: #E9EDE8;
}
#search-map .area-05 ul li a {
  background: #E4F0F9;
}
#search-map .area-06 ul li a {
  background: #E4E9F6;
}
#search-map .area-07 ul li a {
  background: #EFEBF2;
}
@media only screen and (max-width:767px) {
  #search-map {
    background: none;
    min-height: none;
    margin: 20px auto 0;
  }
  #search-map .map-box {
    width: 100%;
    position: relative;
  }
  #search-map p {
    font-size: 16px;
  }
  #search-map ul li a {
    font-size: 16px;
  }
  #search-map .sp-map {
    display: flex;
    flex-direction: column;
  }
  #search-map .sp-map > *:not(:first-child) {
    margin-top: 20px;
  }
  #search-map .area-01 {
    order: 1;
  }
  #search-map .area-02 {
    order: 2;
  }
  #search-map .area-03 {
    order: 3;
  }
  #search-map .area-04 {
    order: 4;
  }
  #search-map .area-05 {
    order: 5;
  }
  #search-map .area-06 {
    order: 6;
  }
  #search-map .area-07 {
    order: 7;
  }
  #search-map .area-08 {
    order: 8;
  }
}


/* result-box
-----------------------------------------------*/
#result-box {
  margin-top: 55px;
}
#result-box .result-data  p {
  font-size: 20px;
  font-weight: bold;
}
#result-box .result-number {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
#result-box .result-list + .result-number {
  margin-top: 20px;
}
#result-box .result-number p {
  font-size: 20px;
  font-weight: bold;
}
#result-box .result-number .result-pager {
  display: flex;
  gap: 5px;
}
#result-box .result-number .result-pager li {
  font-size: 20px;
  font-weight: bold;
}
#result-box .result-number .result-pager li a {
  font-size: 20px;
}
#result-box .result-list {
  border-top: 2px solid #0978B7;
  margin-top: 25px;
}
#result-box .result-list table tr:nth-child(odd) > * {
  background: #fff;
}
#result-box .result-list table tr:nth-child(even) > * {
  background: #E5F4FB;
}
#result-box .result-list table th,
#result-box .result-list table td {
  font-size: 20px;
  text-align: left;
  font-weight: bold;
}
#result-box .result-list table th {
  padding: 20px 30px;
}
#result-box .result-list table td {
  padding: 10px 30px;
}
@media only screen and (max-width:767px) {
  #result-box {
    margin-top: 40px;
  }
  #result-box .result-data  p {
    font-size: 16px;
    text-align: center;
  }
  #result-box .result-number {
    flex-direction: column;
    margin-top: 30px;
    text-align: center;
  }
  #result-box .result-list + .result-number {
    margin-top: 15px;
  }
  #result-box .result-number p {
    font-size: 16px;
  }
  #result-box .result-number .result-pager {
    justify-content: center;
  }
  #result-box .result-number .result-pager li {
    font-size: 16px;
  }
  #result-box .result-number .result-pager li a {
    font-size: 16px;
  }
  #result-box .result-list {
    position: relative;
    width: calc(100% + 80px);
    left: -40px;
    margin-top: 15px;
  }
  #result-box .result-list table th,
  #result-box .result-list table td {
    font-size: 14px;
  }
  #result-box .result-list table th {
    padding: 20px 5px;
  }
  #result-box .result-list table td {
    padding: 15px 5px;
  }
  #result-box .result-list table th:first-child,
  #result-box .result-list table td:first-child {
    padding-left: 20px;
  }
  #result-box .result-list table th:last-child,
  #result-box .result-list table td:last-child {
    padding-right: 20px;
  }
}


/* upload-box
-----------------------------------------------*/
.upload-box {
  border-radius: 4px;
  padding: 50px 50px;
  background: #f2f2f2;
  width: 100%;
  text-align: center;
}
.upload-box h1 {
  font-size: 26px !important;
  color: #333 !important;
  margin: 0 !important;
  line-height: 1.5 !important;
}
.upload-box .uploadArea {
  margin-top: 16px;
}
.upload-box #uploadBtn {
  display: inline-block;
  background: #0978b7;
  color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 20px;
}
.upload-box #uploadBtn:hover {
  opacity: .7;
}