@charset "UTF-8";
html, body {
  font-size: 18px;
}
@media (max-width: 992px) {
  html, body {
    font-size: 16px;
  }
}

img {
  image-rendering: -webkit-optimize-contrast;
}

a:hover {
  transition: all 0.3s ease;
  text-decoration: none;
  filter: brightness(1.05);
}
a:hover img {
  transition: all 0.3s ease;
  opacity: 0.8;
}

.jinzai-asterisk {
  text-indent: -1em;
  margin-left: 1em;
}
.jinzai-asterisk::before {
  content: "※";
  color: #dd6a7c;
}

.menu-trigger {
  display: inline-block;
  width: 34px;
  height: 25px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 20px;
  right: 30px;
  z-index: 1000;
  transform: translateX(0);
  transition: transform 0.5s;
}
.menu-trigger.active {
  transform: translateX(-300px);
}
.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #dd6a7c;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 10.5px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-11px) rotate(45deg);
}
@media (min-width: 1200px) {
  .menu-trigger {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .menu-trigger {
    display: block !important;
  }
}

.jinzai-navi {
  background: #dd6a7c;
  color: #fff;
  text-align: center;
}
.jinzai-navi ul {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
}
.jinzai-navi ul ul {
  display: block;
}
.jinzai-navi ul li {
  position: relative;
}
.jinzai-navi ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 20px 35px;
  transition: all 0.3s;
  white-space: nowrap;
  text-align: left;
}
.jinzai-navi ul li li a {
  padding: 10px 35px;
}
.jinzai-navi ul li a:hover {
  color: #fff;
  background: #e07989;
}
.jinzai-navi ul li.has-child::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 28px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
}
.jinzai-navi ul ul li.has-child::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 17px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.jinzai-navi li.has-child ul {
  position: absolute;
  left: 0;
  top: 62px;
  z-index: 4;
  background: #dd6a7c;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.jinzai-navi li.has-child:hover > ul, .jinzai-navi li.has-child ul li:hover > ul, .jinzai-navi li.has-child:active > ul {
  visibility: visible;
  opacity: 1;
}
.jinzai-navi li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}
.jinzai-navi li.has-child ul li a {
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
}
.jinzai-navi li.has-child ul li:last-child a {
  border-bottom: none;
}
.jinzai-navi li.has-child ul li a:hover, .jinzai-navi li.has-child ul li a:active {
  background: #e07989;
}
.jinzai-navi li.has-child ul ul {
  top: 0;
  left: 182px;
  background: #dd6a7c;
}
.jinzai-navi li.has-child ul ul li a:hover, .jinzai-navi li.has-child ul ul li a:active {
  background: #e07989;
}
@media (max-width: 1199.98px) {
  .jinzai-navi {
    display: none;
  }
}

.sp-nav ul li a {
  color: #e07989;
}
.sp-nav #accordion_menu > li a {
  background: #e07989;
}

.jinzaiHeading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3em;
}
.jinzaiHeading h3 {
  max-width: calc(100% - 30px);
  flex: 3 0 auto;
  font-weight: bold;
  font-size: 1.6rem;
  color: #ffffff;
  background: #5392d0;
  border-top: #3364b4 solid 2px;
  border-bottom: #3364b4 solid 2px;
  text-align: center;
  margin: 0;
  line-height: 1.6;
}
.jinzaiHeading::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 15px 20px 0;
  border-color: transparent #5392d0 transparent transparent;
}
.jinzaiHeading::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 15px;
  border-color: transparent transparent transparent #5392d0;
}
@media (max-width: 992px) {
  .jinzaiHeading h3 {
    font-size: 1.2rem;
  }
}

.jinzaiSubHeading {
  background: #eeeeee;
  color: #004678;
  border-left: #3364b4 solid 7px;
  border-right: #3364b4 solid 7px;
  font-weight: bold;
  padding: 0.5em 1em;
  border-radius: 30px;
  display: inline-block;
}

.jmap-content .prefecture a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  color: #333333;
  font-weight: bold;
}
.jmap-content .prefecture a:hover {
  text-decoration: none;
}

