@charset "utf-8";

ul, li {
  margin: 0;
  padding: 0;
}
.info_outside {
  width: 90%;
  margin: 0;
  padding: 0 0 40px 5px;
}
.info_outside._wide {
  width: 100%;
  padding-left: 0;
}
.info_outside._index {
  width: 96%;
  padding-left: 0;
}
.info_outside * {
  box-sizing: border-box;
  margin: 0;
}
.info_outside img {
  width: auto;
  max-width: 100%;
  height: auto;
  float: none;
  margin: 0;
}
.info_outside .red {color: #f00;}
.info_outside .fs_xsmall {font-size: 85%;}
.info_outside .fs_small {font-size: 90%;}
.info_outside .mt05 {margin-top: .5em !important;}
.info_outside .mt1 {margin-top: 1em !important;}
.info_outside .mt2 {margin-top: 2em !important;}
.info_outside .list,
.info_outside .list > li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-indent: 0;
}
.info_outside .list > li {
  position: relative;
  padding-left: 1.3em;
}
.info_outside .list > li::before,
.info_outside .list > li > .num {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  color: inherit;
}
.info_outside .list.kome > li::before {
  content: "※";
}
.info_outside .list.smldot > li::before {
  content: "・";
}
.info_outside .list.circle > li::before {
  content: "○";
}
.info_outside .list.dot {
  background: transparent;
  border-top: none;
}
.info_outside .list.dot > li::before {
  content: "";
  width: .8em;
  height: .8em;
  background: #459edb;
  border-radius: 50%;
  top: .25em;
}
.info_outside .list > li > * + .list {
  margin-top: .2em;
}
.info_outside .list.custom_2 > li {
  padding-left: 2.3em;
}
.info_outside .list.inline {
  display: inline-block;
}
.info_outside .list.inline > li {
  display: inline;
  text-align: left;
}

