@charset "utf-8";
/* CSS Document */
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */ html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4
}
*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit
}
:after, :before {
  text-decoration: inherit;
  vertical-align: inherit
}
* {
  padding: 0;
  margin: 0
}

hr {
  overflow: visible;
  height: 0;
  color: inherit
}
details, main {
  display: block
}
summary {
  display: list-item
}
small {
  font-size: 80%
}
[hidden] {
  display: none
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}
a {
  background-color: transparent
}
a:active, a:hover {
  outline-width: 0
}
code, kbd, pre, samp {
  font-family: monospace, monospace
}
pre {
  font-size: 1em
}
b, strong {
  font-weight: bolder
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
table {
  border-color: inherit;
  text-indent: 0
}
input {
  border-radius: 0
}
[disabled] {
  cursor: default
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
textarea {
  overflow: auto;
  resize: vertical;
  field-sizing: content;
}
button, input, optgroup, select, textarea {
  font: inherit
}
optgroup {
  font-weight: 700
}
button {
  overflow: visible
}
button, select {
  text-transform: none
}
[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText
}
[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button
}
button, input, select, textarea {
  background-color: transparent;
  border-style: none
}
a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0
}
select::-ms-expand {
  display: none
}
select::-ms-value {
  color: currentColor
}
legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit
}
img {
  border-style: none
}
progress {
  vertical-align: baseline
}
[aria-busy=true] {
  cursor: progress
}
[aria-controls] {
  cursor: pointer
}
[aria-disabled=true] {
  cursor: default
}
ul li, ol li {
  list-style: none;
}
a {
  text-decoration: none;
}
span.turn {
  display: inline-block;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #F6F6F6;
}
.tac {
  text-align: center;
}
.mgt25 {
  margin-top: 25px;
}
.ftcRed {
  color: #FF0000
}
.disNone {
  display: none;
}

header {
  max-width: 1080px;
  width: 100%;
  display: grid;
  grid-template-columns: 3fr 10fr 1.3fr;
  margin: 0 auto;
  color: #fff;
  background-color: #0071BC;
  border-bottom: #1B1464 solid 17px;
}
header img {
  width: 100%;
  display: block;
}
header a {
  display: grid;
  place-content: center;
  padding: 0 2.5%;
  margin: 0;
}

