.button-wrap--center {
  display: flex;
  flex-flow: row wrap;
  /* ------------------------------------------------------
   * Element
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * Print
  ------------------------------------------------------ */
  align-items: center;
  margin: 2em 0 0 0;
}

/* ------------------------------------------------------
   * Element
  ------------------------------------------------------ */
/* ------------------------------------------------------
   * Print
  ------------------------------------------------------ */

/* ------------------------------------------------------
 * Override
------------------------------------------------------ */
/* ------------------------------------------------------
 * PageComponent
------------------------------------------------------ */
/* ----- guide-charge-card ----- */
.guide-charge-card-wrap>*:first-child,
.guide-charge-card-wrap>section:first-child>*:first-child,
.guide-charge-card-wrap>[class^="list-wrap"]>*:first-child {
  margin-top: 0 !important;
}

.guide-charge-card-wrap>*:last-child {
  margin-bottom: 0 !important;
}

.guide-charge-card__inner {
  background-color: #e5f0f8;
  text-align: center;
}

.guide-charge-card__inner>*:first-child,
.guide-charge-card__inner>section:first-child>*:first-child,
.guide-charge-card__inner>[class^="list-wrap"]>*:first-child {
  margin-top: 0 !important;
}

.guide-charge-card__inner>*:last-child {
  margin-bottom: 0 !important;
}

.guide-charge-card__title {
  color: #000;
}

.guide-charge-card__text {
  color: #000;
}

.guide-charge-card .text-link {
  margin: 1rem 0;
  font-size: 1.3rem;
  font-weight: 700;
  color: #000;
  text-align: center;
}

.guide-charge-card .text-link a {
  text-decoration: underline;
}

.guide-charge-card .text-link a:hover {
  text-decoration: none;
  color: #0070bd;
}

/* ----- guide-charge-accordion ----- */
.guide-charge-accordion {
  overflow: hidden;
  background: #fff;
}

.guide-charge-accordion__head {
  display: block;
  border: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
}

.guide-charge-accordion__title {
  display: flex;
  position: relative;
  align-items: center;
  color: #000;
  line-height: 1.4;
}

