@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* ファイル選択用フォントサイズ */
.sub_file-upload input,
.sub_file-upload a{
  max-height: 100% !important;
  font-size: 14px;
}
.sub_file-upload input[type=file],
.sub_file-upload input[type=file]::-webkit-file-upload-button { 
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/NotoSansJP-Regular.woff2) format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/NotoSansJP-Medium.woff2) format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/NotoSansJP-Bold.woff2) format("woff2");
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", Meiryo, "メイリオ", sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

body {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
body.responsive {
  overflow-x: hidden;
}

button {
  border: 1px solid #eee;
  cursor: pointer;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.35;
}

p {
  margin: 0;
}

p + p {
  margin: 1.25em 0 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

mark,
ins {
  background: #000;
  text-decoration: none;
}

big {
  font-size: 125%;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 1.5em 0;
}

a {
  color: #000;
  text-decoration: underline;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
a:hover, a:focus, a:active {
  opacity: 0.5;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

ul,
ol {
  margin: 1em 0 0.5em;
  padding-left: 1em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin: 0;
  padding-left: 1em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

figure {
  margin: 1em 0 0.5em;
}

table {
  border-collapse: collapse;
  margin: 1em 0 0.5em;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .pc {
    display: block;
  }
}

.bg_green {
  background-color: #ecf8e0;
}

.bg_blue {
  background-color: #daeefd;
}

.bg_yellow {
  background-color: #fff0d8;
}

.weight_bold {
  font-weight: 700;
}

.weight_medium {
  font-weight: 500;
}

.align_center {
  text-align: center;
}

.align_right {
  text-align: right;
}

.align_left {
  text-align: left;
}

.color_blue {
  color: #0974d6;
}

.color_yellow {
  color: #f9800f;
}

.size_ex-large {
  font-size: 28px;
}

.size_large {
  font-size: 24px;
}

.size_medium {
  font-size: 18px;
}

.size_20 {
  font-size: 20px;
}

.size_16 {
  font-size: 16px;
}

.size_ex-large__re {
  font-size: clamp(1.375rem, 1.22rem + 0.66vw, 1.75rem);
}

.size_large__re {
  font-size: clamp(1.25rem, 1.146rem + 0.44vw, 1.5rem);
}

.size_medium__re {
  font-size: clamp(1rem, 0.948rem + 0.22vw, 1.125rem);
}

.size_small__re {
  font-size: clamp(0.875rem, 0.771rem + 0.44vw, 1.125rem);
}

.txt-limit {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.mt_1em {
  margin-top: 1em;
}

.mb_1em {
  margin-bottom: 1em;
}

.mb_2em {
  margin-bottom: 2em;
}

.mt_05em {
  margin-top: 0.5em;
}

.icon_pending,
.icon_approval {
  background-position: 0 55%;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  padding: 0 0 0 14px;
}
@media screen and (min-width: 1024px) {
  .icon_pending,
  .icon_approval {
    background-size: 16px 16px;
    background-repeat: no-repeat;
    padding: 0 0 0 22px;
  }
}

.icon_pending {
  background-image: url("../img/icon_pending.svg");
}

.icon_approval {
  background-image: url("../img/icon_approval.svg");
}

.icon_edit,
.icon_update {
  background-position: 0 52%;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  padding: 0 0 0 22px;
}

.icon_edit {
  background-image: url("../img/icon_edit.svg");
}

.icon_update {
  background-image: url("../img/icon_update.svg");
}

.header {
  padding: 16px 0 0;
}

.header_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

.header_inner {
  background-color: #fff;
  border-radius: 9999px;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 8px 24px;
  position: relative;
  width: 1000px;
}

.site_logo__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.site_logo {
  line-height: 1;
  margin: 0;
  padding: 0 16px 0 0;
}

.site_title {
  border-left: 1px solid #898989;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.3;
  padding: 0 0 0 16px;
}

.property_txt {
  font-size: 26px;
}

.help_link {
  display: inline-block;
  line-height: 1;
  margin: 0 0 0 20px;
}

.login_meta_block {
  width: 50%;
}

.login_user__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  list-style: none;
  gap: 24px;
  margin: 0;
  padding: 0;
}

.login_user__name,
.logout {
  line-height: 1.35;
}

.login_user__name {
  font-size: 18px;
  font-weight: 500;
}
.login_user__name .honor {
  font-size: 12px;
  margin: 0 0 0 6px;
}

.user_personnel,
.logout {
  background-position: 0 6px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  padding: 0 0 0 20px;
}

.user_personnel {
  background-image: url("../img/icon_user_blue.svg");
}

.logout {
  background-image: url("../img/icon_log-out.svg");
}

.login_date__meta {
  color: #898989;
  font-size: 11px;
  letter-spacing: 0.05em;
  text-align: right;
}

.footer {
  background-color: #e3e3e3;
}

.footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 9px 0;
  width: 1000px;
}

.footer_link__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0 24px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: calc(100% - 510px);
}

.footer_link {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
}

.footer_utility {
  margin: 0 0 0 auto;
  width: 510px;
}

.footer_utility__txt,
.copyright {
  color: #898989;
  text-align: right;
  font-size: 11px;
  font-weight: 500;
}

.footer_utility__txt {
  margin: 0 0 8px;
}

.main_content {
  background-color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.main_content__subject {
  padding-top: 212px;
}

.main_content__personnel {
  padding-top: 150px;
}

.main_content__inner {
  margin: 0 auto;
  width: 1000px;
}

.content__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.column_2 {
  gap: 0 64px;
}
.column_2 .inner_block {
  width: calc((100% - 64px) / 2);
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  background-color: #fff;
  color: #000;
  border: 1px solid #898989;
  border-radius: 4px !important;
  padding: 0 0.5em !important;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus,
select:focus {
  border: 1px solid #000;
  color: #000;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=range]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=month]::-webkit-input-placeholder, input[type=week]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=datetime]::-webkit-input-placeholder, input[type=datetime-local]::-webkit-input-placeholder, input[type=color]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #898989;
  font-size: 18px;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=range]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=color]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #898989;
  font-size: 18px;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=range]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=month]:-ms-input-placeholder, input[type=week]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, input[type=datetime]:-ms-input-placeholder, input[type=datetime-local]:-ms-input-placeholder, input[type=color]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #898989;
  font-size: 18px;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=url]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=range]::-ms-input-placeholder, input[type=date]::-ms-input-placeholder, input[type=month]::-ms-input-placeholder, input[type=week]::-ms-input-placeholder, input[type=time]::-ms-input-placeholder, input[type=datetime]::-ms-input-placeholder, input[type=datetime-local]::-ms-input-placeholder, input[type=color]::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
  color: #898989;
  font-size: 18px;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #898989;
  font-size: 18px;
}

