.p-guide__wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .p-guide__wrap {
    display: block;
  }
}

.p-guide__content {
  width: 75%;
  padding: 1rem;
}

@media (max-width: 767px) {
  .p-guide__content {
    width: 100%;
  }
}

.p-guide__side {
  margin-left: 0;
  margin-right: 1rem;
  border-radius: 10px;
  position: sticky;
  top: 124px;
  width: 25%;
  font-size: 0.8rem;
  color: white !important;
  background-color: #004a9c;
}

.p-guide__side ul {
  margin: 8px 8px 8px 4px;
  list-style-type: none;
}

.p-guide__side li {
  padding-bottom: 6.5px;
}

.p-guide__side a {
  color: white !important;
}

.p-guide__side li::before {
  content: '\025B2';
  margin-left: -1.5rem;
  margin-right: 0.5rem;
}

.p-guide__side li a {
  color: white;
  text-decoration: none;
}

@media (max-width: 767px) {
  .p-guide__side {
    display: none;
  }
}

.side-menu {
  display: none;
  width: 20%;
  background-color: #fcc;
  padding: 30px;
  position: fixed;
  right: 30px;
  top: 150px;
}

@media screen and (max-width: 768px) {
  .side-menu {
    position: static;
    width: 100%;
    display: block;
  }
}

.p-guide__title {
  background-color: #004a9c;
  font-size: 1.625rem;
  line-height: 1.4;
  letter-spacing: 0.06;
}

@media (max-width: 767px) {
  .p-guide__title {
    background-color: #004a9c;
    font-size: 1.25rem;
    font-weight: bold;
  }
}

.p-guide__sub {
  margin-top: 50px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: solid;
  border-color: black;
  border-width: 5px;
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-guide__sub {
    margin-top: 50px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: solid;
    border-color: black;
    border-width: 5px;
    font-size: 1.125rem;
    font-weight: bold;
  }
}

.p-guide__footer {
  background-color: #004a9c;
}

.p-guide__kome {
  list-style-type: none;
  margin-left: 1rem;
}

.p-guide__kome li::before {
  content: '※';
  margin-left: -1rem;
}

.search-area input[type="text"] {
  padding: 5px 5px 3px;
  font-size: 16px;
  border: 1px solid #D6D6D6;
}

.search-area input[type="text"]:focus {
  background: #F9F9F9;
}

.target-area,
.target-area_dbwedge {
  margin-top: 50px;
}

.target-area,
.target-area_dbwedge .hidden {
  display: none
}
