@charset "shift_jis";
/**********************************************************************************
Tebiki.html
**********************************************************************************/
/* Other
========================================================================== */
.tebili_local_title {
  margin-top: 50px;
}
/* Tab
========================================================================== */
.tebiki_tab {
  margin-top: 22px;
}
.tebiki_tab-handle {
  position: relative;
  -webkit-box-shadow: 0 -1px 0 0 #009944 inset;
          box-shadow: 0 -1px 0 0 #009944 inset;
  z-index: 1;
  zoom: 1;
}
.tebiki_tab-handle.opt-quadruple a {
  width: 138px;
}
.tebiki_tab-handle.opt-quadruple > li {
  margin-left: 10px;
}
.tebiki_tab-handle.opt-quadruple > li:first-child {
  margin-left: 16px;
}
.tebiki_tab-handle.opt-quadruple > li a {
  width: 106px;
}
.tebiki_tab-handle.opt-sextuple > li {
  margin-left: 10px;
}
.tebiki_tab-handle.opt-sextuple > li:first-child {
  margin-left: 16px;
}
.tebiki_tab-handle.opt-sextuple > li a {
  width: 83px;
}
.tebiki_tab-handle:before,
.tebiki_tab-handle:after {
  content: '';
  display: table;
}
.tebiki_tab-handle:after {
  clear: both;
}
.tebiki_tab-handle > li {
  float: left;
  overflow: hidden;
  position: relative;
  z-index: 100;
  display: table;
  margin-top: 3px;
  margin-left: 13px;
  font-size: 1.5em;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tebiki_tab-handle > li:first-child {
  margin-left: 16px;
}
.tebiki_tab-handle > li > a {
  position: relative;
  display: block;
  height: 100%;
  padding: 16px 20px 11px;
  text-decoration: none;
  border: 1px solid #c3c3c3;
  border-bottom: 1px solid #094;
  border-radius: 4px 4px 0 0;
  background-color: #f5f5f5;
  vertical-align: middle;
}
.tebiki_tab-handle > li > a.is-current {
  background: url(/library/tebiki/img/index_bg01.png) repeat-x 0 0;
  background-color: #fff;
  border-bottom: none;
}
.tebiki_tab-handle > li > a.is-current > span {
  display: inline;
  padding-left: 0;
  vertical-align: middle;
  background: none;
}
.tebiki_tab-handle > li > a:hover {
  border: 1px solid #094;
  background: url(/library/tebiki/img/index_bg01.png) repeat-x 0 0;
  background-color: #fff;
}
.tebiki_tab-handle > li > a:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 14px;
  width: 14px;
  height: 13px;
  margin-top: -6px;
  content: "";
}
.tebiki_tab-handle > li > a > span {
  display: inline-block;
  padding-left: 17px;
  vertical-align: middle;
  background: url(/library/tebiki/img/index_icon01_pc.png) no-repeat left center;
}
.tebiki_tab-content {
  margin: 28px auto 0;
}
.tebiki_tab-border {
  position: relative;
  z-index: 1000;
  overflow: hidden;
  display: block;
  margin: 0;
  height: 3px;
  border: none;
  border-top: 1px solid #094;
}
/* Table
========================================================================== */
.tebiki_result,
.tebiki_copy {
  font-size: 1.4rem;
  font-weight: bold;
}
.tebiki_result span,
.tebiki_copy span {
  margin-left: 1rem;
}
.tebiki_copy {
  margin-top: 40px !important;
}
.tebiki_table_note_sp {
  display: none;
}
.tebiki_table {
  width: 100%;
  table-layout: fixed;
}

.tebiki_table_head {
  width: 710px;
}

.tebiki_table_head.is-fixed {
  position: fixed;
  display: block;
  top: 0;
  z-index: 1;
}

