.scholarship_guide h1 figure {
  margin-top: 0;
}
.scholarship_guide h1 img.pc {
  display: block !important;
}
.scholarship_guide h1 img.sp {
  display: none !important;
}
.scholarship_guide h2 {
  font-size: 1.75rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 10px;
}
.scholarship_guide .resultList02_header {
  padding-bottom: 16px;
  border-bottom: 1px dotted #cacaca;
}
.scholarship_guide .lead {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin: 70px auto 0;
  font-size: 1.125rem;
}
.scholarship_guide .notes {
  max-width: 1000px;
  margin: 70px auto 0;
  font-size: 0.9375rem;
  margin-top: 20px;
}
.scholarship_guide .categorySearch_contents .resultList02_headerSub_required {
  margin: 0;
  color: #f43838;
  font-size: 0.8125rem;
}
.scholarship_guide .categorySearch_selectFrame {
  position: relative;
}
.scholarship_guide .categorySearch_selectFrame::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  color: #333;
  font-size: 1rem;
  font-weight: 700;
  content: "";
  font-family: "icons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translateY(-50%);
}
.scholarship_guide select {
  padding: 0;
  background-color: inherit;
  border-style: none;
  font-size: 1rem;
  font-weight: 600;
  -webkit-appearance: none;
  appearance: none; /* デフォルトの矢印を非表示 */
}
.scholarship_guide_input {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  width: 80%;
  background-color: #e8e8e8;
  border-radius: 100vh;
  overflow: hidden;
  margin: 0 auto;
  font-size: 1rem;
}
.scholarship_guide_input input {
  background-color: inherit;
  border-style: none;
  font-size: 1rem;
  color: #333;
  padding: 0 26px;
}
.scholarship_guide_input input:focus {
  background-color: #e8e8e8;
}
.scholarship_guide_input input::placeholder {
  color: #333;
  font-size: 1rem;
  font-weight: 600;
}
.scholarship_guide_input input[type="text"]::placeholder {
  font-size: 1rem !important;
}
.scholarship_guide_form .gHeaderSearch_btn {
  width: calc(40px);
  min-width: calc(40px);
  height: calc(40px);
}
.scholarship_guide_form .gHeaderSearch_btn::before {
  font-size: 120%;
}
.scholarship_guide .categorySearch_notes {
  font-size: 0.875rem;
  color: #7d7d7d;
  padding: 0 57px;
  margin-top: 20px;
}

@media screen and (max-width: 736px) {
  .scholarship_guide h1 img.pc {
    display: none !important;
  }
  .scholarship_guide h1 img.sp {
    display: block !important;
  }
  .scholarship_guide .lead {
    margin-top: 40px;
  }
  .scholarship_guide_input {
    width: 100%;
  }
  .scholarship_guide_form .gHeaderSearch_btn {
    width: calc(34px);
    min-width: calc(34px);
    height: calc(34px);
  }
  .scholarship_guide_form .gHeaderSearch_btn::before {
    font-size: 100%;
  }
  .scholarship_guide .categorySearch_notes {
    padding: 0 15px;
  }
}
