@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
.active > .page-link, .page-link.active {
  background: #2c81ff !important;
}

.bg-primary {
  background: #2c81ff !important;
}

.text-primary {
  color: #2c81ff !important;
}

.form-check {
  line-height: 1.4 !important;
}

.btn-primary {
  background: #2c81ff !important;
}

.form-label {
  font-weight: bold;
}

.form-check-inline .form-check-label {
  font-weight: normal;
}

.c-red {
  color: #E53030;
}

.font-weight-bold {
  font-weight: bold;
}

#gmap {
  width: 100%;
  height: 400px;
}

.footerbanner {
  width: 100%;
  position: fixed;
  left: 50%;
  bottom: 0;
  text-align: center;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.footerbanner img {
  max-width: 500px;
}

@media (max-width: 575px) {
  .footerbanner {
    left: 0;
    bottom: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
  }
}
@media (max-width: 767px) {
  .footerbanner img {
    max-width: 100%;
  }
}
body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  color: #333333;
  background-color: #fff;
}
@media (max-width: 767px) {
  body {
    font-size: 0.95rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  color: #333333;
}

h1 {
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  h1 {
    font-size: 1.5rem;
  }
}

h2 {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}
@media (max-width: 767px) {
  h2 {
    font-size: 1.3rem;
  }
}

h3 {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  h3 {
    font-size: 1.2rem;
  }
}

h4 {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 0.75rem;
}
@media (max-width: 767px) {
  h4 {
    font-size: 1.1rem;
  }
}

h5 {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  h5 {
    font-size: 1rem;
  }
}

h6 {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  h6 {
    font-size: 0.9rem;
  }
}

.fs-body {
  font-size: 1rem !important;
}
@media (max-width: 767px) {
  .fs-body {
    font-size: 0.95rem !important;
  }
}

.fs-small {
  font-size: 0.85rem !important;
  display: inline-block;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .fs-small {
    font-size: 0.7rem !important;
  }
}

a {
  color: #0d47a1;
  text-decoration: underline;
  transition: color 0.2s ease;
}
a:hover {
  text-decoration: none;
}

.br-sp {
  display: none;
}
@media (max-width: 767px) {
  .br-sp {
    display: inline;
  }
}

.btn-nav-register,
.btn-nav-login,
.btn-nav-line-register,
.btn-register,
.btn-login,
.btn-line-register,
.btn-order,
.btn-no-order,
.btn-outline {
  position: relative;
  display: inline-block;
  font-weight: 700;
  color: #fff;
  border: none;
  border-radius: 9999px;
  text-decoration: none;
  transition: transform 0.1s ease, opacity 0.2s ease;
  text-align: center;
}
.btn-nav-register:before,
.btn-nav-login:before,
.btn-nav-line-register:before,
.btn-register:before,
.btn-login:before,
.btn-line-register:before,
.btn-order:before,
.btn-no-order:before,
.btn-outline:before {
  content: "›";
  position: absolute;
  right: 7%;
  top: calc(50% - 0.1em);
  transform: translateY(-50%);
  font-size: 1.8rem;
  font-weight: 700;
  color: inherit;
  pointer-events: none;
  line-height: 1;
}
.btn-nav-register:hover,
.btn-nav-login:hover,
.btn-nav-line-register:hover,
.btn-register:hover,
.btn-login:hover,
.btn-line-register:hover,
.btn-order:hover,
.btn-no-order:hover,
.btn-outline:hover {
  filter: brightness(1.15);
}

.btn-nav-register,
.btn-nav-line-register,
.btn-line-register,
.btn-nav-login,
.btn-order,
.btn-no-order,
.btn-outline {
  padding: 0.75rem 2.5rem 0.75rem 1.5rem;
  font-size: 0.95rem;
}
@media (max-width: 1200px) {
  .btn-nav-register,
  .btn-nav-line-register,
  .btn-line-register,
  .btn-nav-login,
  .btn-order,
  .btn-no-order,
  .btn-outline {
    font-size: 0.9rem;
    padding: 0.5rem 1.5rem 0.5rem 1rem;
  }
}
@media (max-width: 575px) {
  .btn-nav-register,
  .btn-nav-line-register,
  .btn-line-register,
  .btn-nav-login,
  .btn-order,
  .btn-no-order,
  .btn-outline {
    width: 100%;
    font-size: 0.9rem;
    padding: 0.8rem 0;
  }
}

.btn-register,
.btn-order,
.btn-no-order {
  font-size: 1.2rem;
  padding: 1.2rem 2rem;
}
@media (max-width: 575px) {
  .btn-register,
  .btn-order,
  .btn-no-order {
    width: 100%;
    font-size: 1.1rem;
    padding: 1.2rem 0;
  }
}

.btn-nav-register,
.btn-register {
  background-color: #249ea6;
}

.btn-nav-login,
.btn-login {
  background-color: #ff6b6b;
}

.btn-line-register,
.btn-nav-line-register {
  background-color: #07b53b;
  color: #fff;
}

.btn-order {
  background: #0d47a1;
  color: #fff;
}

.btn-no-order {
  background: #aaa;
  color: #fafafa;
}
.btn-no-order span {
  font-size: 0.85rem;
  display: inline-block;
  line-height: 1.2;
}
.btn-no-order:before {
  content: "" !important;
}
.btn-no-order:hover {
  background: #aaa !important;
}

.btn-outline {
  background: #fff;
  border: 2px solid #249ea6;
  color: #249ea6;
}

.btn-outline:hover {
  background: #249ea6;
  color: #fff;
}

nav.navbar {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1030;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  padding: 1rem 0;
}
@media (max-width: 575px) {
  nav.navbar {
    padding: 0.5rem 0;
  }
}
@media (max-width: 1200px) {
  nav.navbar button {
    font-size: 0.9rem;
  }
}
@media (max-width: 1200px) {
  nav.navbar .btn-nav-register, nav.navbar .btn-nav-login {
    font-size: 0.9rem;
  }
}

.navbar-brand img {
  max-width: 160px;
  height: auto;
}
@media (max-width: 1200px) {
  .navbar-brand img {
    max-width: 140px;
  }
}
@media (max-width: 575px) {
  .navbar-brand img {
    max-width: 120px;
  }
}

.nav-link {
  color: #333333;
  background: #fff;
  font-weight: 500;
  margin: 0 0.2rem;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .nav-link {
    font-size: 0.9rem;
  }
}
@media (max-width: 1200px) {
  .nav-link {
    font-size: 0.85rem;
  }
}
.nav-link:hover {
  color: #0d47a1;
}

.nav-separator {
  color: #ccc;
  margin: 0 0.25rem;
}
@media (max-width: 1200px) {
  .nav-separator {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .nav-separator {
    display: none;
  }
}

.navbar-toggler {
  border: none;
}

@media (max-width: 991px) {
  .nav-buttons {
    display: none !important;
  }
}

.mobile-buttons {
  display: none !important;
}
@media (max-width: 991px) {
  .mobile-buttons {
    display: flex !important;
    flex-direction: column;
    margin-top: 1rem;
    border-top: 1px solid #ccc;
    padding-top: 0.5rem;
  }
}

@media (max-width: 991px) {
  .navbar-nav {
    flex-direction: column;
    width: 100%;
    margin-bottom: 0;
  }
  .navbar-nav .nav-item {
    width: 100%;
    border-bottom: 1px solid #eee;
  }
  .navbar-nav .nav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.7rem 1.25rem;
    margin: 0;
    min-height: 44px;
    box-sizing: border-box;
  }
  .navbar-nav .nav-link::after {
    content: "";
    display: inline-block;
    width: 0.9em;
    height: 0.9em;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 2 L12 8 L4 14' fill='none' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' vector-effect='non-scaling-stroke'/%3E%3C/svg%3E") no-repeat center;
    background-size: 100% 100%;
  }
  .mobile-buttons {
    flex-direction: column !important;
    margin-top: 0;
    border-top: none;
    padding-top: 0;
  }
  .mobile-buttons .nav-link {
    display: flex;
    align-items: center;
    padding: 0.5rem 1.25rem;
    margin: 0;
    min-height: 44px;
  }
  .mobile-buttons .nav-link::before {
    content: "▶";
    margin-right: 0.5rem;
    font-size: 0.5rem;
  }
  .mobile-buttons .nav-link.mt-2 {
    margin-top: 0 !important;
  }
}
header + .container {
  padding-top: 3rem;
  margin-bottom: 4rem;
}
@media (max-width: 575px) {
  header + .container {
    padding-top: 2.5rem;
  }
}

.lower_container {
  padding-top: 2rem !important;
}

.container {
  padding-right: calc(var(--bs-gutter-x) * 0.7);
  padding-left: calc(var(--bs-gutter-x) * 0.7);
}

.section_box {
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .section_box {
    padding: 4rem 0;
  }
}

.section_box-title {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 4rem;
  color: #0d47a1;
}
@media (max-width: 767px) {
  .section_box-title {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
}

.titlebar1 {
  font-weight: 700;
  font-size: 1.4rem;
  color: #0d47a1;
  border-bottom: 2px solid #0d47a1;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .titlebar1 {
    font-size: 1.2rem;
    border-bottom-width: 2px;
    margin-bottom: 1rem;
  }
}

.titlebar2 {
  position: relative;
  font-weight: 600;
  color: #0d47a1;
  font-size: 1.2rem;
  padding-left: 1.2rem;
  margin-bottom: 1rem;
}
.titlebar2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: #0d47a1;
  border-radius: 2px;
}
@media (max-width: 767px) {
  .titlebar2 {
    font-size: 1.1rem;
    padding-left: 1rem;
  }
}

