@charset "UTF-8";

/*---------------
 color override
-----------------*/
body {
  color: #0a1f33;
  font-family: 'Roboto', 'YakuHanJP', 'Subset-NotoSansJP', Meiryo, sans-serif !important;
}
.m-note-list-v2 > li {
  color: #848484;
}
.m-note-list > li {
  color: #dc1c26;
}
/*---------------
 other override
-----------------*/
ul,ul li,dl,dl dt,dl dd {
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: none;
}
a.u-link {
  text-decoration: none;
  text-underline-offset: 1px;
}
a.u-link:hover {
  text-decoration: underline;
  color: #0067c3;
}
.m-cta_panel {
  padding: 40px;
}
@media only screen and (max-width: 767.98px) {
  .m-cta_panel {
    margin-top: 96px;
    margin-bottom: 96px;
  }
  .m-btn_action {
    width: 280px;
    height: 48px;
  }
  .m-btn_flow {
    max-width: 328px;
  }
}
@media print, screen and (min-width: 768px) {
  .m-cta_panel {
    margin-top: 144px;
    margin-bottom: 144px;
  }
  .m-btn_action.-account.-cta {
    width: 304px;
    height: 56px;
    letter-spacing: 3px;
  }
}

/* imgradius-wrap */
@media print, screen and (min-width: 768px) {
  .imgradius-wrap {
    display: block;
    border-radius: 8px;
    overflow: hidden;
  }
}

/*---------------
 list-anchorlink
-----------------*/
.list-anchorlink {
  list-style-type: none;
  padding: 0;
}
.list-anchorlink li {
  position: relative;
  display: inline-block;
}
.list-anchorlink li a {
  text-decoration: none;
  text-underline-offset: 1px;
}
.list-anchorlink li a:hover {
  text-decoration: underline;
  color: #0067c3;
}
.list-anchorlink li::before {
  width: 6px;
  height: 6px;
  -webkit-backface-visibility: hidden;
  display: inline-block;
  border-top: 1px solid #9da4ab;
  border-right: 1px solid #9da4ab;
  vertical-align: middle;
  content: "";
  position: absolute;
  top: .45em;
  left: 2px;
  transform: rotate(135deg);
}
.list-anchorlink {
  line-height: 1.4;
}

@media only screen and (max-width: 767.98px) {
  .list-anchorlink {
    margin: 24px auto 0;
    width: 190px;
  }
  .list-anchorlink > li {
    display: block;
    padding-left: 24px;
  }
  .list-anchorlink > li + li {
    margin-top: 24px;
  }
  .list-anchorlink.-column4 {
    width: 210px;
  }
}
@media print, screen and (min-width: 768px) {
  .list-anchorlink {
    display: flex;
    justify-content: space-between;
    margin: 40px 24px 0;
  }
  .list-anchorlink > li {
    padding-left: 24px;
    width: 248px;
  }
  .list-anchorlink.-column4 {
    flex-wrap: wrap;
    margin: 40px 160px 0;
    gap: 24px 72px;
  }
}

/*---------------
 download-app
-----------------*/
.download-app {
  text-align: center;
}
.download-app dd {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767.98px) {
  .download-app {
    width: 328px;
    margin: auto;
  }
  .download-app dt img {
    width: 258px;
  }
  .download-app dd {
    margin: 16px auto 24px;
  }
  .download-app dd a img {
    width: 156px;
  }
}
@media print, screen and (min-width: 768px) {
  .download-app {
  }
  .download-app dt img {
    width: 348px;
  }
  .download-app dd {
    margin: 34px auto 117px;
  }
  .download-app dd a:hover {
    opacity: .8;
  }
}

@media only screen and (max-width: 767.98px) {
}
@media print, screen and (min-width: 768px) {
}
