@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 auto;
  padding: 0;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  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%;
  background: #e40039;
  padding: 24px 8px;
}

.heder-inner{
  max-width: 320px;
}
/* @media screen and (max-width: 819px) {
  .header {
    max-width: 390px;
  }
} */

@media screen and (max-width: 541px) {
  .header {
    max-width: 100%;
  }
}

@media screen and (min-width: 1279px) {
  .pc-only{
    display: none;
  }
}

@media screen and (max-width: 819px) {
  .header-logo-sp {
    width: 100%;
  }
}

@media screen and (min-width: 1279px) {
  .header-logo-pc {
    width: 180px;
  }
}

@media screen and (max-width: 819px) {
  .header-logo-pc {
    display: none;
  }
}

@media screen and (min-width: 1279px) {
  .header-logo-sp {
    display: none;
  }
}

.image-wrap {
  width: 100%;
}

.tsunagi-red, .tsunagi_02, .tsunagi-blue-gray, .tsunagi-blue{
  width: 100%;
}

.tsunagi-red, .tsunagi-blue-gray {
  margin-top: -1px;
}

.tsunagi_02, .tsunagi-blue {
  margin-bottom: -1px;
}



@media screen and (max-width: 819px) {
  .image.tsunagi-sp{
    display: block !important;
    width: 100%;
  }
  .image.tsunagi-tb{
    display: none !important;
  }
  .image.tsunagi-pc{
    display: none !important;
  }

  .wave.tsunagi-sp{
    display: block !important;
    width: 100%;
  }
  .wave.tsunagi-tb{
    display: none !important;
  }
  .wave.tsunagi-pc{
    display: none !important;
  }
}

@media screen and (min-width: 1279px) {
  .image.tsunagi-pc{
    display: block !important;
    width: 100%;
  }

  .image.tsunagi-tb{
    display: none !important;
  }

  .image.tsunagi-sp{
    display: none !important;
  }

  .wave.tsunagi-pc{
    display: block !important;
    width: 100%;
  }

  .wave.tsunagi-tb{
    display: none !important;
  }

  .wave.tsunagi-sp{
    display: none !important;
  }
}

@media screen and (min-width: 819px) and (max-width: 1279px) {
  .image.tsunagi-pc{
    display: none !important;
  }

  .image.tsunagi-tb{
    display: block !important;
    width: 100%;
  }
  
  .image.tsunagi-sp{
    display: none !important;
  }

  .wave.tsunagi-pc{
    display: none !important;
  }

  .wave.tsunagi-tb{
    display: block !important;
    width: 100%;
  }

  .wave.tsunagi-sp{
    display: none !important;
  }
}

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

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

@media screen and (min-width: 1279px) {
  .wrap {
    gap: 142px;
  }
}

/*ファーストビュー*/
@media screen and (max-width: 1599px) {
  .pc-wide-mv {
    display: none !important;
  }
}

@media screen and (min-width: 1600px) {
  .pc-wide-mv {
    display: block; 
  }
  .pc-mv {
    display: none;
  }
  .tb-mv {
    display: none;
  }
  .sp-mv {
    display: none;
  }
}


@media screen and (min-width: 1280px) and (max-width: 1599px) {
  .pc-wide-mv {
    display: none;
  }
  .pc-mv {
    display: block;
  }
  .tb-mv {
    display: none;
  }
  .sp-mv {
    display: none;
  }
}

@media screen and (max-width: 819px) {
  .pc-wide-mv {
    display: none;
  }
  .pc-mv {
    display: none;
  }
  .tb-mv {
    display: none;
  }
  .sp-mv {
    display: block;
  }
}

@media screen and (min-width: 819px) and (max-width: 1279px) {
  .pc-wide-mv {
    display: none;
  }
  .pc-mv {
    display: none;
  }
  .tb-mv {
    display: block;
  }
  .sp-mv {
    display:  none;
  }
}

.content {
  width: 100%;
}

/* @media screen and (min-width: 541px) {
  .content {
    width: 390px;
  }
} */

@media screen and (min-width: 819px) {
  .content {
    width: 100%;
  }
}

.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 {
  width: 100%;
}

/*ドコモグループのネット銀行*/
.achievement {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 40px 16px;
}

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

@media screen and (min-width: 1279px) {
  .achievement{
    padding: 80px 120px;
  } 

  .achievement-inner{
    max-width: 1280px;
  }
}

