@charset "UTF-8";
body.body main {
  overflow: hidden;
}
body.body.home-category-page .common-home-child-top-box {
  margin-top: 6.2222222222vh;
}
body.body.home-category-page .common-home-child-top-box .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
body.body.home-category-page .common-home-child-top-box .inner:after {
  content: "";
  display: block;
  width: 46.8571428571%;
  padding-top: 25.7142857143%;
  margin-top: 6.3333333333vh;
}
body.body.home-category-page .common-home-child-top-box .inner .text-box {
  width: 460px;
  margin-right: 72px;
  max-width: 32.8571428571%;
}
@media (max-width: 1400px) {
  body.body.home-category-page .common-home-child-top-box .inner .text-box {
    margin-right: 5.1428571429%;
  }
}
body.body.home-category-page .common-home-child-top-box .inner .text-box .image-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 46.8571428571%;
  margin-top: 6.3333333333vh;
}
body.body.home-category-page .common-home-child-top-box .inner .text-box .image-box img {
  width: 100%;
  display: block;
}
body.body.home-category-page .common-home-child-top-box .inner .text-box .text-inner {
  margin-top: 3vw;
}
body.body.home-category-page .common-home-child-top-box .inner .text-box .text-inner .common-text {
  margin-top: 3.3333333333vh;
}
body.body.home-category-page .common-changes .change-nav {
  width: 980px;
  max-width: 80%;
  margin: 8.5555555556vh auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.body.home-category-page .common-changes .change-nav .common-change-button {
  width: 189px;
  margin-right: 33px;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  line-height: 2em;
  border-bottom: 1px solid #1e277e;
  color: #1e277e;
  -webkit-transition: color 0.2s, border-color 0.2s;
  transition: color 0.2s, border-color 0.2s;
  position: relative;
  margin-top: 10px;
  max-width: 100%;
  font-weight: 500;
}
@media (min-width: 769px) {
  body.body.home-category-page .common-changes .change-nav .common-change-button.big {
    width: 235px;
  }
  body.body.home-category-page .common-changes .change-nav .common-change-button.big2 {
    width: 263px;
  }
}
body.body.home-category-page .common-changes .change-nav .common-change-button .arrow {
  display: block;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
  right: 7px;
}
body.body.home-category-page .common-changes .change-nav .common-change-button .arrow:before {
  content: "く";
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: block;
}
body.body.home-category-page .common-changes .change-nav .common-change-button:last-of-type {
  margin-right: 0;
}
body.body.home-category-page .common-changes .change-nav .common-change-button.current, body.body.home-category-page .common-changes .change-nav .common-change-button:hover {
  cursor: pointer;
  color: #00afec;
  border-color: #00afec;
}
body.body.home-category-page .common-changes .change-base {
  position: relative;
}
body.body.home-category-page .common-changes .change-base .change-contents {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.2s, z-index 0s ease 0.2s;
  transition: opacity 0.2s, z-index 0s ease 0.2s;
}
body.body.home-category-page .common-changes .change-base .change-contents.current {
  position: relative;
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 0.2s, z-index 0s;
  transition: opacity 0.2s, z-index 0s;
}
body.body.home-category-page .common-changes .change-base .change-contents .page-nav {
  width: 980px;
  max-width: 80%;
  margin: 7.7777777778vh auto 0;
}
body.body.home-category-page .common-changes .change-base .change-contents .page-nav .pc-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.body.home-category-page .common-changes .change-base .change-contents .page-nav .pc-nav ul li {
  line-height: 34px;
  color: #fff;
  padding: 0 45px 0 15px;
  border-radius: 17px;
  font-size: 0.9375rem;
  letter-spacing: 0.0753333333em;
  background: #00afec;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  position: relative;
  margin-top: 10px;
  margin-right: 24px;
}
body.body.home-category-page .common-changes .change-base .change-contents .page-nav .pc-nav ul li.big {
  line-height: 38px;
  background: #1e277e;
}
body.body.home-category-page .common-changes .change-base .change-contents .page-nav .pc-nav ul li.big:hover {
  background: #00afec;
}
body.body.home-category-page .common-changes .change-base .change-contents .page-nav .pc-nav ul li .arrow {
  position: absolute;
  top: 50%;
  display: block;
  right: 16px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
body.body.home-category-page .common-changes .change-base .change-contents .page-nav .pc-nav ul li .arrow:after {
  content: "く";
  display: block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
body.body.home-category-page .common-changes .change-base .change-contents .page-nav .pc-nav ul li:last-of-type {
  margin-right: 0;
}
body.body.home-category-page .common-changes .change-base .change-contents .page-nav .pc-nav ul li:hover {
  cursor: pointer;
  background: #1e277e;
}
body.body.home-category-page .common-home-title {
  line-height: 1.5;
  padding-bottom: 1.4444444444vh;
  border-bottom: 1px solid #1e277e;
}
body.body.home-category-page .common-home-title .jp {
  font-size: 1.375rem;
  font-weight: 500;
  color: #1e277e;
  letter-spacing: 0.2em;
  display: inline-block;
  margin-right: 8px;
}
body.body.home-category-page .common-home-title .en {
  display: inline-block;
  font-family: "Roboto Slab", serif;
  font-weight: normal;
  font-size: 0.9375rem;
  color: #989898;
  letter-spacing: 0.1em;
}
body.body.home-category-page .common-home-sikaku-text {
  font-weight: 500;
  font-size: 1rem;
  color: #1e277e;
  letter-spacing: 0.05em;
  padding-left: 1.1em;
  text-indent: -1.1em;
  line-height: 1.5em;
}
body.body.home-category-page .common-home-sikaku-text .d {
  text-indent: 0;
}
body.body.home-category-page .common-home-sikaku-text:before {
  content: "■";
  color: #00afec;
}
body.body.home-category-page .common-home-line-title {
  font-size: 1.0625rem;
  color: #1e277e;
  border-bottom: 1px solid #00afec;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  padding-bottom: 4px;
  font-weight: 500;
}
body.body.business-category-page .common-changes .change-nav {
  width: 980px;
  max-width: 80%;
  margin: 8.5555555556vh auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.body.business-category-page .common-changes .change-nav .common-change-button {
  width: 189px;
  margin-right: 33px;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  line-height: 2em;
  border-bottom: 1px solid #1e277e;
  color: #1e277e;
  -webkit-transition: color 0.2s, border-color 0.2s;
  transition: color 0.2s, border-color 0.2s;
  position: relative;
  margin-top: 10px;
  max-width: 100%;
  font-weight: 500;
}
@media (min-width: 769px) {
  body.body.business-category-page .common-changes .change-nav .common-change-button.big {
    width: 235px;
  }
  body.body.business-category-page .common-changes .change-nav .common-change-button.big2 {
    width: 263px;
  }
}
body.body.business-category-page .common-changes .change-nav .common-change-button .arrow {
  display: block;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
  right: 7px;
}
body.body.business-category-page .common-changes .change-nav .common-change-button .arrow:before {
  content: "く";
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: block;
}
body.body.business-category-page .common-changes .change-nav .common-change-button:last-of-type {
  margin-right: 0;
}
body.body.business-category-page .common-changes .change-nav .common-change-button.current, body.body.business-category-page .common-changes .change-nav .common-change-button:hover {
  cursor: pointer;
  color: #00afec;
  border-color: #00afec;
}
body.body.business-category-page .common-changes .change-base {
  position: relative;
}
body.body.business-category-page .common-changes .change-base .change-contents {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.2s, z-index 0s ease 0.2s;
  transition: opacity 0.2s, z-index 0s ease 0.2s;
}
body.body.business-category-page .common-changes .change-base .change-contents.current {
  position: relative;
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 0.2s, z-index 0s;
  transition: opacity 0.2s, z-index 0s;
}
body.body.business-category-page .common-changes .change-base .change-contents .page-nav {
  width: 980px;
  max-width: 80%;
  margin: 7.7777777778vh auto 0;
}
body.body.business-category-page .common-changes .change-base .change-contents .page-nav .pc-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.body.business-category-page .common-changes .change-base .change-contents .page-nav .pc-nav ul li {
  line-height: 34px;
  color: #fff;
  padding: 0 45px 0 15px;
  border-radius: 17px;
  font-size: 0.9375rem;
  letter-spacing: 0.0753333333em;
  background: #00afec;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  position: relative;
  margin-top: 10px;
  margin-right: 24px;
}
body.body.business-category-page .common-changes .change-base .change-contents .page-nav .pc-nav ul li.big {
  line-height: 38px;
  background: #1e277e;
}
body.body.business-category-page .common-changes .change-base .change-contents .page-nav .pc-nav ul li.big:hover {
  background: #00afec;
}
body.body.business-category-page .common-changes .change-base .change-contents .page-nav .pc-nav ul li .arrow {
  position: absolute;
  top: 50%;
  display: block;
  right: 16px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
body.body.business-category-page .common-changes .change-base .change-contents .page-nav .pc-nav ul li .arrow:after {
  content: "く";
  display: block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
body.body.business-category-page .common-changes .change-base .change-contents .page-nav .pc-nav ul li:last-of-type {
  margin-right: 0;
}
body.body.business-category-page .common-changes .change-base .change-contents .page-nav .pc-nav ul li:hover {
  cursor: pointer;
  background: #1e277e;
}
body.body.business-category-page .common-home-title {
  line-height: 1.5;
  padding-bottom: 1.4444444444vh;
  border-bottom: 1px solid #1e277e;
}
body.body.business-category-page .common-home-title .jp {
  font-size: 1.375rem;
  font-weight: 500;
  color: #1e277e;
  letter-spacing: 0.2em;
  display: inline-block;
  margin-right: 8px;
}
body.body.business-category-page .common-home-title .en {
  display: inline-block;
  font-family: "Roboto Slab", serif;
  font-weight: normal;
  font-size: 0.9375rem;
  color: #989898;
  letter-spacing: 0.1em;
}
body.body.business-category-page .common-home-sikaku-text {
  font-weight: 500;
  font-size: 1rem;
  color: #1e277e;
  letter-spacing: 0.05em;
  padding-left: 1.1em;
  text-indent: -1.1em;
  line-height: 1.5em;
}
body.body.business-category-page .common-home-sikaku-text .d {
  text-indent: 0;
}
body.body.business-category-page .common-home-sikaku-text:before {
  content: "■";
  color: #00afec;
}
body.body.business-category-page .common-home-line-title {
  font-size: 1.0625rem;
  color: #1e277e;
  border-bottom: 1px solid #00afec;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  padding-bottom: 4px;
  font-weight: 500;
}

@media (max-width: 768px) {
  body.body.home-category-page .common-home-child-top-box .inner {
    display: block;
  }
  body.body.home-category-page .common-home-child-top-box .inner:after {
    display: none;
  }
  body.body.home-category-page .common-home-child-top-box .inner .text-box {
    max-width: none;
    width: 100%;
  }
  body.body.home-category-page .common-home-child-top-box .inner .text-box .common-title2 {
    width: 80%;
    margin: 0 auto;
  }
  body.body.home-category-page .common-home-child-top-box .inner .text-box .image-box {
    width: 100%;
    position: static;
    margin-top: 40px;
  }
  body.body.home-category-page .common-home-child-top-box .inner .text-box .text-inner {
    width: 80%;
    margin: 40px auto 0;
  }
  body.body.home-category-page .common-changes {
    margin-top: 80px;
  }
  body.body.home-category-page .common-changes .top-sikaku-text {
    width: 80%;
    margin: 0 auto;
    color: #1e277e;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.4em;
    padding-left: 1.1em;
    text-indent: -1.1em;
  }
  body.body.home-category-page .common-changes .top-sikaku-text .d {
    text-indent: 0;
  }
  body.body.home-category-page .common-changes .top-sikaku-text:before {
    content: "■";
    color: #00afec;
  }
  body.body.home-category-page .common-changes .change-nav {
    margin-top: 7px;
    background: rgba(0, 175, 236, 0.12);
    display: block;
    padding: 1px 0 18px;
  }
  body.body.home-category-page .common-changes .change-nav .common-change-button {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto !important;
  }
  body.body.home-category-page .common-changes .change-base .change-contents .page-nav {
    position: relative;
    z-index: 5;
  }
  body.body.home-category-page .common-changes .change-base .change-contents .page-nav .c-aco-button {
    text-align: center;
    line-height: 44px;
    background: #00afec;
    color: #fff;
    font-size: 1.125rem;
    letter-spacing: 0.2em;
    position: relative;
  }
  body.body.home-category-page .common-changes .change-base .change-contents .page-nav .c-aco-button .arrow {
    position: absolute;
    display: block;
    right: 18px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    display: none;
  }
  body.body.home-category-page .common-changes .change-base .change-contents .page-nav .c-aco-button .arrow:after {
    content: "く";
    display: block;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  body.body.home-category-page .common-changes .change-base .change-contents .page-nav .c-aco-hidden {
    -webkit-transition: height 0.2s;
    transition: height 0.2s;
    overflow: hidden;
    background: #f0f5f5;
    width: 100%;
    height: auto !important;
  }
  body.body.home-category-page .common-changes .change-base .change-contents .page-nav .c-aco-hidden ul {
    padding: 10px 0 11px;
  }
  body.body.home-category-page .common-changes .change-base .change-contents .page-nav .c-aco-hidden ul li {
    text-align: center;
    color: #1e277e;
    font-size: 0.9375rem;
    letter-spacing: 0.1em;
    padding: 9px;
  }
  body.body.home-category-page .common-home-title .jp {
    font-size: 1.0625rem;
  }
  body.body.home-category-page .common-home-title .en {
    font-size: 0.8125rem;
    display: block;
  }
  body.body.business-category-page .common-changes {
    margin-top: 80px;
  }
  body.body.business-category-page .common-changes .top-sikaku-text {
    width: 80%;
    margin: 0 auto;
    color: #1e277e;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.4em;
    padding-left: 1.1em;
    text-indent: -1.1em;
  }
  body.body.business-category-page .common-changes .top-sikaku-text .d {
    text-indent: 0;
  }
  body.body.business-category-page .common-changes .top-sikaku-text:before {
    content: "■";
    color: #00afec;
  }
  body.body.business-category-page .common-changes .change-nav {
    margin-top: 7px;
    background: rgba(0, 175, 236, 0.12);
    display: block;
    padding: 1px 0 18px;
  }
  body.body.business-category-page .common-changes .change-nav .common-change-button {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto !important;
  }
  body.body.business-category-page .common-changes .change-base .change-contents .page-nav {
    position: relative;
    z-index: 5;
  }
  body.body.business-category-page .common-changes .change-base .change-contents .page-nav .c-aco-button {
    text-align: center;
    line-height: 44px;
    background: #00afec;
    color: #fff;
    font-size: 1.125rem;
    letter-spacing: 0.2em;
    position: relative;
  }
  body.body.business-category-page .common-changes .change-base .change-contents .page-nav .c-aco-button .arrow {
    position: absolute;
    display: block;
    right: 18px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    display: none;
  }
  body.body.business-category-page .common-changes .change-base .change-contents .page-nav .c-aco-button .arrow:after {
    content: "く";
    display: block;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  body.body.business-category-page .common-changes .change-base .change-contents .page-nav .c-aco-hidden {
    -webkit-transition: height 0.2s;
    transition: height 0.2s;
    overflow: hidden;
    background: #f0f5f5;
    width: 100%;
    top: 100%;
    left: 0;
    height: auto !important;
  }
  body.body.business-category-page .common-changes .change-base .change-contents .page-nav .c-aco-hidden ul {
    padding: 10px 0 11px;
  }
  body.body.business-category-page .common-changes .change-base .change-contents .page-nav .c-aco-hidden ul li {
    text-align: center;
    color: #1e277e;
    font-size: 0.9375rem;
    letter-spacing: 0.1em;
    padding: 9px;
  }
  body.body.business-category-page .common-home-title .jp {
    font-size: 1.0625rem;
  }
  body.body.business-category-page .common-home-title .en {
    font-size: 0.8125rem;
    display: block;
  }
}
:root {
  --leading-trim: calc((1em - 1lh) / 2);
}
@supports not (top: 1lh) {
  :root {
    --leading-trim: 0px;
  }
}

.bl-step-item__contents .note, .bl-step-item__contents .title .text, .bl-step-item__contents ul {
  margin-block: calc(var(--margin-top, 0px) + var(--leading-trim)) calc(var(--margin-bottom, 0px) + var(--leading-trim));
}

:root {
  scroll-behavior: smooth;
}
@media print, screen and (min-width: 768.1px) {
  :root {
    --header-height: 80px;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --header-height: 44px;
  }
}

[id] {
  scroll-margin: var(--header-height);
}

figure img {
  display: block;
}

@media print, screen and (min-width: 768.1px) {
  body.body .topic-path {
    width: 100%;
    position: absolute;
    z-index: 1;
    inset: 80px 0 auto;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768.1px) and (max-width: 1150px) {
  body.body .topic-path .topic-path-inner {
    margin-right: 10px;
    width: 50%;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  body.body .topic-path {
    margin-top: 0;
    padding-top: 23px;
    position: relative;
    z-index: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  body.body .topic-path::after {
    content: "";
    width: 69.5vw;
    height: 69.4175vw;
    background: #FFF7E0;
    position: absolute;
    z-index: -1;
    inset: 0 auto auto 0;
  }
}

body.body.home-category-page .common-home-child-top-box {
  margin-top: 0;
  position: relative;
  z-index: 0;
}
body.body.home-category-page .common-home-child-top-box::after {
  content: "";
  z-index: -1;
  background: #FFF7E0;
  width: 59%;
  height: 474px;
  inset: 0 auto auto 0;
  position: absolute;
}
body.body.home-category-page .common-home-child-top-box .logo1,
body.body.home-category-page .common-home-child-top-box .logo2 {
  margin: auto;
  display: block;
  max-width: 100%;
}
body.body.home-category-page .common-home-child-top-box .logo2 {
  margin-right: 20px;
}
body.body.home-category-page .common-home-child-top-box .inner .text-box {
  margin-left: -25px;
}
body.body.home-category-page .common-home-child-top-box .inner .text-box .image-box {
  margin-top: 0;
  bottom: 0;
  top: auto;
}
body.body.home-category-page .common-home-child-top-box .inner .text-box .text-inner {
  margin-top: 0;
  margin-left: 25px;
  margin-right: -33px;
}
@media screen and (max-width: 768px) {
  body.body.home-category-page .common-home-child-top-box {
    margin-top: 7px;
  }
  body.body.home-category-page .common-home-child-top-box::after {
    display: none;
  }
  body.body.home-category-page .common-home-child-top-box .logo1 {
    width: 71.475vw;
  }
  body.body.home-category-page .common-home-child-top-box .logo2 {
    margin-top: 27px;
    margin-right: auto;
    width: 80vw;
  }
  body.body.home-category-page .common-home-child-top-box .inner .text-box {
    margin-left: 0;
    margin-right: 0;
  }
  body.body.home-category-page .common-home-child-top-box .inner .text-box .image-box {
    margin-top: 10px;
  }
  body.body.home-category-page .common-home-child-top-box .inner .text-box .text-inner {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768.1px) {
  .bl-navi {
    margin-top: 76px;
  }
  .bl-navi__button {
    display: none;
  }
  .bl-navi__items {
    margin: auto;
    width: 640px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bl-navi__item {
    width: 302px;
  }
  .bl-navi__link {
    display: block;
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2em;
    color: #1e277e !important;
    position: relative;
    margin-top: 10px;
    max-width: 100%;
    font-weight: 500;
  }
  .bl-navi__link::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #1e277e;
    position: absolute;
    inset: auto 0 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .bl-navi__link:hover::after {
    background: #00afec;
    -webkit-transform: scaleY(4);
            transform: scaleY(4);
  }
  .bl-navi__link .arrow {
    display: block;
    position: absolute;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    top: 50%;
    right: 7px;
  }
  .bl-navi__link .arrow::before {
    content: "く";
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .bl-navi {
    margin: 48px auto 0;
    width: 100%;
    max-width: 320px;
    position: relative;
    z-index: 10;
  }
  .bl-navi__button {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
    background: #00afec;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 44px;
    font-size: 18px;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
  }
  .bl-navi__button .arrow {
    display: block;
    position: absolute;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    top: 50%;
    right: 7px;
  }
  .bl-navi__button .arrow::before {
    content: "く";
    color: #fff;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    display: block;
    font-size: 14px;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .bl-navi__items {
    padding: 14px 5px;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    background: #f0f5f5;
    position: absolute;
    inset: 100% 0 auto;
    margin: auto;
  }
  .bl-navi__link {
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #1e277e !important;
    font-size: 15px;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    opacity: 0;
    -webkit-transition: opacity 0.1s 0.2s;
    transition: opacity 0.1s 0.2s;
  }
}

#bl-navi:checked + .bl-navi .bl-navi__button .arrow::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#bl-navi:checked + .bl-navi .bl-navi__items {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
#bl-navi:checked + .bl-navi .bl-navi__link {
  opacity: 1;
  -webkit-transition: opacity 0.3s 0.25s;
  transition: opacity 0.3s 0.25s;
}

.topic-path:after {
  display: none !important;
}

.cnpoint-page .cn-title {
  text-align: center;
  line-height: 1.5;
}
.cnpoint-page .cn-title .main {
  font-family: "Roboto Slab", serif;
  color: #1E277E;
  font-size: 2.375rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  display: block;
}
.cnpoint-page .cn-title .sub {
  font-weight: 500;
  font-size: 1.375rem;
  letter-spacing: 0.2em;
  color: #00afec;
  display: block;
}
.cnpoint-page .top-area {
  position: relative;
  padding-top: 96px;
}
.cnpoint-page .top-area:before {
  content: "";
  display: block;
  height: 323px;
  background: #e0f5fd;
  width: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
.cnpoint-page .top-area .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cnpoint-page .top-area .inner .image-box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 52.8571428571%;
  margin-top: 40px;
}
.cnpoint-page .top-area .inner .image-box img {
  display: block;
  width: 100%;
}
.cnpoint-page .top-area .inner .text-box {
  width: 426px;
  margin-right: 55px;
  max-width: 39.2857142857%;
  position: relative;
}
.cnpoint-page .top-area .inner .text-box h2 img {
  display: block;
  width: 100%;
}
@media (min-width: 769px) {
  .cnpoint-page .bl-navi .bl-navi__items {
    width: 855px;
  }
  .cnpoint-page .bl-navi .bl-navi__items:after {
    content: "";
    display: block;
    width: 260px;
  }
  .cnpoint-page .bl-navi .bl-navi__items .bl-navi__item {
    width: 260px;
  }
}
.cnpoint-page .huyo-area {
  margin-top: 85px;
  position: relative;
}
.cnpoint-page .huyo-area:before {
  content: "";
  display: block;
  width: 49.1428571429%;
  height: 542px;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  background: #f0f5f5;
}
.cnpoint-page .huyo-area .inner {
  width: 980px;
  max-width: 80%;
  margin: 0 auto;
  padding-top: 73px;
}
.cnpoint-page .huyo-area .inner .catch {
  text-align: center;
}
.cnpoint-page .huyo-area .inner .catch img {
  max-width: 100%;
}
.cnpoint-page .huyo-area .inner .text {
  text-align: center;
  font-weight: normal;
  font-size: 0.9375rem;
  line-height: 1.7333333333em;
  letter-spacing: 0.05em;
  margin-top: 30px;
}
.cnpoint-page .subject-area {
  margin-top: 70px;
}
.cnpoint-page .subject-area .inner {
  width: 980px;
  max-width: 80%;
  margin: 0 auto;
  padding-bottom: 55px;
  border-bottom: 6px solid #00afec;
}
.cnpoint-page .subject-area .inner .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cnpoint-page .subject-area .inner .title-box:before, .cnpoint-page .subject-area .inner .title-box:after {
  content: "";
  display: block;
  width: 50%;
  height: 6px;
  background: #00afec;
}
.cnpoint-page .subject-area .inner .title-box .cn-title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 12px;
}
.cnpoint-page .subject-area .inner .text-box {
  margin: 30px auto 0;
  max-width: 100%;
  width: 650px;
}
.cnpoint-page .subject-area .inner .text-box .target-users {
  color: #1e277e;
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}
.cnpoint-page .subject-area .inner .text-box .target-users strong {
  font-weight: inherit;
  color: #de2a2a;
}
.cnpoint-page .subject-area .inner .text-box ul {
  margin-top: 26px;
}
.cnpoint-page .subject-area .inner .text-box ul li {
  line-height: 1.5;
  color: #1e277e;
  font-size: 1.0625rem;
  letter-spacing: 0.05em;
  padding-left: 1.1em;
  text-indent: -1.1em;
  font-weight: 500;
}
.cnpoint-page .subject-area .inner .text-box ul li a {
  text-decoration: underline;
  color: #00afec;
}
.cnpoint-page .subject-area .inner .text-box ul li:before {
  content: "■";
  color: #de2a2a;
}
.cnpoint-page .subject-area .inner .text-box ul li + li {
  margin-top: 3px;
}
.cnpoint-page .subject-area .inner .text-box .note {
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  line-height: 1.7333333333em;
  margin-top: 12px;
}
.cnpoint-page .about-area {
  margin-top: 60px;
}
.cnpoint-page .about-area .inner {
  width: 980px;
  max-width: calc(100% - 20px);
  margin: 0 auto;
}
.cnpoint-page .about-area .inner .double-box {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cnpoint-page .about-area .inner .double-box .item {
  width: 48.7755102041%;
  color: #fff;
}
.cnpoint-page .about-area .inner .double-box .item .item-inner {
  width: 83.6820083682%;
  margin: 0 auto;
  padding: 8.3682008368% 0 5.4393305439%;
}
.cnpoint-page .about-area .inner .double-box .item .item-inner h3 {
  position: relative;
  z-index: 0;
}
.cnpoint-page .about-area .inner .double-box .item .item-inner h3 .title {
  display: block;
  width: 100%;
}
.cnpoint-page .about-area .inner .double-box .item .item-inner h3 .money-card {
  position: absolute;
  z-index: 1;
  top: -9px;
  right: -25px;
}
.cnpoint-page .about-area .inner .double-box .item .item-inner ul {
  margin-top: 25px;
}
.cnpoint-page .about-area .inner .double-box .item .item-inner ul li {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-left: 1.1em;
  text-indent: -1.1em;
}
.cnpoint-page .about-area .inner .double-box .item .item-inner ul li img {
  width: 100%;
  margin-top: 8px;
}
.cnpoint-page .about-area .inner .double-box .item .item-inner ul li:before {
  content: "■";
}
.cnpoint-page .about-area .inner .double-box .item:nth-of-type(1) {
  background: #00afec;
}
.cnpoint-page .about-area .inner .double-box .item:nth-of-type(1) .item-inner ul li:before {
  color: #ffb900;
}
.cnpoint-page .about-area .inner .double-box .item:nth-of-type(2) {
  background: #ffb900;
}
.cnpoint-page .about-area .inner .double-box .item:nth-of-type(2) .item-inner ul li:before {
  color: #de2a2a;
}
.cnpoint-page .about-area .inner .gas {
  margin-top: 2.7551020408%;
}
.cnpoint-page .about-area .inner .gas img {
  display: block;
  width: 100%;
}
.cnpoint-page .about-area .inner .denki {
  margin-top: 28px;
}
.cnpoint-page .about-area .inner .denki .common-link {
  border-radius: 0;
  background: #1e277e;
  width: 100%;
  height: 75px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: inherit;
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.cnpoint-page .about-area .inner .denki .common-link .arrow {
  -webkit-transform: scale(1.2) translateY(20%);
          transform: scale(1.2) translateY(20%);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
@media (hover: hover) {
  .cnpoint-page .about-area .inner .denki .common-link:hover {
    background-color: #8E93BE;
  }
}
.cnpoint-page .flow-area {
  margin-top: 75px;
}
.cnpoint-page .flow-area .inner {
  width: 900px;
  max-width: calc(100% - 20px);
  margin: 0 auto;
}
.cnpoint-page .flow-area .inner .item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 35px;
}
.cnpoint-page .flow-area .inner .item-box .item {
  width: 29.2222222222%;
}
.cnpoint-page .flow-area .inner .item-box .item .image img {
  display: block;
  width: 100%;
}
.cnpoint-page .flow-area .inner .item-box .item .common-link {
  font-size: 0.9375rem;
  width: 100%;
  letter-spacing: 0;
  padding-left: 15px;
}
.cnpoint-page .flow-area .inner .item-box .item .common-link.pdf {
  line-height: 1.3;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cnpoint-page .flow-area .inner .item-box .item .note {
  margin-top: 18px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  line-height: 1.7333333333em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.cnpoint-page .flow-area .inner .item-box > .arrow {
  width: 1.9%;
  margin-top: 12.8%;
}
.cnpoint-page .flow-area .inner .item-box > .arrow img {
  display: block;
  width: 100%;
}
.cnpoint-page .flow-area .inner .bottom-box {
  margin-top: 35px;
  padding-top: 31px;
  border-top: 1px solid #00afec;
}
.cnpoint-page .flow-area .inner .bottom-box .note {
  font-size: 0.9375rem;
  letter-spacing: 0.05rem;
  line-height: 1.7333333333em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.cnpoint-page .login-area {
  margin-top: 97px;
}
.cnpoint-page .login-area .inner {
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
  padding: 67px 0 84px;
  background: #e0f5fd;
}
.cnpoint-page .login-area .inner .color-inner {
  width: 800px;
  max-width: 80vw;
  margin: 0 auto;
}
.cnpoint-page .login-area .inner .color-inner dl {
  margin-top: 35px;
  line-height: 1.4;
}
.cnpoint-page .login-area .inner .color-inner dl dt {
  position: relative;
  background: #fff;
  border-radius: 14px;
  padding: 11px 12px 15px;
  color: #1E277E;
  font-weight: bold;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  text-align: center;
  z-index: 0;
}
.cnpoint-page .login-area .inner .color-inner dl dt .red {
  color: #de2a2a;
}
.cnpoint-page .login-area .inner .color-inner dl dt .nth {
  font-size: 1.75em;
  color: #00afec;
  display: inline-block;
  font-family: "Roboto Slab", serif;
  -webkit-transform: translate(0, 2px);
          transform: translate(0, 2px);
}
.cnpoint-page .login-area .inner .color-inner dl dt:after {
  content: "";
  display: block;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 12px 12px 0px 12px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: calc(100% - 1px);
}
.cnpoint-page .login-area .inner .color-inner dl + dl {
  padding-top: 35px;
  border-top: 6px solid #fff;
}
.cnpoint-page .login-area .inner .color-inner dl dd {
  width: 620px;
  max-width: 100%;
  margin: 32px auto 0;
}
.cnpoint-page .login-area .inner .color-inner dl dd .text-box .text {
  padding-left: 1em;
  text-indent: -1em;
  color: #1E277E;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.3529411765em;
}
.cnpoint-page .login-area .inner .color-inner dl dd .text-box .text:before {
  content: "■";
  color: #de2a2a;
}
.cnpoint-page .login-area .inner .color-inner dl dd .text-box .text a {
  color: #00afec;
  text-decoration: underline;
}
.cnpoint-page .login-area .inner .color-inner dl dd .text-box .sankaku {
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #00afec;
  margin: 10px 0;
  -webkit-transform: scale(1, 0.9);
          transform: scale(1, 0.9);
}
.cnpoint-page .login-area .inner .color-inner dl dd .text-box .note {
  font-weight: normal;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  line-height: 1.7333333333em;
  margin-top: 25px;
}
.cnpoint-page .login-area .inner .color-inner dl dd .text-box :is(.line, .pdf) {
  margin-inline: auto;
  color: #fff;
  line-height: 1.5;
  position: relative;
  font-size: 1.0625rem;
  letter-spacing: 0.0747058824em;
  display: block;
  width: 370px;
  font-weight: 500;
  padding: 6px 42px 6px 15px;
  max-width: 100%;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  border-radius: 19px;
}
.cnpoint-page .login-area .inner .color-inner dl dd .text-box .line {
  margin-top: 30px;
  padding-inline: 0;
  background: #06C755;
  text-align: center;
}
.cnpoint-page .login-area .inner .color-inner dl dd .text-box .pdf {
  margin-top: 17px;
  background: #00afec;
}
.cnpoint-page .login-area .inner .color-inner dl dd .text-box .pdf img {
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (hover: hover) {
  .cnpoint-page .login-area .inner .color-inner dl dd .text-box .line:hover {
    background-color: rgba(6, 199, 85, 0.5);
  }
  .cnpoint-page .login-area .inner .color-inner dl dd .text-box .pdf:hover {
    background-color: #1E277E;
  }
}
.cnpoint-page .login-area .inner .color-inner dl:nth-of-type(1) dt {
  padding-top: 40px;
}
.cnpoint-page .login-area .inner .color-inner dl:nth-of-type(1) dt:before {
  content: "";
  display: block;
  width: 160px;
  height: 32px;
  background: url(../image/home/clubsunhot/cnpoint/osusume.svg) no-repeat center center/contain;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: 11px;
}
.cnpoint-page .faq-area {
  margin-top: 77px;
}
.cnpoint-page .faq-area .inner {
  width: 980px;
  max-width: 80%;
  margin: 0 auto;
}
.cnpoint-page .faq-area .inner .top-text {
  text-align: center;
  margin-top: 14px;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.cnpoint-page .faq-area .inner dl {
  margin-top: 50px;
}
.cnpoint-page .faq-area .inner dl dt {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #fff;
  background: #00afec;
  letter-spacing: 0.05em;
  padding: 5px 10px;
}
.cnpoint-page .faq-area .inner dl dd {
  margin-top: 22px;
}
.cnpoint-page .faq-area .inner dl dd .c-aco-wrap .q, .cnpoint-page .faq-area .inner dl dd .c-aco-wrap .a {
  font-family: "Roboto Slab", serif;
  font-size: 1.5625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 7px;
  display: block;
  font-weight: bold;
}
.cnpoint-page .faq-area .inner dl dd .c-aco-wrap .c-aco-button {
  color: #1E277E;
  font-weight: normal;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-bottom: 1px solid #2e3c80;
  line-height: 1.3;
  padding-right: 25px;
  padding-bottom: 9px;
}
.cnpoint-page .faq-area .inner dl dd .c-aco-wrap .c-aco-button .button-text {
  display: block;
  letter-spacing: 0.05em;
  padding-top: 7px;
}
.cnpoint-page .faq-area .inner dl dd .c-aco-wrap .c-aco-button .arrow {
  display: block;
  position: absolute;
  top: 50%;
  right: 4px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.cnpoint-page .faq-area .inner dl dd .c-aco-wrap .c-aco-button .arrow:before {
  content: "＞";
  display: block;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform: rotate(90deg) scale(0.6, 1);
          transform: rotate(90deg) scale(0.6, 1);
  font-weight: bold;
}
.cnpoint-page .faq-area .inner dl dd .c-aco-wrap .c-aco-button:hover {
  cursor: pointer;
}
.cnpoint-page .faq-area .inner dl dd .c-aco-wrap .c-aco-hidden {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}
.cnpoint-page .faq-area .inner dl dd .c-aco-wrap .c-aco-hidden .hidden-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0 10px;
}
.cnpoint-page .faq-area .inner dl dd .c-aco-wrap .c-aco-hidden .hidden-inner .a {
  color: #00afec;
}
.cnpoint-page .faq-area .inner dl dd .c-aco-wrap .c-aco-hidden .hidden-inner .text-box {
  padding-top: 3px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  line-height: 1.6666666667em;
}
.cnpoint-page .faq-area .inner dl dd .c-aco-wrap .c-aco-hidden .hidden-inner .text-box .text .red {
  color: #de2a2a;
}
.cnpoint-page .faq-area .inner dl dd .c-aco-wrap .c-aco-hidden .hidden-inner .text-box .text a {
  text-decoration: underline;
  color: #00afec;
}
.cnpoint-page .faq-area .inner dl dd .c-aco-wrap .c-aco-hidden .hidden-inner .text-box .lb {
  color: #00afec;
}
.cnpoint-page .faq-area .inner dl dd .c-aco-wrap .c-aco-hidden .hidden-inner .text-box ul li {
  padding-left: 1.05em;
  text-indent: -1.05em;
}
.cnpoint-page .faq-area .inner dl dd .c-aco-wrap .c-aco-hidden .hidden-inner .text-box ul li:before {
  content: "■";
  color: #ffb900;
}
.cnpoint-page .faq-area .inner dl dd .c-aco-wrap .c-aco-hidden .hidden-inner .text-box .bg-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 30px;
  background: #e0f5fd;
}
.cnpoint-page .faq-area .inner dl dd .c-aco-wrap .c-aco-hidden .hidden-inner .text-box > * + .bg-box {
  margin-top: 10px;
}
.cnpoint-page .faq-area .inner dl dd .c-aco-wrap + .c-aco-wrap {
  margin-top: 25px;
}
.cnpoint-page .faq-area .inner dl dd .c-aco-wrap.open .c-aco-button .arrow:before {
  -webkit-transform: rotate(-90deg) scale(0.6, 1);
          transform: rotate(-90deg) scale(0.6, 1);
}
.cnpoint-page .faq-area .inner dl + dl {
  margin-top: 58px;
}

@media (max-width: 768px) {
  .cnpoint-page .cn-title .main {
    font-size: 1.5rem;
  }
  .cnpoint-page .cn-title .sub {
    font-size: 1rem;
  }
  .cnpoint-page .top-area {
    padding-top: 35px;
    margin-top: 10px;
  }
  .cnpoint-page .top-area:before {
    height: 493px;
  }
  .cnpoint-page .top-area .inner {
    display: block;
  }
  .cnpoint-page .top-area .inner .image-box {
    width: 90%;
    margin-left: auto;
  }
  .cnpoint-page .top-area .inner .text-box {
    width: 85.75%;
    margin-left: 4%;
    max-width: none;
    margin-top: -3%;
  }
  .cnpoint-page .huyo-area:before {
    width: 68.75%;
    height: 505px;
  }
  .cnpoint-page .huyo-area .inner .text {
    text-align: left;
    font-size: 0.875rem;
  }
  .cnpoint-page .subject-area {
    margin-top: 50px;
  }
  .cnpoint-page .subject-area .inner {
    padding-bottom: 30px;
  }
  .cnpoint-page .subject-area .inner .text-box {
    margin-top: 18px;
  }
  .cnpoint-page .subject-area .inner .text-box .target-users {
    font-size: 16px;
    line-height: 1.44;
    word-break: keep-all;
  }
  .cnpoint-page .subject-area .inner .text-box ul li {
    font-size: 1rem;
  }
  .cnpoint-page .subject-area .inner .text-box .note {
    font-size: 0.875rem;
  }
  .cnpoint-page .about-area .inner {
    max-width: 80vw;
  }
  .cnpoint-page .about-area .inner .double-box {
    display: block;
  }
  .cnpoint-page .about-area .inner .double-box .item {
    width: 100%;
  }
  .cnpoint-page .about-area .inner .double-box .item .item-inner h3 .money-card {
    width: 31.5vw;
    right: -11.5vw;
    top: -8.625vw;
  }
  .cnpoint-page .about-area .inner .double-box .item .item-inner ul li {
    font-size: 0.9375rem;
  }
  .cnpoint-page .about-area .inner .double-box .item + .item {
    margin-top: 18px;
  }
  .cnpoint-page .about-area .inner .gas {
    margin-top: 18px;
  }
  .cnpoint-page .about-area .inner .denki {
    margin-top: 20px;
  }
  .cnpoint-page .about-area .inner .denki .common-link {
    padding-block: 16px;
    height: auto;
    font-size: 22px;
    line-height: 34px;
    text-align: center;
    display: block;
    position: relative;
    z-index: 0;
  }
  .cnpoint-page .about-area .inner .denki .common-link .cl-text {
    word-break: keep-all;
  }
  .cnpoint-page .about-area .inner .denki .common-link .arrow {
    position: absolute;
    z-index: 1;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateX(104px);
            transform: translateX(104px);
  }
  .cnpoint-page .flow-area {
    margin-top: 35px;
  }
  .cnpoint-page .flow-area .inner {
    max-width: 80%;
  }
  .cnpoint-page .flow-area .inner .item-box {
    display: block;
    margin-top: 27px;
  }
  .cnpoint-page .flow-area .inner .item-box .item {
    width: 100%;
  }
  .cnpoint-page .flow-area .inner .item-box .item .common-link {
    margin-top: 18px;
  }
  .cnpoint-page .flow-area .inner .item-box .item .note {
    font-size: 0.875rem;
  }
  .cnpoint-page .flow-area .inner .item-box > .arrow {
    width: 100%;
    margin: 15px 0;
  }
  .cnpoint-page .flow-area .inner .item-box > .arrow img {
    width: auto;
    margin: 0 auto;
  }
  .cnpoint-page .login-area {
    margin-top: 55px;
  }
  .cnpoint-page .login-area .inner {
    padding: 52px 0 51px;
  }
  .cnpoint-page .login-area .inner .color-inner dl {
    margin-top: 24px;
  }
  .cnpoint-page .login-area .inner .color-inner dl dt {
    font-size: 1.125rem;
  }
  .cnpoint-page .login-area .inner .color-inner dl + dl {
    padding-top: 24px;
  }
  .cnpoint-page .login-area .inner .color-inner dl dd {
    margin: 28px auto 0;
  }
  .cnpoint-page .login-area .inner .color-inner dl dd .text-box .text {
    font-size: 16px;
  }
  .cnpoint-page .login-area .inner .color-inner dl dd .text-box .sankaku {
    font-size: 13px;
  }
  .cnpoint-page .login-area .inner .color-inner dl dd .text-box .note {
    font-size: 0.875rem;
    margin-top: 21px;
  }
  .cnpoint-page .faq-area {
    margin-top: 65px;
  }
  .cnpoint-page .faq-area .inner .top-text {
    font-size: 0.875rem;
  }
  .cnpoint-page .faq-area .inner dl {
    margin-top: 45px;
  }
  .cnpoint-page .faq-area .inner dl dt {
    font-size: 1.125rem;
  }
  .cnpoint-page .faq-area .inner dl dd {
    margin-top: 30px;
  }
  .cnpoint-page .faq-area .inner dl dd .c-aco-wrap .c-aco-button {
    font-size: 0.9375rem;
  }
  .cnpoint-page .faq-area .inner dl dd .c-aco-wrap .c-aco-hidden .hidden-inner .text-box {
    font-size: 0.875rem;
  }
  .cnpoint-page .faq-area .inner dl dd .c-aco-wrap .c-aco-hidden .hidden-inner .text-box .bg-box {
    padding: 10px;
  }
  .cnpoint-page .faq-area .inner dl + dl {
    margin-top: 50px;
  }
}
.bl-step-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 768.1px) {
  .bl-step-wrapper {
    margin-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .bl-step-wrapper {
    margin-top: 42px;
  }
}

.bl-step {
  margin: auto;
  padding-block: 56px 59px;
  border-top: 1px solid #00afec;
}
.bl-step__inner {
  margin: auto;
  position: relative;
  z-index: 0;
}
.bl-step__main-title {
  border-radius: 18px;
  padding: 7px;
  background: #de2a2a;
  color: #fff;
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: 0.05em;
  font-weight: 700;
  display: grid;
  place-items: center;
}
.bl-step__controller {
  width: 100%;
  position: absolute;
  z-index: 1;
  left: -100vw;
  right: -100vw;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: none;
}
.bl-step__prev, .bl-step__next {
  border: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  background: none;
  height: auto;
  position: relative;
  z-index: 0;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.bl-step__prev.is-disabled, .bl-step__next.is-disabled {
  opacity: 0;
  pointer-events: none;
}
.bl-step__prev::before, .bl-step__prev::after, .bl-step__next::before, .bl-step__next::after {
  content: "";
  display: block;
}
.bl-step__prev::before, .bl-step__next::before {
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
  background: #FFB900;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.bl-step__prev::after, .bl-step__next::after {
  background: #fff;
  width: 15px;
  height: 29px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  right: 0;
  margin: auto;
}
.bl-step__prev {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.bl-step__screen {
  width: 100%;
}
.bl-step__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  scroll-behavior: smooth;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  overflow-x: auto;
}
@supports (-moz-appearance: none) {
  .bl-step__items {
    scrollbar-width: thin;
    scrollbar-color: #00afec #e0f5fd;
  }
}
@supports not (-moz-appearance: none) {
  .bl-step__items::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  .bl-step__items::-webkit-scrollbar-thumb {
    background-color: #00afec;
  }
  .bl-step__items::-webkit-scrollbar-track {
    background-color: #e0f5fd;
  }
}
:root.no-js .bl-step__items::-webkit-scrollbar {
  height: 10px;
}
@supports (-moz-appearance: none) {
  :root.no-js .bl-step__items {
    scrollbar-width: auto;
  }
}

.bl-step__items::-webkit-scrollbar-track {
  border-radius: 100px;
}
.bl-step__items::-webkit-scrollbar-thumb {
  border-radius: 100px;
}
.bl-step__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  scroll-snap-align: center;
}
@media (hover: hover) {
  .bl-step__prev:hover::before, .bl-step__next:hover::before {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}
@media print, screen and (min-width: 768.1px) {
  .bl-step {
    width: 900px;
    max-width: calc(100% - 20px);
    position: relative;
    z-index: 0;
  }
  .bl-step__inner {
    width: 700px;
  }
}
@media print and (max-width: 850px), screen and (min-width: 768.1px) and (max-width: 850px) {
  .bl-step__inner {
    width: 660px;
  }
}
@media print, screen and (min-width: 768.1px) {
  .bl-step__main-title {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 768.1px) {
  .bl-step__controller {
    top: 191px;
    height: 40px;
    width: calc(100% + 190px);
  }
}
@media print and (max-width: 920px), screen and (min-width: 768.1px) and (max-width: 920px) {
  .bl-step__controller {
    width: calc(100% + 95px);
  }
}
@media print, screen and (min-width: 768.1px) {
  .bl-step__items {
    padding-bottom: 10px;
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .bl-step {
    width: 80%;
  }
  .bl-step__main-title {
    margin-bottom: 26px;
    word-break: keep-all;
    text-align: center;
  }
  .bl-step__controller {
    margin-bottom: 26px;
    position: static;
  }
  .bl-step__items {
    padding-bottom: 20px;
    gap: 10vw;
  }
}

.bl-step-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bl-step-item__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media print, screen and (min-width: 768.1px) {
  .bl-step-item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .bl-step-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 28px;
  }
  .bl-step-item__image {
    height: 63.5vw;
  }
  .bl-step-item__image img {
    margin: auto;
    display: block;
    width: auto;
    height: 100%;
  }
}

.bl-step-item__contents ul {
  font-size: 15px;
  line-height: 1.73;
  letter-spacing: 0.05em;
}
.bl-step-item__contents ul > li {
  margin-left: 1em;
  text-indent: -1em;
}
.bl-step-item__contents ul > li::before {
  content: "■";
  color: #00afec;
}
.bl-step-item__contents ul > li:nth-of-type(n+2) {
  margin-top: 10px;
}
.bl-step-item__contents strong {
  color: #de2a2a;
}
.bl-step-item__contents small {
  font-size: 11px;
}
.bl-step-item__contents a[href] {
  color: #00afec;
  text-decoration: underline;
}
.bl-step-item__contents .title {
  margin-bottom: 13px;
  color: #1e277e;
  letter-spacing: 0.05em;
}
.bl-step-item__contents .title .text {
  display: block;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.35;
}
.bl-step-item__contents .title .step {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-family: "Roboto Slab", serif;
}
.bl-step-item__contents .title .step .number {
  margin-left: 4px;
  margin-bottom: -0.05em;
  font-size: 35px;
}
.bl-step-item__contents .title .step .box {
  margin-left: 0.2em;
  margin-bottom: 0.05em;
  padding-top: 1px;
  background: #1e277e;
  color: #fff;
  width: 28px;
  height: 28px;
  font-size: 25px;
  letter-spacing: 0;
  text-align: center;
}
.bl-step-item__contents .note {
  --margin-top: -5px;
  --margin-bottom: 18px;
  font-size: 11px;
  line-height: 2.36;
  letter-spacing: 0.05em;
}