.tebiki_table thead th {
  text-align: center;
}
.tebiki_table thead th:first-child,
.tebiki_table tbody td:first-child {
  width: 14.7%;
}
.tebiki_table thead th:nth-child(2),
.tebiki_table tbody td:nth-child(2) {
  width: 11.5%;
}
.tebiki_table thead th:nth-child(3),
.tebiki_table tbody td:nth-child(3) {
  width: 17.4%;
}
.tebiki_table thead th:nth-child(4+n),
.tebiki_table tbody td:nth-child(4+n) {
  width: 18.8%;
}
.tebiki_table th,
.tebiki_table td {
  word-break: break-all;
  word-wrap: break-word;
  padding: 7px 4px 6px;
  border: 1px solid  #cecece;
  line-height: 1.2;
  vertical-align: middle;
  text-align: center;
}
.tebiki_table th {
  font-size: 1.3rem;
  background: #999;
  color: #fff;
}
.tebiki_table td {
  position: relative;
  font-size: 1.4rem;
}
.tebiki_table_inner {
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}
.tebiki_table_inner.type-top {
  top: 8px;
}
.tebiki_table_inner.type-bottom {
  bottom: 6px;
}

.tebiki_table_inner.type-bottom-note {
  text-align: left;
  font-size: 1.1rem;
  bottom: 0;
  min-height: 27px;
}

.tebiki_table_inner.type-bottom-note a{
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  text-decoration: underline;
}

.tebiki_table_inner.type-bottom-note a:hover{
  color: #094;
  text-decoration: none;
}

/* Button
========================================================================== */
.tebiki_clmbtn_wrap {
  overflow: hidden;
}
.tebiki_clmbtn_wrap > li {
  float: left;
  width: 220px;
  margin-left: 25px;
}
.tebiki_clmbtn_wrap > li:first-child {
  margin-left: 0;
}
.tebiki_clmbtn {
  display: block;
  border: none;
  width: 100%;
  max-width: 512px;
  min-width: 142px;
  margin: 0 auto;
  padding: 10px 15px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
  border-bottom: 3px solid #00823a;
  border-radius: 3px;
  background-color: #009944;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.tebiki_clmbtn:hover {
  background-color: #00823a;
}
.tebiki_clmbtn > span {
  display: inline-block;
  padding: 0 0 0 18px;
  vertical-align: middle;
  background: url(/library/tebiki/img/index_icon02_pc.png) no-repeat 0 center;
}
.tebiki_clmbtn.is-current > span {
  background: url(/library/tebiki/img/index_icon02_current_pc.png) no-repeat 0 center;
}
.tebiki_table_btn {
  margin: 22px auto 23px;
}
.tebiki_table_btn:first-child {
  margin-top: 22px;
}
.tebiki_table_btn a {
  display: block;
  padding: 4px 8px 4px 26px;
  font-size: 1.3rem;
  line-height: 1.75;
  font-weight: bold;
  text-align: center;
  border: 1px solid #eaeaea;
  border-bottom: 3px solid #eaeaea;
  border-radius: 3px;
  background: #fbfbfb url(/library/tebiki/img/index_icon01_pc.png) no-repeat 9px center;
}
.tebiki_table_btn a:hover {
  background-color: #eaeaea;
  color: #333;
  text-decoration: none;
}
/* Form
========================================================================== */
.tebiki_select_wrap {
  display: table;
  margin-top: 17px;
  position: relative;
}
.js-list-select-date_wrap,
.js-list-select-type_wrap {
  display: none;
}
.js-list-select-date_wrap.is-display,
.js-list-select-type_wrap.is-display{
  display: table;
}

.tebiki_select_text {
  display: table-cell;
  font-size: 1.4rem;
  font-weight: bold;
  vertical-align: middle;
}
.tebiki_select_text .required {
  display: inline-block;
  margin: 0 6px 0 8px;
  padding: 1px 9px;
  font-size: 1rem;
  color: #fff;
  background-color: #f0588e;
  border-radius: 2px;
  vertical-align: middle;
}