textarea {
  resize: vertical;
}

.form_header__functions,
.form_footer__functions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.form_header__functions {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
}

.form_footer__functions {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}

.form_item__title {
  text-align: left;
}

.form_item__module {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form_item__note {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}

.field_label {
  margin-right: 16px;
}

.mark_required {
  color: #e60012;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 0 8px;
}

.form_required__txt {
  color: #e60012;
}

input[type=text].error {
  background-color: #FFE8EA;
  border: 2px solid #e60012;
}

.form_item__error {
  display: block;
}

.form_item__error--txt {
  background-image: url("../img/alert-circle.svg");
  background-position: 0 5px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  color: #e60012;
  font-weight: 500;
  margin: 8px 0 0;
  padding: 0 0 0 24px;
}

.select_date__link {
  background-image: url("../img/calendar.svg");
  background-position: 0 4px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  font-size: 18px;
  font-weight: 500;
  padding: 0 0 0 24px;
}

.field_date {
  font-size: 14px;
}

input[type=date].field_date {
  padding: 0.25em 0.5em !important;
}

input[type=password].field_password {
  padding-right: 40px !important;
}

.module_password {
  position: relative;
}

.password_icon {
  aspect-ratio: 1/1;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 20px;
}

.password_icon {
  background-image: url("../img/eye.svg");
}
.password_icon.is_showing {
  background-image: url("../img/eye-off.svg");
}

::-ms-reveal {
  display: none;
}

.detail_title {
  cursor: pointer;
  display: block;
  position: relative;
}
.detail_title::before, .detail_title::after {
  background-color: #000;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.detail_title::before {
  height: 10px;
  right: 8px;
  width: 2px;
}
.detail_title::after {
  height: 2px;
  right: 0;
  width: 10px;
}
.detail_title.is_active::before {
  opacity: 0;
}

.radio_module input[type=radio] {
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
}

.radio_value-name {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 28px;
  line-height: 2.5;
}
.radio_value-name::before, .radio_value-name::after {
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
}
.radio_value-name::before {
  background-color: #f6f6f6;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2) inset;
  top: 8px;
  left: 0;
  width: 24px;
  height: 24px;
}
.radio_value-name::after {
  background-color: #000;
  top: 14px;
  left: 6px;
  width: 12px;
  height: 12px;
  opacity: 0;
}

.radio_module input:focus + span::before {
  border: 1px solid #82c243;
}

.radio_module input:checked + span::after {
  opacity: 1;
}

.radio_module input:checked:disabled + span::after {
  background-color: #ccc;
  opacity: 1;
}

.check_module input[type=checkbox] {
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
}

.check_value-name {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 28px;
  line-height: 2.5;
}
.check_value-name::before, .check_value-name::after {
  content: "";
  display: block;
  position: absolute;
}
.check_value-name::before {
  background-color: #f6f6f6;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2) inset;
  top: 8px;
  left: 0;
  width: 24px;
  height: 24px;
}
.check_value-name::after {
  background-color: #000;
  top: 14px;
  left: 5px;
  width: 14px;
  height: 14px;
  opacity: 0;
}

.check_module input:focus + span::before {
  border: 1px solid #82c243;
}

.check_module input:checked + span::after {
  opacity: 1;
}

.select_module {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
/* .select_module::before {
  border-color: #000 transparent transparent transparent;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  right: 16px;
  width: 0;
  height: 0;
  pointer-events: none;
}
.select_module select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: none;
  text-overflow: ellipsis;
  cursor: pointer;
} */

.data_attachment__module .data_attachment__label,
.data_attachment__module .data_attachment__clear {
  cursor: pointer;
  min-width: auto;
  width: auto;
}
.data_attachment__module .data_attachment__label {
  font-size: 15px;
  padding: 0.5em 0;
  width: 140px;
}
.data_attachment__module .data_attachment__clear {
  font-size: 15px;
  padding: 0;
  margin: 0 0 0 auto;
}
.data_attachment__module .data_attachment__name {
  font-size: 15px;
}
.data_attachment__module input[type=file] {
  height: 0;
  visibility: hidden;
  width: 0;
}

.width_long {
  width: 512px !important;
}

.width_middle {
  width: 240px !important;
}

.width_short {
  width: 200px !important;
}

.width_minimum {
  width: 40px !important;
}

.width_100 {
  width: 100px !important;
}

.width_110 {
  width: 110px !important;
}

.width_115 {
  width: 115px !important;
}

.width_119 {
  width: 119px !important;
}

.width_130 {
  width: 130px !important;
}

.width_150 {
  width: 150px !important;
}

.gap_16 {
  gap: 16px !important;
}

.table_primary {
  border-top: 1px solid #e3e3e3;
  margin: 0.5em 0;
}
.table_primary tr {
  border-bottom: 1px solid #e3e3e3;
}
.table_primary th,
.table_primary td {
  padding: 8px 0;
}

.table_secondary {
  margin: 0.5em 0;
}
.table_secondary tr {
  border-bottom: 1px solid #e3e3e3;
}
.table_secondary tr:last-child {
  border-bottom: none;
}
.table_secondary th,
.table_secondary td {
  padding: 8px 0;
}

.table_head__bg {
  background-color: #e3e3e3;
  border: 1px solid #e3e3e3;
}

.table_head__th {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
  text-align: left;
}

.thead_multiple th {
  border: none;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.thead_multiple th:first-child {
  border-left: 1px solid #e3e3e3;
}
.thead_multiple th:last-child {
  border-right: 1px solid #e3e3e3;
}

.table_head__fixed {
  border-collapse: separate;
  border-spacing: 0;
}
.table_head__fixed thead th {
  position: sticky;
  top: 0;
}
.table_head__fixed tbody th,
.table_head__fixed tbody td {
  border-bottom: 1px solid #e3e3e3;
}
.table_head__fixed tbody tr:last-child th, .table_head__fixed tbody tr:last-child td {
  border-bottom: none;
}

.tbody_wrap {
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  padding: 0 24px;
}

.cell_pr__12 {
  padding-right: 12px !important;
}

.cell_pr__24 {
  padding-right: 24px !important;
}

.cell_pl__12 {
  padding-left: 12px !important;
}

.cell_pl__24 {
  padding-left: 24px !important;
}

.cell_prl__12 {
  padding-right: 12px !important;
  padding-left: 12px !important;
}

.cell_prl__24 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

.link_btn {
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.35;
  text-decoration: none;
  text-align: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  min-width: 200px;
  width: 100%;
}

.btn_primary {
  background-color: #319041;
  border: none;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(49, 144, 65, 0.3);
          box-shadow: 0px 4px 15px 0px rgba(49, 144, 65, 0.3);
  color: #fff;
  opacity: 1;
}
.btn_primary:hover, .btn_primary:active, .btn_primary:focus {
  opacity: 0.5;
}

.btn_secondary {
  background-color: #fff;
  border: 2px solid #e3e3e3;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
  color: #000;
  opacity: 1;
}
.btn_secondary:hover, .btn_secondary:active, .btn_secondary:focus {
  opacity: 0.5;
}

.btn_third {
  background-color: #bfbfbf;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
  color: #333;
  padding: 16px 32px;
  opacity: 1;
}
.btn_third:hover, .btn_third:active, .btn_third:focus {
  opacity: 0.5;
}

.btn_fourth {
  background-color: #0974d6;
  border: none;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
  color: #fff;
  opacity: 1;
}
.btn_fourth:hover, .btn_fourth:active, .btn_fourth:focus {
  opacity: 0.5;
}

.btn_fifth {
  background-color: #f9800f;
  border: none;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
  color: #fff;
  line-height: 1.35;
  opacity: 1;
}
.btn_fifth:hover, .btn_fifth:active, .btn_fifth:focus {
  opacity: 0.5;
}

.faq_link {
  background-image: url("../img/icon_question_green.svg");
  background-position: 0 6px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  padding: 0 0 0 24px;
}

.btn_form_clear {
  background-color: transparent !important;
  border: none;
  text-decoration: underline;
}
.btn_form_clear:hover, .btn_form_clear:active, .btn_form_clear:focus {
  opacity: 0.5;
}

.btn_ex-large {
  padding: 56px;
}

.btn_large {
  padding: 32px 48px;
}

.btn_medium {
  padding: 22px 48px;
}

.btn_medium {
  padding: 22px 48px;
}

.btn_small {
  line-height: 1.35;
  padding: 16px;
}

.btn_minimum {
  line-height: 1.35;
  padding: 4px 8px;
}

.subject_title__block {
  padding: 16px 0;
}

.subject_title__block--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto;
  width: 1000px;
}

.subject_title__wrap {
  width: calc(100% - 400px - 48px);
}

.subject_title {
  font-size: 38px;
  letter-spacing: 2px;
  line-height: 1.15;
  margin: 0;
}

.subject_number {
  border-bottom: 3px solid #319041;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 0 4px;
  padding: 0 0 8px;
}

.steps_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 400px;
}

.steps_item {
  background-color: #afdcaa;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  height: 64px;
  padding-top: 20px;
  width: 64px;
}

.steps_item__name {
  color: #afdcaa;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.086em;
}

.steps_list__item {
  position: relative;
  text-align: center;
  width: 64px;
}
.steps_list__item::after {
  background-color: #afdcaa;
  content: "";
  display: block;
  height: 2px;
  width: 32px;
  position: absolute;
  top: 32px;
  right: -39px;
}

.steps_list__item:last-child::after {
  display: none;
}

.is_current .steps_item {
  background-color: #319041;
}
.is_current .steps_item__name {
  color: #319041;
}

.is_completion .steps_item {
  background-color: #fff;
}
.is_completion .steps_item__name {
  color: #319041;
}

.steps_list__item.is_completion::after {
  background-color: #319041;
}

.caution_box {
  background-color: #fff7db;
  margin: 1.25em 0 0;
  padding: 8px 16px;
}

.subject_top__content {
  padding: 24px 0;
}

.subject_top__content--txt {
  font-size: 20px;
  font-weight: 500;
}

.subject_top__content-disc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.faq_link__block {
  background-color: #f6f6f6;
  padding: 30px;
  text-align: center;
}

.subject_action__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.subject_action {
  width: calc((100% - 24px) / 2);
}

.action_registration {
  width: 100%;
}

.auto-display {
  display: inline-block;
  width: 215px;
}

.auto-display_btn__wrap {
  width: 215px;
}

.subject_form {
  padding: 10px 0 24px;
}
.subject_form .form_body {
  margin: 20px 0 24px;
}
.subject_form .form_item__title {
  font-size: 20px;
  font-weight: 500;
  width: 320px;
}
.subject_form .form_item {
  width: calc(100% - 320px - 16px);
}
.subject_form .form_item__module {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.subject_form .form_header__functions {
  background-color: #fff;
  padding: 10px 0;
  position: sticky;
  top: 210px;
  z-index: 1;
}



/* ////////////////////////////  Add css //////////////////////////// */
/* エラーダイアログのスタイル */
dialog{
  max-width: 400px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  padding: 16px 30px;
  width: 100%;
  border-radius: 3px;
  border: 5px solid gray;
}
dialog::backdrop{
  background-color: #707070;
  opacity: 0.7;
}
dialog .dialog-title{
  font-size: 20px;
  margin: 8px 0 24px 0;
}
dialog .dialog-title span{
  display: inline-block;
  vertical-align: top;
  /* アイコンのサイズと同じ */
  height: 32px; 
}
/* ダイアログアイコン */
dialog .dialog-title::before{
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 32px;
  height: 32px;
  margin-right: 5px;
}
/* 確認ダイアログアイコン */
dialog .dialog-title.dialog_confirmation:before{
  background-image: url(../img/question.png);
}
/* 情報ダイアログアイコン  */
dialog .dialog-title.dialog_information:before{
  background-image: url(../img/information.png);
}
/* 警告ダイアログアイコン */
dialog .dialog-title.dialog_warning:before{
  background-image: url(../img/exclamation.png);
}
/* エラーダイアログアイコン  */
dialog .dialog-title.dialog_error:before{
  background-image: url(../img/cross-circle.png);
}
dialog .dialog-text-area{
  margin-bottom: 32px;
}
dialog .dialog-sub-text{
  margin-top: 8px;
  font-weight: normal;
}
dialog .dialog-btn-area{
  margin: 24px 0 16px 0;
  text-align: center;
}
dialog .dialog-btn-area .com_a-btn{
  /* 演題用 */
  max-width: 100px;
  width: 100px;
}
dialog .dialog-btn-area .com_a-btn.sub_cancel_btn{
  margin-left: 20px;
}

/* ヘッダー上下のpaddingを調整 */
.header {
  padding: 16px 0;
}

/* ヘッダーを最前面に表示 */
.header_fixed {
  z-index: 200;
}

.subject-details__block{
  /*padding: 16px 0;*/
  padding: 0 !important;
}

/* 親要素をロゴのサイズに合わせる */
.site_logo__block {
  min-height: 46px;
  height: auto;
}

/* ボタンをフロートする */
#sub_header-btn_float {
  position: sticky;
  top: 155px;
  background-color: white;
  z-index: 150;
  width: 100%;
}
#sub_header-btn_float .form_functions__item{
  margin: 5px 0;
}

