@charset "UTF-8";
/* color
/*----------------------------------------------------*/
:root {
  --action: #1869DB;
  --active: #1869DB;
  --active-light: #86b1ee;
  --important: #CC372F;
  --submit: #CC372F;
  --error: #CC372F;
  --success: #277D02;
  --caution: #FFC800;
  --caution-dark: #d2a500;
  --edit: #277D02;
  --other: #555;
  --cancel: #ccc;
  --line: #ccc;
  --back: #f3f2f1;
  --high: #ffe1df;
  --mid: #fff4cd;
}

.gray {
  --main50: #f9fafb;
  --main100:#f3f4f6;
  --main200:#e5e7eb;
  --main300:#d1d5db;
  --main400:#9ca3af;
  --main500:#6b7280;
  --main600:#4b5563;
  --main700:#374151;
  --main800:#1f2937;
  --main900:#111827;
  --main950:#030712;
  --accent1:#FA5537;
  --accent2:#79806B;
}

.red {
  --main50: #fef2f2;
  --main100:#fee2e2;
  --main200:#fecaca;
  --main300:#fca5a5;
  --main400:#f87171;
  --main500:#ef4444;
  --main600:#dc2626;
  --main700:#b91c1c;
  --main800:#991b1b;
  --main900:#7f1d1d;
  --main950:#450a0a;
  --accent1:#43ADF0;
  --accent2:#75755B;
}

.orange {
  --main50: #fff7ed;
  --main100:#ffedd5;
  --main200:#fed7aa;
  --main300:#fdba74;
  --main400:#fb923c;
  --main500:#f97316;
  --main600:#ea580c;
  --main700:#c2410c;
  --main800:#9a3412;
  --main900:#7c2d12;
  --main950:#431407;
  --accent1:#3716FA;
  --accent2:#6B806A;
}

.amber {
  --main50: #fffbeb;
  --main100:#fef3c7;
  --main200:#fde68a;
  --main300:#fcd34d;
  --main400:#fbbf24;
  --main500:#f59e0b;
  --main600:#d97706;
  --main700:#b45309;
  --main800:#92400e;
  --main900:#78350f;
  --main950:#451a03;
  --accent1:#940AF5;
  --accent2:#5F7A6B;
}

.yellow {
  --main50: #fefce8;
  --main100:#fef9c3;
  --main200:#fef08a;
  --main300:#fde047;
  --main400:#facc15;
  --main500:#eab308;
  --main600:#ca8a04;
  --main700:#a16207;
  --main800:#854d0e;
  --main900:#713f12;
  --main950:#422006;
  --accent1:#D507EB;
  --accent2:#56706A;
}

.lime {
  --main50: #f7fee7;
  --main100:#ecfccb;
  --main200:#d9f99d;
  --main300:#bef264;
  --main400:#a3e635;
  --main500:#84cc16;
  --main600:#65a30d;
  --main700:#4d7c0f;
  --main800:#3f6212;
  --main900:#365314;
  --main950:#1a2e05;
  --accent1:#CC3816;
  --accent2:#454952;
}

.green {
  --main50: #f0fdf4;
  --main100:#dcfce7;
  --main200:#bbf7d0;
  --main300:#86efac;
  --main400:#4ade80;
  --main500:#22c55e;
  --main600:#16a34a;
  --main700:#15803d;
  --main800:#166534;
  --main900:#14532d;
  --main950:#052e16;
  --accent1:#C48521;
  --accent2:#46424A;
}

.emerald {
  --main50: #ecfdf5;
  --main100:#d1fae5;
  --main200:#a7f3d0;
  --main300:#6ee7b7;
  --main400:#34d399;
  --main500:#10b981;
  --main600:#059669;
  --main700:#047857;
  --main800:#065f46;
  --main900:#064e3b;
  --main950:#022c22;
  --accent1:#BA8B11;
  --accent2:#3E3540;
}

.teal {
  --main50: #f0fdfa;
  --main100:#ccfbf1;
  --main200:#99f6e4;
  --main300:#5eead4;
  --main400:#2dd4bf;
  --main500:#14b8a6;
  --main600:#0d9488;
  --main700:#0f766e;
  --main800:#115e59;
  --main900:#134e4a;
  --main950:#042f2e;
  --accent1:#B89614;
  --accent2:#3D343D;
}

.cyan {
  --main50: #ecfeff;
  --main100:#cffafe;
  --main200:#a5f3fc;
  --main300:#67e8f9;
  --main400:#22d3ee;
  --main500:#06b6d4;
  --main600:#0891b2;
  --main700:#0e7490;
  --main800:#155e75;
  --main900:#164e63;
  --main950:#083344;
  --accent1:#D4BE06;
  --accent2:#59454E;
}

.sky {
  --main50: #f0f9ff;
  --main100:#e0f2fe;
  --main200:#bae6fd;
  --main300:#7dd3fc;
  --main400:#38bdf8;
  --main500:#0ea5e9;
  --main600:#0284c7;
  --main700:#0369a1;
  --main800:#075985;
  --main900:#0c4a6e;
  --main950:#082f49;
  --accent1:#E8DF0E;
  --accent2:#6E585B;
}

.blue {
  --main50: #eff6ff;
  --main100:#dbeafe;
  --main200:#bfdbfe;
  --main300:#93c5fd;
  --main400:#60a5fa;
  --main500:#3b82f6;
  --main600:#2563eb;
  --main700:#1d4ed8;
  --main800:#1e40af;
  --main900:#1e3a8a;
  --main950:#172554;
  --accent1:#C5F53B;
  --accent2:#7A6764;
}

