/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

body.green {
  --cat-color: #92a43f; }

body.blue {
  --cat-color: #3a72b9; }

body.orange {
  --cat-color: #f5923c; }

body.pink {
  --cat-color: #ef8ca7; }

body.green {
  --cat-lcolor: #f3f6e5; }

body.blue {
  --cat-lcolor: #eceff8; }

body.orange {
  --cat-lcolor: #fcf5ef; }

body.pink {
  --cat-lcolor: #fff6f9; }

*,
*::after,
*::before {
  box-sizing: border-box; }

body,
button,
input,
select,
textarea {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; }

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary,
div,
span,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
a,
img,
label,
form,
input,
textarea {
  margin: 0;
  padding: 0; }

ol,
ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  border: 0;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
  max-width: 100%; }

a {
  background: transparent;
  cursor: pointer;
  outline: 0 none; }

html, body {
  height: 100%; }

body {
  color: #000;
  min-height: 100svh;
  line-height: 1.5; }

.clearfix {
  display: block; }
  .clearfix::before, .clearfix::after {
    clear: both;
    content: "";
    display: block; }

@media (min-width: 769px), print {
  .pc_hide {
    display: none !important; } }

@media (max-width: 768px) {
  .sp_hide {
    display: none !important; } }

body {
  font-size: 1rem;
  background: #eee;
  overflow-x: hidden; }
  body.fixed {
    overflow: hidden; }

@media (min-width: 769px), print {
  ::-webkit-scrollbar {
    background: #eee;
    width: 5px;
    height: 5px; } }

@media (min-width: 769px), print {
  ::-webkit-scrollbar-thumb {
    background-color: #ccc; } }

::placeholder {
  color: #ccc; }

a {
  color: #00f;
  -webkit-text-decoration-skip: none;
  transition: .3s background-color ease, .3s color ease; }
  a:hover {
    color: var(--cat-color);
    text-decoration: none; }

a.header:link {
 color: #000;
 text-decoration: none;
}

a.header:visited {
 color: #000;
 text-decoration: none;
}

a.header:hover {}

a.header:active {
 color: #000;
 text-decoration: none;
}

#container {
  background-color: #fff;
  min-height: 100dvh;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 75px;
  position: relative;
  width: 100%;
  max-width: 768px; }
  #container.home_container {
    background-color: #f2f2f2;
    padding-left: 0;
    padding-right: 0; }
  #container.login_container {
    padding-left: 0;
    padding-right: 0; }

#container2 {
  background-color: #fff;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  position: relative;
  width: 100%;
  max-width: 768px; }

#headerAreaBg {
  align-items: center;
  background-color: #fff;
  display: flex;
  height: 75px;
  justify-content: space-between;
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 768px;
  z-index: 10; }
  #headerAreaBg #header {
    flex: 1 1 0%;
    padding: 5px 5px 5px 20px; }
  #headerAreaBg .subtitle {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.3; }

.nav_btn {
  background-color: var(--cat-color);
  color: #fff;
  cursor: pointer;
  height: 75px;
  padding-top: 45px;
  position: relative;
  text-align: center;
  width: 75px; }
  .nav_btn::before {
    content: "";
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    position: absolute;
    background-color: #fff;
    height: 36px;
    left: 50%;
    -webkit-mask-image: url("../../../public-common/sp_icon/menu_black_24dp.svg");
    mask-image: url("../../../public-common/sp_icon/menu_black_24dp.svg");
    top: 12px;
    transform: translateX(-50%);
    width: 36px; }
  .nav_btn.active::before {
    -webkit-mask-image: url("../../../public-common/sp_icon/close_black_24dp.svg");
    mask-image: url("../../../public-common/sp_icon/close_black_24dp.svg"); }
  .nav_btn_txt {
    font-size: 0.625rem;
    font-weight: bold; }

.nav_menu {
  display: none;
  max-height: calc(100dvh - 75px);
  left: 50%;
  margin: auto;
  overflow-y: auto;
  position: fixed;
  top: 75px;
  transform: translateX(-50%);
  transition: .3s opacity ease;
  width: 100%;
  max-width: 768px;
  z-index: 9; }
  .nav_menu_wrap {
    background-color: #fff; }
  .nav_menu_home a {
    color: #000;
    display: block;
    padding: 20px 30px 20px 40px;
    position: relative;
    text-decoration: none;
    transition: .3s background-color ease; }
    .nav_menu_home a::before, .nav_menu_home a::after {
      content: "";
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      -webkit-mask-size: 100%;
      mask-size: 100%;
      position: absolute;
      background-color: var(--cat-color);
      top: 50%;
      transform: translateY(-50%); }
    .nav_menu_home a::before {
      height: 22px;
      left: 13px;
      -webkit-mask-image: url("../../../public-common/sp_icon/home_black_24dp.svg");
      mask-image: url("../../../public-common/sp_icon/home_black_24dp.svg");
      width: 22px; }
    .nav_menu_home a::after {
      height: 16px;
      -webkit-mask-image: url("../../../public-common/sp_icon/arrow_forward_ios_black_24dp.svg");
      mask-image: url("../../../public-common/sp_icon/arrow_forward_ios_black_24dp.svg");
      right: 15px;
      width: 16px; }
    .nav_menu_home a:hover {
      background-color: var(--cat-lcolor); }
  .nav_menu_box {
    border-top: 1px solid #fff; }
    .nav_menu_box dd {
      display: none; }
      .nav_menu_box dd.active {
        display: block; }
  .nav_menu_ttl {
    font-size: 1rem;
    align-items: center;
    background-color: var(--cat-color);
    color: #fff;
    cursor: pointer;
    display: flex;
    font-weight: bold;
    justify-content: space-between;
    padding: 8px 40px;
    position: relative; }
    .nav_menu_ttl::before, .nav_menu_ttl::after {
      content: "";
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      -webkit-mask-size: 100%;
      mask-size: 100%;
      position: absolute;
      background-color: #fff;
      top: 50%; }
    .nav_menu_ttl::before {
      height: 20px;
      left: 12px;
      transform: translateY(-50%);
      width: 20px; }
    .nav_menu_ttl::after {
      height: 16px;
      -webkit-mask-image: url("../../../public-common/sp_icon/arrow_forward_ios_black_24dp.svg");
      mask-image: url("../../../public-common/sp_icon/arrow_forward_ios_black_24dp.svg");
      right: 12px;
      transform: translateY(-50%) rotate(90deg);
      width: 16px; }
    .nav_menu_ttl.active::after {
      transform: translateY(-50%) rotate(-90deg); }
    .nav_menu_ttl_anpi::before {
      -webkit-mask-image: url("../../../public-common/sp_icon/check_circle_outline_black_24dp.svg");
      mask-image: url("../../../public-common/sp_icon/check_circle_outline_black_24dp.svg"); }
    .nav_menu_ttl_question::before {
      -webkit-mask-image: url("../../../public-common/sp_icon/note_alt_black_24dp.svg");
      mask-image: url("../../../public-common/sp_icon/note_alt_black_24dp.svg"); }
    .nav_menu_ttl_application::before {
      -webkit-mask-image: url("../../../public-common/sp_icon/edit_document_FILL0_wght400_GRAD0_opsz24.svg");
      mask-image: url("../../../public-common/sp_icon/edit_document_FILL0_wght400_GRAD0_opsz24.svg"); }
    .nav_menu_ttl_meisai::before {
      -webkit-mask-image: url("../../../public-common/sp_icon/credit_card_black_24dp.svg");
      mask-image: url("../../../public-common/sp_icon/credit_card_black_24dp.svg"); }
    .nav_menu_ttl_gensen::before {
      -webkit-mask-image: url("../../../public-common/sp_icon/description_black_24dp.svg");
      mask-image: url("../../../public-common/sp_icon/description_black_24dp.svg"); }
    .nav_menu_ttl_tsuchi::before {
      -webkit-mask-image: url("../../../public-common/sp_icon/speaker_notes_black_24dp.svg");
      mask-image: url("../../../public-common/sp_icon/speaker_notes_black_24dp.svg"); }
    .nav_menu_ttl_nyusha::before {
      -webkit-mask-image: url("../../../public-common/sp_icon/work_history_black_24dp.svg");
      mask-image: url("../../../public-common/sp_icon/work_history_black_24dp.svg"); }
    .nav_menu_ttl_roudou::before {
      -webkit-mask-image: url("../../../public-common/sp_icon/portrait_black_24dp.svg");
      mask-image: url("../../../public-common/sp_icon/portrait_black_24dp.svg"); }
    .nav_menu_ttl_koyo::before {
      -webkit-mask-image: url("../../../public-common/sp_icon/inbox_black_24dp.svg");
      mask-image: url("../../../public-common/sp_icon/inbox_black_24dp.svg"); }
    .nav_menu_ttl_bbs::before {
      -webkit-mask-image: url("../../../public-common/sp_icon/assignment_late_black_24dp.svg");
      mask-image: url("../../../public-common/sp_icon/assignment_late_black_24dp.svg"); }
    .nav_menu_ttl_filebox::before {
      -webkit-mask-image: url("../../../public-common/sp_icon/folder_open_FILL0_wght400_GRAD0_opsz24.svg");
      mask-image: url("../../../public-common/sp_icon/folder_open_FILL0_wght400_GRAD0_opsz24.svg"); }
    .nav_menu_ttl_elearning::before {
      -webkit-mask-image: url("../../../public-common/sp_icon/import_contacts_FILL0_wght400_GRAD0_opsz24.svg");
      mask-image: url("../../../public-common/sp_icon/import_contacts_FILL0_wght400_GRAD0_opsz24.svg"); }
    .nav_menu_ttl_nenmatsu::before {
      -webkit-mask-image: url("../../../public-common/sp_icon/event_note_FILL0_wght400_GRAD0_opsz24.svg");
      mask-image: url("../../../public-common/sp_icon/event_note_FILL0_wght400_GRAD0_opsz24.svg"); }
    .nav_menu_ttl_other::before {
      -webkit-mask-image: url("../../../public-common/sp_icon/settings_black_24dp.svg");
      mask-image: url("../../../public-common/sp_icon/settings_black_24dp.svg"); }
    .nav_menu_ttl_tb::before {
      -webkit-mask-image: url("../../tupe/img/ico-cat03.svg");
      mask-image: url("../../tupe/img/ico-cat03.svg");
 }
    .nav_menu_ttl .badge {
      font-size: 0.8125rem;
      background: #df0000;
      border-radius: 20px;
      color: #fff;
      font-weight: normal;
      margin-left: 12px;
      padding: 1px 6px; }
    .nav_menu_ttl .new {
      font-size: 0.8125rem;
      background: #fff;
      color: #df0000;
      font-weight: normal;
      margin-left: auto;
      padding: 1px 6px;
      border-radius: 6px; }
  .nav_menu_sttl {
    background-color: var(--cat-lcolor);
    font-weight: bold;
    padding: 8px 20px; }

  .nav_menu_list {
    background: #fff; }
    .nav_menu_list li {
      border-top: 1px solid #f2f2f2; }

    .nav_menu_list li.category {
      background-color: var(--cat-lcolor);
      font-weight: bold; }

      .nav_menu_list li:first-of-type {
        border-top: none; }
      .nav_menu_list li a {
        color: #000;
        display: block;
        padding: 20px 30px 20px 20px;
        position: relative;
        text-decoration: none;
        transition: .3s background-color ease; }
        .nav_menu_list li a::after {
          content: "";
          -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
          -webkit-mask-size: 100%;
          mask-size: 100%;
          position: absolute;
          background-color: var(--cat-color);
          height: 16px;
          -webkit-mask-image: url("../../../public-common/sp_icon/arrow_forward_ios_black_24dp.svg");
          mask-image: url("../../../public-common/sp_icon/arrow_forward_ios_black_24dp.svg");
          right: 15px;
          top: 50%;
          transform: translateY(-50%);
          width: 16px; }
        .nav_menu_list li a:hover {
          background-color: var(--cat-lcolor); }
    .nav_menu_list_download a::after {
      height: 20px !important;
      -webkit-mask-image: url("../../../public-common/sp_icon/file_download_black_24dp.svg") !important;
      mask-image: url("../../../public-common/sp_icon/file_download_black_24dp.svg") !important;
      width: 20px !important; }
    .nav_menu_list_sub {
/*      font-size: 0.75rem; */
      margin-left: 20px; }
    .nav_menu_list_att {
      font-size: 0.875rem;
      color: #df0000;
      margin-left: 20px; }

#footerArea {
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 30px; }
  .home_container #footerArea, .login_container #footerArea {
    margin-left: 0;
    margin-right: 0; }

#footer {
  background-color: var(--cat-lcolor);
  min-height: calc(1em + 20px);
  padding: 10px;
  text-align: center; }

.nav_bg {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 75px;
  z-index: 8; }
  .nav_bg.active {
    display: block; }

label:has(input[type=radio]),
label:has(input[type=checkbox]),
input[type=text],
input[type=tel],
input[type=password],
select {
  background: #fff;
  border: 1px solid #999;
  border-radius: 6px;
//  height: 40px;
  margin-top: 6px;
  padding: 7px 10px;
  width: 100%; }
  label:has(input[type=radio]).nen_kingaku,
  label:has(input[type=checkbox]).nen_kingaku,
  input[type=text].nen_kingaku,
  input[type=tel].nen_kingaku,
  input[type=password].nen_kingaku,
  select.nen_kingaku {
    text-align: right;
    width: 85%; }

input[type=file] {
  margin-top: 6px;
  width: 100%; }

textarea {
  border: 1px solid #999;
  border-radius: 6px;
  height: 100px;
  margin-top: 6px;
  padding: 7px 10px;
  width: 100%; }

label {
  display: block;
  margin-top: 30px; }
  label:has(input:checked) {
    background-color: var(--cat-lcolor); }
  label.label_msg {
    margin-top: 10px; }
  label.nen_label {
    margin-top: 10px; }

label + br {
  display: none; }
label.nen_kakunin {
	margin: 0;
	font-weight: bold;
	color: #000080;
}

button,
input[type=submit],
input[type=button] {
  background: #555;
  border: 0;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  height: 40px;
  margin: auto;
  padding: 7px 20px;
  min-width: 140px; }

::file-selector-button,
::-webkit-file-upload-button {
  background-color: #555;
  border: none;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  height: 40px;
  margin-right: 12px;
  padding: 7px 20px; }

button[disabled], input[disabled] {
  background: #ccc;
  color: #aaa;
  pointer-events: none; }

input:read-only.as_label {
  background-color: transparent;
  border-color: transparent;
  outline: none; }

.home_profile {
  font-size: 0.75rem;
  background: var(--cat-lcolor);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 7px 20px; }
  .home_profile_history {
    display: flex; }
    .home_profile_history dt::after {
      content: ":";
      margin: 0 .3em; }
  .home_profile_time {
    margin-left: .5em; }
  .home_profile_num {
    display: flex; }
    .home_profile_num dt::after {
      content: ":";
      margin: 0 .3em; }
  .home_profile_user {
    text-align: right;
    width: 100%; }
  .home_profile_name {
    margin-right: .5em; }

.home_wrap {
  padding-left: 20px;
  padding-right: 20px; }

.home_ttl {
  font-size: 0.8125rem;
  padding: 16px 0;
  text-align: center; }

.home_menu .nav_menu_box {
  border-top: none;
  margin-top: 10px; }
  .home_menu .nav_menu_box:first-of-type {
    margin-top: 0; }
.home_menu .nav_menu_ttl {
  border-radius: 6px; }
  .home_menu .nav_menu_ttl.active {
    border-radius: 6px 6px 0 0; }

.home_message {
  font-size: 0.8125rem;
  background-color: #fff;
  padding: 10px 20px; }
  .home_message strong {
    color: #d15b5b;
    font-weight: normal; }
  .home_message_list li {
    margin: 5px 0; }

.login_main {
  text-align: center; }

.login_txt {
  background-color: var(--cat-lcolor);
  padding: 15px 20px; }

.login_form {
  padding: 20px 30px; }
  .login_form input[type=text],
  .login_form input[type=password] {
    margin: 0; }

.login_form_input {
  margin-bottom: 30px;
  text-align: left; }
  .login_form_input dt {
    margin-bottom: 10px;
    position: relative; }
  .login_form_input dd {
    margin-bottom: 20px; }

.login_form_id,
.login_form_pass {
  padding-left: 30px;
  position: relative; }
  .login_form_id::after,
  .login_form_pass::after {
    content: "";
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    position: absolute;
    background-color: var(--cat-color);
    left: 0;
    height: 24px;
    top: -1px;
    width: 24px; }

.login_form_id::after {
  -webkit-mask-image: url("../../../public-common/sp_icon/person_black_24dp.svg");
  mask-image: url("../../../public-common/sp_icon/person_black_24dp.svg"); }

.login_form_pass::after {
  -webkit-mask-image: url("../../../public-common/sp_icon/lock_black_24dp.svg");
  mask-image: url("../../../public-common/sp_icon/lock_black_24dp.svg"); }

.login_form_pass_eye {
  position: relative; }
  .login_form_pass_eye_ico {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    height: 100%;
    right: 0;
    -webkit-mask-image: url("../../../public-common/sp_icon/visibility_black_24dp.svg");
    mask-image: url("../../../public-common/sp_icon/visibility_black_24dp.svg");
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 24px;
    position: absolute;
    top: 0;
    width: 36px;
    z-index: 2; }
    .login_form_pass_eye_ico.active {
      -webkit-mask-image: url("../../../public-common/sp_icon/visibility_off_black_24dp.svg");
      mask-image: url("../../../public-common/sp_icon/visibility_off_black_24dp.svg"); }

.login_form_btn {
  margin-bottom: 30px; }

.login_form_forget {
  margin-bottom: 30px; }

.login_form_notes {
  color: #df0000; }

img[src="img/spacer.gif"] {
  height: 0; }

#person {
  font-size: 0.75rem;
  background-color: var(--cat-lcolor);
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 20px;
  padding: 0px;
  text-align: right; }

.green01 {
  color: var(--cat-color);
  font-weight: bold; }

#txtBox01 {
  background-color: var(--cat-lcolor);
  margin: 10px 0;
  padding: 15px 10px; }
  #txtBox01 table {
    border: none;
    width: 100% !important; }
    #txtBox01 table th, #txtBox01 table td {
      border: none;
      padding: 0; }

hr.meisai {
  background-color: var(--cat-color);
  border: none;
  height: 1px;
  width: 100%; }

.link_list02 {
  margin-top: 80px; }
  .link_list02 li {
    margin-top: 10px; }
    .link_list02 li a {
      border: 1px solid var(--cat-color);
      border-radius: 6px;
      color: #000;
      display: block;
      padding: 10px 30px 10px 20px;
      position: relative;
      text-decoration: none; }
      .link_list02 li a::after {
        content: "";
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: 100%;
        mask-size: 100%;
        position: absolute;
        background-color: var(--cat-color);
        height: 16px;
        -webkit-mask-image: url("../../../public-common/sp_icon/arrow_forward_ios_black_24dp.svg");
        mask-image: url("../../../public-common/sp_icon/arrow_forward_ios_black_24dp.svg");
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        width: 16px; }
      .link_list02 li a:hover {
        background-color: var(--cat-lcolor); }

.link_list03 {
  margin-top: 80px; }
  .link_list03 li {
    background-color: #fff;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px; }
    .link_list03 li a {
      border: 1px solid var(--cat-color);
      border-radius: 6px;
      color: #000;
      display: block;
      padding: 10px 30px 10px 20px;
      position: relative;
      text-decoration: none; }
      .link_list03 li a::after {
        content: "";
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: 100%;
        mask-size: 100%;
        position: absolute;
        background-color: var(--cat-color);
        height: 16px;
        -webkit-mask-image: url("../../../public-common/sp_icon/arrow_forward_ios_black_24dp.svg");
        mask-image: url("../../../public-common/sp_icon/arrow_forward_ios_black_24dp.svg");
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        width: 16px; }
      .link_list03 li a:hover {
        background-color: var(--cat-lcolor); }

.note {
  background-color: var(--cat-lcolor) !important;
  font-size: 100% !important;
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px !important; }
  .note + br {
    display: none; }

.category_area h3 {
  font-size: 1rem;
  margin-bottom: 10px; }
.category_area  > div {
  padding-left: 10px;
  padding-right: 10px; }

.nencho-tr {
  background-color: #eee;
  margin-bottom: 15px;
  padding: 7px 10px; }
  .nencho-tr h3 {
    margin-bottom: 0 !important; }

.nen_radio {
  display: none; }

.radio_label {
  border: 1px solid var(--cat-color);
  border-radius: 6px;
  display: inline-block;
  margin-right: 3%;
  margin-top: 10px;
  text-align: center;
  padding: 7px;
  width: 45%; }

.nen_radio:checked + .radio_label {
  background-color: var(--cat-color) !important;
  color: #fff; }

[disabled] + .radio_label {
  background: #ccc;
  border-color: #ccc;
  color: #aaa;
  pointer-events: none; }

span[tooltip] {
  font-size: 0.875rem;
  margin-left: 5px; }

.help {
  color: #00f;
  cursor: pointer; }

.setsumon_contents_title {
  color: #666;
  font-weight: bold;
  margin: 20px 0; }

.setsumon_contents {
  background: #eee;
  margin-bottom: 8px;
  padding: 18px 10px; }
  .setsumon_contents input[type=text] {
    width: 100% !important; }

.nencho-alert {
  border: 2px solid #df0000;
  margin-bottom: 1em;
  padding: 20px; }

.nencho-message-wiz {
  margin-bottom: 1em; }

.nencho-message-wiz2 {
  text-align: right; }

table {
  border: 1px solid #ddd;
  border-collapse: collapse;
  width: 100%; }
  table th, table td {
    border: 1px solid #ddd;
    border-collapse: collapse;
    padding: 15px;
    text-align: left; }

.nencho-table {
  margin-bottom: 20px;
  table-layout: fixed; }
  .nencho-table col {
    width: auto !important; }
    .nencho-table col:first-of-type {
      width: 40% !important; }

.nencho-tr th {
  background: var(--cat-lcolor);
  padding: 15px 10px; }

.nencho-tr-light td {
  background-color: #eee;
  padding: 10px 15px; }

.nen_submit {
  margin-top: 10px !important; }

.nen_text.birthday_y {
  width: 40%; }

.nen_text.birthday_m,
.nen_text.birthday_d {
  width: 25%; }

.nen_submit.nen_plus {
  line-height: normal;
  position:relative;
}
.nen_submit.nen_plus::before{
  font-size: 100%;
  font-weight: bold; 
  position: absolute;
  left: 5px;
  content: "{";
  opacity: 0.8;
}

.nen_ul {
  margin-top: 30px;
  margin-bottom: 10px; }
  .nen_ul li {
    background: var(--cat-lcolor);
    border-left: solid 6px var(--cat-color);
    font-weight: bold;
    padding: 10px; }
  .nen_ul + label {
    margin-top: 0; }

.green .input_error {
	background-color: #ffc0cb !important;
}
.blue .input_error {
	background-color: #ffc0cb !important;
}
.orange .input_error {
	background-color: #ffff00 !important;
}
.pink .input_error {
	background-color: #ffff00 !important;
}

.label_msg {
  color: #df0000; }

.kingaku_dsp{
  display: inline-block; }

.no_input label:first-of-type {
  margin-top: 0; }

.email_update {
	border-collapse: collapse;
	width: 100%;
}
.email_update, .email_update th, .email_update td {
	border: none;
}
.email_update th, .email_update td {
	padding: 15px 0px; /* ㉺15px, E5px */
}
.right-align {
	text-align: right;
}
div.change_initial_headline{
	border: solid 1px red;
	padding: 5px;
}

div.change_initial{
	background-color: #FFF0F0;
}

div.change_initial table{
	border: 0px none;
	font-weight: normal;
}

div.change_initial td{
	border: 0px none;
	font-weight: normal;
	padding: 5px 10px 5px 10px;
}

div.change_initial .headline{
	white-space: nowrap;
	vertical-align:top;
	width: 25%;
}

div.change_initial .after{
	color: red;
}

.dantai_hoken input:read-only,
.dantai_hoken select{
  background-color: #ccc;
}

.nen_center {
	text-align:center;
}