@media screen and (min-width: 819px) and (max-width: 1279px) {
  .achievement-inner {
    max-width: 580px;
  }
}

.achievement-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; 
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  color: #0079C5;
}

@media screen and (min-width: 1279px) {
  .achievement-caption {
    font-size: 36px;
  }
}

.achievement-caption-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #0079C5;
}

@media screen and (min-width: 1279px) {
  .achievement-caption-sub {
    margin-bottom: 4px;
    font-size: 20px;
    line-height: 100%;
    color: #0079C5;
  }
}

.caption-sub-annotation {
  position: relative;
  bottom: 3px;
  font-size: 8px;
}

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

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

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

.achievement-logo {
  width: 100%;
  max-width: 370px;
  margin: 0 auto;
  text-align: center;
  color: #007AB9;
}

@media screen and (min-width: 1279px) {
  .achievement-logo {
    max-width: 100%;
    width: 38%;
    font-size: 36px;
  }
}

.achievement-logo-img {
  display: block;
  width: 75%;
  height: auto;
  margin: 0 auto;
}

@media screen and (min-width: 1279px) {
  .achievement-logo-img {
    width: 100%;
  }
}

@media screen and (min-width: 819px) and (max-width: 1279px) {
  .achievement-logo-img{
    padding-top: 20px;
  }
}

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

.net-app-atm {
  position: relative;
  bottom: 3px;
}

/*お得*/
.good-deal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 38px 16px 36px;
  background: #f1f3f4;
}

@media screen and (min-width: 1279px) {
  .good-deal {
    padding: 80px 120px;
  }
}

@media screen and (min-width: 819px) and (max-width: 1279px) {
  .good-deal {
    padding: 40px 120px;
  }
}

@media screen and (max-width: 819px) {
  .good-deal {
    padding: 40px 16px;
  }
}

.campaign-area img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 80px;
}

.good-deal img{
  width: 100%;
}

.good-deal-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
}

@media screen and (min-width: 819px) and (max-width: 1279px) {
  .good-deal-body{
    padding: 24px 20px; !important;
  }
}

@media screen and (max-width: 819px) {
  .good-deal-body{
    padding: 24px 20px; !important;
  }
}

.good-deal-body img{
  width: 80px;
}

.good-deal-body-box{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 12px;
}

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

.good-deal-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
  color: #0079C5;
  margin-bottom: 24px;
}

@media screen and (max-width: 819px) {
  .good-deal-title {
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 1279px) {
  .good-deal-title {
    font-size: 36px;
    margin-bottom: 40px;
  }
}

.good-deal-emphasis {
  display: inline-block;
  height: 28px;
  color: #E40039;
  background-color: #ffffff;
}

@media screen and (min-width: 1279px) {
  .good-deal-emphasis {
    height: 40px;
  }
}

.good-deal-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media screen and (min-width: 1279px) {
  .good-deal-box {
    flex-direction: row;
    justify-content: center;
    max-width: 1280px;
  }
}

.good-deal-box-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 40px;
}

@media screen and (min-width: 1279px) {
  .good-deal-box-inner {
    display: block;
    width: 33%;
  }
}

.good-deal-box-heading {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 40px 40px 0 0;
  background-color: #E40039;
}

.good-deal-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;
}

.good-deal-box-caption {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
}

@media screen and (min-width: 1279px) {
  .good-deal-box-caption {
    font-size: 20px;
  }
}

.good-deal-box-caption-sub {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
}

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

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

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

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

.good-deal-lead {
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

@media screen and (min-width: 1279px) {
  .good-deal-lead {
    font-size: 16px;
    line-height: 180%;
  }
}

@media screen and (min-width: 819px) and (max-width: 1279px) {
  .good-deal-lead {
    line-height: 175%;
  }
}

@media screen and (max-width: 819px) {
  .good-deal-lead {
    line-height: 185%;
  }
}

/*魅力*/
.appeal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 40px 16px;
  background: #289BE6;
}

@media screen and (min-width: 1279px) {
  .appeal {
    line-height: 175%;
    padding: 80px 120px;
  }
}

@media screen and (min-width: 819px) and (max-width: 1279px) {
  .appeal {
    padding: 40px 120px;
  }
}

.appeal img {
  width: 100%;
}

@media screen and (min-width: 819px) and (max-width: 1279px) {
  .appeal img {
    width: 25vh;
  }
}

@media screen and (max-width: 819px) {
  .appeal img {
    width: 25vh;
  }
}