.indigo {
  --main50: #eef2ff;
  --main100:#e0e7ff;
  --main200:#c7d2fe;
  --main300:#a5b4fc;
  --main400:#818cf8;
  --main500:#6366f1;
  --main600:#4f46e5;
  --main700:#4338ca;
  --main800:#3730a3;
  --main900:#312e81;
  --main950:#1e1b4b;
  --accent1:#88F263;
  --accent2:#785C4E;
}

.violet {
  --main50: #f5f3ff;
  --main100:#ede9fe;
  --main200:#ddd6fe;
  --main300:#c4b5fd;
  --main400:#a78bfa;
  --main500:#8b5cf6;
  --main600:#7c3aed;
  --main700:#6d28d9;
  --main800:#5b21b6;
  --main900:#4c1d95;
  --main950:#2e1065;
  --accent1:#5BF56D;
  --accent2:#7A6754;
}

.purple {
  --main50: #faf5ff;
  --main100:#f3e8ff;
  --main200:#e9d5ff;
  --main300:#d8b4fe;
  --main400:#c084fc;
  --main500:#a855f7;
  --main600:#9333ea;
  --main700:#7e22ce;
  --main800:#6b21a8;
  --main900:#581c87;
  --main950:#3b0764;
  --accent1:#54F78D;
  --accent2:#7D6F5A;
}

.fuchsia {
  --main50: #fdf4ff;
  --main100:#fae8ff;
  --main200:#f5d0fe;
  --main300:#f0abfc;
  --main400:#e879f9;
  --main500:#d946ef;
  --main600:#c026d3;
  --main700:#a21caf;
  --main800:#86198f;
  --main900:#701a75;
  --main950:#4a044e;
  --accent1:#46F0BE;
  --accent2:#756E5A;
}

.pink {
  --main50: #fdf2f8;
  --main100:#fce7f3;
  --main200:#fbcfe8;
  --main300:#f9a8d4;
  --main400:#f472b6;
  --main500:#ec4899;
  --main600:#db2777;
  --main700:#be185d;
  --main800:#9d174d;
  --main900:#831843;
  --main950:#500724;
  --accent1:#4AD9ED;
  --accent2:#736F56;
}

.rose {
  --main50: #fff1f2;
  --main100:#ffe4e6;
  --main200:#fecdd3;
  --main300:#fda4af;
  --main400:#fb7185;
  --main500:#f43f5e;
  --main600:#e11d48;
  --main700:#be123c;
  --main800:#9f1239;
  --main900:#881337;
  --main950:#4c0519;
  --accent1:#40BFF5;
  --accent2:#7A7962;
}

/* base
/*----------------------------------------------------*/
:root {
  --shadow-xs: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  --shadow-sm: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  --shadow-md: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  --shadow-lg: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  --shadow-xl: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "Noto Sans CJK JP", Osaka, Meiryo, メイリオ, "MS PGothic", "ＭＳ Ｐゴシック", "Hiragino Sans GB", "Helvetica Neue", HelveticaNeue, Helvetica, "Noto Sans", Roboto, Arial, "Arial Unicode MS", sans-serif;
  box-sizing: border-box;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
}

:where(ul) {
  margin: 0;
  padding: 0;
  list-style: none;
}

:where(p) {
  margin: 0;
}

div, span, header, main, nav, section, footer, ol, ul, li {
  box-sizing: border-box;
}

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

ol, ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
}

i {
  font-family: system-ui;
}

dl {
  display: flex;
  align-items: center;
  margin-block: 0;
  margin-inline: 0;
  gap: 5px;
}
dl.col {
  flex-direction: column;
  align-items: start;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0;
}

summary {
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

fieldset {
  border: none;
  margin-inline: 0;
  padding-block: 0;
  padding-inline: 0;
  padding-block: 0;
}

[role=group]:has([type=radio]) .form__item__group, [role=group]:has([type=checkbox]) .form__item__group,
[role=radiogroup]:has([type=radio]) .form__item__group,
[role=radiogroup]:has([type=checkbox]) .form__item__group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 5px;
  column-gap: 15px;
}
[role=group]:has([type=radio]) .form__item__group label, [role=group]:has([type=checkbox]) .form__item__group label,
[role=radiogroup]:has([type=radio]) .form__item__group label,
[role=radiogroup]:has([type=checkbox]) .form__item__group label {
  white-space: wrap;
}
[role=group]:has([type=radio]).col .form__item__group, [role=group]:has([type=checkbox]).col .form__item__group,
[role=radiogroup]:has([type=radio]).col .form__item__group,
[role=radiogroup]:has([type=checkbox]).col .form__item__group {
  display: flex;
  flex-direction: column;
  align-items: start;
  flex-wrap: wrap;
  gap: 3px;
}
[role=group] .material-symbols-outlined,
[role=radiogroup] .material-symbols-outlined {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #555;
  width: 10px;
  height: 10px;
  padding: 2px;
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  overflow: hidden;
}
[role=group] .material-symbols-outlined:hover,
[role=radiogroup] .material-symbols-outlined:hover {
  opacity: 80%;
}

legend {
  padding-inline: 0;
  unicode-bidi: isolate;
  border: none;
  margin-bottom: 5px;
}

.change__device {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--other);
  border-radius: 100px;
  width: 50px;
  height: 50px;
  text-decoration: none;
  color: #fff;
  right: 15px;
  bottom: 15px;
  transition: 0.2s;
}
.change__device:hover {
  opacity: 0.8;
}

