@charset "utf-8";/*!
 * http://meyerweb.com/eric/tools/css/reset/
 * v2.0 | 20110126
 * License: none (public domain)
 */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strong,
sub,
sup,
var,
b,
u,
i,
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;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* add reset style */
img,
svg {
  vertical-align: bottom;
}

label {
  cursor: pointer;
}

button, select, input {
  color: inherit;
}
@charset "UTF-8";
/* -------------------------------------------- *
 *  base
 * -------------------------------------------- */
html,
body {
  height: auto;
}

html {
  font-size: 100%;
}

body {
  color: #000;
  background: #fff;
  font-size: inherit;
  font-family: HiraKakuProN-W3, Helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* 計測タグ系で高さ1pxの画像が入ることがあるのでそれを描画範囲外に飛ばす */
body > script ~ img {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/* 計測タグ系で高さや幅をもつiframeが入ることがあるのでそれを描画範囲外に飛ばす */
body > iframe,
body > [id^=deqwas-] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/* focus-visible */
:focus:not(:focus-visible) {
  outline: none;
}

:focus-visible {
  outline: 2px solid;
  outline: 5px auto -webkit-focus-ring-color;
  outline-color: #236dda;
}
@charset "UTF-8";
/* stylelint-disable */
/* font-size: 100%;なページがちょいちょいあるのでそれ用 */
:target {
  scroll-margin-top: 64px;
}

.Header *,
.Header *::before,
.Header *::after,
.Menu *,
.Menu *::before,
.Menu *::after,
.Footer *,
.Footer *::before,
.Footer *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: currentColor;
  line-height: 1.5;
  font-family: inherit;
  letter-spacing: 0;
  text-decoration: none;
  text-underline-position: under;
}

.Header a,
.Footer a {
  color: currentColor;
}

.Header,
.Footer {
  color: #000;
  font-family: LIFULLFONT, LIFULLYUGO, "Yu Gothic", YuGothic, LIFULLHIRAGINO, sans-serif;
}

.Header :focus-visible,
.Footer :focus-visible {
  outline: 2px solid;
  outline: 5px auto -webkit-focus-ring-color;
  outline-color: #236dda;
}

.js-focus-visible .Header .focus-visible,
[data-whatintent=keyboard] .Header :focus,
.js-focus-visible .Footer .focus-visible,
[data-whatintent=keyboard] .Footer :focus {
  outline: 2px solid;
  outline: 5px auto -webkit-focus-ring-color;
  outline-color: #236dda;
}

.Header__visuallyHidden,
.Menu__visuallyHidden,
.Footer__visuallyHidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

.Header {
  min-width: 320px;
  background-color: #fff;
  border-top: 8px solid #ed6103;
  border-bottom: 1px solid #d2d2d2;
}

.Header__skipLink {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5em 1.5em;
  background-color: #ed6103;
  font-weight: bold;
  transform: translateY(-100%);
}

.Header__skipLink:link,
.Header__skipLink:visited {
  color: #fff;
}

.Header__skipLink:focus {
  transform: translateY(0%);
}

.Header__inner {
  display: flex;
}

.Header__logo {
  display: flex;
  align-items: center;
  font-size: 1rem;
}

.Header__lhLogo {
  display: block;
  padding: 18px 12px 20px;
}

.Header__lhLogo > img {
  display: block;
  width: auto;
  height: 26px;
}

.Header__market {
  display: flex;
  align-items: center;
  height: 26px;
  padding-right: 12px;
  padding-left: 12px;
  border-left: 1px solid #a5a5a5;
  font-size: 0.75rem;
  font-weight: bold;
}

.Header__market:link,
.Header__market:visited {
  color: #626262;
}

.Header__slogan:link,
.Header__slogan:visited {
  align-self: center;
  display: flex;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 0.75rem;
  line-height: 1.4;
  color: #626262;
  text-decoration: underline;
}

.Header__slogan:hover {
  color: #ed6103;
}

.Header__separator {
  flex-grow: 1;
}

.Header__links {
  flex-shrink: 9999;
  display: none;
  flex-wrap: wrap;
}

.Header__links > * + * {
  position: relative;
  padding-left: 17px;
}

.Header__links > * + *::before {
  content: "";
  position: absolute;
  top: 0;
  left: 8px;
  bottom: 0;
  width: 1px;
  height: 38px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #d2d2d2;
}

.Header__links > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 0;
}