.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: #ffffff;
  margin-bottom: 20px;
}

@media screen and (min-width: 1279px) {
  .appeal-title {
    font-size: 40px;
    margin: 0 0 40px;
  }
}

@media screen and (min-width: 819px) and (max-width: 1279px) {
  .appeal-title {
    margin-bottom: 23px;
  }
}

@media screen and (max-width: 819px) {
  .appeal-title {
    margin-bottom: 25px;
  }
}

.appeal-emphasis {
  display: inline-block;
  height: 28px;
  color: #0079C5;
  background-color: #ffffff;
  padding: 0 3px;
}

@media screen and (min-width: 1279px) {
  .appeal-emphasis {
    height: 42px;
  }

}

@media screen and (min-width: 819px) and (max-width: 1279px) {
  .appeal-emphasis {
    height: 30px;
    font-size: 26px;
  }

  .appeal-box{
    align-items: center;
  }
}

.appeal-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}


@media screen and (min-width: 1279px) {
  .appeal-box {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    gap:16px;
  }

  .appeal-contents{
    max-width: 1280px;
  }
}

.appeal-box-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  padding: 24px 20px 32px;
  border-radius: 40px;
}

@media screen and (min-width: 1279px) {
  .appeal-box-inner {
    width: 32.3%;
    justify-content: space-between;
  }
}

@media screen and (min-width: 819px) and (max-width: 1279px) {
  .appeal-box-inner {
    width: 580px;
    padding: 24px 20px 32px;
    justify-content: space-between;
  }
}

@media screen and (max-width: 819px) {
  .appeal-box-inner {
    width: 100%;
    padding: 24px 20px 32px;
  }

  .appeal-contents{
    width: 100%;
  }
}

.appeal-box-heading {
  width: 100%;
  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-bottom: 8px;
}

@media screen and (min-width: 1279px) {
  .appeal-box-caption {
    line-height: 120%;
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 819px) and (max-width: 1279px) {
  .appeal-box-caption {
    line-height: 155%;
  }
}

.appeal-box-number {
  font-family: Roboto;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
  color: #E40039;
}

.appeal-box-caption-sub {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
  margin-top: 16px;
}

.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;
}

@media screen and (max-width: 819px) {
  .appeal_01-sp {
    display: block;
    margin-top: -1px;
    text-align: center;
  }
  .appeal_01-pc {
    display: none;
  }
}

@media screen and (min-width: 1279px) {
  .appeal_01-pc {
    display: block;
    text-align: center;
  }
  .appeal_01-sp {
    display: none;
  }
}

@media screen and (min-width: 819px) and (max-width: 1279px) {
  .appeal_01-pc {
    display: block;
    text-align: center;
  }
  .appeal_01-sp {
    display: none;
  }
}

@media screen and (max-width: 819px) {
  .appeal_02-sp {
    display: block;
    margin-top: -1px;
    text-align: center;
  }
  .appeal_02-pc {
    display: none;
  }
}

@media screen and (min-width: 1279px) {
  .appeal_02-pc {
    display: block;
    text-align: center;
  }
  .appeal_02-sp {
    display: none;
  }
}

@media screen and (min-width: 819px) and (max-width: 1279px) {
  .appeal_02-sp {
    display: block;
    margin-top: -1px;
    text-align: center;
  }
  .appeal_02-pc {
    display: none;
  }
}

@media screen and (max-width: 819px) {
  .appeal_03-sp {
    display: block;
    margin-top: -1px;
    text-align: center;
  }
  .appeal_03-pc {
    display: none;
  }
}

@media screen and (min-width: 1279px) {
  .appeal_03-pc {
    display: block;
    text-align: center;
  }
  .appeal_03-sp {
    display: none;
  }
}

@media screen and (min-width: 819px) and (max-width: 1279px) {
  .appeal_03-sp {
    display: block;
    margin-top: -1px;
    text-align: center;
  }
  .appeal_03-pc {
    display: none;
  }
}

@media screen and (max-width: 819px) {
  .appeal_04-sp {
    display: block;
    margin-top: -1px;
    text-align: center;
  }
  .appeal_04-pc {
    display: none;
  }
}

@media screen and (min-width: 1279px) {
  .appeal_04-pc {
    display: block;
    text-align: center;
  }
  .appeal_04-sp {
    display: none;
  }
}