#axol_top_flash {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  background: yellow;
  box-sizing: border-box;
  box-shadow: var(--shadow-sm);
  border-radius: 5px 5px 0 0;
  width: 100%;
  margin: 0 auto;
  padding: 15px 20px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.2s;
}
#axol_top_flash:hover {
  opacity: 70%;
}
#axol_top_flash.close {
  display: none;
}
#axol_top_flash span {
  font-size: 14px;
}
#axol_top_flash.is_success {
  background: #b2fa6e;
}
#axol_top_flash [type=button] {
  background: transparent;
  box-shadow: none;
  width: 16px;
  height: 16px;
  overflow: hidden;
  font-size: 16px;
  color: #333;
}
#axol_top_flash.saiyo {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1333333333);
  width: 1240px;
  margin: 15px auto;
}

/* ブログ・レターなどの写真サイズ・配置
-------------------------------------------------------------------*/
.img__size__SS,
.img__size__S,
.img__size__M,
.img__size__R,
.img__size__L,
.img__size__W {
  max-width: 100%;
}

.img__box__out_l a,
.img__box__out_r a,
.img__box__out_c a,
.img__box__in_l a,
.img__box__in_r a {
  display: inline-flex;
  height: fit-content;
}
.img__box__out_l .img__size__W,
.img__box__out_r .img__size__W,
.img__box__out_c .img__size__W,
.img__box__in_l .img__size__W,
.img__box__in_r .img__size__W {
  width: 100%;
}
.img__box__out_l .img__size__L,
.img__box__out_r .img__size__L,
.img__box__out_c .img__size__L,
.img__box__in_l .img__size__L,
.img__box__in_r .img__size__L {
  width: 780px;
}
.img__box__out_l .img__size__R,
.img__box__out_r .img__size__R,
.img__box__out_c .img__size__R,
.img__box__in_l .img__size__R,
.img__box__in_r .img__size__R {
  width: 444px;
}
.img__box__out_l .img__size__M,
.img__box__out_r .img__size__M,
.img__box__out_c .img__size__M,
.img__box__in_l .img__size__M,
.img__box__in_r .img__size__M {
  width: 260px;
}
.img__box__out_l .img__size__S,
.img__box__out_r .img__size__S,
.img__box__out_c .img__size__S,
.img__box__in_l .img__size__S,
.img__box__in_r .img__size__S {
  width: 150px;
}
.img__box__out_l .img__size__SS,
.img__box__out_r .img__size__SS,
.img__box__out_c .img__size__SS,
.img__box__in_l .img__size__SS,
.img__box__in_r .img__size__SS {
  width: 65px;
}

.img__box__in_l,
.img__box__in_r {
  display: flex;
}

.img__box__out_l,
.img__box__out_c,
.img__box__out_r {
  display: flex;
  clear: both;
}

.img__box__in_l {
  float: left;
  padding: 4px 12px 4px 0;
}

.img__box__in_r {
  float: right;
  padding: 4px 0 4px 12px;
}

.img__box__out_l {
  justify-content: start;
  padding: 0 8px;
}

.img__box__out_c {
  justify-content: center;
  padding: 0 8px;
}

.img__box__out_r {
  justify-content: end;
  padding: 0 8px;
}

.mov_block {
  margin: 10px 0;
  text-align: center;
}
.mov_block video {
  max-width: 100%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.preline {
  white-space: pre-line;
}

#entry_matched .contents {
  min-height: auto;
}

.duplicates__login .id-pass__wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
}
.duplicates__login .id-pass__wrap > label {
  position: relative;
  display: flex;
  align-items: start;
}
.duplicates__login .id-pass__wrap > label span {
  position: absolute;
  top: 3px;
  left: 5px;
  font-size: 10px;
}
.duplicates__login .id-pass__wrap input {
  background: #f3f2f1;
  border: none;
  width: 100%;
  padding: 12px 15px;
  padding-left: 35px;
  text-align: center;
  font-size: 16px;
}

.duplicates {
  background: var(--back);
  padding: 10px 12px;
  white-space: pre-line;
}

#intermediate {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin: 0;
  padding: 0;
}
#intermediate .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.lang__en {
  display: block;
  margin-top: 3px;
  line-height: 1.5;
  font-size: 12px;
  font-weight: normal;
}

#page-top {
  position: fixed;
  background: rgba(85, 85, 85, 0.6666666667);
  box-shadow: var(--shadow-md);
  border: none;
  border-radius: 5px;
  padding: 11px 14px;
  text-align: center;
  font-size: 10px;
  color: #fff;
  right: 10px;
  bottom: 60px;
  transition: 0.2s;
  opacity: 0.55;
  cursor: pointer;
  z-index: 2;
}

#page-top.onScroll {
  display: none;
}

#wizwyg.wizwyg__area {
  font-size: 13.6px;
}
#wizwyg.wizwyg__area h1 {
  font-size: 24px;
  line-height: 36px;
  margin: 30px auto 20px;
}
#wizwyg.wizwyg__area h2 {
  font-size: 20px;
  line-height: 30px;
  margin: 25px auto 18px;
}
#wizwyg.wizwyg__area h3 {
  font-size: 18px;
  line-height: 27px;
  margin: 25px auto 18px;
}
#wizwyg.wizwyg__area h4 {
  font-size: 15.2px;
  line-height: 22.8px;
  margin: 15px auto 5px;
}
#wizwyg.wizwyg__area h5 {
  font-size: 13.6px;
  line-height: 20.4px;
  margin: 15px auto 5px;
}
#wizwyg.wizwyg__area h6 {
  font-size: 12px;
  line-height: 18px;
  margin: 15px auto 5px;
}
#wizwyg.wizwyg__area hr {
  background: #ccc;
  border: none;
  height: 1px;
  margin: 30px auto;
}
#wizwyg.wizwyg__area p {
  line-height: 20.4px;
}
#wizwyg.wizwyg__area ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 16px;
}
#wizwyg.wizwyg__area ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 16px;
}
#wizwyg.wizwyg__area img {
  display: inline;
}
#wizwyg.wizwyg__area table {
  width: 100%;
  margin: 15px 0;
}
#wizwyg.wizwyg__area table th, #wizwyg.wizwyg__area table td {
  position: relative;
  border: 1px solid #ccc;
  width: auto;
  padding: 8px 12px;
}
#wizwyg.wizwyg__area table th {
  background: #f3f2f1;
  font-size: 12px;
}
#wizwyg.wizwyg__area table td {
  font-size: 13.6px;
}