.titlebar3 {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
}
@media (max-width: 767px) {
  .titlebar3 {
    font-size: 1rem;
  }
}

.titlebar4 {
  font-weight: 700;
  font-size: 0.95rem;
  color: #2c81ff;
  border-bottom: 1px solid #2c81ff;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .titlebar4 {
    font-size: 0.9rem;
  }
}

.titlebar5 {
  font-weight: 600;
  color: #0d47a1;
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .titlebar5 {
    font-size: 0.9rem;
  }
}

.fv {
  background: #fce000;
  padding-top: 4rem;
}
@media (max-width: 575px) {
  .fv {
    padding-top: 3rem;
  }
}
.fv p {
  margin-top: 1rem;
  font-size: 1.1rem;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .fv p {
    font-size: 0.95rem;
  }
}
@media (max-width: 575px) {
  .fv p {
    font-size: 0.95rem;
  }
}
.fv .btn-register {
  font-size: 1.2rem;
  width: 100%;
}
@media (max-width: 1200px) {
  .fv .btn-register {
    font-size: 0.95rem;
    padding: 1rem;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .fv .btn-register {
    font-size: 1.1rem;
  }
}
@media (max-width: 575px) {
  .fv .btn-register {
    font-size: 1.1rem;
  }
}
.fv .btn-line-register {
  font-size: 1.2rem;
  width: 100%;
}
@media (max-width: 1200px) {
  .fv .btn-line-register {
    font-size: 0.95rem;
    padding: 1rem;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .fv .btn-line-register {
    font-size: 1.1rem;
  }
}

.fv-title {
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 3rem;
  color: #333333;
  line-height: 1.6;
}
@media (max-width: 1200px) {
  .fv-title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .fv-title {
    font-size: 2rem;
  }
}
@media (max-width: 575px) {
  .fv-title {
    font-size: 1.8rem;
  }
}
@media (max-width: 375px) {
  .fv-title {
    font-size: 1.7rem;
  }
}
.fv-title + p {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .fv-title + p {
    margin-bottom: 2rem;
  }
}

.fv-titlebox {
  padding-bottom: 4rem;
}
@media (max-width: 1200px) {
  .fv-titlebox {
    padding-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .fv-titlebox {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .fv-titlebox {
    padding-bottom: 2rem;
  }
}

.fvimg {
  max-width: 85%;
}
@media (max-width: 1400px) {
  .fvimg {
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .fvimg {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .fvimg {
    max-width: 90%;
  }
}

#news-bar {
  line-height: 1.6;
  white-space: nowrap;
  overflow: hidden;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
#news-bar p {
  font-size: 0.95rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  #news-bar p {
    font-size: 0.85rem;
  }
}

.news-list {
  list-style: none;
  margin-bottom: 4rem;
  padding: 0;
}
.news-list li {
  display: flex;
  padding: 1rem 0;
  border-bottom: 1px solid #e5e5e5;
}
.news-list li:last-child {
  border-bottom: none;
}

.news-date {
  min-width: 120px;
  color: #666;
  font-weight: 500;
}

.news-title {
  flex: 1;
  color: #333;
}
.news-title a {
  color: #0d47a1;
  text-decoration: none;
}
.news-title a:hover {
  text-decoration: underline;
}

.tabbox {
  border-bottom: 4px solid #fce000;
}
.tabbox .nav-link {
  font-size: 1rem;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .tabbox .nav-link {
    font-size: 0.9rem;
  }
}
.tabbox .nav-link.active {
  background: #fce000;
  border-color: #fce000 !important;
}

#intro .introbox {
  display: flex;
  align-items: stretch; /* 子要素の高さを揃える */
  padding-top: 1.5rem;
  border-bottom: 1px solid #aaa;
  height: 100%;
  align-items: center;
}
@media (max-width: 575px) {
  #intro .btn-outline::before {
    top: calc(50% - 0.2em);
    font-size: 1.4rem;
  }
}

.itemlist .stop {
  background: #eeeeee;
}
.itemlist .stop a {
  color: #666 !important;
}

#flow .flow-title {
  position: relative;
  font-size: 1.1rem;
  font-weight: 700;
  color: #0d47a1;
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
@media (max-width: 767px) {
  #flow .flow-title {
    font-size: 1rem;
  }
}
#flow .flow-title .step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-color: #0d47a1;
  color: #fff;
  font-size: 0.8rem;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
#flow .flow-titlebar2 {
  font-size: 1.2rem;
  color: #0d47a1;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  #flow .flow-titlebar2 {
    font-size: 1.1rem;
    text-align: center;
  }
}
#flow .card {
  background-color: #ffffff;
  border: none;
  border-radius: 1rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#flow .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}

