@charset "UTF-8";
.abi_custom {
  /* 絞り込みフォーム
  ========================================================*/
}
.abi_custom .formHeading {
  color: #2a69b8;
  font-weight: 600;
  font-size: 26px;
  line-height: 1;
  margin: 0 0 42px;
  text-align: left;
  display: inline-block;
  position: relative;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .abi_custom .formHeading {
    font-size: 16px;
    padding-left: 31px;
    margin-bottom: 21px;
  }
}
.abi_custom .formHeadingWrap {
  text-align: center;
}
.abi_custom .formHeading .icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.abi_custom .formBox {
  background: #fff;
}
.abi_custom .formBoxWrap {
  background: url(/scholarshipsearch/assets/images/student/bg_formedge.png) repeat center 0;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .abi_custom .formBoxWrap {
    padding: 8px;
    background-size: 224px auto;
  }
}
.abi_custom .formBoxBody {
  margin: 0 33px;
  padding: 28px 0 40px;
}
@media screen and (max-width: 767px) {
  .abi_custom .formBoxBody {
    margin: 0 11px;
    padding: 16px 0 29px;
  }
}
@media screen and (min-width: 768px) {
  .abi_custom .formBoxBody.add-space {
    margin: 0 40px;
    padding: 15px 0 40px;
  }
}
.abi_custom .formContentBasic {
  padding: 0 0 4px;
}
@media screen and (max-width: 767px) {
  .abi_custom .formContentBasic {
    padding: 0 0 20px;
  }
}
.abi_custom .formContentOption__wrap {
  border-top: 1px solid #e3e3e3;
  padding: 8px 0 0;
}
.abi_custom .formContentOption__wrap > .textExp {
  color: #036ab5;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .abi_custom .formContentOption__wrap > .textExp {
    font-size: 14px;
    padding: 4px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .abi_custom .formContentOption__wrap > .textExp {
    font-size: 13px;
    padding: 4px 0 10px;
  }
}
.abi_custom .formContentDetail {
  border-top: 1px solid #e3e3e3;
  padding: 12px 0 0;
}
@media screen and (max-width: 767px) {
  .abi_custom .formContentDetail {
    padding-top: 18px;
  }
}
.abi_custom .formContentFooter {
  text-align: center;
  padding: 27px 0 0;
}
@media screen and (max-width: 767px) {
  .abi_custom .formContentFooter {
    padding: 30px 0 0;
  }
}
.abi_custom .formOptionLink {
  text-align: right;
  font-size: 14px;
  padding: 0 0 12px;
}
@media screen and (min-width: 768px) {
  .abi_custom .formOptionLink .popupContent {
    position: inherit;
  }
  .abi_custom .formOptionLink .popupContent .popup--beginner {
    position: fixed;
    top: 5vh;
    left: 50%;
    margin-left: -245px;
  }
}
.abi_custom .formOptionLink .textLink {
  display: inline-block;
  position: relative;
  padding: 0 0 0 15px;
}
.abi_custom .formOptionLink .textLink .icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.abi_custom .scholar {
  /* セクション系
  -------------------------------------------------------*/
  /* 検索結果
  -------------------------------------------------------*/
  /* 詳細
  -------------------------------------------------------*/
}
.abi_custom .scholarSection {
  padding: 95px 0 96px;
  /* section別要素 */
}
@media screen and (max-width: 767px) {
  .abi_custom .scholarSection {
    padding: 33px 0 37px;
  }
}
@media screen and (min-width: 768px) {
  .abi_custom .scholarSectionBody {
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .abi_custom .scholarSectionBody {
    margin: 0 12px;
  }
}
.abi_custom .scholarSection--list {
  padding: 36px 0 60px;
}
@media screen and (max-width: 767px) {
  .abi_custom .scholarSection--list {
    padding: 26px 0 0;
  }
}
.abi_custom .scholarSection--article {
  padding: 15px 0 80px;
}
@media screen and (max-width: 767px) {
  .abi_custom .scholarSection--article {
    padding: 8px 0 40px;
  }
}
.abi_custom .scholarSection--gray {
  background: #f2f2f2;
}
.abi_custom .scholarResult {
  /* 一覧 */
}
.abi_custom .scholarResultHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .abi_custom .scholarResultHeader {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .abi_custom .scholarResultHeader {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 15px;
  }
}
.abi_custom .scholarResultHeader > * {
  width: 50%;
}
.abi_custom .scholarResultHeader .resultNum .num {
  color: #db3022;
}
@media screen and (min-width: 768px) {
  .abi_custom .scholarResultHeader .resultNum {
    font-size: 14px;
  }
  .abi_custom .scholarResultHeader .resultNum .num {
    font-size: 24px;
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  .abi_custom .scholarResultHeader .resultNum {
    font-size: 11px;
    font-weight: 600;
  }
  .abi_custom .scholarResultHeader .resultNum .num {
    font-size: 18px;
  }
}
.abi_custom .scholarResultHeader .dlButtonLink {
  text-align: right;
}
.abi_custom .scholarResultList > li {
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .abi_custom .scholarResultList > li {
    margin-bottom: 22px;
  }
}
.abi_custom .scholarResultList > li:last-child {
  margin-bottom: 0;
}
.abi_custom .scholarResultList > li a {
  display: block;
  -wewbkit-transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .abi_custom .scholarResultList > li a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
.abi_custom .scholarResultList .article {
  border: 5px solid #2a69b8;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .abi_custom .scholarResultList .article {
    border-width: 2px;
  }
}
@media screen and (min-width: 768px) {
  .abi_custom .scholarResultList .article.add-flag-icon .articleHeader {
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .abi_custom .scholarResultList .article.add-flag-icon .articleHeader {
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .abi_custom .scholarResultList .article.add-flag-icon .articleInner {
    padding: 27px 0 30px;
  }
}
.abi_custom .scholarResultList .article::before, .abi_custom .scholarResultList .article::after {
  content: "";
  display: block;
  position: absolute;
}
.abi_custom .scholarResultList .article::before {
  right: 3px;
  bottom: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 26px 26px;
  border-color: transparent transparent #da3021 transparent;
}
@media screen and (max-width: 767px) {
  .abi_custom .scholarResultList .article::before {
    right: 2px;
    bottom: 2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 22px 22px;
    border-color: transparent transparent #da3021 transparent;
  }
}
.abi_custom .scholarResultList .article::after {
  right: 9px;
  bottom: 9px;
  width: 4px;
  height: 4px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scaleY(0.9) rotate(-45deg);
  transform: scaleY(0.9) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .abi_custom .scholarResultList .article::after {
    right: 7px;
    bottom: 7px;
  }
}
.abi_custom .scholarResultList .article .icon-flag {
  position: absolute;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .abi_custom .scholarResultList .article .icon-flag {
    right: 33px;
    top: -5px;
    min-width: 60px;
    padding: 8px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .abi_custom .scholarResultList .article .icon-flag {
    right: 2px;
    top: -2px;
    min-width: 45px;
    padding: 6px 0 0;
  }
}
.abi_custom .scholarResultList .article .icon-flag::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #036ab6 url(/scholarshipsearch/assets/images/common/bg_flag_deco.png) repeat 0 0;
}
@media screen and (min-width: 768px) {
  .abi_custom .scholarResultList .article .icon-flag::before {
    height: 8px;
  }
}
@media screen and (max-width: 767px) {
  .abi_custom .scholarResultList .article .icon-flag::before {
    height: 6px;
    background-size: auto 6px;
  }
}
.abi_custom .scholarResultList .article .icon-flag__body {
  color: #fff;
  font-weight: bold;
  background: #036ab6;
  position: relative;
}
@media screen and (min-width: 768px) {
  .abi_custom .scholarResultList .article .icon-flag__body {
    padding: 12px 0 9px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .abi_custom .scholarResultList .article .icon-flag__body {
    padding: 8px 0 1px;
    font-size: 12px;
  }
}
.abi_custom .scholarResultList .article .icon-flag__body::before, .abi_custom .scholarResultList .article .icon-flag__body::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -9px;
}
.abi_custom .scholarResultList .article .icon-flag__body::before {
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 30px;
  border-color: transparent transparent transparent #036ab6;
}
.abi_custom .scholarResultList .article .icon-flag__body::after {
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 30px 9px 0;
  border-color: transparent #036ab6 transparent transparent;
}
@media screen and (min-width: 768px) {
  .abi_custom .scholarResultList .article .icon-flag .text-num {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .abi_custom .scholarResultList .article .icon-flag .text-num {
    font-size: 20px;
  }
}
.abi_custom .scholarResultList .articleInner {
  padding: 13px 0 9px;
  margin: 0 33px;
}
@media screen and (max-width: 767px) {
  .abi_custom .scholarResultList .articleInner {
    padding: 13px 0 20px;
    margin: 0 12px;
  }
}
.abi_custom .scholarResultList .articleHeader {
  margin: 0 0 23px;
}
@media screen and (max-width: 767px) {
  .abi_custom .scholarResultList .articleHeader {
    margin-bottom: 19px;
  }
}
.abi_custom .scholarResultList .articleHeader .heading {
  font-size: 20px;
  color: #2a69b8;
  font-weight: 600;
}
.abi_custom .scholarResultList .articleHeader .heading .admin {
  font-size: 12px;
  color: #000;
  display: block;
  margin: 0 0 5px;
}
.abi_custom .scholarResultList .articleHeader .heading .admin__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 7px;
}
@media screen and (max-width: 767px) {
  .abi_custom .scholarResultList .articleHeader .heading .admin__wrap {
    margin-bottom: 2px;
  }
}
.abi_custom .scholarResultList .articleHeader .heading .admin__wrap .admin {
  margin-bottom: 0;
  margin-right: 8px;
}
.abi_custom .scholarResultList .articleHeader .heading .icon {
  display: inline-block;
  font-size: 12px;
  border: 1px solid;
  padding: 0 6px;
}
.abi_custom .scholarResultList .articleHeader .heading .icon--reserve {
  border-color: #db3022;
  color: #db3022;
}
.abi_custom .scholarResultList .articleHeader .heading .icon--noreserve {
  border-color: #707070;
  color: #707070;
}
@media screen and (max-width: 767px) {
  .abi_custom .scholarResultList .articleHeader .heading {
    font-size: 16px;
    line-height: 1.5;
  }
}
.abi_custom .scholarResultList .articleBody {
  color: #000;
}
.abi_custom .scholarResultList .articleBody .figData > dl > dt {
  background: #02a2dd;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .abi_custom .scholarResultList .articleBody .figData > dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin: 0 0 10px;
  }
  .abi_custom .scholarResultList .articleBody .figData > dl > dt, .abi_custom .scholarResultList .articleBody .figData > dl > dd {
    padding: 3px 0;
  }
  .abi_custom .scholarResultList .articleBody .figData > dl > dt {
    width: 90px;
    font-size: 12px;
  }
  .abi_custom .scholarResultList .articleBody .figData > dl > dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 16px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .abi_custom .scholarResultList .articleBody .figData > dl {
    margin: 0 0 18px;
  }
  .abi_custom .scholarResultList .articleBody .figData > dl > dt {
    max-width: 80px;
    font-size: 12px;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 2px 5px;
  }
  .abi_custom .scholarResultList .articleBody .figData > dl > dd {
    font-size: 12px;
    overflow-wrap: break-word;
  }
  .abi_custom .scholarResultList .articleBody .figData > dl:last-child {
    margin-bottom: 0;
  }
}
.abi_custom .scholarResultFooter {
  padding: 65px 0 0;
}
@media screen and (max-width: 767px) {
  .abi_custom .scholarResultFooter {
    padding: 31px 0;
  }
}
.abi_custom .scholarArticle .publishTime {
  text-align: right;
  font-size: 12px;
  margin: 0 0 30px;
}
.abi_custom .scholarArticle .publishTime time {
  display: inline-block;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .abi_custom .scholarArticle .publishTime {
    text-align: center;
    margin-bottom: 10px;
  }
}
.abi_custom .scholarArticleHeader {
  text-align: center;
  margin: 0 0 61px;
}
@media screen and (max-width: 767px) {
  .abi_custom .scholarArticleHeader {
    margin-bottom: 25px;
  }
}
.abi_custom .scholarArticleHeader .heading {
  font-weight: 600;
  font-size: 24px;
  color: #2a69b8;
}
@media screen and (max-width: 767px) {
  .abi_custom .scholarArticleHeader .heading {
    font-size: 16px;
    line-height: 1.5;
  }
}
.abi_custom .scholarArticleBody .dataSection {
  margin: 0 0 97px;
}
@media screen and (max-width: 767px) {
  .abi_custom .scholarArticleBody .dataSection {
    margin-bottom: 33px;
  }
}
.abi_custom .scholarArticleBody .dataSection:last-child {
  margin-bottom: 0;
}
.abi_custom .scholarArticleFooter {
  padding: 32px 0 0;
}
.abi_custom .scholarArticleFooter .textNote {
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .abi_custom .scholarArticleFooter {
    padding-top: 22px;
  }
  .abi_custom .scholarArticleFooter .textNote {
    font-size: 12px;
  }
}

