@charset "utf-8";

/* webフォント */
@font-face {
  font-family: "Roboto";
  src: url("/contents/assets/fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

/* リセット系 */
body * {
  -ms-overflow-style: auto !important;
  scrollbar-width: auto !important;
  scrollbar-color: auto !important;
  scrollbar-gutter: auto !important;
}

body *::-webkit-scrollbar {
  display: block !important;
  width: 8px !important;
  height: 8px !important;
}

body *::-webkit-scrollbar-track {
  background: #DCF4FF;
  border-radius: 100vw;
  cursor: pointer;
}

body *::-webkit-scrollbar-thumb {
  background: #91D3F6;
  border-radius: 100vw;
  cursor: pointer;
}

input {
  min-width: 1px;
  -webkit-appearance: none;
}

a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
button,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
select,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  border: 0;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  word-spacing: 1px;
}

a:focus:not(:focus-visible),
button:focus:not(:focus-visible),
summary:focus:not(:focus-visible) {
  outline: none;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: none;
}

a,
button {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

ins {
  text-decoration: none;
}

ins,
mark {
  background-color: #FF9;
  color: #000;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  border: 0;
  border-top: 1px solid #CCCCCC;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

textarea {
  resize: none;
}

[slot="after"] button {
  overflow-anchor: none;
}

input[type="email"],
input[type="tel"],
input[type="text"],
select,
textarea {
  -webkit-appearance: none;
}

select {
  cursor: pointer;
}

/* コンテンツ用 */
.container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #1B1B1B;
  background: #FFFFFF;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
}

.header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 16px 0;
  background: #BD2639;
}

.header-logo {
  width: 180px;
}

.image-wrap {
  width: 100%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.badge_image {
  display: block;
  width: 230px;
  height: auto;
  margin: 0 auto 8px;
}

.wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 820px) {
  .wrap {
    gap: 142px;
    padding: 30px 0 112px;
  }
}

.side {
  display: none;
}

@media screen and (min-width: 820px) {
  .side {
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 326px;
  }
}

.side-nav {
  width: 246px;
  margin: 8px auto 0;
}

.existing-account-side-nav {
  width: 268px;
  margin: 8px auto 0;
}


.side-nav-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.side-nav-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 175%;
  color: #1b1b1b;
  transition: color 0.3s ease;
}

.side-nav-link:hover {
  color: #AA102B;
}

.side-nav-link::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #D00F31;
  border-radius: 100%;
}

.side-banner {
  max-width: 288px;
  margin-top: 20px;
  margin-left: 40px;
}

.conv {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
  height: 64px;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  color: #fff;
  background-color: #BD2639;
  border-bottom: 4px solid #AA102B;
  border-radius: 4px;
  box-shadow: 0 8px 8px 0 #c0c0c0cc;
  transition:
    background-color 0.3s ease,
    border-bottom-color 0.3s ease;
}

.conv:hover {
  background: #9B0014;
  border-bottom-color: #870C22;
}

.conv-sub {
  font-size: 14px;
  font-weight: 400;
}

.content {
  width: 100%;
  box-shadow: 0 0 32px #00000040;
}

@media screen and (min-width: 541px) {
  .content {
    margin-top: 50px;
    width: 390px;
  }
}

.benefits,
.existing-account-benefits {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  padding: 20px 16px 20px;
}

.benefits {
  background: #FFD8D8;
}

.existing-account-benefits {
  background: #D1E6FF;
}

.benefits-inner,
.existing-account-benefits-inner {
  padding: 24px 14px;
  width: 100%;
  border-radius: 10px;
}

.benefits-inner {
  background: #FFECEC;
}

.existing-account-benefits-inner {
  background: #E6F1FE;
}

.benefits-inner img,
.existing-account-benefits-inner img {
  width: 100%;
  height: auto;
}

.benefits-inner-link {
  font-size: 12px;
  text-decoration: underline;
  color: #BD2639;
}

.dpoint {
  width: 100%;
  margin-top: 16px;
  padding: 0 16px 16px 16px;
  border-radius: 10px;
  background: #FFFFFF;
}

