@charset "UTF-8";
.sec-title {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .sec-title {
    margin-bottom: 60px;
  }
}

.bg-gray {
  background-color: #f4f4f4 !important;
}

.bg-sky {
  background-color: #e8f1f8 !important;
}

.bg-orange {
  background-color: #fdf5dc !important;
}

.bg-beige {
  background-color: #fff1cc !important;
}

.bg-green {
  background-color: #d7ebc2 !important;
}

.bg-pink {
  background-color: #feeeee !important;
}

.c-purple {
  background-color: #993366 !important;
}

.c-blue {
  background-color: #0066cc !important;
}

.c-navy {
  background-color: #5a9bd3 !important;
}

.c-pink {
  background-color: #ff8080 !important;
}

.c-green {
  background-color: #339966 !important;
}

.c-orange {
  background-color: #ff9900 !important;
}

.c-beige {
  background-color: #fff1cc !important;
}

table {
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
table tr th,
table tr td {
  vertical-align: middle;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 1.1rem;
  text-align: center;
  white-space: nowrap;
}

.table-note {
  margin: 2px 0;
  font-size: 1.5rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .table-note {
    font-size: 1.4rem;
  }
}

.speck-table {
  overflow-y: hidden;
  overflow-x: auto;
}
.speck-table:not(:last-child) {
  margin-bottom: 30px !important;
}
.speck-table table tbody th {
  background-color: #e8f1f8;
}
.speck-table table th,
.speck-table table td {
  padding: 7px 30px;
}
.speck-table .scroll-wrap {
  display: inline-block;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.speck-table .scroll-wrap table {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.grid-table {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.grid-table:not(:last-child) {
  margin-bottom: 30px;
}
.grid-table table {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.grid-table table th,
.grid-table table td {
  padding: 8px 10px;
}
.grid-table table tbody th {
  background-color: #e8f1f8;
}

.lineup-table table {
  width: 100%;
  border-top-color: #000;
  border-left-color: #000;
}
.lineup-table table th,
.lineup-table table td {
  border-right-color: #000;
  border-bottom-color: #000;
}
.lineup-table table thead tr:nth-child(1) th:nth-child(n+3) {
  padding: 15px 5px;
}
.lineup-table table thead tr:nth-child(1) th:nth-child(-n+3) {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .lineup-table table thead tr:nth-child(1) th:nth-child(-n+3) {
    padding: 40px 0;
  }
}
.lineup-table table thead tr:nth-child(2) th {
  width: 140px;
  padding: 15px 0;
}
.lineup-table table thead tr:nth-child(2) th span {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  white-space: pre;
}
@media screen and (max-width: 768px) {
  .lineup-table table thead tr:nth-child(2) th {
    padding: 25px 0;
  }
}
.lineup-table table tbody th,
.lineup-table table tbody td {
  padding: 13px 5px;
}
.lineup-table table tbody th a,
.lineup-table table tbody td a {
  display: inline-block;
  text-decoration: underline;
}

.large-table table tbody th {
  background-color: #fdf5dc;
}

.small-table tbody tr:nth-child(even) {
  background-color: #f4f4f4;
}

.stack-each-group {
  padding-top: 20px;
  padding-bottom: 100px;
}
.stack-each-group + .header-lead {
  border-top: 1px solid #003289;
}
@media screen and (max-width: 768px) {
  .stack-each-group {
    padding-bottom: 80px;
  }
}

.stack-each-inner:not(:last-child) {
  margin-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .stack-each-inner:not(:last-child) {
    margin-bottom: 60px;
  }
}

.column-inner:not(:last-child) {
  margin-bottom: 35px;
}
.column-inner.column2 .speck-table:not(:last-child) {
  margin-right: 3.5%;
}
.column-inner.column3 .speck-table:not(:last-child) {
  margin-right: 3%;
}
.column-inner .column-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.column-inner .speck-table {
  margin-bottom: 0;
}

.table-catch {
  display: block;
  width: 100%;
  margin: 40px 0 10px;
  padding: 20px 20px;
  background-color: #f4f4f4;
  font-size: 1.7rem;
  font-weight: 700;
}

.table-catch-sub {
  position: relative;
  width: 100%;
  margin: 15px 0;
  padding: 3px 1.2em;
  font-weight: 700;
}
.table-catch-sub:not(caption) {
  display: block;
}
.table-catch-sub::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 7px;
  height: 100%;
  background-color: #003289;
}

.desc-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .desc-box {
    display: block;
  }
}
.desc-box .desc-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 55%;
  margin-right: 2%;
}
@media screen and (max-width: 768px) {
  .desc-box .desc-table {
    width: 100%;
    margin-right: 0;
  }
}
.desc-box .desc-table em {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 1.5em;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .desc-box .desc-table em {
    margin-bottom: 10px;
  }
}
.desc-box .desc-table em::before {
  content: "■";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.desc-box .desc-table p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 48.5%;
  height: 50px;
  position: relative;
  padding-left: 70px;
  border-bottom: 1px solid #ccc;
  font-size: 1.4rem;
  line-height: 1.25;
}
.desc-box .desc-table p:nth-of-type(odd) {
  margin-right: 3%;
}
.desc-box .desc-table p:nth-child(-n+2) {
  margin-bottom: 5px;
}
.desc-box .desc-table p span {
  display: block;
  font-size: 1.2rem;
}
.desc-box .desc-table p.orange::before {
  content: "";
  background-color: #fdf5dc;
}
.desc-box .desc-table p.green::before {
  content: "";
  background-color: #d7ebc2;
}
.desc-box .desc-table p.pink::before {
  content: "%\amin";
  background-color: #feeeee;
}
.desc-box .desc-table p.sky::before {
  content: "%\amax";
  background-color: #e8f1f8;
}
.desc-box .desc-table p::before {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 50px;
  height: 100%;
  white-space: pre;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .desc-box .desc-table p {
    margin-bottom: 20px;
    padding-left: 60px;
    font-size: 1.3rem;
  }
  .desc-box .desc-table p span {
    font-size: 1rem;
  }
}
.desc-box .desc-message {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 25px;
  background-color: #f4f4f4;
}
.desc-box .desc-message dt {
  margin-bottom: 8px;
  font-size: 1.4rem;
}
.desc-box .desc-message dd {
  font-size: 1.3rem;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .desc-box .desc-message {
    padding: 20px 15px;
  }
  .desc-box .desc-message dt {
    font-size: 1.3rem;
  }
  .desc-box .desc-message dd {
    font-size: 1.2rem;
  }
}

.eco-box {
  padding: 30px 35px 22px;
  background-color: #cde199;
}
.eco-box:not(:last-child) {
  margin-bottom: 40px;
}
.eco-box:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .eco-box {
    padding: 25px 15px 20px;
  }
  .eco-box:not(:last-child) {
    margin-bottom: 30px;
  }
  .eco-box:not(:first-child) {
    margin-top: 30px;
  }
}
.eco-box em {
  display: block;
  position: relative;
  margin-bottom: 25px;
  padding-left: 58px;
  font-size: 2.2rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
}
.eco-box em::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 45px;
  height: 45px;
  background-image: url(../image/material/ico.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .eco-box em {
    margin-bottom: 20px;
    padding-left: 50px;
    font-size: 1.8rem;
  }
  .eco-box em::before {
    width: 40px;
    height: 40px;
  }
}
.eco-box ul li {
  position: relative;
  padding-left: 1em;
  font-size: 1.6rem;
}
.eco-box ul li:not(:last-child) {
  margin-bottom: 12px;
}
.eco-box ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .eco-box ul li {
    font-size: 1.4rem;
  }
}
.eco-box .note {
  position: relative;
  margin-top: 10px;
  padding-left: 1em;
  font-size: 1.5rem;
}
.eco-box .note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .eco-box .note {
    font-size: 1.3rem;
  }
}

