@charset "UTF-8";
.abi_custom {
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  line-height: 1.5em;
  position: relative;
  visibility: visible;
}

.page-load .abi_custom {
  visibility: visible;
}

/* スクロール固定
===============================================================================================*/
body.isPopupActive {
  overflow: hidden;
}

/* override
========================================================*/
@media screen and (max-width: 767px) {
  body.isPopupActive {
    overflow: hidden;
  }
}
.abi_custom {
  /* -------------------- */
  /* ------共通要素------ */
  /* -------------------- */
}
.abi_custom h1, .abi_custom h2, .abi_custom h3, .abi_custom h4, .abi_custom h5, .abi_custom h6, .abi_custom p, .abi_custom dl, .abi_custom dt, .abi_custom dd, .abi_custom ol, .abi_custom ul, .abi_custom li, .abi_custom form, .abi_custom table, .abi_custom caption, .abi_custom tbody, .abi_custom tfoot, .abi_custom thead, .abi_custom tr, .abi_custom th, .abi_custom td {
  margin: 0;
  padding: 0;
}
.abi_custom h1, .abi_custom h2, .abi_custom h3, .abi_custom h4, .abi_custom h5, .abi_custom h6 {
  line-height: 1;
}
.abi_custom img {
  border: none;
}
.abi_custom .active-change {
  background-color: #fff;
}
.abi_custom .active-change:hover {
  background-color: #ff0;
}
.abi_custom .alt {
  position: absolute;
  top: -5000px;
  left: -9999px;
}
.abi_custom ul {
  list-style: none;
}
.abi_custom a:link {
  color: #036eb7;
  text-decoration: none;
}
.abi_custom a:hover {
  color: #036eb7;
  text-decoration: underline;
}
.abi_custom .clear {
  clear: both;
}
.abi_custom .clearfix:after {
  content: "."; /* 新しい要素を作る */
  display: block; /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.abi_custom .clearfix {
  min-height: 1px;
}
.abi_custom * html .clearfix {
  height: 1px;
}
.abi_custom .hsMenu {
  display: none;
}
.abi_custom .hsFooterMenu {
  display: none;
}
.abi_custom .breadCrumb {
  margin: 30px auto 10px;
  padding: 0 20px;
}
.abi_custom .scholarBreadCrumb {
  margin: 0;
  padding: 0;
}
.abi_custom .breadCrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin: 0 auto;
}
.abi_custom .breadCrumb ul a {
  text-decoration: underline;
}
.abi_custom .breadCrumb ul li + li:before {
  content: ">";
  margin: 5px;
}
.abi_custom {
  /* ------------------------------------------- */
  /* ------一番外側の枠と中の1000px固定の枠------ */
  /* ------------------------------------------- */
}
.abi_custom .content_all {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  margin: 0 auto;
}
.abi_custom #content_body {
  width: 100%;
  margin: 0 auto;
}
.abi_custom .content_full,
.abi_custom .content_middle {
  background-color: #ffffff;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.abi_custom .content_full {
  width: 1280px;
}
.abi_custom .content_middle {
  width: 1000px;
}
.abi_custom .contentInner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 40px;
  overflow: hidden;
  width: 1000px;
}
.abi_custom .bottomBlock {
  width: 1000px;
  margin: 0 auto 30px;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.abi_custom #content_footer {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .abi_custom {
    min-width: 1024px;
  }
  .abi_custom .content_full {
    width: 1000px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .abi_custom .content_full {
    width: 1000px;
  }
}
.abi_custom {
  /* ------------------------------------------- */
  /*
   #content_head
  */
  /* ------------------------------------------- */
}
.abi_custom #content_head {
  width: 100%;
  background-color: #ffffff;
}
.abi_custom #content_head .content_full {
  width: 100%;
}
.abi_custom #menu_common {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 0 10px;
}
.abi_custom .menu-link {
  float: left;
}
.abi_custom .menu-link li {
  float: left;
  margin-right: 2px;
}
.abi_custom .menu-link a {
  display: block;
  background: #de2b2f;
  min-width: 160px;
  padding: 10px 15px 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 1px;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.abi_custom .menu-link a:hover {
  text-decoration: none;
  opacity: 0.7;
  color: #fff;
}
.abi_custom .menu-link a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url(/scholarshipsearch/scholarshipsearch/assets/images/org/org/menu_link_arrow.png) no-repeat 0 0;
  background-size: 16px auto;
  margin-right: 6px;
  position: relative;
  top: -1px;
}
.abi_custom .menu-link a.active {
  background: #be0b0f;
  opacity: 1;
  cursor: default;
}
.abi_custom .menu-seach {
  margin-left: auto;
  margin-right: 10px;
}
.abi_custom .menu-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.abi_custom .menu-title {
  float: left;
}
.abi_custom .menu-toggle {
  float: right;
  margin-left: 30px;
}
.abi_custom .menu-jasso {
  margin-left: -10px;
}
.abi_custom .menu-jasso img {
  width: 40px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .abi_custom .menu-jasso img {
    width: 35px;
    height: auto;
  }
}
.abi_custom .open-modal {
  cursor: pointer;
  display: block;
}
.abi_custom .close-modal {
  cursor: pointer;
  display: none;
}
.abi_custom .global-nav {
  background-color: #036eb7;
}
.abi_custom .global-nav.other {
  background-color: #de2b2f;
}
.abi_custom .global-nav-list {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 0;
}
.abi_custom .global-nav-list li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.abi_custom .global-nav-list li:first-child:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 16px;
  background: #87b3d9;
  position: absolute;
  top: 19px;
  left: 0;
}
.abi_custom .global-nav-list li:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 16px;
  background: #87b3d9;
  position: absolute;
  top: 19px;
  right: 0;
}
.abi_custom .global-nav-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "HGP創英角ゴシックUB", "Noto Sans JP", "Noto Serif", sans-serif, serif;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  height: 54px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 1px;
  width: 100%;
}
.abi_custom .global-nav-list li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.abi_custom .global-nav-list li a.active {
  background: #00518e;
}
.abi_custom .global-nav-list li a.active:hover {
  opacity: 1;
  cursor: default;
}
.abi_custom .modal-wrapper {
  position: absolute;
  top: 129px;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  overflow: hidden;
  /* min-width: 1002px; */
}
.abi_custom .modal-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  cursor: pointer;
}
.abi_custom .modal {
  position: absolute;
  width: 100%;
}
.abi_custom .modal-inner {
  background: #00518e;
}
.abi_custom .modal-inner-text {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.abi_custom .modal-close {
  display: block;
  position: absolute;
  top: 20px;
  right: 35px;
}
.abi_custom .modal-close:hover {
  cursor: pointer;
}
.abi_custom .modal-close-inr {
  display: inline-block;
  position: relative;
  margin: 0 10px 0 0;
  padding: 0;
  width: 2px;
  height: 32px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.abi_custom .modal-close-inr::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  width: 32px;
  height: 2px;
  margin-top: -2px;
  background: #fff;
}
.abi_custom .header_modal_list_wrap {
  width: 100%;
  margin: 22px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.abi_custom .header_modal_list a {
  color: #fff;
  text-decoration: none;
}
.abi_custom .header_modal_list > li:not(:last-child) {
  margin-bottom: 22px;
}
.abi_custom .header_modal_list > li a,
.abi_custom .header_modal_list > li .depth-1 > span {
  display: block;
  -webkit-transform: scale(0.94, 1);
  transform: scale(0.94, 1);
  letter-spacing: 0.1em;
  font-weight: bold;
}
.abi_custom .depth-1 {
  background: url(/scholarshipsearch/assets/images/org/header_modal_list_icon_depth-1.png) no-repeat 0 50%;
  background-size: 20px;
  margin-bottom: 20px;
  padding-left: 28px;
}
.abi_custom .depth-1 > a,
.abi_custom .depth-1 > span {
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
}
.abi_custom .depth-2 {
  padding-left: 40px;
}
.abi_custom .depth-2 > li {
  background: url(/scholarshipsearch/assets/images/org/header_modal_list_icon_depth-2.png) no-repeat 0 4px;
  background-size: 7px auto;
  padding-left: 10px;
}
.abi_custom .depth-2 > li:not(:last-child) {
  margin-bottom: 8px;
}
.abi_custom .depth-2 > li > a {
  font-size: 13px;
}
.abi_custom .depth-3 {
  margin-top: 10px;
}
.abi_custom .depth-3 > li {
  background: url(/scholarshipsearch/assets/images/org/header_modal_list_icon_depth-3.png) no-repeat 0 4px;
  background-size: 7px auto;
  padding-left: 12px;
}
.abi_custom .depth-3 > li:not(:last-child) {
  margin-bottom: 8px;
}
.abi_custom .depth-3 > li > a {
  font-size: 13px;
}
.abi_custom {
  /* 2023.12.25 追記（トビタテ！留学JAPAN 新・日本代表プログラム）協力団体・プロジェクトバナー ▽国・地域一覧が展開する用　－6 */
}
.abi_custom .depth-grean {
  background: url(/scholarshipsearch/assets/images/org/header_modal_list_icon_depth-6.png) no-repeat 0 50%;
  background-size: 20px;
  margin-bottom: 20px;
  padding-left: 28px;
}
.abi_custom .depth-orange {
  background: url(/scholarshipsearch/assets/images/org/header_modal_list_icon_depth-4.png) no-repeat 0 50%;
  background-size: 20px;
  margin-bottom: 20px;
  padding-left: 28px;
}
.abi_custom .depth-purple {
  background: url(/scholarshipsearch/assets/images/org/header_modal_list_icon_depth-5.png) no-repeat 0 50%;
  background-size: 20px;
  margin-bottom: 20px;
  padding-left: 28px;
}
.abi_custom .depth-grean > a,
.abi_custom .depth-grean > span {
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
}
.abi_custom .depth-orange > a,
.abi_custom .depth-orange > span {
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
}
.abi_custom .depth-purple > a,
.abi_custom .depth-purple > span {
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
}
.abi_custom .depth-6 {
  padding-left: 55px;
  display: none;
  padding-top: 10px;
}
.abi_custom .depth-6 > li {
  background: url(/scholarshipsearch/assets/images/org/header_modal_list_icon_depth-2.png) no-repeat 0 4px;
  background-size: 7px auto;
  padding-left: 10px;
}
.abi_custom .depth-6 > li:not(:last-child) {
  margin-bottom: 8px;
}
.abi_custom .depth-6 > li > a {
  font-size: 13px;
}
.abi_custom .toggle-menu {
  margin: 13px 0;
}
.abi_custom .toggle-button {
  padding-bottom: 0px;
  padding-top: 0px;
  padding-left: 30px;
  cursor: pointer;
  display: block;
  font-size: 13px;
  text-decoration: none;
  text-decoration: underline;
}
.abi_custom .link_other {
  margin-top: 30px;
  padding-left: 10px;
}
.abi_custom .link_other > li {
  background: url(/scholarshipsearch/assets/images/org/header_modal_list_icon_depth-2.png) no-repeat 0 4px;
  background-size: 7px auto;
  padding-left: 12px;
}
.abi_custom .link_other > li > a {
  font-size: 12px;
}
.abi_custom .link_other > li:not(:last-child) {
  margin-bottom: 8px;
}
.abi_custom .icon_newwin2 {
  margin-left: 12px;
  width: 13px;
  height: 12px;
  background-image: url(/scholarshipsearch/assets/images/org/icon_newwin.png);
  display: block;
}
.abi_custom {
  /* ---------　header　検索　--------- */
}
.abi_custom #srchBox {
  width: 680px;
  margin: 0 auto;
  color: #000000;
  text-align: center;
  padding: 10px 0;
}
.abi_custom #srchBox * {
  margin: 0;
  padding: 0;
  font-size: 13px;
  *font-size: small;
  *font: x-small;
}
.abi_custom #srchBox a img {
  border: none;
}
.abi_custom #srchBox #srch {
  padding: 0 10px;
  margin-bottom: 8px;
}
.abi_custom #srchBox #srchInput {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #C2C2C2;
  border-radius: 5px;
  margin: 0 auto;
  padding: 0.25em 0.5em;
  width: 440px;
}
.abi_custom #srchBox #srchBtn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  background-color: #f1f1f1;
  border-radius: 5px;
  border: 1px solid #C2C2C2;
  cursor: pointer;
  padding: 0.2em 0.5em;
  margin-top: 10px;
  margin-left: 10px;
  width: 115px;
}
.abi_custom #srchBox #srchBtn:hover {
  background: rgba(0, 0, 0, 0.1);
  opacity: 0.7;
  color: #fff;
}
.abi_custom #srchBox #srchLogo {
  text-align: right;
  padding-right: 22px;
}
.abi_custom #srchBox #srchLogo a {
  color: #fff;
}
.abi_custom {
  /* ------------------------------------------- */
  /* ------------パンくずメニュー--------------- */
  /* ------------------------------------------- */
}
.abi_custom #pan_menu {
  background-color: #036eb8;
  width: 1280px;
  height: 37px;
  color: #FFF;
  clip: rect(auto, auto, auto, auto);
  line-height: 35px;
  text-indent: 34px;
  background: url(/scholarshipsearch/assets/images/org/pan_menu_r.png) no-repeat right bottom;
  font-size: 15px;
}
.abi_custom #pan_menu a:link {
  color: #ffffff;
  text-decoration: none;
}
.abi_custom #pan_menu a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.abi_custom #pan_menu a:visited {
  color: #ffffff;
}
.abi_custom {
  /* --TOP-- */
}
.abi_custom a:visited .top_link {
  color: #a2e1f9;
}
.abi_custom a:link .top_link {
  color: #a2e1f9;
}
.abi_custom {
  /* ------------------------------------------- */
  /* ---------------共通-------------------- */
  /* ------------------------------------------- */
}
.abi_custom .mainBlock {
  float: left;
  width: 750px;
  margin-top: 25px;
}
.abi_custom .sideBlock {
  float: right;
  width: 230px;
  margin-top: 25px;
}
.abi_custom .commonContents #pan_menu {
  background-color: #efefef;
  color: #747474;
}
.abi_custom .commonContents #pan_menu a:link {
  color: #747474;
}
.abi_custom .commonContents #pan_menu a:hover {
  color: #747474;
}
.abi_custom .commonContents #pan_menu a:visited {
  color: #747474;
}
.abi_custom .commonContents a:visited .top_link {
  color: #0078d1;
}
.abi_custom .commonContents a:link .top_link {
  color: #0078d1;
}
.abi_custom {
  /* ------------------------------------------- */
  /* ---------------サイドメニュー-------------------- */
  /* ------------------------------------------- */
}
.abi_custom .sideBlock-header-banner {
  margin-bottom: 20px;
}
.abi_custom .sideBlock-header-banner a img {
  width: 100%;
  height: auto;
}
.abi_custom {
  /* .sideBlock-contents {
    background: #00a0eb;
    margin-bottom: 20px;
  } */
}
.abi_custom .sideBlock-contents {
  background: #f2f2f2;
  margin-bottom: 20px;
}
.abi_custom .sideBlock-contents-title {
  background-color: #036eb7;
  font-family: "HGP創英角ゴシックUB", "Noto Sans JP", "Noto Serif", sans-serif, serif;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.2;
  color: #ffffff;
  padding: 6px 5px 10px;
}
.abi_custom .sideBlock-contents-title span.en {
  font-family: "HGP創英角ゴシックUB", "Noto Sans JP", "Noto Serif", sans-serif, serif;
  font-weight: 700;
  -webkit-transform: scale(0.6, 1);
  transform: scale(0.6, 1);
  word-break: break-all;
  line-height: 1;
}
.abi_custom #sns_div {
  width: 200px;
  margin: 0 auto;
  padding: 20px 0;
}
.abi_custom #sns_div .ttl {
  margin-bottom: 10px;
}
.abi_custom .snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.abi_custom .snsList li {
  margin: 0 8px;
}
.abi_custom .snsList li img {
  width: 28px;
  height: 28px;
}
.abi_custom #sns_div .ttl,
.abi_custom .newsletter .ttl,
.abi_custom .bottomBlock-information-follow-title {
  font-family: "HGP創英角ゴシックUB", "Noto Sans JP", "Noto Serif", sans-serif, serif;
  text-align: center;
  font-size: 19px;
  letter-spacing: -2px;
  line-height: 1.2;
  color: #ffffff;
  margin: 0 -20px 14px;
  padding: 0;
}
.abi_custom #win_twitter {
  margin-bottom: 5px;
}
.abi_custom #win_twitter iframe {
  width: 500px !important;
}
.abi_custom #win_facebook {
  height: 350px;
  overflow: hidden;
}
.abi_custom .btn-sign-up-wrap {
  display: table;
}
.abi_custom .btn-sign-up {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f15000;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  width: 100%;
  height: 60px;
  padding-right: 20px;
}
.abi_custom .btn-sign-up::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 42px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.abi_custom .sns-sekaibu-inner {
  padding: 15px;
}
.abi_custom .sns-sekaibu-title {
  background: #7cb7f1;
  text-align: center;
  padding: 10px 15px;
}
.abi_custom .sns-sekaibu-title {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
}
.abi_custom .sns-sekaibu-title span {
  font-size: 18px;
}
.abi_custom .link-change,
.abi_custom .link-change:link {
  position: relative;
  display: block;
  color: #2a6eb2;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin: 8px 0;
}
.abi_custom .link-change::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-style: solid;
  border-width: 2px;
  border-color: transparent transparent #2a6eb2 #2a6eb2;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin: 0 6px 0 0;
}
.abi_custom .btn-change-wrap {
  display: table;
}
.abi_custom .btn-change {
  display: table-cell;
  width: 170px;
  background-color: #005598;
  font-weight: bold;
  font-size: 11px;
  vertical-align: middle;
  letter-spacing: 0.2em;
  height: 30px;
}
.abi_custom a.btn-sign-up, .abi_custom a.btn-change {
  color: #fff;
}
.abi_custom a.btn-sign-up:hover, .abi_custom a.btn-change:hover {
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.abi_custom .newsletter {
  width: 200px;
  margin: 0 auto;
  padding-bottom: 25px;
}
.abi_custom .newsletter-title {
  margin-bottom: 10px;
}
.abi_custom .newsletter-entry {
  border: solid 2px #fff;
  padding: 16px;
  text-align: center;
}
.abi_custom .newsletter-entry-list li:first-child {
  margin-bottom: 8px;
}
.abi_custom .newsletter-sample {
  border: solid 2px #fff;
  border-top: 0;
  padding: 20px 13px 10px;
  display: none;
}
.abi_custom .newsletter-sample-title {
  margin-bottom: 10px;
}
.abi_custom .newsletter-sample-list li {
  margin-bottom: 10px;
}
.abi_custom .newsletter-sample-list li a {
  color: #fff;
  font-size: 12px;
  text-decoration: underline;
  font-weight: bold;
}
.abi_custom .newsletter-sample-list li a:hover {
  text-decoration: none;
}
.abi_custom .newsletter-sample-list li a::before {
  content: "";
  background: url(/scholarshipsearch/assets/images/org/whiteArrow.png) no-repeat;
  display: inline-block;
  width: 3px;
  height: 6px;
  vertical-align: middle;
  margin-right: 5px;
}
.abi_custom .bannerBlock-image.normal a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 5px solid #2969b7;
  width: 100%;
  height: 103px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "HGP創英角ゴシックUB", "Noto Sans JP", "Noto Serif", sans-serif, serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1.2;
  color: #2969b7;
  position: relative;
  background: #ffffff;
}
.abi_custom .bannerBlock-image.normal a:after {
  content: "";
  display: inline-block;
  background: url(/assets/images/anchor_banner.svg) no-repeat 0 0;
  background-size: 26px;
  width: 26px;
  height: 26px;
  position: absolute;
  bottom: 3px;
  right: 3px;
}
.abi_custom .bannerBlock-image.normal a div {
  text-align: center;
  -webkit-transform: scale(1, 1.2);
  transform: scale(1, 1.2);
}
.abi_custom .bannerBlock-image.normal a span {
  color: #db3022;
}
.abi_custom .bannerBlock-image.normal.list-05 a {
  background: url(/assets/images/ico_bannerBlock-list-05.jpg) no-repeat 26px 16px #ffffff;
  letter-spacing: 3px;
  padding: 0 0 0 40px;
}
.abi_custom .bannerBlock-image.normal.list-06 a {
  background: url(/assets/images/ico_bannerBlock-list-06.jpg) no-repeat 20px 21px #ffffff;
  letter-spacing: 3px;
  padding: 0 0 0 40px;
}
.abi_custom .bannerBlock-image.normal.list-07 a {
  background: url(/assets/images/ico_bannerBlock-list-07.jpg) no-repeat 9px 50% #ffffff;
  letter-spacing: 3px;
  padding: 0 0 0 40px;
  border: 3px solid #2969b7;
  height: 76px;
  font-size: 14px;
  letter-spacing: 0;
}
.abi_custom .bannerBlock-image.normal.list-07 span {
  font-size: 16px;
}
.abi_custom .bannerBlock-image.normal.list-07 a div {
  -webkit-transform: scale(1, 1.1);
  transform: scale(1, 1.1);
}
.abi_custom .bannerBlock-image.normal.list-07 a:after {
  background-size: 17px;
  width: 17px;
  height: 17px;
}
.abi_custom .bannerBlock-image.normal.list-08 a {
  background: url(/assets/images/ico_bannerBlock-list-08.jpg) no-repeat 10px 16px #ffffff;
  letter-spacing: 3px;
  padding: 0 0 0 40px;
  border: 3px solid #2969b7;
  height: 76px;
  font-size: 18px;
  letter-spacing: -0.02em;
}
.abi_custom .bannerBlock-image.normal.list-08 a div {
  -webkit-transform: scale(1, 1.2);
  transform: scale(1, 1.2);
}
.abi_custom .bannerBlock-image.normal.list-08 a:after {
  background-size: 17px;
  width: 17px;
  height: 17px;
}
.abi_custom .bannerBlock-image.normal.list-09 a {
  background: url(/assets/images/ico_bannerBlock-list-07.jpg) no-repeat 20px 28px #ffffff;
  padding: 0 0 0 40px;
}
.abi_custom .bannerBlock-image.normal.list-09 a {
  background: url(/assets/images/ico_supportBlock-list-04.jpg) no-repeat 12px 16px #ffffff;
  background-size: 32px 33px;
  letter-spacing: 3px;
  padding: 0 0 0 40px;
  border: 3px solid #2969b7;
  height: 76px;
  font-size: 16px;
  letter-spacing: 0;
}
.abi_custom .bannerBlock-image.normal.list-09 span {
  font-size: 16px;
}
.abi_custom .bannerBlock-image.normal.list-09 a div {
  -webkit-transform: scale(1, 1.1);
  transform: scale(1, 1.1);
}
.abi_custom .bannerBlock-image.normal.list-09 a:after {
  background-size: 17px;
  width: 17px;
  height: 17px;
}
.abi_custom .bannerBlock-image.normal.list-10 a {
  background: url(/images/icon_top_data.png) no-repeat 9px 50% #ffffff;
  letter-spacing: 3px;
  padding: 0 0 0 40px;
  border: 3px solid #2969b7;
  height: 76px;
  font-size: 16px;
  letter-spacing: 0;
}
.abi_custom .bannerBlock-image.normal.list-10 span {
  font-size: 16px;
}
.abi_custom .bannerBlock-image.normal.list-10 a div {
  -webkit-transform: scale(1, 1.1);
  transform: scale(1, 1.1);
}
.abi_custom .bannerBlock-image.normal.list-10 a:after {
  background-size: 17px;
  width: 17px;
  height: 17px;
}
.abi_custom .bannerBlock-image.normal.bgImg-hs a {
  background: url(/assets/images/ico_tech_hs.jpg) no-repeat 3% 47% #ffffff;
  letter-spacing: 0;
  padding: 0 0 0 60px;
  background-size: 20%;
  font-size: 18px;
}
.abi_custom .bannerBlock-image.normal.bgImg-univ a {
  background: url(/assets/images/ico_tech_univ.jpg) no-repeat 3% 47% #ffffff;
  letter-spacing: 0;
  padding: 0 0 0 60px;
  background-size: 20%;
  font-size: 18px;
}
.abi_custom .bannerBlock-image.normal.bgImg-staff a {
  background: url(/assets/images/ico_tech_staff.jpg) no-repeat 3% 47% #ffffff;
  letter-spacing: 0;
  padding: 0 0 0 60px;
  background-size: 20%;
  font-size: 18px;
}
.abi_custom .bannerBlock-image a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.abi_custom .sideBlock-footer-banner {
  margin-bottom: 10px;
}
.abi_custom .sideBlock-footer-banner-list li {
  margin-bottom: 5px;
}
.abi_custom .related {
  background-color: #f0f3f3;
  padding: 20px 15px;
}
.abi_custom .related-title {
  text-align: center;
  margin-bottom: 10px;
}
.abi_custom .related-list li {
  border-bottom: solid 1px #e1e1e1;
}
.abi_custom .related-list li a {
  font-size: 11px;
  color: #036eb7;
  text-decoration: underline;
  padding: 10px 0;
  display: inline-block;
}
.abi_custom .related-list li a:hover {
  text-decoration: none;
}
.abi_custom .related-list li a::before {
  content: "";
  background: url(/scholarshipsearch/assets/images/org/circle-blueArrow.png) no-repeat;
  width: 11px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.abi_custom {
  /* ------------------------------------------- */
  /* ---------------タイトル-------------------- */
  /* ------------------------------------------- */
}
.abi_custom #page_title {
  /* 各タイトル画像の指定は個別のCSSで */
  background-color: #3ebff0;
  height: 146px;
  width: 1280px;
  background-repeat: no-repeat;
  background-position: center center;
}
.abi_custom .content_txt {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  line-height: 2em;
}
.abi_custom {
  /* ------------------------------------------- */
  /* ---------------中身系---------------------- */
  /* ------------------------------------------- */
}
.abi_custom .mt26px {
  margin-top: 26px;
}
.abi_custom .midashi1 {
  margin-top: 60px;
  font-size: 24px;
}
.abi_custom .icon_newwin {
  display: inline-block;
  margin-left: 12px;
  width: 13px;
  height: 12px;
  background-image: url(/scholarshipsearch/assets/images/org/icon_newwin.png);
}
.abi_custom .notation {
  font-size: 10px;
  color: #333;
}
.abi_custom {
  /* ------------------------------------------- */
  /* -----------トップへ戻るボタン-------------- */
  /* ------------------------------------------- */
}
.abi_custom #btn_totop {
  display: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: absolute;
  right: 30px;
  bottom: 60px;
  width: 44px;
  height: 44px;
  text-align: center;
}
.abi_custom #btn_totop.fixed {
  position: fixed;
  z-index: 998;
}
.abi_custom #btn_totop a:link {
  display: block;
  background: url(/scholarshipsearch/assets/images/org/btn_totop.jpg) no-repeat 0 0;
  background-size: 44px auto;
  width: 44px;
  height: 44px;
}
.abi_custom {
  /* ------------------------------------------- */
  /* -------LOGO----------- */
  /* ------------------------------------------- */
}
.abi_custom .logoWrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.abi_custom .companyLogo {
  margin: 0 auto 45px;
  padding: 40px 45px 0;
  background-color: #fff;
}
.abi_custom .companyLogo h2 {
  text-align: center;
}
.abi_custom .companyLogo ul {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.abi_custom .logoFirstTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.abi_custom .logoFirstTop li {
  padding: 0 30px;
}
.abi_custom .logoFirst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.abi_custom .logoFirst li {
  padding: 0 5px;
}
.abi_custom .logoSecond {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
}
.abi_custom .logoSecond li {
  padding: 0 20px;
}
.abi_custom .logoThird {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
}
.abi_custom .logoThird li {
  padding: 0 15px;
}
.abi_custom .logoFourth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
}
.abi_custom .logoFourth li {
  padding: 0 15px;
}
.abi_custom .logoFifth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -10px;
}
.abi_custom .logoFifth li {
  padding: 0 10px;
}
.abi_custom {
  /* ------------------------------------------- */
  /* ---------------ボトムカラム-------------------- */
  /* ------------------------------------------- */
}
.abi_custom .bottomBlock-information {
  width: 700px;
}
.abi_custom .bottomBlock-information-title {
  background-color: #036eb7;
  color: #fff;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.08em;
  padding: 7px 0;
}
.abi_custom .bottomBlock-information-contents {
  background-color: #00a0eb;
  padding: 20px 40px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.abi_custom .bottomBlock-information-follow {
  width: 295px;
}
.abi_custom .bottomBlock-information-follow-title {
  text-align: center;
  margin-bottom: 10px;
}
.abi_custom .bottomBlock-information-follow-contents {
  background-color: #fff;
}
.abi_custom .bottomBlock-information-follow-list {
  padding: 20px 22px 20px 20px;
  line-height: 0;
}
.abi_custom .bottomBlock-information-follow-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.abi_custom .bottomBlock-information-follow-list li:last-child {
  margin-bottom: 0;
}
.abi_custom .bottomBlock-newsletter {
  width: 295px;
}
.abi_custom .bottomBlock-newsletter-title {
  text-align: center;
  margin-bottom: 10px;
}
.abi_custom .bottomBlock-newsletter-entry {
  padding: 14px 17px 13px 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #fff;
}
.abi_custom .bottomBlock-newsletter-entry-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 0;
}
.abi_custom .bottomBlock-newsletter-sample {
  padding: 16px 18px 10px;
  border: 2px solid #fff;
  border-top: 0;
  display: none;
}
.abi_custom .bottomBlock-newsletter-sample-title {
  margin-bottom: 8px;
}
.abi_custom .bottomBlock-newsletter-sample-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.abi_custom .bottomBlock-newsletter-sample-list li {
  margin-right: 15px;
}
.abi_custom .bottomBlock-newsletter-sample-list li:last-child {
  margin-right: 0;
}
.abi_custom .bottomBlock-newsletter-sample-list a {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
}
.abi_custom .bottomBlock-newsletter-sample-list a::before {
  content: "";
  background: url(/scholarshipsearch/assets/images/org/whiteArrow.png) no-repeat;
  display: inline-block;
  width: 3px;
  height: 6px;
  vertical-align: middle;
  margin-right: 5px;
}
.abi_custom .bottomBlock-banner {
  width: 260px;
}
.abi_custom .bottomBlock-banner-list {
  line-height: 0;
}
.abi_custom .bottomBlock-banner-list li {
  margin-bottom: 10px;
}
.abi_custom .bottomBlock-banner-list li:last-child {
  margin-bottom: 0;
}
.abi_custom .bottomBlock-information-follow-title, .abi_custom .bottomBlock-newsletter-title {
  color: #fff;
  font-size: 22px;
}
.abi_custom a.facebook-button, .abi_custom a.tw-follow-btn {
  display: inline-block;
  color: #fff;
  width: 194px;
  height: 48px;
  text-align: center;
  font-size: 16px;
  line-height: 3em;
  position: relative;
}
.abi_custom a.tw-follow-btn {
  background-color: #1da1f3;
}
.abi_custom a.facebook-button {
  background-color: #205591;
}
.abi_custom a.tw-follow-btn:hover, .abi_custom a.facebook-button:hover {
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.abi_custom a.tw-follow-btn:before, .abi_custom a.facebook-button:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 42px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.abi_custom .bottomBlock-newsletter-entry-list .btn-sign-up {
  display: table-cell;
  width: 160px;
  font-size: 16px;
  letter-spacing: 1em;
  position: relative;
  color: #ffffff;
  height: 50px;
  text-indent: 3.5em;
}
.abi_custom .bottomBlock-newsletter-entry-list .btn-sign-up-wrap {
  width: 61%;
}
.abi_custom .bottomBlock-newsletter-entry-list .btn-sign-up::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 42px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.abi_custom .bottomBlock-newsletter-entry-list .btn-change-wrap {
  width: 37%;
}
.abi_custom .bottomBlock-newsletter-entry-list .btn-change {
  width: 90px;
  height: 50px;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-indent: 1.1em;
}
.abi_custom {
  /* ------------------------------------------- */
  /* ---------------フッター-------------------- */
  /* ------------------------------------------- */
}
.abi_custom #footer {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.abi_custom #footer a {
  color: #333;
}
.abi_custom .footer_faq {
  padding: 20px 0 10px;
  border-top: solid 2px #036eb7;
  border-bottom: solid 2px #036eb7;
  margin-bottom: 20px;
}
.abi_custom .footer_faq-title {
  margin-bottom: 25px;
  text-align: center;
}
.abi_custom .footer_faq-title a {
  display: inline-block;
  font-family: "Noto Sans JP", "Noto Serif", sans-serif, serif;
  font-weight: 700;
  font-size: 44px;
  color: #2768b4 !important;
  -webkit-transform: scale(0.6, 1);
  transform: scale(0.6, 1);
  word-break: break-all;
  letter-spacing: 10px;
  margin: 0 -38px 0 -30px;
}
.abi_custom .footer_faq-title a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.abi_custom .footer_faq-title a span {
  color: #db3022;
}
.abi_custom .footer_faqBlock-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.abi_custom .footer_faqBlock {
  margin-bottom: 10px;
  font-size: 11px;
  margin-right: 45px;
}
.abi_custom .footer_faqBlock:last-child {
  margin-right: 0;
}
.abi_custom .footer_faqBlock:before {
  content: "";
  background: url(/scholarshipsearch/assets/images/org/footer_link-arrow.png) no-repeat;
  display: inline-block;
  width: 4px;
  height: 6px;
  vertical-align: middle;
  margin-right: 5px;
}
.abi_custom .footer_nav {
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: solid 2px #036eb7;
}
.abi_custom .footer_nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
}
.abi_custom .footer_nav-list li {
  margin-right: 45px;
}
.abi_custom .footer_nav-list li:last-child {
  margin-right: 0;
}
.abi_custom .footer_nav-list li a {
  font-size: 11px;
}
.abi_custom .footer_nav-list li a::before {
  content: "";
  background: url(/scholarshipsearch/assets/images/org/footer_link-arrow.png) no-repeat;
  display: inline-block;
  width: 4px;
  height: 6px;
  vertical-align: middle;
  margin-right: 5px;
}
.abi_custom #zukan_link {
  padding-bottom: 25px;
  border-bottom: solid 2px #036eb7;
  margin-bottom: 10px;
}
.abi_custom #zukan_link .c-linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.7em;
}
.abi_custom #zukan_link .c-linkList dt {
  width: 65px;
  margin-right: 10px;
  color: #036eb7;
  font-weight: bold;
}
.abi_custom #zukan_link .c-linkList dd {
  width: calc(100% - 75px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.abi_custom #zukan_link .c-linkList dd a {
  margin-right: 10px;
  display: inline-block;
}
.abi_custom #zukan_link .c-linkList dd a::after {
  content: "";
  background: url(/scholarshipsearch/assets/images/org/zukan_link-arrow.png) no-repeat;
  display: inline-block;
  width: 8px;
  height: 4px;
  vertical-align: middle;
  margin-left: 4px;
  padding-bottom: 3px;
}
.abi_custom #footer_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 95px 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}
.abi_custom #footer_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 535px;
}
.abi_custom #footer_link li a {
  font-size: 11px;
}
.abi_custom #footer_link li a::before {
  content: "";
  background: url(/scholarshipsearch/assets/images/org/footer_link-arrow.png) no-repeat;
  display: inline-block;
  width: 4px;
  height: 6px;
  vertical-align: middle;
  margin-right: 5px;
}
.abi_custom #tweet_face {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 195px;
}
.abi_custom #bt_twitter {
  position: relative;
}
.abi_custom #bt_twitter::before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: -27px;
  height: 22px;
  margin-top: -12px;
  border-right: 1px solid #036eb7;
}
.abi_custom #bt_facebook {
  position: relative;
}
.abi_custom #bt_facebook::before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: -27px;
  height: 22px;
  margin-top: -12px;
  border-right: 1px solid #036eb7;
}
.abi_custom .footer_copyright {
  text-align: center;
  margin-bottom: 25px;
  font-size: 10px;
}
.abi_custom .cont_2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .abi_custom a img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .abi_custom a img:hover {
    opacity: 0.7;
  }
  .abi_custom .hidden-pc {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .abi_custom .sideBlock-header-banner {
    margin-bottom: 0;
    padding: 4.6154% 6.6667% 0;
  }
  .abi_custom .sideBlock-contents {
    margin-top: 4.6154%;
  }
  .abi_custom h2,
  .abi_custom h2.uLine {
    font-size: 28px;
  }
  .abi_custom .cont_2col {
    display: block;
  }
  .abi_custom .cont_2col h2 {
    width: auto;
  }
}
.abi_custom .programLink {
  margin-bottom: 45px;
}
.abi_custom .programLink ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 -6.5px;
  padding: 0;
}
.abi_custom .programLink ul li,
.abi_custom .programLink ul li a {
  color: #2969b7;
  font-size: 16px;
}
.abi_custom .programLink ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 6.5px;
}
.abi_custom .programLink ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #2969b7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.abi_custom .programLink ul li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.abi_custom .programLink ul li.active {
  background-color: #2969b7;
  border: 2px solid #2969b7;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.abi_custom .programLink ul li.contentsColor a {
  background-color: #cde2f1;
}
.abi_custom {
  /* ------------------------------------------- */
  /* -------------寄付・ご支援------------------ */
  /* ------------------------------------------- */
}
.abi_custom .eachBlock-title {
  display: block;
  font-family: "HGP創英角ゴシックUB", "Noto Sans JP", "Noto Serif", sans-serif, serif;
  color: #2768b4;
  font-size: 60px;
  text-align: center;
  letter-spacing: -2px;
  margin-bottom: 17px;
}
.abi_custom .eachBlock-title img {
  margin-bottom: 12px;
  width: auto;
  height: 30px;
}
.abi_custom .eachBlock-title span {
  color: #db3022;
}
.abi_custom .eachBlock-title span.eachBlock-title-small {
  display: block;
  font-size: 34px;
  padding: 10px 0 10px;
}
.abi_custom .eachBlock-title-afterMargin {
  margin-right: 3px;
}
.abi_custom .eachBlock-title-en {
  line-height: 0;
}
.abi_custom .eachBlock-title-en img {
  width: auto;
  height: 26px;
  margin-bottom: 6px;
}
.abi_custom .red {
  color: #db3022;
}
.abi_custom .donateBlock-title {
  font-family: "HGP創英角ゴシックUB", "Noto Sans JP", "Noto Serif", sans-serif, serif;
  text-align: center;
  font-size: 40px;
  letter-spacing: -2px;
  margin-bottom: 32px;
  color: #fff;
}
.abi_custom .challenger-btn,
.abi_custom .guide-link-btn,
.abi_custom .inquiry-btn,
.abi_custom .scholarBtn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #036eb7;
  color: #fff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  padding: 20px;
  position: relative;
  margin: 0 auto 34px;
  width: 262px;
  font-weight: bold;
}
.abi_custom .challenger-btn {
  padding: 6px;
  line-height: 1.4;
}
.abi_custom .inquiry-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.abi_custom .challenger-btn:hover, .abi_custom .guide-link-btn:hover, .abi_custom .inquiry-btn:hover, .abi_custom .scholarBtn:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  color: #fff;
}
.abi_custom .challenger-btn:after, .abi_custom .guide-link-btn:after, .abi_custom .inquiry-btn:after, .abi_custom .scholarBtn:after {
  content: "";
  background-image: url(/scholarshipsearch/assets/images/org/icon_circle_right_arrow.png);
  background-size: cover;
  height: 18px;
  display: inline-block;
  margin-left: 10px;
  width: 18px;
}
.abi_custom {
  /* ------------------------------------------- */
  /* -------------tech_cont_org_list------------------ */
  /* ------------------------------------------- */
}
.abi_custom .big_blue_title {
  color: #1279b2;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  margin: 100px 0 30px;
}
.abi_custom .big_blue_title small {
  display: block;
  margin-bottom: 5px;
}
.abi_custom .big_blue_title span {
  display: block;
  margin-top: 5px;
  color: #000;
  font-size: 18px;
  margin-bottom: 30px;
}
.abi_custom .tech_cont_support dl {
  overflow: hidden;
}
.abi_custom .tech_cont_support dt {
  width: 260px;
  float: left;
}
.abi_custom .tech_cont_support dd {
  width: 720px;
  float: right;
}
.abi_custom .tech_cont_support dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.abi_custom .tech_cont_support li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
}
.abi_custom .tech_cont_org {
  margin-bottom: 100px;
  border: 1px solid #646464;
  padding: 56px 56px 0;
}
.abi_custom .tech_cont_org_list:after {
  content: "";
  clear: both;
  display: block;
}
.abi_custom .tech_cont_org_list li {
  vertical-align: bottom;
  float: left;
  margin-bottom: 51px;
}
.abi_custom .tech_cont_org_list li img {
  max-width: 436px;
  min-height: 50px;
  max-height: 80px;
}
.abi_custom .tech_cont_org_list_01 a img {
  margin-right: 30px;
}
.abi_custom .tech_cont_org_list_02 a img {
  margin-right: 30px;
}
.abi_custom .tech_cont_org_list_03 a img {
  margin-right: 70px;
  max-height: 70px;
}
.abi_custom .tech_cont_org_list_04 a img {
  margin-right: 90px;
  height: 60px;
  padding-bottom: 10px;
}
.abi_custom .tech_cont_org_list_05 a img {
  height: 70px;
}
.abi_custom .tech_cont_org_list_06 a img {
  margin-right: 10px;
}
.abi_custom .tech_cont_org_list_12 a img {
  max-height: 60px !important;
  margin-right: 20px;
}
.abi_custom .tech_cont_org_list_07 a img {
  margin-top: 12px;
  min-height: 40px !important;
}
.abi_custom .tech_cont_org_list_08 a img {
  margin-right: 0;
}
.abi_custom .tech_cont_org_list_09 a img {
  width: 250px;
}
.abi_custom .tech_cont_org_list_10 a img {
  height: 80px;
}
.abi_custom .tech_cont_org_supporter {
  border: none;
  padding: 0;
  text-align: center;
}
.abi_custom .tech_cont_org_supporter li {
  float: none;
}
@media screen and (max-width: 767px) {
  .abi_custom {
    background-color: #ffffff;
    font-family: Arial, Helvetica, Verdana;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    min-height: 100%;
    position: relative;
    -webkit-text-size-adjust: none;
  }
  .abi_custom h1, .abi_custom h2, .abi_custom h3, .abi_custom h4, .abi_custom h5, .abi_custom h6 {
    margin: 0;
    line-height: 1;
    font-size: 100%;
  }
  .abi_custom h2.uLine {
    font-size: 28px;
  }
  .abi_custom h2.uLine span {
    font-size: 28px;
  }
  .abi_custom .uLineContainer h3 {
    font-size: 20px;
    margin: 0 0 5px;
  }
  .abi_custom a:hover {
    text-decoration: none;
  }
  .abi_custom img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .abi_custom .hidden-sp {
    display: none !important;
  }
  .abi_custom #btn_totop {
    right: 5%;
    bottom: 5%;
  }
  .abi_custom .content_full {
    width: auto;
  }
  .abi_custom .breadCrumb {
    display: none;
  }
  .abi_custom #pan_menu {
    width: auto;
  }
  .abi_custom #page_title {
    width: auto;
  }
  .abi_custom .contentInner {
    margin: 20px 0;
    padding: 0 20px;
    width: 100%;
  }
  .abi_custom .contentInner .sideBlock {
    margin-left: -8%;
    margin-right: -8%;
  }
  .abi_custom #menu_common {
    width: auto;
    padding: 15px 6.6667% 15px 1.3334%;
    height: 38px;
  }
  .abi_custom .menu-title img {
    width: 124px;
  }
  .abi_custom .menu-seach {
    margin-right: 4.8%;
  }
  .abi_custom .menu-seach img {
    width: 16.5px;
  }
  .abi_custom .menu-mext img {
    width: 86.5px;
  }
  .abi_custom .menu-toggle img {
    width: 28.5px;
  }
  .abi_custom .menu-link {
    display: none;
  }
  .abi_custom .modal-wrapper {
    top: 68px;
    height: auto;
    min-width: inherit;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .abi_custom .modal {
    position: relative;
  }
  .abi_custom .modal-inner {
    position: relative;
    width: 100%;
  }
  .abi_custom .modal-inner-text {
    width: auto;
    padding: 15px 0 0;
  }
  .abi_custom .modal-close {
    top: 15px;
    right: 20px;
  }
  .abi_custom .modal-close-inr {
    height: 26px;
  }
  .abi_custom .modal-close-inr::before {
    left: -12px;
    width: 26px;
  }
  .abi_custom #srchBox {
    width: 100%;
    padding: 40px 35px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .abi_custom #srchBox #srch {
    padding: 0;
  }
  .abi_custom #srchBox #srchInput {
    display: inline-block;
    width: 58%;
    padding: 0.5em;
  }
  .abi_custom #srchBox #srchBtn {
    width: 32%;
    font-size: 12px;
    padding: 0.5em;
  }
  .abi_custom #srchBox #srchLogo {
    margin-top: 4px;
    padding-right: 0;
    font-size: 10px;
  }
  .abi_custom .header_modal_list_wrap {
    display: block;
    margin-top: 32px;
  }
  .abi_custom .header_modal_link {
    background: #de2b2f;
  }
  .abi_custom .header_modal_link li {
    margin-bottom: 0;
    padding-left: 0;
    border-bottom: solid 1px #e65151;
  }
  .abi_custom .header_modal_link a {
    display: block;
    background: url(/assets/images/header_modal_link_icon.png) no-repeat 26px 50%;
    background-size: 20px auto;
    padding: 20px 0 20px 62px;
    -webkit-transform: scale(0.94, 1);
    transform: scale(0.94, 1);
    letter-spacing: 0.1em;
    font-weight: bold;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
  }
  .abi_custom .header_modal_list > li + li {
    border-top: solid 1px #0065a3;
  }
  .abi_custom .header_modal_list > li:not(:last-child) {
    margin-bottom: 0;
  }
  .abi_custom .depth-1 {
    background: none;
    margin: 0;
    padding: 0;
  }
  .abi_custom .depth-1 > a,
  .abi_custom .depth-1 > span {
    display: block;
    width: 100%;
    padding: 20px 0 20px 62px;
    background: #00518e url(/scholarshipsearch/assets/images/org/header_modal_list_icon_depth-1.png) no-repeat 26px 50%;
    background-size: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .abi_custom .depth-2 {
    padding-left: 0;
    background-color: #0c6db7;
  }
  .abi_custom .depth-2 > li {
    padding-left: 0;
    background: none;
  }
  .abi_custom .depth-2 > li:not(:last-child) {
    margin-bottom: 0;
    padding-left: 0;
    border-bottom: solid 1px #0065a3;
  }
  .abi_custom .depth-2 > li > a {
    background: url(/scholarshipsearch/assets/images/org/header_modal_list_icon_depth-2.png) no-repeat 48px 50%;
    background-size: 7px auto;
    padding: 20px 10px 20px 64px;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .abi_custom .depth-3 {
    margin-top: 0;
  }
  .abi_custom .depth-3 > li {
    background: none;
    padding-left: 0;
    border-top: solid 1px #0065a3;
  }
  .abi_custom .depth-3 > li:not(:last-child) {
    margin-bottom: 0;
    border-bottom: solid 1px #0065a3;
  }
  .abi_custom .depth-3 > li > a {
    background: url(/scholarshipsearch/assets/images/org/header_modal_list_icon_depth-3.png) no-repeat 70px 50%;
    background-size: 6px auto;
    padding: 20px 10px 20px 86px;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .abi_custom .link_other {
    margin-top: 0;
    padding-left: 0;
  }
  .abi_custom .link_other > li {
    margin-bottom: 0;
    background: none;
  }
  .abi_custom .link_other > li:not(:last-child) {
    margin-bottom: 0;
  }
  .abi_custom .link_other > li > a {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url(/scholarshipsearch/assets/images/org/header_modal_list_icon_depth-2.png) no-repeat 24px 50%;
    background-size: 7px auto;
    padding: 20px 10px 20px 40px;
  }
  .abi_custom .global-nav-list {
    width: auto;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 0;
  }
  .abi_custom .global-nav-list li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
  }
  .abi_custom .global-nav-list li:first-child:before {
    display: none;
  }
  .abi_custom .global-nav-list li:after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 16px;
    background: #87b3d9;
    position: absolute;
    top: 19px;
    right: 0;
  }
  .abi_custom .other .global-nav-list li:after {
    background: #ffffff;
    height: 36px;
    top: 0;
  }
  .abi_custom .global-nav-list li:last-child:after {
    display: none;
  }
  .abi_custom .global-nav-list li a {
    font-size: 10px;
    height: 52px;
    letter-spacing: 1px;
    line-height: 1.4;
    text-align: center;
  }
  .abi_custom .other .global-nav-list li a {
    height: 36px;
  }
  .abi_custom .other .global-nav-list li a.active {
    background: #be0b0f;
  }
  .abi_custom .mainBlock {
    width: auto;
    float: none;
  }
  .abi_custom .sideBlock {
    width: auto;
    float: none;
    margin-top: 0;
  }
  .abi_custom .sideBlock-contents {
    margin-top: 4.6154%;
    margin-bottom: 0;
  }
  .abi_custom .sideBlock-contents-title {
    font-size: 19px;
    padding: 20px 0;
  }
  .abi_custom .sideBlock-header-banner {
    margin-bottom: 0;
    padding: 4.6154% 20px 0;
  }
  .abi_custom #sns_div {
    width: auto;
    padding: 5.3334% 6.6667% 8%;
  }
  .abi_custom #sns_div .ttl {
    margin-bottom: 6.1539%;
  }
  .abi_custom #win_twitter {
    margin-bottom: 4.6154%;
  }
  .abi_custom #sns_div {
    width: auto;
    padding: 5.3334% 6.6667% 8%;
  }
  .abi_custom #sns_div .ttl,
  .abi_custom .newsletter .ttl,
  .abi_custom .bottomBlock-information-follow-title {
    font-size: 19px;
    letter-spacing: -1px;
    line-height: 1.2;
    color: #ffffff;
    margin: 0 -20px 14px;
    padding: 0;
  }
  .abi_custom #win_facebook {
    max-width: 500px;
    height: 407px;
    margin: 0 auto;
  }
  .abi_custom #win_facebook .fb_iframe_widget,
  .abi_custom #win_facebook .fb_iframe_widget span,
  .abi_custom #win_facebook .fb_iframe_widget iframe[style] {
    width: 100% !important;
  }
  .abi_custom .newsletter {
    width: auto;
    padding: 0 6.6667% 8%;
  }
  .abi_custom .newsletter-title {
    margin-bottom: 6.1539%;
  }
  .abi_custom .newsletter-entry {
    border: solid 4px #fff;
    padding: 6.77% 6.4616% 6.4616%;
  }
  .abi_custom .newsletter-entry-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .abi_custom .newsletter-entry-list li {
    margin-bottom: 0;
    line-height: 0;
  }
  .abi_custom .newsletter-entry-list li:first-child {
    margin-right: 2%;
  }
  .abi_custom .newsletter-sample {
    border: solid 4px #fff;
    border-top: 0;
    padding: 6.1539% 6.4616%;
  }
  .abi_custom .newsletter-sample-title {
    margin-bottom: 5.4546%;
  }
  .abi_custom .newsletter-sample-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .abi_custom .newsletter-sample-list li {
    margin-bottom: 0;
    margin-right: 5.091%;
  }
  .abi_custom .newsletter-sample-list li:last-child {
    margin-right: 0;
  }
  .abi_custom .newsletter-sample-list li a {
    font-size: 14px;
  }
  .abi_custom .newsletter-sample-list li a::before {
    background: url(/assets/images/whiteArrow-sp.png) no-repeat;
    background-size: contain;
    width: 4.5px;
    height: 8px;
    margin-right: 6px;
  }
  .abi_custom .btn-sign-up-wrap {
    width: 61%;
  }
  .abi_custom .btn-sign-up {
    width: 100%;
  }
  .abi_custom .btn-change-wrap {
    width: 37%;
  }
  .abi_custom .btn-change {
    width: 100%;
    height: 50px;
  }
  .abi_custom .btn-sign-up::before {
    left: 24%;
  }
  .abi_custom .sideBlock-footer-banner {
    margin-bottom: 0;
    padding: 10.93334% 6.6667% 9.3334%;
  }
  .abi_custom .sideBlock-footer-banner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .abi_custom .sideBlock-footer-banner-list li {
    margin-bottom: 0;
    line-height: 0;
    width: 48.4616%;
  }
  .abi_custom .sideBlock-footer-banner-list li:first-child {
    width: 100%;
    margin-bottom: 10px;
  }
  .abi_custom .sideBlock-footer-banner {
    margin-bottom: 0;
    padding: 10.93334% 6.6667% 9.3334%;
  }
  .abi_custom .sideBlock-footer-banner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .abi_custom .sideBlock-footer-banner-list li {
    margin-bottom: 0;
    line-height: 0;
    width: 48.4616%;
  }
  .abi_custom .sideBlock-footer-banner-list li:first-child {
    width: 100%;
    margin-bottom: 10px;
  }
  .abi_custom .related {
    padding: 12.8% 7.0667% 12.8%;
  }
  .abi_custom .related-title {
    margin-bottom: 7.764%;
  }
  .abi_custom .related-list li a {
    font-size: 14px;
    padding: 6.2112% 3.4162%;
  }
  .abi_custom .related-list li a::before {
    background: url(/scholarshipsearch/assets/images/org/circle-blueArrow-sp.png) no-repeat;
    background-size: contain;
    width: 14.5px;
    height: 14.5px;
    padding-bottom: 2.5px;
    margin-right: 6px;
  }
  .abi_custom {
    /* LOGO */
  }
  .abi_custom .logoWrapper {
    width: auto;
  }
  .abi_custom .companyLogo {
    width: auto;
    margin: 0;
    padding: 0 8.4616% 20px;
  }
  .abi_custom .companyLogo h2 {
    display: none;
  }
  .abi_custom .companyLogo li {
    margin-bottom: 0 !important;
    width: auto !important;
  }
  .abi_custom .companyLogo li:nth-child(3) {
    width: auto;
  }
  .abi_custom .companyLogo p {
    line-height: 20px;
    color: #333;
  }
  .abi_custom .logoFirstTop li {
    height: 47px;
    padding: 0 3px;
  }
  .abi_custom .logoFirst {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px;
    margin-left: -3px;
  }
  .abi_custom .logoFirst li {
    height: 45px;
    padding: 0 3px;
  }
  .abi_custom .logoSecond {
    margin-left: -3px;
  }
  .abi_custom .logoSecond li {
    height: 35px;
    padding: 0 3px;
  }
  .abi_custom .logoThird {
    margin-left: -3px;
  }
  .abi_custom .logoThird li {
    height: 33px;
    padding: 0 3px;
  }
  .abi_custom .logoFourth {
    margin-left: -3px;
  }
  .abi_custom .logoFourth li {
    height: 27px;
    padding: 0 3px;
  }
  .abi_custom .logoFifth {
    margin-left: -3px;
  }
  .abi_custom .logoFifth li {
    height: 24px;
    padding: 0 3px;
  }
  .abi_custom .companyLogo li {
    margin-bottom: 5px !important;
  }
  .abi_custom .companyLogo li:nth-child(3) {
    margin-bottom: 5px !important;
  }
  .abi_custom .companyLogo img {
    height: 100%;
    width: auto;
  }
  .abi_custom {
    /* ------------------------------------------- */
    /* ---------------ボトムカラム-------------------- */
    /* ------------------------------------------- */
  }
  .abi_custom .bottomBlock {
    width: auto;
    display: block;
    margin-bottom: 0;
    padding-top: 13.3334%;
  }
  .abi_custom .bottomBlock-information {
    width: auto;
  }
  .abi_custom .bottomBlock-information-title {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -2px;
    line-height: 1.2;
    padding: 4% 0 4.5334%;
  }
  .abi_custom .bottomBlock-information-titlespan.en {
    display: inline-block;
    font-size: 24px;
    -webkit-transform: scale(0.6, 1);
    transform: scale(0.6, 1);
    word-break: break-all;
    letter-spacing: 4px;
    line-height: 1;
    margin: 0 -20px 0 -16px;
  }
  .abi_custom .bottomBlock-information-contents {
    display: block;
    padding: 5.3334% 6.6667% 8%;
  }
  .abi_custom .bottomBlock-information-follow {
    width: auto;
  }
  .abi_custom .bottomBlock-information-follow-contents {
    margin-bottom: 7.6924%;
  }
  .abi_custom .bottomBlock-information-follow-list {
    padding: 7.6924%;
  }
  .abi_custom .bottomBlock-information-follow-list li {
    margin-bottom: 7.2728%;
  }
  .abi_custom .bottomBlock-information-follow-icon {
    margin-right: 4.1819%;
  }
  .abi_custom .bottomBlock-newsletter {
    width: auto;
  }
  .abi_custom .bottomBlock-newsletter-title {
    margin-bottom: 6.1539%;
  }
  .abi_custom .bottomBlock-newsletter-entry {
    border: solid 4px #fff;
    padding: 6.77% 6.4616% 6.4616%;
  }
  .abi_custom .bottomBlock-newsletter-entry-list li:first-child {
    margin-right: 2.1819%;
  }
  .abi_custom .bottomBlock-banner {
    width: auto;
  }
  .abi_custom .bottomBlock-information-follow-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .abi_custom .bottomBlock-information-follow-list {
    width: 100%;
  }
  .abi_custom .bottomBlock-information-follow-button {
    width: 100%;
  }
  .abi_custom a.facebook-button, .abi_custom a.tw-follow-btn {
    width: 100%;
    height: 50px;
  }
  .abi_custom .bottomBlock-information-follow-icon img {
    height: 50px;
    width: 50px;
    max-width: 50px;
  }
  .abi_custom .bottomBlock-information-follow-list li {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .abi_custom .btn-sign-up {
    display: block;
    width: 100%;
  }
  .abi_custom .btn-sign-up::before {
    left: 30px;
  }
  .abi_custom .btn-change {
    display: block;
  }
  .abi_custom a.btn-sign-up, .abi_custom a.btn-change {
    line-height: 51px;
    text-align: center;
  }
  .abi_custom a.btn-change {
    width: auto;
    text-indent: 0em;
  }
  .abi_custom a.btn-sign-up {
    text-indent: 1em;
  }
  .abi_custom {
    /* ------------------------------------------- */
    /* ---------------フッター-------------------- */
    /* ------------------------------------------- */
  }
  .abi_custom #content_footer {
    width: auto;
    padding: 9.8667% 6.3334% 6.6667%;
  }
  .abi_custom #footer {
    width: auto;
  }
  .abi_custom .footer_faq {
    padding-bottom: 9.1604%;
    margin-bottom: 0;
    border-bottom: solid 1px #036eb7;
    padding-top: 0;
    border-top: 0;
  }
  .abi_custom .footer_faq-link {
    width: 99.2367%;
    margin: 0 auto;
  }
  .abi_custom #footer_link {
    display: block;
    margin: 0;
  }
  .abi_custom #footer_link ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: auto;
    border-bottom: solid 1px #036eb7;
    padding: 6.7176% 4.5802%;
  }
  .abi_custom #footer_link li {
    margin-right: 11.7648%;
  }
  .abi_custom #footer_link li a {
    padding: 5px 0;
    display: inline-block;
  }
  .abi_custom #footer_link li a::before {
    background: url(/scholarshipsearch/assets/images/org/footer_link-arrow-sp.png) no-repeat;
    background-size: contain;
    width: 8px;
    height: 4.5px;
    padding-bottom: 4px;
  }
  .abi_custom #tweet_face {
    width: auto;
    padding: 7.6336% 16.0306% 0;
  }
  .abi_custom #bt_twitter {
    width: 15.7303370787%;
  }
  .abi_custom #bt_twitter::before {
    right: -85.7143%;
    height: 26px;
    margin-top: -13px;
  }
  .abi_custom #bt_facebook {
    width: 15.7303370787%;
  }
  .abi_custom #bt_facebook::before {
    right: -85.7143%;
    height: 26px;
    margin-top: -13px;
  }
  .abi_custom #bt_line {
    width: 15.7303370787%;
  }
  .abi_custom .footer_copyright {
    padding-top: 7.6336%;
    margin-bottom: 0;
    font-size: 8px;
  }
  .abi_custom .programLink ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0px;
  }
  .abi_custom .programLink ul li {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    width: 49%;
    height: 60px;
    margin: 0 0px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .abi_custom .programLink ul li a {
    width: 100%;
  }
  .abi_custom {
    /* ------------------------------------------- */
    /* -------------tech_cont_org------------------ */
    /* ------------------------------------------- */
  }
  .abi_custom .big_blue_title {
    margin-top: 15px;
    font-size: 16px;
  }
  .abi_custom .big_blue_title.title01 {
    font-size: 20px;
  }
  .abi_custom .big_blue_title small {
    font-size: 13px;
  }
  .abi_custom .big_blue_title span {
    display: block;
    margin-top: 5px;
    color: #000;
    font-size: 10px;
  }
  .abi_custom .tech_cont li.li_list img {
    width: 100%;
    height: auto;
  }
  .abi_custom .tech_cont_org {
    overflow: hidden;
    margin-bottom: 50px;
    padding: 25px;
  }
  .abi_custom .tech_cont_org_list {
    margin-left: -45px;
  }
  .abi_custom .tech_cont_org_list li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    margin-bottom: 15px;
    padding-left: 45px;
    line-height: 0;
    text-align: center;
  }
  .abi_custom .tech_cont_org_list li:nth-child(9) {
    width: 75%;
  }
  .abi_custom .tech_cont_org_list li a {
    display: block;
  }
  .abi_custom .tech_cont_org_list li img {
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 auto !important;
  }
  .abi_custom .tech_cont_org_list li:nth-child(6) img {
    max-width: 40% !important;
  }
  .abi_custom .tech_cont_org_list li:nth-child(11) {
    margin-bottom: 15px;
  }
  .abi_custom .tech_cont_support {
    margin-bottom: 50px;
  }
  .abi_custom .tech_cont_support dl + dl {
    margin-top: 50px;
  }
  .abi_custom .tech_cont_support dt {
    width: auto;
    float: none;
    text-align: center;
  }
  .abi_custom .tech_cont_support dt img {
    max-width: 60%;
    height: auto;
    margin: 0 auto;
  }
  .abi_custom .tech_cont_support dd {
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .abi_custom .tech_cont_support dd {
    margin: 0;
    padding: 0;
  }
  .abi_custom .tech_cont_support dd li {
    float: left;
    width: 50%;
  }
  .abi_custom .tech_cont_support .type02 li {
    width: 25%;
  }
  .abi_custom .tech_cont_support .type03 ul {
    text-align: center;
  }
  .abi_custom .tech_cont_support .type03 li {
    display: inline-block;
    float: none;
    vertical-align: top;
    width: 20%;
  }
  .abi_custom .tech_cont_org_supporter {
    border: none;
    padding: 0;
  }
  .abi_custom .tech_cont_org_supporter li {
    margin: 0 auto;
  }
  .abi_custom .tech_cont_org_supporter li img {
    max-width: 100%;
    height: auto;
  }
  .abi_custom {
    /* ------------------------------------------- */
    /* -------------寄付・ご支援------------------ */
    /* ------------------------------------------- */
  }
  .abi_custom .eachBlock-title {
    font-size: 28px;
  }
  .abi_custom .eachBlock-title span.eachBlock-title-small {
    font-size: 20px;
  }
  .abi_custom .eachBlock-title img {
    height: auto;
    width: auto;
  }
  .abi_custom .donateBlock-title {
    text-align: center;
    font-size: 28px;
    letter-spacing: -2px;
    line-height: 1.2;
    margin-bottom: 17px;
  }
  .abi_custom .donateBlock-title small {
    font-size: 14px;
  }
  .abi_custom .challenger-btn.spBtn:after,
  .abi_custom .guide-link-btn.spBtn:after,
  .abi_custom .inquiry-btn.spBtn:after {
    margin-left: 6px;
  }
  .abi_custom .challenger-btn {
    font-size: 12px;
    padding: 9px;
    line-height: 1.5;
  }
  .abi_custom .inquiry-btn {
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 3px;
  }
  .abi_custom .guide-link-btn {
    font-size: 17px;
    line-height: 1.4;
    padding: 10px;
  }
  .abi_custom .challenger-btn:after {
    height: 14px;
    width: 14px;
  }
  .abi_custom .challenger-btn,
  .abi_custom .guide-link-btn {
    width: auto;
  }
  .abi_custom {
    /* 2023.12.25 追記（トビタテ！留学JAPAN 新・日本代表プログラム）協力団体・プロジェクトバナー ▽国・地域一覧が展開する用small -6*/
  }
  .abi_custom .depth-grean {
    background: none;
    margin: 0;
    padding: 0;
  }
  .abi_custom .depth-orange {
    background: none;
    margin: 0;
    padding: 0;
  }
  .abi_custom .depth-purple {
    background: none;
    margin: 0;
    padding: 0;
  }
  .abi_custom .depth-grean > a,
  .abi_custom .depth-grean > span {
    display: block;
    width: 100%;
    padding: 20px 0 20px 62px;
    background: #00518e url(/assets/images/header_modal_list_icon_depth-6.png) no-repeat 26px 50%;
    background-size: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .abi_custom .depth-orange > a,
  .abi_custom .depth-orange > span {
    display: block;
    width: 100%;
    padding: 20px 0 20px 62px;
    background: #00518e url(/assets/images/header_modal_list_icon_depth-4.png) no-repeat 26px 50%;
    background-size: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .abi_custom .depth-purple > a,
  .abi_custom .depth-purple > span {
    display: block;
    width: 100%;
    padding: 20px 0 20px 62px;
    background: #00518e url(/assets/images/header_modal_list_icon_depth-5.png) no-repeat 26px 50%;
    background-size: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .abi_custom .toggle-menu {
    margin: 0 0;
    padding-left: 0;
    background-color: #0c6db7;
  }
  .abi_custom .toggle-button {
    padding: 20px 10px 20px 50px;
    cursor: pointer;
    display: block;
    font-size: 13px;
    text-decoration: none;
    text-decoration: underline;
  }
  .abi_custom .depth-6 {
    padding-left: 75px;
    display: none;
    padding-top: 0px;
    padding-bottom: 20px;
  }
}
.abi_custom {
  /* オリジナルのCSS(_common.scss,_small.scss)要素を打ち消す目的のファイル
  ===============================================================================================*/
}
@media screen and (min-width: 768px) {
  .abi_custom .sideBlock {
    display: none;
  }
}
.abi_custom {
  /* 事業者画面のヘッダー/フッター
  ===============================================================================================*/
}
.abi_custom .for-scr-partners #content_head,
.abi_custom .for-scr-admin #content_head {
  position: relative;
  padding-bottom: 16px;
}
.abi_custom .for-scr-partners #content_head::after,
.abi_custom .for-scr-admin #content_head::after {
  content: "";
  display: block;
  width: 100%;
  height: 16px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(/scholarshipsearch/assets/images/common/bg_kv_texture.png) repeat center 0;
}
.abi_custom .for-scr-partners #menu_common,
.abi_custom .for-scr-admin #menu_common {
  max-width: 1000px;
  width: 100%;
}
.abi_custom .for-scr-partners #menu_common .display-box,
.abi_custom .for-scr-admin #menu_common .display-box {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0 0 27px;
}
.abi_custom .for-scr-partners #menu_common .display-box__title,
.abi_custom .for-scr-admin #menu_common .display-box__title {
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  letter-spacing: 0.1em;
}
.abi_custom .for-scr-partners #menu_common .display-box__name,
.abi_custom .for-scr-admin #menu_common .display-box__name {
  font-size: 12px;
  font-weight: bold;
  border: 2px solid #000;
  width: 90px;
  text-align: center;
  padding: 4px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 0 20px;
}
.abi_custom .for-scr-partners #menu_common .menu-logos,
.abi_custom .for-scr-admin #menu_common .menu-logos {
  width: 50%;
}
.abi_custom .for-scr-partners #menu_common .menu-account,
.abi_custom .for-scr-admin #menu_common .menu-account {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.abi_custom .for-scr-partners #menu_common .menu-account .account-user,
.abi_custom .for-scr-admin #menu_common .menu-account .account-user {
  width: 160px;
}
.abi_custom .for-scr-partners #menu_common .menu-account .account-loginLink,
.abi_custom .for-scr-admin #menu_common .menu-account .account-loginLink {
  margin-left: 15px;
}
.abi_custom .for-scr-partners #menu_common .menu-account .account-loginLink a,
.abi_custom .for-scr-admin #menu_common .menu-account .account-loginLink a {
  display: inline-block;
  font-size: 0;
  line-height: 1;
}
.abi_custom .for-scr-partners #menu_common .menu-account .account-loginLink a .text,
.abi_custom .for-scr-admin #menu_common .menu-account .account-loginLink a .text {
  display: inline-block;
  font-size: 12px;
}
.abi_custom .for-scr-partners #menu_common .menu-account .account-loginLink a .text--eng,
.abi_custom .for-scr-admin #menu_common .menu-account .account-loginLink a .text--eng {
  margin-left: 0.5em;
}
.abi_custom .for-scr-partners #menu_common .menu-account .account-menu,
.abi_custom .for-scr-admin #menu_common .menu-account .account-menu {
  margin: 0 0 0 28px;
}
.abi_custom .for-scr-partners #content_footer,
.abi_custom .for-scr-admin #content_footer {
  border-top: solid 2px #036eb7;
  padding: 30px 0 0;
  max-width: 1000px;
  width: 100%;
}
.abi_custom .for-scr-partners #content_footer #footer,
.abi_custom .for-scr-admin #content_footer #footer {
  width: auto;
}
.abi_custom .for-scr-partners .modal-wrapper,
.abi_custom .for-scr-admin .modal-wrapper {
  top: 91px;
}
.abi_custom .for-scr-partners .header_modal_list_wrap,
.abi_custom .for-scr-admin .header_modal_list_wrap {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.abi_custom .for-scr-partners .header_modal_list_wrap > *,
.abi_custom .for-scr-admin .header_modal_list_wrap > * {
  width: 40%;
}
.abi_custom input[type=submit], .abi_custom input[type=image] {
  border: none;
}
.abi_custom input[type=text], .abi_custom input[type=email], .abi_custom input[type=tel], .abi_custom input[type=number], .abi_custom input[type=password] {
  outline: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.abi_custom input[type=number] {
  -moz-appearance: textfield;
}
.abi_custom input[type=number]::-webkit-outer-spin-button, .abi_custom input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}
.abi_custom button {
  border: none;
  margin: 0;
  cursor: pointer;
}
.abi_custom input[type=submit], .abi_custom input[type=image], .abi_custom input[type=reset] {
  cursor: pointer;
}
.abi_custom {
  /* ブレークポイントピンポイント用
  ========================================================*/
}
.abi_custom .bp-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .abi_custom .bp-pc {
    display: none;
  }
}
.abi_custom .bp-pc--inline {
  display: inline;
}
@media screen and (max-width: 767px) {
  .abi_custom .bp-pc--inline {
    display: none;
  }
}
.abi_custom .bp-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .abi_custom .bp-sp {
    display: block;
  }
}
.abi_custom .bp-sp--inline {
  display: none;
}
@media screen and (max-width: 767px) {
  .abi_custom .bp-sp--inline {
    display: inline;
  }
}
.abi_custom {
  /* キービジュアル
  ========================================================*/
}
.abi_custom .pageKvHeader {
  height: 220px;
}
@media screen and (max-width: 767px) {
  .abi_custom .pageKvHeader {
    height: 180px;
  }
}
.abi_custom .pageKvHeader .bgImage {
  height: 100%;
}
.abi_custom .pageKvHeader .onLayer {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  height: 100%;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.abi_custom .pageKvHeader .headingBaloon {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 380px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .abi_custom .pageKvHeader .headingBaloon {
    width: 340px;
  }
}
.abi_custom .pageKvHeader .headingBaloon img {
  width: 100%;
  height: auto;
  display: block;
}
.abi_custom .pageKvHeader .headingBaloon .label {
  position: absolute;
  left: 0;
  top: -25px;
  width: 100%;
  height: 100%;
  padding: 0 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 40px;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .abi_custom .pageKvHeader .headingBaloon .label {
    font-size: 24px;
    padding: 0 0 15px;
  }
}
.abi_custom .pageKvHeader .headingBaloon .label--events {
  font-size: 34px;
}
@media screen and (max-width: 767px) {
  .abi_custom .pageKvHeader .headingBaloon .label--events {
    font-size: 16px;
  }
}
.abi_custom .pageKvHeader .headingBaloon .label--annotation {
  font-size: 20px;
  top: auto;
  bottom: -36px;
}
@media screen and (max-width: 767px) {
  .abi_custom .pageKvHeader .headingBaloon .label--annotation {
    font-size: 12px;
    top: auto;
    bottom: -21px;
  }
}
.abi_custom .pageKvHeader .headingBaloon .label--secondary {
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 32px;
  font-weight: normal;
  text-align: center;
  line-height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .abi_custom .pageKvHeader .headingBaloon .label--secondary {
    top: 24px;
  }
}
.abi_custom .pageKvHeader .headingBaloon .label-center {
  margin: 0 auto;
}
.abi_custom .pageKvHeader--underlayer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .abi_custom .pageKvHeader--underlayer {
    height: 110px;
    margin: 0 0 16px;
    position: relative;
  }
  .abi_custom .pageKvHeader--underlayer::after {
    content: "";
    display: block;
    width: 100%;
    height: 16px;
    position: absolute;
    left: 0;
    bottom: -16px;
    background: url(/scholarshipsearch/assets/images/common/bg_kv_texture.png) repeat center 0;
  }
}
@media screen and (max-width: 767px) {
  .abi_custom .pageKvHeader--underlayer {
    height: 60px;
  }
}
@media screen and (min-width: 768px) {
  .abi_custom .pageKvHeader--underlayer .headingBaloon {
    max-width: 228px;
  }
}
@media screen and (max-width: 767px) {
  .abi_custom .pageKvHeader--underlayer .headingBaloon {
    max-width: 118px;
  }
}
.abi_custom .pageKvHeader--underlayer .headingBaloon .label {
  font-size: 30px;
  padding: 0 0 18px;
}
@media screen and (max-width: 767px) {
  .abi_custom .pageKvHeader--underlayer .headingBaloon .label {
    font-size: 14px;
    padding: 0 0 11px;
  }
}
.abi_custom {
  /* オブジェクトフィットの対応
  ========================================================*/
}
.abi_custom img.fitImage {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  font-family: "object-fit: cover; object-position: center center;";
}
.abi_custom {
  /* 見出し
  ========================================================*/
}
.abi_custom .headingLine {
  font-size: 36px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding: 0 0 10px;
  color: #2a69b8;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .abi_custom .headingLine {
    padding-bottom: 5px;
    font-size: 18px;
    margin-bottom: 19px;
  }
}
.abi_custom .headingLine::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  border-bottom: 5px solid #db3123;
}
@media screen and (max-width: 767px) {
  .abi_custom .headingLine::after {
    border-bottom-width: 2px;
  }
}
.abi_custom .headingLine .colorReverse {
  color: #db3123;
}
.abi_custom .headingLine .jp,
.abi_custom .headingLine .eng {
  display: block;
}
.abi_custom .headingLine .eng {
  font-size: 14px;
  font-weight: normal;
  padding: 5px 0 0;
}
.abi_custom .headingLineWrap {
  text-align: center;
}
.abi_custom .headingPageRoot {
  text-align: center;
  margin: 0 0 44px;
}
.abi_custom .headingPageRoot .jp,
.abi_custom .headingPageRoot .eng {
  display: block;
  color: #2a69b8;
}
.abi_custom .headingPageRoot .jp {
  font-size: 26px;
  font-weight: bold;
}
.abi_custom .headingPageRoot .jp + .eng {
  padding-top: 5px;
}
.abi_custom .headingPageRoot .eng {
  font-size: 14px;
  font-weight: normal;
}
.abi_custom .headingPageRootWrap {
  max-width: 1000px;
  margin: 0 auto;
}
.abi_custom .heading__addButton {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.abi_custom .heading__addButton .button {
  position: absolute;
  right: 0;
  top: 50%;
  width: 200px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.abi_custom .heading__addButton .button--w400 {
  width: 400px;
}
.abi_custom .heading__addButton--bottom {
  padding: 0 0 20px;
  position: static;
}
.abi_custom .heading__addButton--bottom .button {
  position: static;
  width: auto;
  text-align: center;
}
.abi_custom [class^=heading] + .partnerSection {
  padding-top: 0;
}
.abi_custom {
  /* 汎用リンク
  ========================================================*/
  /* 右寄せテキストリンク */
}
.abi_custom .guideLink {
  padding: 13px 0 0;
  text-align: right;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .abi_custom .guideLink {
    padding-top: 4px;
    text-align: center;
    font-size: 12px;
  }
}
.abi_custom .guideLinkWrap {
  max-width: 1000px;
  margin: 0 auto;
}
.abi_custom .guideLinkWrap + .scholarSection {
  padding-top: 63px;
}
@media screen and (max-width: 767px) {
  .abi_custom .guideLinkWrap + .scholarSection {
    padding-top: 33px;
  }
}
.abi_custom {
  /* 矢印付加
  ========================================================*/
}
.abi_custom .textLinkArrow {
  position: relative;
  display: inline-block;
  padding: 0 5px 0 0;
  vertical-align: middle;
}
.abi_custom .textLinkArrow::after {
  content: "";
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-right: 2px solid #2a69b8;
  border-bottom: 2px solid #2a69b8;
  -webkit-transform: scaleY(0.7) rotate(-45deg);
  transform: scaleY(0.7) rotate(-45deg);
  vertical-align: middle;
}
.abi_custom {
  /* アイコン系
  ========================================================*/
}
.abi_custom .icon {
  display: inline-block;
}
.abi_custom .icon--roupe {
  width: 43px;
  height: 43px;
  margin: 0 8px 0 0;
  background: url(/scholarshipsearch/assets/images/common/icon_roupe.svg) no-repeat 0 0;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .abi_custom .icon--roupe {
    width: 26px;
    height: 26px;
  }
}
.abi_custom .icon--beginner {
  width: 10px;
  height: 15px;
  background: url(/scholarshipsearch/assets/images/common/icon_beginner.svg) no-repeat 0 0;
  background-size: 100% auto;
}
.abi_custom .icon--help {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #fff;
  color: #2a69b8;
  font-size: 10px;
  text-align: center;
}
.abi_custom {
  /* ボタン系
  ========================================================*/
}
.abi_custom a.btnDownload,
.abi_custom input[type=submit].btnDownload,
.abi_custom input[type=reset].btnDownload,
.abi_custom button.btnDownload {
  display: inline-block;
  background: #2a69b8;
  color: #fff;
  max-width: 190px;
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 5px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.abi_custom a.btnDownload .label,
.abi_custom input[type=submit].btnDownload .label,
.abi_custom input[type=reset].btnDownload .label,
.abi_custom button.btnDownload .label {
  display: inline-block;
}
.abi_custom a.btnDownload .label::after,
.abi_custom input[type=submit].btnDownload .label::after,
.abi_custom input[type=reset].btnDownload .label::after,
.abi_custom button.btnDownload .label::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 18px;
  background: url(/scholarshipsearch/assets/images/common/icon_download.svg) no-repeat 0 0;
  background-size: 100% auto;
  vertical-align: -3px;
  margin: 0 0 0 8px;
}
@media screen and (max-width: 767px) {
  .abi_custom a.btnDownload .label::after,
  .abi_custom input[type=submit].btnDownload .label::after,
  .abi_custom input[type=reset].btnDownload .label::after,
  .abi_custom button.btnDownload .label::after {
    width: 12px;
    height: 13px;
    margin: 0 0 0 3px;
  }
}
@media screen and (max-width: 767px) {
  .abi_custom a.btnDownload,
  .abi_custom input[type=submit].btnDownload,
  .abi_custom input[type=reset].btnDownload,
  .abi_custom button.btnDownload {
    max-width: 140px;
    padding: 5px 5px;
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  .abi_custom a.btnDownload:hover,
  .abi_custom input[type=submit].btnDownload:hover,
  .abi_custom input[type=reset].btnDownload:hover,
  .abi_custom button.btnDownload:hover {
    text-decoration: none;
  }
}
.abi_custom a.btnSubmit,
.abi_custom input[type=submit].btnSubmit,
.abi_custom input[type=reset].btnSubmit,
.abi_custom button.btnSubmit {
  display: inline-block;
  background: #2a69b8;
  color: #fff;
  max-width: 260px;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding: 10px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .abi_custom a.btnSubmit,
  .abi_custom input[type=submit].btnSubmit,
  .abi_custom input[type=reset].btnSubmit,
  .abi_custom button.btnSubmit {
    font-size: 14px;
    padding: 16px 5px;
  }
}
.abi_custom a.btnSubmit .label,
.abi_custom input[type=submit].btnSubmit .label,
.abi_custom input[type=reset].btnSubmit .label,
.abi_custom button.btnSubmit .label {
  display: block;
}
.abi_custom a.btnSubmit .label__wrap,
.abi_custom input[type=submit].btnSubmit .label__wrap,
.abi_custom input[type=reset].btnSubmit .label__wrap,
.abi_custom button.btnSubmit .label__wrap {
  display: inline-block;
  font-size: 0;
}
.abi_custom a.btnSubmit .label--jp,
.abi_custom input[type=submit].btnSubmit .label--jp,
.abi_custom input[type=reset].btnSubmit .label--jp,
.abi_custom button.btnSubmit .label--jp {
  font-size: 16px;
}
.abi_custom a.btnSubmit .label--eng,
.abi_custom input[type=submit].btnSubmit .label--eng,
.abi_custom input[type=reset].btnSubmit .label--eng,
.abi_custom button.btnSubmit .label--eng {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .abi_custom a.btnSubmit:hover,
  .abi_custom input[type=submit].btnSubmit:hover,
  .abi_custom input[type=reset].btnSubmit:hover,
  .abi_custom button.btnSubmit:hover {
    text-decoration: none;
  }
}
.abi_custom a.btnSubmit-l,
.abi_custom input[type=submit].btnSubmit-l,
.abi_custom input[type=reset].btnSubmit-l,
.abi_custom button.btnSubmit-l {
  background: #2a69b8;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  padding: 22px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  line-height: 1;
  display: inline-block;
  max-width: 260px;
}
@media screen and (min-width: 768px) {
  .abi_custom a.btnSubmit-l:hover,
  .abi_custom input[type=submit].btnSubmit-l:hover,
  .abi_custom input[type=reset].btnSubmit-l:hover,
  .abi_custom button.btnSubmit-l:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .abi_custom a.btnSubmit-l,
  .abi_custom input[type=submit].btnSubmit-l,
  .abi_custom input[type=reset].btnSubmit-l,
  .abi_custom button.btnSubmit-l {
    font-size: 14px;
    padding: 20px 5px;
  }
}
.abi_custom a.btnSubmit-s,
.abi_custom input[type=submit].btnSubmit-s,
.abi_custom input[type=reset].btnSubmit-s,
.abi_custom button.btnSubmit-s {
  display: inline-block;
  background: #2a69b8;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  max-width: 195px;
  width: 100%;
  padding: 10px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .abi_custom a.btnSubmit-s:hover,
  .abi_custom input[type=submit].btnSubmit-s:hover,
  .abi_custom input[type=reset].btnSubmit-s:hover,
  .abi_custom button.btnSubmit-s:hover {
    text-decoration: none;
  }
}
.abi_custom a.btnReturn,
.abi_custom input[type=submit].btnReturn,
.abi_custom input[type=reset].btnReturn,
.abi_custom button.btnReturn {
  display: inline-block;
  background: #fff;
  border: 2px solid #2a69b8;
  color: #2a69b8;
  max-width: 260px;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding: 12px 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.abi_custom a.btnReturn .label,
.abi_custom input[type=submit].btnReturn .label,
.abi_custom input[type=reset].btnReturn .label,
.abi_custom button.btnReturn .label {
  display: block;
}
.abi_custom a.btnReturn .label__wrap,
.abi_custom input[type=submit].btnReturn .label__wrap,
.abi_custom input[type=reset].btnReturn .label__wrap,
.abi_custom button.btnReturn .label__wrap {
  display: inline-block;
  font-size: 0;
}
.abi_custom a.btnReturn .label--jp,
.abi_custom input[type=submit].btnReturn .label--jp,
.abi_custom input[type=reset].btnReturn .label--jp,
.abi_custom button.btnReturn .label--jp {
  font-size: 16px;
}
.abi_custom a.btnReturn .label--eng,
.abi_custom input[type=submit].btnReturn .label--eng,
.abi_custom input[type=reset].btnReturn .label--eng,
.abi_custom button.btnReturn .label--eng {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .abi_custom a.btnReturn:hover,
  .abi_custom input[type=submit].btnReturn:hover,
  .abi_custom input[type=reset].btnReturn:hover,
  .abi_custom button.btnReturn:hover {
    text-decoration: none;
  }
}
.abi_custom a.btnTranslation,
.abi_custom input[type=submit].btnTranslation,
.abi_custom input[type=reset].btnTranslation,
.abi_custom button.btnTranslation {
  display: inline-block;
  background: #2a69b8;
  color: #fff;
  max-width: 140px;
  width: 100%;
  padding: 7px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
}
.abi_custom a.btnTranslation .label,
.abi_custom input[type=submit].btnTranslation .label,
.abi_custom input[type=reset].btnTranslation .label,
.abi_custom button.btnTranslation .label {
  display: inline-block;
  font-size: 12px;
}
.abi_custom a.btnTranslation .label--eng,
.abi_custom input[type=submit].btnTranslation .label--eng,
.abi_custom input[type=reset].btnTranslation .label--eng,
.abi_custom button.btnTranslation .label--eng {
  margin-left: 0.5em;
}
@media screen and (min-width: 768px) {
  .abi_custom a.btnTranslation:hover,
  .abi_custom input[type=submit].btnTranslation:hover,
  .abi_custom input[type=reset].btnTranslation:hover,
  .abi_custom button.btnTranslation:hover {
    text-decoration: none;
  }
}
.abi_custom a.btnEdit,
.abi_custom input[type=submit].btnEdit,
.abi_custom input[type=reset].btnEdit,
.abi_custom button.btnEdit {
  display: inline-block;
  background: #2a69b8;
  color: #fff;
  width: 100%;
  padding: 10px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  max-width: 140px;
  text-align: center;
}
.abi_custom a.btnEdit .label,
.abi_custom input[type=submit].btnEdit .label,
.abi_custom input[type=reset].btnEdit .label,
.abi_custom button.btnEdit .label {
  display: inline-block;
  font-size: 12px;
}
.abi_custom a.btnEdit .label--eng,
.abi_custom input[type=submit].btnEdit .label--eng,
.abi_custom input[type=reset].btnEdit .label--eng,
.abi_custom button.btnEdit .label--eng {
  margin-left: 0.5em;
}
@media screen and (min-width: 768px) {
  .abi_custom a.btnEdit:hover,
  .abi_custom input[type=submit].btnEdit:hover,
  .abi_custom input[type=reset].btnEdit:hover,
  .abi_custom button.btnEdit:hover {
    text-decoration: none;
  }
}
.abi_custom a.btnDelete,
.abi_custom input[type=submit].btnDelete,
.abi_custom input[type=reset].btnDelete,
.abi_custom button.btnDelete {
  display: inline-block;
  background: #fff;
  border: 2px solid #2a69b8;
  color: #2a69b8;
  width: 100%;
  margin: 0 15px;
  padding: 8px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  max-width: 140px;
  text-align: center;
  cursor: pointer;
}
.abi_custom a.btnDelete .label,
.abi_custom input[type=submit].btnDelete .label,
.abi_custom input[type=reset].btnDelete .label,
.abi_custom button.btnDelete .label {
  display: inline-block;
  font-size: 12px;
}
.abi_custom a.btnDelete .label--eng,
.abi_custom input[type=submit].btnDelete .label--eng,
.abi_custom input[type=reset].btnDelete .label--eng,
.abi_custom button.btnDelete .label--eng {
  margin-left: 0.5em;
}
@media screen and (min-width: 768px) {
  .abi_custom a.btnDelete:hover,
  .abi_custom input[type=submit].btnDelete:hover,
  .abi_custom input[type=reset].btnDelete:hover,
  .abi_custom button.btnDelete:hover {
    text-decoration: none;
  }
}
.abi_custom a.btnMultipurpose,
.abi_custom input[type=submit].btnMultipurpose,
.abi_custom input[type=reset].btnMultipurpose,
.abi_custom button.btnMultipurpose {
  display: inline-block;
  background: #2a69b8;
  color: #fff;
  font-size: 12px;
  max-width: 195px;
  width: 100%;
  padding: 12px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  line-height: 1;
}
.abi_custom a.btnMultipurpose .label,
.abi_custom input[type=submit].btnMultipurpose .label,
.abi_custom input[type=reset].btnMultipurpose .label,
.abi_custom button.btnMultipurpose .label {
  display: inline-block;
  font-size: 12px;
}
.abi_custom a.btnMultipurpose .label--eng,
.abi_custom input[type=submit].btnMultipurpose .label--eng,
.abi_custom input[type=reset].btnMultipurpose .label--eng,
.abi_custom button.btnMultipurpose .label--eng {
  margin-left: 0.5em;
}
.abi_custom a.btnMultipurpose:hover,
.abi_custom input[type=submit].btnMultipurpose:hover,
.abi_custom input[type=reset].btnMultipurpose:hover,
.abi_custom button.btnMultipurpose:hover {
  text-decoration: none;
}
.abi_custom a.btnMultipurpose--w160,
.abi_custom input[type=submit].btnMultipurpose--w160,
.abi_custom input[type=reset].btnMultipurpose--w160,
.abi_custom button.btnMultipurpose--w160 {
  max-width: 160px;
}
.abi_custom a.btnSelect,
.abi_custom input[type=submit].btnSelect,
.abi_custom input[type=reset].btnSelect,
.abi_custom button.btnSelect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #2a69b8;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  max-width: 160px;
  width: 100%;
  text-align: center;
  padding: 6px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.abi_custom a.btnSelect--cancel,
.abi_custom input[type=submit].btnSelect--cancel,
.abi_custom input[type=reset].btnSelect--cancel,
.abi_custom button.btnSelect--cancel {
  background: #fff;
  border: 2px solid #2a69b8;
  color: #2a69b8;
}
@media screen and (min-width: 768px) {
  .abi_custom a.btnSelect:hover,
  .abi_custom input[type=submit].btnSelect:hover,
  .abi_custom input[type=reset].btnSelect:hover,
  .abi_custom button.btnSelect:hover {
    text-decoration: none;
  }
}
.abi_custom {
  /* ページャ
  ========================================================*/
}
.abi_custom .pager {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .abi_custom .pager {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.abi_custom .pager a {
  -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 .pager a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
.abi_custom .pager .page {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #0052aa;
  margin: 0 5px;
}
.abi_custom .pager .pages {
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .abi_custom .pager .page:nth-child(n+6) {
    display: none;
  }
}
.abi_custom .pager .page.disabled, .abi_custom .pager .page.current {
  border: none;
  color: #000;
}
.abi_custom .pager .page.skip {
  border: none;
  width: auto;
  height: auto;
  line-height: normal;
  font-weight: normal;
  margin: 0;
  padding: 0 13px;
  font-size: 13px;
  font-weight: 600;
}
.abi_custom .pager .skip {
  display: inline-block;
}
.abi_custom {
  /* リスト
  ========================================================*/
}
.abi_custom .listCircleIndent > li {
  text-indent: -1em;
  padding: 0 0 0 1em;
  margin: 0 0 2px;
}
@media screen and (max-width: 767px) {
  .abi_custom .listCircleIndent > li {
    line-height: 1.5;
  }
}
.abi_custom .listCircleIndent > li:last-child {
  margin-bottom: 0;
}
.abi_custom .listCircleIndent--indentSpace {
  padding-left: 1em;
}
.abi_custom .listCheckIcons > li {
  margin: 0 0 12px;
  position: relative;
  padding: 0 0 0 21px;
}
@media screen and (max-width: 767px) {
  .abi_custom .listCheckIcons > li {
    padding-left: 19px;
  }
}
.abi_custom .listCheckIcons > li::before {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  border-right: 2px solid #db3123;
  border-bottom: 2px solid #db3123;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-65%) rotate(45deg);
  transform: translateY(-65%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .abi_custom .listCheckIcons > li::before {
    width: 6px;
    height: 10px;
  }
}
.abi_custom .listCheckIcons > li:last-child {
  margin-bottom: 0;
}
.abi_custom .listArticles > li {
  margin: 0 0 15px;
}
.abi_custom .listArticles > li:last-child {
  margin-bottom: 0;
}
.abi_custom .listArticles > 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 .listArticles > li a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.abi_custom {
  /* 表組
  ========================================================*/
}
.abi_custom .fig {
  /* フォーム用 */
  /* 詳細ページ用 */
}
@media screen and (min-width: 768px) {
  .abi_custom .figForm {
    display: table;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .abi_custom .figForm {
    margin: 0 0 17px;
  }
  .abi_custom .figForm:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .abi_custom .figFormHalf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .abi_custom .figFormHalf > * {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .abi_custom .figFormHalf {
    margin: 0 0 17px;
  }
  .abi_custom .figFormHalf:last-child {
    margin-bottom: 0;
  }
}
.abi_custom .figForm > dt {
  color: #036ab5;
  font-weight: 600;
  padding-right: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .abi_custom .figForm > dt,
  .abi_custom .figForm > dd {
    display: table-cell;
    vertical-align: middle;
    padding: 12px 0;
  }
  .abi_custom .figForm > dt.valign--top,
  .abi_custom .figForm > dd.valign--top {
    vertical-align: top;
  }
  .abi_custom .figForm > dt {
    width: 143px;
    min-width: 143px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .abi_custom .figForm > dt {
    font-size: 13px;
    margin-bottom: 7px;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .abi_custom .figForm.add-cell-padding > dt,
  .abi_custom .figForm.add-cell-padding > dd {
    padding: 26px 0;
  }
  .abi_custom .figForm.add-cell-padding > dt {
    width: 123px;
    min-width: 123px;
  }
}
.abi_custom .figForm.add-seperate-line {
  border-bottom: 2px solid #e3e3e3;
}
@media screen and (max-width: 767px) {
  .abi_custom .figForm.add-seperate-line {
    padding-bottom: 20px;
  }
  .abi_custom .figForm.add-seperate-line:nth-child(2) {
    padding-bottom: 0;
  }
}
.abi_custom .figForm .selectTypeYM {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.abi_custom .figForm .selectTypeYM .textRange {
  display: inline-block;
  font-size: 14px;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .abi_custom .figForm .selectTypeYM .textRange {
    margin: 0 0 0 2px;
  }
}
@media screen and (min-width: 768px) {
  .abi_custom .figForm .selectTypeYM > .ui__selectYM {
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  .abi_custom .figForm .selectTypeYM > .ui__selectYM {
    width: calc(100% - 16px);
  }
}
@media screen and (min-width: 768px) {
  .abi_custom .figForm--halfcell > * {
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  .abi_custom .figForm--halfcell {
    width: calc(100% - 20px);
  }
}
.abi_custom .figArticle {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .abi_custom .figArticle {
    display: table;
    width: 100%;
    border: 5px solid #2a69b8;
    border-left: none;
  }
}
@media screen and (max-width: 767px) {
  .abi_custom .figArticle {
    border: 2px solid #2a69b8;
  }
}
.abi_custom .figArticleDecoWrap {
  padding: 0 0 0 8px;
  margin: 0 0 0 -8px;
  background: url(/scholarshipsearch/assets/images/common/bg_fig_texture.png) repeat-y 0 0;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .abi_custom .figArticleDecoWrap {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .abi_custom .figArticleDecoWrap {
    padding-left: 4px;
    margin-left: -4px;
    background-size: 4px auto;
  }
}
@media screen and (min-width: 768px) {
  .abi_custom .figArticle > dl {
    display: table-row;
  }
  .abi_custom .figArticle > dl > dt, .abi_custom .figArticle > dl > dd {
    display: table-cell;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 22px 5px;
  }
  .abi_custom .figArticle > dl > dt {
    background: #2a69b8;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    width: 180px;
    text-align: center;
  }
  .abi_custom .figArticle > dl > dt a.helpIcon {
    position: relative;
    top: -2px;
  }
  .abi_custom .figArticle > dl > dt .labelAddIcon {
    display: inline-block;
    margin: 0 5px 0 0;
  }
  .abi_custom .figArticle > dl > dd {
    font-size: 14px;
    background: #f9f9f9;
    padding-left: 22px;
    padding-right: 22px;
  }
  .abi_custom .figArticle > dl:nth-child(2n) > dt {
    background: #4078bf;
  }
  .abi_custom .figArticle > dl:nth-child(2n) > dd {
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  .abi_custom .figArticle > dl > dt, .abi_custom .figArticle > dl > dd {
    font-size: 12px;
    overflow-wrap: break-word;
  }
  .abi_custom .figArticle > dl > dt {
    background: #2a69b8;
    color: #fff;
    padding: 10px 12px;
    font-weight: 600;
  }
  .abi_custom .figArticle > dl > dt .labelAddIcon {
    display: inline-block;
    margin: 0 8px 0 0;
  }
  .abi_custom .figArticle > dl > dd {
    padding: 15px 12px;
    overflow-wrap: break-word;
  }
}
.abi_custom .figArticle p {
  margin: 0 0 12px;
}
@media screen and (max-width: 767px) {
  .abi_custom .figArticle p {
    margin-bottom: 5px;
  }
}
.abi_custom .figArticle p:last-child {
  margin-bottom: 0;
}
.abi_custom {
  /* フォームのコンポーネント類
  ========================================================*/
}
.abi_custom .ui__select {
  overflow: hidden;
  display: inline-block;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #e3e3e3;
  background: #f2f2f2;
  height: 34px;
  line-height: 34px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  position: relative;
}
@media screen and (min-width: 768px) {
  .abi_custom .ui__select {
    max-width: 210px;
  }
}
.abi_custom .ui__select.selected > select {
  color: #000;
}
.abi_custom .ui__select::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-75%) rotate(45deg);
  transform: translateY(-75%) rotate(45deg);
}
.abi_custom .ui__select > select {
  color: #999;
  font-size: 14px;
  height: 100%;
  width: 100%;
  padding: 0 30px 0 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 767px) {
  .abi_custom .ui__select > select {
    font-size: 12px;
  }
}
.abi_custom .ui__select > select::-ms-expand {
  display: none;
}
@media screen and (min-width: 768px) {
  .abi_custom .ui__select--s1 {
    max-width: 167px;
  }
}
@media screen and (min-width: 768px) {
  .abi_custom .ui__select--s2 {
    max-width: 153px;
  }
}
.abi_custom .ui__selectList {
  font-size: 0;
}
@media screen and (min-width: 768px) {
  .abi_custom .ui__selectList > * {
    margin-right: 10px;
  }
  .abi_custom .ui__selectList > *:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .abi_custom .ui__selectList > * {
    width: 49%;
    margin-right: 2%;
  }
  .abi_custom .ui__selectList > *:last-child {
    margin-right: 0;
  }
}
.abi_custom .ui__selectYM {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.abi_custom .ui__selectYM .unit {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
}
.abi_custom .ui__selectYM .unit:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .abi_custom .ui__selectYM .unit {
    margin: 0 10px 0 4px;
  }
}
@media screen and (max-width: 767px) {
  .abi_custom .ui__selectYM {
    margin-top: 10px;
  }
  .abi_custom .ui__selectYM:first-child {
    margin-top: 0;
  }
}
.abi_custom .ui__selectYMD {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.abi_custom .ui__selectYMD .unit {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
}
.abi_custom .ui__selectYMD .unit:last-child {
  margin-right: 0;
}
.abi_custom .ui__selectYMD__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.abi_custom .ui__selectYMD__container > .textRange {
  font-size: 14px;
  margin: 0 0 0 10px;
}
.abi_custom .ui__selectYMD__container > .textRange + .ui__selectYMD {
  margin: 5px 0 0;
}
.abi_custom .ui__selectYMD__container > .ui__selectYMD {
  width: calc(100% - 30px);
}
.abi_custom .ui__selectYMD__container > .ui__selectYMD .ui__select {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.abi_custom .ui__selectHM {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.abi_custom .ui__selectHM .unit {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
}
.abi_custom .ui__selectHM .unit:last-child {
  margin-right: 0;
}
.abi_custom .ui__selectHM__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.abi_custom .ui__selectHM__container > .textRange {
  font-size: 14px;
  margin: 0 0 0 10px;
}
.abi_custom .ui__selectHM__container > .textRange + .ui__selectHM {
  margin: 5px 0 0;
}
.abi_custom .ui__selectHM__container > .ui__selectHM {
  width: calc(100% - 30px);
}
.abi_custom .ui__selectHM__container > .ui__selectHM .ui__select {
  max-width: 125px;
}
.abi_custom .ui__checkbox {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  margin: 0 20px 10px 0;
}
@media screen and (max-width: 767px) {
  .abi_custom .ui__checkbox {
    font-size: 12px;
  }
}
.abi_custom .ui__checkbox:last-child {
  margin-right: 0;
}
.abi_custom .ui__checkbox label {
  display: inline-block;
  padding: 0 0 0 30px;
  position: relative;
}
.abi_custom .ui__checkbox label .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  background: #f2f2f2;
}
.abi_custom .ui__checkbox label .icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 9px;
  height: 13px;
  border-right: 2px solid #2a69b8;
  border-bottom: 2px solid #2a69b8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate(-50%, -65%) rotate(45deg);
  transform: translate(-50%, -65%) rotate(45deg);
  opacity: 0;
}
.abi_custom .ui__checkbox label .textLabel {
  font-size: 0;
}
.abi_custom .ui__checkbox label .textLabel .text {
  display: inline-block;
}
.abi_custom .ui__checkbox label .textLabel .text--jp {
  font-size: 14px;
}
.abi_custom .ui__checkbox label .textLabel .text--eng {
  font-size: 12px;
  margin: 0 0 0 1em;
}
.abi_custom .ui__checkbox input[type=checkbox] {
  display: none;
}
.abi_custom .ui__checkbox input[type=checkbox]:checked + label .icon {
  background: #cde2f2;
}
.abi_custom .ui__checkbox input[type=checkbox]:checked + label .icon::after {
  opacity: 1;
}
.abi_custom .ui__checkbox--singleblock {
  display: block;
}
.abi_custom .ui__checkboxes {
  font-size: 0;
}
.abi_custom .ui__checkboxes--vertical .ui__checkbox {
  display: block;
}
.abi_custom .ui__checkboxes--vertical .ui__checkbox label .textLabel {
  font-size: 0;
}
.abi_custom .ui__checkboxes--vertical .ui__checkbox label .textLabel .text {
  display: block;
}
.abi_custom .ui__checkboxes--vertical .ui__checkbox label .textLabel .text--eng {
  margin: 0;
  padding: 2px 0 0;
}
.abi_custom .ui__checkboxes--shortnum .ui__checkbox {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .abi_custom .ui__checkboxes--2cols-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .abi_custom .ui__checkboxes--2cols-sp > li {
    width: 50%;
    margin-right: 0;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .abi_custom .ui__checkboxes--2cols-sp > li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .abi_custom .ui__checkboxes.add-spacing {
    margin-bottom: 29px;
  }
}
@media screen and (max-width: 767px) {
  .abi_custom .ui__checkboxes.add-spacing {
    margin-bottom: 22px;
  }
}
.abi_custom .ui__radio {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  margin: 0 20px 10px 0;
}
@media screen and (max-width: 767px) {
  .abi_custom .ui__radio {
    font-size: 12px;
  }
}
.abi_custom .ui__radio:last-child {
  margin-right: 0;
}
.abi_custom .ui__radio label {
  display: inline-block;
  padding: 0 0 0 30px;
  position: relative;
}
.abi_custom .ui__radio label .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e3e3e3;
  border-radius: 100%;
  background: #f2f2f2;
}
.abi_custom .ui__radio label .icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #2a69b8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
}
.abi_custom .ui__radio label .textLabel {
  font-size: 0;
}
.abi_custom .ui__radio label .textLabel .text {
  display: inline-block;
}
.abi_custom .ui__radio label .textLabel .text--jp {
  font-size: 14px;
}
.abi_custom .ui__radio label .textLabel .text--eng {
  font-size: 12px;
  margin: 0 0 0 1em;
}
.abi_custom .ui__radio input[type=radio] {
  display: none;
}
.abi_custom .ui__radio input[type=radio]:checked + label .icon {
  background: #cde2f2;
}
.abi_custom .ui__radio input[type=radio]:checked + label .icon::after {
  opacity: 1;
}
.abi_custom .ui__radios {
  font-size: 0;
}
.abi_custom .ui__radios--vertical .ui__radio {
  display: block;
}
.abi_custom .ui__radios--vertical .ui__radio label .textLabel {
  font-size: 0;
}
.abi_custom .ui__radios--vertical .ui__radio label .textLabel .text {
  display: block;
}
.abi_custom .ui__radios--vertical .ui__radio label .textLabel .text--eng {
  margin: 0;
  padding: 2px 0 0;
}
.abi_custom .ui__radios--shortnum .ui__radio {
  margin-bottom: 0;
}
.abi_custom .ui__radios--addSpace .ui__radio {
  margin-right: 48px;
}
.abi_custom .ui__textfield {
  color: #000;
  display: inline-block;
  border: 1px solid #e3e3e3;
  background: #f2f2f2;
  padding: 0 1em;
  max-width: 100%;
  width: 100%;
  height: 34px;
  line-height: 34px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.abi_custom .ui__textfield:-moz-placeholder {
  color: #999;
  font-size: 12px;
}
.abi_custom .ui__textfield:-ms-input-placeholder {
  color: #999;
  font-size: 12px;
}
.abi_custom .ui__textfield:placeholder-shown {
  color: #999;
  font-size: 12px;
}
.abi_custom .ui__textfield::-webkit-input-placeholder {
  color: #999;
  font-size: 12px;
}
.abi_custom .ui__textfield::-moz-placeholder {
  color: #999;
  font-size: 12px;
}
.abi_custom .ui__textfield--w400 {
  max-width: 400px;
}
.abi_custom .ui__textfield--w300 {
  max-width: 300px;
}
.abi_custom .ui__textfield--w80 {
  max-width: 80px;
}
.abi_custom .ui__textfield__set-text + .ui__textfield__set-text {
  margin-top: 8px;
}
.abi_custom .ui__textfield__set-text > p {
  font-size: 0;
}
.abi_custom .ui__textfield__set-text > p .text {
  display: inline-block;
}
.abi_custom .ui__textfield__set-text > p .text--jp {
  font-size: 14px;
}
.abi_custom .ui__textfield__set-text > p .text--eng {
  font-size: 12px;
  padding: 0 0 0 1em;
}
.abi_custom .ui__textarea {
  display: block;
  border: 1px solid #e3e3e3;
  background: #f2f2f2;
  padding: 7px 1em;
  max-width: 100%;
  width: 100%;
  height: 136px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック", "Hiragino Sans", "YuGothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .abi_custom .ui__textarea {
    font-size: 12px;
  }
}
.abi_custom .ui__textarea--readonly {
  background: #fff;
  border-color: #e3e3e3;
}
.abi_custom .ui__accordion .accordionLabel {
  font-size: 0;
  padding: 8px 0 4px;
  cursor: pointer;
  -wewbkit-transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.abi_custom .ui__accordion .accordionLabel .label {
  position: relative;
  padding: 0 25px 0 0;
}
.abi_custom .ui__accordion .accordionLabel .label::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: translateY(-100%) scaleY(0.9) rotate(45deg);
  transform: translateY(-100%) scaleY(0.9) rotate(45deg);
  -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 .ui__accordion .accordionLabel .label {
    display: inline-block;
  }
  .abi_custom .ui__accordion .accordionLabel .label::after {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .abi_custom .ui__accordion .accordionLabel .label {
    display: block;
  }
  .abi_custom .ui__accordion .accordionLabel .label::after {
    right: 6px;
  }
}
.abi_custom .ui__accordion .accordionLabel .label .text {
  display: inline-block;
  font-weight: bold;
}
.abi_custom .ui__accordion .accordionLabel .label .text--jp {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .abi_custom .ui__accordion .accordionLabel .label .text--jp {
    font-size: 12px;
  }
}
.abi_custom .ui__accordion .accordionLabel .label .text--eng {
  font-size: 12px;
  margin-left: 1em;
}
@media screen and (min-width: 768px) {
  .abi_custom .ui__accordion .accordionLabel:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .abi_custom .ui__accordion .accordionLabel {
    padding-bottom: 5px;
  }
}
.abi_custom .ui__accordion .accordionContent {
  display: none;
}
@media screen and (min-width: 768px) {
  .abi_custom .ui__accordion.add-exp-spacing .accordionLabel {
    padding: 14px 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .abi_custom .ui__accordion.add-exp-spacing .accordionContent {
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .abi_custom .ui__accordion.add-exp-spacing .accordionContent {
    padding-bottom: 14px;
  }
}
.abi_custom .ui__accordion.isOpened .accordionLabel .label::after {
  -webkit-transform: translateY(-50%) scaleY(0.9) rotate(-135deg);
  transform: translateY(-50%) scaleY(0.9) rotate(-135deg);
}
.abi_custom .ui__accordion.isOpened .accordionContent {
  display: block;
}
@media screen and (max-width: 767px) {
  .abi_custom .ui__accordions {
    border-top: 2px dashed #e3e3e3;
  }
}
.abi_custom .ui__accordions .ui__accordion {
  border-bottom: 2px dashed #e3e3e3;
}
.abi_custom .ui__accordions .ui__accordion:last-child {
  border-bottom: none;
}
.abi_custom .util__form-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.abi_custom .util__form-name > dt {
  width: 42%;
  padding: 0 10px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
}
.abi_custom .util__form-name > dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.abi_custom .util__form-name .text {
  display: inline-block;
}
.abi_custom .util__form-name .text--jp {
  font-size: 14px;
}
.abi_custom .util__form-name .text--eng {
  font-size: 12px;
  margin-left: 1em;
}
.abi_custom .util__form-name__container--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.abi_custom .util__form-name__container--row > * {
  width: 47%;
}
.abi_custom .util__form-name__container--row > *:first-child {
  margin-right: 3%;
}
.abi_custom .util__form-postcode {
  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;
}
.abi_custom .util__form-postcode > span {
  display: inline-block;
  padding: 0 8px;
  font-size: 14px;
}
.abi_custom .util__form-postcode > span:first-child {
  padding-left: 0;
}
.abi_custom .util__form-child-fig {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.abi_custom .util__form-child-fig + .util__form-child-fig {
  margin-top: 10px;
}
.abi_custom .util__form-child-fig > dt {
  width: 30%;
  padding: 0 10px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
}
.abi_custom .util__form-child-fig > dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.abi_custom .util__form-child-fig .text {
  display: inline-block;
}
.abi_custom .util__form-child-fig .text--jp {
  font-size: 14px;
}
.abi_custom .util__form-child-fig .text--eng {
  font-size: 12px;
  margin-left: 1em;
}
.abi_custom .util__form-child-fig__container {
  padding-top: 10px;
}
.abi_custom .util__form-child-fig__container--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.abi_custom .util__form-child-fig__container--row > * {
  width: 47%;
}
.abi_custom .util__form-child-fig__container--row > *:first-child {
  margin-right: 3%;
}
.abi_custom .util__form-prefecture {
  padding-top: 10px;
}
.abi_custom .util__switch-panel {
  display: none;
}
.abi_custom .util__articleCasette {
  border: 5px solid #2a69b8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.abi_custom .util__articleCasette .inner {
  padding: 16px 0;
  margin: 0 26px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 104px;
}
.abi_custom .util__articleCasette .inner::before {
  content: "";
  min-height: inherit;
  font-size: 0;
  width: 0;
}
.abi_custom .util__articleCasette .columnLeft {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.abi_custom .util__articleCasette .columnRight {
  width: 120px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.abi_custom .util__articleCasette .pubdate {
  font-weight: bold;
  font-size: 12px;
  margin: 0 0 2px;
}
.abi_custom .util__articleCasette .title {
  font-size: 20px;
}
.abi_custom .util__articleCasette .title .text {
  display: block;
}
.abi_custom .util__articleCasette .title .text--jp {
  font-weight: bold;
  margin: 0 0 7px;
}
.abi_custom .util__articleCasette .title .text--eng {
  font-size: 12px;
  line-height: 1.7;
}
.abi_custom .util__public {
  background: #afafaf;
  border-radius: 30px;
  height: 24px;
  line-height: 24px;
  width: 100px;
  text-align: center;
}
.abi_custom .util__public .label {
  color: #fff;
}
.abi_custom .util__public .label--jp {
  font-weight: bold;
}
.abi_custom .util__public--release {
  background: #02a2dd;
}
.abi_custom {
  /* エラー表示
  ========================================================*/
}
.abi_custom .alertBox {
  color: #2a69b8;
  background: #cde2f2;
  padding: 40px 0;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}
.abi_custom {
  /* モーダル
  ========================================================*/
}
.abi_custom .popup {
  display: none;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .abi_custom .popup {
    position: absolute;
    width: 490px;
    left: 4px;
    top: 23px;
  }
  .abi_custom .popup--beginner {
    right: -18px;
    left: auto;
    top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .abi_custom .popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.abi_custom .popup .textExp {
  margin-top: 1.5em;
}
.abi_custom .popup .textExp:first-child {
  margin-top: 0;
}
.abi_custom .popupContent {
  display: inline-block;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .abi_custom .popupContent {
    position: relative;
  }
}
.abi_custom .popupStage {
  border: 5px solid #2a69b8;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .abi_custom .popupStage {
    position: absolute;
    max-height: 90vh;
    max-width: 800px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    width: calc(100% - 50px);
  }
}
.abi_custom .popupStageScroll {
  max-height: calc(90vh - 10px);
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.abi_custom .popupInner {
  margin: 0 20px;
  padding: 40px 0 18px;
}
.abi_custom .popupClose {
  position: absolute;
  right: 8px;
  top: 10px;
}
.abi_custom .popupClose a {
  display: block;
  position: relative;
  width: 28px;
  height: 28px;
}
.abi_custom .popupClose a .icon-close {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 25px;
  height: 25px;
}
.abi_custom .popupClose a .icon-close::before, .abi_custom .popupClose a .icon-close::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  position: absolute;
  background: #2a69b8;
}
.abi_custom .popupClose a .icon-close::before {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.abi_custom .popupClose a .icon-close::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.abi_custom .popupOverlay {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.abi_custom .popupAlert {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.abi_custom .popupAlertOverlay {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.abi_custom .popupAlertStage {
  border: 5px solid #2a69b8;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 490px;
  width: 100%;
  max-height: 90%;
  height: 198px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.abi_custom .popupAlertStageInner {
  padding: 20px 20px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.abi_custom .popupAlertStageInner::before {
  content: "";
  min-height: inherit;
  font-size: 0;
  width: 0;
}
.abi_custom .popupAlertStage .textMessage {
  text-align: center;
  font-size: 14px;
}
.abi_custom .popupAlertStage .textMessage + .buttons {
  padding: 40px 0 0;
}
.abi_custom .popupAlertStage .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.abi_custom .popupAlertStage .buttons > * {
  margin-right: 20px;
}
.abi_custom .popupAlertStage .buttons > *:last-child {
  margin-right: 0;
}
.abi_custom .popupAlert .pa-phase--complete {
  display: none;
}
.abi_custom {
  /* フォーム完了画面
  ========================================================*/
}
.abi_custom .partner .headingPageRootWrap.headingPageRootWrap__complete {
  background: #cde2f2;
  padding: 64px 0 60px;
}
.abi_custom .partner .headingPageRootWrap.headingPageRootWrap__complete .headingPageRoot__complete {
  margin-bottom: 37px;
}
.abi_custom .partner .headingPageRootWrap.headingPageRootWrap__complete .trnsTextWrap__complete {
  margin-bottom: 0;
}
.abi_custom .partner .headingPageRootWrap.headingPageRootWrap__complete .trnsTextWrap__complete .trnsText--jp {
  margin-bottom: 18px;
  line-height: 1.7;
}
.abi_custom .partner .headingPageRootWrap.headingPageRootWrap__complete .trnsTextWrap__complete .trnsText--eng {
  line-height: 1.8;
}
.abi_custom {

  /* ------------------------------------------- */
  /* ---------------サイドメニューSP-------------------- */
  /* ------------------------------------------- */
}
@media screen and (max-width: 767px) {
  .abi_custom .sideBlock-contents-title {
    font-size: 16px;
  }
  .abi_custom .sns-sekaibu-title {
    font-size: 16px;
    line-height: 1.2;
    padding: 18px 15px;
  }
  .abi_custom .sns-sekaibu-title span {
    font-size: 21px;
    margin: 0 0 0 10px;
  }
  .abi_custom .snsList li {
    margin: 0 14px;
  }
  .abi_custom .snsList li img {
    width: 39px;
    height: 39px;
  }
  .abi_custom .newsletter {
    width: auto;
    margin: 20px 0 10px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .abi_custom .newsletter .ttl {
    margin-bottom: 7px;
  }
  .abi_custom .newsletter a.btn-sign-up {
    display: inline-block;
    text-indent: 0;
    font-size: 16px;
    line-height: 57px;
  }
  .abi_custom .newsletter a.btn-sign-up::before {
    content: none;
  }
  .abi_custom .newsletter a.btn-sign-up::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    background-image: url(/assets/images/icon_circle_right_arrow_red.png);
    background-size: cover;
    top: calc(50% - 11px);
    right: auto;
    width: 18px;
    height: 18px;
    z-index: 1;
    margin: 0 0 0 10px;
  }
  .abi_custom .sideBlock-footer-banner {
    margin-bottom: 0;
    padding: 10.93334% 6.6667% 9.3334%;
  }
  .abi_custom .sideBlock-footer-banner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .abi_custom .sideBlock-footer-banner-list li {
    margin-bottom: 10px;
    line-height: 0;
    width: 100%;
  }
  .abi_custom .sideBlock-footer-banner {
    margin-bottom: 0;
    padding: 50px ​20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .abi_custom .sideBlock-footer-banner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .abi_custom .related {
    padding: 35px 20px;
  }
  .abi_custom .related-title {
    margin-bottom: 10px;
  }
}