@charset "utf-8";

:root {
  --abcash-monthly-theme-nisa-color-detail-page-link-bg: #F8564A;
  --abcash-monthly-theme-nisa-color-detail-page-bg: #F8EDDF;
  --abcash-monthly-theme-nisa-color-detail-page-heading-text: #fff;
  --abcash-monthly-theme-nisa-color-detail-page-heading-bg: #F8564A;

  --abcash-monthly-theme-10-mil-yen-color-detail-page-link-bg: #F8564A;
  --abcash-monthly-theme-10-mil-yen-color-detail-page-bg: #F8EDDF;
  --abcash-monthly-theme-10-mil-yen-color-detail-page-heading-text: #fff;
  --abcash-monthly-theme-10-mil-yen-color-detail-page-heading-bg: #F8564A;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1rem;
  font: inherit;
  vertical-align: baseline;
}
ol,
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
img {
  vertical-align: bottom;
}

html,
body {
  height: 100%;
  font-family: sans-serif;
  font-weight: 200;
  scroll-behavior: smooth;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.StripeElement {
  padding-bottom: 8px;
  border-bottom: 1px solid #d9d9d9;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a,
a:link,
a:hover,
a:visited {
  text-decoration: none;
  color: #333;
}

a img {
  border-width: 0px;
  border-style: none;
  border-color: #fff;
  background: transparent;
}
