
/*!
 * ress.css • v3.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* color palette */
/* font-settings */
/* font size */
/* content width */
/* content height */
/* z-index-settings */
html,
body {
  box-sizing: border-box;
  color: #1d1d1d;
  font-family: "Noto Sans Japanese", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", "メイリオ", "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  height: auto;
  line-height: 24px;
  text-size-adjust: 100%;
  width: 100%;
  word-spacing: 1px;
}
@media screen and (max-width: 769px) {
  html,
  body {
    width: 100%;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
}

html,
body,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  color: #1d1d1d;
  font-family: "Noto Sans Japanese", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", "メイリオ", "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: auto;
}

span,
a {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-bottom: auto;
  margin-top: auto;
}

.h1,
h1 {
  color: #0d5aa2;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 150%;
}
@media screen and (max-width: 769px) {
  .h1,
  h1 {
    font-size: 24px;
  }
}

.h2,
h2 {
  color: #0d5aa2;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 150%;
}

.h3,
h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

ol,
ul {
  list-style: none;
}

iframe {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
  object-fit: contain;
  vertical-align: middle;
}

[src$=".svg"],
[data$=".svg"] {
  max-width: 100%;
}

a {
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

a,
a:active,
a:focus,
a:hover {
  transition: opacity ease 0.1ms;
  will-change: opacity;
}
a:hover,
a:active:hover,
a:focus:hover,
a:hover:hover {
  opacity: 0.7;
}
@media screen and (max-width: 769px) {
  a:hover,
  a:active:hover,
  a:focus:hover,
  a:hover:hover {
    opacity: inherit;
  }
  a:active,
  a:active:active,
  a:focus:active,
  a:hover:active {
    opacity: 0.7;
  }
}
a,
a:active,
a:focus,
a:hover {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

div,
div:hover,
div:focus,
div:active {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}

button {
  appearance: none;
  background: transparent;
  border: unset;
  color: #1d1d1d;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  text-align: center;
  text-decoration: none;
}

button:hover,
button:focus,
button:active {
  outline: none;
  text-decoration: none;
}

input {
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
input::placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

input:focus {
  outline: none;
}

fieldset {
  border: unset;
  margin: 0;
  padding: 0;
}

a > span,
a > img,
a > svg {
  transition: opacity ease 0.1ms;
  will-change: opacity;
}
a > span:hover,
a > img:hover,
a > svg:hover {
  opacity: 0.7;
}
@media screen and (max-width: 769px) {
  a > span:hover,
  a > img:hover,
  a > svg:hover {
    opacity: inherit;
  }
  a > span:active,
  a > img:active,
  a > svg:active {
    opacity: 0.7;
  }
}

/* color palette */
/* font-settings */
/* font size */
/* content width */
/* content height */
/* z-index-settings */
.ht-layout-default {
  background-color: #e2e2e2;
  min-height: 100vh;
  min-width: 375px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .ht-layout-default {
    background-color: #fff;
  }
}
.ht-layout-default-header {
  width: 100%;
  z-index: 2;
}
.ht-layout-default-main {
  min-height: calc(100vh - 296px);
  padding-top: 60px;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  .ht-layout-default-main {
    padding-top: 0;
  }
}
.ht-layout-default-footer {
  width: 100%;
  z-index: 0;
}
.ht-layout-default-mall {
  bottom: 0;
  height: 80px;
  left: 0;
  padding-bottom: 20px;
  position: sticky;
  right: 0;
  width: 100%;
  z-index: 1;
}
.ht-layout-default-mall__button {
  align-items: center;
  background: #333;
  border-radius: 100px;
  color: #fff;
  display: flex;
  font-size: 10px;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  line-height: 120%;
  margin: 0 20px 0 auto;
  padding: 8px;
  text-align: center;
  width: 60px;
}
.ht-layout-default-mall__close {
  background-color: #038aac;
  border-radius: 20px;
  height: 16px;
  position: absolute;
  right: 8px;
  top: 0;
  width: 16px;
}
.ht-layout-default-mall__close::before {
  border-top: 1px solid #fff;
  content: "";
  display: block;
  height: auto;
  left: 1.5px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 80%;
}
.ht-layout-default-mall__close::after {
  border-top: 1px solid #fff;
  content: "";
  display: block;
  height: auto;
  position: absolute;
  right: 1.5px;
  top: 50%;
  transform: rotate(-45deg);
  width: 80%;
}
.ht-layout-default-accent {
  background-color: transparent;
  bottom: 152px;
  display: flex;
  height: 120px;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .ht-layout-default-accent {
    bottom: 204px;
    display: block;
    height: 60px;
  }
}
.ht-layout-default-accent-left {
  background-color: #0d5aa2;
  clip-path: polygon(0 0, 100% 100%, 100% 100%, 0 100%);
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 50%;
}
@media screen and (max-width: 769px) {
  .ht-layout-default-accent-left {
    display: none;
  }
}
.ht-layout-default-accent-left::before {
  background-color: #fff;
  border-bottom-left-radius: 100%;
  clip-path: polygon(0 0, 100% 100%, 100% 100%, 0 100%);
  content: "";
  display: block;
  height: 98%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}
.ht-layout-default-accent-left::after {
  background-color: #fff;
  clip-path: polygon(0 0, 100% 95%, 100% 0);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.ht-layout-default-accent-right {
  background-color: #0d5aa2;
  clip-path: polygon(100% 100%, 0 100%, 100% 0);
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 50%;
}
@media screen and (max-width: 769px) {
  .ht-layout-default-accent-right {
    width: 100%;
  }
}
.ht-layout-default-accent-right::before {
  background-color: #fff;
  border-bottom-right-radius: 100%;
  clip-path: polygon(100% 100%, 0 100%, 100% 0);
  content: "";
  display: block;
  height: 98%;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.ht-layout-default-accent-right::after {
  background-color: #fff;
  clip-path: polygon(0 0, 0 95%, 100% 0);
  content: "";
  display: block;
  height: 108%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

/* color palette */
/* font-settings */
/* font size */
/* content width */
/* content height */
/* z-index-settings */
.ht-layout-user {
  min-height: 100%;
  width: 100%;
}
.ht-layout-user-header {
  width: 100%;
  z-index: 2;
}
.ht-layout-user-main {
  background-color: #d9d9d9;
  min-height: calc(100vh - 60px - 152px);
  padding-bottom: 72px;
  padding-top: 60px;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  .ht-layout-user-main {
    min-height: 0;
    padding: 0;
  }
}
.ht-layout-user-main-heading {
  font-size: 32px;
  line-height: 48px;
  margin: 30px auto 48px;
  max-width: 1280px;
  min-width: 1080px;
  padding: 0 40px;
  text-align: left;
  width: 100%;
}
.ht-layout-user-main-double {
  display: flex;
  justify-content: space-between;
  margin: 72px auto;
  max-width: 1280px;
  padding: 0 40px;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .ht-layout-user-main-double {
    margin: 0;
    padding: 0;
  }
}
.ht-layout-user-main-menu {
  background-color: #fff;
  display: block;
  margin-right: 24px;
  max-width: 335px;
  min-width: 260px;
  padding: 48px 30px;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .ht-layout-user-main-menu {
    display: none;
  }
}
.ht-layout-user-main-menu__heading {
  color: #1d1d1d;
  font-size: 24px;
  margin-bottom: 8px;
}
.ht-layout-user-main-menu__detail {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.ht-layout-user-main-menu__list {
  width: 100%;
}
.ht-layout-user-main-menu__list:last-child {
  border-top: 1px solid #e2e2e2;
  margin-bottom: 72px;
  padding-top: 20px;
}
.ht-layout-user-main-menu__item {
  display: flex;
  gap: 4px;
  height: fit-content;
  padding: 12px 20px;
  position: relative;
  width: 100%;
  transition: opacity ease 0.1ms;
  will-change: opacity;
}
.ht-layout-user-main-menu__item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 769px) {
  .ht-layout-user-main-menu__item:hover {
    opacity: inherit;
  }
  .ht-layout-user-main-menu__item:active {
    opacity: 0.7;
  }
}
.ht-layout-user-main-menu__item:last-child {
  margin-bottom: 0;
}
.ht-layout-user-main-menu__item--active {
  background-color: #0052aa;
  height: fit-content;
  padding: 12px 20px;
  position: relative;
  width: 100%;
}
.ht-layout-user-main-menu__item--logout {
  height: fit-content;
  padding: 12px 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
.ht-layout-user-main-menu__title {
  color: #333;
  display: block;
  flex: 1;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 30px;
}
.ht-layout-user-main-menu__text {
  color: #0d5aa2;
  display: flex;
  flex: 1;
  font-size: 16px;
  font-weight: 500;
  gap: 4px;
  line-height: 24px;
}
.ht-layout-user-main-menu__text--active {
  color: #fff;
  display: block;
  flex: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.ht-layout-user-main-menu__text--disabled {
  color: #505050;
  display: block;
  flex: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  opacity: 0.7;
  pointer-events: none;
}
.ht-layout-user-main-menu__text--logout {
  color: #f00;
  display: block;
  flex: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.ht-layout-user-main-content {
  background-color: #fff;
  flex: 1;
  max-width: 800px;
  min-width: 400px;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .ht-layout-user-main-content {
    margin: 0;
    max-width: 100%;
    min-width: 100%;
    padding: 0;
    width: 100%;
  }
}
.ht-layout-user-main-content__container {
  margin: 28px;
}
@media screen and (max-width: 769px) {
  .ht-layout-user-main-content__container {
    margin: 48px 0 72px;
  }
}
.ht-layout-user-main-content__title {
  color: #1d1d1d;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 36px;
  margin-bottom: 24px;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .ht-layout-user-main-content__title {
    margin-bottom: 48px;
    text-align: center;
  }
}
.ht-layout-user-main-sp {
  background-color: #fff;
  padding: 20px;
}
.ht-layout-user-footer {
  width: 100%;
  z-index: 0;
}

/* color palette */
/* font-settings */
/* font size */
/* content width */
/* content height */
/* z-index-settings */
.ht-layout-support {
  min-height: 100%;
  width: 100%;
}
.ht-layout-support-header {
  width: 100%;
  z-index: 2;
}
.ht-layout-support-main {
  background-color: #d9d9d9;
  min-height: calc(100vh - 60px - 152px);
  padding-top: 60px;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  .ht-layout-support-main {
    min-height: calc(100vh - 48px - 204px);
    padding-top: 48px;
  }
}
.ht-layout-support-main-heading {
  font-size: 32px;
  line-height: 48px;
  margin: 30px auto 48px;
  max-width: 1280px;
  min-width: 1080px;
  padding: 0 40px;
  text-align: left;
  width: 100%;
}
.ht-layout-support-main-double {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1280px;
  min-width: 1080px;
  padding: 0 40px 40px;
  width: 100%;
}
.ht-layout-support-main-menu {
  display: block;
  margin-right: 48px;
  min-width: 240px;
  padding-bottom: 80px;
  width: fit-content;
}
.ht-layout-support-main-menu__list {
  margin-bottom: 48px;
  width: 100%;
}
.ht-layout-support-main-menu__list:last-child {
  margin-bottom: 0;
}
.ht-layout-support-main-menu__item {
  height: fit-content;
  margin: 0 auto 24px 0;
  min-height: 24px;
  padding: 0 12px 0 52px;
  position: relative;
  width: 100%;
  transition: opacity ease 0.1ms;
  will-change: opacity;
}
.ht-layout-support-main-menu__item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 769px) {
  .ht-layout-support-main-menu__item:hover {
    opacity: inherit;
  }
  .ht-layout-support-main-menu__item:active {
    opacity: 0.7;
  }
}
.ht-layout-support-main-menu__item:last-child {
  margin-bottom: 0;
}
.ht-layout-support-main-menu__item--title {
  align-items: center;
  display: flex;
  height: 36px;
  margin-bottom: 24px;
  width: 100%;
}
.ht-layout-support-main-menu__icon {
  display: block;
  height: 100%;
  margin-right: 16px;
  width: 36px;
}
.ht-layout-support-main-menu__icon > .a {
  fill: none;
}
.ht-layout-support-main-menu__icon--user {
  display: block;
  height: 100%;
  margin-right: 16px;
  width: 36px;
}
.ht-layout-support-main-menu__icon--user > .a {
  fill: #707070;
}
.ht-layout-support-main-menu__title {
  color: #333;
  display: block;
  flex: 1;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 30px;
}
.ht-layout-support-main-menu__text {
  color: #333;
  display: block;
  flex: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.ht-layout-support-main-menu__text--active {
  color: #0d5aa2;
  display: block;
  flex: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.ht-layout-support-main-menu__text--disabled {
  color: #505050;
  display: block;
  flex: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  opacity: 0.7;
  pointer-events: none;
}
.ht-layout-support-main-menu__text--icon {
  display: inline-block;
  height: 20px;
  padding: 2px;
  vertical-align: text-bottom;
  width: 20px;
}
.ht-layout-support-main-content {
  background-color: #fff;
  flex: 1;
}
@media screen and (max-width: 769px) {
  .ht-layout-support-main-content {
    margin: 0;
    max-width: 100%;
    min-width: 100%;
    padding: 0;
    width: 100%;
  }
}
.ht-layout-support-main-content__container {
  padding: 28px;
}
@media screen and (max-width: 769px) {
  .ht-layout-support-main-content__container {
    padding: 10px;
  }
}
.ht-layout-support-main-content__title {
  color: #1d1d1d;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 36px;
  margin-bottom: 24px;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .ht-layout-support-main-content__title {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }
}
.ht-layout-support-main-sp {
  background-color: #fff;
  padding: 20px;
}
.ht-layout-support-footer {
  width: 100%;
  z-index: 0;
}

/* color palette */
/* font-settings */
/* font size */
/* content width */
/* content height */
/* z-index-settings */
.ht-layout-terms {
  min-height: 100%;
  width: 100%;
}
.ht-layout-terms .ho-the-header-menu {
  justify-content: flex-end;
}
.ht-layout-terms .ho-the-header-menu__item:first-child {
  display: none;
}
.ht-layout-terms-header {
  width: 100%;
  z-index: 2;
}
.ht-layout-terms-main {
  background-color: #e2e2e2;
  min-height: calc(100vh - 60px - 152px);
  padding-top: 60px;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  .ht-layout-terms-main {
    background-color: #fff;
    min-height: calc(100vh - 48px - 204px);
    padding: 16px;
    width: 100%;
  }
}
.ht-layout-terms-main-heading {
  font-size: 32px;
  line-height: 48px;
  margin: 30px auto 48px;
  max-width: 1280px;
  min-width: 1080px;
  padding: 0 40px;
  text-align: left;
  width: 100%;
}
.ht-layout-terms-main-double {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1280px;
  min-width: 1080px;
  padding: 72px 40px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .ht-layout-terms-main-double {
    display: block;
    max-width: 100%;
    min-width: auto;
    padding: 16px 0;
  }
}
.ht-layout-terms-main-content {
  background-color: #fff;
  min-height: 900px;
  padding: 48px 40px;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .ht-layout-terms-main-content {
    margin: 0;
    max-width: 100%;
    min-height: auto;
    min-width: 100%;
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  .ht-layout-terms-main-content__container {
    padding: 0;
  }
}
.ht-layout-terms-main-content__container .ht-terms-container.ha-container {
  margin-top: 0;
  min-width: auto;
  width: 100%;
}
.ht-layout-terms-main-content__container .ht-terms-container .title {
  color: black;
  margin-top: 32px;
  text-align: center;
}
.ht-layout-terms-main-content__container .ht-terms-container .title.individual {
  color: #1d1d1d;
  font-size: 36px;
  font-weight: bold;
  margin-top: 4em;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .ht-layout-terms-main-content__container .ht-terms-container .update {
    margin: 48px 0;
  }
}
.ht-layout-terms-main-content__container .ht-terms-container .update .title {
  color: #1d1d1d;
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  .ht-layout-terms-main-content__container .ht-terms-container .update .title {
    font-size: 24px;
    text-align: center;
  }
}
.ht-layout-terms-main-content__container .ht-terms-container .update .list {
  margin-top: 2em;
}
.ht-layout-terms-main-content__container .ht-terms-container .update .list .item {
  margin: 8px;
  padding: 8px;
}
.ht-layout-terms-main-content__container .ht-terms-container .update .list .item .date {
  display: inline-block;
  font-size: 16px;
  margin-right: 24px;
  white-space: nowrap;
  width: 120px;
}
@media screen and (max-width: 769px) {
  .ht-layout-terms-main-content__container .ht-terms-container .update .list .item .date {
    display: block;
    font-size: 14px;
    margin-right: 0;
  }
}
.ht-layout-terms-main-content__container .ht-terms-container .update .list .item .link {
  color: #0052aa;
  font-size: 18px;
}
@media screen and (max-width: 769px) {
  .ht-layout-terms-main-content__container .ht-terms-container .update .list .item .link {
    font-size: 14px;
  }
}
.ht-layout-terms-main-content__title {
  color: #1d1d1d;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 36px;
  margin-bottom: 24px;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .ht-layout-terms-main-content__title {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }
}
.ht-layout-terms-main-sp {
  background-color: #fff;
  padding: 20px;
}
.ht-layout-terms-main-sidebar-menu {
  background-color: #fff;
  margin-right: 25px;
  max-height: calc(100vh - 116px);
  overflow-y: auto;
  padding: 32px 16px;
  position: sticky;
  top: 100px;
  width: 335px;
}
@media screen and (max-width: 769px) {
  .ht-layout-terms-main-sidebar-menu {
    background-color: #e2e2e2;
    max-height: none;
    padding: 16px;
    position: relative;
    top: auto;
    width: 100%;
  }
}
.ht-layout-terms-main-sidebar-menu .menu-container .title {
  font-weight: bold;
  margin: 12px 0;
}
.ht-layout-terms-main-sidebar-menu .menu-container .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ht-layout-terms-main-sidebar-menu .menu-container .menu li {
  margin: 0;
}
.ht-layout-terms-main-sidebar-menu .menu-container .menu li a {
  background-color: rgba(0, 0, 0, 0);
  color: #0052aa;
  display: inline-block;
  padding: 8px 0 8px 12px;
  transition: all 0.1s ease;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .ht-layout-terms-main-sidebar-menu .menu-container .menu li a {
    font-size: 14px;
    padding: 3px 16px;
  }
}
.ht-layout-terms-main-sidebar-menu .menu-container .menu li a:hover {
  background-color: #0052aa;
  color: #fff;
  transition: all 0.3s ease;
}
.ht-layout-terms-main-sidebar-menu .menu-container .menu li.is-sub a {
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 9px;
}
.ht-layout-terms-main-sidebar-menu .menu-container:nth-child(2) {
  margin-top: 1em;
}
.ht-layout-terms-main-sidebar-menu .update, .ht-layout-terms-main-sidebar-menu .archives {
  border-top: solid 1px #ccc;
  margin-top: 16px;
  padding: 16px 0 0;
}
@media screen and (max-width: 769px) {
  .ht-layout-terms-main-sidebar-menu .update, .ht-layout-terms-main-sidebar-menu .archives {
    margin-top: 16px;
    padding: 8px 0;
  }
}
.ht-layout-terms-main-sidebar-menu .update .link, .ht-layout-terms-main-sidebar-menu .archives .link {
  color: #0052aa;
  display: block;
  margin-bottom: 1em;
  margin-top: 1em;
  padding: 8px 16px;
}
.ht-layout-terms-main-sidebar-menu .update .link.more, .ht-layout-terms-main-sidebar-menu .archives .link.more {
  text-align: right;
}
@media screen and (max-width: 769px) {
  .ht-layout-terms-main-sidebar-menu .update .link, .ht-layout-terms-main-sidebar-menu .archives .link {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
  }
  .ht-layout-terms-main-sidebar-menu .update .link.more, .ht-layout-terms-main-sidebar-menu .archives .link.more {
    text-align: left;
  }
}
.ht-layout-terms-main-sidebar-menu .update ul, .ht-layout-terms-main-sidebar-menu .archives ul {
  list-style-position: outside;
}
.ht-layout-terms-main-sidebar-menu .update ul li, .ht-layout-terms-main-sidebar-menu .archives ul li {
  margin-bottom: 0.5em;
}
.ht-layout-terms-main-sidebar-menu .archives .link {
  margin-top: 0;
  padding-left: 0;
}
.ht-layout-terms-main .-center {
  text-align: center;
}
.ht-layout-terms-main .-right {
  text-align: right;
}
.ht-layout-terms-main .-left {
  text-align: left;
}
.ht-layout-terms-main .version {
  color: #505050;
  font-size: 14px;
  margin: 16px 0;
  text-align: right;
}
.ht-layout-terms-main .logo-list .item {
  margin-bottom: 2em;
}
.ht-layout-terms-main .logo-list .item p:first-child {
  margin-bottom: 0.5em;
}
.ht-layout-terms-main .ho-markdown-content h1,
.ht-layout-terms-main .ho-markdown-content h2,
.ht-layout-terms-main .ho-markdown-content h3,
.ht-layout-terms-main .ho-markdown-content h4,
.ht-layout-terms-main .ho-markdown-content h5 {
  color: #1d1d1d;
}
.ht-layout-terms-main .ho-markdown-content h1 {
  margin-bottom: 64px;
  text-align: center;
}
.ht-layout-terms-main .ho-markdown-content h2 {
  margin-bottom: 48px;
  text-align: center;
}
.ht-layout-terms-main .ho-markdown-content h3 {
  margin: 1.5em 0 1em;
}
.ht-layout-terms-main .ho-markdown-content ul {
  padding-right: 16px;
}
.ht-layout-terms-main .ho-markdown-content ul li {
  margin: 0;
}
.ht-layout-terms-main .ho-markdown-content > ul {
  margin-top: 0;
  padding-top: 0;
}
.ht-layout-terms-main .ho-markdown-content p {
  margin: 0 0 1em;
}
.ht-layout-terms-main .ho-markdown-content a {
  color: #0052aa;
  overflow-wrap: anywhere;
}
.ht-layout-terms-main .ho-markdown-content .list {
  margin-bottom: 2em;
}
.ht-layout-terms-main .ho-markdown-content ul, .ht-layout-terms-main .ho-markdown-content ol {
  list-style-position: outside;
  margin-left: 1em;
}
.ht-layout-terms-main .ho-markdown-content ul.no-style-type, .ht-layout-terms-main .ho-markdown-content ol.no-style-type {
  list-style-type: none;
  text-indent: -1.3em;
}
.ht-layout-terms-main .ho-markdown-content ul.brackets li, .ht-layout-terms-main .ho-markdown-content ol.brackets li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}
.ht-layout-terms-main .ho-markdown-content ul.brackets li:before, .ht-layout-terms-main .ho-markdown-content ol.brackets li:before {
  content: "(" counter(cnt) ")";
  display: inline-block;
  margin-left: -3.5em;
  width: 3em;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 769px) {
  .ht-layout-terms-main .ho-markdown-content {
    font-size: 14px;
  }
  .ht-layout-terms-main .ho-markdown-content h1 {
    font-size: 24px;
  }
  .ht-layout-terms-main .ho-markdown-content h2 {
    font-size: 20px;
  }
  .ht-layout-terms-main .ho-markdown-content h3 {
    font-size: 16px;
  }
  .ht-layout-terms-main .ho-markdown-content p {
    font-size: 14px;
  }
  .ht-layout-terms-main .ho-markdown-content a {
    font-size: inherit;
  }
}
.ht-layout-terms-main .ho-markdown-content > ol {
  padding: 0 0 16px 32px;
}
@media screen and (max-width: 769px) {
  .ht-layout-terms-main .ho-markdown-content > ol {
    padding: 0 0 16px 16px;
  }
}
.ht-layout-terms-main .ho-markdown-content > ol > li > ol,
.ht-layout-terms-main .ho-markdown-content ol.sub-list,
.ht-layout-terms-main .ho-markdown-content h3 + p + ol {
  list-style-type: none;
  padding: 0;
}
.ht-layout-terms-main .ho-markdown-content > ol > li > ol > li,
.ht-layout-terms-main .ho-markdown-content ol.sub-list > li,
.ht-layout-terms-main .ho-markdown-content h3 + p + ol > li {
  counter-increment: cnt;
  margin: 8px 0;
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 769px) {
  .ht-layout-terms-main .ho-markdown-content > ol > li > ol > li,
  .ht-layout-terms-main .ho-markdown-content ol.sub-list > li,
  .ht-layout-terms-main .ho-markdown-content h3 + p + ol > li {
    padding-left: 28px;
  }
}
.ht-layout-terms-main .ho-markdown-content > ol > li > ol > li::before,
.ht-layout-terms-main .ho-markdown-content ol.sub-list > li::before,
.ht-layout-terms-main .ho-markdown-content h3 + p + ol > li::before {
  content: "(" counter(cnt) ") ";
  left: 0;
  position: absolute;
  text-align: right;
  width: 32px;
}
@media screen and (max-width: 769px) {
  .ht-layout-terms-main .ho-markdown-content > ol > li > ol > li::before,
  .ht-layout-terms-main .ho-markdown-content ol.sub-list > li::before,
  .ht-layout-terms-main .ho-markdown-content h3 + p + ol > li::before {
    width: 24px;
  }
}
.ht-layout-terms-main .ho-markdown-content > ol > li > ol > li > ol,
.ht-layout-terms-main .ho-markdown-content ol.sub-list > li > ol,
.ht-layout-terms-main .ho-markdown-content h3 + p + ol > li > ol {
  list-style-type: lower-roman;
  padding: 0 0 0 32px;
}
@media screen and (max-width: 769px) {
  .ht-layout-terms-main .ho-markdown-content > ol > li > ol > li > ol,
  .ht-layout-terms-main .ho-markdown-content ol.sub-list > li > ol,
  .ht-layout-terms-main .ho-markdown-content h3 + p + ol > li > ol {
    padding: 0 0 0 16px;
  }
}
.ht-layout-terms-main .ho-markdown-content > ol > li > ol > li > ol > li,
.ht-layout-terms-main .ho-markdown-content ol.sub-list > li > ol > li,
.ht-layout-terms-main .ho-markdown-content h3 + p + ol > li > ol > li {
  margin: 8px 0;
  padding: 0;
}
.ht-layout-terms-main .ho-markdown-content > ol > li > ol > li > ol > li::before,
.ht-layout-terms-main .ho-markdown-content ol.sub-list > li > ol > li::before,
.ht-layout-terms-main .ho-markdown-content h3 + p + ol > li > ol > li::before {
  content: none;
}
.ht-layout-terms-main .ho-markdown-content ol.sub-list {
  padding-left: 32px;
  padding-top: 16px;
}
.ht-layout-terms-main .ho-markdown-content h3 + p + ol {
  padding-left: 16px;
}
.ht-layout-terms-main .ho-markdown-content table {
  border-collapse: collapse;
  margin: 1em;
}
.ht-layout-terms-main .ho-markdown-content table th,
.ht-layout-terms-main .ho-markdown-content table td {
  border: solid 1px #1d1d1d;
  padding: 8px;
}
.ht-layout-terms-main .ho-markdown-content table th ol,
.ht-layout-terms-main .ho-markdown-content table td ol {
  padding-bottom: 0;
  padding-top: 0;
}
.ht-layout-terms-main .ho-markdown-content table th.title,
.ht-layout-terms-main .ho-markdown-content table td.title {
  background-color: #f0fff4;
}
.ht-layout-terms-main .ho-markdown-content table th {
  background-color: #0052aa;
  color: white;
}
.ht-layout-terms-main .ho-markdown-content table .nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 769px) {
  .ht-layout-terms-main .ho-markdown-content table th,
  .ht-layout-terms-main .ho-markdown-content table td {
    font-size: 14px;
  }
  .ht-layout-terms-main .ho-markdown-content table .nowrap {
    white-space: normal;
  }
}
.ht-layout-terms-main .ho-markdown-content table.no-margin {
  margin: 0;
}
.ht-layout-terms-main .ho-markdown-content .commercial h3 {
  margin-bottom: 0;
}
.ht-layout-terms-main .ho-markdown-content .english-notice {
  color: #505050;
  font-size: 14px;
  margin: 16px;
}
.ht-layout-terms-main .ho-markdown-content .google-privacy {
  word-break: break-all;
}
.ht-layout-terms-main .ho-markdown-content .guideline-notice {
  border: 1px solid #1d1d1d;
  margin-bottom: 64px;
  margin-top: 64px;
  padding: 16px;
}
.ht-layout-terms-main .ho-markdown-content .guideline-notice.header {
  margin-bottom: 16px;
  margin-top: 27px;
}
.ht-layout-terms-main .ho-markdown-content .guideline-ul {
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.ht-layout-terms-main .ho-markdown-content .guideline-ul:last-child {
  margin-bottom: 16px;
}
.ht-layout-terms-main .ho-markdown-content .anker {
  border-top: 1px solid #e2e2e2;
  display: block;
  margin-top: 96px;
  padding-top: 64px;
}
@media screen and (max-width: 769px) {
  .ht-layout-terms-main .ho-markdown-content .anker {
    margin-top: 64px;
    padding-top: 32px;
  }
}
.ht-layout-terms-main .ho-markdown-content .anker.-no-margin {
  border: none;
  margin: 0;
  padding: 0;
}
.ht-layout-terms-main .ho-markdown-content .chapter {
  scroll-margin-top: 72px;
}
.ht-layout-terms-main .ho-markdown-content .-only-sp {
  display: none;
}
@media screen and (max-width: 769px) {
  .ht-layout-terms-main .ho-markdown-content .-only-sp {
    display: block;
  }
}
.ht-layout-terms-main .ho-markdown-content .copyright-notice {
  margin-top: 2em;
}
.ht-layout-terms-main .ho-markdown-content .copyright-notice > .title {
  font-weight: normal;
}
.ht-layout-terms-main .ho-markdown-content .copyright-notice > ul {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.ht-layout-terms-main .ho-markdown-content .annotation-container {
  margin: 2em 0;
}
.ht-layout-terms-main .ho-markdown-content .annotation-container > .title {
  font-weight: bold;
  margin-bottom: 1em;
}
.ht-layout-terms-main .ho-markdown-content .annotation-container > ul, .ht-layout-terms-main .ho-markdown-content .annotation-container ol {
  margin-bottom: 1em;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.ht-layout-terms-main .ho-markdown-content .indent-content {
  margin-bottom: 32px;
  margin-left: 32px;
}
.ht-layout-terms-main .ho-markdown-content .table-wrapper {
  padding: 16px;
}
.ht-layout-terms-main .ho-markdown-content .table-wrapper .title {
  margin-bottom: 8px;
}
.ht-layout-terms-main .ho-markdown-content .note {
  font-size: 14px;
  margin-top: 8px;
  padding-left: 8px;
}
.ht-layout-terms-footer {
  width: 100%;
  z-index: 0;
}
.ht-layout-terms .arrow-up {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  bottom: 16px;
  display: flex;
  filter: drop-shadow(0 0 8px #d9d9d9);
  height: 48px;
  justify-content: center;
  opacity: 0.7;
  position: fixed;
  right: 32px;
  transition: all 0.2s linear;
  width: 48px;
}
.ht-layout-terms .arrow-up .icon {
  width: 100%;
}
.ht-layout-terms .arrow-up:hover {
  transform: scale(1.25);
}
@media screen and (max-width: 769px) {
  .ht-layout-terms .arrow-up {
    bottom: 8px;
    height: 40px;
    right: 8px;
    width: 40px;
  }
}
.ht-layout-terms .order-omit {
  list-style-type: none;
  padding: 0 !important;
}
.ht-layout-terms ul.note-indent {
  display: table;
  width: 100%;
  padding: 0;
}
.ht-layout-terms ul.note-indent > li {
  list-style: none;
  margin-left: 1em;
}
.ht-layout-terms ul.note-indent > li.heading {
  margin-left: 0;
}
.ht-layout-terms ul.note-indent > li.half {
  margin-left: 0.5em;
}
.ht-layout-terms ul.note-indent > li.single-half {
  margin-left: 1.5em;
}
.ht-layout-terms ul.note-indent > li.double {
  margin-left: 2em;
}
.ht-layout-terms ul.note-indent > li > .head {
  display: table-cell;
  vertical-align: top;
  white-space: nowrap;
}
.ht-layout-terms ul.note-indent > li > .text {
  display: table-cell;
  vertical-align: top;
}

/* color palette */
/* font-settings */
/* font size */
/* content width */
/* content height */
/* z-index-settings */
.ho-the-header {
  background: #1d1d1d;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
  height: 60px;
  left: 0;
  min-width: 375px;
  position: fixed;
  top: 0;
  width: 100%;
}
.ho-the-header .active {
  display: block;
}
@media screen and (max-width: 769px) {
  .ho-the-header {
    height: 48px;
    padding: 0 8px;
    position: relative;
  }
}
.ho-the-header-nav {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 40px;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .ho-the-header-nav {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
  }
}
.ho-the-header-logo {
  display: block;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 769px) {
  .ho-the-header-logo {
    height: 36px;
  }
}
.ho-the-header-logo__link {
  display: block;
  height: 100%;
  padding: 10px 0;
}
.ho-the-header-logo__image {
  max-height: 100%;
  max-width: 100%;
  padding: 5px 0;
}
.ho-the-header-logo__text {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 150%;
}
.ho-the-header-menu {
  align-items: center;
  display: flex;
  flex: 1;
  height: 100%;
  justify-content: flex-end;
  margin-right: 0;
}
@media screen and (max-width: 769px) {
  .ho-the-header-menu {
    justify-content: flex-end;
  }
}
.ho-the-header-menu__item {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 769px) {
  .ho-the-header-menu__item {
    flex-wrap: wrap;
    justify-content: center;
    padding: 2px;
    width: 72px;
  }
}
.ho-the-header-menu__item:hover > .ho-the-header-menu__button {
  transition: opacity ease 0.1ms;
  will-change: opacity;
}
.ho-the-header-menu__item:hover > .ho-the-header-menu__button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 769px) {
  .ho-the-header-menu__item:hover > .ho-the-header-menu__button:hover {
    opacity: inherit;
  }
  .ho-the-header-menu__item:hover > .ho-the-header-menu__button:active {
    opacity: 0.7;
  }
}
.ho-the-header-menu__item.login {
  margin-right: 24px;
}
@media screen and (max-width: 769px) {
  .ho-the-header-menu__item.login {
    padding-top: 3px;
  }
}
.ho-the-header-menu__item .link {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 769px) {
  .ho-the-header-menu__item .link {
    flex-wrap: wrap;
  }
}
.ho-the-header-menu__item .link .icon {
  display: block;
  height: 24px;
  margin-right: 8px;
  width: 24px;
}
@media screen and (max-width: 769px) {
  .ho-the-header-menu__item .link .icon {
    height: 20px;
    margin: auto;
    width: 20px;
  }
}
.ho-the-header-menu__item .link .label {
  color: #fff;
}
@media screen and (max-width: 769px) {
  .ho-the-header-menu__item .link .label {
    display: inline-block;
    font-size: 12px;
    text-align: center;
    width: 100%;
  }
}
.ho-the-header-menu__button.ha-button {
  align-items: center;
  color: #505050;
  display: flex;
  font-size: 14px;
}
.ho-the-header-menu__button.ha-button--active {
  align-items: center;
  color: #0d5aa2;
  display: flex;
  font-size: 14px;
}
.ho-the-header-menu__button.ha-button--active > .ho-the-header-menu__earth {
  stroke: #0d5aa2;
}
.ho-the-header-menu__button.ha-button--active > .ho-the-header-menu__earth path {
  stroke: #0d5aa2;
}
@media screen and (max-width: 769px) {
  .ho-the-header-menu__button.ha-button {
    display: flex;
    flex-flow: column;
    height: 100%;
    justify-content: space-around;
    width: 100%;
  }
}
.ho-the-header-menu__primary {
  color: #fff;
  font-size: 12px;
  height: 100%;
}
.ho-the-header-menu__line {
  background-color: #505050;
  border-radius: 1px;
  display: block;
  height: 3px;
  width: 100%;
}
.ho-the-header-menu__line:last-of-type {
  align-self: baseline;
  width: 70%;
}
.ho-the-header-menu__hamburger {
  display: none;
  z-index: 80;
}
@media screen and (max-width: 769px) {
  .ho-the-header-menu__hamburger {
    display: block;
    margin-left: 24px;
    margin-right: 20px;
  }
  .ho-the-header-menu__hamburger #menu-btn-check {
    display: none;
  }
}
.ho-the-header-menu__hamburger-button {
  position: relative;
}
.ho-the-header-submenu {
  background-color: #0d5aa2;
  bottom: -34px;
  box-shadow: 0 8px 11px rgba(0, 0, 0, 0.16);
  display: none;
  left: 50%;
  padding: 24px 52px 24px 24px;
  position: absolute;
  transform: translate(-50%, 100%);
  width: fit-content;
}
@media screen and (max-width: 769px) {
  .ho-the-header-submenu {
    bottom: -20px;
  }
}
.ho-the-header-submenu::before {
  background-color: #0d5aa2;
  content: "";
  display: block;
  height: 20px;
  left: 50%;
  position: absolute;
  top: -10px;
  transform: translateX(-50%) rotate(45deg);
  width: 20px;
}
.ho-the-header-submenu__list {
  display: flex;
  flex-flow: column;
  width: 100%;
}
.ho-the-header-submenu__item {
  height: fit-content;
  margin-bottom: 16px;
  min-height: 24px;
  position: relative;
  width: 100%;
}
.ho-the-header-submenu__item::after {
  border-right: 0.5px solid #fff;
  border-top: 0.5px solid #fff;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  right: -20px;
  top: 10px;
  transform: rotate(45deg);
  width: 6px;
}
.ho-the-header-submenu__item:last-child {
  margin-bottom: 0;
}
.ho-the-header-submenu__item:hover > .ho-the-header-submenu__link {
  color: #d9d9d9;
}
.ho-the-header-submenu__link {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 100%;
  line-height: 1;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}
.ho-the-header-user {
  display: none;
  height: 24px;
  position: relative;
  width: 24px;
}
@media screen and (max-width: 769px) {
  .ho-the-header-user {
    display: block;
  }
}
.ho-the-header-user__icon,
.ho-the-header-user .ho-the-header-user__icon--active,
.ho-the-header-user .ho-the-header-user__icon--fill {
  height: 100%;
  width: 100%;
}
.ho-the-header-user__icon--fill > .a {
  fill: #0d5aa2;
}
.ho-the-header-user__icon--active > .a {
  fill: #0d5aa2;
}
.ho-the-header-user-menu {
  background-color: #0d5aa2;
  height: 100%;
  left: 0;
  overflow-y: scroll;
  padding: 32px 0;
  position: fixed;
  top: 48px;
  width: 100%;
}
.ho-the-header-user-menu--tologin {
  background-color: #0d5aa2;
  height: fit-content;
  left: 0;
  padding: 32px 0;
  position: fixed;
  top: 48px;
  width: 100%;
}
.ho-the-header-user-menu-login {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.ho-the-header-user-menu-login__text {
  color: #fff;
  display: block;
  font-size: 20px;
  letter-spacing: 0.025em;
  line-height: 30px;
}
.ho-the-header-user-menu__name {
  color: #fff;
  display: block;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 36px;
  margin: 0 auto 24px 20px;
}
.ho-the-header-user-menu__list {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding: 20px;
  width: 100%;
}
.ho-the-header-user-menu__item {
  height: fit-content;
  margin: 0 auto 12px 0;
  min-height: 24px;
  padding: 0 12px 0 52px;
  position: relative;
  width: 100%;
}
.ho-the-header-user-menu__item::after {
  border-right: 0.5px solid #fff;
  border-top: 0.5px solid #fff;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  right: 0;
  top: 8px;
  transform: rotate(45deg);
  width: 6px;
}
.ho-the-header-user-menu__item:last-child {
  margin-bottom: 0;
}
.ho-the-header-user-menu__item--title {
  align-items: center;
  display: flex;
  height: 36px;
  margin-bottom: 8px;
  width: 100%;
}
.ho-the-header-user-menu__icon {
  display: block;
  height: 100%;
  margin-right: 16px;
  width: 36px;
}
.ho-the-header-user-menu__icon > .a {
  fill: none;
}
.ho-the-header-user-menu__icon > .b {
  fill: #fff;
}
.ho-the-header-user-menu__icon--explore {
  display: block;
  height: 100%;
  margin-right: 16px;
  width: 36px;
}
.ho-the-header-user-menu__icon--explore > .b {
  fill: #fff;
}
.ho-the-header-user-menu__icon--user {
  display: block;
  height: 100%;
  margin-right: 16px;
  width: 36px;
}
.ho-the-header-user-menu__icon--user > .a {
  fill: #fff;
}
.ho-the-header-user-menu__title {
  color: #fff;
  display: block;
  flex: 1;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 30px;
}
.ho-the-header-user-menu__text {
  color: #fff;
  display: block;
  flex: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.ho-the-header-user-menu__text--disabled {
  color: #d9d9d9;
  display: block;
  flex: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.ho-the-header-user-menu__text--icon {
  display: inline-block;
  height: 20px;
  padding: 2px;
  vertical-align: text-bottom;
  width: 20px;
}
.ho-the-header-user-menu__outlink path {
  fill: #fff;
}
.ho-the-header-user-logout {
  height: fit-content;
  margin: 48px auto 120px;
  width: fit-content;
}
.ho-the-header-user-logout__button {
  color: #fff;
  font-size: 20px;
  height: 32px;
  letter-spacing: 0.025em;
  line-height: 30px;
  width: 128px;
}
.ho-the-header-hamburger {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.ho-the-header-hamburger__background {
  background-color: #333;
  height: 100%;
  opacity: 0.8;
  width: 100%;
}
.ho-the-header-hamburger__container {
  background: #0d5aa2;
  height: 100%;
  overflow-y: scroll;
  padding: 64px 5%;
  position: absolute;
  right: 0;
  top: 0;
  width: 80%;
}
.ho-the-header-hamburger__close {
  height: 32px;
  position: absolute;
  right: 20px;
  top: 10px;
  width: 32px;
}
.ho-the-header-hamburger__close::before {
  border-top: 3px solid #fff;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  top: 14px;
  transform: rotate(45deg);
  width: 100%;
}
.ho-the-header-hamburger__close::after {
  border-top: 3px solid #fff;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  right: 0;
  top: 14px;
  transform: rotate(-45deg);
  width: 100%;
}
.ho-the-header-hamburger__primary {
  height: 48px;
  margin-bottom: 16px;
  width: 100%;
}
.ho-the-header-hamburger__user {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  height: 48px;
  justify-content: flex-start;
  margin-bottom: 16px;
}
.ho-the-header-hamburger__title,
.ho-the-header-hamburger .ho-the-header-hamburger__title--contact {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  height: 48px;
  letter-spacing: 0.01em;
  line-height: 24px;
  width: 100%;
}
.ho-the-header-hamburger__title:active,
.ho-the-header-hamburger .ho-the-header-hamburger__title--contact:active {
  color: #d9d9d9;
}
.ho-the-header-hamburger__title--contact {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.ho-the-header-hamburger__list {
  margin-bottom: 10px;
  padding-left: 12px;
}
.ho-the-header-hamburger__item {
  height: fi-tcontent;
  width: 100%;
}
.ho-the-header-hamburger__link {
  color: #fff;
  display: block;
  line-height: 20px;
  padding: 11px 0 9.5px;
  text-align: left;
  width: 100%;
}
.ho-the-header-hamburger__link:active {
  color: #d9d9d9;
}
.ho-the-header-hamburger-language {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
  width: 100%;
}
.ho-the-header-hamburger-language__link {
  color: #fff;
  display: block;
  line-height: 20px;
  text-align: center;
  width: 50%;
}
.ho-the-header-hamburger-language__link:active {
  color: #d9d9d9;
}
.ho-the-header-hamburger-logo {
  display: block;
  margin: 40px auto 0;
  text-align: center;
  width: 128px;
}

.hamburger-content {
  background-color: #fff;
  border-left: 40px solid #0052aa;
  display: none;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 70;
}
.hamburger-content-header {
  height: 48px;
  padding: 0 8px;
  position: relative;
  width: 100%;
}
.hamburger-content-nav {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.hamburger-content-menu {
  display: flex;
  justify-content: flex-end;
}
.hamburger-content-menu__close {
  display: none;
  z-index: 80;
}
@media screen and (max-width: 769px) {
  .hamburger-content-menu__close {
    display: block;
    margin-left: 24px;
    margin-right: 20px;
    margin-top: 11px;
  }
  .hamburger-content-menu__close #menu-btn-check {
    display: none;
  }
}
.hamburger-content-menu__close-button {
  position: relative;
  z-index: 90;
}
.hamburger-content-main {
  height: 100%;
  margin: 70px 30px;
}
.hamburger-content-main__heading {
  color: #1d1d1d;
}
.hamburger-content-main__detail {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.hamburger-content-main__list {
  width: 100%;
}
.hamburger-content-main__list:last-child {
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  margin: 72px 0;
  padding: 24px 0;
}
.hamburger-content-main__item {
  height: fit-content;
  padding: 12px 20px;
  position: relative;
  width: 100%;
  transition: opacity ease 0.1ms;
  will-change: opacity;
}
.hamburger-content-main__item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 769px) {
  .hamburger-content-main__item:hover {
    opacity: inherit;
  }
  .hamburger-content-main__item:active {
    opacity: 0.7;
  }
}
.hamburger-content-main__item:last-child {
  margin-bottom: 0;
}
.hamburger-content-main__item--active {
  background-color: #0d5aa2;
  height: fit-content;
  padding: 12px 20px;
  position: relative;
  width: 100%;
}
.hamburger-content-main__item--logout {
  height: fit-content;
  padding: 12px 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
.hamburger-content-main__title {
  color: #333;
  display: block;
  flex: 1;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 30px;
}
.hamburger-content-main__text {
  color: #0d5aa2;
  display: block;
  flex: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.hamburger-content-main__text--active {
  color: #fff;
  display: block;
  flex: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.hamburger-content-main__text--disabled {
  color: #505050;
  display: block;
  flex: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  opacity: 0.7;
  pointer-events: none;
}
.hamburger-content-main__text--logout {
  color: #f00;
  display: block;
  flex: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.hamburger-content-footer {
  margin: 0 100px 115px;
  text-align: center;
}
.hamburger-content-footer__logo {
  width: 100%;
}
.hamburger-content-footer__image {
  max-width: 256px;
  min-width: 128px;
  width: 100%;
}

#menu-btn-check:checked ~ .hamburger-content {
  display: flex;
}

.submenu-enter-active {
  animation: submenu 0.08s;
}

.submenu-leave-active {
  animation: submenu 0.01s reverse;
}

.usermenu-enter-active {
  animation: usermenu 0.08s ease;
}

.usermenu-leave-active {
  animation: usermenu 0.01s reverse;
}

.hamburger-enter-active {
  animation: hamburger 0.15s ease-in-out;
}

.hamburger-leave-active {
  animation: hamburger 0.08s reverse;
}

@keyframes submenu {
  0% {
    height: 0;
    line-height: 0;
    opacity: 0;
    transform: translate(-50%, 95%);
  }
  90% {
    height: 20%;
    line-height: 0.2;
    opacity: 0.9;
  }
  100% {
    height: fit-content;
    line-height: 1;
    opacity: 1;
    transform: translate(-50%, 100%);
  }
}
@keyframes usermenu {
  0% {
    height: 0;
    line-height: 0;
    opacity: 0;
    transform: translateY(-10%);
  }
  90% {
    height: 20%;
    line-height: 0.2;
    opacity: 0.9;
  }
  100% {
    height: fit-content;
    line-height: 1;
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes hamburger {
  0% {
    transform: translateX(100%);
  }
  5% {
    transform: translateX(80%);
  }
  100% {
    transform: translateX(0);
  }
}
/* color palette */
/* font-settings */
/* font size */
/* content width */
/* content height */
/* z-index-settings */
.ho-the-footer {
  background-color: #333;
  min-width: 375px;
  padding: 52px 0 48px;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .ho-the-footer {
    padding: 36px 0 32px;
  }
}
.ho-the-footer-nav {
  align-items: flex-start;
  display: flex;
  height: 100%;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 769px) {
  .ho-the-footer-nav {
    align-items: center;
    flex-direction: column;
  }
}
.ho-the-footer-content {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  width: fit-content;
}
@media screen and (max-width: 769px) {
  .ho-the-footer-content {
    margin-bottom: 0;
    order: 3;
  }
}
.ho-the-footer-content__links {
  display: flex;
  flex-direction: initial;
  margin: 0 0 16px;
  width: fit-content;
}
@media screen and (max-width: 769px) {
  .ho-the-footer-content__links {
    margin: 32px 0;
    order: 1;
  }
}
.ho-the-footer-logo {
  bottom: 0;
  margin: 0;
  width: 160px;
  transition: opacity ease 0.1ms;
  will-change: opacity;
}
.ho-the-footer-logo:hover {
  opacity: 0.7;
}
@media screen and (max-width: 769px) {
  .ho-the-footer-logo:hover {
    opacity: inherit;
  }
  .ho-the-footer-logo:active {
    opacity: 0.7;
  }
}
@media screen and (max-width: 769px) {
  .ho-the-footer-logo {
    margin: 0 auto 24px;
  }
}
.ho-the-footer-copyright {
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 1;
  margin: 20px auto 0;
  width: fit-content;
}
.ho-the-footer-menu {
  margin-left: 120px;
}
@media screen and (max-width: 769px) {
  .ho-the-footer-menu {
    margin: 0 16px;
  }
}
.ho-the-footer-menu:first-child {
  margin-left: 0;
}
.ho-the-footer-menu-sp {
  display: none;
  order: 2;
}
@media screen and (max-width: 769px) {
  .ho-the-footer-menu-sp {
    display: inline;
  }
}
.ho-the-footer-menu-title {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: normal;
  margin-bottom: 20px;
}
.ho-the-footer-menu-list {
  width: fit-content;
}
.ho-the-footer-menu-item {
  margin-bottom: 20px;
}
.ho-the-footer-menu-item__button-pc {
  border: 1px solid #fff;
  border-radius: 24px;
  color: #fff;
  padding: 8px 20px;
  width: fit-content;
}
@media screen and (max-width: 769px) {
  .ho-the-footer-menu-item__button-pc {
    display: none;
    margin-bottom: 48px;
    margin-top: 12px;
  }
}
.ho-the-footer-menu-item__button-sp {
  border: 1px solid #fff;
  border-radius: 24px;
  color: #fff;
  display: none;
  padding: 8px 20px;
  width: fit-content;
}
@media screen and (max-width: 769px) {
  .ho-the-footer-menu-item__button-sp {
    display: block;
    margin-bottom: 48px;
    margin-top: 12px;
  }
}
.ho-the-footer-link {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}

/* color palette */
/* font-settings */
/* font size */
/* content width */
/* content height */
/* z-index-settings */
.ha-button {
  border: unset;
  display: block;
  max-height: 100%;
  max-width: 100%;
}

.ha-container {
  margin: 0 auto;
  max-width: 1280px;
  min-width: auto;
  padding: 0 40px;
}
@media screen and (max-width: 769px) {
  .ha-container {
    margin: 0;
    max-width: 100%;
    min-width: 100%;
    padding: 0;
    width: 100%;
  }
}

.ha-dialog-overlay {
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.ha-dialog-window {
  background-color: #fff;
  height: 90%;
  width: 90%;
}
@media screen and (max-width: 769px) {
  .ha-dialog-window {
    height: 60%;
  }
}
.ha-dialog-content {
  height: 100%;
  padding: 30px;
}

.ha-image {
  display: block;
  max-height: 100%;
  max-width: 100%;
}

.ha-loading {
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
.ha-loading__loader {
  align-items: center;
  display: flex;
  height: 184px;
  justify-content: center;
  margin: auto;
  width: 184px;
}
.ha-loading__image {
  display: block;
  margin: auto;
}

.ha-nuxt-link {
  text-decoration: none;
}

/* color palette */
/* font-settings */
/* font size */
/* content width */
/* content height */
/* z-index-settings */
.ho-markdown-content h1 {
  font-size: 32px;
  font-weight: bold;
  margin: 1em 0;
}
.ho-markdown-content h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 1em 0;
}
.ho-markdown-content h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 1em 0;
}
.ho-markdown-content p {
  display: block;
  margin: 1em 0;
}
.ho-markdown-content ul,
.ho-markdown-content li {
  margin: 1em 0;
}
.ho-markdown-content ul,
.ho-markdown-content ol {
  padding-left: 2em;
}
.ho-markdown-content ul {
  list-style-type: disc;
  padding: 16px 32px;
}
.ho-markdown-content ol {
  list-style-type: decimal;
  padding: 16px 32px;
}
.ho-markdown-content img {
  max-width: 100%;
}

/* color palette */
/* font-settings */
/* font size */
/* content width */
/* content height */
/* z-index-settings */
.ho-form-user-content__row {
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  .ho-form-user-content__row {
    flex-direction: column;
    row-gap: 12px;
  }
}
.ho-form-user-content__label {
  width: 224px;
}
.ho-form-user-content__field {
  flex: 1;
}
.ho-form-user-content__error {
  color: #B50404;
  font-size: 12px;
}
.ho-form-user-content__error.disabled {
  display: none;
}
.ho-form-user-content__error li {
  color: #f00;
}
.ho-form-user-content__message {
  background-color: #f5f5f5;
  margin: 19px auto;
  padding: 7px 10px;
}
.ho-form-user-content__message p {
  color: #707070;
  font-size: 12px;
}
.ho-form-user-content__caution {
  color: #f00;
}
.ho-form-user-content__note {
  font-size: 13px;
}
.ho-form-user-content__link a {
  color: #038aac;
  text-decoration: underline;
}
.ho-form-user-content__link a:hover, .ho-form-user-content__link a:focus, .ho-form-user-content__link a:active {
  color: #ef529f;
}
.ho-form-user-content__radio {
  margin-right: 50px;
}
.ho-form-user-content__inner {
  display: flex;
  justify-content: space-between;
}

.detail {
  align-items: flex-end;
  display: flex;
  font-size: 14px;
  margin: 30px auto;
}
.detail-checkbox {
  font-size: 14px;
  margin-right: 15px;
}
.detail-link {
  color: #0d5aa2;
  font-size: 14px;
}

.link {
  color: #0d5aa2;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 60px;
}
.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  border-radius: 10px;
  width: 80%;
}
.modal-header {
  margin-bottom: 20px;
  text-align: center;
}
.modal-title {
  font-size: 1rem;
}
.modal-body {
  padding: 20px;
}
.modal .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.modal .close:hover,
.modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* color palette */
/* font-settings */
/* font size */
/* content width */
/* content height */
/* z-index-settings */
.hm-border-button {
  background-color: transparent;
  border: 2px solid #038aac;
  border-radius: 4px;
  cursor: pointer;
  height: 48px;
  padding: 10px 12px;
  width: fit-content;
}
.hm-border-button:hover, .hm-border-button:focus, .hm-border-button:active {
  border-color: #0d5aa2;
}
.hm-border-button:hover > .hm-border-button__content, .hm-border-button:focus > .hm-border-button__content, .hm-border-button:active > .hm-border-button__content {
  color: #0d5aa2;
}
.hm-border-button__content {
  color: #038aac;
  display: block;
  font-size: 16px;
  font-weight: 400;
  height: 100%;
  letter-spacing: 0.01em;
  line-height: 1;
  white-space: nowrap;
  width: 100%;
}
.hm-border-button__content > span {
  color: #038aac;
  font-size: 16px;
  font-weight: 400;
  height: 100%;
  letter-spacing: 0.01em;
  line-height: 1;
  white-space: nowrap;
  width: 100%;
}
.hm-border-button--disabled {
  background-color: transparent;
  border: 2px solid #038aac;
  border-radius: 4px;
  height: 48px;
  opacity: 0.5;
  padding: 10px 12px;
  pointer-events: none;
  width: fit-content;
}

/* color palette */
/* font-settings */
/* font size */
/* content width */
/* content height */
/* z-index-settings */
.hm-cancel-button {
  background-color: #f00;
  border-radius: 4px;
  cursor: pointer;
  height: 48px;
  padding: 12px;
  width: fit-content;
}
.hm-cancel-button:hover, .hm-cancel-button:focus, .hm-cancel-button:active {
  background-color: #0d5aa2;
}
.hm-cancel-button__content {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 400;
  height: 100%;
  letter-spacing: 0.01em;
  line-height: 1;
  white-space: nowrap;
  width: 100%;
}
.hm-cancel-button__content > span {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  height: 100%;
  letter-spacing: 0.01em;
  line-height: 1;
  white-space: nowrap;
  width: 100%;
}
.hm-cancel-button--disabled {
  background-color: #f00;
  border-radius: 4px;
  height: 48px;
  opacity: 0.5;
  padding: 12px;
  pointer-events: none;
  width: fit-content;
}

/* color palette */
/* font-settings */
/* font size */
/* content width */
/* content height */
/* z-index-settings */
.hm-input-text-base {
  border-bottom: 1px solid #d5d5d5;
  display: block;
  width: 100%;
}
.hm-input-text-base:disabled {
  border-color: rgba(0, 0, 0, 0.12);
}
.hm-input-text-base.caution {
  border-color: #f00;
}
.hm-input-text-base:active, .hm-input-text-base:focus, .hm-input-text-base:hover, .hm-input-text-basefocus-within {
  border-color: #feba4c;
}
.hm-input-text-base:active .hm-input-text-base__input, .hm-input-text-base:focus .hm-input-text-base__input, .hm-input-text-base:hover .hm-input-text-base__input, .hm-input-text-basefocus-within .hm-input-text-base__input {
  caret-color: #feba4c;
}
.hm-input-text-base__input {
  color: #333;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
}
.hm-input-text-base__input::selection {
  background-color: #feba4c;
  color: #fff;
}
.hm-input-text-base__error {
  color: #f00;
  display: block;
  font-size: 10px;
  font-weight: 400;
  margin-top: 4px;
  width: fit-content;
}

/* color palette */
/* font-settings */
/* font size */
/* content width */
/* content height */
/* z-index-settings */
.hm-primary-button {
  background-color: #0052aa;
  border-radius: 4px;
  cursor: pointer;
  height: 48px;
  width: fit-content;
}
.hm-primary-button:hover, .hm-primary-button:focus, .hm-primary-button:active {
  opacity: 0.7;
  text-decoration: none;
  transition: opacity ease 0.1ms;
  will-change: opacity;
}
.hm-primary-button__content {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 400;
  height: 100%;
  letter-spacing: 0.01em;
  line-height: 1;
  white-space: nowrap;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .hm-primary-button__content {
    padding: 8px;
  }
}
.hm-primary-button__content > span {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  height: 100%;
  letter-spacing: 0.01em;
  white-space: nowrap;
  width: 100%;
}
.hm-primary-button__content > span.connection {
  font-size: 14px;
}
.hm-primary-button.disabled {
  background-color: #d2d2d2;
  color: #fff;
  line-height: 1;
  pointer-events: none;
  white-space: nowrap;
}
.hm-primary-button.caution {
  background-color: #d63333;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}

/* color palette */
/* font-settings */
/* font size */
/* content width */
/* content height */
/* z-index-settings */
.ht-about-container.ha-container {
  margin: 64px auto 80px;
}
@media screen and (max-width: 769px) {
  .ht-about-container.ha-container {
    padding: 0 10px;
  }
}

/* color palette */
/* font-settings */
/* font size */
/* content width */
/* content height */
/* z-index-settings */
.ht-privacy_policy-container.ha-container {
  margin: 64px auto 80px;
}
@media screen and (max-width: 769px) {
  .ht-privacy_policy-container.ha-container {
    padding: 0 10px;
  }
}

/* color palette */
/* font-settings */
/* font size */
/* content width */
/* content height */
/* z-index-settings */
.ht-terms-container.ha-container {
  margin: 64px auto 80px;
}
@media screen and (max-width: 769px) {
  .ht-terms-container.ha-container {
    padding: 0 10px;
  }
}

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

.indent-disable-list {
  padding-left: 0 !important;
  padding-top: 0 !important;
}
.indent-disable-list > .nopoint {
  list-style: none;
}
.indent-disable-list > .indent {
  list-style: none;
  margin-left: -2em !important;
}

ul.margin-disable-list {
  margin: 0 !important;
}

.table-ordered-list {
  margin-left: 2em;
  padding: 0 !important;
}
.table-ordered-list > .brackets {
  counter-increment: count;
  list-style-type: none;
  position: relative;
}
.table-ordered-list > .brackets:first-of-type {
  margin-top: 0 !important;
}
.table-ordered-list > .brackets:last-of-type {
  margin-bottom: 0 !important;
}
.table-ordered-list > .brackets::before {
  content: "(" counter(count) ")";
  display: inline-block;
  left: 0;
  margin-left: -2em;
  position: absolute;
  text-align: right;
  top: 0;
  width: 1.5em;
}

.bg-red {
  background-color: #f4cccc;
}

.bg-green {
  background-color: #d9ead3;
}

.bg-gray {
  background-color: #333;
}

/* color palette */
/* font-settings */
/* font size */
/* content width */
/* content height */
/* z-index-settings */
.ht-login .title {
  color: #333;
  font-size: 24px;
  margin-bottom: 48px;
}
.ht-login .title .only-sp {
  display: none;
}
@media screen and (max-width: 769px) {
  .ht-login .title .only-sp {
    display: inline;
  }
}
.ht-login-container.ha-container {
  background-color: #fff;
  margin: 100px auto;
  max-width: 415px;
  min-width: 375px;
  padding: 72px 32px;
  text-align: center;
  width: 415px;
}
@media screen and (max-width: 769px) {
  .ht-login-container.ha-container {
    margin: 0 auto;
    max-width: none;
    min-width: none;
    width: auto;
  }
}
.ht-login-container.ha-container ul {
  margin: 48px 0;
}
.ht-login-container.ha-container li {
  margin: 20px 0;
}
.ht-login__button-login {
  align-items: center;
  display: inline-flex;
  height: 48px;
  transition: opacity 0.2s linear;
  width: 280px;
}
.ht-login__button-login:hover {
  opacity: 0.7;
}
.ht-login__button-login .label {
  cursor: inherit;
  font-size: 16px;
  margin-left: 30px;
  text-align: left;
  width: 100%;
}
.ht-login__button-login-google {
  background-color: #4285f4;
  border: solid 1px #4285f4;
}
.ht-login__button-login-google::before {
  aspect-ratio: 1;
  background-image: url(/images/auth/google_logo.svg);
  background-position: center;
  background-size: cover;
  border-right: 1px solid #4285f4;
  content: "";
  display: block;
  height: 100%;
  margin: 0;
}
.ht-login__button-login-google .label {
  color: white;
}
.ht-login__button-login-ms {
  background-color: #fff;
  border: solid 1px #1d1d1d;
}
.ht-login__button-login-ms::before {
  aspect-ratio: 1;
  background-image: url(/images/auth/microsoft_logo.svg);
  background-position: center;
  background-size: cover;
  border-right: 1px solid #1d1d1d;
  content: "";
  display: block;
  height: 100%;
  margin: 0;
}
.ht-login__button-login-ms .label {
  color: #1d1d1d;
}
.ht-login__button-login-apple {
  background-color: #1d1d1d;
  border: solid 1px #1d1d1d;
}
.ht-login__button-login-apple::before {
  aspect-ratio: 1;
  background-image: url(/images/auth/apple_logo.svg);
  background-position: center;
  background-size: cover;
  border-right: 1px solid #1d1d1d;
  content: "";
  display: block;
  height: 100%;
  margin: 0;
}
.ht-login__button-login-apple .label {
  color: #fff;
}
.ht-login__button-login-daccount {
  background-color: #c03;
  border: solid 1px #c03;
}
.ht-login__button-login-daccount::before {
  aspect-ratio: 1;
  background-image: url(/images/auth/daccount_logo.svg);
  background-position: center;
  background-size: cover;
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  margin: 4px 2px 4px 4px;
}
.ht-login__button-login-daccount .label {
  color: #fff;
}
.ht-login__button-login-line {
  background-color: #06C755;
  border: solid 1px #06C755;
}
.ht-login__button-login-line::before {
  aspect-ratio: 1;
  background-image: url(/images/auth/line_logo.svg);
  background-position: center;
  background-size: cover;
  border-right: 1px solid #06C755;
  content: "";
  display: block;
  height: 100%;
  margin: 0;
}
.ht-login__button-login-line .label {
  color: white;
}
.ht-login .detail {
  display: block;
  font-size: 14px;
  margin-bottom: 30px;
  text-align: center;
}
.ht-login .detail-link {
  color: #0d5aa2;
  font-size: 14px;
}
.ht-login .detail:last-child {
  margin-bottom: 0;
}
.ht-login .detail.note-link {
  align-items: center;
  display: flex;
  gap: 4px;
  justify-content: center;
}
.ht-login .detail.note-link > .icon {
  height: 20px;
  object-fit: contain;
  width: 20px;
}
.ht-login .detail.note-link > a {
  flex: unset;
}

/* color palette */
/* font-settings */
/* font size */
/* content width */
/* content height */
/* z-index-settings */
.ht-mypage-profile {
  width: 100%;
}
.ht-mypage-profile-container.ha-container {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  margin: 72px auto;
  max-width: 1200px;
  padding: 72px 0;
  width: auto;
}
@media screen and (max-width: 769px) {
  .ht-mypage-profile-container.ha-container {
    margin: 0 auto;
    max-width: none;
    min-height: calc(100vh - 204px);
    min-width: none;
    width: auto;
  }
}
.ht-mypage-profile .title {
  color: #1d1d1d;
  font-size: 24px;
  margin-bottom: 48px;
  text-align: center;
}
.ht-mypage-profile-image {
  border: unset;
  height: 148px;
  margin-bottom: 32px;
}
.ht-mypage-profile-image__uploader {
  border-radius: 3px;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.05);
  display: block;
  height: 148px;
  padding: 10px;
  width: 148px;
}
.ht-mypage-profile-image__icon {
  height: 100%;
  width: 100%;
}
.ht-mypage-profile-messages {
  margin: 0 auto 64px;
  width: fit-content;
}
.ht-mypage-profile-messages__item {
  color: #333;
  font-size: 10px;
  font-weight: 400;
  list-style: disc;
}
.ht-mypage-profile-subtitle {
  margin: 0 auto 24px;
  text-align: center;
  width: 280px;
}
.ht-mypage-profile-name {
  height: fit-content;
  margin: 0 auto 64px;
  width: 280px;
}
.ht-mypage-profile-name__value {
  display: block;
  font-size: 20px;
  font-weight: 500;
  height: fit-content;
  text-align: center;
  width: 100%;
}
.ht-mypage-profile-button {
  height: 48px;
  margin: 24px auto 0;
  width: 200px;
}

.mypage-user__profile {
  margin: 0 auto;
  max-width: 550px;
  width: auto;
}
@media screen and (max-width: 769px) {
  .mypage-user__profile {
    margin: 0 20px;
  }
}

.ht-mypage-confirm-immigration {
  width: 100%;
}
.ht-mypage-confirm-immigration-messages {
  margin: 0 auto 64px;
  width: fit-content;
}
.ht-mypage-confirm-immigration-messages__item {
  color: #333;
  font-size: 10px;
  font-weight: 400;
  list-style: disc;
}
.ht-mypage-confirm-immigration-subtitle {
  margin: 0 auto 24px;
  text-align: center;
  width: 280px;
}
.ht-mypage-confirm-immigration-button {
  height: 40px;
  margin: 24px auto;
  width: 500px;
}
.ht-mypage-confirm-immigration__form-check-box {
  text-align: center;
}

/* color palette */
/* font-settings */
/* font size */
/* content width */
/* content height */
/* z-index-settings */
.ht-mypage-connection {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  margin: 48px auto;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .ht-mypage-connection {
    margin: 0 auto;
    max-width: none;
    min-width: none;
    padding: 16px;
    width: auto;
  }
}
.ht-mypage-connection__title {
  color: #1d1d1d;
  font-weight: bold;
  margin-bottom: 48px;
  max-width: 450px;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .ht-mypage-connection__title {
    margin-bottom: 36px;
  }
}
.ht-mypage-connection__content {
  width: 100%;
}

.link-account-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: auto;
  max-width: 450px;
  width: auto;
}
.link-account-list__item {
  align-items: center;
  display: flex;
  width: 100%;
}
.link-account-list__icon {
  margin: 5px;
  min-width: 44px;
  width: auto;
}
.link-account-list__icon.apple {
  background-color: #1d1d1d;
}
.link-account-list__title {
  margin: 0 auto 0 28px;
  width: auto;
}
@media screen and (max-width: 769px) {
  .link-account-list__title {
    margin-left: 8px;
  }
}
.link-account-list__text {
  font-weight: bold;
}
.link-account-list__text.linked {
  color: #999;
  font-size: 12px;
  word-break: break-all;
  word-wrap: break-word;
}
.link-account-list__text.disabled {
  display: none;
}
.link-account-list__button {
  display: block;
  height: 36px;
  margin: 5px;
  width: 112px;
  flex-shrink: 0;
}

/* color palette */
/* font-settings */
/* font size */
/* content width */
/* content height */
/* z-index-settings */
.ht-mypage-mail {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  margin: 48px auto;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .ht-mypage-mail {
    margin: 0 auto;
    max-width: none;
    min-width: none;
    padding: 16px;
    width: auto;
  }
}

.mypage-mail-profile {
  margin: 0 auto;
  max-width: 550px;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .mypage-mail-profile {
    margin: 0 20px;
  }
}
.mypage-mail-profile > .message {
  margin: 48px auto;
  color: #333;
  text-align: center;
  font-size: 12px;
}
.mypage-mail-profile > .message.disabled {
  display: none;
}
.mypage-mail-profile > .actions {
  margin-top: 48px;
}

.mypage-mail-submit {
  margin: 0 auto;
  max-width: 550px;
  width: auto;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .mypage-mail-submit {
    margin: 0 20px;
  }
}
.mypage-mail-submit__container {
  margin: 48px auto;
}
.mypage-mail-submit__container.link {
  padding-top: 48px;
}
.mypage-mail-submit__text {
  margin: 12px auto;
}
.mypage-mail-submit__text.email {
  font-weight: bold;
}
.mypage-mail-submit__text.error {
  color: #B50404;
}
.mypage-mail-submit__image {
  width: auto;
  max-width: 48px;
}
.mypage-mail-submit__link {
  margin: 12px auto;
}

/* color palette */
/* font-settings */
/* font size */
/* content width */
/* content height */
/* z-index-settings */
.ht-support-profile {
  width: 100%;
}
.ht-support-profile-container {
  margin-bottom: 32px;
  max-width: 1200px;
  min-width: 800px;
}
.ht-support-profile-image {
  border: unset;
  height: 148px;
  margin-bottom: 32px;
}
.ht-support-profile-image__uploader {
  border-radius: 3px;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.05);
  display: block;
  height: 148px;
  padding: 10px;
  width: 148px;
}
.ht-support-profile-image__icon {
  height: 100%;
  width: 100%;
}
.ht-support-profile-messages {
  margin: 0 auto 64px;
  width: fit-content;
}
.ht-support-profile-messages__item {
  color: #333;
  font-size: 10px;
  font-weight: 400;
  list-style: disc;
}
.ht-support-profile-subtitle {
  margin: 0 auto 24px;
  text-align: center;
  width: 280px;
}
.ht-support-profile-name {
  height: fit-content;
  margin: 0 auto 64px;
  width: 280px;
}
.ht-support-profile-name__value {
  display: block;
  font-size: 20px;
  font-weight: 500;
  height: fit-content;
  text-align: center;
  width: 100%;
}
.ht-support-profile-modal__confirm {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 40px;
  text-align: center;
}
.ht-support-profile-modal__account-id {
  text-align: center;
  margin-bottom: 20px;
}
.ht-support-profile-modal__form-input {
  border: 1px solid #e2e2e2;
  width: 100%;
  margin-bottom: 5px;
  padding: 0.375rem 0.75rem;
}
.ht-support-profile-modal__error {
  font-size: 1rem;
  font-weight: bold;
  color: #f00;
  margin-bottom: 20px;
  text-align: center;
}
.ht-support-profile-modal__button {
  margin: 0 auto;
}
.ht-support-profile .modal-content {
  width: 400px;
}

.ht-support-user-list {
  width: 100%;
}
.ht-support-user-list-container {
  margin-bottom: 32px;
  max-width: 1200px;
  min-width: 800px;
}
.ht-support-user-list__search-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ht-support-user-list__table {
  width: 100%;
}
.ht-support-user-list__table th, .ht-support-user-list__table td {
  padding: 10px 20px;
  text-align: center;
  border-bottom: 1px solid #e2e2e2;
}
.ht-support-user-list__button {
  display: block;
  height: 36px;
  margin: 5px;
  padding: 0 10px;
  min-width: 112px;
}
