@media print, screen and (min-width: 768px) {
  .beginner__img-list {
    align-items: flex-end;
    display: flex;
    justify-content: center;
  }
}

@media print, screen and (min-width: 768px) {
  .beginner__img-list li {
    width: 46.8rem;
  }
}

@media print, screen and (min-width: 768px) {
  .beginner__img-list li + li {
    margin-left: 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .beginner__img-list li + li {
    margin-top: 2rem;
  }
}

.beginner__img-list img {
  display: block;
}

.beginner__img-list img.border {
  border: 1px solid #43DEB1;
}

* + .beginner__img-list {
  margin-top: 2.4rem;
}

@media print, screen and (min-width: 768px) {
  .charm__lead {
    align-items: flex-start;
    display: flex;
  }
}

@media print, screen and (min-width: 768px) {
  .charm__lead-text {
    flex: 1;
  }
}

.charm__lead-text strong {
  font-weight: 700;
}

.charm__lead-img {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .charm__lead-img {
    flex-shrink: 0;
    margin-left: 1.2rem;
    width: 46.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .charm__lead-img {
    margin: 2.4rem auto 0;
  }
}

.charm-detail {
  background: #EDFDF8;
}

.charm-detail__list {
  counter-reset: item;
}

@media print, screen and (min-width: 768px) {
  .charm-detail__list-item + .charm-detail__list-item {
    margin-top: 4rem;
  }
}

@media only screen and (max-width: 767px) {
  .charm-detail__list-item + .charm-detail__list-item {
    margin-top: 3.6rem;
  }
}

.charm-detail__list-item:before {
  background: url(/common/img/bg_stripe_primary.svg) left top/0.6rem auto;
  content: "";
  display: block;
  height: 100%;
  left: 1.6rem;
  position: absolute;
  top: 1.6rem;
  width: 100%;
}

.charm-detail__list-item .index--h3:before {
  align-items: center;
  background: #43DEB1;
  border-radius: 50%;
  color: #FFF;
  content: counter(item);
  counter-increment: item;
  display: flex;
  flex-shrink: 0;
  font-family: "Rubik", sans-serif;
  font-size: 2.4rem;
  font-style: italic;
  font-weight: 700;
  height: 5.6rem;
  justify-content: center;
  margin-bottom: 3.2rem;
  text-align: center;
  width: 5.6rem;
}

.charm-detail__list-item:nth-of-type(9) ~ li .index--h3:before {
  content: counter(item);
}

.charm-detail__list-item-inn {
  background: #FFF;
  border: 1px solid #43DEB1;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .charm-detail__list-item-inn {
    align-items: center;
    display: flex;
    padding: 6.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .charm-detail__list-item-inn {
    padding: 1.6rem;
  }
}

@media print, screen and (min-width: 768px) {
  .charm-detail__list-item-text {
    flex: 1;
  }
}

.charm-detail__list-item-text p + p {
  margin-top: .6em;
}

.charm-detail__list-item-img {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .charm-detail__list-item-img {
    flex-shrink: 0;
    margin-left: 4.2rem;
    width: 30rem;
  }
}

@media only screen and (max-width: 767px) {
  .charm-detail__list-item-img {
    margin: 2.4rem auto 0;
  }
}

@media print, screen and (min-width: 768px) {
  .openflow__lead {
    align-items: center;
    display: flex;
  }
}

@media print, screen and (min-width: 768px) {
  .openflow__lead > p {
    flex: 1;
  }
}

.openflow__lead > ul {
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .openflow__lead > ul {
    width: 46.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .openflow__lead > ul {
    margin-top: 3.2rem;
  }
}

.openflow__lead > ul li {
  background: #EDFDF8;
  border: 1px solid #43DEB1;
  flex: 1;
}

@media print, screen and (min-width: 768px) {
  .openflow__lead > ul li {
    padding: 3.2rem 0;
  }
  .openflow__lead > ul li + li {
    margin-left: 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .openflow__lead > ul li {
    padding: 2.4rem 0;
  }
  .openflow__lead > ul li + li {
    margin-left: 1.2rem;
  }
}

.openflow__lead > ul li > p {
  font-weight: 700;
  margin-top: 3.2rem;
  text-align: center;
}

.openflow__lead > ul img {
  display: block;
  margin: 0 auto;
  width: 6.4rem;
}

.openflow__standby {
  margin-top: 6.4rem;
}

.openflow__standby ul {
  margin-top: 2.4rem;
}

@media print, screen and (min-width: 768px) {
  .openflow__standby ul {
    align-items: center;
    display: flex;
  }
}

@media print, screen and (min-width: 768px) {
  .openflow__standby li {
    flex: 1;
  }
}

.openflow__standby li + li {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .openflow__standby li + li {
    margin-left: 5.4rem;
  }
  .openflow__standby li + li:before {
    left: -4.2rem;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media only screen and (max-width: 767px) {
  .openflow__standby li + li {
    margin-top: 6.4rem;
  }
  .openflow__standby li + li:before {
    left: 50%;
    top: -4.8rem;
    transform: translateX(-50%);
  }
}

.openflow__standby img {
  border: 1px solid #43DEB1;
  display: block;
}

@media print, screen and (min-width: 768px) {
  .openflow__download {
    align-items: center;
    display: flex;
    margin-top: 10.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .openflow__download {
    margin-top: 8rem;
  }
}

.openflow__download ul {
  align-items: flex-start;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .openflow__download ul {
    margin-top: 8.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .openflow__download ul {
    justify-content: center;
    margin-top: 2.4rem;
  }
}

@media print, screen and (min-width: 768px) {
  .openflow__download li + li {
    margin-left: 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .openflow__download li + li {
    margin-left: 5.7971vw;
  }
}

@media print, screen and (min-width: 768px) {
  .openflow__download-text {
    flex: 1;
  }
}

.openflow__download-store {
  display: block;
}

.openflow__download-store img {
  display: block;
  width: auto;
}

@media print, screen and (min-width: 768px) {
  .openflow__download-store img {
    height: 5.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .openflow__download-store img {
    height: 13.04348vw;
  }
}

.openflow__download-qr {
  display: block;
  margin: 2.4rem auto 0;
  width: 8.4rem;
}

.openflow__download-device {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .openflow__download-device {
    flex-shrink: 0;
    margin-left: 2.4rem;
    width: 46.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .openflow__download-device {
    margin: 2.4rem auto 0;
  }
}

.openflow__download-device img {
  display: block;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .openflow__download-device img {
    width: 22.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .openflow__download-device img {
    width: 18.6rem;
  }
}

.step {
  background: #EDFDF8;
}

@media only screen and (max-width: 767px) {
  .step__nav {
    margin-left: -2rem;
    width: calc(100% + 4rem);
  }
}

.step__nav ol {
  counter-reset: item;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .step__nav ol {
    margin: 0 auto;
    max-width: 96rem;
    min-height: 16.8rem;
    overflow: hidden;
  }
}

@media only screen and (max-width: 767px) {
  .step__nav ol {
    flex-wrap: wrap;
    min-height: 14.4rem;
  }
}

@media print, screen and (min-width: 768px) {
  .step__nav li {
    flex: 1;
  }
  .step__nav li:nth-of-type(1) a {
    border-left: 1px solid #43DEB1;
  }
}

@media only screen and (max-width: 767px) {
  .step__nav li {
    width: 33.33333%;
  }
  .step__nav li:nth-child(n+4) {
    width: 25%;
  }
  .step__nav li:nth-child(3) a, .step__nav li:nth-child(7) a {
    border-right-width: 0;
  }
  .step__nav li:nth-of-type(-n+3) a {
    border-top-width: 1px;
  }
}

.step__nav a {
  align-items: center;
  background-color: #FFF;
  border: 1px solid #43DEB1;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  position: relative;
  text-align: center;
}

.step__nav a:after {
  background: url(/start/img/bg_step-nav_current.svg) right center/cover no-repeat;
  content: "";
  display: none;
  height: calc(100% + 2px);
  left: -1px;
  position: absolute;
  top: -1px;
  width: calc(100% + 1.4rem);
}

@media print, screen and (min-width: 768px) {
  .step__nav a {
    border-width: 1px 1px 1px 0;
    padding-top: 3.2rem;
    transition: none;
  }
  .step__nav a:before {
    background: url(/common/img/bg_stripe_primary3.svg) left top/0.6rem auto;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s ease-in-out;
    width: 100%;
  }
  .step__nav a:hover {
    border-bottom-width: 4px;
    text-decoration: none;
  }
  .step__nav a:hover:before {
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .step__nav a {
    border-width: 0 1px 1px 0;
    padding: 1.6rem 0;
  }
}

.step__nav a.current {
  z-index: 1;
}

.step__nav a.current:before {
  border-color: #FFF;
  color: #43DEB1;
}

.step__nav a.current .step__nav-label:after {
  background-image: url(/start/img/arrow_step-nav_label_white.svg);
}

.step__nav a.current:after {
  display: block;
}

.step__nav-num {
  background: #FFF;
  border: 1px solid #43DEB1;
  border-radius: 999rem;
  color: #43DEB1;
  display: block;
  font-family: "Rubik", sans-serif;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.2;
  padding: .4rem .8rem;
  position: relative;
  z-index: 1;
}

.step__nav-num:after {
  content: "STEP " counter(item);
  counter-increment: item;
  white-space: nowrap;
}

.step__nav-label {
  align-items: center;
  color: #222;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  margin-top: .8rem;
  padding-bottom: 1.6rem;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .step__nav-label {
    font-size: 1.4rem;
  }
}

.step__nav-label:after {
  background: url(/start/img/arrow_step-nav_label_primary.svg) center/contain no-repeat;
  bottom: 0;
  content: "";
  display: block;
  height: 2.4rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 2.4rem;
}

.step__nav-inn.hide {
  left: 0;
  position: fixed;
  top: -40rem;
  transition: all 0.2s ease-in-out;
  width: 100%;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .step__nav-inn.hide.fixed {
    min-width: 108.4rem;
    top: 8rem;
  }
}

@media only screen and (max-width: 767px) {
  .step__nav-inn.hide.fixed {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    top: 10.4rem;
    white-space: nowrap;
  }
}

.step__nav-inn.hide.fixed ol {
  min-height: 0;
}

@media only screen and (max-width: 767px) {
  .step__nav-inn.hide.fixed ol {
    flex-wrap: nowrap;
  }
}

@media only screen and (max-width: 767px) {
  .step__nav-inn.hide.fixed li {
    width: auto;
  }
}

.step__nav-inn.hide.fixed a {
  height: auto;
}

@media print, screen and (min-width: 768px) {
  .step__nav-inn.hide.fixed a {
    padding: 1.6rem 0;
  }
  .step__nav-inn.hide.fixed a:hover {
    padding-bottom: calc(1.6rem - 3px);
  }
  .step__nav-inn.hide.fixed a:hover:after {
    height: calc(100% + 4px);
  }
}

@media only screen and (max-width: 767px) {
  .step__nav-inn.hide.fixed a {
    border-width: 1px 1px 1px 0;
    padding: 1.6rem;
  }
}

.step__nav-inn.hide.fixed .step__nav-label {
  display: none;
}

.step__nav-inn.hide.fixed .step__nav-num {
  border: none;
}

.step__section {
  counter-reset: item;
  margin-top: 6.4rem;
}

.step__section-item + .step__section-item {
  margin-top: 4rem;
}

.step__section-item:last-of-type .step__section-item-inn:after {
  display: none;
}

.step__section-item > .button {
  font-size: 1.6rem;
  margin: 0 0 2.4rem auto;
  padding: .6rem 0;
  width: 22.6rem;
}

.step__section-item > .button:after {
  height: 1.074rem;
  right: 1.54rem;
  width: .51rem;
}

.step__section-item .index--h2 {
  background: #EDFDF8 url(/common/img/bg_stripe_primary.svg) left top/0.6rem auto;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .step__section-item .index--h2 {
    display: inline-block;
    left: -5.2rem;
    max-width: calc(100% + 5.2rem);
    padding: 3.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .step__section-item .index--h2 {
    left: -4.4rem;
    padding: 2.4rem 2rem;
    width: calc(100% + 4.4rem);
  }
}

.step__section-item .index--h2:before {
  background: #43DEB1;
  border-radius: 999rem;
  color: #FFF;
  content: "STEP " counter(item);
  counter-increment: item;
  display: inline-block;
  font-family: "Rubik", sans-serif;
  font-style: italic;
  font-weight: 700;
  vertical-align: middle;
}

@media print, screen and (min-width: 768px) {
  .step__section-item .index--h2:before {
    font-size: 2.2rem;
    margin: 0 2.4rem 0 0;
    padding: .6rem 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .step__section-item .index--h2:before {
    font-size: 1.8rem;
    margin: 0 2.4rem 0 0;
    padding: .4rem 2rem;
  }
}

@media print, screen and (min-width: 768px) {
  #step03 .single-img,
  #step05 .single-img {
    min-height: calc(32.9rem + 6.4rem + 2px);
  }
}

@media print, screen and (min-width: 768px) {
  #step06 .step06__list {
    display: flex;
    justify-content: space-between;
  }
}

#step06 .step06__list li + li {
  position: relative;
}

@media only screen and (max-width: 767px) {
  #step06 .step06__list li + li {
    margin-top: 10.6rem;
  }
}

#step06 .step06__list li + li:before {
  align-items: center;
  border: 1px solid #43DEB1;
  border-radius: 50%;
  color: #43DEB1;
  content: "OR";
  display: flex;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.1rem;
  font-style: italic;
  font-weight: 700;
  height: 5.8rem;
  justify-content: center;
  position: absolute;
  width: 5.8rem;
}

@media print, screen and (min-width: 768px) {
  #step06 .step06__list li + li:before {
    left: calc(-5.8rem - 2.7rem);
    top: 50%;
    transform: translateY(-50%);
  }
}

@media only screen and (max-width: 767px) {
  #step06 .step06__list li + li:before {
    left: 50%;
    top: calc(-5.8rem - 2.4rem);
    transform: translateX(-50%);
  }
}

#step06 .step06__list picture {
  display: block;
}

#step06 .step06__list img {
  border: 1px solid #43DEB1;
  display: block;
}

@media print, screen and (min-width: 768px) {
  #step06 .step06__list img {
    height: 25.2rem;
    width: auto;
  }
}

@media print, screen and (min-width: 768px) {
  #step06 .step06__col2 {
    align-items: center;
    display: flex;
  }
}

#step06 .step06__col2 picture {
  display: block;
}

@media print, screen and (min-width: 768px) {
  #step06 .step06__col2 picture {
    flex-shrink: 0;
    margin-left: 2.4rem;
    width: 43.6rem;
  }
}

@media only screen and (max-width: 767px) {
  #step06 .step06__col2 picture {
    margin-top: 2.4rem;
  }
}