.corp_list .pref_tit {
  margin: 0;
}
.corp_list .map-collapse {
  display: flex;
  justify-content: space-between;
  background: #336699;
  color: #fff;
  padding: 0.5em;
  margin-top: 0.5em;
}
.corp_list dl {
  border: #ccc solid 1px;
  margin: 1em 0;
}
.corp_list dl dt {
  padding: 10px;
  border-bottom: #ccc solid 1px;
  background: #f6f6f6;
  font-weight: bolder;
  overflow: hidden;
}
.corp_list dl dt .map_link a {
  color: #be0000;
  font-size: 14px;
}
.corp_list dl dd {
  padding: 10px;
  overflow: hidden;
}
.corp_list [aria-expanded=true]::after {
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  font-weight: 900;
}
.corp_list [aria-expanded=false]::after {
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  font-weight: 900;
}

.jinzaiQa {
  margin-left: 1em;
}
.jinzaiQa dl dt {
  color: #5392d0;
  display: flex;
}
.jinzaiQa dl dt::before {
  content: "Q.";
  flex: 0 0 20px;
}
.jinzaiQa dl dd {
  display: flex;
}
.jinzaiQa dl dd::before {
  content: "A.";
  flex: 0 0 20px;
}

.jinzai-accordion {
  counter-reset: number 0;
}
.jinzai-accordion .jinzai-collapse {
  font-size: 1.4rem;
  background: #eeeeee;
  border: #cccccc solid 1px;
  color: #3364b4;
  margin: 1.5em 0 0;
  padding: 0.5em 1em;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
}
.jinzai-accordion .jinzai-collapse:hover {
  color: #3364b4;
  text-decoration: none;
}
.jinzai-accordion .jinzai-collapse span::before {
  counter-increment: number 1;
  content: counter(number);
  font-size: 0.9rem;
  width: 24px;
  height: 24px;
  color: #eeeeee;
  background: #5392d0;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-right: 0.4em;
  line-height: 1.2;
}
@media (max-width: 992px) {
  .jinzai-accordion .jinzai-collapse {
    font-size: 1rem;
  }
  .jinzai-accordion .jinzai-collapse span {
    display: flex;
    align-items: center;
  }
  .jinzai-accordion .jinzai-collapse span::before {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
  }
}
.jinzai-accordion [aria-expanded=true]::after {
  font-family: "Font Awesome 5 Free";
  content: "\f068";
}
.jinzai-accordion [aria-expanded=false]::after {
  font-family: "Font Awesome 5 Free";
  content: "\f067";
}

.border-c {
  border: #cccccc solid 1px;
}

.btn-navy {
  background: #005197;
  color: #fff;
}
.btn-navy:hover, .btn-navy:focus, .btn-navy:active, .btn-navy:active:focus, .btn-navy:active:hover, .btn-navy:active.focus, .btn-navy.active, .btn-navy.active:focus, .btn-navy.active:hover, .btn-navy.active.focus {
  background: #013a6c;
  color: #fff;
}

.open > .dropdown-toggle.btn-navy,
.open > .dropdown-toggle.btn-navy:hover,
.open > .dropdown-toggle.btn-navy:focus,
.open > .dropdown-toggle.btn-navy.focus,
.btn-navy.disabled:hover, .btn-navy[disabled]:hover, fieldset[disabled] .btn-navy:hover,
.btn-navy.disabled:focus, .btn-navy[disabled]:focus, fieldset[disabled] .btn-navy:focus,
.btn-navy.disabled.focus, .btn-navy[disabled].focus, fieldset[disabled] .btn-navy.focus {
  background: #013a6c;
  color: #fff;
}

.btn-green {
  background: #0D6D39;
  color: #fff;
}
.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green:active:focus, .btn-green:active:hover, .btn-green:active.focus, .btn-green.active, .btn-green.active:focus, .btn-green.active:hover, .btn-green.active.focus {
  background: #034d25;
  color: #fff;
}

.open > .dropdown-toggle.btn-green,
.open > .dropdown-toggle.btn-green:hover,
.open > .dropdown-toggle.btn-green:focus,
.open > .dropdown-toggle.btn-green.focus,
.btn-green.disabled:hover, .btn-green[disabled]:hover, fieldset[disabled] .btn-green:hover,
.btn-green.disabled:focus, .btn-green[disabled]:focus, fieldset[disabled] .btn-green:focus,
.btn-green.disabled.focus, .btn-green[disabled].focus, fieldset[disabled] .btn-green.focus {
  background: #034d25;
  color: #fff;
}