.flow-img {
  max-width: 100px;
}
@media (max-width: 767px) {
  .flow-img {
    max-width: 90px;
  }
}

#faq .accordion-button {
  background-color: #fff;
  font-weight: 600;
  color: #333333;
  padding-left: 3rem;
  padding-right: 2rem;
  box-shadow: none;
}
@media (max-width: 767px) {
  #faq .accordion-button {
    padding-right: 1rem;
  }
}
#faq .accordion-button:before {
  content: "Q.";
  position: absolute;
  left: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  color: #0d47a1;
  font-weight: 700;
}
#faq .faqtitle {
  font-size: 1rem;
  margin-bottom: 0 !important;
  padding: 0;
  font-weight: bold;
}
#faq .accordion-body {
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
  border-radius: 0 0 0.5rem 0.5rem;
  padding-left: 3rem;
  position: relative;
}
#faq .accordion-body:before {
  content: "A.";
  position: absolute;
  left: 1.25rem;
  top: 0.9rem;
  color: #ff6b6b;
  font-weight: 700;
}

#example .card-title,
#example2 .card-title {
  font-size: 1rem;
}
@media (max-width: 767px) {
  #example .card-title,
  #example2 .card-title {
    font-size: 0.95rem;
  }
}

.example-list {
  background: #fce000;
  font-size: 1.1rem;
  padding: 0.3rem 0;
}
@media (max-width: 767px) {
  .example-list {
    font-size: 1rem;
    padding: 0.1rem 0;
  }
}
.example-list i {
  position: relative;
  top: -0.1em;
  vertical-align: middle;
  font-size: 2em;
  color: #0d47a1;
}