/* キャンセルボタンのスタイル */
a.sub_cancel_btn, button.sub_cancel_btn,
.sub_cancel_btn{
  background-color: white !important;
  color: #319041 !important;
  border: 1px solid #319041 !important;
}

/* 画面名のデザインバーを表示 */
.border_left__green {
  border-left: 6px solid #09D638;
  padding: 0 0 0 16px;
}

/* ----------　common　全サイト共通パーツ　ここから　---------- */
/* aタグとbuttonタグの見た目を初期化 */
a.com_a-btn,
button.com_a-btn, .dialog_area button,
input.com_a-btn[type=button]{
  font-size: 1rem;
  text-shadow: none;
  text-decoration: none;
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
/* buttonにホバー時のスタイルを追加（aに合わせる） */
a.com_a-btn:hover, a.com_a-btn:focus, a.com_a-btn:active,
button.com_a-btn:hover, button.com_a-btn:focus, button.com_a-btn:active,
.dialog_area button:hover, .dialog_area button:focus, .dialog_area button:active,
input.com_a-btn[type=button]:hover, input.com_a-btn[type=button]:focus, input.com_a-btn[type=button]:active {
  opacity: 0.5;
}
a.com_a-btn:focus,
button.com_a-btn:focus,
.dialog_area button:focus,
input.com_a-btn[type=button]:focus {
  outline: 1px dotted gray;
}
a.com_a-btn:hover,
a.com_a-btn:active,
button.com_a-btn:hover,
button.com_a-btn:active,
.dialog_area button:hover,
.dialog_area button:active,
input.com_a-btn[type=button]:hover,
input.com_a-btn[type=button]:active {
  outline: 0;
}
/* aタグ、buttonタグのスタイル統一 会員用 */
a.com_a-btn,
button.com_a-btn, .dialog_area button,
input.com_a-btn[type=button]{
  display: inline-block;
  text-decoration: none;
  background-color: #319041;
  color: white;
  font-weight: bold;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  line-height: 1.35;
  padding: 4px 8px;
  opacity: 1;
  text-align: center;
  /* 演題用 */
  max-width: none;
  width: 200px;
}

/* ロゴのみの場合、ヘッダーを隠す */
.com_header-logo-only .login_meta_block,
.com_header-logo-only .global_navigation__block,
.com_header-logo-only .global_navi-btn__block{
    display: none;
}
.com_header-logo-only .header{
  padding-bottom: 16px;
}
.com_header-logo-only .main_content__member {
  padding-top: 96px;
}
.com_header-logo-only .breadcrumb {
  display: none;
}

/* フッターを非表示にする */
#footer_block.com_footer-none .footer_inner{
    display: none;
}

