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,
font,
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,
select,
textarea,
input {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

html {
  height: 100%;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'NotoSansJP-Regular';
  src: url(./NotoSansJP-Regular.ttf);
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "NotoSansJP-Regular", "Arial", "Helvetica Neue", "Helvetica", "sans-serif";
}

p {
  line-height: 1.5em;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  width: 100%;
}

button {
  border: none;
  cursor: pointer;
}

.pc-none-sp-db {
  display: none;
}

.btnHover {
  cursor: pointer;
}

.bodyWidth {
  padding-top: 30px;
  width: 89%;
  margin: auto;
}

.mypageWidth {
  width: 73%;
  display: inline-block;
  padding-left: 20px;
}

.page-title {
  margin-bottom: 2rem;
}

.mypage-title {
  position: relative;
  color: #FF7C80;
  line-height: 1.4;
  -webkit-box-reflect: below -10px -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.6));
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

.common-table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
  /* 折り返し防止 */
}

.mypageWidth .common-table {
  white-space: normal;
}

.common-table td,
.common-table th {
  padding: 10px;
  border: 1px solid #A5A5A5;
}

.common-table th {
  width: 40%;
  background-color: #E99D41;
  color: #fff;
  vertical-align: middle;
  text-align: left;
}

.common-table td {
  width: 60%;
}

.common-table input[type="text"],
.common-table input[type="password"],
.common-table input[type="email"],
.common-table input[type="number"],
.common-table select,
.common-table textarea {
  border: 1px solid #A5A5A5;
  padding: 5px;
  width: 100%;
}

.common-table input::placeholder,
.common-table textarea::placeholder {
  color: #A5A5A5;
}

.modal-close {
  background-color: gray;
  color: #fff;
  padding: 10px;
  border-radius: 20px;
  width: 50%;
  text-shadow: 0 0 1px currentColor, 0 0 1px currentColor;
  margin: 10px 0;
  border: none;
  cursor: pointer;
}

.btn-brightness:hover {
  filter: brightness(1.5);
}

.btn-default {
  border: none;
  border-radius: 50px;
  width: 30%;
  padding: 1rem 0;
  vertical-align: middle;
  color: #fff;
  cursor: pointer;
}

.btn-default img {
  width: 30px;
  vertical-align: middle;
}

.modal-close:hover {
  filter: brightness(1.1);
}

.modal-close:active {
  filter: brightness(0.95);
}