@media screen and (min-width: 819px) and (max-width: 1279px) {
  .appeal_04-sp {
    display: block;
    margin-top: -1px;
    text-align: center;
  }
  .appeal_04-pc {
    display: none;
  }
}

@media screen and (max-width: 819px) {
  .appeal_05-sp {
    display: block;
    margin-top: -1px;
    text-align: center;
  }
  .appeal_05-pc {
    display: none;
  }
}

@media screen and (min-width: 1279px) {
  .appeal_05-pc {
    display: block;
    text-align: center;
  }
  .appeal_05-sp {
    display: none;
  }
}

@media screen and (min-width: 819px) and (max-width: 1279px) {
  .appeal_05-sp {
    display: block;
    margin-top: -1px;
    text-align: center;
  }
  .appeal_05-pc {
    display: none;
  }
}

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

@media screen and (min-width: 1279px) {
  .appeal-lead {
    margin-left: 0;
    line-height: 170%;
    margin-top: 8px;
  }
}

@media screen and (min-width: 819px) and (max-width: 1279px) {
  .appeal-lead {
    line-height: 165%;
    margin-top: 8px;
  }
  .appeal-annotation {
    font-size: 12px;
  }
}

@media screen and (max-width: 819px) {
  .appeal-lead {
    margin-top: 8px;
    font-size: 16px;
    line-height: 165%;
  }
}

.appeal-annotation {
  display: flex;
  gap: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color:#575757;
}

@media screen and (min-width: 819px) and (max-width: 1279px) {
  .appeal-annotation {
    font-size: 12px;
  }
}

@media screen and (max-width: 819px) {
  .appeal-annotation {
    font-size: 12px;
  }
}

/*キャンペーンエリア*/
.campaign-area {
  width: 100%;
  text-align: center;
}

.campaign-area > img {
  width: 216px;
  height: auto;
}

.campaign-area-banner {
  margin-top: 40px;
}

.campaign-area-banner > img {
  max-width: 600px;
  width: 100%;
  height: auto;
}

.user-voice {
  position: relative;
  background-color: #F1F3F4;
  margin-top: -1px;
  padding: 80px 120px;
}

.user-voice-contents-inner {
  max-width:1280px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.user-voice-contents-box {
  width:49%;
  background-color: #fff;
  padding:20px 40px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  gap: 16px;
}

.txt-red {
  color:#e40039;
  font-size:16px;
  font-weight:600;
  line-height:175%;
}

.user-voice-contents-txt {
  color:#575757;
  font-size:16px;
  font-weight:600;
  line-height:175%;
}

.user-voice-contents-age {
  color:#575757;
  font-size:16px;
  font-weight:300;
  line-height:175%;
}

@media screen and (min-width: 819px) and (max-width: 1279px) {
  .user-voice {
    position: relative;
    padding: 40px 120px;
  }

  .user-voice-contents-inner {
    max-width: 580px;
    flex-direction: column;
  }

  .user-voice-contents-box {
    width: 100%;
    padding: 16px 20px;
    z-index: 999;
  }
}

@media screen and (max-width: 819px) {
  .user-voice {
    position: relative;
    margin-top: -1px;
    padding: 40px 16px;
  }

  .user-voice-contents-box {
    width: 100%;
    padding: 16px 20px;
    z-index: 999;
  }
}

.user-voice-img {
  width: 80%;
  max-width: 1280px;
}

@media screen and (min-width: 819px) and (max-width: 1279px) {
  .user-voice-img {
    width: 70%;
  }
}

@media screen and (max-width: 819px) {
  .user-voice-img {
    width: 93%;
  }
}

.user-voice-caption-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  color: #1B1B1B;
  background-color: #f1f3f4;
}

@media screen and (min-width: 819px) and (max-width: 1279px) {
  .user-voice-caption-sub {
    font-size: 14px;
  }
}

@media screen and (max-width: 819px) {
  .user-voice-caption-sub {
    font-size: 14px;
  }
}

.user-voice-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
  color: #1B1B1B;
  background-color: #f1f3f4;
  padding-bottom: 25px;
}

@media screen and (min-width: 819px) and (max-width: 1279px) {
  .user-voice-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 819px) {
  .user-voice-title {
    font-size: 24px;
  }
}

.user-voice-emphasis {
  display: inline-block;
  height: 43px;
  color: #0079c5;
  background-color: #ffffff;
  padding: 3px;
}

@media screen and (max-width: 819px) {
  .user-voice-emphasis {
    height: 32px;
  }
}