.guide-charge-accordion__title:before,
.guide-charge-accordion__title:after {
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 50%;
  right: 0;
  height: 1px;
  margin: -1px 0 0 0;
  background-color: #0070bd;
  content: "";
  transition: -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.guide-charge-accordion__title:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.guide-charge-accordion__logo {
  flex-shrink: 0;
}

.guide-charge-accordion__head.is-active .guide-charge-accordion__title:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.guide-charge-accordion__body {
  position: relative;
  background: #fff;
}

.guide-charge-accordion__body>*:first-child,
.guide-charge-accordion__body>section:first-child>*:first-child,
.guide-charge-accordion__body>[class^="list-wrap"]>*:first-child {
  margin-top: 0 !important;
}

/* ----- guide-charge-media ----- */

.guide-charge-media__content>*:first-child,
.guide-charge-media__content>section:first-child>*:first-child,
.guide-charge-media__content>[class^="list-wrap"]>*:first-child {
  margin-top: 0 !important;
}

.guide-charge-media__image>[class*="__frame"]>img {
  max-height: 100%;
}

.guide-charge-media__title {
  position: relative;
  color: #000;
  line-height: 1.4;
}

.guide-charge-media__mark {
  position: absolute;
  top: 0;
  left: 0;
  color: #0070bd;
}

.guide-charge-media__mark:after {
  content: ".";
}

/* ----- guide-charge-list-wrap ----- */
.guide-charge-list-wrap>*:first-child,
.guide-charge-list-wrap>section:first-child>*:first-child,
.guide-charge-list-wrap>[class^="list-wrap"]>*:first-child {
  margin-top: 0 !important;
}

/* ----- guide-charge-note-list ----- */
.guide-charge-note-list {
  margin: 1em 0 0 0;
  padding: 0;
  list-style: none;
}

.guide-charge-note-list>*:first-child,
.guide-charge-note-list>section:first-child>*:first-child,
.guide-charge-note-list>[class^="list-wrap"]>*:first-child {
  margin-top: 0 !important;
}

.guide-charge-note-list>*:last-child {
  margin-bottom: 0 !important;
}

.guide-charge-note-list>li {
  position: relative;
  padding-left: 1.7em;
  color: #666;
  line-height: 1.6;
  list-style: none;
}

.guide-charge-note-list__mark {
  position: absolute;
  top: 0;
  left: 0;
}

/* ----- guide-charge-unorder-list ----- */
.guide-charge-unorder-list {
  margin: 1em 0 0 0;
  padding: 0;
  list-style: none;
}

.guide-charge-unorder-list>*:first-child,
.guide-charge-unorder-list>section:first-child>*:first-child,
.guide-charge-unorder-list>[class^="list-wrap"]>*:first-child {
  margin-top: 0 !important;
}

.guide-charge-unorder-list>*:last-child {
  margin-bottom: 0 !important;
}

.guide-charge-unorder-list>li {
  position: relative;
  padding-left: 1.25em;
  color: #000;
  list-style: none;
}

.guide-charge-unorder-list>li:before {
  display: inline-block;
  position: absolute;
  top: .45em;
  left: 0;
  border-radius: 50%;
  background-color: #0070bd;
  content: "";
}

.guide-charge-unorder-list__nest>*:first-child,
.guide-charge-unorder-list__nest>section:first-child>*:first-child,
.guide-charge-unorder-list__nest>[class^="list-wrap"]>*:first-child {
  margin-top: 0 !important;
}

.guide-charge-unorder-list__nest>*:last-child {
  margin-bottom: 0 !important;
}

/* ----- guide-charge-box ----- */
.guide-charge-box {
  border: 1px solid #ddd;
  background-color: #fff;
}

.guide-charge-box>*:first-child,
.guide-charge-box>section:first-child>*:first-child,
.guide-charge-box>[class^="list-wrap"]>*:first-child {
  margin-top: 0 !important;
}

.guide-charge-box>*:last-child {
  margin-bottom: 0 !important;
}

.guide-charge-box__head>*:first-child,
.guide-charge-box__head>section:first-child>*:first-child,
.guide-charge-box__head>[class^="list-wrap"]>*:first-child {
  margin-top: 0 !important;
}

.guide-charge-box__head>*:last-child {
  margin-bottom: 0 !important;
}

.guide-charge-box__body>*:first-child,
.guide-charge-box__body>section:first-child>*:first-child,
.guide-charge-box__body>[class^="list-wrap"]>*:first-child {
  margin-top: 0 !important;
}

.guide-charge-box__body>*:last-child {
  margin-bottom: 0 !important;
}

.guide-charge-box__head+.guide-charge-box__body {
  padding-top: 0;
}

.guide-charge-box__title {
  line-height: 1.4;
}

/* ----- guide-charge-figure-wrap ----- */
.guide-charge-figure-wrap {
  margin: 2em 0 0 0;
}

/* ----- guide-charge-figure ----- */
.guide-charge-figure {
  margin: 0;
}

.guide-charge-figure__frame {
  display: inline-block;
}

/* ------------------------------------------------------
 * Print
------------------------------------------------------ */

@media print,
screen and (min-width: 768px) {
  .anchor-navi--center>.anchor-navi__list[data-col-pc="auto"] {
    justify-content: center;
    width: auto;
  }

  .guide-charge-card-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
  }

  /* 上段のカードスタイル（3つ並び） */
  .guide-charge-card {
    width: calc((100% - 40px) / 3);
  }

  /* 上段のカード間の余白調整 */
  .guide-charge-card:not(:nth-child(3n+1)) {
    margin-left: 20px;
  }

  /* 下段のカードの上部余白 */
  .guide-charge-card:nth-child(n+4) {
    margin-top: 20px;
  }

  .guide-charge-card:nth-child(5) {
    margin-left: 30px;
  }

  .guide-charge-card__inner {
    padding: 21px 21px 28px;
  }

  .guide-charge-card__title {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.6;
  }

  .guide-charge-card__text {
    margin-top: 0.5em;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
  }

  .guide-charge-card__image {
    margin-top: 1.2em;
  }




  .guide-charge-accordion {
    margin: 1.8em 0 0 0;
  }

  .guide-charge-accordion+.guide-charge-accordion {
    margin-top: 1.2em;
  }

  .guide-charge-accordion__head {
    padding: 1.375em 1.6em;
    border-radius: 10px;
    cursor: pointer;
  }

  .guide-charge-accordion__head:hover {
    border: 1px solid #0070bd;
  }

  .guide-charge-accordion__head:hover .guide-charge-accordion__title {
    color: #0070bd;
  }

  .guide-charge-accordion__title {
    padding-right: 2.7em;
    font-size: 1.8rem;
    font-weight: 700;
  }

  .guide-charge-accordion__title:before,
  .guide-charge-accordion__title:after {
    width: 21px;
  }

  .guide-charge-accordion__logo {
    display: inline-block;
    width: 165px;
    margin-right: 15px;
  }

  .guide-charge-accordion__body {
    padding: 1.4em 1.6em;
  }

  .guide-charge-media {
    display: flex;
    flex-wrap: nowrap;
    margin: 2.5em 0 0 0;
  }

  .guide-charge-media__content {
    width: 100%;
  }

  .guide-charge-media__image {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    max-width: 556px;
    margin-left: 36px;
  }

  .guide-charge-media__image>[class*="__frame"] {
    max-height: 310px;
    text-align: center;
  }

  .guide-charge-media__image>[class*="__frame"]:nth-child(even) {
    margin-left: 30px;
  }

  .guide-charge-media__image>[class*="__frame"]:nth-child(n+3) {
    margin-top: 30px;
  }

  .guide-charge-media__frame {
    width: 263px;
  }

  .guide-charge-media__title {
    padding-left: 1.4em;
    font-size: 2.0rem;
    font-weight: 700;
  }

  .guide-charge-media__text {
    margin: 0.6em 0 0 0;
    font-size: 1.6rem;
  }

  .guide-charge-list-wrap {
    margin: 0.9em 0 0 0;
  }

  .guide-charge-note-list>li {
    margin: .7em 0 0;
    font-size: 1.4rem;
  }

  .guide-charge-unorder-list>li {
    margin: .6em 0 0;
    font-size: 1.6rem;
  }

  .guide-charge-unorder-list>li:before {
    width: 10px;
    height: 10px;
  }

  .guide-charge-unorder-list__nest {
    margin: 0.9em 0 0;
  }

  .guide-charge-box {
    margin: 2.0em 0 0 0;
  }

  .guide-charge-box__head {
    margin: 0 0 0.9em;
    padding: 1.7em 1.8em 0;
  }

  .guide-charge-box__body {
    padding: 1.6em 1.8em;
  }

  .guide-charge-box__title {
    font-size: 2.0rem;
    font-weight: 700;
  }
}

