/**----------------------------------------------------------------
 * 兵庫県特定物質(温室効果ガス)排出抑制計画書・措置結果報告書公表システム CSS
 -----------------------------------------------------------------*/
html,
body {
  font-family: YakuHanJP_Noto, "Noto Sans JP", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'KozGoPro-Light', '小塚ゴシック Pro L', 'Kozuka Gothic Pro Light', Meiryo, sans-serif;
  line-height: 160%;
  text-align: left;
  font-feature-settings: "palt" 1;
  font-size: 10px;
}
h1 {
  font-weight: 700;
}
h2 {
  font-size: 1.8em;
  font-weight: 600;
}
body {
  font-size: 1.6em;
}
span.haishuturyo_pic,
span.gentanka_pic {
  display: inline-block;
  font-size: 1.1em;
  margin: 0.1em 0;
  padding: 0.1em 0.6em;
  border: 2px solid #333333;
  border-radius: 4px;
}
span.haishuturyo_pic {
  background-color: #fa8cc3;
}
span.haishuturyo_pic::before {
  content: '\6392\51FA\91CF';
  font-size: 1.8rem;
  font-weight: 700;
  color: black;
  line-height: 2.2rem;
}
span.gentanka_pic {
  background-color: orange;
}
span.gentanka_pic::before {
  content: '\539F\5358\4F4D';
  font-size: 1.8rem;
  font-weight: 700;
  color: black;
  line-height: 2.2rem;
}
.search_page h1 {
  display: none;
}
.search_page .section_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0 20px;
}
.search_page .section_header h2 {
  margin: 0;
}
.search_page .section_header label,
.search_page .section_header select {
  margin: 0;
}
#wrapper {
  width: 1200px;
  min-height: 100vh;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #wrapper {
    width: calc(100% - 20px);
    min-width: 350px;
  }
}
header {
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  border-top: 10px solid #008070;
}
@media screen and (max-width: 768px) {
  header {
    margin: 0 -20px;
    padding: 0 20px;
  }
}
header .header_title {
  padding: 0.5em 0;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.1em;
}
footer {
  padding: 0.2em 1em;
  background-color: #008070;
  text-align: right;
}
footer a {
  text-decoration: none;
  color: white;
}
footer a:hover {
  color: white;
}
.search_attribute_setting {
  padding: 10px 20px 0;
  background-color: #f3f3ed;
  border: 4px solid #cfcfbb;
}
.search_attribute_setting > dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
}
.search_attribute_setting > dl > dd {
  display: flex;
  align-items: center;
  width: 50%;
}
.search_attribute_setting > dl > dd.flex_widespan {
  width: 100%;
}
.search_attribute_setting > dl > dd.flex_widespan input[type="text"] {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .search_attribute_setting > dl > dd {
    width: 100%;
  }
}
.search_attribute_setting > dl > dd > dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 15px 10px;
  line-height: 1em;
  width: 100%;
}
.search_attribute_setting > dl > dd > dl dt {
  position: relative;
  width: 150px;
  padding-left: 1em;
}
.search_attribute_setting > dl > dd > dl dt::before {
  content: '';
  position: absolute;
  top: 50%;
  bottom: 50%;
  transform: translate(0, -50);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  left: 0;
  width: 1em;
  height: 1em;
  border: 0.5em solid transparent;
  border-left-color: #cfcfbb;
  border-right: none;
}
.search_attribute_setting > dl > dd > dl > dd {
  width: calc(100% - 150px);
}
.search_attribute_setting > dl > dd > dl > dd dl {
  margin-bottom: 0;
}
.search_attribute_setting > dl > dd > dl > dd dl dd:first-of-type {
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  border-bottom: 1px solid #cfcfbb;
}
.search_attribute_setting > dl > dd label {
  margin-bottom: 0;
}
.search_attribute_setting > dl > dd input[type="text"],
.search_attribute_setting > dl > dd select {
  margin-bottom: 0;
  width: 80%;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .search_attribute_setting > dl > dd input[type="text"],
  .search_attribute_setting > dl > dd select {
    display: block;
    width: 100%;
  }
}
.search_attribute_setting > dl > dd input[type="radio"] {
  display: none;
}
.search_attribute_setting > dl > dd input[type="radio"] + label {
  position: relative;
  margin-right: 1em;
  padding-left: 1.2em;
  cursor: pointer;
}
.search_attribute_setting > dl > dd input[type="radio"] + label::before {
  content: '';
  position: absolute;
  top: 50%;
  bottom: 50%;
  transform: translate(0, -50);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  background-color: white;
  border: 1px solid #333333;
  border-radius: 0.5em;
}
.search_attribute_setting > dl > dd input[type="radio"]:checked + label {
  position: relative;
}
.search_attribute_setting > dl > dd input[type="radio"]:checked + label::before {
  content: '';
  position: absolute;
  top: 50%;
  bottom: 50%;
  transform: translate(0, -50);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  background-color: #008070;
  border: 4px solid white;
  border-radius: 0.5em;
}
.search_attribute_setting > dl > dd input[type="radio"]:checked + label::after {
  content: '';
  position: absolute;
  top: 50%;
  bottom: 50%;
  transform: translate(0, -50);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  background-color: transparent;
  border: 1px solid #333333;
  border-radius: 0.5em;
}
.search_attribute_setting > dl > dd input[type="checkbox"] {
  display: none;
}
.search_attribute_setting > dl > dd input[type="checkbox"] + label {
  position: relative;
  margin-right: 1em;
  padding-left: 1.2em;
  cursor: pointer;
}
.search_attribute_setting > dl > dd input[type="checkbox"] + label::before {
  content: '';
  position: absolute;
  top: 50%;
  bottom: 50%;
  transform: translate(0, -50);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  background-color: white;
  border: 1px solid #333333;
  border-radius: 0.2em;
}
.search_attribute_setting > dl > dd input[type="checkbox"]:checked + label {
  position: relative;
}
.search_attribute_setting > dl > dd input[type="checkbox"]:checked + label::after {
  content: '';
  position: absolute;
  top: 50%;
  bottom: 50%;
  transform: translate(0, -90) rotate(-45deg);
  -webkit-transform: translate(0, -90%) rotate(-45deg);
  -ms-transform: translate(0, -90%) rotate(-45deg);
  left: 0;
  display: block;
  width: 1em;
  height: 0.6em;
  background-color: transparent;
  border: 3px solid #008070;
  border-top: none;
  border-right: none;
  border-radius: 0.1em;
}
.search_attribute_setting > dl > dd {
  border-bottom: 1px solid #cfcfbb;
}
.search_attribute_setting .search_start_button {
  display: block;
  text-align: center;
  margin-bottom: 0;
  padding: 2rem;
}
.search_attribute_setting .search_start_button .search_start {
  display: inline-block;
  padding: 0.4em 6em;
  background-color: #008070;
  border-radius: 0.8rem;
  font-size: 2.2rem;
  color: white;
}
.search_attribute_setting .search_start_button .search_start:hover,
.search_attribute_setting .search_start_button .search_start:active {
  text-decoration: none;
  opacity: 0.7;
}
.search_attribute_setting .search_start_button .search_start:focus {
  text-decoration: none;
}
#results_table {
  overflow-x: scroll;
  width: 100%;
  margin-bottom: 30px;
}
#results_table table {
  position: relative;
  width: 3600px;
}
#results_table table th:first-of-type,
#results_table table td:first-of-type {
  width: 360px;
}
#results_table table thead th {
  position: relative;
  padding: 0.4em 1em;
  border-right: 1px solid white;
  background-color: #008070;
  text-align: center;
  color: white;
  line-height: 1.2em;
}
#results_table table thead th:first-of-type {
  position: sticky;
  left: 0;
  z-index: 10;
  border-right: none;
}
#results_table table thead th:last-of-type {
  border-right: none;
}
@media screen and (max-width: 768px) {
  #results_table table thead th:first-of-type,
  #results_table table thead th:nth-of-type(2) {
    position: relative;
    left: inherit;
    z-index: inherit;
    border-right: inherit;
  }
}
#results_table table thead th:first-of-type::after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: white;
  position: absolute;
  top: 0;
  right: 0;
}
#results_table table thead th button.tsImg {
  font-size: 1rem;
  line-height: 2rem;
  background-color: #333333;
  border: 1px solid white;
  border-radius: 0.4rem;
}
#results_table table tbody tr {
  border-bottom: 1px solid #008070;
}
#results_table table tbody tr td {
  position: relative;
  padding: 0.6em 1em;
  border-right: 1px solid #008070;
  background-color: white;
  line-height: 1.1em;
}
#results_table table tbody tr td:first-of-type {
  position: sticky;
  left: 0;
  z-index: 9;
  border-right: none;
  font-size: 1.2em;
}
#results_table table tbody tr td:last-of-type {
  border-right: none;
}
@media screen and (max-width: 768px) {
  #results_table table tbody tr td:first-of-type,
  #results_table table tbody tr td:nth-of-type(2) {
    position: relative;
    left: inherit;
    z-index: inherit;
    border-right: inherit;
  }
}
#results_table table tbody tr td:first-of-type::after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #008070;
  position: absolute;
  top: 0;
  right: 0;
}
#results_table table tbody tr td:nth-of-type(9) {
  text-align: center;
}
#results_table table tbody tr td[data-company_status] a::after {
  content: '';
  display: inline-block;
  margin-left: 0.4em;
  padding: 0 0.2em;
  background-color: white;
  font-size: 0.9em;
  line-height: 1.4em;
  vertical-align: baseline;
  color: black;
  border-radius: 3px;
}
#results_table table tbody tr td[data-company_status="notRelated"] a::after {
  content: '\5BFE\8C61\5916';
  background-color: #c0c0c0;
  color: white;
}
#results_table table tbody tr td[data-company_status="new"] a::after {
  content: '\65B0\898F';
  background-color: red;
  color: white;
}
#results_table table tbody tr td[data-company_status="succession"] a::after {
  content: '\627F\7D99';
  background-color: #20cc00;
  color: white;
}
#results_table table tbody tr td[data-company_status="abolished"] a::after {
  content: '\5EC3\6B62';
  background-color: #666;
  color: white;
}
#results_table table tbody tr:nth-of-type(even) td {
  background-color: #f3f3ed;
}
#results_table table tbody tr.office_status td {
  background-color: lightgray;
  padding: 0.2em 1em;
}
#results_table table tbody tr.office_status td:first-of-type {
  font-size: inherit;
  font-style: oblique;
  padding-left: 3em;
}
#results_table table tbody tr.office_status td:first-of-type::before {
  content: '';
  position: absolute;
  top: 50%;
  bottom: 50%;
  transform: translate(0, -50) scaleX(1.5);
  -webkit-transform: translate(0, -50%) scaleX(1.5);
  -ms-transform: translate(0, -50%) scaleX(1.5);
  left: 2em;
  width: 1em;
  height: 1em;
  border: 0.5em solid transparent;
  border-left-color: #464646;
  border-right: none;
}
#paging ul {
  text-align: center;
}
.info_page h1 {
  display: none;
}
.info_page .section_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em 0;
  border-bottom: 2px solid #008070;
  margin: 50px 0 20px;
}
.info_page .section_header h2 {
  margin: 0;
}
.info_page .section_header label,
.info_page .section_header select {
  margin: 0;
}
.info_page article {
  font-size: 1.8em;
  line-height: 1.4em;
}
.info_page .excellent {
  vertical-align: bottom;
  margin-left: 0.5em;
  padding: 0.3em 0.2em 0.2em 0.4em;
  background-color: gold;
  background: #b8860b;
  background: linear-gradient(140deg, #b8860b 0%, #ffd700 49%, #fff0f0 67%, #ffd700 75%, #b8860b 98%);
  border: solid 2px darkgoldenrod;
  border-top: solid 2px gold;
  border-left: solid 2px gold;
  border-radius: 4px;
  font-weight: 700;
  color: white;
  text-shadow: 2px 2px 1px #663300, -2px 2px 1px #663300, 2px -2px 1px #663300, -2px -2px 1px #663300, 2px 0px 1px #663300, 0px 2px 1px #663300, -2px 0px 1px #663300, 0px -2px 1px #663300;
  letter-spacing: 0.2em;
  text-align: center;
  font-size: 17px;
}
.info_page .scroll_table_area {
  overflow-x: scroll;
  width: 100%;
  margin-bottom: 30px;
}
.info_page table {
  min-width: 1200px;
}
.info_page table th,
.info_page table td {
  width: 120px;
  text-align: center;
}
.info_page table.planFirstYear {
  width: 122px;
  min-width: 122px;
}
.info_page .rewrite_plan_area table thead tr th,
.info_page .rewrite_plan_area table tfoot tr th {
  background-color: #5c8c3b;
  color: #fff;
}
.info_page .rewrite_plan_area table tbody tr td {
  background-color: #91C076;
  color: #fff;
}
.info_page .report_area {
  margin-bottom: 40px;
}
.info_page .report_area table thead tr th,
.info_page .report_area table tfoot tr th {
  background-color: #3d7eb9;
  color: #fff;
}
.info_page .report_area table tbody tr td {
  background-color: #84B1DF;
  color: #fff;
}
.info_page .pdfIcon {
  width: 62px;
  height: 62px;
}
/*# sourceMappingURL=gwclt_main.css.map */