@keyframes blinking {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ブログ・レターなどの写真サイズ・配置
-------------------------------------------------------------------*/
@media screen and (max-width: 599px) {
  .img__box__out_l,
  .img__box__out_r,
  .img__box__in_l,
  .img__box__in_r {
    padding: 0;
  }
  .img__box__out_l .img__size__R,
  .img__box__out_l .img__size__M,
  .img__box__out_r .img__size__R,
  .img__box__out_r .img__size__M,
  .img__box__in_l .img__size__R,
  .img__box__in_l .img__size__M,
  .img__box__in_r .img__size__R,
  .img__box__in_r .img__size__M {
    margin-left: 0;
    margin-right: 0;
  }
  .img__box__out_l:has(.img__size__L, .img__size__R, .img__size__M),
  .img__box__out_r:has(.img__size__L, .img__size__R, .img__size__M),
  .img__box__in_l:has(.img__size__L, .img__size__R, .img__size__M),
  .img__box__in_r:has(.img__size__L, .img__size__R, .img__size__M) {
    float: none;
  }
  .img__box__out_r .img__size__W,
  .img__box__out_r .img__size__L,
  .img__box__out_r .img__size__R,
  .img__box__out_r .img__size__M,
  .img__box__in_r .img__size__W,
  .img__box__in_r .img__size__L,
  .img__box__in_r .img__size__R,
  .img__box__in_r .img__size__M,
  .img__box__out_c .img__size__W,
  .img__box__out_c .img__size__L,
  .img__box__out_c .img__size__R,
  .img__box__out_c .img__size__M {
    margin-left: 0;
    margin-right: 0;
  }
}
/* form
/*----------------------------------------------------*/
[type=button],
[type=submit],
.btn {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: var(--other);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 3px;
  width: fit-content;
  max-width: 100%;
  text-decoration: none;
  font-weight: bold;
  transition: 0.2s;
  color: white;
  cursor: pointer;
  touch-action: manipulation;
  user-select: none;
  white-space: pre-line;
  text-align: left;
}
[type=button]:not([type=button].material-symbols-outlined,
[type=submit].material-symbols-outlined,
.btn.material-symbols-outlined),
[type=submit]:not([type=button].material-symbols-outlined,
[type=submit].material-symbols-outlined,
.btn.material-symbols-outlined),
.btn:not([type=button].material-symbols-outlined,
[type=submit].material-symbols-outlined,
.btn.material-symbols-outlined) {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "Noto Sans CJK JP", Osaka, Meiryo, メイリオ, "MS PGothic", "ＭＳ Ｐゴシック", "Hiragino Sans GB", "Helvetica Neue", HelveticaNeue, Helvetica, "Noto Sans", Roboto, Arial, "Arial Unicode MS", sans-serif;
}
[type=button]:hover,
[type=submit]:hover,
.btn:hover {
  opacity: 0.8;
}
[type=button]:has(.lang__en) .lang__en,
[type=submit]:has(.lang__en) .lang__en,
.btn:has(.lang__en) .lang__en {
  margin: 0 0 0 5px;
}
[type=button]:has(.lang__en.col),
[type=submit]:has(.lang__en.col),
.btn:has(.lang__en.col) {
  flex-direction: column;
  gap: 0;
}
[type=button]:has(.lang__en.col) .lang__en,
[type=submit]:has(.lang__en.col) .lang__en,
.btn:has(.lang__en.col) .lang__en {
  margin: 0;
}
[type=button]:where(.action), [type=button]:where(.active),
[type=submit]:where(.action),
[type=submit]:where(.active),
.btn:where(.action),
.btn:where(.active) {
  background: var(--action);
}
[type=button]:where(.important),
[type=submit]:where(.important),
.btn:where(.important) {
  background: var(--important);
}
[type=button]:where(.success),
[type=submit]:where(.success),
.btn:where(.success) {
  background: var(--success);
}
[type=button]:where(.edit),
[type=submit]:where(.edit),
.btn:where(.edit) {
  background: var(--success);
}
[type=button]:where(.reset), [type=button]:where(.cancel),
[type=submit]:where(.reset),
[type=submit]:where(.cancel),
.btn:where(.reset),
.btn:where(.cancel) {
  background: var(--cancel);
  color: var(--other);
}
[type=button]:where(.back),
[type=submit]:where(.back),
.btn:where(.back) {
  background: #f3f2f1;
  color: var(--other);
}
[type=button]:where(.disable),
[type=submit]:where(.disable),
.btn:where(.disable) {
  background: var(--cancel);
  opacity: 0.5;
}
[type=button]:where(.base),
[type=submit]:where(.base),
.btn:where(.base) {
  background: #fff;
  color: var(--other);
}
[type=button]:where(.xxs),
[type=submit]:where(.xxs),
.btn:where(.xxs) {
  padding: 1px 5px;
  font-size: 9px;
}
[type=button]:where(.xs),
[type=submit]:where(.xs),
.btn:where(.xs) {
  padding: 3px 5px;
  font-size: 10px;
}
[type=button]:where(.sm),
[type=submit]:where(.sm),
.btn:where(.sm) {
  padding: 5px 10px;
  font-size: 12px;
}
[type=button]:where(.md),
[type=submit]:where(.md),
.btn:where(.md) {
  padding: 8px 10px;
  font-size: 14px;
}
[type=button]:where(.lg),
[type=submit]:where(.lg),
.btn:where(.lg) {
  padding: 8px 10px;
  font-size: 18px;
}
[type=button]:where(.sm) .material-symbols-outlined, [type=button]:where(.md) .material-symbols-outlined, [type=button]:where(.lg) .material-symbols-outlined,
[type=submit]:where(.sm) .material-symbols-outlined,
[type=submit]:where(.md) .material-symbols-outlined,
[type=submit]:where(.lg) .material-symbols-outlined,
.btn:where(.sm) .material-symbols-outlined,
.btn:where(.md) .material-symbols-outlined,
.btn:where(.lg) .material-symbols-outlined {
  overflow: hidden;
}
[type=button]:where(.sm) .material-symbols-outlined,
[type=submit]:where(.sm) .material-symbols-outlined,
.btn:where(.sm) .material-symbols-outlined {
  font-size: 15px;
  width: 15px;
  height: 15px;
}
[type=button]:where(.md) .material-symbols-outlined,
[type=submit]:where(.md) .material-symbols-outlined,
.btn:where(.md) .material-symbols-outlined {
  font-size: 17px;
  width: 17px;
  height: 17px;
}
[type=button]:where(.lg) .material-symbols-outlined,
[type=submit]:where(.lg) .material-symbols-outlined,
.btn:where(.lg) .material-symbols-outlined {
  font-size: 21px;
  width: 21px;
  height: 21px;
}
[type=button]:disabled,
[type=submit]:disabled,
.btn:disabled {
  opacity: 0.5;
  cursor: default;
}
[type=button]:has(.page__out),
[type=submit]:has(.page__out),
.btn:has(.page__out) {
  align-items: flex-start;
}
[type=button] .page__out,
[type=submit] .page__out,
.btn .page__out {
  font-size: 10px;
  width: 10px;
  min-width: 10px;
  height: 10px;
  overflow: hidden;
}

a:has(.page__out) {
  display: flex;
  align-items: flex-start;
}
a:has(.page__out) .page__out {
  font-size: 10px;
  width: 10px;
  min-width: 10px;
  height: 10px;
  overflow: hidden;
}

/* input
------------------------------------------------------------------*/
[type=text],
[type=password],
[type=tel],
[type=email],
[type=number],
[type=url],
[type=week],
[type=month],
[type=search],
[type=date],
[type=time],
[type=datetime-local],
textarea {
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 3px;
  max-width: 100%;
  padding: 10px 12px;
  font-size: 14px;
  color: #333;
}
[type=text]:where(.xxs),
[type=password]:where(.xxs),
[type=tel]:where(.xxs),
[type=email]:where(.xxs),
[type=number]:where(.xxs),
[type=url]:where(.xxs),
[type=week]:where(.xxs),
[type=month]:where(.xxs),
[type=search]:where(.xxs),
[type=date]:where(.xxs),
[type=time]:where(.xxs),
[type=datetime-local]:where(.xxs),
textarea:where(.xxs) {
  padding: 3px 5px;
  font-size: 11px;
}
[type=text]:where(.xs),
[type=password]:where(.xs),
[type=tel]:where(.xs),
[type=email]:where(.xs),
[type=number]:where(.xs),
[type=url]:where(.xs),
[type=week]:where(.xs),
[type=month]:where(.xs),
[type=search]:where(.xs),
[type=date]:where(.xs),
[type=time]:where(.xs),
[type=datetime-local]:where(.xs),
textarea:where(.xs) {
  padding: 4px 5px;
  font-size: 12px;
}
[type=text]:where(.sm),
[type=password]:where(.sm),
[type=tel]:where(.sm),
[type=email]:where(.sm),
[type=number]:where(.sm),
[type=url]:where(.sm),
[type=week]:where(.sm),
[type=month]:where(.sm),
[type=search]:where(.sm),
[type=date]:where(.sm),
[type=time]:where(.sm),
[type=datetime-local]:where(.sm),
textarea:where(.sm) {
  padding: 7px 10px;
  font-size: 13px;
}
[type=text]:where(.md),
[type=password]:where(.md),
[type=tel]:where(.md),
[type=email]:where(.md),
[type=number]:where(.md),
[type=url]:where(.md),
[type=week]:where(.md),
[type=month]:where(.md),
[type=search]:where(.md),
[type=date]:where(.md),
[type=time]:where(.md),
[type=datetime-local]:where(.md),
textarea:where(.md) {
  padding: 11px 12px;
  font-size: 14px;
}
[type=text]:where(.lg),
[type=password]:where(.lg),
[type=tel]:where(.lg),
[type=email]:where(.lg),
[type=number]:where(.lg),
[type=url]:where(.lg),
[type=week]:where(.lg),
[type=month]:where(.lg),
[type=search]:where(.lg),
[type=date]:where(.lg),
[type=time]:where(.lg),
[type=datetime-local]:where(.lg),
textarea:where(.lg) {
  padding: 11px 12px;
  font-size: 18px;
}
.fb_alert [type=text],
.fb_alert [type=password],
.fb_alert [type=tel],
.fb_alert [type=email],
.fb_alert [type=number],
.fb_alert [type=url],
.fb_alert [type=week],
.fb_alert [type=month],
.fb_alert [type=search],
.fb_alert [type=date],
.fb_alert [type=time],
.fb_alert [type=datetime-local],
.fb_alert textarea {
  border-color: var(--error);
}

textarea {
  width: 100%;
  height: 200px;
}

[type=text],
textarea {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "Noto Sans CJK JP", Osaka, Meiryo, メイリオ, "MS PGothic", "ＭＳ Ｐゴシック", "Hiragino Sans GB", "Helvetica Neue", HelveticaNeue, Helvetica, "Noto Sans", Roboto, Arial, "Arial Unicode MS", sans-serif;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  background-size: 7px;
  background-position: right 5px center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFMAAABTCAYAAADjsjsAAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA0xpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OEU4OUJCODQ1NEJFMTFFNzlCNjdDQzFFMTE2RUUzOTMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OEU4OUJCODM1NEJFMTFFNzlCNjdDQzFFMTE2RUUzOTMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjY1YTNkYjE2LTlkMjgtMTE3YS05YzM1LWE5MTAyZTQxM2U1YiIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjY1YTNkYjE2LTlkMjgtMTE3YS05YzM1LWE5MTAyZTQxM2U1YiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl43CscAAAISSURBVHja7Ny9bcJAAIZhmyxAmTI9DSuwQVJQpCMTRJkkI5A2osgIrEBFmxUo08EdchIQGP/c32f7faWTsQXIeuQD20jk+/0+Iz+NIAATTDAJTDDBJDDBBBNMAhNMMAlMMMEEkxzKT1fm8/nULL7MeFqtVht4rmecxmaxNmNjnF4ujkzzhMfiCQ92WcBSOaT1WZj15Rmm2bAojshxsX0MaCXkb3+geQG5LHn9zowZU74U8rQPe2S+3ngPjtB6kLapxZzZD1JAnSCt32xkpvAOUHdI63j8AgLUHfLs1AhQN8iLKyBA20NevZwcMqgLZOm1+RBBXSFv3ugYEqgPyJuYQwH1BVmJ2XdQn5C1MPsK6huyNmbfQENANsLsC2ixX9++IRtjdh202J919n/f1htkK8yugoaGbI3ZNdAYkE6YXQGNBemMqQ4aE9ILpipobEhvmGqgKSC9YqqApoL0jpkaNCVkEMxUoKkhg2HGBlWADIoZC1QFMjhmaFAlyCiYoUDVIKNh+gZVhIyK6QtUFTI6piuoMmQSzLag6pC2PEtYzd9iLMybGe/KkMkxG4BWlRwy2TRvMeXlISUwHUFlIGUwW4JKQUphNgSVg5TDrAkqCSmJWQEqCymLWQIqDWm7y4Tbbrc/k8nk0zy8N+NZGfJ40s6fkQ5gmoMJJoEJJpgEJphgEphgggkmgQkmmARmuA4CDABz5uqUU9CnPAAAAABJRU5ErkJggg==);
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px 18px 10px 8px;
  min-height: 40px;
  text-overflow: ellipsis;
  white-space: wrap;
  font-size: 14px;
  cursor: pointer;
  color: #333;
}
select[size] {
  background: white;
}
select[multiple] {
  background: white;
}
select:where(.xxs) {
  padding: 2px 12px 2px 2px;
  font-size: 11px;
  min-height: 28px;
}
select:where(.xs) {
  padding: 3px 12px 3px 3px;
  font-size: 12px;
  min-height: 32px;
}
select:where(.sm) {
  padding: 6px 13px 6px 5px;
  font-size: 13px;
  min-height: 36px;
}
select:where(.md) {
  padding: 10px 15px 10px 8px;
  font-size: 14px;
}
select:where(.lg) {
  padding: 10px 15px 10px 8px;
  font-size: 18px;
}
.fb_alert select {
  border-color: var(--error);
}