.btn-pink {
  background: #dd6a7c;
  color: #fff;
}
.btn-pink:hover, .btn-pink:focus, .btn-pink:active, .btn-pink:active:focus, .btn-pink:active:hover, .btn-pink:active.focus, .btn-pink.active, .btn-pink.active:focus, .btn-pink.active:hover, .btn-pink.active.focus {
  background: #c93048;
  color: #fff;
}

.open > .dropdown-toggle.btn-green,
.open > .dropdown-toggle.btn-green:hover,
.open > .dropdown-toggle.btn-green:focus,
.open > .dropdown-toggle.btn-green.focus,
.btn-green.disabled:hover, .btn-green[disabled]:hover, fieldset[disabled] .btn-green:hover,
.btn-green.disabled:focus, .btn-green[disabled]:focus, fieldset[disabled] .btn-green:focus,
.btn-green.disabled.focus, .btn-green[disabled].focus, fieldset[disabled] .btn-green.focus {
  background: #c93048;
  color: #fff;
}

.badge-pink {
  background: #dd6a7c;
}

.jinzai-breadcrumb {
  font-size: 0.85rem;
  color: #666;
}
.jinzai-breadcrumb a {
  color: #5392d0;
  text-decoration: none;
}
.jinzai-breadcrumb a:hover {
  text-decoration: underline;
}

.jinzai-page-title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin: 1em 0 1.5em;
  padding-bottom: 0.5em;
}
.jinzai-page-title span {
  border-bottom: #dd6a7c dotted 4px;
  padding-top: 0.2em;
}

.jinzai-section-heading {
  background: #e8f3f8;
  border-top: #4593D0 solid 2px;
  border-bottom: #4593D0 solid 2px;
  text-align: center;
  padding: 0.7em 1em;
  font-size: 1.25rem;
  font-weight: bold;
  color: #4593D0;
  margin-bottom: 2em;
}

.jinzai-section-heading-orange {
  background: #fff3e0;
  border: #ffcc80 solid 1px;
  text-align: center;
  padding: 0.7em 1em;
  font-size: 1.25rem;
  font-weight: bold;
  color: #7a3a00;
  margin-bottom: 1.5em;
  border-radius: 4px;
}

.jinzai-step {
  display: flex;
  align-items: flex-start;
  background-image: url("/jinzai/img/step_border.png");
  background-repeat: repeat-y;
  background-position: 1.2em top;
}
.jinzai-step:last-child {
  background-image: none;
}

.jinzai-step-number {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  background: #e07a2a;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin-right: 1.2em;
  line-height: 1;
}

.jinzai-sp-step-number {
  display: none;
}

.jinzai-step-body {
  flex: 1;
}

.jinzai-step-title {
  font-size: 1.15rem;
  font-weight: bold;
  color: #333;
  padding: 0.6em 0;
}

.jinzai-step-content {
  background: #FEF9F3;
  padding: 1.5em;
  border-radius: 10px;
}

@media (max-width: 992px) {
  .jinzai-step {
    background-image: none;
    display: block;
  }
  .jinzai-step-number {
    display: none;
  }
  .jinzai-sp-step-number {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    background: #e07a2a;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin-right: 0.5em;
    line-height: 1;
  }
  .jinzai-step-title {
    display: flex;
    align-items: center;
  }
}
.jinzai-step-blue-content {
  background: #F6FAFD;
  padding: 1.5em;
  border-radius: 10px;
}

.jinzai-step-arrow {
  text-align: center;
  color: #e07a2a;
  font-size: 1.4rem;
  margin: -1em 0;
  padding: 0.3em 0;
  position: relative;
  z-index: 1;
}

.jinzai-step-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 90px solid transparent;
  border-left: 90px solid transparent;
  border-top: 18px solid #e58011;
  border-bottom: 0;
}

.jinzai-panel-orange {
  background: #e07a2a;
  color: #fff;
  padding: 0.6em 1.2em;
  font-weight: bold;
  margin-bottom: 1em;
  border-radius: 4px;
  display: block;
  font-size: 1.05rem;
}

