@charset "UTF-8";

/* 
本番に追加されてたcss
2026-04-08に追加
*/

/*423追加*/

summary {
  display: block;
  background-color: #243458;
  color: #fff;
  padding: 12px 0 8px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

.nav-link {
  align-items: unset;
}

.p_internship-detail-schedule__jobtype ul {
  justify-content: center;
  gap: 20px;
}

.nav-link .entry-link a:nth-of-type(1) {
  background-color: #A3B4D9;

}

.nav-link .entry-link a:nth-of-type(2) {
  background-color: #748DC6;
}

.global-menu.active .entry-link a:nth-of-type(1) {
  background-color: #A3B4D9;
}

.global-menu.active .entry-link a:nth-of-type(2) {
  background-color: #748DC6;
}

@media only screen and (max-width: 640px) {
  .global-menu.active .entry-link {
    position: fixed;
    display: flex;
  }

  .global-menu.active .entry-link a {
    width: 50%;
  }
}