[type=radio],
[type=checkbox] {
  margin: 0;
  vertical-align: text-top;
}

label:has(input) {
  gap: 2px;
  cursor: pointer;
}

label:has(input):hover {
  opacity: 0.8;
}

.check__wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}
.check__wrap.type__btn {
  display: flex;
  align-items: center;
  gap: 20px;
}
.check__wrap.type__btn label {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--back);
  box-sizing: border-box;
  border-radius: 3px;
  width: fit-content;
  padding: 11px 10px;
  white-space: wrap;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
  transition: 0.1s;
}
.check__wrap.type__btn label input {
  outline-offset: 0;
  outline: 0;
}
.check__wrap.type__btn label:has(:focus) {
  outline: 1px solid var(--active);
}
.check__wrap.type__btn label:has(input:checked) {
  background: var(--active);
  color: white;
}
.check__wrap:where(.xs) label {
  padding: 3px 8px;
}
.check__wrap:where(.sm) label {
  padding: 7px 10px;
}
.check__wrap:where(.md) label {
  padding: 11px 10px;
}

.support__text {
  color: var(--action);
  font-size: 12px;
  font-weight: bold;
}
.support__text .lang__en {
  font-weight: bold;
}

.caution__text {
  color: var(--important);
  font-size: 12px;
  font-weight: bold;
}
.caution__text .lang__en {
  font-weight: bold;
}