.user-voice-caption-sub::before, .user-voice-caption-sub::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: #1B1B1B;
  margin: 0 10px;
}

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

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

.user-voice-character {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #f1f3f4;
  margin-bottom: 25px;
}

@media screen and (min-width: 819px) and (max-width: 1279px) {
  .user-voice-character {
    margin-bottom: -17px;
  }

  .voice-character-img{
    z-index: 1;
  }
}

.voice-character-img {
    width: 175px;
}

@media screen and (max-width: 819px){
  .voice-character-img{
    
  }

  .user-voice-character {
    margin-bottom: -19px;
  }
  
}

.user-voice-annotation {
  max-width: 1280px;
  margin: auto;
  padding: 24px 0 0;
  color: #575757;
  background-color: #f1f3f4;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (min-width: 819px) and (max-width: 1279px) {
  .user-voice-annotation {
    max-width: 580px;
    padding-top: 24px;
    background-color: #f1f3f4;
    font-size: 12px;
    font-weight: 400;
  }

  .item_01{
    order: 1;
  }

  .item_02{
    order: 2;
  }

  .item_03{
    order: 4;
  }

  .item_04{
    order: 3;
  }
}

@media screen and (max-width: 819px) {
  .user-voice-annotation {
   font-size: 12px;
   font-weight: 400;
  }

  .item_01{
    order: 1;
  }

  .item_02{
    order: 2;
  }

  .item_03{
    order: 4;
  }

  .item_04{
    order: 3;
  }
}

.app-atm {
  text-align: center;
}

@media screen and (max-width: 819px) {
  .app-atm {
   
  }
}

@media screen and (min-width: 819px) and (max-width: 1279px) {
 .annotation-inner {
    padding: 16px 0 24px;
  }
}

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

@media screen and (min-width: 1279px) {
  .net-app-atm {
    text-align: left;
  }
}

.net-app-atm a {
  color: #0068DE;
  font-size: 12px;
  font-weight: 400;
  text-decoration: underline;
  padding-left: 5px;
}

/*注釈*/
.annotation {
  display: flex;
  gap: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: #575757;
}

@media screen and (min-width: 819px) and (max-width: 1279px) {
 .annotation {
    font-size: 12px;
  }
}

@media screen and (min-width: 1279px) {
  .annotation-inner {
    max-width: 1280px;
    padding: 16px 0 40px;
  }
}

@media screen and (max-width: 819px) {
  .annotation {
    font-size: 12px;
  }

  .annotation-inner {
    padding: 16px 0 24px;
  }
}

.annotation-inner {
  width: 100%;
}

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

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

.annotation-under {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: #575757;
}

@media screen and (max-width: 819px) {
  .annotation-under {
    font-size: 12px;
    margin-top: 16px;
  }
}

@media screen and (min-width: 819px) and (max-width: 1279px) {
  .annotation-under {
    font-size: 12px;
    margin-top: 16px;
  }
}

/*口座開設*/
.account-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 28px 0 38px;
  background: #0079c5;
}

@media screen and (min-width: 819px) and (max-width: 1279px) {
  .account-step {
    padding: 40px 120px;
  }
}

@media screen and (min-width: 1279px) {
  .account-step {
    padding: 80px 120px;
  }
}

@media screen and (max-width: 819px) {
  .account-step {
    padding: 40px 16px;
  }
}

.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: #ffffff;
}

@media screen and (min-width: 1279px) {
  .account-step-sub {
    font-size: 20px;
  }
}

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

.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: #ffffff;
  margin-bottom: 40px;
}

@media screen and (min-width: 1279px) {
  .account-step-title {
    font-size: 36px;
  }
}

.account-emphasis {
  display: inline-block;
  height: 28px;
  color: #0079c5;
  background-color: #ffffff;
}

@media screen and (min-width: 1279px) {
  .account-emphasis {
    height: 45px;
    padding: 3px;
  }

}

.account-step-contents{
  width: 100%;
}

.account-step-inner {
  display: block;
  background: #FFFFFF;
  border-radius: 40px;
}

.account-step-caption{
  display: flex;
  align-items: center;
  justify-content: center;
}