/* ダイアログ画面 */
.com_dialog-page .header_fixed{
  display: none;
}
/* ダイアログ画面の上paddingを調整 */
.com_dialog-page .main_content{
  padding-top: 0;
}

/* 必須アイコンのスタイル */
.com_mark_required::after{
  content: " *";
  color: #e60012;
  font-size: 18px;
  vertical-align: top;
}

/* 小さいボタン */
a.com_btn_150, button.com_btn_150,
.com_btn_150{
  min-width: 150px;
  width: 150px;
}

/* 削除ボタンのスタイル */
a.del_btn, button.del_btn,
.del_btn{
  background-color: red !important;
  color: white;
  width: 120px !important;
  min-width: 100px;
}

/* 入力不可の場合の背景色 */
input[readonly], input[disabled], select[disabled], textarea[readonly], textarea[disabled],
input[readonly]:hover, input[disabled]:hover, select[disabled]:hover, textarea[readonly]:hover, textarea[disabled]:hover{
  background-color: #f2f2f2 !important;
  cursor: default !important;
  opacity: 1 !important;
  color: #000000 !important;
}
/* readonly使用不可。 
　　　aria-readonly="true"のキーイベントを無効にするには個別に対応が必要 */
main button[disabled], main button[disabled]:hover,
main button[aria-readonly="true"], main button[aria-readonly="true"]:hover{
  background-color: lightgray !important;
  cursor: default !important;
  opacity: 1 !important;
  color: gray !important;
  pointer-events: none;
}