.tebiki_select_text .optional {
  display: inline-block;
  margin: 0 6px 0 8px;
  padding: 1px 9px;
  font-size: 1rem;
  color: #fff;
  background-color: #666;
  border-radius: 2px;
  vertical-align: middle;
}

.tebiki_select_text.opt-clm {
  margin-top: 0;
  margin-left: 5px;
  font-weight: 400;
}
.tebiki_select_text_note {
  position: absolute;
  top: 22px;
  left: 300px;
  font-size: 1.2em;
  color: #ff0000;
  opacity: 0;
}
.tebiki_select_text_note.is-display {
  opacity: 1;
}
.tebiki_select {
  display: table-cell;
  margin-left: 9px;
  padding: 5px 8px;
  font-size: 1.4rem;
  color: #333;
  border: 1px solid #cecece;
}
.tebiki_select.opt-w410 {
  min-width: 410px;
}
.tebiki_select.opt-w320 {
  min-width: 320px;
}
.tebiki_select.opt-clm {
  width: 60px;
  margin-left: 13px;
}
.tebiki_select.opt-clm:first-child {
  width: 75px;
  margin-left: 9px;
}
.tebiki_select_clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tebiki_search_btn {
  display: block;
  width: 160px;
  height: 36px;
  margin: 17px auto 0;
  font-size: 0;
  background: url(/library/tebiki/img/index_img01_pc.png) 0 0 no-repeat;
  background-size: 100%;
  cursor: pointer;
  border: none;
}
.tebiki_search_btn:hover {
  opacity: 0.7;
}
.tebiki_note {
  margin-top: 28px !important;
  padding-top: 24px;
  border-top: 1px solid #eaeaea;
}
/* Announce
========================================================================== */
.tebiki_announce_wrap {
  clear: both;
  width: 660px;
  margin: 30px 0 0 19px;
  padding: 1px 0;
  background: #ccc;
}
.tebiki_announce {
  margin: 0 1px;
  padding: 10px;
  background: #fff;
}
.tebiki_announce_inner {
  clear: both;
  display: block;
  width: 100%;
  margin: 0 0 0 0;
  overflow: hidden;
}
.tebiki_announce_left {
  width: 170px;
  float: left;
  display: block;
  font-size: inherit;
}
.tebiki_announce_right {
  width: 450px;
  float: left;
  display: block;
}
.tebiki_announce_text {
  margin: 0px 0px 6px 0px;
  padding: 0 0 0 12px;
  text-indent: -13px;
  line-height: 1.45;
  font-size: 1.1rem;
}
/* Prefecture
========================================================================== */
.tebiki_prefecture {
  margin-top: 34px;
  padding: 6px;
  background-color: #009944;
  border-radius: 4px;
}
.tebiki_prefecture_inner {
  zoom: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 30px 16px 30px;
  background-color: #fff;
  text-align: center;
  border-radius: 2px;
}
.tebiki_prefecture_inner:before,
.tebiki_prefecture_inner:after {
  content: '';
  display: table;
}
.tebiki_prefecture_inner:after {
  clear: both;
}
.tebiki_prefecture_inside {
  display: inline-block;
  margin-top: 28px;
  font-size: 0;
}
.tebiki_prefecture_inside > p {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 0 15px;
}
.tebiki_prefecture_inside > p:first-child {
  margin-top: 4px;
}
.tebiki_prefecture_catch {
  display: block;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.4;
}
.tebiki_prefecture_select {
  display: inline-block;
  vertical-align: middle;
  width: 240px;
  margin-left: 10px;
}
.tebiki_prefecture_select > select {
  width: 100%;
  height: 32px;
  padding-left: 9px;
  border: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.4rem;
}
.tebiki_prefecture_submit_pc {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
}
.tebiki_prefecture_submit_pc > input {
  border-radius: 3px;
}
.tebiki_prefecture_submit_sp {
  display: none;
}

.js-document-table-wrap {
  margin-top: 20px;
}
/* Responsive
========================================================================== */
.only-sp {
  display: none;
}