.jinzai-panel-blue {
  background: #5392d0;
  color: #fff;
  padding: 0.6em 1.2em;
  font-weight: bold;
  margin-bottom: 1em;
  border-radius: 4px;
  display: block;
  font-size: 1.05rem;
}

.jinzai-panel-pink {
  background: #dd6a7c;
  color: #fff;
  padding: 0.6em 1.2em;
  font-weight: bold;
  margin-bottom: 1em;
  border-radius: 4px;
  display: block;
  font-size: 1.05rem;
}

.jinzai-info-box {
  background: #f0f7ff;
  border: #b8d0e8 solid 1px;
  border-left: #5392d0 solid 4px;
  padding: 1em 1.2em;
  border-radius: 0 4px 4px 0;
  font-size: 0.9rem;
  color: #333;
  line-height: 1.7;
  margin-bottom: 1.5em;
}

.jinzai-caution-box {
  background: #fff8f0;
  border: #ffcc99 solid 1px;
  border-left: #e07a2a solid 4px;
  padding: 1em 1.2em;
  border-radius: 0 4px 4px 0;
  font-size: 0.9rem;
  color: #333;
  line-height: 1.7;
  margin-bottom: 1.5em;
}

.jinzai-download-item {
  display: flex;
  align-items: center;
  padding: 1em 1.2em;
  border: #ddd solid 1px;
  border-radius: 6px;
  margin-bottom: 1em;
  text-decoration: none;
  color: #333;
  background: #fff;
  transition: all 0.2s;
}
.jinzai-download-item:hover {
  background: #f5f5f5;
  border-color: #dd6a7c;
  text-decoration: none;
  color: #333;
}
.jinzai-download-item .download-icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  background: #dd6a7c;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1em;
  font-size: 1.1rem;
}
.jinzai-download-item .download-info {
  flex: 1;
}
.jinzai-download-item .download-title {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0.2em;
}
.jinzai-download-item .download-desc {
  font-size: 0.85rem;
  color: #666;
}
.jinzai-download-item .download-badge {
  flex: 0 0 auto;
  background: #dd6a7c;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.2em 0.8em;
  border-radius: 3px;
  margin-left: 1em;
}

.jinzai-img-placeholder {
  background: #f5f5f5;
  border: #ddd dashed 2px;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
  border-radius: 4px;
  font-size: 0.9rem;
}
.jinzai-img-placeholder img {
  max-width: 100%;
}