/* media compound */
.p-red {
  color: #e00012;
}

.p-blue {
  color: #5a9bd3;
}

.point-color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.point-color:not(:first-child) {
  margin-top: 15px;
}
.point-color li:not(:last-child) {
  margin-right: 30px;
}
.point-color li span {
  display: inline-block;
  margin-right: 10px;
}

.compound-table {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.compound-table table {
  border-top-color: #000;
  border-left-color: #000;
}
.compound-table table th,
.compound-table table td {
  border-bottom-color: #000;
  border-right-color: #000;
}
.compound-table table thead tr:nth-child(2) th {
  width: 110px;
}
.compound-table table tbody th {
  background-color: transparent;
}

.rich-grid-table {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  cursor: default;
}
.rich-grid-table table {
  border-top-color: #000;
  border-left-color: #000;
}
@media screen and (min-width: 768px) {
  .rich-grid-table table.column-full {
    width: 100%;
  }
  .rich-grid-table table.column-lg {
    width: 90%;
  }
  .rich-grid-table table.column-md {
    width: 65%;
  }
  .rich-grid-table table.column-sm {
    width: 36.5%;
  }
}
.rich-grid-table table th,
.rich-grid-table table td {
  padding: 10px 10px;
  border-bottom-color: #000;
  border-right-color: #000;
  line-height: 1;
}
.rich-grid-table table th img,
.rich-grid-table table td img {
  max-width: inherit;
}
.rich-grid-table table tbody th {
  background-color: transparent;
}/*# sourceMappingURL=list.css.map */