.caption__text {
  color: var(--other);
  font-size: 12px;
}

.normal__text {
  font-size: 13px;
}

/* ボタン
------------------------------------------------------------------*/
.form__top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 15px 0 20px;
}

.form__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 12px;
  margin: 20px 0 15px;
}
.form__bottom.between {
  flex-direction: row;
  align-items: start;
  justify-content: space-between;
}
.form__bottom.none__margin {
  margin: 0;
}
.form__bottom > form {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
}
.form__bottom .inner {
  display: flex;
  gap: 8px;
}
.form__bottom .inner form {
  display: flex;
  gap: 8px;
}
.form__bottom p {
  width: 100%;
  text-align: center;
}
.form__bottom .btn__area {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 12px;
  width: 100%;
}
.form__bottom .btn__area .center {
  text-align: center;
}

.btn.prev,
.btn.next {
  position: relative;
}
.btn.prev::before,
.btn.next::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.0666666667);
  width: 16px;
  height: 100%;
  top: 0;
}
.btn.prev::after,
.btn.next::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: calc(50% - 3.5px);
}

.btn.prev {
  padding-left: 25px;
}
.btn.prev::before {
  border-radius: 3px 0 0 3px;
  left: 0;
}
.btn.prev::after {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  left: 7px;
  transform: rotate(-45deg);
}

