@charset "UTF-8";

section .inner {
  width: 92%;
}
@media screen and (max-width: 1024px) {
  section .inner {
    padding: 65px 0;
  }
}

.search_form,
.search_result {
  line-height: 1.8;;
}
.search_form p,
.search_result p {
  margin-bottom: 0;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.search_form h3,
.search_result h3 {
  margin-bottom: 0;
  letter-spacing: normal;
  line-height: inherit;
}
section.search_form h2::after {
  content: none;
}
.search_form a:link {
  color: #000099;
}
.search_form a:visited {
	color:#000099;
	text-decoration:none;
}
.search_form a:hover {
	color:#000099;
	text-decoration:underline;
}

.mv {
  display: block;
  height: auto;
  border-bottom: none;
}
.mv h1 {
  line-height: inherit;
}

.tab_content .top {
  padding-bottom: 0;
}

@media screen and (max-width: 599px) {
  .tab_content .top {
    padding-top: 30px;
  }
  section p.lead {
    margin-bottom: 10px;
    text-align: center;
  }
}