.info_block {
  line-height: 1.6;
}
.info_block + .info_block {
  margin-top: 2em;
}
.info_htit {
  background: #459edb;
  color: #fff;
  padding: .5em 1em;
}
.info_tit {
  background: #ecf5fb;
  border-bottom: none;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  padding: .65em .5em .5em;
  margin-bottom: 1em;
}
.info_stit {
  color: #459edb;
  background: transparent;
  border-bottom: 3px solid #459edb;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  padding: .25em 0;
  margin-bottom: .75em;
}
.info_block .link_block {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 1em 2.5%;
}
.info_block .link_block > li {
  width: 48.75%;
}
.info_block .link_block > li a {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  background: #459edb;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  text-align: center;
  padding: 1em .5em;
}
.info_block .link_block > li a:hover {
  background: #033886;
}
.link_list > li {
  position: relative;
  padding: .75em 0 .75em 1.3em;
}
.link_list > li::before {
  content: "";
  width: .5em;
  height: .65em;
  background: #459edb;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 1.25em;
  left: 0;
}
.link_list > li + li {
  border-top: 1px dotted #000;
}
.link_list > li * + .link_txt {
  margin-top: .5em;
}
.link_list > li.new::after {
  content: "New";
  display: inline-block;
  background: #ff1d00;
  border-radius: 999px;
  color: #fff;
  font-size: 85%;
  font-weight: bold;
  line-height: 1;
  padding: .25em 1em;
  margin: 0 .25em;
  vertical-align: .2em;
}
.link_txt > li {
  position: relative;
  padding-left: 1.3em;
}
.link_txt > li::before {
  content: "";
  width: .4em;
  height: .4em;
  background: #459edb;
  border-radius: 50%;
  position: absolute;
  top: .6em;
  left: .25em;
}
.link_txt > li + li {
  margin-top: .2em;
}
.info_line {
  border-top: 3px solid #459edb;
  margin: 0;
}
.info_block + .info_line {
  margin-top: 2em;
}
.info_line + .info_block {
  margin-top: 1em;
}
.img_wide {
  margin: .5em auto;
}
.img_wide img {
  float: none;
  margin: 0;
}
.img_wide > div + div {
  margin-top: 3px;
}
.img_flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: .5em auto;
}
.img_flex > div {
  width: 50%;
  overflow: hidden;
}
.img_flex > div img {
  height: 200px;
  object-fit: cover;
}
.att_box {
  border: 4px double #f00;
  color: #f00;
  padding: .75em 1.5em;
  margin: 1em 0;
}
.att_tit {
  background: transparent;
  color: #f00;
  font-size: 110%;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: .5em;
}
.att_tit._ban {
  position: relative;
  padding-left: 1.6em;
}
.att_tit._ban::before {
  content: "";
  width: 1.1em;
  height: 1.1em;
  background: #f00;
  clip-path: polygon(15% 0, 0 15%, 35% 50%, 0 85%, 15% 100%, 50% 65%, 85% 100%, 100% 85%, 65% 50%, 100% 15%, 85% 0, 50% 35%);
  position: absolute;
  top: .2em;
  left: 0;
}
.info_box {
  background: #ecf5fb;
  padding: .75em 1.5em;
  margin: 1em 0;
}
.info_box_tit {
  color: inherit;
  font-size: 100%;
  font-weight: bold;
  line-height: 1.4;
  text-align: inherit;
  padding: 0;
  margin-bottom: .2em;
}
.info_box_tit::before {
  content: none;
}
.info_table {
  width: 100%;
  overflow-x: auto;
}
.info_table table {
  width: auto;
  min-width: 100%;
  border-collapse: collapse;
  border-top: 1px dotted #000;
  margin: .5em 0;
}
.info_table table tr {
  border-bottom: 1px dotted #000;
}
.info_table table tr > * {
  background: #fff;
  padding: .5em;
  line-height: 1.5;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
}
.info_table._senyo table tr > th {
  width: 10em;
  text-align: justify;
  text-align-last: justify;
  padding: .5em 1em;
  border-right: 1px dotted #000;
}
.info_table._senyo table tr > th + td {
  padding-left: 1em;
}
.info_table._senyo table tr > td ._same {
  display: inline-block;
  width: 10em;
  text-align: center;
}
.flex_list > .list {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-content: space-between;
  height: 27em;
}
.flex_list > .list > li {
  width: 50%;
  height: 4em;
  border-bottom: 1px dotted #000;
  margin-top: .5em;
}
.flex_list > .list._h2 {
  height: 14em;
}
.flex_list > .list._h2 > ._h2 {
  height: 8.5em;
}
.flex_list > .list._h3 {
  height: 5.5em;
}
.flex_list > .list._h3 > li {
  height: 2.25em;
}
.list > li > .num + ._custom_5 {
  display: inline-block;
  margin-left: 4em;
}
.lnav {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: transparent;
  padding: 0;
  margin-top: 3em;
}
.lnav a {
  display: inline-block;
  background: #ecf5fb;
  border: 2px solid #459edb;
  border-radius: 999px;
  color: #459edb;
  font-weight: bold;
  text-decoration: none;
  padding: .5em 1em;
}
.lnav a:hover {
  background: #ff6c00;
  border-color: #ffaa00;
  color: #fff;
}
.lnav > div:first-child a::before {
  content: "←";
}
.lnav > div:last-child a::after {
  content: "→";
}
.source_box {
  border: 1px solid #000;
  text-align: center;
  padding: 1.5em;
  margin-top: 3em;
}
.source_box_tit {
  background: transparent;
  color: #000;
  font-size: 110%;
  font-weight: bold;
  margin-bottom: .25em;
}
.source_box_stit {
  font-size: 105%;
  font-weight: bold;
  margin-bottom: .5em;
}
.source_box_info {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.source_box_info dt {
  width: 6em;
  text-align: justify;
  text-align-last: justify;
  padding: .2em 0;
}
.source_box_info dt::before {
  content: none;
}
.source_box_info dd {
  width: calc(100% - 7em);
  border-bottom: none;
  text-align: left;
  padding: .2em 0;
}
.info_index {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.info_index > div {
  width: 48.5%;
}
.info_index > div:nth-child(n+3) {
  margin-top: 2em;
}
.info_index_tit {
  width: 87%;
  max-width: 300px;
  font-size: inherit;
  color: inherit;
  border-bottom: none;
  margin-bottom: .5em;
}
.info_index .list.dot {
  padding-left: 1em;
}
.info_index .list.dot > li::after {
}
.info_index #public .list.dot > li::before {
  background: radial-gradient(#fff 0%, #00a304 80%);
}
.info_index #rivers .list.dot > li::before {
  background: radial-gradient(#fff 0%, #294cff 80%);
}
.info_index #know .list.dot > li::before {
  background: radial-gradient(#fff 0%, #c841d8 80%);
}
.info_index #bid .list.dot > li::before {
  background: radial-gradient(#fff 0%, #00aeff 80%);
}
.info_index #link .list.dot > li::before {
  background: radial-gradient(#fff 0%, #ff7f00 80%);
}
.info_index #voice .list.dot > li::before {
  background: radial-gradient(#fff 0%, #ff2b2b 80%);
}
.info_index .list.dot > li + li {
  margin-top: .5em;
}
.img_tyousanoyousu {
  max-width: 500px;
}



/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
  .pc {display:none;}
  
  .info_outside {
    margin: 0 auto;
    padding-left: 0;
    font-size: 14px;
  }
  .info_outside._wide,
  .info_outside._index {
    width: 90%;
  }
  .info_block .link_block {
    flex-direction: column;
    justify-content: center;
    gap: .5em 0;
  }
  .info_block .link_block > li {
    width: 100%;
  }
  .info_block .link_block > li a {
    font-size: 16px;
    padding: .5em;
  }
  .info_htit {
    font-size: 14px;
    padding: .3em .85em;
  }
  .info_tit {
    font-size: 22px;
  }
  .info_stit {
    font-size: 18px;
    border-bottom-width: 2px;
  }
  .img_wide img {
    height: 35vw;
    object-fit: cover;
  }
  .img_flex > div img {
    height: 35vw;
  }
  .img_flex._spcolumn {
    flex-direction: column;
  }
  .img_flex._spcolumn > div {
    width: 100%;
  }
  .img_flex._spcolumn > div + div {
    margin-top: 1em;
  }
  .img_flex._spcolumn > div img {
    height: auto;
  }
  .info_table._senyo table tr > th {
    width: 5em;
  }
  .info_table._senyo table tr > td ._same {
    width: 4em;
  }
  .flex_list > .list,
  .flex_list > .list._h2,
  .flex_list > .list._h2 > ._h2,
  .flex_list > .list._h3,
  .flex_list > .list._h3 > li {
    height: auto;
  }
  .flex_list > .list > li {
    width: 100%;
    height: auto;
    padding-bottom: .5em;
  }
  .lnav a {
    border-width: 1px;
  }
  .info_index {
    flex-direction: column;
  }
  .info_index > div {
    width: 100%;
  }
  .info_index > div:nth-child(n+2) {
    margin-top: 2em;
  }
  .info_index_tit {
    width: 65%;
    max-width: 236px;
  }
  .source_box {
    padding: 1.5em 1em;
    margin-top: 2em;
  }
  
  
}

/*================================================
 *  タブレット・PC向けデザイン
 ================================================*/
@media screen and (min-width:768px) {
  .sp {display: none;}
}