.account-step-box{
  width: 290px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.step-arrow{
  margin: 0 16px;
  display: flex;
  align-items: end;
}

.account-step-img{
  width: 80px;
}

.step-arrow:before {
  content: "";
  display: block;
  width: 12px;
  height: 20px;
  background-image: url('/contents/lp/docomo_dneobank/images/arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.account-step-number{
  color: #0079c5;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%; 
  letter-spacing: 0.7px;
}

.account-step-txt{
  color: #1b1b1b;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}

@media screen and (min-width: 1279px) {
  .account-step-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px;
    align-items: baseline;
  }

}

@media screen and (min-width: 819px) and (max-width: 1279px) {
  .account-step-inner {
    max-width: 580px;
    padding: 32px 20px;
    align-items: baseline;
  }

    .account-step-caption{
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
  }

  .br-sp{
    display: none;
  }

  .account-step-img{
    width: 72px;
  }

  .step-arrow:before {
    transform: rotate(90deg);
    position: absolute;
    right: 47%;
    margin: 0 8px;
}

  .account-step-box{
    width: 100%;
    margin-bottom: 24px;
}

  .account-step-box:nth-of-type(3n){
    margin-bottom: 0;
}

 .account-step-contents{

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 819px) {
  .account-step-inner{
    padding: 32px 20px;
  }

  .account-step-caption{
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
  }

  .br-sp{
    display: none;
  }

  .account-step-img{
    width: 72px;
  }

  .account-step-box{
  width: 100%;
  margin-bottom: 24px;
}

  .account-step-box:nth-of-type(3n){
  margin-bottom: 0;
}

.step-arrow:before {
  transform: rotate(90deg);
  position: absolute;
  right: 46%;
  margin: 0 8px;
}

.account-step-contents{
  width: 100%;
  }
}

.arrow-img {
  width: 100%;
}

.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;
}

.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: 30px 24px 180px;
  background: #F5F5F5;
}

@media screen and (min-width: 819px) and (max-width: 1279px) {
  .footer {
    padding: 20px 24px 180px;
  }
}

.sns {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  padding-top:15px;
  border-radius: 40px;
}

@media screen and (min-width: 1279px) {
  .sns {
    width: 70%;
  }
}

.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: #575757;
  text-decoration: underline;
}

.footer-copy{
  font-size: 12px;
  font-weight: 300;
  color: #575757;
}

/*フローリングボタン*/
.floating-area {
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  background-color:rgba(255, 255, 255, 0.9);
  padding: 16px;
  text-align: center;
  line-height: 1.4;
}

.floating-area-inner {
    max-width: 880px;
    width: 100%;
    margin: 0 auto;  
}

.floating-area-text {
  color: #e40039;
  font-weight: bold;
  font-size: 16px;
}

.only-sp{
  display: none !important;
  }

.only-pc{
    display: block !important;
}

@media screen and (min-width: 819px) and (max-width: 1279px) {
  .floating-area-text {
    color: #1B1B1B;
  }
  .only-sp{
    display: none !important;
  }

  .only-pc{
    display: block !important;
}
}

@media screen and (max-width: 819px) {
  .floating-area-text {
    color: #1B1B1B;
  }

  .only-sp{
    display: block !important;
  }

  .only-pc{
    display: none !important;
}

}

.floating-area-button {
  width: 350px;
  display: block;
  margin: 8px auto 16px;
  border-radius: 28px;
  padding: 16px 24px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #e40039;
  box-shadow: 0px 4px 0px 0px rgba(195, 0, 41, 1), 0px 8px 8px 0px rgba(0, 0, 0, 0.2);
}

.floating-area-button::hover {
  opacity: .8;
}

.floating-area-note {
  margin-top: 16px;
  color: #1b1b1b;
  font-size: 10px;
  font-weight: 300;
}


//ポップアップ
.popup {
  display: none;
}

.popup_vessel {
  z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.popup_bg {
	position: absolute;
	top: -50px;
	bottom: -50px;
	left: 0;
	width: 100%;
	height: calc(100% + 100px);
	background: rgba(0, 0, 0, 0.5);
}

.popup_inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	display: flex;
	justify-content: center;
	align-items: center;

	padding: 16px;
}

.popup_box {
	position: relative;
	display: grid;
	border-radius: 5px;
	width: min(100%, 752px);
	background: #fff;
}

.popup_box > * {
	grid-area: 1 / 1;
}

.popup_main {
	display: flex;
	justify-content: flex-end;
	align-items: stretch;
	flex-direction: row;

	padding-right: calc((22 / 752) * 100%);
}

.popup_content {
	padding: calc((42 / 752) * 100%) 0 0 0;
	width: calc((424 / 752) * 100%);
}