/* CSS Document */
/*
__nav-page
*/
@media only screen and (min-width: 768px) {
  .p-decopower .p-decopower__nav-page.-guide {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .p-decopower .p-decopower__nav-page.-guide .p-decopower__nav-page-item {
    width: 24.90234375%;
  }
}
@media only screen and (min-width: 1025px) {
  .p-decopower .p-decopower__nav-page.-guide .p-decopower__nav-page-item {
    width: 24.928125%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .p-decopower .p-decopower__nav-page.-guide .p-decopower__nav-page-item:nth-of-type(n+5) {
    width: 33.2356770833%;
  }
}
@media only screen and (min-width: 1025px) {
  .p-decopower .p-decopower__nav-page.-guide .p-decopower__nav-page-item:nth-of-type(n+5) {
    width: 33.26171875%;
  }
}

/*
__contents
*/
.p-decopower .p-decopower-guide__contents {
  margin-top: 5.1428571429em;
}
.p-decopower .p-decopower-guide__contents-inner {
  display: flex;
  flex-direction: column;
  row-gap: 5.1428571429em;
  width: 89.3333333333%;
  margin: 0 auto;
}
@media only screen and (min-width: 1025px) {
  .p-decopower .p-decopower-guide__contents-inner {
    row-gap: 6.2857142857em;
    max-width: 1440px;
    padding: 0 5.2857142857em;
    width: 100%;
  }
}

/*
__function
*/
.p-decopower .p-decopower-guide__function {
  display: flex;
  flex-direction: column;
  row-gap: 2.8571428571em;
}
@media only screen and (min-width: 768px) {
  .p-decopower .p-decopower-guide__function {
    flex-direction: row;
    justify-content: space-between;
    row-gap: 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-decopower .p-decopower-guide__function-info {
    width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .p-decopower .p-decopower-guide__function-info {
    width: 50%;
  }
}
.p-decopower .p-decopower-guide__function-title {
  font-size: 1.4285714286em;
}
@media only screen and (min-width: 1025px) {
  .p-decopower .p-decopower-guide__function-title {
    font-size: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .p-decopower .p-decopower-guide__function-graph {
    width: 45%;
  }
}
@media only screen and (min-width: 1025px) {
  .p-decopower .p-decopower-guide__function-graph {
    width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .p-decopower .p-decopower-guide__function-graph p {
    width: 48.5714285714%;
    margin: 0 auto;
  }
}
.p-decopower .p-decopower-guide__function-link {
  margin-top: 0.7142857143em;
}
.p-decopower .p-decopower-guide__function-link li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 0.8571428571em;
  width: 100%;
  height: 6.2857142857em;
  border-bottom: 1px solid #333;
  font-size: 0.8571428571em;
}
@media only screen and (min-width: 1025px) {
  .p-decopower .p-decopower-guide__function-link li {
    flex-direction: row;
    row-gap: 0;
    justify-content: space-between;
    align-items: center;
    height: 5em;
    font-size: 1.1428571429em;
    font-weight: bold;
  }
}

/*
__link
*/
.p-decopower .p-decopower__link-book {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11.6666666667em;
  height: 2.0833333333em;
  background-color: #4381c0;
  border: 1px solid #4381c0;
  border-radius: 0.275em;
  color: #fff;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 1025px) {
  .p-decopower .p-decopower__link-book {
    width: 12.1428571429em;
    height: 2.1428571429em;
    border-radius: 0.2857142857em;
    font-size: 0.875em;
  }
}
@media only screen and (min-width: 768px) {
  .p-decopower .p-decopower__link-book:hover {
    color: #4381c0;
    background-color: #fff;
  }
}
.p-decopower .p-decopower-guide__function.\-02 .p-decopower__link-book {
  background-color: #4563aa;
  border-color: #4563aa;
}
@media only screen and (min-width: 768px) {
  .p-decopower .p-decopower-guide__function.\-02 .p-decopower__link-book:hover {
    color: #4563aa;
    background-color: #fff;
  }
}
.p-decopower .p-decopower-guide__function.\-03 .p-decopower__link-book {
  background-color: #5d7fb5;
  border-color: #5d7fb5;
}
@media only screen and (min-width: 768px) {
  .p-decopower .p-decopower-guide__function.\-03 .p-decopower__link-book:hover {
    color: #5d7fb5;
    background-color: #fff;
  }
}
.p-decopower .p-decopower-guide__function.\-04 .p-decopower__link-book {
  background-color: #52849c;
  border-color: #52849c;
}
@media only screen and (min-width: 768px) {
  .p-decopower .p-decopower-guide__function.\-04 .p-decopower__link-book:hover {
    color: #52849c;
    background-color: #fff;
  }
}
.p-decopower .p-decopower-guide__function.\-05 .p-decopower__link-book {
  background-color: #a1684d;
  border-color: #a1684d;
}
@media only screen and (min-width: 768px) {
  .p-decopower .p-decopower-guide__function.\-05 .p-decopower__link-book:hover {
    color: #a1684d;
    background-color: #fff;
  }
}
.p-decopower .p-decopower-guide__function.\-06 .p-decopower__link-book {
  background-color: #5f9174;
  border-color: #5f9174;
}
@media only screen and (min-width: 768px) {
  .p-decopower .p-decopower-guide__function.\-06 .p-decopower__link-book:hover {
    color: #5f9174;
    background-color: #fff;
  }
}
.p-decopower .p-decopower-guide__function.\-07 .p-decopower__link-book {
  background-color: #ac8b13;
  border-color: #ac8b13;
}
@media only screen and (min-width: 768px) {
  .p-decopower .p-decopower-guide__function.\-07 .p-decopower__link-book:hover {
    color: #ac8b13;
    background-color: #fff;
  }
}
