<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.mr-search {}
.mr-search__inner{
  position: relative;
}
.mr-search__tf {
  margin: 0 !important;
  padding: 5px 25px 5px 5px;
  width: 100%;
  height: 30px;
  color: #333;
  border: solid 1px #666;
  /* バックグランドでの検索ボタンが残っていた場合の対応 */
  background-repeat: no-repeat;
  background-position: right 8px center;
}
.mr-search__sb{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  height: 19px;
  margin: auto 0;
}
.ml__searchtitle {
	margin: 0 0 40px 0;
	padding: 30px 0 8px 35px;
	border-bottom: solid 5px #777;
	position: relative;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: normal;
}
.ml__searchtitle--hasSub {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ml__searchtitle_sub{
  font-size: 16px;
}
.ml__searchtitle_sub a{
  text-decoration: underline;
}
@media screen and (max-width: 768px){
  .ml__searchtitle {
	padding: 30px 0 8px 16px;
	font-size: 18px;
	font-size: 1.8rem;
  }
  .ml__searchtitle_sub{
    font-size: 13px;
  }
}
.bup-result__list {
	padding: 10px 0 0 20px;
}

.bup-result__link {
	text-decoration: underline;
	color:#23466e;
}
.bup-result__link:hover {
	color:#77aad7;
}
.bup-result__txt{
  color: inherit;
}
.bup-result__txt:hover{
  text-decoration: none;
}

/* 2019/6/7 VueJsでの検索窓用CSS */
#resultSearch .resultSearch__body.pageToggle-enter-active{
  transition: 1s opacity, 1s transform;
}
#resultSearch .resultSearch__body.pageToggle-leave-active{
  position: absolute;
  opacity: 0;
}
#resultSearch .resultSearch__body.pageToggle-enter{
  transform: translateY(100px);
  opacity: 0;
}
#resultSearch .listToggle-leave-active, #resultSearch .listToggle-enter-active{
  transition: 1s opacity, 1s transform;
}
#resultSearch .listToggle-enter, #resultSearch .listToggle-leave-to{
  transform: translateY(100px);
  opacity: 0;
}
#resultSearch .listToggle-move{
  transition: 1s transform;
}
#resultSearch .resultSearch__loader,
#resultSearch .resultSearch__loader:before,
#resultSearch .resultSearch__loader:after {
  border-radius: 50%;
}
#resultSearch .resultSearch__loader {
  color: #9e2730;
  font-size: 10px;
  text-indent: -99999em;
  margin: 0 auto;
  position: relative;
  width: 2em;
  height: 2em;
  box-shadow: inset 0 0 0 4px;
  transform: translateZ(0);
}
#resultSearch .resultSearch__loader:before,
#resultSearch .resultSearch__loader:after {
  position: absolute;
  content: '';
}
#resultSearch .resultSearch__loader:before {
  width: 1.2em;
  height: 2.2em;
  background: #fff;
  border-radius: 2.2em 0 0 2.2em;
  top: -.1em;
  left: -.1em;
  transform-origin: 1.2em center;
  animation: resultSearchLoading 2s infinite ease 1.5s;
}
#resultSearch .resultSearch__loader:after {
  width: 1.2em;
  height: 2.2em;
  background: #fff;
  border-radius: 0 2.2em 2.2em 0;
  top: -.1em;
  left: 1.1em;
  transform-origin: 0 1.1em;
  animation: resultSearchLoading 2s infinite ease;
}
@keyframes resultSearchLoading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#resultSearch[v-cloak]{
  display: none;
}
@media screen and (max-width: 768px){
  #resultSearch{
    width: 95%;
    margin: 0 auto;
  }
}

/* 提携先の表示 */
#resultSearch .is_partners{
  display: none;
}
#resultSearch .is_partners.has_scheduleWrap{
  display: block;
}

/* リクエストのタブ */
.no_scheduleWrap {
    position: relative;
}

.seminarLinkBox &gt; li.no_scheduleWrap,.seminarLinkHierarchy &gt; li.no_scheduleWrap {
    padding-top: 19px;
}

.no_scheduleWrap.bup-result__list {
    padding-top: 29px;
}

.requestTab {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 1;
}

.requestTab__msg {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 2px;
    background: #ec653d;
    color: #fff;
    font-size: 10px;
}

.requestTab__descr {
    position: absolute;
    top: -14px;
    left: 0;
    z-index: 2;
    justify-content: center;
    display: none;
    width: 200px;
    padding: 8px;
    border: 1px solid #333;
    border-radius: 8px;
    background: #fff;
    line-height: 1.4;
    font-size: 12px;
    transform: translateY(-100%);
}

.requestTab__descr::before {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 24px;
    width: 13px;
    height: 13px;
    border-left: 1px solid #333;
    background: linear-gradient(to right bottom, #fff 8px, #333 0, #333 9px, transparent 0);
    transform: translateY(100%);
}

.requestTab:hover .requestTab__descr {
    display: flex;
}

.seminarLinkBox &gt; li.no_scheduleWrap .requestTab,.seminarLinkHierarchy &gt; li.no_scheduleWrap .requestTab {
    left: 10px;
}

.bup-result__list .requestTab {
    top: 10px;
    left: 20px;
}

.seminarLinkBox &gt; li:nth-child(-n + 2).no_scheduleWrap .requestTab__descr {
    top: auto;
    bottom: -14px;
    transform: translateY(100%);
}

.seminarLinkBox &gt; li:nth-child(-n + 2).no_scheduleWrap .requestTab__descr::before {
    bottom: auto;
    top: 1px;
    background: linear-gradient(to right top, #fff 8px, #333 0, #333 9px, transparent 0);
    transform: translateY(-100%);
}

.seminarLinkHierarchy &gt; li:nth-child(-n + 6).no_scheduleWrap .requestTab__descr {
    top: auto;
    bottom: -14px;
    transform: translateY(100%);
}

.seminarLinkHierarchy &gt; li:nth-child(-n + 6).no_scheduleWrap .requestTab__descr::before {
    bottom: auto;
    top: 1px;
    background: linear-gradient(to right top, #fff 8px, #333 0, #333 9px, transparent 0);
    transform: translateY(-100%);
}

@media screen and (max-width: 768px) {
    .requestTab:hover .requestTab__descr {
        display: none;
    }
}</pre></body></html>