.dpoint-image {
  width: 100%;
  max-width: 331px;
  margin: 0 auto;
}

.dpoint-image img {
  padding-top: 16px;
}

.dpoint.--second {
  padding: 80px 16px 88px;
}

.dpoint.--second .dpoint-image {
  max-width: 298px;
}

.info {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0 8px;
}

.info-msg {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
  font-size: 12px;
  font-weight: bold;
}

.info-msg-icon {
  width: 18px;
  height: 18px;
}

.info-notice {
  padding: 0 34px 16px;
  font-size: 12px;
}

.info-notice li {
  list-style: disc;
  line-height: 18px;
}

.info-notice li a {
  color: #0068DE;
  text-decoration: underline;
}

.link,
.achievement-existing-account-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.link {
  margin-top: 16px;
}

.link-arrow_right {
  padding-left: 6px;
  width: 12px !important;
  height: 10px !important;
}

.link-arrow_bottom {
  margin-top: 4px;
  width: 6% !important;
  height: 6px !important;
}

.link-arrow.--right {
  transform: rotate(-90deg);
}

.link-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
  color: #BD2639;
  transition: color 0.3s ease;
}

.link:hover .link-text {
  color: #9B0014;
}

.wave,
.wave2 {
 margin-top: -1px;
 width: 100%;
}

.achievement,
.achievement_grey {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
}

.achievement_grey {
  margin-top: -2px;
  background-color: #F5F5F5;
  gap: 0;
}

.achievement-inner,
.achievement-existing-account-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0px 16px 16px;
}

.achievement-existing-account-inner {
  padding: 40px 16px 8px;
}

.achievement-caption-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  color: #116BC0;
}

.achievement-caption-sub::before,
.achievement-caption-sub::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: #116BC0;
}

.achievement-caption-sub::before {
  transform: rotate(-20deg);
}

.achievement-caption-sub::after {
  transform: rotate(20deg);
}

.achievement-caption,
.existing-account-achievement-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  color: #116BC0;
  border: 2px solid #116BC0;
  border-radius: 32px;
}

.existing-account-achievement-caption {
  background-color: #FFFFFF;
}

.achievement-logo {
  width: 100%;
  max-width: 370px;
  margin: 0 auto;
}

.achievement-logo-inner {
  margin-bottom: 40px;
}

.achievement-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}

.achievement-lead {
  font-size: 14px;
  font-weight: 400;
  line-height: 175%;
}

.commercial {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
  color: #116BC0;
}

.appeal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  padding: 40px 16px;
  background: #F5F5F5;
}

.appeal img {
  width: 100%;
}

.appeal-divider {
  border-top: 1px dotted #D4D2CF;
  margin: 16px 18px;
}

.appeal-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
  color: #116BC0;
}

.appeal-box {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
}

.appeal-box-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px 16px 24px;
  background: #FFFFFF;
}

.appeal-box-inner.--first {
  padding: 24px;
}

.appeal-box-heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.appeal-box-num {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.04em;
  margin-bottom: 4px;
  color: #116BC0;
}

.appeal-box-caption {
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 8px;
}

.appeal-box-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
}

.appeal-box-title-sub {
  font-size: 12px;
  font-weight: 400;
  vertical-align: top;
}

.appeal-box-image {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
}

.appeal-box-image.--third {
  max-width: 248px;
}

.appeal-lead {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.app-atm a {
  color: #0068DE;
  font-size: 12px;
  text-decoration: underline;
}

.annotation {
  display: flex;
  gap: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}

.annotation::before,
.annotation-top::before,
.annotation-under::before {
  content: "※";
  flex-shrink: 0;
}

.annotation-top {
  display: flex;
  margin-top: 8px;
  width: 400px;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}


.annotation-under {
  display: flex;
  margin: 24px 16px 40px;
  gap: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}



.account-step {
  display: flex;
  flex-direction: column;
  padding-top: 40px;
  background: #DEF0FF;
}

.account-img {
  margin-top: 24px;
}


.account-step-annotation {
  font-size: 8px;
}

.account-step-sub {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    color: #116BC0;
}

.account-step-sub::before,
.account-step-sub::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  margin: 10px;
  background-color: #116BC0;
}

