<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
  layout
*/
/* 遽 */
.l_section--search &gt; .l_section__item + .l_section__item{
  margin-top: 40px;
}
/* 繧ｰ繝ｪ繝�ラ */

.l_gridSearch{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin: -8px;
}
.l_gridSearch__item{
  display: flex;
  padding: 8px;
}
.l_gridSearch__item--col3{
  width:25%;
}
.l_gridSearch__item--col4{
  width:33.333%;
}
.l_gridSearch__item--col6{
  width:50%;
}
.l_gridSearch__inner{
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px){
  .l_gridSearch__item{
    width: 50%;
  }
}
@media screen and (max-width: 599px){
  .l_gridSearch__item{
    width: 100%;
  }
}

/*
 module
*/
/* 隕句�縺� */
.m_headingSearch{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 16px;
  padding: 8px 16px;
  border-left: 16px solid;
  border-bottom: 4px solid;
  border-color: #980416;
}
.m_headingSearch__ttl{
  font-size: 20px;
  color: #980416;
}
.m_headingSearch__linkTarget{
  position: relative;
  display: block;
  padding-left: 1em;
}
.m_headingSearch__linkTarget::before{
  content: "\f105";
  position: absolute;
  left: 0;
  font-weight: bold;
  font-family: "font awesome 5 free"
}
@media screen and (max-width: 768px){
  .m_headingSearch__link{
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .m_headingSearch__ttl + .m_headingSearch__link{
    margin-top: 8px;
  }
}
/* 繧ｫ繝ｼ繝� */
.m_searchCard{
  position: relative;
  display: block;
  padding: 16px;
  border: 1px solid #cacaca;
  box-shadow: 4px 4px 8px #777;
  color: inherit;
  transition: .3s opacity;
}
.m_searchCard:hover{
  opacity: .7;
}
.m_searchCard__thumbnail{
  position: relative;
  padding-top: calc(100% * 200 / 500);
  background: #f3f3f3;
}
.m_searchCard__thumbnail &gt; img{
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translateX(-50%);
}
.m_searchCard__thumbnail + .m_searchCard__sub{
  margin-top: 16px;
}
.m_searchCard__sub + .m_searchCard__ttl{
  margin-top: 8px;
}
.m_searchCard__sub{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m_searchCard__type{
  padding: 4px;
  line-height: 1;
  font-size: 12px;
}
.m_searchCard__type--motion{
  background: #20D392;
  color: #fff;
}
.m_searchCard__type--trainer{
  background: #d66363;
  color: #fff;
}
.m_searchCard__type--slide{
  background: #d66363;
  color: #fff;
}
.m_searchCard__type--case{
  background: #d66363;
  color: #fff;
}
.m_searchCard__type--animation{
  background: #ba60a3;
  color: #fff;
}
.m_searchCard__type--pc{
  background: #5c6fad;
  color: #fff;
}
.m_searchCard__time{
  line-height: 1;
  font-size: 10px;
}
.m_searchCard__time::before{
  content: url("/resource/img/studio/lineup/e-learning_time.png");
  margin-right: 2px;
  line-height: 0;
  vertical-align: -3px;
}
.m_searchCard__ttl{
  padding-bottom: 32px;
  font-weight: bold;
}
.m_searchCard__tabs{
  position: absolute;
  bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -2px;
}
.m_searchCard__tabsItem{
  padding: 2px;
}
.m_searchCard__tab{
  padding: 4px 8px;
  border: 1px solid;
  border-radius: 40px;
  line-height: 1;
  letter-spacing: 0;
  font-size: 11px;
}
/* 蠖｢蠑城∈謚槭Μ繧ｹ繝� */
.m_formatList{}
.m_formatList__item + .m_formatList__item{
  margin-top: 8px;
}
.m_formatList__target{
  position: relative;
  padding-left: 1em;
  display: block;
  color: inherit;
  letter-spacing: 0;
  transition: .3s opacity;
}
.m_formatList__target::before{
  content: "\f105";
  position: absolute;
  left: 0;
  display: block;
  font-family: FontAwesome;
}
.m_formatList__target:hover{
  opacity: .7;
}
.m_formatList__ttl{
  margin-bottom: 4px;
}
.m_formatList--child{
  padding-left: 1em;
}
.m_formatList--child &gt; .m_formatList__item + .m_formatList__item{
  margin-top: 4px;
}
.m_formatList--child .m_formatList__target{
  font-size: 12px;
}

/* 讀懃ｴ｢繝輔ぅ繝ｼ繝ｫ繝� */
.m_freeWord{
  display: flex;
  align-item: stretch;
}
.m_freeWord__field{
  flex: 1 1 auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  border: 1px solid;
  border-right: none;
  text-indent: 1em;
  line-height: 2em;
}
.m_freeWord__field:focus{
  outline: none;
}
.m_freeWord__btn{
  flex: 0 0 2em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  border: none;
  background: #980416;
  color: #fff;
  cursor: pointer;
  transition: .3s opacity;
}
.m_freeWord__btn:hover{
  opacity: .7;
}

/* 讀懃ｴ｢髢｢騾｣縺ｮ陬懷勧繝｡繝九Η繝ｼ */
.m_searchOpt{}
.m_searchOpt__item + .m_searchOpt__item{
  margin-top: 8px;
}
.m_searchOpt__item--field{
 width: 240px;
 margin-left: auto;
}
.m_searchOpt__item--reset{
  text-align: right;
}
.m_searchOpt__resetBtn{
  position: relative;
  display: inline-block;
  padding-left: 1em;
  transition: .3s opacity;
}
.m_searchOpt__resetBtn::before{
  content: "\f105";
  position: absolute;
  left: 0;
  display: block;
  font-family: FontAwesome;
}
.m_searchOpt__resetBtn:hover{
  color: inherit;
  opacity: .7;
}
.m_searchOpt--full{}
.m_searchOpt--full .m_searchOpt__item--field{
  width: auto;
}
/* 蜃｡萓倶ｻ倥″讀懃ｴ｢繝懊ャ繧ｯ繧ｹ */
.m_searchBox{
}
.m_searchBox__body{
  padding: 24px;
  background: #f7dcdf;
}
.m_searchBox__search + .m_searchBox__exWrap{
  margin-top: 20px;
}
.m_searchBox__exTtl{
  position: relative;
  margin-bottom: 12px;
  padding-left: 24px;
  font-weight: bold;
}
.m_searchBox__exTtl::before{
  content: "\f002";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1em;
  margin: auto 0;
  color: #980416;
  line-height:1;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
}
.m_searchBox__exList{
  display: flex;
  flex-wrap: wrap;
  margin: -6px;
}
.m_searchBox__ex{
  padding: 6px;
  line-height: 1;
}
.m_searchBox__exTarget{
  color: inherit;
  text-decoration: underline;
}
/*
 state
*/
[v-cloak]{
  visibility: hidden;
}
.pageToggle-enter-active{
  transition: 1s opacity, 1s transform;
}
.pageToggle-leave-active{
  position: absolute;
  opacity: 0;
}
.pageToggle-enter{
  transform: translateY(100px);
  opacity: 0;
}


.headingToggle-enter-active{
  transition: 1s opacity, 1s transform;
}
.headingToggle-leave-active{
  position: absolute;
  opacity: 0;
}
.headingToggle-enter{
  opacity: 0;
}</pre></body></html>