@charset "UTF-8";
/* -------------------- */
/* ------共通要素------ */
/* -------------------- */
.abi_custom {
  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;
}

* html .clearfix {
  height: 1px;
}

.abi_custom .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 .w-100 {
  width: 100%;
}
.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 .hsMenu {
  display: none;
}
.abi_custom .hsFooterMenu {
  display: none;
}
.abi_custom .breadCrumb {
  font-size: 12px;
  margin: 30px auto 10px;
  padding: 0 20px;
}
.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 .kv_content_wrap {
  width: 1000px;
  margin: 0 auto;
}
.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) {
  .abi_custom {
    max-width: 1024px;
  }
  .abi_custom .content_full {
    width: 1024px;
  }
  .abi_custom .contentInner {
    width: 95%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .abi_custom .content_full {
    width: 1024px;
  }
}
.abi_custom {
  /* ------------------------------------------- */
  /*
  	 #content_head
  	*/
  /* ------------------------------------------- */
}
.abi_custom #content_head {
  width: 100%;
  background-color: #ffffff;
}
.abi_custom #content_head .content_full {
  width: 100%;
}
.abi_custom #content_body .content_full {
  max-width: 1280px;
}
.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(/assets/images/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 .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;
}
.abi_custom .toggle-button > span {
  color: #fff;
  font-size: 13px;
  line-height: 1.3;
  font-weight: bold;
  padding-left: 6px;
}
.abi_custom .toggle-button > img {
  background-size: 7px auto;
  padding-left: 10px;
  width: 9px;
}
.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: 99999;
  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 .header_modal_list > li a:hover {
  color: #fff;
}
.abi_custom .depth-1 {
  background: url(/assets/images/header_modal_list_icon_depth-1.png) no-repeat 0 50%;
  background-size: 20px;
  margin-bottom: 20px;
  padding-left: 28px;
}
.abi_custom .depth-grean {
  background: url(/assets/images/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(/assets/images/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(/assets/images/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-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(/assets/images/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-6 {
  padding-left: 55px;
  display: none;
  padding-top: 10px;
}
.abi_custom {
  /* 2023.12.25 追記（トビタテ！留学JAPAN 新・日本代表プログラム）協力団体・プロジェクトバナー ▽国・地域一覧が展開する用　－6 */
}
.abi_custom .depth-6 > li {
  background: url(/assets/images/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 .depth-3 {
  margin-top: 10px;
}
.abi_custom .depth-3 > li {
  background: url(/assets/images/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 .link_other {
  margin-top: 30px;
  padding-left: 10px;
}
.abi_custom .link_other > li {
  background: url(/assets/images/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(../images/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(../images/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: 15px;
}
.abi_custom .sideBlock-header-banner a img {
  width: 100%;
  height: auto;
}
.abi_custom .sideBlock-header-banner .banner-item {
  margin-bottom: 10px;
}
.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: 16px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.2;
  color: #ffffff;
  padding: 15px 5px;
}
.abi_custom #sns_div {
  width: 200px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.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,
.abi_custom #sekaibu_twitter {
  margin-bottom: 10px;
}
.abi_custom #win_twitter iframe,
.abi_custom #sekaibu_twitter iframe {
  width: 500px !important;
}
.abi_custom #win_facebook {
  height: 350px;
  overflow: hidden;
}
.abi_custom #win_instagram {
  margin: 10px 0 0;
}
.abi_custom #win_instagram img {
  width: 100%;
  height: auto;
}
.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 .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::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url(/assets/images/icon_circle_right_arrow_red.png);
  background-size: cover;
  top: calc(50% - 9px);
  right: 16px;
  width: 18px;
  height: 18px;
  z-index: 1;
}
.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: 20px auto;
  padding: 0 15px;
  color: #ffffff;
  text-align: center;
}
.abi_custom .newsletter .ttl {
  margin-bottom: 5px;
}
.abi_custom .newsletter-title {
  margin-bottom: 10px;
}
.abi_custom .newsletter-entry {
  border: solid 2px #fff;
  margin: 14px 0 0;
  padding: 16px 16px 8px;
  text-align: center;
}
.abi_custom .newsletter-entry-list {
  margin: 0 0 8px;
}
.abi_custom .newsletter-entry-list li:first-child {
  margin-bottom: 8px;
}
.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(../images/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(../images/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(../images/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;
  color: #000000;
}
.abi_custom .globallogoWrapper {
  max-width: 800px;
  margin: 0 auto;
  color: #000000;
}
.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: -10px;
}
.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 .logoGlobal {
  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 .logoGlobal li {
  padding: 0px;
  width: 30%;
  text-align: center;
}
.abi_custom .logoGlobal li img {
  width: 100%;
}
.abi_custom {
  /**
  	 * st2 logo style
  	 */
}
.abi_custom .companyLogoSt2 {
  background-color: #fff;
  margin: 0 auto 45px;
}
.abi_custom .logo-img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .abi_custom .logoWrapper .companyLogoSt2 .ml-8 {
    margin-left: 8px !important;
  }
  .abi_custom .logoWrapper .companyLogoSt2 .ml-16 {
    margin-left: 16px !important;
  }
  .abi_custom .logoWrapper .companyLogoSt2 .ml-18 {
    margin-left: 18px !important;
  }
  .abi_custom .logoWrapper .companyLogoSt2 .ml-24 {
    margin-left: 24px !important;
  }
  .abi_custom .logoWrapper .companyLogoSt2 .ml-32 {
    margin-left: 32px !important;
  }
  .abi_custom .logoWrapper .companyLogoSt2 .ml-40 {
    margin-left: 40px !important;
  }
  .abi_custom .logoWrapper .companyLogoSt2 .ml-48 {
    margin-left: 48px !important;
  }
}
@media (max-width: 1004px) and (min-width: 767px) {
  .abi_custom {
    /* .pc-hw-104-230 {
    				height: 104px!important;
    				max-width: 230px!important;
    		} */
  }
  .abi_custom .pc-hw-104-230 {
    height: 104px !important;
    max-width: 148px !important;
    margin: -25px -15px !important;
  }
}
.abi_custom .companyLogoSt2 .logoFirst .spaceBetween {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.abi_custom .companyLogoSt2 ul {
  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 .logo__item img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.abi_custom .logoPanel .logoFirst .logo__item img {
  max-width: 200px;
  height: 64px;
}
.abi_custom .supportBlock-inner .logoPanel .logoFirst .logo__item img {
  max-width: 164px;
  height: 48px;
}
.abi_custom .supportBlock-inner .st2_04 {
  height: 40px !important;
}
.abi_custom .logoPanel .logoThird .logo__item img {
  max-width: 150px;
  height: 48px;
}
.abi_custom .supportBlock-inner .logoPanel .logoThird .logo__item img {
  max-width: 136px;
  height: 32px;
}
.abi_custom .logoPanel .logoFirst .logo__item {
  margin: 7px 8px;
  padding: 8px;
}
.abi_custom .logoPanel .logoFirst.newprogram .logo__item {
  margin: 4px 10px !important;
}
@media screen and (min-width: 767px) {
  .abi_custom .logoPanel .logoFirst.logoPanelWidth .logo__item {
    margin: 0 12px !important;
  }
  .abi_custom .logoPanel .logoFirst.logoPanelWidthSecond .logo__item {
    margin: 0 14px !important;
  }
}
.abi_custom .logoPanel .logoFourth .logo__item img {
  max-width: 85px;
  height: 30px;
}
@media screen and (min-width: 767px) {
  .abi_custom .logoFirst .logo__item {
    margin: 8px 8px;
    padding: 0px 8px;
  }
}
.abi_custom .logoFirst .logo__item {
  margin: 10px 8px !important;
  padding: 8px;
}
.abi_custom .logoFirst .logo__item img {
  max-width: 300px;
  height: 64px;
}
@media screen and (min-width: 767px) {
  .abi_custom .logoFirstGroup {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 766px) {
  .abi_custom .logoFirstGroup {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 767px) {
  .abi_custom .logoFirstGroup.newprogram {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1004px) {
  .abi_custom .logoFirst .logo__item img {
    max-width: 240px;
    height: 64px;
  }
  .abi_custom .logoWidth .logo__item {
    margin: 16px 22px !important;
  }
  .abi_custom .logoWidthSecond .logo__item {
    margin: 16px 17px !important;
  }
  .abi_custom .logoWidthThird .logo__item {
    margin: 16px 30px !important;
  }
  .abi_custom .logoPanel .logoFirst.newprogram.logoWidth .logo__item {
    margin: 4px 19px !important;
  }
  .abi_custom .logoPanel .logoFirst.newprogram.logoWidthSecond .logo__item {
    margin: 4px 20px !important;
  }
  .abi_custom .logoPanel .logoFirst.newprogram.logoWidthThird .logo__item {
    margin: 4px 30px !important;
  }
  .abi_custom .logoPanel .logoFirst.newprogram.logoWidthFourth .logo__item {
    margin: 4px 22px !important;
  }
}
@media screen and (max-width: 1003px), screen and (max-width: 767px) {
  .abi_custom .logoFirst .logo__item img {
    max-width: 167px;
    height: 64px;
  }
  .abi_custom .logoWidth .logo__item {
    margin: 16px 15px !important;
  }
}
.abi_custom .logoSecond .logo__item {
  margin: 12px 48px;
  padding: 8px;
}
.abi_custom .logoSecond .logo__item img {
  max-width: 200px;
  height: 56px;
}
.abi_custom .supportBlock-inner .logoSecond .logo__item img {
  max-width: 180px;
  height: 36px;
}
.abi_custom .supportBlock-inner .logoSecond .logo__item {
  margin: 12px 24px;
  padding: 8px;
}
.abi_custom .logoThird .logo__item {
  margin: 8px !important;
  padding: 6px;
}
.abi_custom .supportBlock .logoThird .logo__item {
  margin: 4px !important;
  padding: 4px;
}
.abi_custom .supportBlock .logoThird.newprogram.logoWidth .logo__item {
  margin: 4px 4px !important;
}
.abi_custom .supportBlock .logoThird.newprogram.logoWidth .logo__item img {
  max-width: 107px;
}
.abi_custom .supportBlock .logoThird.newprogram.logoWidthSecond .logo__item img {
  max-width: 128px;
}
.abi_custom .supportBlock .logoThird.newprogram.logoWidthSecond .logo__item {
  margin: 4px !important;
}
.abi_custom .logoThird .logo__item img {
  max-width: 180px;
  height: 48px;
}
@media screen and (min-width: 767px) {
  .abi_custom .logoThirdGroup {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 766px) {
  .abi_custom .logoThirdGroup {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1004px) {
  .abi_custom .logoThird .logo__item img {
    max-width: 200px;
    height: 48px;
  }
  .abi_custom .logoThird .logo__item {
    margin: 8px !important;
    padding: 0px 6px;
  }
  .abi_custom .wd-119 {
    max-width: 119px !important;
  }
  .abi_custom .logoThird.logoWidth .logo__item {
    margin: 8px 19px !important;
  }
  .abi_custom .logoThird.logoWidthSecond .logo__item {
    margin: 8px 10px !important;
  }
}
@media screen and (min-width: 764px) {
  .abi_custom .logoThird.logoPanelWidth .logo__item {
    margin: 8px 4px !important;
  }
  .abi_custom .logoThird.logoPanelWidthSecond .logo__item {
    margin: 3px 2px !important;
  }
}
@media screen and (max-width: 1003px), screen and (max-width: 767px) {
  .abi_custom .logoThird .logo__item img {
    max-width: 121px;
    height: 48px;
  }
}
.abi_custom .logoFourth .logo__item {
  margin: 12px !important;
  padding: 8px;
}
@media screen and (min-width: 768px) {
  .abi_custom .logoPanel .logoFourth .logo__item {
    margin: 12px 12px !important;
  }
  .abi_custom .logoPanel .logoFourth.logoPanelWidthSecond .logo__item {
    margin: 12px 13px !important;
  }
  .abi_custom .logoPanel .logoFourth.logoPanelWidthThird .logo__item {
    margin: 12px 13px !important;
  }
  .abi_custom .logoPanel .logoFourth.logoPanelWidthFourth .logo__item {
    margin: 12px 13px !important;
  }
  .abi_custom .logoPanel .logoFourth.logoPanelWidthFifth .logo__item {
    margin: 12px 13px !important;
    padding: 8px 8px;
  }
}
@media screen and (max-width: 768px) {
  .abi_custom .logoPanel .logoFourth.logoPanelWidth .logo__item {
    margin: 4px 12px !important;
  }
  .abi_custom .logoPanel .logoFourth.logoPanelWidthSecond .logo__item {
    margin: 4px 12px !important;
  }
  .abi_custom .logoPanel .logoFourth.logoPanelWidthThird .logo__item {
    margin: 4px 12px !important;
  }
  .abi_custom .logoPanel .logoFourth.logoPanelWidthFourth .logo__item {
    margin: 4px 6px !important;
  }
  .abi_custom .logoPanel .logoFourth.logoPanelWidthFifth .logo__item {
    margin: 4px 12px !important;
  }
}
@media screen and (min-width: 767px) {
  .abi_custom .logoFourthGroup {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 766px) {
  .abi_custom .logoFourthGroup {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1004px) {
  .abi_custom .logoFourth.logoWidth .logo__item {
    margin: 12px 22px !important;
  }
  .abi_custom .logoFourth.logoWidthSecond .logo__item {
    margin: 12px 23px !important;
  }
  .abi_custom .logoFourth.logoWidthThird .logo__item {
    margin: 12px 19px !important;
  }
  .abi_custom .logoFourth.logoWidthFourth .logo__item {
    margin: 12px 16px !important;
  }
}
@media screen and (max-width: 1003px), screen and (max-width: 767px) {
  .abi_custom .logoFourth.logoWidth .logo__item {
    margin: 12px 6px !important;
  }
  .abi_custom .logoFourth.logoWidthSecond .logo__item {
    margin: 12px 8px !important;
  }
  .abi_custom .logoFourth.logoWidthThird .logo__item {
    margin: 12px 3px !important;
  }
  .abi_custom .logoFourth.logoWidthFourth .logo__item {
    margin: 12px 4px !important;
  }
}
@media screen and (max-width: 766px) {
  .abi_custom .logoFourth.logoWidth .logo__item {
    margin: 5px 7.5px !important;
  }
  .abi_custom .logoFourth.logoWidthSecond .logo__item {
    margin: 5px 7.5px !important;
  }
  .abi_custom .logoFourth.logoWidthThird .logo__item {
    margin: 5px 0px !important;
  }
  .abi_custom .logoFourth.logoWidthFourth .logo__item {
    margin: 5px 4px !important;
  }
  .abi_custom .content-panel-detail .logoFourth .logo__item img.sp-w-90 {
    width: 90px !important;
  }
  .abi_custom .content-panel-detail .logoFourth .logo__item img.sp-w-40 {
    width: 40px !important;
  }
}
.abi_custom .logo-newprogram .logoFourth .logo__item {
  margin: 0 !important;
  padding: 8px;
}
.abi_custom .logo-newprogram .logoFourth.logoWidth .logo__item {
  margin: 4px 12px !important;
}
.abi_custom .logo-newprogram .logoFourth.logoWidthSecond .logo__item {
  margin: 4px 4px !important;
}
.abi_custom .logo-newprogram .logoFourth.logoWidthThird .logo__item {
  margin: 4px 14px !important;
}
.abi_custom .logo-newprogram .logoFourth.logoWidthFourth .logo__item {
  margin: 4px 6px !important;
}
.abi_custom .logo-newprogram .logoFourth.logoWidthFifth .logo__item {
  margin: 4px 16px !important;
}
@media screen and (max-width: 768px) {
  .abi_custom .logo-newprogram .logoFourth.logoWidth .logo__item {
    margin: 4px 15px !important;
  }
  .abi_custom .logo-newprogram .logoFourth.logoWidthSecond .logo__item {
    margin: 4px 15px !important;
  }
  .abi_custom .logo-newprogram .logoFourth.logoWidthThird .logo__item {
    margin: 4px 15px !important;
  }
  .abi_custom .logo-newprogram .logoFourth.logoWidthFourth .logo__item {
    margin: 4px 9px !important;
  }
  .abi_custom .logo-newprogram .logoFourth.logoWidthFifth .logo__item {
    margin: 4px 15px !important;
  }
}
@media screen and (max-width: 420px) {
  .abi_custom .logo-newprogram .logoFourth.logoWidth .logo__item {
    margin: 4px 8px !important;
  }
  .abi_custom .logo-newprogram .logoFourth.logoWidthSecond .logo__item {
    margin: 4px 8px !important;
  }
  .abi_custom .logo-newprogram .logoFourth.logoWidthThird .logo__item {
    margin: 4px 8px !important;
  }
  .abi_custom .logo-newprogram .logoFourth.logoWidthFourth .logo__item {
    margin: 4px 2px !important;
  }
  .abi_custom .logo-newprogram .logoFourth.logoWidthFifth .logo__item {
    margin: 4px 8px !important;
  }
  .abi_custom .supportBlock .logoThird.newprogram.logoWidth .logo__item {
    margin: 4px 3px !important;
  }
  .abi_custom .supportBlock .logoThird.newprogram.logoWidthSecond .logo__item {
    margin: 4px 3px !important;
  }
}
.abi_custom .logoFourth .logo__item img {
  max-width: 108px;
  height: 32px;
}
.abi_custom .content-panel-detail .logoFourth .logo__item img {
  max-width: 150px;
  height: 28px;
}
.abi_custom .logoFifth .logo__item {
  margin: 8px 26px !important;
  padding: 8px;
}
.abi_custom .logoFifth.logoWidth .logo__item {
  margin: 8px 19px !important;
}
@media screen and (max-width: 1001px) {
  .abi_custom .logoFifth .logo__item {
    margin: 8px 15px !important;
    padding: 8px;
  }
}
.abi_custom .logoPanel .logoFifth .logo__item {
  margin: 8px 6px !important;
}
.abi_custom .logoPanel .logoFifth.newprogram .logo__item {
  margin: 2px 8px !important;
}
@media screen and (min-width: 767px) {
  .abi_custom .logoPanel .logoFifth.newprogram.logoWidth .logo__item {
    margin: 2px 0px !important;
  }
  .abi_custom .logoPanel .logoFifth.logoWidth .logo__item img {
    max-width: 70px;
    height: 19px;
  }
}
@media screen and (max-width: 767px) {
  .abi_custom .logoPanel .logoFifth .logo__item {
    margin: 5px 6px !important;
  }
}
@media screen and (max-width: 1004px) {
  .abi_custom .logoFifth.logoWidth .logo__item {
    margin: 4px 7.5px !important;
  }
}
.abi_custom .logoFifth .logo__item img {
  max-width: 70px;
  height: 22px;
}
.abi_custom .logoFifth.logoWidth .logo__item img {
  max-width: 85px;
  height: 32px;
}
.abi_custom .logoFifth.logoWidthSecond .logo__item img {
  max-width: 85px;
  height: 32px;
}
.abi_custom .content-panel-detail .logoFifth .logo__item img {
  max-width: 100px;
  height: 22px;
}
.abi_custom .logoGlobal .logo__item {
  margin: 0;
  padding: 0;
  text-align: center;
}
.abi_custom .logoGlobal .logo__item img {
  max-width: 30%;
  height: auto;
  display: inline-block;
}
.abi_custom .globalLogo__title {
  margin: 0 auto;
}
.abi_custom .globalLogo p {
  text-align: right;
  margin-right: 185px;
}
.abi_custom .globalLogo .text-supported {
  text-align: center;
  margin: 24px auto;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .abi_custom .companyLogoSt2 .companyLogoSt2__title {
    margin: 8px 0;
    padding: 2px;
  }
  .abi_custom .companyLogoSt2 .logoFirst {
    margin-bottom: 0;
  }
  .abi_custom .companyLogoSt2 p {
    padding: 0 50px;
  }
  .abi_custom .logoFirst .logo__item {
    margin: 4px !important;
  }
  .abi_custom .logoFirst .logo__item img {
    height: 24px !important;
  }
  .abi_custom .logoSecond .logo__item {
    margin: 6px !important;
    padding: 2px !important;
  }
  .abi_custom .logoSecond .logo__item img {
    height: 16px !important;
  }
  .abi_custom .logoPanel .logoSecond .logo__item img {
    height: 20px;
    width: 85px !important;
  }
  .abi_custom .logoThird .logo__item {
    margin: 4px !important;
    padding: 4px 0 !important;
  }
  .abi_custom .logoThird.logoWidth .logo__item {
    margin: 4px 11px !important;
  }
  .abi_custom .logoThird .logo__item img {
    height: 12px !important;
  }
  .abi_custom .supportBlock-inner .logoPanel .logoThird .logo__item img {
    max-width: 84px !important;
    height: 21px !important;
  }
  .abi_custom .logoFourth .logo__item {
    margin: 4px !important;
    padding: 2px !important;
  }
  .abi_custom .logoFourth .logo__item img {
    height: 10px !important;
  }
  .abi_custom .logoFifth .logo__item {
    margin: 4px !important;
    padding: 2px !important;
  }
  .abi_custom .logoFifth .logo__item img {
    height: 6px !important;
  }
  .abi_custom .globalLogo .globalLogo__title {
    display: none;
  }
  .abi_custom .globalLogo p {
    display: none;
  }
  .abi_custom .logoGlobal {
    border: 10px solid #036eb7;
    border-top: none;
  }
  .abi_custom .logoGlobal li {
    padding: 0;
    width: 50%;
    text-align: center;
  }
  .abi_custom .logoGlobal li.text-supported {
    text-align: left;
    font-size: 8px;
    padding: 0 8px;
    margin: 12px auto;
    width: 100%;
  }
  .abi_custom .logoGlobal .logo__item {
    margin: 0 4px;
    padding: 0px;
  }
  .abi_custom .logoGlobal .logo__item img {
    height: 15px;
  }
}
.abi_custom {
  /* ------------------------------------------- */
  /* -------大学生・高校生 リンクコンテンツ----------- */
  /* ------------------------------------------- */
}
.abi_custom .uLineContainer {
  text-align: center;
  margin: 0 auto;
}
.abi_custom h2 {
  color: #036eb7;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 auto 25px;
  text-align: center;
}
.abi_custom h2.uLine {
  border-bottom: 6px solid #e50012;
  display: inline-block;
  width: auto;
  margin: 0 auto 25px;
  font-size: 36px;
}
.abi_custom h2.uLine span {
  color: #db3022;
  font-size: 36px;
}
.abi_custom .uLineContainer h3 {
  color: #036eb7;
  font-size: 24px;
  line-height: 1.2;
  margin: 0 auto 25px;
  text-align: center;
}
.abi_custom .eachBlock-description,
.abi_custom p.eachBlock-description {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 30px;
  /* height: 80px; */
}
.abi_custom .studyAbroadLink-desc,
.abi_custom .scholarshipLink-desc {
  max-width: 345px;
}
.abi_custom .univLinkArea .studyAbroadLink p:after,
.abi_custom .hsLinkArea .studyAbroadLink p:after {
  content: none;
}
.abi_custom .studyAbroadLink-link {
  display: inline-block;
  width: 345px;
  text-align: center;
}
.abi_custom .studyAbroadLink-link::before,
.abi_custom .preparationLink-link::before,
.abi_custom .scholarshipLink-link::before,
.abi_custom .eachBlock-newsMore::before {
  content: "";
  background-image: url(/assets/images/icon_right_arrow.png);
  background-size: contain;
  height: 9px;
  display: inline-block;
  margin-right: 10px;
  width: 18px;
}
.abi_custom .preparationLink {
  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;
  margin: 0 auto 80px;
  width: 710px;
}
.abi_custom .preparationLink-contents {
  width: 345px;
}
.abi_custom .preparationLink-tit {
  text-align: center;
  color: #036eb4;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}
.abi_custom .preparationLink-contents:last-of-type {
  margin-top: 0px;
}
.abi_custom .preparationLink-link {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-top: 30px;
}
.abi_custom .preparationLink + .studyAbroadLink {
  margin-top: -50px;
}
.abi_custom .scholarshipLink-link {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.abi_custom .scholarshipLink li p.scholarshipLink-desc {
  color: #000;
  font-weight: normal;
  margin: 5px 5px 10px;
}
.abi_custom .scholarshipLink li.wide p.scholarshipLink-desc {
  max-width: 710px;
  text-align: center;
}
.abi_custom .scholarshipLink li {
  padding-bottom: 30px;
}
.abi_custom #countryContent .countryBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 710px;
  margin: 0 auto 80px;
  padding: 0 5px 0 20px;
}
.abi_custom #countryContent .countryBtn li {
  width: 142px;
  margin: 20px 0 0;
  padding: 0 15px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.abi_custom #countryContent .countryBtn-txt {
  display: block;
  text-align: center;
  position: relative;
  color: #3ebff0;
  font-weight: bold;
}
.abi_custom #countryContent .countryBtn-txt::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #3ebff0;
  border-right: solid 2px #3ebff0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0 -8px 0 8px;
}
.abi_custom #countryContent .countryBtn a:hover {
  text-decoration: none;
}
.abi_custom #countryContent .countryList,
.abi_custom #countryContent .countryBtn {
  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;
  margin: 0 auto 80px;
  text-align: center;
}
.abi_custom #countryContent .countryList::after,
.abi_custom #countryContent .countryBtn::after {
  content: "";
  display: block;
  width: 32%;
}
.abi_custom #countryContent .countryList li,
.abi_custom #countryContent .countryBtn li {
  width: 16%;
  margin: 20px 0 0 0;
  padding: 0;
}
.abi_custom #countryContent .countryBtn li {
  width: auto;
}
.abi_custom #countryContent .countryList a:hover,
.abi_custom #countryContent .countryBtn a:hover {
  text-decoration: none;
}
.abi_custom {
  /* .univLinkArea .countryList,
  	.hsLinkArea .countryList{
  		display: flex;
  		justify-content: flex-start;
  		flex-wrap: wrap;
  		width : 710px;
  		margin : 0 auto 80px;
  		padding: 0 5px 0 20px;
  	} */
  /* .univLinkArea .countryList li,
  	.hsLinkArea .countryList li{
  		width: 142px;
  		margin : 20px 0 0;
  		padding: 0 15px 0 0;
  		box-sizing: border-box;
  	} */
  /* .univLinkArea .countryList img,
  	.hsLinkArea .countryList img{
  		display: none;
  	}
  	.univLinkArea .countryList .countryBtn-txt,
  	.hsLinkArea .countryList .countryBtn-txt{
  		text-align: left;
  	} */
}
@media screen and (min-width: 768px) {
  .abi_custom .univLinkArea .countryList .countryList-item a .img {
    width: 68px;
  }
}
.abi_custom .studyAbroadLink {
  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;
  margin: 0 auto 40px;
  width: 710px;
}
.abi_custom .studyAbroadLink li {
  width: 48%;
  padding-bottom: 30px;
}
.abi_custom .studyAbroadLink li.center {
  margin: 0 auto;
}
.abi_custom .studyAbroadLink li .uLineContainesr {
  width: 100%;
}
.abi_custom .studyAbroadLink li img {
  width: 100%;
  height: auto;
}
.abi_custom .studyAbroadLink p {
  margin: 5px 0 10px;
}
.abi_custom .univLinkArea .title,
.abi_custom .hsLinkArea .title,
.abi_custom .facultystaffArea .title {
  margin-bottom: 30px;
  text-align: center;
}
.abi_custom .scholarshipLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0 auto 40px;
  width: 730px;
}
.abi_custom .scholarshipLink li {
  width: 345px;
}
.abi_custom .scholarshipLink li.wide {
  width: 710px;
}
.abi_custom .scholarshipLink li p {
  color: #036eb7;
  font-weight: bold;
  margin: 5px 5px 20px;
}
.abi_custom .othersLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px 0 0;
}
.abi_custom .othersLink .linkBtn a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #036eb7;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  padding: 20px 0;
  position: relative;
  margin: 0 auto 40px;
  width: 260px;
}
.abi_custom .othersLink .linkBtn a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
.abi_custom .othersLink .linkBtn a:after {
  content: "";
  background-image: url(../../assets/images/icon_circle_right_arrow.png);
  background-size: cover;
  height: 18px;
  display: inline-block;
  margin-left: 10px;
  width: 18px;
}
.abi_custom .othersLink .linkBtn.toEducators {
  margin-left: 15px;
}
.abi_custom .link_centering {
  margin: auto;
}
.abi_custom .supportGlobalBlock {
  color: #fff;
  margin: auto auto 30px;
  width: 60%;
}
.abi_custom .supportGlobalBlock .supportBlock-image {
  background-color: #036eb7;
}
.abi_custom .supportGlobalBlock .supportBlock-image .content-panel-category {
  color: #fff;
}
.abi_custom .supportGlobalBlock .supportBlock-image a::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-image: url(../../assets/images/icon_circle_right_arrow.png) !important;
  background-size: cover !important;
  content: "";
  height: 24px !important;
  display: inline-block;
  width: 24px !important;
  right: 42px !important;
  top: 58% !important;
}
.abi_custom .supportBlock {
  background-color: #036eb7;
  color: #fff;
  padding: 40px 40px 20px;
  margin-bottom: 20px;
}
.abi_custom .supportBlock-inner {
  margin-bottom: 15px;
}
.abi_custom .pd-supportBlock-inner {
  padding: 40px 60px 20px;
}
.abi_custom .supportBlock-inner:last-child {
  margin-bottom: 0;
}
.abi_custom .supportBlock-title {
  font-family: "HGP創英角ゴシックUB", "Noto Sans JP", "Noto Serif", sans-serif, serif;
  text-align: center;
  font-size: 36px;
  letter-spacing: -2px;
  margin-bottom: 20px;
}
.abi_custom .supportBlock-title span.en {
  font-weight: 700;
  font-size: 36px;
  color: #ffffff;
  -webkit-transform: scale(0.6, 1);
  transform: scale(0.6, 1);
  word-break: break-all;
  letter-spacing: 2px;
  margin-left: 5px;
}
.abi_custom .supportBlock-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 .supportBlock-list li {
  margin-bottom: 20px;
}
.abi_custom .supportBlock-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;
  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 .supportBlock-image.normal a:hover {
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.abi_custom .supportBlock-image.normal a:after {
  content: "";
  display: inline-block;
  background: url(/assets/images/anchor_banner.svg) no-repeat 0 0;
  background-size: 34px;
  width: 34px;
  height: 34px;
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.abi_custom .supportBlock-image.normal.list-03 a:after {
  content: "";
  background: none;
}
.abi_custom .supportBlock-image.normal a div {
  text-align: center;
}
.abi_custom .supportBlock-image.normal a span {
  color: #db3022;
}
.abi_custom .supportBlock-list-anchor {
  width: 100%;
}
.abi_custom .supportBlock-image.normal.list-01 a {
  background: url(/assets/images/ico_supportBlock-list-01.jpg) no-repeat 10px 26px #ffffff;
  width: 304px;
  height: 110px;
  padding: 0 0 0 40px;
  letter-spacing: 0.08em;
  font-size: 24px;
}
.abi_custom .supportBlock-image.normal.list-02 a {
  background: url(/assets/images/ico_supportBlock-list-02.jpg) no-repeat 16px 25px #ffffff;
  width: 304px;
  height: 110px;
  padding: 0 0 0 40px;
  letter-spacing: 0.08em;
  font-size: 24px;
}
.abi_custom .supportBlock-image.normal.list-03 a {
  width: 100%;
  height: 80px;
  letter-spacing: 0.06em;
  font-size: 26px;
}
.abi_custom .supportBlock .supportBlock-inner p {
  line-height: 2;
  margin-bottom: 10px;
}
.abi_custom .supportBlock .supportBlock-inner .supportBlock-list .logoOpen {
  position: relative;
  display: block;
}
.abi_custom .supportBlock .supportBlock-inner .supportBlock-list .logoOpen::after {
  background: url(/assets/images/icon_circle_down_arrow.png) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 28px;
  margin-top: -14px;
  position: absolute;
  right: 173px;
  top: 50%;
  vertical-align: middle;
  width: 28px;
}
.abi_custom .supportGlobalBlock .logoOpen {
  position: relative;
  display: block;
}
.abi_custom .supportGlobalBlock .logoOpen::after {
  background: url(/assets/images/icon_circle_down_arrow.png) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 28px;
  margin-top: -14px;
  position: absolute;
  right: 173px;
  top: 50%;
  vertical-align: middle;
  width: 28px;
}
.abi_custom .supportGlobalBlock .logoOpen.active_::after {
  -webkit-animation-duration: 410s;
  animation-duration: 410s;
}
.abi_custom .supportBlock .supportBlock-inner .supportBlock-list .logoOpen.active::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.abi_custom .degreebox {
  overflow: hidden;
  border: 2px solid #db3022;
  margin: 40px 0;
  padding: 25px 0 0;
}
.abi_custom .degreebox .scholarshipLink {
  margin-bottom: 0;
}
.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: #f2f2f2;
  padding: 20px 20px 20px;
  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--inner {
  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: 455px;
  background: #fff;
}
.abi_custom .bottomBlock-information-follow-title {
  color: #036eb7;
  font-size: 15px;
  text-align: center;
  margin-bottom: 10px;
}
.abi_custom .bottomBlock-information-follow-contents {
  padding: 20px 22px 20px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.abi_custom .bottomBlock-information-follow-list {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.abi_custom .bottomBlock-information-follow-list li:last-child {
  margin-bottom: 0;
}
.abi_custom .bottomBlock-newsletter {
  width: 186px;
  background: #fff;
}
.abi_custom .bottomBlock-newsletter-title {
  text-align: center;
  margin-bottom: 18px;
}
.abi_custom .bottomBlock-newsletter-entry {
  padding: 14px 17px 13px 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}
.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(../images/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: #036eb7;
  font-size: 15px;
  letter-spacing: 0.01em;
}
.abi_custom .bottomBlock-information-follow-button {
  margin-left: 10px;
}
.abi_custom .bottomBlock-information-follow-button a {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 48px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 3.5em;
}
.abi_custom .bottomBlock-information-follow-button a:hover {
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.abi_custom .bottomBlock-information-follow-button .arrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  border-radius: 100%;
  width: 14px;
  height: 14px;
  margin-right: 10px;
}
.abi_custom .bottomBlock-information-follow-button .arrow::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  margin: auto;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.abi_custom .bottomBlock .tw-follow-btn {
  background: #1d9bf0;
}
.abi_custom .bottomBlock .tw-follow-btn .arrow::before {
  border-top: 2px solid #1d9bf0;
  border-right: 2px solid #1d9bf0;
}
.abi_custom .bottomBlock .facebook-button {
  background: #3c58a8;
}
.abi_custom .bottomBlock .facebook-button .arrow::before {
  border-top: 2px solid #3c58a8;
  border-right: 2px solid #3c58a8;
}
.abi_custom .bottomBlock .youtube-btn {
  background: #db3022;
}
.abi_custom .bottomBlock .youtube-btn .arrow::before {
  border-top: 2px solid #db3022;
  border-right: 2px solid #db3022;
}
.abi_custom .bottomBlock .note-btn {
  background: #41c9b4;
}
.abi_custom .bottomBlock .note-btn .arrow::before {
  border-top: 2px solid #41c9b4;
  border-right: 2px solid #41c9b4;
}
.abi_custom .bottomBlock-newsletter-entry-list .btn-sign-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 48px;
  font-size: 13px;
  position: relative;
  color: #ffffff;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.abi_custom .bottomBlock-newsletter-entry-list .btn-sign-up-wrap {
  display: block;
  width: 150px;
}
.abi_custom .bottomBlock-newsletter-entry-list .btn-sign-up .arrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  border-radius: 100%;
  width: 14px;
  height: 14px;
  margin-left: 10px;
  margin-right: -14px;
}
.abi_custom .bottomBlock-newsletter-entry-list .btn-sign-up .arrow::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  margin: auto;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #e05b28;
  border-right: 2px solid #e05b28;
}
.abi_custom .bottomBlock-newsletter-entry-list .btn-sign-up::after {
  content: none;
}
.abi_custom .bottomBlock-newsletter-entry-list .btn-change-wrap {
  width: 37%;
}
.abi_custom .bottomBlock-newsletter-entry-list .btn-change {
  display: block;
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.01em;
  text-indent: 1.1em;
  color: #036eb7;
  background: transparent;
  margin: 4px 0 0;
  width: auto;
}
.abi_custom .bottomBlock-newsletter-entry-list .btn-change::before {
  content: "";
  background: url(../images/footer_link-arrow.png) no-repeat;
  display: inline-block;
  width: 4px;
  height: 8px;
  vertical-align: middle;
  margin-right: 5px;
}
.abi_custom .snsarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  padding: 10px 0;
}
.abi_custom .snsarea-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 186px;
}
.abi_custom .snsarea-twitter {
  width: 380px;
}
.abi_custom .snsarea-snslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-top: 30px;
}
.abi_custom .snsarea-snslist-item img {
  width: 36px;
  height: 36px;
}
.abi_custom .snsarea-item .bottomBlock-newsletter {
  background-color: transparent;
}
.abi_custom .snsarea-item .bottomBlock-newsletter-title {
  text-align: left;
}
.abi_custom .snsarea-item .bottomBlock-newsletter-entry {
  padding: 14px 17px 0 18px;
}
.abi_custom {
  /* ------------------------------------------- */
  /* ---------------フッター-------------------- */
  /* ------------------------------------------- */
}
.abi_custom #footer {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.abi_custom #footer a {
  color: #333;
}
.abi_custom .sponsorship {
  /* width: 1000px; */
  padding-top: 30px;
  border-top: ridge 1px #bbb8b8;
}
.abi_custom .sponsorship-title {
  text-align: center;
  font: bold;
  font-size: 15px;
  color: #000;
  padding-bottom: 10px;
}
.abi_custom .sponsorship-sentence {
  text-align: center;
  padding-bottom: 10px;
}
.abi_custom .footer_faq {
  padding-top: 20px;
  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(../images/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(../images/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(../images/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(../images/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 {
  -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 {
  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 {
  content: "";
  background-image: url(../../assets/images/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;
}
.abi_custom {
  /* ------------------------------------------- */
  /* ---------------ニュース-------------------- */
  /* ------------------------------------------- */
}
.abi_custom .newsBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 750px;
  margin: 0 auto;
}
.abi_custom .newsSummary {
  width: 525px;
  margin-top: 10px;
  padding: 0 10px 0 0;
}
.abi_custom .newsSummary li {
  border-bottom: 1px solid #f2f2f2;
}
.abi_custom .newsSummary li a {
  display: block;
  width: 100%;
  height: auto;
  padding: 9px 0 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.abi_custom .newsSummary .tag {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  background: #036eb7;
  line-height: 1;
  padding: 2px 5px;
  margin: 0 15px 0 0;
}
.abi_custom .linkNews {
  text-align: right;
  margin: 10px 10px 0 0;
  font-size: 13px !important;
}
.abi_custom .linkNews a {
  position: relative;
  display: inline-block;
}
.abi_custom .linkNews a::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  left: -37px;
  background: url(/images/blueArrow.png) no-repeat center center;
  background-size: 100% auto;
  width: 18px;
  height: 8px;
}
.abi_custom .newsPickup {
  background: #f2f2f2;
  padding: 2px;
  width: 175px;
  margin: 20px 0 0;
}
.abi_custom .newsPickup-img {
  width: 100%;
  height: auto;
  margin: 0;
}
.abi_custom .newsPickup-img img {
  width: 100%;
  height: auto;
}
.abi_custom .newsPickup-text {
  font-size: 13px !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 10px 5px 10px;
  line-height: 1.6;
}
.abi_custom .newsLink-title {
  color: #036eb7;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 12px;
  border-bottom: 2px solid #036eb7;
  max-width: 750px;
  margin: 0 auto;
}
.abi_custom {
  /* 海外留学お役立ち情報まとめ */
}
.abi_custom .infoBlock {
  background: #f2f2f2;
  padding: 38px 15px;
}
.abi_custom .infoBlock-inner {
  margin: 0 auto;
  max-width: 720px;
}
.abi_custom .hsLinkArea .infoBlock,
.abi_custom .univLinkArea .infoBlock,
.abi_custom .facultystaffArea .infoBlock {
  margin: 70px 0 40px;
}
.abi_custom .infoBlock-header {
  text-align: center;
  margin: 0 0 35px;
}
.abi_custom .infoBlock-title {
  color: #036eb7;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 12px;
}
.abi_custom .infoBlock-title span {
  color: #d03c33;
}
.abi_custom .infoBlock-subtitle {
  position: relative;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  color: #036eb7;
}
.abi_custom .infoBlock-subtitle::before,
.abi_custom .infoBlock-subtitle::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  width: 55px;
  height: 2px;
  background-color: #036eb7;
}
.abi_custom .infoBlock-subtitle::before {
  left: -72px;
}
.abi_custom .infoBlock-subtitle::after {
  right: -72px;
}
.abi_custom .infoBtns {
  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 .infoBtns:after {
  content: "";
  display: block;
  width: 225px;
  height: 0;
}
.abi_custom .infoBtns-flexstart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.abi_custom .infoBtns-flexstart li:nth-child(n+2),
.abi_custom .infoBtns-flexstart li:nth-child(n+3) {
  margin: 0 0 0 20px;
}
.abi_custom .infoBtns-flexstart li:nth-child(n+4) {
  margin: 10px 0 0;
}
.abi_custom .infoBtns-flexstart li:nth-child(n+5) {
  margin: 10px 0 0 20px;
}
.abi_custom .infoBtns-item:nth-child(n+4) {
  margin-top: 10px;
}
.abi_custom .infoBtns-item {
  position: relative;
  background: #fff;
  width: 225px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.abi_custom .infoBtns-item.text {
  border: 3px solid #2969b7;
  text-align: center;
  height: 115px;
  line-height: 1.3;
}
.abi_custom .infoBtns-item.merit div {
  display: table;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
  margin: 15px 0 0;
  line-height: 1;
}
.abi_custom .infoBtns-item.data div {
  padding-left: 85px;
}
.abi_custom .infoBtns-item.data a::after {
  content: "";
  display: block;
  position: absolute;
  background: url(/images/icon_top_data.png) no-repeat center center;
  background-size: 100% auto;
  left: 40px;
  top: calc(50% - 16px);
  width: 36px;
  height: 33px;
}
.abi_custom .infoBtns-item.movie div {
  padding-left: 60px;
}
.abi_custom .infoBtns-item.movie a::after {
  content: "";
  display: block;
  position: absolute;
  background: url(/images/icon_top_movie.png) no-repeat center center;
  background-size: 100% auto;
  left: 12px;
  top: calc(50% - 16px);
  width: 39px;
  height: 32px;
}
.abi_custom .infoBtns-item a img {
  width: 100%;
  height: auto;
}
.abi_custom .infoBtns-item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.08em;
  font-size: 22px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  letter-spacing: -0.01em;
}
.abi_custom .infoBtns-item.text a {
  color: #036eb7;
  font-size: 22px;
  font-weight: bold;
}
.abi_custom .infoBtns-item.text span {
  color: #d03c33;
}
.abi_custom .infoBtns-item.text .small {
  color: #036eb7;
  font-size: 14px;
}
.abi_custom .infoBtns-item.text a::before {
  content: "";
  display: inline-block;
  background: url(/assets/images/anchor_banner.svg) no-repeat 0 0;
  background-size: 34px;
  width: 34px;
  height: 34px;
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.abi_custom {
  /* 国・地域別留学ガイド */
}
.abi_custom .countryBlock {
  margin: 50px 0 0;
}
.abi_custom .countryBlock-title {
  color: #2969b7;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin: 0 0 5px;
}
.abi_custom .countryBlock .countryList {
  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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 auto 40px;
  -webkit-column-gap: 9px;
  -moz-column-gap: 9px;
  column-gap: 9px;
}
.abi_custom .countryBlock .countryBlock-link {
  text-align: center;
}
.abi_custom .countryBlock .countryList-item {
  width: 24%;
  margin: 25px 0 0;
}
.abi_custom .countryBlock .countryList a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #2969b7;
  font-size: 13px;
  text-decoration: underline;
}
.abi_custom .countryBlock .countryList a img {
  margin: 0 10px 0 0;
}
.abi_custom .countryBlock-link {
  font-size: 13px;
}
.abi_custom .topLinkArea-btn {
  display: block;
  margin: 50px 0 0;
}
.abi_custom .topLinkArea-btn a {
  position: relative;
  background: #d03c33;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  padding: 12px 60px 16px 60px;
  line-height: 1.2;
}
.abi_custom .topLinkArea-btn a::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 24px;
  right: 80px;
  top: calc(50% - 12px);
  background-image: url(/assets/images/icon_circle_right_arrow_red.png);
  background-size: cover;
}
.abi_custom .topLinkArea-btn.double {
  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;
}
.abi_custom .topLinkArea-btn.double a {
  width: 49%;
  padding: 10px 130px 20px 55px;
}
.abi_custom .topLinkArea-btn.double a::after {
  right: 56px;
  top: calc(50% - 18px);
}
.abi_custom .topLinkArea-btn a span {
  font-size: 16px;
}
.abi_custom .topLinkArea-btn a span.emphasis {
  font-size: 22px;
}
.abi_custom .topLinkArea-bnr a {
  display: block;
  margin: 40px 0 0;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.6;
}
.abi_custom .topLinkArea-bnr img {
  width: 100%;
  height: auto;
}
.abi_custom {
  /* 2023.12.25 追記（高校生の留学　拠点形成支援事業バナー） */
  /* フォントサイズ */
}
.abi_custom .kyotenLinkArea-text {
  color: #333;
  font-size: 14px;
  line-height: 1.6;
}
.abi_custom {
  /* スタイル */
}
.abi_custom .kyotenLinkArea-btn {
  margin: 25px 0 0;
}
.abi_custom .kyotenLinkArea-btn a {
  background-color: #306cb2;
}
.abi_custom .kyotenLinkArea-btn a::after {
  background-image: url(/assets/images/icon_circle_right_arrow.png);
}
.abi_custom {
  /* 2023.12.25 追記（高校生の留学　拠点形成支援事業バナー）ここまで */
}
.abi_custom .linkGuide {
  margin: 0 0 20px;
}
.abi_custom .linkGuide a {
  position: relative;
  display: block;
  color: #036eb7;
  font-size: 24px;
  font-weight: bold;
  border: 5px solid #2969b7;
  text-align: center;
  text-decoration: none;
  line-height: 1.1;
  padding: 9px 0;
}
.abi_custom .linkGuide a::after {
  content: "";
  display: inline-block;
  background: url(/assets/images/anchor_banner.svg) no-repeat 0 0;
  background-size: 34px;
  width: 34px;
  height: 34px;
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.abi_custom .linkGuide a .small {
  color: #036eb7;
  font-size: 18px;
}
.abi_custom .linkGuide a span {
  color: #db3022;
}
.abi_custom .alert_title {
  color: #DB3022;
  margin: 20px 0;
  padding: 30px 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  height: 0px;
}
.abi_custom {
  /* 2023.12.25 追記（トビタテ！留学JAPAN 新・日本代表プログラム）協力団体・プロジェクトバナー  */
}
.abi_custom .propramprojetgazou {
  margin: 0 auto;
  text-align: center;
}
.abi_custom .propramprojettitle {
  margin: 0 15px;
}

/* 2025年サイトリニューアルに伴う調整 */
.abi_custom {
  letter-spacing: normal;
}
.abi_custom article,
.abi_custom aside,
.abi_custom audio,
.abi_custom blockquote,
.abi_custom dd,
.abi_custom dialog,
.abi_custom div,
.abi_custom dl,
.abi_custom dt,
.abi_custom fieldset,
.abi_custom figure,
.abi_custom footer,
.abi_custom form,
.abi_custom h1,
.abi_custom h2,
.abi_custom h3,
.abi_custom h4,
.abi_custom h5,
.abi_custom h6,
.abi_custom header,
.abi_custom hgroup,
.abi_custom input,
.abi_custom li,
.abi_custom mark,
.abi_custom menu,
.abi_custom nav,
.abi_custom ol,
.abi_custom p,
.abi_custom pre,
.abi_custom section,
.abi_custom td,
.abi_custom textarea,
.abi_custom th,
.abi_custom time,
.abi_custom ul,
.abi_custom video,
.abi_custom main {
  -webkit-font-feature-settings: initial;
  font-feature-settings: initial;
}
.abi_custom img {
  width: auto;
  vertical-align: initial;
}
@media only screen and (min-width: 768px) {
  .abi_custom .sideBlock .newsletter {
    width: 100%;
  }
}
.abi_custom .sideBlock .snsList li img {
  max-width: none;
}