/* 非表示にする */
.hidden {
  display: none;
}

fieldset{
    border-style: none;
}
/* 入力不可の場合の背景色 */
fieldset:disabled input, fieldset:disabled select, fieldset:disabled textarea,
fieldset:disabled input:hover, fieldset:disabled select:hover, fieldset:disabled textarea:hover {
  background-color: #f2f2f2 !important;
  cursor: default !important;
  opacity: 1 !important;
  color: #000000 !important;
}
fieldset:disabled span{
    cursor: default !important;
}

/*エラーメッセージのスタイル*/
div[class^="validation-error-"] p.form-error {
    color: red;
    margin: 0;
}

.label-like,
.label-like:disabled {
  border: none;
  background-color: transparent !important;
  background: transparent;
  color: inherit !important;
  font-size: inherit;
  font-family: inherit;
  padding: 0;
  margin: 0;
  cursor: default;
  border-radius: 0;
  pointer-events: none;
}

/* ----------　common　全サイト共通パーツ　ここまで　---------- */
/* ////////////////////////////  Add css //////////////////////////// */

/* ////////////////////////////  Add css //////////////////////////// */
#nowLoading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8;
  z-index:2000;
}
 
#innerMsg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 140px;
  z-index:100;
  background: url(../img/img-loading.gif) center center no-repeat;
}
/* ////////////////////////////  Add css //////////////////////////// */