#step06 .step06__col2 img {
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #step06 .step06__col2 img {
    width: 23.4rem;
  }
}

@media print, screen and (min-width: 768px) {
  #step06 .step06__col2-text {
    flex: 1;
  }
}

.step__section-item-list {
  counter-reset: item;
}

@media print, screen and (min-width: 768px) {
  .step__section-item-list {
    align-items: flex-start;
    display: flex;
  }
}

@media print, screen and (min-width: 768px) {
  .step__section-item-list > li {
    flex: 1;
  }
  .step__section-item-list > li + li {
    margin-left: 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .step__section-item-list > li + li {
    margin-top: 2.4rem;
  }
}

.step__section-item-list > li:before {
  align-items: center;
  background: #43DEB1;
  border-radius: 50%;
  color: #FFF;
  content: counter(item);
  counter-increment: item;
  display: flex;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  height: 2.4rem;
  justify-content: center;
  margin-bottom: 1.6rem;
  width: 2.4rem;
}

.step__section-item-list picture {
  display: block;
}

.step__section-item-list * + picture {
  margin-top: 2.4rem;
}

.step__section-item-list img {
  display: block;
  margin: 0 auto;
}

.step__section-item-list-turn {
  counter-reset: item;
}

@media print, screen and (min-width: 768px) {
  .step__section-item-list-turn {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media print, screen and (min-width: 768px) {
  .step__section-item-list-turn > li {
    flex: 1;
  }
  .step__section-item-list-turn > li + li {
    margin-left: 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .step__section-item-list-turn > li + li {
    margin-top: 2.4rem;
  }
}

.step__section-item-list-turn > li:before {
  align-items: center;
  background: #43DEB1;
  border-radius: 50%;
  color: #FFF;
  content: counter(item);
  counter-increment: item;
  display: flex;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  height: 2.4rem;
  justify-content: center;
  margin-bottom: 1.6rem;
  width: 2.4rem;
}

.step__section-item-list-turn picture {
  display: block;
}

.step__section-item-list-turn * + picture {
  margin-top: 2.4rem;
}

.step__section-item-list-turn img {
  display: block;
  margin: 0 auto;
}

.step__section-item-body {
  position: relative;
}

.step__section-item-body:before {
  background: url(/common/img/bg_stripe_primary.svg) left top/0.6rem auto;
  content: "";
  display: block;
  height: 100%;
  left: 1.6rem;
  position: absolute;
  top: 1.6rem;
  width: 100%;
}

.step__section-item-inn {
  background: #FFF;
  border: 1px solid #43DEB1;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .step__section-item-inn {
    padding: 3.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .step__section-item-inn {
    padding: 2.4rem;
  }
}

.step__section-item-inn.single-img picture {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .step__section-item-inn.single-img picture {
    margin: 0;
    position: absolute;
    right: 3.2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 43.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .step__section-item-inn.single-img picture {
    margin-top: 2.4rem;
  }
}

.step__section-item-inn.single-img img {
  display: block;
  margin: 0 auto;
}

.step__section-item-inn:after {
  border-left: 1px solid #43DEB1;
  bottom: -2.8rem;
  content: "";
  display: block;
  height: 4rem;
  left: 50%;
  position: absolute;
  width: 0;
}

.step__section-item-inn > * + * {
  margin-top: 6.4rem;
}

.step__section-item-inn > .button {
  max-width: 28.9rem;
}

.finish .common-section__inn {
  padding-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .finish .common-section__inn {
    align-items: flex-end;
    display: flex;
  }
}

@media print, screen and (min-width: 768px) {
  .finish__text {
    flex: 1;
    padding-bottom: 8.4rem;
  }
}

.finish__img {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .finish__img {
    flex-shrink: 0;
    margin-left: 2.4rem;
    width: 46.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .finish__img {
    margin-top: 2.4rem;
  }
}

.finish__img img {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .save .common-section__inn {
    align-items: flex-start;
    display: flex;
  }
}

@media print, screen and (min-width: 768px) {
  .save__first {
    flex: 1;
  }
}

.save__second {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .save__second {
    flex-shrink: 0;
    margin-left: 2.4rem;
    width: 46.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .save__second {
    margin-top: 1.8rem;
  }
}

.save__second img {
  display: block;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .pay__anchor-list {
    display: flex;
    margin: 0 auto;
    max-width: 96rem;
  }
  .pay__anchor-list li + li {
    margin-left: -1px;
  }
  .pay__anchor-list li:first-of-type a {
    border-radius: .6rem 0 0 .6rem;
  }
  .pay__anchor-list li:last-of-type a {
    border-radius: 0 .6rem .6rem 0;
  }
  .pay__anchor-list a {
    align-items: center;
    background: #FFF;
    border: 1px solid #A3A3A3;
    color: #222;
    display: flex;
    justify-content: center;
    padding: 1.3rem 0;
    position: relative;
    text-align: center;
    transition: all 0.2s ease-in-out;
    width: 32rem;
  }
  .pay__anchor-list a:hover {
    text-decoration: none;
  }
  .pay__anchor-list a:after {
    background: url(/common/img/arrow_accordion_black.svg) center/contain no-repeat;
    content: "";
    display: block;
    height: 1.6rem;
    position: absolute;
    right: 1.6rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.6rem;
  }
  .pay__anchor-list a.active {
    border-color: #43DEB1;
    color: #43DEB1;
    z-index: 1;
  }
  .pay__anchor-list a.active:after {
    background-image: url(/common/img/arrow_accordion_primary.svg);
  }
}

.menu a {
  padding-left: 2.4rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-right: 3.6rem;
  width: fit-content;
}

@media only screen and (max-width: 767px) {
  .pay__anchor-inn {
    padding: .8rem 2rem 0;
  }
}

.pay__anchor-inn.fixed {
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .pay__anchor-inn.fixed {
    background: #FFF;
    top: 8rem;
  }
  .pay__anchor-inn.fixed .pay__anchor-list a {
    border-color: #FFF;
  }
}

@media only screen and (max-width: 767px) {
  .pay__anchor-inn.fixed {
    padding-left: 2rem;
    padding-right: 2rem;
    top: 10.4rem;
  }
}

.common-section__pay {
  margin-top: 6.4rem;
}

.pay__group + .pay__group {
  margin-top: 6.4rem;
}

.pay__group-detail {
  margin-top: 2.4rem;
}

@media print, screen and (min-width: 768px) {
  .pay__group-detail {
    align-items: flex-start;
    display: flex;
  }
}

@media print, screen and (min-width: 768px) {
  .pay__group-detail-first {
    flex: 1;
  }
}

.pay__group-detail-first p + p {
  margin-top: 1.75em;
}

.table caption {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .table {
    display: block;
  }
}

@media print, screen and (min-width: 768px) {
  .table colgroup col:nth-of-type(1) {
    width: 24.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .table tr {
    display: block;
  }
}

@media print, screen and (min-width: 768px) {
  .table th {
    padding: 3.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .table th {
    display: block;
    padding: 2.4rem 2.4rem 1.6rem;
  }
}

.table td .pay__table {
  padding-top: 1.6rem;
  margin-bottom: 1.6rem;
  border-bottom: 1px solid #EAEAEA;
}

.table td .pay__table-tr {
  display: flex;
}

.table td .pay__table-tr:first-of-type {
  background-color: #F5F5F5;
  font-weight: 500;
}

.table td .pay__table-tr .pay__table-td {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  border-right: 1px solid #EAEAEA;
  border-top: 1px solid #EAEAEA;
}

.table td .pay__table-tr .pay__table-td:last-of-type {
  border-right: none;
}

.table td .pay__table-tr .pay__table-td:nth-of-type(3) {
  border-right: none;
}

.table td .pay__table-tr .pay__table-td p {
  margin-top: 0;
  width: 100%;
  height: 100%;
  padding: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.table td .pay__table-tr:nth-of-type(n+2) .pay__table-td p:first-of-type {
  border-bottom: 1px solid #EAEAEA;
}

@media print, screen and (min-width: 768px) {
  .table td {
    padding: 3.2rem 3.2rem 3.2rem 0;
  }
  .table td .pay__table {
    width: 63.1rem;
  }
  .table td .pay__table .pay__table-tr .indention-sp {
    display: none;
  }
  .table td .pay__table .pay__table-tr .pay__table-th, .table td .pay__table .pay__table-tr .pay__table-td {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 767px) {
  .table td {
    border-top: none;
    display: block;
    padding: 0 2.4rem 2.4rem;
  }
  .table td .pay__table {
    width: 100%;
  }
  .table td .pay__table .pay__table-tr .pay__table-td:first-of-type {
    width: 33.12883%;
  }
  .table td .pay__table .pay__table-tr .pay__table-td:nth-of-type(2) {
    width: 36.50307%;
  }
  .table td .pay__table .pay__table-tr .pay__table-td:last-of-type {
    width: 30.3681%;
  }
}

.pay__group-detail-second {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .pay__group-detail-second {
    flex-shrink: 0;
    margin-left: 2.4rem;
    width: 46.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .pay__group-detail-second {
    margin-top: 2.4rem;
  }
}

.pay__group-detail-second img {
  display: block;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .pay__group-bottom {
    margin: 4.8rem 0 0;
  }
  .pay__group-bottom * + p {
    margin-top: 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .pay__group-bottom {
    margin-top: 7.2rem;
  }
}

.pay__check {
  background: #EDFDF8;
  margin-top: 2.4rem;
}

@media print, screen and (min-width: 768px) {
  .pay__check {
    padding: 3.2rem 1.6rem 1.6rem 3.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .pay__check {
    padding: 2.4rem .8rem .8rem 2.4rem;
  }
}

.pay__check ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.4rem;
}

.pay__check li {
  align-items: center;
  background: #FFF;
  border: 1px solid #43DEB1;
  display: flex;
  height: 4rem;
  justify-content: center;
  margin: 0 1.6rem 1.6rem 0;
  text-align: center;
  width: 7rem;
}

.step-img {
  height: 50px;
  width: auto;
  margin-bottom: 3.2rem;
  padding-bottom: 0;
}

.step-h2 {
  margin-bottom: 1.6rem;
  padding-top: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .step-img {
    height: 40px;
  }
  .step__nav-inn li {
    width: 33.33333%;
  }
}

.step {
  padding-bottom: 16px;
}

#stock-list-fund th {
  padding: 1.6rem;
}

#stock-list-fund td {
  padding: 1.6rem;
}

#stock-list-fund .th-01 {
  width: 30%;
}

#stock-list-fund .th-02 {
  width: 30%;
}

#stock-list-fund .th-03 {
  width: 15%;
}

#stock-list-fund .th-04 {
  width: 25%;
}

@media only screen and (max-width: 767px) {
  #stock-list-fund th {
    display: revert;
    padding: 1.6rem;
    width: auto;
  }
  #stock-list-fund td {
    display: revert;
    padding: 1.6rem;
  }
  #stock-list-fund tr {
    display: revert;
  }
}

.bg_white {
  background-color: #FFF;
}

.bg_gray {
  background-color: #A3A3A3;
}

@media only screen and (max-width: 767px) {
  .table__scroll-inn-2 {
    overflow-x: scroll;
  }
}

.table-202207 {
  width: 100%;
  min-width: 580px;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  white-space: nowrap;
  overflow: auto;
}

.table-202207 th {
  padding: 32px;
  padding-left: 32px;
  background-color: #F5F5F5;
  border: solid 1px #EAEAEA;
  text-align: left;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .table-202207 th {
    padding: 8px;
    padding-left: 8px;
  }
}

.table-202207 td {
  padding: 16px;
  padding-left: 32px;
  border: solid 1px #EAEAEA;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .table-202207 td {
    padding: 8px;
    padding-left: 8px;
  }
}

.table-202207 .th--01 {
  width: 20%;
}

@media only screen and (max-width: 767px) {
  .table-202207 .th--01 {
    width: 15%;
  }
}

.table-202207 .th--02 {
  width: 20%;
}

@media only screen and (max-width: 767px) {
  .table-202207 .th--02 {
    width: 18%;
  }
}

.flex-container {
  display: flex;
  margin: 24px auto;
}

.flex-container .flex-left {
  width: 70%;
}

.flex-container .flex-right {
  width: 30%;
}

.flex-container .flex-right img {
  height: 216px;
  width: auto;
}

@media only screen and (max-width: 767px) {
  .flex-container {
    display: block;
  }
  .flex-container .flex-left {
    width: 100%;
  }
  .flex-container .flex-right {
    width: 100%;
  }
  .flex-container .flex-right img {
    height: auto;
    width: auto;
  }
}

.margin-h2 {
  margin-bottom: 2.4rem;
}

.margin-h3 {
  margin-bottom: 2.4rem;
}

.margin-top-h3 {
  margin-top: 2.4rem;
}

.font-normal {
  font-weight: 400;
}

#not-underline {
  border-bottom: none;
}

.td-padding {
  padding: 0.8rem;
}

.border-side {
  border-right: 1px solid #EAEAEA;
  border-left: 1px solid #EAEAEA;
}

ul.notice a[href$=".pdf"]:after {
  background: url(/common/img/icon_pdf.svg) center/contain no-repeat;
  content: "";
  display: inline-block;
  height: 2.4rem;
  margin: -0.4rem 0 0 0.8rem;
  vertical-align: middle;
  width: 2.4rem;
}

@media print, screen and (min-width: 768px) {
  .monthly-report__list-item + .monthly-report__list-item {
    margin-top: 4rem;
  }
}

@media only screen and (max-width: 767px) {
  .monthly-report__list-item + .monthly-report__list-item {
    margin-top: 3.6rem;
  }
}

.monthly-report__list-item .index--h3:before {
  align-items: center;
  background: #43DEB1;
  border-radius: 50%;
  color: #FFF;
  content: counter(item);
  counter-increment: item;
  display: flex;
  flex-shrink: 0;
  font-family: "Rubik", sans-serif;
  font-size: 2.4rem;
  font-style: italic;
  font-weight: 700;
  height: 5.6rem;
  justify-content: center;
  margin-bottom: 3.2rem;
  text-align: center;
  width: 5.6rem;
}

.monthly-report__list-item:nth-of-type(9) ~ li .index--h3:before {
  content: counter(item);
}

.monthly-report__list-item-inn {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .monthly-report__list-item-inn {
    align-items: center;
    display: flex;
    padding: 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .monthly-report__list-item-inn {
    padding: 1.6rem;
  }
}

@media print, screen and (min-width: 768px) {
  .monthly-report__list-item-text {
    flex: 1;
  }
}

.monthly-report__list-item-text p + p {
  margin-top: .6em;
}

.monthly-report__list-item-img {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .monthly-report__list-item-img {
    flex-shrink: 0;
    margin-right: 4.2rem;
    width: 30rem;
  }
}

@media only screen and (max-width: 767px) {
  .monthly-report__list-item-img {
    margin: 2.4rem auto 0;
  }
}
/*# sourceMappingURL=md_contents_monthly.css.map */