@charset "UTF-8";
html {
  font-size: 62.5%;
  /* 10px */
}

body {
  font-family: "Meiryo";
}

main {
  min-width: 1060px;
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
}

.container {
  width: 1060px;
  margin: 0 auto;
  padding: 24px 0 200px 0;
}

.container .index h2 {
  font-size: 4rem;
  color: #003eb1;
  position: relative;
  text-align: center;
  margin: 85px 0 0 0;
}

.container .index h2::before, .container .index h2::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 230px;
  height: 2px;
  background-color: #003eb1;
  width: 413px;
}

.container .index h2::before {
  left: 0;
}

.container .index h2::after {
  right: 0;
}

.container ul {
  width: 1060px;
  margin: 80px auto 0;
  list-style: none;
}

.container ul li {
  padding: 0px 40px;
  min-height: 82px;
  height: auto;
}

.container ul li .information-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 0 32px 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container ul li .information-contents p:nth-of-type(1) {
  color: #333333;
  margin: 0 0 0 0;
  font-size: 1.8rem;
}

.container ul li .information-contents p:nth-of-type(2) {
  font-size: 1.8rem;
}

.container ul li .information-contents p:nth-of-type(2) a {
  color: #003eb1;
  text-decoration: none;
}

.container ul li .information-contents p:nth-of-type(2) a span {
  text-decoration: underline;
}

.container ul li .information-contents p:nth-of-type(2) a:hover span {
  text-decoration: none;
}

.container ul li .information-contents p:nth-of-type(1):after {
  content: "▶︎";
  color: #003eb1;
  text-decoration: none;
  margin: 0 12px 0 24px;
}

.container ul li:nth-of-type(odd) {
  background-color: #eff5ff;
}

.breadcrumbs ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.breadcrumbs ol li {
  font-size: 1.2rem;
  color: #333333;
}

.breadcrumbs ol li a {
  color: #003eb1;
}

.breadcrumbs ol li::after {
  content: ">";
  display: inline-block;
  padding: 0 10px;
  color: #333333;
}

.breadcrumbs ol li:last-child::after {
  display: none;
}
/*# sourceMappingURL=notice-index.css.map */