@media screen and (max-width: 1180px) {
  header {
    max-width: 90%;
  }
}
@media screen and (max-width: 600px) {
  header {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
  }
}
main {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 1180px) {
  header {
    max-width: 90%;
  }
}
@media screen and (max-width: 600px) {
  header {
    max-width: 100%;
  }
}
main h1 {
  font-size: clamp(1.25rem, 1.064rem + 0.93vw, 1.75rem);
  display: flex;
  justify-content: start;
  align-items: center;
  height: 80px;
  max-height: 80px;
  background-color: #0071BC;
  color: #fff;
  padding: 0 clamp(0.5rem, -2.493rem + 12.77vw, 9rem);
}
main h2 {
  text-align: center;
  font-size: clamp(0.938rem, 0.873rem + 0.17vw, 1rem);
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  main h2 {
    text-align: left;
  }
}
section.contents--index {
  max-width: 1080px;
  width: 100%;
  margin: 70px auto 0;
}
@media screen and (max-width: 1180px) {
  section.contents--index {
    max-width: 90%;
  }
}
.contents--index article {
  margin: 25px auto 0;
  border: #0071BC 1px solid;
  border-radius: 2px;
  padding: 0 43px 38px;
  max-width: 1020px;
  width: 100%;
}
section.contents--index button {
  text-align: center;
  border-radius: 4px;
  color: #4D4D4D;
  border: 1px solid #808080;
  background-color: #F2F2F2;
  width: 157px;
  display: block;
  padding: 12px 0;
}
@media screen and (max-width: 600px) {
  .contents--index article {
    padding: 0 23px 32px;
    max-width: 100%;
  }
}
.contents--index article dl {
  margin-top: 38px;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .contents--index article dl {
    margin-top: 32px;
  }
}
.consent ul {
  margin: 80px 0 0 -10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .consent ul {
    display: block;
    margin: 40px 0 0 0;
  }
}
.consent ul li {
  margin-left: 10px;
}
@media screen and (max-width: 600px) {
  .consent ul li {
    margin: 10px 0 0;
  }
}
.consent ul li a, .consent ul li button, .consent ul li a:visited {
  text-align: center;
  border-radius: 4px;
  color: #4D4D4D;
  border: 1px solid #808080;
  background-color: #F2F2F2;
  width: 157px;
  display: block;
  padding: 12px 0;
}
@media screen and (max-width: 600px) {
  .consent ul li a, .consent ul li button, .consent ul li a:visited {
    width: 100%;
  }
}
.consent ul li a:hover, .consent ul li button:hover {
  color: #0071BC;
  border: 1px solid #0071BC;
}
/*--- 
一覧ページ
---*/
section.system--index .list1 a, section.system--index .list1 a:visited, section.system--index .list2 a, section.system--index .list2 a:visited {
  color: #0000FF;
  text-decoration: underline;
}
section.system--index .opinion a, section.system--index .opinion a:visited {
  color: #0000FF;
  text-decoration: underline;
}
section.system--index a:hover {
  text-decoration: none;
}
section.system--index {
  max-width: 1020px;
  width: 100%;
  margin: 12px auto 0;
}
@media screen and (max-width: 1180px) {
  section.system--index {
    max-width: 90%;
  }
}
section.system--index .list_top {
  margin: 25px auto 0;
  max-width: 1020px;
  width: 100%;
}
section.system--index .list_top p a, section.system--index .list_top p a:visited {
  font-size: clamp(0.875rem, 0.852rem + 0.12vw, 0.938rem);
  background-color: #F2F2F2;
  border: #0071BC solid 1px;
  padding: 12px 25px;
  display: inline-block;
  text-align: center;
  color: #4D4D4D;
}
section.system--index .list_top_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.system--index .list_top p a:hover {
  background-color: #EBF1F5;
  color: #0071BC;
}
section.system--index .list_top2 {
  margin: 0 auto;
}
section.system--index .list_top2 p a, section.system--index .list_top2 p a:visited {
  margin: 0 auto;
  font-size: clamp(0.875rem, 0.852rem + 0.12vw, 0.938rem);
  background-color: #F2F2F2;
  border: #0071BC solid 1px;
  padding: 12px 25px;
  display: block;
  text-align: center;
  color: #4D4D4D;
  width: 260px;
}
@media screen and (max-width: 600px) {
  section.system--index .list_top2 p a, section.system--index .list_top2 p a:visited {
    width: 100%;
  }
}
section.system--index .list_top2 p a:hover {
  background-color: #EBF1F5;
  color: #0071BC;
}
section.system--index .wrapper {
  margin-bottom: 53px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-areas:
    "list1"
    "list2"
    "list3";
}
section.system--index .list1 {
  grid-area: list1;
  margin-top: 12px;
}
section.system--index .list2 {
  grid-area: list2;
}
section.system--index .list3 {
  grid-area: list3;
}
section.system--index .list4 {
  grid-area: list4;
}
section.system--index .plan {
  display: grid;
  /* grid-template-rows: subgrid;*/
  grid-template-columns: 45% 45%;
  gap: 18px 10%;
  grid-template-areas:
    "plan1 plan2"
    "plan3 plan4"
    "plan5 plan6"
    "plan7 plan8";
}
@media screen and (max-width: 600px) {
  section.system--index .plan {
    display: grid;
    grid-template-columns: 100%;
    gap: 18px 10%;
    grid-template-areas:
      "plan1"
      "plan2"
      "plan3"
      "plan4"
      "plan5"
      "plan6"
      "plan7"
      "plan8";
  }
}
section.system--index .plan dl {
  border-bottom: 1px solid #CCC;
}
section.system--index .plan dt {
  font-size: 11px;
  color: #666;
}
section.system--index .plan dd {
  font-size: 16px;
}
section.system--index .plan1 {
  grid-area: plan1;
}
section.system--index .plan2 {
  grid-area: plan2;
}
section.system--index .plan3 {
  grid-area: plan3;
}
section.system--index .plan4 {
  grid-area: plan4;
}
section.system--index .plan5 {
  grid-area: plan5;
}
section.system--index .plan6 {
  grid-area: plan6;
}
section.system--index .plan7 {
  grid-area: plan7;
}
section.system--index .plan8 {
  grid-area: plan8;
}
section.system--index article.list_box {
  margin: 0 auto;
  border: #0071BC 1px solid;
  border-radius: 2px;
  max-width: 1020px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  section.system--index article.list_box {
    max-width: 100%;
  }
}
section.system--index .list_contents .plan {
  margin: 25px auto 0;
  max-width: 1020px;
  width: 100%;
  padding: 0 6% 38px;
}
@media screen and (max-width: 600px) {
  section.system--index .list_contents .plan {
    padding: 0 23px 32px;
    max-width: 100%;
  }
}
section.system--index .opinion {
  font-size: clamp(0.938rem, 0.914rem + 0.12vw, 1rem);
  background-color: #F2F2F2;
  padding: 23px 0;
  text-align: center;
  line-height: 2.1;
}
@media screen and (max-width: 600px) {
  section.system--index .opinion {
    text-align: left;
    line-height: 2.1;
    margin: 0 auto;
    padding: 23px 5%;
  }
}
section.system--index .opinion ul {
  width: 440px;
  text-align: left;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  section.system--index .opinion ul {
    width: 100%;
  }
}
section.system--index a.electronic_app {
  margin-left: 1em;
  color: #4D4D4D;
  border: #808080 1px solid;
  border-radius: 2px;
  padding: 5px 25px;
  text-align: center;
  background-color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  section.system--index a.electronic_app {
    text-align: center;
    width: 14em;
    display: block;
    margin: 10px auto;
    padding: 3px 0;
  }
}
section.system--index a.electronic_app:hover {
  background-color: #EBF1F5;
  color: #0071BC;
}
section.system--index h2, section.top--index h2 {
  font-size: clamp(0.938rem, 0.914rem + 0.12vw, 1rem);
  color: #4D4D4D;
  text-align: left;
  margin-top: 27px;
  font-weight: bold;
}
section.system--index .viewing_mate_contents {
  border-bottom: #999 1px solid;
}
@media screen and (max-width: 600px) {
  section.system--index .viewing_mate_contents {
    border-bottom: none;
  }
}
section.system--index .viewing_mate {
  display: grid;
  grid-template-columns: 5% 27% 25% 29% 14%;
  grid-template-areas:
    "view1 view2 view3 view4 view5"
    "view6 view7 view8 view9 view10";
}
@media screen and (max-width: 600px) {
  section.system--index .viewing_mate {
    border: 1px solid #808080;
    display: grid;
    margin-bottom: 10px;
    padding-bottom: 10px;
    grid-template-columns: 2em auto;
    grid-template-rows: auto auto;
    grid-template-areas:
      "view1 view6"
      "view2 view2"
      "view7 view7"
      "view3 view3"
      "view8 view8"
      "view4 view4"
      "view9 view9"
      "view5 view5"
      "view10 view10";
  }
}
section.system--index .viewing_mate:nth-child(even) {
  background-color: #EDF4FC;
}
@media screen and (max-width: 600px) {
  section.system--index .viewing_mate:nth-child(even) {
    background-color: #fff;
  }
}
section.system--index .viewing_mate.v1-5none .view1, section.system--index .viewing_mate.v1-5none .view2, section.system--index .viewing_mate.v1-5none .view3, section.system--index .viewing_mate.v1-5none .view4, section.system--index .viewing_mate.v1-5none .view5 {
  display: none;
}
@media screen and (max-width: 600px) {
  section.system--index .viewing_mate.v1-5none .view1, section.system--index .viewing_mate.v1-5none .view2, section.system--index .viewing_mate.v1-5none .view3, section.system--index .viewing_mate.v1-5none .view4, section.system--index .viewing_mate.v1-5none .view5 {
    display: block;
  }
}
section.system--index .view1 {
  grid-area: view1;
  font-size: 15px;
  background-color: #E6E6E6;
  border: #999 1px solid;
  text-align: center;
  padding-top: .3em;
}
@media screen and (max-width: 600px) {
  section.system--index .view1 {
    border: none;
    border-bottom: none;
    text-align: left;
    background-color: #EDF4FC;
    padding: 0.5em 0 0 20%;
  }
}
section.system--index .view2 {
  grid-area: view2;
  font-size: clamp(0.625rem, 0.578rem + 0.23vw, 0.75rem);
  text-align: center;
  background-color: #E6E6E6;
  border: #999 1px solid;
  margin-left: -1px;
  padding-top: .3em;
}
@media screen and (max-width: 600px) {
  section.system--index .view2 {
    text-align: left;
    background-color: #fff;
    border: none;
    width: 95%;
    margin: 10px auto 0;
    color: #808080;
  }
}
section.system--index .view3 {
  grid-area: view3;
  font-size: clamp(0.625rem, 0.578rem + 0.23vw, 0.75rem);
  text-align: center;
  background-color: #E6E6E6;
  border: #999 1px solid;
  margin-left: -1px;
  padding-top: .3em;
}
@media screen and (max-width: 600px) {
  section.system--index .view3 {
    text-align: left;
    background-color: #fff;
    border: none;
    width: 95%;
    margin: 10px auto 0;
    color: #808080;
  }
}
section.system--index .view4 {
  grid-area: view4;
  font-size: clamp(0.625rem, 0.578rem + 0.23vw, 0.75rem);
  text-align: center;
  background-color: #E6E6E6;
  border: #999 1px solid;
  margin-left: -1px;
  padding-top: .3em;
}
@media screen and (max-width: 600px) {
  section.system--index .view4 {
    text-align: left;
    background-color: #fff;
    border: none;
    width: 95%;
    margin: 10px auto 0;
    color: #808080;
  }
}
section.system--index .view5 {
  grid-area: view5;
  font-size: clamp(0.625rem, 0.578rem + 0.23vw, 0.75rem);
  text-align: center;
  background-color: #E6E6E6;
  border: #999 1px solid;
  margin-left: -1px;
  padding-top: .3em;
}
@media screen and (max-width: 600px) {
  section.system--index .view5 {
    text-align: left;
    background-color: #fff;
    border: none;
    color: #808080;
    width: 95%;
    margin: 10px auto 0;
  }
}
section.system--index .view6 {
  grid-area: view6;
  font-size: 15px;
  padding: 0.5em 0;
  border-right: #999 1px solid;
  border-left: #999 1px solid;
  text-align: center;
}
@media screen and (max-width: 600px) {
  section.system--index .view6 {
    border: none;
    text-align: left;
    background-color: #EDF4FC;
    width: 100%;
    margin: 0 auto;
  }
}
section.system--index .view7 {
  grid-area: view7;
  font-size: 15px;
  padding: 0.5em 1em;
  border-right: #999 1px solid;
}
@media screen and (max-width: 600px) {
  section.system--index .view7 {
    padding: 0 0 .5em 0;
    border-right: none;
    border-bottom: #999 1px solid;
    width: 95%;
    margin: 0 auto;
  }
}
section.system--index .view8 {
  grid-area: view8;
  padding: 0.5em 1em;
  font-size: 15px;
  border-right: #999 1px solid;
}
@media screen and (max-width: 600px) {
  section.system--index .view8 {
    padding: 0 0 .5em 0;
    border-right: none;
    border-bottom: #999 1px solid;
    width: 95%;
    margin: 0 auto;
  }
}
section.system--index .view9 {
  grid-area: view9;
  padding: 0.5em 1em;
  font-size: 15px;
  border-right: #999 1px solid;
}
@media screen and (max-width: 600px) {
  section.system--index .view9 {
    padding: 0 0 .5em 0;
    border-right: none;
    border-bottom: #999 1px solid;
    width: 95%;
    margin: 0 auto;
  }
}
section.system--index .view10 {
  grid-area: view10;
  padding: 0.5em 1em;
  border-right: #999 1px solid;
  font-size: 15px;
}
@media screen and (max-width: 600px) {
  section.system--index .view10 {
    padding: 0 0 .5em 0;
    border-right: none;
    border-bottom: #999 1px solid;
    width: 95%;
    margin: 0 auto;
  }
}
section.system--index .ledger {
  margin-top: 40px;
  font-weight: bold;
  border-bottom: #999 1px solid;
  color: #4D4D4D;
}
section.system--index .addition_box {
  border: 1px solid #999;
  padding: 25px 15px;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  section.system--index .addition_box {
    padding: 10px 15px;
  }
  section.system--index .addition_box p {
    border-bottom: #999 1px solid;
    padding: 10px 0;
  }
}
/*--- 
絞り込み検索
---*/
section.top--index {
  max-width: 1020px;
  width: 100%;
  margin: 12px auto 0;
}
@media screen and (max-width: 1180px) {
  section.top--index {
    max-width: 90%;
  }
}
section.top--index .module_wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-areas:
    "module1"
    "module2";
}
section.top--index .module1 {
  grid-area: module1;
}
section.top--index .module2 {
  grid-area: module2;
}
section.top--index article.module_box {
  margin: 50px auto 0;
  border: #0071BC 1px solid;
  border-radius: 2px;
  max-width: 1020px;
  width: 100%;
  padding: 35px 6%;
}
@media screen and (max-width: 600px) {
  section.top--index article.module_box {
    padding: 20px 10px;
    max-width: 100%;
  }
}
section.top--index p.mo_tit {
  font-size: clamp(1.125rem, 1.078rem + 0.23vw, 1.25rem);
}
section.top--index .explanation {
  font-size: clamp(0.938rem, 0.914rem + 0.12vw, 1rem);
  margin-top: 20px;
  color: #4D4D4D;
}
section.top--index .module_contents {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-areas:
    "form_input1"
    "form_input2"
    "form_input3";
}
@media screen and (max-width: 600px) {
  section.top--index .module_contents {
    width: 80%;
    margin: 0 auto;
  }
}
section.top--index .form_input1 {
  grid-area: form_input1;
}
section.top--index .form_input2 {
  grid-area: form_input2;
}
section.top--index .form_input3 {
  grid-area: form_input3;
}
section.top--index input, section.top--index select, section.top--index textarea {
  border: #0067B6 1px solid;
  border-radius: 2px;
  width: 100%;
  padding: .5em 1em;
  color: #4D4D4D;
}
section.top--index button {
  text-align: center;
  border-radius: 4px;
  color: #4D4D4D;
  border: 1px solid #808080;
  background-color: #F2F2F2;
  width: 157px;
  display: block;
  padding: 12px 0;
}
@media screen and (max-width: 600px) {
  section.top--index button {
    width: 100%;
  }
}
section.top--index button:hover {
  color: #0071BC;
  border: 1px solid #0071BC;
}
section.top--index select {
  cursor: pointer;
}
section.top--index select::before {
  position: absolute;
  top: 18px;
  right: 16px;
  width: 0;
  height: 0;
  border-width: 10px 5px 0 5px;
  border-style: solid;
  border-color: #eee transparent transparent transparent;
  content: "";
  pointer-events: none;
}
section.top--index select::-ms-expand {
  display: none;
}
section.top--index .module_contents dl {
  margin-top: 25px;
  font-size: 15px;
}
section.top--index .module_contents dt {
  color: #4D4D4D;
}
section.top--index .module_contents .column dd {
  width: 32%;
  float: left;
  margin-right: 2%;
}
@media screen and (max-width: 600px) {
  section.top--index .module_contents .column dd {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-top: 10px;
  }
}
section.top--index .module_contents .column dd:last-of-type {
  margin-right: 0;
}
section.top--index .module_box ul {
  margin: 36px 0 0 -10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 600px) {
  section.top--index .module_box ul {
    display: block;
    margin: 40px 0 0 0;
  }
}
section.top--index .module_box ul li {
  margin-left: 10px;
}
@media screen and (max-width: 600px) {
  section.top--index .module_box ul li {
    margin: 10px 0 0;
    width: 100%;
  }
}
section.top--index .module2_contents {
  border-bottom: #999 1px solid;
}
@media screen and (max-width: 600px) {
  section.top--index .module2_contents {
    border-bottom: none;
  }
}
section.top--index .module2_tit {
  display: grid;
  grid-template-columns: 5% 16% 16% 17% 17% 17% 12%;
  grid-template-areas:
    "h_tit1 h_tit2 h_tit3 h_tit4 h_tit5 h_tit6 h_tit7";
}
@media screen and (max-width: 600px) {
  section.top--index .module2_tit {
    display: none;
  }
}
section.top--index .module2_tit .h_tit1 {
  grid-area: h_tit1;
  font-size: 15px;
  background-color: #E6E6E6;
  border: #999 1px solid;
  text-align: center;
  padding-top: .3em;
}
section.top--index .module2_tit .h_tit2 {
  grid-area: h_tit2;
  font-size: clamp(0.625rem, 0.578rem + 0.23vw, 0.75rem);
  text-align: center;
  background-color: #E6E6E6;
  border: #999 1px solid;
  margin-left: -1px;
  padding-top: .3em;
}
section.top--index .module2_tit .h_tit3 {
  grid-area: h_tit3;
  font-size: clamp(0.625rem, 0.578rem + 0.23vw, 0.75rem);
  text-align: center;
  background-color: #E6E6E6;
  border: #999 1px solid;
  margin-left: -1px;
  padding-top: .3em;
}
section.top--index .module2_tit .h_tit4 {
  grid-area: h_tit4;
  font-size: clamp(0.625rem, 0.578rem + 0.23vw, 0.75rem);
  text-align: center;
  background-color: #E6E6E6;
  border: #999 1px solid;
  margin-left: -1px;
  padding-top: .3em;
}
section.top--index .module2_tit .h_tit5 {
  grid-area: h_tit5;
  font-size: clamp(0.625rem, 0.578rem + 0.23vw, 0.75rem);
  text-align: center;
  background-color: #E6E6E6;
  border: #999 1px solid;
  margin-left: -1px;
  padding-top: .3em;
}
section.top--index .module2_tit .h_tit6 {
  grid-area: h_tit6;
  font-size: clamp(0.625rem, 0.578rem + 0.23vw, 0.75rem);
  text-align: center;
  background-color: #E6E6E6;
  border: #999 1px solid;
  margin-left: -1px;
  padding-top: .3em;
}
section.top--index .module2_tit .h_tit7 {
  grid-area: h_tit7;
  font-size: clamp(0.625rem, 0.578rem + 0.23vw, 0.75rem);
  text-align: center;
  background-color: #E6E6E6;
  border: #999 1px solid;
  margin-left: -1px;
  padding-top: .3em;
}
section.top--index .module2_mate {
  display: grid;
  grid-template-columns: 5% 16% 16% 17% 17% 17% 12%;
  grid-template-areas:
    "result1 result2 result3 result4 result5 result6 result7"
    "result8 result9 result10 result11 result12 result13 result14";
}
@media screen and (max-width: 600px) {
  section.top--index .module2_mate {
    border: 1px solid #808080;
    display: grid;
    margin-bottom: 10px;
    padding-bottom: 10px;
    grid-template-columns: 2em auto;
    grid-template-rows: auto auto;
    grid-template-areas:
      "result1 result8"
      "result2 result2"
      "result9 result9"
      "result3 result3"
      "result10 result10"
      "result4 result4"
      "result11 result11"
      "result5 result5"
      "result12 result12"
      "result6 result6"
      "result13 result13"
      "result7 result7"
      "result14 result14";
  }
}
section.top--index a:nth-child(even) {
  background-color: #EDF4FC;
}
@media screen and (max-width: 600px) {
  section.top--index a:nth-child(even) {
    background-color: transparent;
  }
}
section.top--index .result1 {
  grid-area: result1;
  font-size: 15px;
  background-color: #E6E6E6;
  border: #999 1px solid;
  text-align: center;
  padding-top: .3em;
}
@media screen and (max-width: 600px) {
  section.top--index .result1 {
    border: none;
    border-bottom: none;
    text-align: left;
    background-color: #EDF4FC;
    padding: 0.5em 0 0 20%;
  }
}
section.top--index .result2 {
  grid-area: result2;
  font-size: clamp(0.625rem, 0.578rem + 0.23vw, 0.75rem);
  text-align: center;
  background-color: #E6E6E6;
  border: #999 1px solid;
  margin-left: -1px;
  padding-top: .3em;
}
@media screen and (max-width: 600px) {
  section.top--index .result2 {
    text-align: left;
    background-color: #fff;
    border: none;
    width: 95%;
    margin: 10px auto 0;
    background-color: transparent;
  }
}
section.top--index .result3 {
  grid-area: result3;
  font-size: clamp(0.625rem, 0.578rem + 0.23vw, 0.75rem);
  text-align: center;
  background-color: #E6E6E6;
  border: #999 1px solid;
  margin-left: -1px;
  padding-top: .3em;
}
@media screen and (max-width: 600px) {
  section.top--index .result3 {
    text-align: left;
    background-color: #fff;
    border: none;
    width: 95%;
    margin: 10px auto 0;
    background-color: transparent;
  }
}
section.top--index .result4 {
  grid-area: result4;
  font-size: clamp(0.625rem, 0.578rem + 0.23vw, 0.75rem);
  text-align: center;
  background-color: #E6E6E6;
  border: #999 1px solid;
  margin-left: -1px;
  padding-top: .3em;
}
@media screen and (max-width: 600px) {
  section.top--index .result4 {
    text-align: left;
    background-color: #fff;
    border: none;
    width: 95%;
    margin: 10px auto 0;
    background-color: transparent;
  }
}
section.top--index .result5 {
  grid-area: result5;
  font-size: clamp(0.625rem, 0.578rem + 0.23vw, 0.75rem);
  text-align: center;
  background-color: #E6E6E6;
  border: #999 1px solid;
  margin-left: -1px;
  padding-top: .3em;
}
@media screen and (max-width: 600px) {
  section.top--index .result5 {
    text-align: left;
    background-color: #fff;
    border: none;
    background-color: transparent;
    width: 95%;
    margin: 10px auto 0;
  }
}
section.top--index .result6 {
  grid-area: result6;
  font-size: clamp(0.625rem, 0.578rem + 0.23vw, 0.75rem);
  text-align: center;
  background-color: #E6E6E6;
  border: #999 1px solid;
  margin-left: -1px;
  padding-top: .3em;
}
@media screen and (max-width: 600px) {
  section.top--index .result6 {
    text-align: left;
    background-color: #fff;
    border: none;
    background-color: transparent;
    width: 95%;
    margin: 10px auto 0;
  }
}
section.top--index .result7 {
  grid-area: result7;
  font-size: clamp(0.625rem, 0.578rem + 0.23vw, 0.75rem);
  text-align: center;
  background-color: #E6E6E6;
  border: #999 1px solid;
  margin-left: -1px;
  padding-top: .3em;
}
@media screen and (max-width: 600px) {
  section.top--index .result7 {
    text-align: left;
    background-color: #fff;
    border: none;
    background-color: transparent;
    width: 95%;
    margin: 10px auto 0;
  }
}
section.top--index .result8 {
  grid-area: result8;
  font-size: 15px;
  padding: 0.5em 0;
  border-right: #999 1px solid;
  border-left: #999 1px solid;
  text-align: center;
}
@media screen and (max-width: 600px) {
  section.top--index .result8 {
    border: none;
    text-align: left;
    background-color: #EDF4FC;
    width: 100%;
    margin: 0 auto;
  }
}
section.top--index .result9 {
  grid-area: result9;
  padding: 0.5em 1em;
  font-size: 15px;
  border-right: #999 1px solid;
}
@media screen and (max-width: 600px) {
  section.top--index .result9 {
    padding: 0 0 .5em 0;
    border-right: none;
    border-bottom: #999 1px solid;
    width: 95%;
    margin: 0 auto;
  }
}
section.top--index .result10 {
  grid-area: result10;
  padding: 0.5em 1em;
  border-right: #999 1px solid;
  font-size: 15px;
}
@media screen and (max-width: 600px) {
  section.top--index .result10 {
    padding: 0 0 .5em 0;
    border-right: none;
    border-bottom: #999 1px solid;
    width: 95%;
    margin: 0 auto;
  }
}
section.top--index .result11 {
  grid-area: result11;
  padding: 0.5em 1em;
  border-right: #999 1px solid;
  font-size: 15px;
}
@media screen and (max-width: 600px) {
  section.top--index .result11 {
    padding: 0 0 .5em 0;
    border-right: none;
    border-bottom: #999 1px solid;
    width: 95%;
    margin: 0 auto;
  }
}
section.top--index .result12 {
  grid-area: result12;
  padding: 0.5em 1em;
  border-right: #999 1px solid;
  font-size: 15px;
}
@media screen and (max-width: 600px) {
  section.top--index .result12 {
    padding: 0 0 .5em 0;
    border-right: none;
    border-bottom: #999 1px solid;
    width: 95%;
    margin: 0 auto;
  }
}
section.top--index .result13 {
  grid-area: result13;
  padding: 0.5em 1em;
  border-right: #999 1px solid;
  font-size: 15px;
}
@media screen and (max-width: 600px) {
  section.top--index .result13 {
    padding: 0 0 .5em 0;
    border-right: none;
    border-bottom: #999 1px solid;
    width: 95%;
    margin: 0 auto;
  }
}
section.top--index .result14 {
  grid-area: result14;
  padding: 0.5em 1em;
  border-right: #999 1px solid;
  font-size: 15px;
}
@media screen and (max-width: 600px) {
  section.top--index .result14 {
    padding: 0 0 .5em 0;
    border-right: none;
    border-bottom: #999 1px solid;
    width: 95%;
    margin: 0 auto;
  }
}
section.top--index .module2_mate.v1-7none .result1, section.top--index .module2_mate.v1-7none .result2, section.top--index .module2_mate.v1-7none .result3, section.top--index .module2_mate.v1-7none .result4, section.top--index .module2_mate.v1-7none .result5, section.top--index .module2_mate.v1-7none .result6, section.top--index .module2_mate.v1-7none .result7 {
  display: none;
}
@media screen and (max-width: 600px) {
  section.top--index .module2_mate.v1-7none .result1, section.top--index .module2_mate.v1-7none .result2, section.top--index .module2_mate.v1-7none .result3, section.top--index .module2_mate.v1-7none .result4, section.top--index .module2_mate.v1-7none .result5, section.top--index .module2_mate.v1-7none .result6, section.top--index .module2_mate.v1-7none .result7 {
    display: block;
  }
}
section.top--index .module2_contents a, section.top--index .module2_contents a:visited {
  display: block;
  color: #000;
  text-decoration: none;
  transition: all .3s;
}
section.top--index .module2_contents a:focus, section.top--index .module2_contents a:hover {
  background: #FBB03B;
  transition: all .8s ease-in-out;
}
/*--- footer ---*/
footer {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 130px 0 30px 0;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  footer {
    padding: 40px 0 17px 0;
  }
}
@media screen and (max-width: 1180px) {
  footer {
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  footer {
    max-width: 600px;
  }
}
footer p {
  font-size: clamp(0.563rem, 0.539rem + 0.12vw, 0.625rem);
  border-top: #0071BC solid 8px;
  padding-top: 13px;
  text-align: center;
}
/*--- pagetop ---*/
.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #00AEEF;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagetop a {
  display: block;
  text-decoration: none;
}
.pagetop:hover {
  opacity: 0.85;
}