.Header__links dt {
  flex-basis: calc(0.8125rem + 6px);
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  padding-top: 5px;
  padding-bottom: 1px;
  color: #626262;
  font-size: 0.75rem;
  white-space: nowrap;
}

.Header__links dd {
  flex-grow: 1;
  display: flex;
}

.Header__links a {
  padding: 5px 8px 4px;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

.Header__links a:only-child {
  min-width: 52px;
  text-align: center;
}

.Header__links a:hover {
  background-color: #f4f4f4;
}

.Header__links a:active {
  background-color: #e8e8e8;
}

.Header__utils {
  display: flex;
  min-width: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.Header__util {
  display: flex;
  width: 64px;
}

.Header__util a {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 4px;
}

.Header__util a:hover {
  background-color: #f4f4f4;
}

.Header__util a:active {
  background-color: #e8e8e8;
}

.Header__util span {
  color: #626262;
  font-size: 0.625rem;
}

.Header__util div {
  position: relative;
  margin-top: 4px;
}

.Header__util b {
  position: absolute;
  top: -4px;
  right: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: inherit;
  min-width: 16px;
  height: 16px;
  background-color: #ffc95c;
  border-radius: 8px;
  font-size: 0.625rem;
  box-shadow: 0 0 0 1px #fff;
}

.Header__util b:empty {
  display: none;
}

.Header__util img {
  display: block;
}

.Header__menu {
  display: flex;
  width: 64px;
}

.Header__menu > button {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 4px;
  background-color: transparent;
  border: 0;
  font: inherit;
  cursor: pointer;
}

.Header__menu > button:hover {
  background-color: #f4f4f4;
}

.Header__menu > button:active {
  background-color: #e8e8e8;
}

.Header__menu > button > span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.Header__menu > button > span > span {
  color: #626262;
  font-size: 0.625rem;
}

.Header__menu img {
  margin-top: 4px;
}

.Header__stickyBar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  display: none;
  visibility: hidden;
  color: #fff;
  background-color: #ed6103;
  transform: translateY(-100%);
  transition: 300ms ease;
  transition-property: transform, visibility;
}

.Header__stickyBar :focus-visible {
  outline-color: #ffe4ad;
  outline-offset: -3px;
}

.js-focus-visible .Header__stickyBar .focus-visible,
[data-whatintent=keyboard] .Header__stickyBar :focus {
  outline-color: #ffe4ad;
  outline-offset: -3px;
}

.Header__stickyBar_shown {
  visibility: visible;
  transform: translateY(0%);
}

.Header__stickyBar > div {
  display: flex;
  max-width: 1044px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.Header__stickyBar > div > a {
  flex-shrink: 0;
}

.Header__stickyBar > div > p {
  flex-shrink: 4;
  min-width: 8em;
  margin-right: 24px;
  margin-left: 24px;
  align-self: center;
  font-size: 0.75rem;
  font-weight: bold;
}

.Header__stickyBar > div > ul {
  display: flex;
  margin-left: auto;
}

.Header__stickyBarLogo {
  display: flex;
  align-items: center;
}

.Header__stickyBarLogo > img {
  width: auto;
  height: 18px;
  margin-top: 7px;
  margin-bottom: 7px;
}

.Header__stickyBarUtil {
  display: flex;
}

.Header__stickyBarUtil > a {
  display: flex;
  align-items: center;
  padding-right: 16px;
  padding-left: 16px;
  background-color: #ed6103;
  font-size: 0.75rem;
  font-weight: bold;
}

.Header__stickyBarUtil > a:hover {
  background-color: #d24e00;
  text-decoration: underline;
}

.Header__stickyBarUtil > a > span:nth-of-type(1) {
  flex-grow: 1;
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.Header__stickyBarUtil > a > span:nth-of-type(2) {
  flex-shrink: 0;
}

@media (min-width: 1044px) {
  .Header__inner {
    max-width: 1044px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .Header__lhLogo {
    margin-right: -12px;
    margin-left: -12px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .Header__lhLogo > img {
    height: 40px;
  }
  .Header__market {
    height: 40px;
    margin-left: 16px;
    font-size: 0.875rem;
  }
  .Header__slogan {
    margin-left: 20px;
  }
  .Header__links {
    display: flex;
  }
  .Header__util {
    width: 80px;
  }
  .Header__util span {
    font-size: 0.75rem;
  }
  .Header__menu > button > span > span {
    font-size: 0.75rem;
  }
  .Header__stickyBar {
    display: block;
  }
}
@media (max-width: 1043.9px) {
  .Menu {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483646;
    display: none;
  }
  .Menu_opened {
    display: flex;
  }
  .Menu > div {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 8px;
  }
  .Menu > div > div {
    align-self: stretch;
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    height: 0;
  }
  .Menu > div > div > div {
    width: 280px;
    overflow-y: auto;
    background-color: #f4f4f4;
    border-top: 1px solid #d2d2d2;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    overscroll-behavior: contain;
  }
  .Menu__backdrop {
    position: absolute;
    top: 73px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .Menu__closeButton {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    padding: 0 0 4px;
    border: 0;
    background-color: #f4f4f4;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
  }
  .Menu__closeButton:active {
    background-color: #e8e8e8;
  }
  .Menu__closeButton > span {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .Menu__closeButton > span > span {
    color: #626262;
    font-size: 0.625rem;
  }
  .Menu__closeButton > span > img {
    margin-top: 4px;
  }
  .Menu__user {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 8px 16px 18px;
    font-size: 0.75rem;
  }
  .Menu__user > span {
    flex-grow: 1;
    display: flex;
    width: 0;
  }
  .Menu__user > span > span:nth-child(1) {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .Menu__user > span > span:nth-child(2) {
    flex-shrink: 0;
  }
  .Menu__user > a {
    flex-shrink: 0;
    margin-left: 16px;
  }
  .Menu__registerLink {
    padding: 6px 16px;
    background-color: #fff;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: bold;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  }
  .Menu__registerLink:hover {
    background-color: #f4f4f4;
  }
  .Menu__registerLink:active {
    background-color: #e8e8e8;
    box-shadow: none;
    transform: translateY(1px);
  }
  .Menu__utils {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  }
  .Menu__utils > * + * {
    border-top: 1px solid #d2d2d2;
  }
  .Menu__util > a {
    display: flex;
    align-items: center;
    padding: 12px 16px 11px;
    background-color: #fff;
  }
  .Menu__utilIcon {
    flex-shrink: 0;
    align-self: center;
    width: 24px;
    height: 24px;
  }
  .Menu__utilLabel {
    flex-grow: 1;
    display: flex;
    align-items: baseline;
    margin-left: 20px;
    font-size: 0.75rem;
  }
  .Menu__utilLabel > span:nth-of-type(1) {
    font-size: 0.875rem;
    font-weight: bold;
  }
  .Menu__utilLabel > b {
    margin-left: auto;
    font-size: 0.875rem;
    font-weight: inherit;
  }
  .Menu__area2 {
    margin-top: -7px;
  }
  .Menu__linkGroup > div {
    margin-top: 20px;
  }
  .Menu__linkGroup > div > ul {
    margin-top: 8px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  }
  .Menu__linkGroup > div > ul > * + * {
    border-top: 1px solid #d2d2d2;
  }
  .Menu__linkHeading {
    padding-right: 16px;
    padding-left: 16px;
    color: #ed6103;
    font-size: 0.875rem;
    font-weight: bold;
  }
  .Menu__link {
    background-color: #fff;
  }
  .Menu__link > a {
    display: block;
    padding: 14px 16px 14px;
    font-size: 0.875rem;
  }
  .Menu__linkSubText {
    display: block;
    color: #626262;
    font-size: 0.75rem;
  }
  .Menu__section {
    margin-top: 20px;
  }
  .Menu__section > h3 {
    padding-right: 16px;
    padding-left: 16px;
    color: #ed6103;
    font-size: 0.875rem;
    font-weight: bold;
  }
  .Menu__section > div {
    margin-top: 8px;
    background-color: #fff;
    padding: 16px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  }
  .Menu__section > div > p {
    font-size: 0.875rem;
  }
  .Menu__section > div > p::before {
    content: "";
    display: block;
    height: 1px;
    margin-bottom: -0.25em;
  }
  .Menu__section > div > p::after {
    content: "";
    display: block;
    height: 1px;
    margin-top: -0.25em;
  }
  .Menu__section > div > p a {
    color: #0052e8;
    text-decoration: underline;
  }
  .Menu__section > div > p a:hover {
    color: #ed6103;
  }
  .Menu__section > div > p > small {
    display: block;
    margin-top: 10px;
    font-size: 0.75rem;
  }
  .Menu__counterCta {
    margin-top: 16px;
  }
  .Menu__counterCta > * + * {
    margin-top: 8px;
  }
  .Menu__counterVideo > a {
    display: flex;
    align-items: center;
    color: #fff;
    background-color: #0052e8;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  }
  .Menu__counterVideo > a:hover {
    background-color: #0052e8;
  }
  .Menu__counterVideo > a:active {
    box-shadow: none;
    transform: translateY(1px);
  }
  .Menu__counterVideo > a:focus-visible {
    outline-offset: 2px;
  }
  .js-focus-visible .Menu__counterVideo > a:focus,
  [data-whatintent=keyboard] .Menu__counterVideo > a:focus {
    outline-offset: 2px;
  }
  .Menu__counterVideo > a > span:nth-child(1) {
    padding: 8px 6px;
    border-right: 1px solid #535ffe;
  }
  .Menu__counterVideo > a > span:nth-child(2) {
    flex-grow: 1;
    padding: 4px;
    font-size: 0.875rem;
    font-weight: bold;
    text-align: center;
  }
  .Menu__counterVideo > a > span > img {
    display: block;
  }
  .Menu__footer {
    margin-top: 24px;
    padding: 16px;
    background-color: #e8e8e8;
    font-size: 0.6875rem;
    line-height: 1.63636;
  }
}
@media (min-width: 1044px) {
  .Menu {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483646;
    display: none;
    justify-content: center;
    min-height: 100%;
  }
  .Menu_opened {
    display: flex;
  }
  .Menu > div {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    max-width: 1044px;
    margin-top: 8px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .Menu > div > div {
    flex-grow: 1;
    height: 0;
    max-width: 100%;
    padding-bottom: 32px;
  }
  .Menu > div > div > div {
    max-height: 100%;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    overscroll-behavior: contain;
  }
  .Menu__backdrop {
    position: absolute;
    top: 89px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .Menu__closeButton {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 80px;
    padding: 0 0 4px;
    border: 0;
    background-color: #f4f4f4;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
  }
  .Menu__closeButton:active {
    background-color: #e8e8e8;
  }
  .Menu__closeButton > span {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .Menu__closeButton > span > span {
    color: #626262;
    font-size: 0.75rem;
  }
  .Menu__closeButton > span > img {
    margin-top: 4px;
  }
  .Menu__area1 {
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
  }
  .Menu__area1 > div {
    flex-grow: 1;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d2d2d2;
  }
  .Menu__user {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    width: 234px;
    margin-left: auto;
    font-size: 0.75rem;
  }
  .Menu__user > span {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    width: 0;
  }
  .Menu__user > span > span:nth-child(1) {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .Menu__user > span > span:nth-child(2) {
    flex-shrink: 0;
  }
  .Menu__user > a {
    flex-shrink: 0;
    margin-left: 16px;
  }
  .Menu__registerLink {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding-right: 20px;
    padding-left: 20px;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: bold;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  }
  .Menu__registerLink:hover {
    background-color: #f4f4f4;
  }
  .Menu__registerLink:active {
    box-shadow: none;
    transform: translateY(1px);
  }
  .Menu__utils {
    flex-shrink: 0;
    display: flex;
    align-items: baseline;
  }
  .Menu__util {
    margin-right: 24px;
  }
  .Menu__util > a {
    display: flex;
    align-items: center;
  }
  .Menu__utilLabelSubText {
    margin-top: 0.4375rem;
  }
  .Menu__utilIcon {
    width: 24px;
    height: 24px;
  }
  .Menu__utilLabel {
    display: flex;
    align-items: baseline;
    margin-left: 8px;
    margin-top: 2px;
    font-size: 0.875rem;
  }
  .Menu__utilLabel > span:nth-of-type(1) {
    font-weight: bold;
  }
  .Menu__utilLabel > b {
    margin-left: 8px;
    font-size: 1.25rem;
    font-weight: inherit;
  }
  .Menu__util > a:hover .Menu__utilLabel > b,
  .Menu__util > a:hover .Menu__utilLabel > span:nth-of-type(2) {
    color: #ed6103;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    -webkit-text-decoration-color: #ed6103;
    text-decoration-color: #ed6103;
    text-decoration-thickness: 1px;
    text-underline-position: auto;
  }
  .Menu__area2 {
    display: flex;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .Menu__area2 > * + * {
    padding-left: 24px;
    box-shadow: -1px 0 0 #d2d2d2;
  }
  .Menu__area21 {
    display: flex;
    min-width: 0;
  }
  .Menu__area21 > * + * {
    margin-left: 8px;
  }
  .Menu__area21 > div {
    width: 130px;
    padding-bottom: 8px;
  }
  .Menu__linkGroup > * + * {
    margin-top: 32px;
  }
  .Menu__linkGroup h3 {
    font-weight: bold;
  }
  .Menu__linkGroup h3::before {
    content: "";
    display: block;
    margin-bottom: -0.25em;
  }
  .Menu__linkGroup ul {
    margin-top: 5px;
  }
  .Menu__linkHeading {
    color: #ed6103;
    font-size: 0.875rem;
    font-weight: bold;
  }
  .Menu__link > a {
    display: block;
    padding-top: 4px;
    padding-bottom: 5px;
    font-size: 0.875rem;
  }
  .Menu__link > a:hover {
    color: #ed6103;
    text-decoration: underline;
  }
  .Menu__linkSubText {
    display: inline-block;
    vertical-align: bottom;
    color: #626262;
    font-size: 0.75rem;
    line-height: 1.16667;
    text-decoration: none !important;
  }
  .Menu__area22 {
    flex-grow: 1;
    display: flex;
    min-width: 0;
  }
  .Menu__area22 > * + * {
    margin-left: 30px;
  }
  .Menu__section {
    flex-grow: 1;
    width: 249px;
    padding-bottom: 8px;
  }
  .Menu__section > h3 {
    font-size: 0.875rem;
    font-weight: bold;
  }
  .Menu__section > h3::before {
    content: "";
    display: block;
    margin-bottom: -0.25em;
  }
  .Menu__section > div {
    margin-top: 6px;
  }
  .Menu__section p {
    font-size: 0.75rem;
    line-height: 1.66667;
  }
  .Menu__section small {
    font-size: inherit;
  }
  .Menu__section > div > p a {
    color: #0052e8;
    text-decoration: underline;
  }
  .Menu__section > div > p a:hover {
    color: #ed6103;
  }
  .Menu__counterCta {
    margin-top: 7px;
  }
  .Menu__counterCta > * + * {
    margin-top: 16px;
  }
  .Menu__counterVideo > a {
    display: flex;
    align-items: center;
    color: #fff;
    background-color: #0052e8;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  }
  .Menu__counterVideo > a:hover {
    background-color: #0052e8;
  }
  .Menu__counterVideo > a:active {
    box-shadow: none;
    transform: translateY(1px);
  }
  .Menu__counterVideo > a:focus-visible {
    outline-offset: 2px;
  }
  .js-focus-visible .Menu__counterVideo > a:focus,
  [data-whatintent=keyboard] .Menu__counterVideo > a:focus {
    outline-offset: 2px;
  }
  .Menu__counterVideo > a > span:nth-child(1) {
    padding: 7px;
    border-right: 1px solid #535ffe;
  }
  .Menu__counterVideo > a > span:nth-child(2) {
    flex-grow: 1;
    padding: 4px;
    font-size: 0.875rem;
    font-weight: bold;
    text-align: center;
  }
  .Menu__counterVideo > a > span > img {
    display: block;
    width: 28px;
    height: 28px;
  }
  .Menu__footer {
    display: flex;
    margin-top: 16px;
    padding: 16px 20px;
    background-color: #f4f4f4;
    border-radius: 0 0 3px 3px;
  }
  .Menu__footer > div {
    flex-grow: 1;
    width: 0;
  }
  .Menu__footer > div > p {
    font-size: 0.6875rem;
    line-height: 1.63636;
  }
}
.Footer {
  position: relative;
  min-width: 320px;
  background-color: #fff;
}

.Footer__part1 a:hover {
  color: #ed6103;
  text-decoration: underline;
}

.Footer__linkGroupHeading {
  font-weight: bold;
}

.Footer__areaList > dt {
  font-weight: bold;
}

.Footer__verticalLinedList > li {
  display: inline;
}

.Footer__verticalLinedList > li + li::before {
  content: " | ";
}

.Footer__safetyText {
  background-color: #f4f4f4;
  font-weight: bold;
}

.Footer__safetyItem > div > p > b {
  font-weight: bold;
}

.Footer__part3 {
  background-color: #ed6103;
  color: #fff;
  font-weight: bold;
}

.Footer__part3 a:hover {
  text-decoration: underline;
}

.Footer__part3 :focus-visible {
  outline-color: #ffe680;
  outline-offset: -3px;
}

.js-focus-visible .Footer__part3 .focus-visible,
[data-whatintent=keyboard] .Footer__part3 :focus {
  outline-color: #ffe680;
  outline-offset: -3px;
}

.Footer__copyright {
  font-size: 0.75rem;
}

@media (max-width: 1043.9px) {
  .Footer__part1 {
    border-bottom: 1px solid #d2d2d2;
    font-size: 0.75rem;
  }
  .Footer__linkGroup {
    padding-right: 10px;
    padding-left: 10px;
    border-top: 1px solid #d2d2d2;
  }
  .Footer__linkGroupHeading {
    position: relative;
    margin-right: -10px;
    margin-left: -10px;
    padding: 12px 20px 12px 10px;
    font-size: 0.875rem;
  }
  .Footer__linkGroupHeading > button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background-color: transparent;
    color: transparent;
    text-align: right;
    cursor: pointer;
  }
  .Footer__linkGroupHeading > button::before {
    content: "";
    position: absolute;
    top: 0;
    right: 6px;
    bottom: 0;
    width: 16px;
    height: 16px;
    margin-top: auto;
    margin-bottom: auto;
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20points%3D%228%209.85%203.98%205.83%204.92%204.9%208%207.98%2011.08%204.9%2012.02%205.83%208%209.85%22%20fill%3D%22%236c6c6c%22%2F%3E%3C%2Fsvg%3E') no-repeat;
    background-size: 100%;
  }
  .Footer__linkGroupHeading > button[aria-expanded=true]::before {
    transform: rotate(180deg);
  }
  .Footer__linkGroupPanel {
    padding-top: 8px;
    padding-bottom: 20px;
  }
  .Footer__linkGroupPanel[aria-hidden=true] {
    display: none;
  }
  .Footer__areaList > dt {
    margin-bottom: 20px;
    font-weight: bold;
  }
  .Footer__areaList > dt > a {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }
  .Footer__areaList > dt ~ dt {
    margin-top: 20px;
  }
  .Footer__verticalLinedList {
    line-height: 3;
  }
  .Footer__verticalLinedList::before {
    content: "";
    display: block;
    height: 1px;
    margin-bottom: -1em;
  }
  .Footer__verticalLinedList::after {
    content: "";
    display: block;
    height: 1px;
    margin-top: -1em;
  }
  .Footer__verticalLinedList > li > a {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }
  .Footer__part2 {
    font-size: 0.75rem;
  }
  .Footer__part2 > div {
    padding-right: 10px;
    padding-left: 10px;
  }
  .Footer__part2 > div > div {
    display: flex;
    margin: 20px -10px 10px;
  }
  .Footer__safetyText {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 8px 10px;
    font-size: 0.875rem;
  }
  .Footer__safetyItem {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .Footer__safetyItem + .Footer__safetyItem {
    border-left: 1px solid #d2d2d2;
  }
  .Footer__safetyItemImage {
    display: block;
    min-height: 62px;
    margin: 6px auto 16px;
    text-align: center;
  }
  .Footer__safetyItemImage > img {
    display: inline-block;
    vertical-align: bottom;
  }
  .Footer__part3 {
    font-size: 0.8125rem;
    padding-bottom: 8px;
  }
  .Footer--simple .Footer__linksAndLogo {
    display: flex;
  }
  .Footer__linksAndLogo > div > ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1px;
    margin-left: -1px;
    border-bottom: 1px solid;
  }
  .Footer__linksAndLogo > div > ul > li {
    flex-grow: 1;
    width: 50%;
    border-top: 1px solid;
    border-left: 1px solid;
  }
  .Footer__linksAndLogo > div > ul > li > a {
    display: block;
    padding: 18px 10px;
  }
  .Footer__linksAndLogo > img {
    display: block;
    width: 218px;
    height: 76px;
    margin-top: 12px;
    margin-right: auto;
    margin-left: auto;
  }
  .Footer__copyright {
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }
}
@media (min-width: 1044px) {
  .Footer__part1 {
    max-width: 1044px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 0.75rem;
  }
  .Footer__part1 > div {
    display: flex;
    margin-left: -40px;
    padding-top: 12px;
  }
  .Footer__part1 > div > div {
    width: 50%;
    padding-left: 40px;
  }
  .Footer__linkGroup {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .Footer__linkGroup + .Footer__linkGroup {
    border-top: 1px solid #d2d2d2;
  }
  .Footer__linkGroupHeading {
    margin-bottom: 12px;
    font-size: 0.875rem;
  }
  .Footer__linkGroupHeading > button {
    display: none;
  }
  .Footer__areaList {
    display: flex;
    flex-wrap: wrap;
  }
  .Footer__areaList > dt {
    width: 90px;
    line-height: 2;
  }
  .Footer__areaList > dt > a {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
  }
  .Footer__areaList > dd {
    width: calc(100% - 90px);
  }
  .Footer__verticalLinedList {
    line-height: 2;
  }
  .Footer__verticalLinedList > li > a {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
  }
  .Footer__part2 {
    max-width: 1044px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 0.75rem;
  }
  .Footer__part2 > div > div {
    display: flex;
    margin: 20px -20px 40px;
  }
  .Footer__safetyText {
    padding: 16px 10px;
    font-size: 0.875rem;
    text-align: center;
  }
  .Footer__safetyItem {
    display: flex;
    align-items: flex-start;
    width: 50%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .Footer__safetyItem + .Footer__safetyItem {
    border-left: 1px solid #d2d2d2;
  }
  .Footer__safetyItemImage {
    flex-shrink: 0;
  }
  .Footer__safetyItemImage > img {
    display: block;
    margin-right: 20px;
  }
  .Footer__safetyItemText::before {
    content: "";
    display: block;
    height: 1px;
    margin-bottom: -0.25em;
  }
  .Footer__safetyItemText::after {
    content: "";
    display: block;
    height: 1px;
    margin-top: -0.25em;
  }
  .Footer__part3 {
    font-size: 0.8125rem;
  }
  .Footer__part3 > div {
    max-width: 1044px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 36px;
  }
  .Footer--simple .Footer__part3 > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
  }
  .Footer__linksAndLogo {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .Footer__linksAndLogo > div {
    overflow: hidden;
  }
  .Footer__linksAndLogo > div > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    overflow: hidden;
    margin-right: -8px;
    padding-top: 30px;
    padding-bottom: 12px;
  }
  .Footer__linksAndLogo > div > ul > li {
    position: relative;
    padding-right: 8px;
    padding-left: 8px;
  }
  .Footer__linksAndLogo > div > ul > li::after {
    content: "";
    position: absolute;
    width: 1px;
    top: 0;
    right: 0;
    bottom: 0;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    background-color: #fff;
  }
  .Footer__linksAndLogo > div > ul > li > a {
    display: block;
    line-height: 2;
  }
  .Footer__linksAndLogo > img {
    flex-shrink: 0;
    width: 218px;
    height: 76px;
    margin-top: 16px;
    margin-left: -15px;
  }
  .Footer__copyright {
    text-align: right;
  }
  .Footer--simple .Footer__copyright {
    margin-top: 16px;
  }
}
/*
 * smartApp bannerがnative実装されてないため、index, retopでheaderより高い位置に
 * 要素が存在してしまっているのでyでなくx方向に飛ばす応を入れる
 */
.Header__skipLink {
  transform: translateX(-100%);
}

.Header__skipLink:focus {
  transform: translateX(0%);
}

/*
 * ios safari 15系のfocus-visibleバグ対応
 * https://bugs.webkit.org/show_bug.cgi?id=241408
 */
.Header__menu > button > span,
.Menu__closeButton > span {
  pointer-events: none;
}

/* no.1テキスト */
.Header__no1Text {
  padding: 0.5rem 1rem;
  background-color: #f4f4f4;
  border-top: 1px solid #d2d2d2;
  color: #626262;
  font-size: 0.75rem;
}

.Header__no1Text > p {
  margin: auto;
  max-width: 1044px;
  padding: 0 12px;
  box-sizing: border-box;
}

.Header__no1Text a {
  color: inherit;
  text-decoration: underline;
}

@media (max-width: 1043.9px) {
  .Header__no1Text {
    padding: 0.5rem 0;
  }
}
@charset "UTF-8";
/* = HOME'S AD
----------------------------------------------- *
 * 対象：全マーケット
 * 場所：「ページTOPへ」の上（最下部）
 * cxenseより入稿されたテキスト・画像の広告を表示
----------------------------------------------- */
.mod-cxense {
  font-size: 16px; /* 新UI移行時に `1rem` に変更 */
  margin: 2em auto 0;
  width: 300px;
}

.mod-cxense .pr {
  text-align: center;
  margin-bottom: 1em;
}
@charset "UTF-8";
/* = mod-pageTop
----------------------------------------------- *
 * ページトップへのリンク
----------------------------------------------- */
.mod-pageTop {
  font-size: 16px; /* 新UI移行時に `1rem` に変更 */
  text-align: center;
}

.mod-pageTop a {
  display: inline-block;
  margin: 10px;
  padding: 10px 40px;
  border-radius: 25px;
  background-color: #ebebeb;
  text-decoration: none;
  color: #626262;
}

.mod-pageTop .icon,
.mod-pageTop .label {
  display: inline-block;
  vertical-align: middle;
}

.mod-pageTop .label {
  font-size: 0.875em;
}
@charset "UTF-8";
/* = mod-breadcrumbs
----------------------------------------------- *
 * SP表示用のパンくずCSS
----------------------------------------------- */
.mod-breadcrumbs {
  margin: 10px 0;
  font-size: 12px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  background-color: #f5f5f5;
}

.mod-breadcrumbs__heading {
  /* visually hidden by: tailwind.sr-only (https://tailwindcss.com/docs/screen-readers) */
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.mod-breadcrumbs__list {
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

.mod-breadcrumbs__list:not(:first-of-type) {
  border-top: 1px solid #d8d8d8;
}

.mod-breadcrumbs__li {
  position: relative;
  flex-shrink: 0; /* iOS9用 */
}

.mod-breadcrumbs__li:not(:last-child) {
  background-color: #fff;
}

.mod-breadcrumbs__li:not(:first-child) {
  padding-left: 10px;
}

.mod-breadcrumbs__li:last-child {
  padding: 10px 10px 10px 20px;
}

.mod-breadcrumbs__li:not(:first-child)::before,
.mod-breadcrumbs__li:not(:first-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -20px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.mod-breadcrumbs__li::before {
  left: 1px;
  border-left: 10px solid #d8d8d8;
}

.mod-breadcrumbs__li::after {
  left: 0;
  border-left: 10px solid #fff;
}

.mod-breadcrumbs__link {
  display: block;
  height: 12px;
  padding: 10px;
  color: inherit;
  text-decoration: none;
  outline-offset: -2px;
}
/* = .mod-feedback
----------------------------------------------- */
.mod-feedback .feedback-inner {
  width: 100%;
  margin: 0 auto;
  color: #000;
}

.mod-feedback .feedback-contents-item {
  box-sizing: border-box;
  line-height: 1;
}

.mod-feedback .feedback-contents-item:first-child {
  padding: 16px 10px 12px 10px;
}

.mod-feedback .feedback-contents-item:last-child {
  padding: 0 10px 4px 10px;
}

.mod-feedback .feedback-contents-item-text {
  font-weight: bold;
  font-size: 12px;
}

.mod-feedback .feedback-contents-item p {
  line-height: 1.5;
}

.mod-feedback .feedback-contents-item a {
  color: #003af6;
  text-decoration: underline;
}

.feedback-image {
  padding: 20px 10px 0px 10px;
}

.feedback-image a img {
  width: 100%;
}
@font-face {
  font-family: "LIFULLFONT-Bold";
  src: url('/smp/assets/font/LIFULLFONT-Bold.woff?v=5c7491d421bd90dce8dc5dd99f5848c5') format("woff");
  font-display: optional;
}
.mod-appDownload {
  margin: 24px 0;
  padding: 0 8px;
  text-align: center;
}

.mod-appDownload .head {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}

.mod-appDownload .head .icon img {
  width: 100%;
  height: auto;
  max-width: 64px;
}

.mod-appDownload .head .heading {
  color: #ed6103;
  font-family: "LIFULLFONT-Bold", sans-serif;
  font-size: 20px;
  text-align: left;
  margin-left: 16px;
  white-space: nowrap;
  font-weight: bold;
}

.mod-appDownload .subHeading {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
}

.mod-appDownload .feature {
  list-style-type: disc;
  list-style-position: inside;
  line-height: 1.4;
  margin-bottom: 16px;
  font-size: 14px;
}

.mod-appDownload .capture {
  width: 100%;
  height: auto;
  max-width: 280px;
  margin-bottom: 12px;
}

.mod-appDownload .appstore {
  display: flex;
  justify-content: center;
}

.mod-appDownload .appstore li {
  margin: 0 8px;
}