.jinzai-faq-section {
  margin-bottom: 2em;
}
.jinzai-faq-section .jinzai-faq-item {
  background: #FEF9F3;
  padding: 1.5em;
  border-radius: 10px;
  margin-bottom: 1.5rem;
}
.jinzai-faq-section .jinzai-faq-item .faq-question {
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.jinzai-faq-section .jinzai-faq-item .faq-question::before {
  content: "Q";
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  background: #e07a2a;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin-right: 1em;
}
.jinzai-faq-section .jinzai-faq-item .faq-answer {
  display: flex;
  align-items: center;
}
.jinzai-faq-section .jinzai-faq-item .faq-answer::before {
  content: "A";
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border: #e07a2a solid 1px;
  background: #fff;
  color: #e07a2a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin-right: 1em;
}

.jinzai-case-card {
  background: #fff;
  border: #e0e0e0 solid 1px;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
}
.jinzai-case-card .case-card-header {
  background: #5392d0;
  color: #fff;
  padding: 0.8em 1em;
  font-weight: bold;
  font-size: 1rem;
}
.jinzai-case-card .case-card-img {
  min-height: 160px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jinzai-case-card .case-card-img img {
  max-width: 100%;
}
.jinzai-case-card .case-card-body {
  padding: 1em;
}
.jinzai-case-card .case-card-title {
  font-weight: bold;
  color: #334466;
  margin-bottom: 0.5em;
  font-size: 0.95rem;
}
.jinzai-case-card .case-card-text {
  font-size: 0.88rem;
  color: #555;
  line-height: 1.7;
}

.ladies-breadcrumb {
  font-size: 0.85rem;
  color: #666;
}
.ladies-breadcrumb a {
  color: #5392d0;
  text-decoration: none;
}
.ladies-breadcrumb a:hover {
  text-decoration: underline;
}

.ladies-page-title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin: 1em 0 1.5em;
  padding-bottom: 0.5em;
  border-bottom: #dd6a7c solid 2px;
}

.ladies-section-heading {
  background: #e8f3f8;
  border: #b8d8e8 solid 1px;
  text-align: center;
  padding: 0.7em 1em;
  font-size: 1.2rem;
  font-weight: bold;
  color: #334466;
  margin-bottom: 2em;
  border-radius: 4px;
}

.ladies-badge {
  background: #e07a2a;
  color: #fff;
  padding: 0.3em 1.4em;
  border-radius: 20px;
  display: inline-block;
  font-weight: bold;
  font-size: 0.95rem;
  margin-bottom: 1em;
}

.ladies-activity-heading {
  background: #e07a2a;
  color: #fff;
  padding: 0.6em 1.2em;
  font-weight: bold;
  margin-bottom: 1.2em;
  border-radius: 4px;
  display: inline-block;
}

.ladies-list {
  padding-left: 1.5em;
}
.ladies-list li {
  margin-bottom: 0.3em;
  line-height: 1.5;
}

.ladies-photo {
  background: #f5f5f5;
  border: #ddd dashed 2px;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
  border-radius: 4px;
}
.ladies-photo img {
  max-width: 100%;
}

.jinzai-speechbubble {
  position: relative;
  display: inline-block;
  margin-right: 24px;
  padding: 1em 1.2em;
  border: 5px solid #cacaca;
  border-radius: 8px;
  text-align: left;
}
.jinzai-speechbubble::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 15px 0 15px 24px;
  border-color: transparent transparent transparent #cacaca;
  translate: 100% -50%;
}
.jinzai-speechbubble::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 9.1px 0 9.1px 14.6px;
  border-color: transparent transparent transparent #ffffff;
  translate: 100% -50%;
}

.jinzai-orange-speechbubble {
  position: relative;
  display: inline-block;
  margin-left: 24px;
  padding: 1em 1.2em;
  border: 5px solid #E58011;
  border-radius: 10px;
  background: #FEF9F3;
  text-align: left;
  width: 100%;
}
.jinzai-orange-speechbubble::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 15px 24px 15px 0;
  border-color: transparent #e58011 transparent transparent;
  translate: -100% -50%;
}
.jinzai-orange-speechbubble::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 10.3px 16.5px 10.3px 0;
  border-color: transparent #fef9f3 transparent transparent;
  translate: -100% -50%;
}
@media (max-width: 992px) {
  .jinzai-orange-speechbubble {
    margin-left: 0;
    margin-bottom: 24px;
  }
  .jinzai-orange-speechbubble::before {
    content: "";
    position: absolute;
    right: auto;
    top: 0;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 24px 15px 0 15px;
    border-color: #e58011 transparent transparent;
    translate: -50% 100%;
  }
  .jinzai-orange-speechbubble::after {
    content: "";
    position: absolute;
    right: auto;
    top: 0;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 16.5px 10.3px 0 10.3px;
    border-color: #fef9f3 transparent transparent;
    translate: -50% 100%;
  }
}

.jinzai-sitemap-section {
  background: #E3F0FA;
  padding: 2.5em 0;
}
.jinzai-sitemap-section h4 {
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 0.8em;
  padding-bottom: 0.3em;
}
.jinzai-sitemap-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.jinzai-sitemap-section ul li {
  font-size: 0.82rem;
  margin-bottom: 0.3em;
}
.jinzai-sitemap-section ul li::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  color: #007AFF;
  margin-right: 0.3em;
  font-weight: 900;
}
.jinzai-sitemap-section ul li a {
  color: #007AFF;
  text-decoration: none;
}
.jinzai-sitemap-section ul li a:hover {
  color: #0263cd;
  text-decoration: underline;
}

.jinzai-sitemap-org {
  border-top: #eee solid 1px;
  padding-top: 1.5em;
  margin-top: 1.5em;
}
.jinzai-sitemap-org .org-logo {
  max-height: 45px;
}
.jinzai-sitemap-org .org-name {
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 0.2em;
}
.jinzai-sitemap-org .org-address {
  font-size: 0.78rem;
  color: #666;
}