.btn.next {
  padding-right: 25px;
}
.btn.next::before {
  border-radius: 0 3px 3px 0;
  right: 0;
}
.btn.next::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  right: 7px;
  transform: rotate(45deg);
}

.btn.back::after,
.btn.cancel::after,
.btn.disable::after,
.btn.base::after {
  border-color: #555;
}

.is_foreign .navy {
  width: 305px;
  display: inline-block;
}

.check__mark ul {
  color: var(--error);
}
.check__mark li {
  display: inline-block;
  width: 100%;
  font-weight: bold;
}
.check__mark li::before {
  content: "＊ ";
}

#main__contents .fb_alert input[type=text],
#main__contents .fb_alert input[type=password],
#main__contents .fb_alert input[type=checkbox],
#main__contents .fb_alert input[type=radio],
#main__contents .fb_alert input[type=file],
#main__contents .fb_alert input[type=img],
#main__contents .fb_alert select, #main__contents .fb_alert textarea {
  border-color: var(--error);
}
#main__contents .fb_alert label:not(.memo__wrap) {
  color: var(--error);
}

.preview_dummy {
  color: var(--important);
}

.login__info {
  display: none;
}

#login_auth {
  display: flex;
  flex-direction: column;
  align-items: center;
  column-gap: 12px;
  row-gap: 20px;
  height: 300px;
}
#login_auth > form {
  display: flex;
  align-items: center;
  gap: 30px;
  height: 100%;
}
#login_auth section {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
}
#login_auth img {
  margin: 0 auto 12px;
}
#login_auth #login_box .id {
  margin-bottom: 3px;
}
#login_auth .form__bottom {
  display: flex;
  justify-content: center;
  align-items: start;
}
#login_auth .form__bottom .btn__area {
  justify-content: start;
}
#login_auth .form__bottom .btn__area .btn {
  width: 100%;
}

.display__change {
  background: linear-gradient(to top, #666 0%, #555 100%);
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  margin: 0 0 10px;
  transition: opacity 0.2s;
}
.display__change:hover {
  opacity: 0.75;
}
#footer .display__change a {
  font-size: 11px;
  color: #fff;
}
.display__change.btn__s {
  padding: 0;
}
.display__change.btn__s a {
  display: inline-block;
  padding: 3px 8px;
}

/* ベリサイン(SSL)
-------------------------------------------------------------------*/
.verisign__img {
  float: left;
  width: 80px;
  height: 40px;
  margin-right: 10px;
}

.verisign__img__src {
  background: url(../images/outersite/norton-seal.png) center center/80px no-repeat;
}

.verisign__text {
  font-size: 8.5px;
  line-height: 1.45em;
  text-align: justify;
  color: #333;
}

/* マイナビボタン（シームレスボタン）
-------------------------------------------------------------------*/
.mynavi__link__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-sm);
  border: 1px solid #ccc;
  border-radius: 3px;
  min-width: 120px;
  padding: 5px 12px;
  transition: 0.15s;
}
.mynavi__link__btn img {
  width: 120px;
}
.mynavi__link__btn:hover {
  opacity: 70%;
}

/* ログイン
-------------------------------------------------------------------*/
.login__message__wrap {
  width: 100%;
  margin-bottom: 25px;
}

#login__message {
  width: 100%;
  text-align: left;
}
#login__message + .login__all__message {
  margin-top: 15px;
}

/* SNS */
.menu .menu__navi img {
  width: 18px;
}
.menu .menu__facebook,
.menu .menu__twitter {
  width: fit-content;
}
.menu .menu__facebook a,
.menu .menu__twitter a {
  box-shadow: none;
  border: none;
  border-radius: 3px;
  margin: 5px;
  margin-top: 15px;
  padding: 0;
  width: 33px;
  height: 33px;
  font-size: 12.5px;
  font-weight: bold;
  color: #555;
}
.menu .menu__facebook a:hover,
.menu .menu__twitter a:hover {
  border: none;
  opacity: 0.75;
}
.menu .menu__facebook a .material-symbols-outlined,
.menu .menu__twitter a .material-symbols-outlined {
  display: none;
}
.menu li.menu__facebook a:before,
.menu li.menu__twitter a:before {
  content: "";
}

.menu__facebook a {
  background: url(../img/common_images/outersite/facebook_logo.png) center center/33px no-repeat;
}

.menu__twitter a {
  background: url(../img/common_images/outersite/X_logo.png) center center/33px no-repeat;
}

.menu__facebook a:hover {
  background: url(../img/common_images/outersite/facebook_logo.png) center center/33px no-repeat;
}

.menu__twitter a:hover {
  background: url(../img/common_images/outersite/X_logo.png) center center/33px no-repeat;
}