#more .card-title {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  #more .card-title {
    font-size: 1.2rem;
  }
}
#more .card-title span {
  font-size: 65%;
  font-weight: normal;
  display: block;
  text-align: center;
  padding-top: 0.3rem;
  border-top: 2px dotted #aaa;
  color: #0d47a1;
  font-weight: bold;
}

.recruiting_list-title {
  font-size: 1.1rem;
}
@media (max-width: 767px) {
  .recruiting_list-title {
    font-size: 1rem;
  }
}

.pref-link,
.disease-link {
  color: #0d47a1;
  text-decoration: none;
  position: relative;
  padding-left: 0.5rem;
  font-weight: 500;
}
.pref-link:before,
.disease-link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 3px;
  height: 1em;
  background-color: #0d47a1;
  border-radius: 1px;
}
.pref-link:after,
.disease-link:after {
  content: "›";
  margin-left: 0.25rem;
  color: #0d47a1;
}
.pref-link:hover,
.disease-link:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  #about .card-img-top {
    max-width: 80%;
  }
}

.footer {
  background: #fff;
  padding: 5rem 0 1rem 0;
  font-size: 0.85rem;
  color: #555;
}
.footer-link {
  margin: 0 0 3rem 0;
  padding: 0;
}
.footer-link li {
  list-style: none;
}
@media (max-width: 767px) {
  .footer-link li {
    margin-bottom: 0.6rem;
  }
}
.footer-link li dt {
  margin-bottom: 0.6rem;
}
.footer-link li dd {
  margin-bottom: 0.3rem;
}
.footer-link li a {
  color: #0d47a1;
  text-decoration: none;
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  .footer-link li a {
    font-size: 0.85rem;
  }
}
.footer-link li a:hover {
  text-decoration: underline;
}