.account-step-sub::before {
  transform: rotate(-20deg);
}

.account-step-sub::after {
  transform: rotate(20deg);
}

.account-step-sub-annotation {
  font-size: 8px;
  margin-bottom: 4px;
}

.account-step-title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #116BC0;
}

.account-step-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 6px;
  margin: 24px 16px 0;
  padding: 20px 0;
}

.account-step-caption-inner {
  display: flex;
  gap: 10px;
}


.account-step-caption-inner img {
  width: 10%;
}

.account-step-circle {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border-radius: 50%;
  background: #0A2FA1;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: normal;
  text-align:center;
  line-height: 24px;
}

.account-step-caption {
  margin-top: 2px;
  font-size: 18px;
  font-weight: 500;
} 

.conv-navy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 85%;
  height: 64px;
  margin-top: 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  color: #FFFFFF;
  background-color: #0068DE;
  border-bottom: 4px solid #0059BD;
  border-radius: 4px;
  box-shadow: none;
  transition:
    background-color 0.3s ease,
    border-bottom-color 0.3s ease;
}

.conv-navy:hover {
  background: #0059BD;
  border-bottom-color: #00428D;
}

.detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  width: 100%;
  padding: 56px 24px;
}

.detail-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
}

.detail-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.detail-inner-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}

.detail-points {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.detail-points-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 175%;
}

.detail-points-title::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #D00F31;
  border-radius: 100%;
}

.detail-points-title-sub {
  font-size: 14px;
}

.detail-lead {
  font-size: 14px;
  font-weight: 400;
  line-height: 175%;
}

.detail-note {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.detail-note-lead,
.detail-note-lead-dot
{
  display: flex;
  align-items: baseline;
  gap: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.detail-note-lead div {
  line-height: 150%;
}

.detail-note-sub {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    color: #BD2639;
}

.detail-note-sub::before,
.detail-note-sub::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  margin: 10px;
  background-color: #BD2639;
}

.detail-note-sub::before {
  transform: rotate(-20deg);
}

.detail-note-sub::after {
  transform: rotate(20deg);
}

.detail-note-lead-footer {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}

.detail-note-lead::before,
.detail-note-lead-footer::before {
  content: "※";
  flex-shrink: 0;
}

.detail-note-lead-dot::before {
  content: "・";
  flex-shrink: 0;
}

.detail-note.--heed .detail-note-lead {
  font-size: 12px;
}

.detail-note-link {
  color: #1b1b1b;
  text-decoration: underline;
}

.detail-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.detail-term {
  font-size: 14px;
  font-weight: 600;
  line-height: 175%;
}

.table {
  width: 100%;
  border-right: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  overflow: hidden;
  box-sizing: border-box;
}

.table-head {
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  padding: 16px 3px;
  background-color: #E9E9E9;
}

.table-head + .table-head {
  border-left: 1px solid #FFFFFF;
}

.table-head-sub {
  font-size: 12px;
  font-weight: 400;
}

.table-data {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  padding: 16px 3px;
  border-left: 1px solid #E9E9E9;
  border-top: 1px solid #E9E9E9;
}

.separator {
  width: 100%;
  height: 1px;
  margin: 0;
  padding: 0;
  background-color: #D4D4D4;
  border: 0;
  appearance: none;
}

.separator.--footer {
  background-color: #E9E9E9;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
  padding: 24px;
  background: #F5F5F5;
}

.sns {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  padding: 32px 0;
  background-color: #FFFFFF;
  border-radius: 4px;
}

.sns-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}

.sns-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.sns-item {
  width: 40px;
  height: 40px;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.footer-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.footer-link {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  color: #1B1B1B;
  text-decoration: underline;
}

.follow {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 136px;
  position: sticky;
  bottom: 0;
  backdrop-filter: blur(24px);
}

@media screen and (min-width: 820px) {
  .follow {
    display: none;
  }
}

.follow .conv {
  max-width: 288px;
}
