@charset "UTF-8";

/* ------------------- Reset ------------------- */
.character_lp * {
  box-sizing: border-box;
}

.character_lp li,
.character_lp summary {
  list-style: none;
}

.character_lp img,
.character_lp video,
.character_lp picture {
  width: 100%;
  height: auto;
}

.character_lp a,
.character_lp picture,
.character_lp figure {
  display: block;
}

.character_lp a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.character_lp table {
  border-collapse: collapse;
}

.character_lp img {
  width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}

.character_lp address {
  font-style: inherit;
}

.character_lp *:focus {
  outline: none;
}
/* ------------------- Reset ------------------- */

/* ------------------- common ------------------- */
.main_inner {
  padding-inline: 0;
  padding-top: 0;
}

.footer_mailmagazine #dvUserBox {
  width: 100%;
}
/* ------------------- common ------------------- */