.ssl {
  text-align: center;
  padding: 1.5rem 0;
}

.btn-register_box {
  margin-top: 2rem;
}
.btn-register_box p {
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .btn-register_box p {
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 767px) {
  .btn-line-register_box {
    margin-top: 1rem;
  }
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-type1 {
  color: #fff;
  background-color: #B4A509;
}

.badge-type2 {
  color: #fff;
  background-color: #1DA1C0;
}

.badge-type3 {
  color: #fff;
  background-color: #81143C;
}

.badge-type4 {
  color: #E53030;
  border: 1px solid #E53030;
}

.badge-man {
  color: #fff;
  background-color: #012E4E;
}

.badge-woman {
  color: #fff;
  background-color: #BD4F39;
}

.badge-reward-up {
  color: #fff;
  background-color: #a3c100;
  border: 2px solid #a3c100;
}

.badge-recommend {
  color: #fff;
  background-color: #be8f8f;
  border: 2px solid #be8f8f;
}

.badge-end {
  color: #fff;
  background-color: #6c757d;
  border: 2px solid #6c757d;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.label-detail {
  font-size: min(4.5vw, 1rem);
  display: inline-block;
  width: 6rem;
}

.gcp {
  background: #f5f5f5;
  font-size: 0.95rem;
  border: 1px solid #ccc;
  padding: 1.5rem;
}
.gcp h3 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.siteinfo_list {
  border-bottom: 1px solid #aaa;
  margin-left: 0;
  padding-left: 0;
  padding-bottom: 1rem;
  margin-bottom: 0.5rem;
}
.siteinfo_list li {
  margin: 0 0 0.5rem 0;
  list-style: none;
  display: flex;
}
.siteinfo_list li time {
  color: #1E1E1E;
  margin-right: 2rem;
}
.siteinfo_list .siteinfo_list_link {
  border-top: 1px dotted #888;
  text-align: right;
  margin-top: 1rem !important;
  padding-top: 5px;
  font-size: 0.9rem;
}

.logo-header {
  text-align: center;
  padding: 2rem 0 4rem 0;
}
@media (max-width: 991px) {
  .logo-header {
    padding: 2rem 0;
  }
}
.logo-header img {
  width: 200px;
}
@media (max-width: 575px) {
  .logo-header img {
    width: 160px;
  }
}

.item_search_bg {
  background: #fce000;
  padding: 2rem 0;
  margin-bottom: 3rem;
}
.item_search_bg .search_title {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .item_search_bg .search_title {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
}
.item_search_bg .search_title + p {
  font-size: 0.95rem;
}
@media (max-width: 767px) {
  .item_search_bg .search_title + p {
    font-size: 0.9rem;
  }
}
.item_search_bg .item_search_table {
  width: 100%;
  font-size: 0.95rem;
  background: #ffd9d9;
  margin-bottom: 0.5rem;
  padding: 1rem 0;
  border: 1px solid #333333;
}
.item_search_bg .item_search_table th {
  width: 10rem;
  padding: 1rem;
  border-bottom: 1px solid #333333;
  text-align: center;
}
@media (max-width: 767px) {
  .item_search_bg .item_search_table th {
    width: 8rem;
    padding: 0.5rem;
  }
}
.item_search_bg .item_search_table td {
  padding: 1rem;
  background: #fff;
  border-bottom: 1px solid #333333;
}

.area_list {
  margin: 0 0 2rem;
  padding: 0;
}
.area_list li {
  list-style: none;
  padding: 0.2rem;
  font-size: 1rem;
}
@media (max-width: 575px) {
  .area_list li {
    font-size: 0.95rem;
  }
}
.area_list li a {
  display: block;
  padding: 0.5rem 1rem;
  border-radius: 0.7rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border: 1px solid #0d47a1;
}
.area_list li a i {
  margin-right: 0.3rem;
}
.area_list li a:hover {
  background: #2c81ff;
  border: 1px solid #2c81ff;
  color: #fff;
  text-decoration: none;
}
.area_list:after {
  content: "";
  clear: both;
}

.pager_count {
  margin-bottom: 4rem;
}

.breadcrumbs {
  margin: 10px 0;
}
.breadcrumbs ol {
  display: table;
  font-size: 0.85rem;
  margin: 0 0 1rem 0;
  padding: 0;
}
.breadcrumbs ol li {
  margin: 0 10px 0 0;
  float: left;
  list-style: none;
}
.breadcrumbs ol li:first-child:before {
  content: "" !important;
  padding: 0;
}
.breadcrumbs ol li:before {
  padding: 0 10px 0 0;
  content: ">";
  font-size: 0.8rem;
  font-weight: bold;
  color: #aaa;
}

.badgebox {
  gap: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.item_table {
  display: table;
  width: 100%;
  margin: 0;
}
.item_table:first-of-type {
  margin-top: 2rem;
  border-top: 1px solid #e5e5e5;
}
.item_table:last-of-type {
  margin-bottom: 2rem;
}
@media (max-width: 575px) {
  .item_table {
    display: block;
    padding: 0;
    margin: 0;
  }
}
.item_table dt,
.item_table dd {
  display: table-cell;
  padding: 1rem;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 575px) {
  .item_table dt,
  .item_table dd {
    display: block;
    margin: 0;
  }
}
.item_table dt {
  background: #fafafa;
  width: 10rem;
  text-align: center;
  font-weight: normal;
}
@media (max-width: 575px) {
  .item_table dt {
    width: 100%;
    text-align: left;
  }
}
.item_table .bmi {
  margin-bottom: 1rem;
}
.item_table .bmi span {
  color: #E53030;
  font-weight: bold;
}
.item_table .bmi small {
  line-height: 1.2 !important;
  display: block;
}

@media (max-width: 575px) {
  .item_table_box {
    padding: 0;
  }
}

.item_detail h1 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 1.5rem;
}
@media (max-width: 575px) {
  .item_detail h1 {
    font-size: 1.3rem;
  }
}
.item_detail .badge {
  font-size: 0.85rem;
}
.item_detail h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  padding: 0.5rem 0;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
}
@media (max-width: 575px) {
  .item_detail h3 {
    font-size: 1.1rem;
  }
}
.item_detail.complete h1 {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
@media (max-width: 575px) {
  .item_detail.complete h1 {
    font-size: 1.2rem;
  }
}
.item_detail.complete h1 + p {
  text-align: center;
}
@media (max-width: 575px) {
  .item_detail.complete h1 + p {
    text-align: left;
    font-size: 0.95rem;
  }
}
.item_detail.complete figure {
  text-align: center;
}
.item_detail.complete figure img {
  width: 300px;
}
@media (max-width: 575px) {
  .item_detail.complete figure img {
    width: 200px;
  }
}

.item_detail_check {
  margin-bottom: 1.5rem;
  text-align: center;
  font-weight: bold;
}
.item_detail_check .form-check-input {
  float: none;
  margin-right: 0.5rem;
  border-color: #aaa;
}

.item_detail_attention h4 {
  color: #E53030;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 2rem 0 1rem 0;
}
@media (max-width: 575px) {
  .item_detail_attention h4 {
    font-size: 1.1rem;
  }
}
.item_detail_attention h4 + p {
  margin-bottom: 1rem;
}
@media (max-width: 575px) {
  .item_detail_attention h4 + p {
    font-size: 0.95rem;
  }
}
.item_detail_attention h4 + p span {
  color: #E53030;
  font-weight: bold;
}
.item_detail_attention .item_detail_alert {
  margin-top: 0.5rem;
  color: #E53030;
  text-align: center;
  font-weight: bold;
}
.item_detail_attention ul {
  margin: 0 0 1rem 0;
  padding: 1.5rem 1.5rem 1rem 1.5rem;
  list-style: none;
  background: #FFE8E8;
}
.item_detail_attention ul li {
  margin-bottom: 0.5rem;
}
.item_detail_attention ul li h6 {
  font-weight: bold;
  font-size: 1rem;
}
.item_detail_attention ul li h6 i {
  margin-right: 0.3rem;
}
.item_detail_attention ul li h6 + p {
  font-size: 0.85rem;
}

.item_detail_check {
  margin-bottom: 1.5rem;
}

.item_detail_alert {
  margin-top: 0.5rem;
  color: #E53030;
  text-align: center;
  font-weight: bold;
}

.limit_alert {
  color: #E53030;
  border: 1px solid #E53030;
  text-align: center;
  padding: 0.5rem;
}

#project_user_schdule {
  margin-bottom: 1rem;
}

#project_user_schdule2 {
  margin-bottom: 1rem;
}

.login_page {
  border: 1px solid #aaa;
  padding: 2rem;
  border-radius: 1rem;
  margin-bottom: 3rem;
  background: #fff;
}
@media (max-width: 575px) {
  .login_page {
    padding: 0;
    border: none;
  }
}
.login_page h1 {
  font-weight: 700;
  font-size: 1.4rem;
  color: #0d47a1;
  border-bottom: 2px solid #0d47a1;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .login_page h1 {
    font-size: 1.2rem;
    border-bottom-width: 2px;
    margin-bottom: 1rem;
  }
}
.login_page h1 + p {
  line-height: 1.5;
  font-size: 0.95rem;
}
.login_page h2 {
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  border-top: 2px solid #aaa;
  padding-top: 1rem;
}
@media (max-width: 575px) {
  .login_page h2 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
  }
}
.login_page label {
  font-weight: bold;
}