/* form_sp
/*----------------------------------------------------*/
@media screen and (max-width: 599px) {
  label:has(input) {
    flex-wrap: wrap;
  }
  label:has(input):has([type=radio]), label:has(input):has([type=checkbox]) {
    flex-wrap: nowrap;
  }
  input[type=file]::file-selector-button {
    display: block;
  }
  [type=button],
  [type=submit],
  .btn {
    text-align: center;
  }
  select,
  [type=text],
  [type=password],
  [type=tel],
  [type=email],
  [type=number],
  [type=url],
  [type=week],
  [type=month],
  [type=search],
  [type=date],
  [type=time],
  [type=datetime-local],
  textarea {
    max-width: 100%;
    min-height: 40px;
    font-size: 16px;
  }
  /* input
  ------------------------------------------------------------------*/
  [type=text],
  [type=password],
  [type=tel],
  [type=email],
  [type=number],
  [type=url],
  [type=week],
  [type=month],
  [type=search],
  [type=date],
  [type=time],
  [type=datetime-local],
  textarea {
    padding: 10px 8px;
  }
  select {
    padding: 10px 15px 10px 8px;
  }
  .form__bottom {
    display: flex;
    flex-direction: column;
  }
  .form__bottom .inner {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .form__bottom .inner form {
    display: flex;
    flex-direction: column;
  }
  .form__bottom .btn__area {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
  }
  .form__bottom .btn__area > div:has(.btn) {
    width: 100%;
    max-width: 100%;
  }
  .form__bottom .btn__area form {
    width: 100%;
    max-width: 100%;
  }
  .form__bottom .btn {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  #login_auth {
    height: auto;
  }
  #login_auth > form {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
  #login_auth .form__bottom {
    width: 100%;
  }
  #login_auth .btn__area {
    width: 100%;
  }
  #login_auth .btn {
    width: 100%;
  }
  #login_auth .login__forget {
    width: 100%;
  }
  #login_auth .login__forget .btn {
    width: 100%;
    margin: 0 auto;
  }
  /* マイナビボタン（シームレスボタン）
  -------------------------------------------------------------------*/
  .mynavi__link__btn {
    width: 100%;
    max-width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}
/* axolutil.sass */
/* axol.modalDialog
------------------------------------------------------------------*/
/* 絶対位置 */
._axol_modal_bind {
  /* position: fixed; : js側固定 */
  /* width: 100vw; : js側固定 */
  /* height: 100vh; : js側固定 */
  /* display: animate; : js側固定 */
  /* z-index:current-max; : js側固定 */
}

/* 背景バックの色 */
._axol_modal_back {
  /* width: 100%; : js側固定 */
  /* height: 100%; : js側固定 */
  background: rgba(0, 0, 0, 0.3);
}

/* モーダル枠 */
.axol_modal_dialog {
  /* position: absolute; : js側固定 */
  /* z-index:current-max; : js側固定 */
  background: #fff;
  max-width: 70%;
  max-height: 70%;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.axol_modal_dialog img {
  max-width: 100%;
  max-height: 420px;
}

/* 閉じるボタン */
._axol_modal_close_btn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  box-shadow: none;
  width: 14px;
  height: 14px;
  outline-style: none;
  top: 3px;
  right: 3px;
  cursor: pointer;
}
._axol_modal_close_btn:focus-visible {
  outline-style: auto;
}

.sp__style ._axol_modal_close_btn:focus-visible {
  outline-style: none;
}

._axol_modal_close_btn::before {
  position: absolute;
  content: "×";
  font-size: 18px;
  color: #555;
}

/* axol.axolModalTip
------------------------------------------------------------------*/
/* 絶対位置 */
.axolModalTip_parent {
  /* position: relative; : js側固定 */
  /* height: 0; : js側固定 */
  /* z-index:current-max; : js側固定 */
  padding: 0;
}

/* 背景バックの色 */
.axolModalTip_backWrapper {
  /* position: fixed; : js側固定 */
  /* width: 100%; : js側固定 */
  /* height: 100%; : js側固定 */
  /* z-index:current-max; : js側固定 */
  background: rgba(0, 0, 0, 0.3);
}

/* チップ枠 */
.axolModalTip_dialog {
  /* position:absolute; : js側固定 */
  /* top:**; : js側固定 */
  /* left:**; : js側固定 */
  /* z-index:current-max; : js側固定 */
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  min-width: 300px;
  max-width: 35%;
  padding: 15px 18px;
  box-sizing: border-box;
}

/* 三角矢印の色 */
.axolModalTip_triangle {
  /* positon:absolute; : js側固定 */
  /* top:**; : js側固定 */
  /* left:**; : js側固定 */
  /* width: 0; : js側固定 */
  /* height: 0; : js側固定 */
  /* z-index:current-max; : js側固定 */
  border-color: #fff;
  border-width: 8px;
}

/* axol.loadingDialog
------------------------------------------------------------------*/
.axol_modal_dialog._axol_modal_loading {
  width: 150px;
  height: 90px;
}

._axol_modal_loading .loading__wrap {
  position: relative;
  text-align: center;
}

._axol_modal_loading .loading__wrap:before {
  position: absolute;
  content: "now loading...";
  width: 150px;
  font-size: 11px;
  bottom: -25px;
  left: calc(50% - 72px);
}

._axol_modal_loading .loading__items {
  display: inline-block;
  background: #333;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  margin: 0 3px;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

._axol_modal_loading .loading__items.loading__item1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

._axol_modal_loading .loading__items.loading__item2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* axolutil_sp.sass */
@media screen and (max-width: 599px) {
  .axol_modal_dialog {
    width: 90%;
    max-width: 90%;
    max-height: 90%;
  }
}/*# sourceMappingURL=common.css.map */