@media only screen and (max-width: 767.98px) {
  .anchor-navi--center>.anchor-navi__list[data-col-sp="auto"] {
    justify-content: center;
    width: auto;
  }

  .guide-charge-card-wrap {
    margin-top: 1.8em;
  }

  .guide-charge-card {
    width: 100%;
    margin-top: 15px;
  }

  .guide-charge-card:nth-child(2) {
    margin-bottom: 20px;
  }

  .guide-charge-card__inner {
    padding: 15px 15px 24px;
  }

  .guide-charge-card__title {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.4;
  }

  .guide-charge-card__text {
    margin-top: 0.5em;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
  }

  .guide-charge-card__image {
    margin-top: 0.4em;
  }

  .guide-charge-card .text-link {
    font-size: 1.4rem;
    font-weight: 700;
    text-align: left;
  }

  .guide-charge-accordion {
    margin: 1.8em 0 0 0;
  }

  .guide-charge-accordion+.guide-charge-accordion {
    margin-top: 1.0em;
  }

  .guide-charge-accordion__head {
    padding: 0.9em 1.0em;
    border-radius: 5px;
  }

  .guide-charge-accordion__title {
    padding-right: 1.95em;
    font-size: 1.5rem;
    font-weight: 700;
  }

  .guide-charge-accordion__title:before,
  .guide-charge-accordion__title:after {
    width: 15px;
  }

  .guide-charge-accordion__logo {
    display: inline-flex;
    align-items: center;
    width: 91px;
    margin-right: 14px;
  }

  .guide-charge-accordion__body {
    padding: .6em 1.0em 1.3em;
  }

  .guide-charge-media {
    display: flex;
    flex-direction: column !important;
    margin: 1.9em 0 0 0;
  }

  .guide-charge-media__content {
    width: 100%;
  }

  .guide-charge-media__image {
    margin-top: 12px;
  }

  .guide-charge-media__image>[class*="__frame"] {
    width: 100%;
    text-align: center;
  }

  .guide-charge-media__image>[class*="__frame"]:nth-child(n+2) {
    margin-top: 20px;
  }

  .guide-charge-media__title {
    padding-left: 1.5em;
    font-size: 1.7rem;
    font-weight: 700;
  }

  .guide-charge-media__text {
    margin: 0.6em 0 0 0;
    font-size: 1.4rem;
  }

  .guide-charge-list-wrap {
    margin: 0.8em 0 0 0;
  }

  .guide-charge-note-list>li {
    margin: .45em 0 0;
    font-size: 1.2rem;
  }

  .guide-charge-unorder-list>li {
    margin: .4em 0 0;
    font-size: 1.4rem;
  }

  .guide-charge-unorder-list>li:before {
    width: 9px;
    height: 9px;
  }

  .guide-charge-unorder-list__nest {
    margin: 0.6em 0 0;
  }

  .guide-charge-box {
    margin: 1.4em 0 0 0;
  }

  .guide-charge-box__head {
    margin: 0 0 0.8em;
    padding: 1.2em 1.4em 0;
  }

  .guide-charge-box__body {
    padding: 1.2em 1.4em 1.0em;
  }

  .guide-charge-box__title {
    font-size: 1.5rem;
    font-weight: 700;
  }

  .guide-charge-figure__frame {
    width: 100%;
  }

  .guide-charge-figure__frame>img {
    width: 100%;
  }
}