.jinzai-copyright {
  background: #333;
  color: #fff;
  text-align: center;
  padding: 2em 0;
  font-size: 0.8rem;
}

.jinzai-summary {
  border: 12px solid #FEEDCB;
  border-radius: 10px;
  padding: 1em 1.5em;
}

.jinzai-img-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
.jinzai-img-scroll img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 991.98px) {
  .jinzai-img-scroll img {
    max-width: none;
  }
}
.jinzai-img-scroll .jinzai-scroll-hint {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 12px;
  pointer-events: none;
  z-index: 10;
}
.jinzai-img-scroll .jinzai-scroll-hint.is-fading {
  animation: scrollHintFadeOut 0.6s ease forwards;
}
.jinzai-img-scroll .jinzai-scroll-hint__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.93);
  border-radius: 40px;
  padding: 10px 22px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.28);
  animation: scrollHintBadge 2.2s ease forwards;
}
.jinzai-img-scroll .jinzai-scroll-hint__icon {
  font-size: 1.5rem;
  display: inline-block;
  animation: scrollHintFlick 2.2s ease forwards;
}
.jinzai-img-scroll .jinzai-scroll-hint__text {
  font-size: 0.85rem;
  font-weight: bold;
  color: #444;
  white-space: nowrap;
}

@keyframes scrollHintBadge {
  0% {
    opacity: 0;
    transform: scale(0.85);
  }
  12% {
    opacity: 1;
    transform: scale(1);
  }
  78% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scrollHintFlick {
  0% {
    transform: translateX(14px);
  }
  12% {
    transform: translateX(14px);
  }
  50% {
    transform: translateX(-20px);
  }
  65% {
    transform: translateX(-10px);
  }
  78% {
    transform: translateX(-16px);
  }
  100% {
    transform: translateX(-16px);
  }
}
@keyframes scrollHintFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media (max-width: 992px) {
  .structure_03 {
    max-width: 820px !important;
  }
}
@media (max-width: 992px) {
  .flow-table {
    max-width: 820px !important;
  }
}
/*登録フォーム*/
input:focus::-moz-placeholder:not(#corpSelect), textarea:focus::-moz-placeholder:not(#corpSelect) {
  color: transparent;
}
input:focus::placeholder:not(#corpSelect),
textarea:focus::placeholder:not(#corpSelect) {
  color: transparent;
}

.error-message {
  color: #dc3545;
}

.select2-invalid {
  border-color: #dc3545 !important;
}

.jinzai-form-heading {
  display: flex;
  align-items: center;
}
.jinzai-form-heading h4 {
  background: #E58011;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  color: #ffffff;
  border-radius: 10px;
  padding: 0.2em 1.5em;
  margin-bottom: 0;
}

.jinzai-form-tbl {
  border-top: #cccccc solid 1px;
}
.jinzai-form-tbl > dl {
  display: flex;
  margin: 0;
  padding: 0;
  border-bottom: #cccccc solid 1px;
  border-left: #cccccc solid 1px;
  border-right: #cccccc solid 1px;
}
.jinzai-form-tbl > dl > dt {
  padding: 0.8em;
  border-right: #cccccc solid 1px;
  background: #E3F0FA;
  font-weight: bold;
  color: #4593D0;
  width: 25%;
}
.jinzai-form-tbl > dl > dd {
  padding: 0.8em;
  margin: 0;
  width: 75%;
}
@media (max-width: 992px) {
  .jinzai-form-tbl > dl {
    display: block;
  }
  .jinzai-form-tbl > dl > dt {
    border-right: none;
    border-bottom: #cccccc solid 1px;
    width: 100%;
  }
  .jinzai-form-tbl > dl > dd {
    width: 100%;
  }
}

/*お知らせ*/
.jinzai-notice .notice-date {
  background: #E3F0FA;
  color: #4593D0;
  border-radius: 20px;
  padding: 0.2em 1.5em;
}
.jinzai-notice .notice-title {
  color: #4593D0;
  font-weight: bold;
}

#page-top {
  right: 2em;
}
#page-top a {
  font-size: 0.9rem;
}
/*# sourceMappingURL=maps/jinzai.css.map */