.privacy-box {
  padding: 1rem 0.5rem 0.5rem 0.5rem;
  border: 1px solid #ccc;
  margin: 1rem 0;
  background: #efefef;
  font-size: 85%;
  height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}
.privacy-box h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  border-top: 0;
  padding-top: 0;
}
.privacy-box .qa dt {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.regist_step {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .regist_step {
    margin-bottom: 2rem;
  }
}
.regist_step div {
  padding: 0.5rem;
  font-size: 0.95rem;
  position: relative;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .regist_step div {
    font-size: 0.85rem;
    padding: 0.2rem;
  }
}
@media (max-width: 575px) {
  .regist_step div {
    font-size: 0.7rem;
    padding: 0.2rem;
  }
}
.regist_step div:last-of-type:after {
  content: none;
}
.regist_step .now {
  background: #2c81ff;
  color: #fff;
}
.regist_step .now:after {
  content: "";
  height: 0;
  position: absolute;
  width: 0;
  border: 8px solid transparent;
  border-left-color: #2c81ff;
  left: 100%;
  top: 30%;
  z-index: 99;
}
@media (max-width: 767px) {
  .regist_step .now:after {
    top: 20%;
  }
}
@media (max-width: 575px) {
  .regist_step .now:after {
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    border: 6px solid transparent;
    border-left-color: #2c81ff;
    left: 100%;
    top: 24%;
    z-index: 99;
  }
}
.regist_step .other {
  background: #fff;
  color: #aaa;
}
@media (max-width: 575px) {
  .regist_step .other {
    background: #fafafa;
  }
}
.regist_step .other:after {
  content: "";
  height: 0;
  position: absolute;
  width: 0;
  border: 8px solid transparent;
  border-left-color: #fff;
  left: 100%;
  top: 30%;
  z-index: 99;
}
@media (max-width: 767px) {
  .regist_step .other:after {
    top: 20%;
  }
}
@media (max-width: 575px) {
  .regist_step .other:after {
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    border: 6px solid transparent;
    border-left-color: #fafafa;
    left: 100%;
    top: 24%;
    z-index: 99;
  }
}

.list-group-item-recommended {
  background-color: rgba(184, 218, 255, 0.4) !important;
}

.alert_display {
  background: #fafafa;
  color: #E53030;
  margin-top: -1.5rem;
  margin-bottom: 1.5rem;
  padding: 1rem 0 0.2rem 0;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .alert_display {
    font-size: 0.9rem;
  }
}

.not_member {
  background: #E53030;
  padding: 1rem 0 0.2rem 0;
  color: #fff;
}
.not_member a {
  color: #f0ff00;
}
@media (max-width: 767px) {
  .not_member {
    font-size: 0.9rem;
  }
}

.mypage_title {
  font-size: 1.4rem;
}
@media (max-width: 575px) {
  .mypage_title {
    font-size: 1.2rem;
  }
}
.mypage_menu {
  margin-bottom: 3rem;
}
.mypage_menu a {
  text-decoration: none;
  font-size: 120%;
}
@media (max-width: 575px) {
  .mypage_menu a {
    font-size: 100%;
  }
}

.maillist a {
  display: block;
  position: relative;
  padding: 1rem 2rem 0.5rem 2rem;
}

.maillist .unread {
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  background: #2c81ff;
  border-radius: 50%;
  left: 0.8rem;
  top: 1.5rem;
  display: block;
}

.login_page .form-group {
  margin-bottom: 1.5rem;
}

.contaxt_box {
  border: 1px solid #ccc;
  padding: 1.5rem;
}
.contaxt_box h2 {
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  font-weight: bold;
  padding-bottom: 0.6rem;
  padding-top: 1rem;
  border-top: 2px solid #000;
}
@media (max-width: 767px) {
  .contaxt_box h2 {
    font-size: 1.2rem;
    padding-top: 1rem;
    margin-bottom: 1rem;
  }
}
.contaxt_box .tel {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .contaxt_box .tel {
    font-size: 1.5rem;
  }
}
.contaxt_box .tel a {
  text-decoration: none;
}

.contact_alert {
  margin-top: 1.5rem;
  border: 1px solid #E8E8E8;
  padding: 1rem;
}
.contact_alert h3 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.contact_alert p {
  font-size: 1rem;
  margin-bottom: 0;
}