@media print,
screen and (min-width: 1260px) {
  body.is-liquid {
    min-width: auto !important;
  }

  body.is-liquid .Main__content {
    max-width: 100% !important;
  }
}

@media print {
  body {
    page: print-width;
    width: 1260px !important;
    margin: 0 auto !important;
  }

  body[data-browser^="ie"] {
    zoom: 1.9 !important;
    -webkit-transform: scale(0.45) !important;
    -webkit-transform-origin: 0 0 !important;
    transform: scale(0.45) !important;
    transform-origin: 0 0 !important;
  }

  body[data-browser="chrome"] {
    zoom: .85;
  }

  .heading1 {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .heading1--center {
    width: 100% !important;
    margin-left: 0 !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1259.98px) {
  .heading1 {
    width: calc(100% + (30px * 2));
    margin-right: -30px;
    margin-left: -30px;
  }

  .Main__head .heading1 {
    margin-right: 0;
    margin-left: 0;
  }

  .Main__head .heading1__inner {
    margin: 0;
  }

  .heading1--center {
    width: calc(100% + (30px * 2));
    margin-right: -30px;
    margin-left: -30px;
  }

  .Main__head .heading1--center {
    margin-right: 0;
    margin-left: 0;
  }

  .Main__head .heading1--center__inner {
    margin: 0;
  }
}