@charset "UTF-8";
/*
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
* -------------------------- */
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ui";
  src: url("fonts/ui.eot");
  src: url("fonts/ui.eot?#iefix") format("embedded-opentype"), url("fonts/ui.woff") format("woff"), url("fonts/ui.ttf") format("truetype"), url("fonts/ui.svg#ui") format("svg");
  font-weight: normal;
  font-style: normal;
}
:root {
  --base-font-size: 0.625rem;
  --767-font-size: 0.776rem;
  --320-font-size: 0.57rem;
}

.abi_custom {
  font-size: 62.5%;
  line-height: 1.4em;
}
@media only screen and (max-width: 320px) {
  .abi_custom {
    font-size: 57%;
  }
}
@media only screen and (max-width: 767px) and (min-width: 321px) {
  .abi_custom {
    font-size: 70%;
  }
}

.abi_custom {
  margin: 0;
  padding: 0;
  font-size: 10px;
  font-size: calc(1 * var(--base-font-size));
  line-height: 1.4;
  font-family: "Noto Sans Japanese", serif;
  background-color: #fff;
}

.abi_custom html, .abi_custom div, .abi_custom span, .abi_custom applet, .abi_custom object, .abi_custom iframe,
.abi_custom h1, .abi_custom h2, .abi_custom h3, .abi_custom h4, .abi_custom h5, .abi_custom h6, .abi_custom p, .abi_custom blockquote, .abi_custom pre,
.abi_custom a, .abi_custom abbr, .abi_custom acronym, .abi_custom address, .abi_custom big, .abi_custom cite, .abi_custom code,
.abi_custom del, .abi_custom dfn, .abi_custom em, .abi_custom font, .abi_custom img, .abi_custom ins, .abi_custom kbd, .abi_custom q, .abi_custom s, .abi_custom samp,
.abi_custom small, .abi_custom strike, .abi_custom strong, .abi_custom sub, .abi_custom sup, .abi_custom tt, .abi_custom var,
.abi_custom b, .abi_custom u, .abi_custom i, .abi_custom center,
.abi_custom dl, .abi_custom dt, .abi_custom dd, .abi_custom ol, .abi_custom ul, .abi_custom li,
.abi_custom fieldset, .abi_custom form, .abi_custom label, .abi_custom legend,
.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;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
.abi_custom h1, .abi_custom h2, .abi_custom h3, .abi_custom h4, .abi_custom h5, .abi_custom h6 {
  font-weight: normal;
  font-size: 100%;
}
.abi_custom img {
  border: none;
  line-height: 0;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.abi_custom ol, .abi_custom ul {
  list-style: none;
}
.abi_custom article, .abi_custom aside, .abi_custom details, .abi_custom figcaption, .abi_custom figure,
.abi_custom footer, .abi_custom header, .abi_custom hgroup, .abi_custom menu, .abi_custom nav, .abi_custom section {
  display: block;
}
.abi_custom figure {
  margin: 0;
}
.abi_custom cite {
  font-style: normal;
}
.abi_custom hr {
  border: none;
  width: 0;
}
.abi_custom html {
  font-size: 62.5%;
}
.abi_custom img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.abi_custom a {
  color: #585858;
}
.abi_custom a:hover {
  text-decoration: none;
}
.abi_custom #siteCont {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .abi_custom #siteCont {
    min-width: initial;
  }
}
.abi_custom #siteHeader {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .abi_custom #siteHeader {
    min-width: initial;
  }
}
.abi_custom #siteMain {
  width: 1280px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  background: url("../img/detail_bg.png") repeat-y;
  display: block;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .abi_custom #siteMain {
    width: 100%;
    background: none;
  }
  .abi_custom #siteMain:before {
    content: none;
  }
}
.abi_custom #siteFooter {
  padding-top: 35px;
  margin-bottom: 28px;
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .abi_custom #siteFooter {
    min-width: initial;
    padding-top: 0;
    margin-bottom: 0;
  }
}
.abi_custom #siteFooter > div {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .abi_custom #siteFooter > div {
    position: static;
  }
}
.abi_custom .c-spNav {
  display: none;
  background-color: #eee;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-spNav {
    display: block;
    font-size: 14px;
    line-height: 20px;
  }
}
.abi_custom .c-spNav > ul.mm-nolist {
  padding: 0;
}
.abi_custom .c-spNav__style {
  display: block;
  margin-bottom: 1px;
  padding: 0.7em 1em 0.7em 1.5em;
  font-family: Arial, Helvetica, Verdana;
}
.abi_custom .c-spNav__index {
  background-color: #006bb9;
  color: #ffffff;
}
.abi_custom .c-spNav__index a {
  color: #ffffff;
  text-decoration: none;
}
.abi_custom .c-spNav__index.c-spNav__icon:before {
  color: #fff;
}
.abi_custom .c-spNav__link {
  background-color: #fff;
  color: #fff;
}
.abi_custom .c-spNav__link a {
  color: #006bb9;
  text-decoration: none;
}
.abi_custom .c-spNav__icon {
  position: relative;
}
.abi_custom .c-spNav__icon:before {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  font-family: "ui" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em 1.5em;
  color: #006bb9;
}
.abi_custom .c-spNav__icon--link:before {
  content: ">";
}
.abi_custom .c-spNav__icon--pdf:before {
  content: "|";
}
.abi_custom .c-wrap {
  width: 996px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-siteMainLogo {
    width: 25%;
    margin-top: 1.40625%;
  }
}
.abi_custom .c-siteMainLogo span {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -7162px;
  height: 54px;
  width: 180px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-siteMainLogo span {
    background: url("../img/sprite/site_main_logo_sp.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
  }
  .abi_custom .c-siteMainLogo span:after {
    content: "";
    display: block;
    padding-top: 29.375%;
  }
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-siteNav {
    width: 32.8125%;
  }
}
.abi_custom .c-siteNav li {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-siteNav__studyAbroad {
    display: none !important;
  }
}
.abi_custom .c-siteNav__studyAbroad span {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -6341px;
  height: 54px;
  width: 111px;
  display: block;
  border-left: 2px solid #edecec;
  border-right: 1px solid #edecec;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-siteNav__scholarShip {
    display: none !important;
  }
}
.abi_custom .c-siteNav__scholarShip span {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -6277px;
  height: 54px;
  width: 163px;
  display: block;
  border-left: 1px solid #edecec;
  border-right: 2px solid #edecec;
}
.abi_custom .c-siteNav__university {
  margin-left: 13px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-siteNav__university {
    width: 41.90476%;
    margin: 3.80952% 3.80952% 0 3.80952%;
  }
}
.abi_custom .c-siteNav__university span {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -6405px;
  height: 64px;
  width: 137px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-siteNav__university span {
    background: url("../img/sprite/nav_university_sp.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
  }
  .abi_custom .c-siteNav__university span:after {
    content: "";
    display: block;
    padding-top: 50%;
  }
}
.abi_custom .c-siteNav__highschool {
  margin-left: 17px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-siteNav__highschool {
    width: 42.38095%;
    margin: 3.80952% 3.80952% 0 3.80952%;
  }
}
.abi_custom .c-siteNav__highschool span {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -6079px;
  height: 64px;
  width: 131px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-siteNav__highschool span {
    background: url("../img/sprite/nav_high_school_sp.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
  }
  .abi_custom .c-siteNav__highschool span:after {
    content: "";
    display: block;
    padding-top: 49.4382%;
  }
}
.abi_custom .c-siteSpMenu {
  display: none;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-siteSpMenu {
    display: inline-block;
    vertical-align: top;
    margin-left: 0.46875%;
    width: 15.46875%;
  }
  .abi_custom .c-siteSpMenu span {
    background: url("../img/sprite-se9eab98c35.png") no-repeat;
    background: url("../img/sprite/nav_menu_sp.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
    white-space: nowrap;
    text-indent: 150%;
    overflow: hidden;
    display: block;
  }
  .abi_custom .c-siteSpMenu span:after {
    content: "";
    display: block;
    padding-top: 60.60606%;
  }
}
.abi_custom .c-siteSubLogo {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-siteSubLogo {
    width: 16.5625%;
  }
}
.abi_custom .c-siteSubLogo span {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -7283px;
  height: 30px;
  width: 101px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-siteSubLogo span {
    background: url("../img/sprite/site_sub_logo_sp.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
  }
  .abi_custom .c-siteSubLogo span:after {
    content: "";
    display: block;
    padding-top: 30.18868%;
  }
}
.abi_custom .c-linkList__item {
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.4;
}
.abi_custom .c-frameIndex {
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #c9c9c9;
  position: relative;
  margin-bottom: 25px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-frameIndex {
    -webkit-box-shadow: 0px 3px 7px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 7px -5px rgba(0, 0, 0, 0.2);
  }
}
.abi_custom .c-frameIndex:after {
  content: "";
  position: absolute;
  width: 98%;
  height: 20px;
  border-left: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
  bottom: -15px;
  left: 6px;
  z-index: -1;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-frameIndex:after {
    width: 96%;
  }
}
.abi_custom .c-frameIndex--rightRotate:after {
  -webkit-transform: rotate(0.5deg);
  transform: rotate(0.5deg);
}
.abi_custom .c-frameIndex--leftRotate:after {
  -webkit-transform: rotate(-0.5deg);
  transform: rotate(-0.5deg);
}
.abi_custom .c-boxBg {
  background: url("../img/box_bg.gif");
}
.abi_custom .c-bookmark:before {
  content: "";
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -2786px;
  height: 328px;
  width: 127px;
  display: block;
  position: absolute;
  z-index: 1;
}
.abi_custom .c-bookmark:after {
  content: "";
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -2448px;
  height: 328px;
  width: 127px;
  display: block;
  position: absolute;
  z-index: -1;
}
.abi_custom .c-searchHeading {
  font-size: 20px;
  font-size: calc(2 * var(--base-font-size));
  line-height: 1;
  font-weight: 500;
  color: #1871b6;
  display: block;
  width: 100%;
}
.abi_custom .c-searchHeadingBlock {
  position: relative;
  text-align: center;
  padding: 9px 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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-searchHeadingBlock {
    min-width: initial;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 8px 0;
  }
}
.abi_custom .c-searchHeading br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-searchHeading {
    font-size: 11px;
    font-size: calc(1.1 * var(--767-font-size));
    line-height: 1.45455;
    width: 100%;
  }
  .abi_custom .c-searchHeading br {
    display: block;
  }
}
.abi_custom .c-searchForm {
  text-align: center;
}
.abi_custom .c-searchForm__text {
  font-family: "Noto Sans Japanese", serif;
  font-weight: 200;
  font-size: 17px;
  font-size: calc(1.7 * var(--base-font-size));
  line-height: 1;
  padding: 5px 14px 5px 14px;
  border-top: 2px solid #d9d9d9;
  border-left: 2px solid #d9d9d9;
  border-right: none;
  border-bottom: none;
  vertical-align: top;
  width: 621px;
  margin-right: 13px;
  height: 36px;
  resize: none;
  overflow: hidden;
}
.abi_custom .c-searchForm__text::-webkit-input-placeholder {
  line-height: 1.4;
}
.abi_custom .c-searchForm__text:-ms-input-placeholder {
  line-height: 1.4;
}
.abi_custom .c-searchForm__text::-moz-placeholder {
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-searchForm__text {
    font-size: 16px;
    font-size: calc(1.6 * var(--767-font-size));
    line-height: 1;
    width: 66.66667%;
    padding: 3px;
    margin-right: 2.66667%;
    border-top: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    height: 34px;
    -webkit-border-radius: 0 !important;
    -webkit-appearance: none !important;
    -webkit-tap-highlight-color: transparent !important;
  }
}
.abi_custom .c-searchForm__submit {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -1991px;
  height: 36px;
  width: 86px;
  border: none;
  vertical-align: top;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-searchForm__submit {
    background: url("../img/sprite/btn_search_submit_sp.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 81px;
    height: 34px;
    width: 81px;
    height: 34px;
  }
}
.abi_custom .c-searchError {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  color: red;
  margin-top: 10px;
  text-align: left;
  padding-left: 275px;
}
.abi_custom .c-planTitle__main {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -10773px;
  height: 64px;
  width: 291px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-planTitle__main {
    background: url("../img/sprite/title_plan_index_sp.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
    display: block;
  }
  .abi_custom .c-planTitle__main:after {
    content: "";
    display: block;
    padding-top: 12.90878%;
  }
}
.abi_custom .c-planTitle__sub {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -9074px;
  height: 13px;
  width: 104px;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-planTitle__sub {
    display: none;
  }
}
.abi_custom .c-searchAreaTitle {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -10847px;
  height: 24px;
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-searchAreaTitle {
    background: url("../img/sprite/title_plan_index_area_sp.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
    width: 45.189%;
  }
  .abi_custom .c-searchAreaTitle:after {
    content: "";
    display: block;
    padding-top: 11.40684%;
  }
}
.abi_custom .c-searchArea {
  padding: 0 19px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-searchArea {
    padding: 0;
  }
}
.abi_custom .c-areaMap {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 0;
  height: 201px;
  width: 448px;
  text-indent: 0;
  position: relative;
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-areaMap {
    background: url("../img/sprite/bg_worldmap_sp.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
    width: 91.75258%;
    margin: 0 auto;
  }
  .abi_custom .c-areaMap:after {
    content: "";
    display: block;
    padding-top: 55.24345%;
  }
}
.abi_custom .c-areaIcons li {
  position: absolute;
}
.abi_custom .c-areaIcons li button {
  font-size: 14px;
  font-size: calc(1.4 * var(--base-font-size));
  line-height: 1;
  font-family: "Noto Sans Japanese", serif;
  font-weight: 500;
  color: #3ebff0;
  display: inline-block;
  padding: 9px 19px;
  background-color: #fff;
  border: 1px solid #3ebff0;
  border-radius: 3px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-areaIcons li button {
    font-size: 10px;
    font-size: calc(1 * var(--767-font-size));
    line-height: 1;
    padding: 6px 17px;
  }
}
.abi_custom .c-searchThemeTitle {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -11006px;
  height: 24px;
  width: 216px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-searchThemeTitle {
    background: url("../img/sprite/title_plan_index_theme_sp.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
    width: 46.56357%;
  }
  .abi_custom .c-searchThemeTitle:after {
    content: "";
    display: block;
    padding-top: 11.07011%;
  }
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-themeSelect {
    padding: 1.87266% 0 0 1.87266%;
  }
}
.abi_custom .c-themeSelect__title {
  width: 75px;
  text-align: center;
  font-size: 18px;
  font-size: calc(1.8 * var(--base-font-size));
  line-height: 1;
  color: #477687;
  float: left;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-themeSelect__title {
    width: 16.85393%;
    font-size: 11px;
    font-size: calc(1.1 * var(--767-font-size));
    line-height: 1;
  }
}
.abi_custom .c-themeSelect__icons {
  float: left;
  width: 347px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-themeSelect__icons {
    width: 83.14607%;
  }
}
.abi_custom .c-themeSelect__icons li {
  float: left;
  margin: 0 9px 9px 9px;
  font-size: 14px;
  font-size: calc(1.4 * var(--base-font-size));
  line-height: 1;
  font-weight: 500;
  border: 1px solid #3ebff0;
  border-radius: 3px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-themeSelect__icons li {
    font-size: 10px;
    font-size: calc(1 * var(--767-font-size));
    line-height: 1;
    margin: 0 2.43446% 5.05618% 2.43446%;
  }
}
.abi_custom .c-themeSelect__icons li a {
  padding: 8px 17px;
  color: #3ebff0;
  text-decoration: none;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-themeSelect__icons li a {
    padding: 6px 13px;
  }
}
.abi_custom .c-themeSelect__icons--university li {
  background-color: #3ebff0;
}
.abi_custom .c-themeSelect__icons--university li a {
  color: #fff;
}
.abi_custom .c-tipsIndexTitle__main {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -11284px;
  height: 64px;
  width: 274px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-tipsIndexTitle__main {
    background: url("../img/sprite/title_tips_index_sp.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
    display: block;
  }
  .abi_custom .c-tipsIndexTitle__main:after {
    content: "";
    display: block;
    padding-top: 12.90878%;
  }
}
.abi_custom .c-tipsIndexTitle__sub {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -9182px;
  height: 13px;
  width: 104px;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-tipsIndexTitle__sub {
    display: none;
  }
}
.abi_custom .c-tipsAreaTitle {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -11210px;
  height: 24px;
  width: 288px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-tipsAreaTitle {
    background: url("../img/sprite/title_tips_icon_sp.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
    width: 64.77663%;
  }
  .abi_custom .c-tipsAreaTitle:after {
    content: "";
    display: block;
    padding-top: 7.95756%;
  }
}
.abi_custom .c-tipsSelect__title {
  font-size: 18px;
  font-size: calc(1.8 * var(--base-font-size));
  line-height: 1;
  color: #477687;
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-tipsSelect__title {
    font-size: 12px;
    font-size: calc(1.2 * var(--767-font-size));
    line-height: 1;
    margin-bottom: 0;
    padding-top: 4.49438%;
  }
}
.abi_custom .c-tipsSelect__icons li {
  margin: 16px 12px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-tipsSelect__icons li {
    margin: 3.93258% 2.43446%;
  }
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-tipsSelect__icons--languages {
    width: 28.27715%;
  }
}
.abi_custom .c-tipsSelect__icons--languages span {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -4001px;
  height: 110px;
  width: 110px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-tipsSelect__icons--languages span {
    background: url("../img/sprite/icon_tips_languages_sp.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
  }
  .abi_custom .c-tipsSelect__icons--languages span:after {
    content: "";
    display: block;
    padding-top: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-tipsSelect__icons--cost {
    width: 28.27715%;
  }
}
.abi_custom .c-tipsSelect__icons--cost span {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -3439px;
  height: 110px;
  width: 110px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-tipsSelect__icons--cost span {
    background: url("../img/sprite/icon_tips_cost_sp.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
  }
  .abi_custom .c-tipsSelect__icons--cost span:after {
    content: "";
    display: block;
    padding-top: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-tipsSelect__icons--module {
    width: 28.27715%;
  }
}
.abi_custom .c-tipsSelect__icons--module span {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -4563px;
  height: 110px;
  width: 110px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-tipsSelect__icons--module span {
    background: url("../img/sprite/icon_tips_module_sp.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
  }
  .abi_custom .c-tipsSelect__icons--module span:after {
    content: "";
    display: block;
    padding-top: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-tipsSelect__icons--persuasion {
    width: 28.27715%;
  }
}
.abi_custom .c-tipsSelect__icons--persuasion span {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -4844px;
  height: 110px;
  width: 110px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-tipsSelect__icons--persuasion span {
    background: url("../img/sprite/icon_tips_persuasion_sp.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
  }
  .abi_custom .c-tipsSelect__icons--persuasion span:after {
    content: "";
    display: block;
    padding-top: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-tipsSelect__icons--search_study_abroad {
    width: 28.27715%;
  }
}
.abi_custom .c-tipsSelect__icons--search_study_abroad span {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -5687px;
  height: 110px;
  width: 110px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-tipsSelect__icons--search_study_abroad span {
    background: url("../img/sprite/icon_tips_search_study_abroad_sp.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
  }
  .abi_custom .c-tipsSelect__icons--search_study_abroad span:after {
    content: "";
    display: block;
    padding-top: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-tipsSelect__icons--search_house {
    width: 28.27715%;
  }
}
.abi_custom .c-tipsSelect__icons--search_house span {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -5406px;
  height: 110px;
  width: 110px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-tipsSelect__icons--search_house span {
    background: url("../img/sprite/icon_tips_search_house_sp.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
  }
  .abi_custom .c-tipsSelect__icons--search_house span:after {
    content: "";
    display: block;
    padding-top: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-tipsSelect__icons--preparation {
    width: 28.27715%;
  }
}
.abi_custom .c-tipsSelect__icons--preparation span {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -5125px;
  height: 110px;
  width: 110px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-tipsSelect__icons--preparation span {
    background: url("../img/sprite/icon_tips_preparation_sp.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
  }
  .abi_custom .c-tipsSelect__icons--preparation span:after {
    content: "";
    display: block;
    padding-top: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-tipsSelect__icons--life {
    width: 28.27715%;
  }
}
.abi_custom .c-tipsSelect__icons--life span {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -4282px;
  height: 110px;
  width: 110px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-tipsSelect__icons--life span {
    background: url("../img/sprite/icon_tips_life_sp.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
  }
  .abi_custom .c-tipsSelect__icons--life span:after {
    content: "";
    display: block;
    padding-top: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-tipsSelect__icons--course {
    width: 28.27715%;
  }
}
.abi_custom .c-tipsSelect__icons--course span {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -3720px;
  height: 110px;
  width: 110px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-tipsSelect__icons--course span {
    background: url("../img/sprite/icon_tips_course_sp.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
  }
  .abi_custom .c-tipsSelect__icons--course span:after {
    content: "";
    display: block;
    padding-top: 100%;
  }
}
.abi_custom .c-featureIndexTitle__main {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -10544px;
  height: 64px;
  width: 364px;
  display: inline-block;
}
.abi_custom .c-featurestudyAbroadTitle__main {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -11443px;
  height: 64px;
  width: 460px;
  display: inline-block;
  margin-left: 265px !important;
}
.abi_custom .c-featureusernewsTitle__main {
  background: url("../img/image_123650291.JPG") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  height: 64px;
  width: 361px;
  display: inline-block;
  margin-left: 320px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-featureIndexTitle__main {
    background: url("../img/sprite/title_feature_index_sp.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
    display: block;
  }
  .abi_custom {
    /* .c-featureusernewsTitle__main {
      background: url('../img/sprite/title_feature_usernews_sp.png?1579057988');
      background-repeat: no-repeat;
      background-size: 100%;
      font-size: 0;
      height: auto;
      width: auto;
      display: block;
    }  */
  }
  .abi_custom .c-featureusernewsTitle__main {
    background: url("../img/sprite/title_feature_usernews_sp.png");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
    display: block;
  }
  .abi_custom .c-featurestudyAbroadTitle__main {
    background: url(../img/sprite/title__studyAbroad_index_sp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
    display: block;
    margin-left: 1px !important;
  }
  .abi_custom .c-featureIndexTitle__main:after {
    content: "";
    display: block;
    padding-top: 13.76936%;
  }
  .abi_custom .c-featureusernewsTitle__main:after {
    content: "";
    display: block;
    padding-top: 13.76936%;
  }
}
.abi_custom .c-featureIndexTitle__sub {
  background: url("../img/sprite-hlnews.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -11665px;
  height: 13px;
  width: 104px;
  display: inline-block;
  vertical-align: top;
}
.abi_custom .c-featurestudyAbroadTitle__sub {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -11665px;
  height: 13px;
  width: 104px;
  display: inline-block;
  vertical-align: top;
  margin-left: 154px !important;
}
.abi_custom .c-featureusernewsTitle__sub {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -8961px;
  height: 13px;
  width: 104px;
  display: inline-block;
  vertical-align: top;
  margin-top: 9px;
  margin-left: 204px !important;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-featureIndexTitle__sub {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-featureusernewsTitle__sub {
    display: none;
  }
}
.abi_custom .c-featurThisWeek {
  text-align: center;
  font-size: 16px;
  font-size: calc(1.6 * var(--base-font-size));
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-featurThisWeek {
    font-size: 12px;
    font-size: calc(1.2 * var(--767-font-size));
    line-height: 1;
  }
}
.abi_custom .c-featurThisWeek span {
  font-size: 24px;
  font-size: calc(2.4 * var(--base-font-size));
  line-height: 1;
  font-weight: bold;
  color: #3ebff0;
  vertical-align: bottom;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-featurThisWeek span {
    font-size: 15px;
    font-size: calc(1.5 * var(--767-font-size));
    line-height: 1;
  }
}
.abi_custom .c-featurUser {
  width: 125px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-featurUser {
    width: 25.7732%;
  }
}
.abi_custom .c-featurUser > a {
  text-decoration: none;
}
.abi_custom .c-featurUser__text {
  text-align: center;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 12px;
  font-size: calc(1.2 * var(--base-font-size));
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-featurUser__text {
    font-size: 8px;
    font-size: calc(0.8 * var(--767-font-size));
    line-height: 1.5;
  }
}
.abi_custom .c-featurUser__text.is-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-featurUser__text.is-sp {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-featurUser__text.is-pc {
    display: none;
  }
}
.abi_custom .c-featurUser__image {
  margin-top: 3px;
  margin-bottom: 11px;
  width: 100%;
}
.abi_custom .c-featurUser__image img {
  display: block;
}
.abi_custom .c-featurUser__tags {
  font-size: 12px;
  font-size: calc(1.2 * var(--base-font-size));
  line-height: 1.33333;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-featurUser__tags {
    font-size: 9px;
    font-size: calc(0.9 * var(--767-font-size));
    line-height: 1.66667;
    padding: 0 1.1em;
    width: auto;
    max-height: 3.1em;
    white-space: normal;
    position: relative;
  }
  .abi_custom .c-featurUser__tags:after {
    content: "…";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1.5em;
    width: 1.4em;
    background: url("../img/box_bg.gif");
    text-align: center;
  }
}
.abi_custom .c-featurUser__tags li {
  display: inline;
}
.abi_custom .c-featurUser__tags li:after {
  content: ",";
}
.abi_custom .c-featurUser__tags li:last-child:after {
  content: "";
}
.abi_custom .c-searchCheckOverLay {
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  background-color: #fff;
  position: relative;
}
.abi_custom .c-searchCheckOverLay__hideBtn {
  content: "";
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -2115px;
  height: 23px;
  width: 23px;
  display: block;
  position: absolute;
  cursor: pointer;
  right: -11.5px;
  top: -11.5px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-searchCheckOverLay__hideBtn {
    background: url("../img/sprite/close_overray_sp.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 22px;
    height: 22px;
    right: -5px;
    top: -11px;
  }
}
.abi_custom .c-searchAreaNameOverLay {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-searchAreaNameOverLay {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4;
    padding-left: 3px;
  }
}
.abi_custom .c-searchAreaNameOverLay label {
  display: block;
}
.abi_custom .c-searchAreaNameOverLay input {
  margin: 0 5px 0 0;
  vertical-align: bottom;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-searchAreaNameOverLay input {
    vertical-align: middle;
  }
}
.abi_custom .c-searchAreaOverLay {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-searchAreaOverLay {
    display: block;
  }
}
.abi_custom .c-searchAreaOverLay ul {
  display: table-row;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-searchAreaOverLay ul {
    display: block;
    padding-left: 3px;
  }
}
.abi_custom .c-searchAreaOverLay ul li {
  display: table-cell;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-searchAreaOverLay ul li {
    display: block;
  }
}
.abi_custom .c-searchAreaBtn {
  text-align: center;
}
.abi_custom .c-searchAreaBtn li {
  display: inline-block;
  margin: 0 12px;
}
.abi_custom .c-searchAreaBtn .c-searchAreaBtn__btn {
  padding: 6px 31px;
  border: 1px solid #3ebff0;
  border-radius: 3px;
  cursor: pointer;
  font-family: "Noto Sans Japanese", serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
}
.abi_custom .c-searchAreaBtn a {
  color: #3ebff0;
  background-color: #fff;
  display: inline-block;
}
.abi_custom .c-searchAreaBtn input[type=submit],
.abi_custom .c-searchAreaBtn .search_button {
  color: #fff;
  background-color: #3ebff0;
}
.abi_custom .search-checkbox-error {
  display: none;
  font-size: 14px;
  margin-bottom: 1rem;
  color: #de2b2f;
}
.abi_custom .search-checkbox-error.without-check {
  display: block;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-searchAreaBtn input[type=submit],
  .abi_custom .c-searchAreaBtn .search_button {
    -webkit-appearance: none;
  }
}
.abi_custom .c-returnTop {
  display: none;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-returnTop {
    display: block;
    width: 90.9375%;
    margin: 0 auto;
  }
  .abi_custom .c-returnTop__btn {
    width: 11.85567%;
    float: right;
  }
  .abi_custom .c-returnTop__btn span {
    background: url("../img/sprite-se9eab98c35.png") no-repeat;
    background: url("../img/sprite/btn_return_top_sp.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
    text-indent: 150%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
  }
  .abi_custom .c-returnTop__btn span:after {
    content: "";
    display: block;
    padding-top: 101.44928%;
  }
}
.abi_custom .icon--beginner {
  width: 10px;
  height: 15px;
  background: url(/zukan/img/icon_beginner.svg) no-repeat 0 0;
  background-size: 100% auto;
}
.abi_custom .icon--new {
  width: 15px;
  height: 15px;
  background: url(/zukan/img/icon_new.png) no-repeat 0 0;
  background-size: 100% auto;
}
.abi_custom .icon--login {
  width: 15px;
  height: 15px;
  background: url(/zukan/img/icon_login.png) no-repeat 0 0;
  background-size: 100% auto;
}
.abi_custom .formOptionLink {
  display: block;
  margin: 5px 0 0 9px;
  font-size: 13px;
  font-size: calc(1.3 * var(--base-font-size));
  line-height: 2;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .abi_custom .formOptionLink {
    font-size: 11px;
    font-size: calc(1.1 * var(--767-font-size));
    line-height: 1.4;
    margin: 4px 9px 0 9px;
  }
}
.abi_custom .formOptionLink .textLink {
  display: inline-block;
  position: relative;
  padding: 0 0 0 20px;
}
.abi_custom .formOptionLink .textLink .icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.abi_custom .popup {
  display: none;
  z-index: 1000;
  position: absolute;
  width: 490px;
  left: 4px;
  top: 23px;
}
.abi_custom .popup--beginner {
  right: -18px;
  left: auto;
  top: 24px;
}
@media only 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;
  position: relative;
}
.abi_custom .popupContent + .popupContent {
  margin-left: 9px;
  margin-top: 9px;
}
.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 only 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 .p-siteHeader {
  padding: 13px 0;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-siteHeader {
    padding: 3.28125% 0;
  }
}
.abi_custom .p-siteHeader .c-siteMainLogo {
  margin-right: 123px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-siteHeader .c-siteMainLogo {
    margin-right: 4.375%;
    margin-left: 1.5625%;
    display: block;
    float: left;
  }
}
.abi_custom .p-siteHeader .c-siteNav {
  display: inline-block;
}
.abi_custom .p-siteHeader .c-siteSubLogo {
  float: right;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-siteHeader .c-siteSubLogo {
    float: left;
    margin-right: 2.5%;
    margin-top: 2.34375%;
  }
}
.abi_custom .p-footerNav {
  margin-top: 13px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-footerNav {
    -webkit-box-shadow: 0 -5px 10px 0 #e7e6e7;
    box-shadow: 0 -5px 10px 0 #e7e6e7;
    margin-top: 7.5%;
    background-color: #fafafa;
  }
}
.abi_custom .p-footerNav .c-linkList__item {
  margin-right: 22px;
}
.abi_custom .p-footerNav .c-linkList__item:nth-child(1) span {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -2239px;
  height: 13px;
  width: 82px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-footerNav .c-linkList__item:nth-child(1) span {
    background: none;
    white-space: normal;
    overflow: visible;
    text-indent: 0;
    width: auto;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-footerNav .c-linkList__item:nth-child(1) span {
    display: inline;
  }
}
.abi_custom .p-footerNav .c-linkList__item:nth-child(2) span {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -2308px;
  height: 13px;
  width: 125px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-footerNav .c-linkList__item:nth-child(2) span {
    background: none;
    white-space: normal;
    overflow: visible;
    text-indent: 0;
    width: auto;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-footerNav .c-linkList__item:nth-child(2) span {
    display: inline;
  }
}
.abi_custom .p-footerNav .c-linkList__item:nth-child(3) span {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -2262px;
  height: 13px;
  width: 137px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-footerNav .c-linkList__item:nth-child(3) span {
    background: none;
    white-space: normal;
    overflow: visible;
    text-indent: 0;
    width: auto;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-footerNav .c-linkList__item:nth-child(3) span {
    display: inline;
  }
}
.abi_custom .p-footerNav .c-linkList__item:nth-child(4) span {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -2331px;
  height: 13px;
  width: 76px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-footerNav .c-linkList__item:nth-child(4) span {
    background: none;
    white-space: normal;
    overflow: visible;
    text-indent: 0;
    width: auto;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-footerNav .c-linkList__item:nth-child(4) span {
    display: inline;
  }
}
.abi_custom .p-footerNav .c-linkList__item:nth-child(5) span {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -2285px;
  height: 13px;
  width: 92px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-footerNav .c-linkList__item:nth-child(5) span {
    background: none;
    white-space: normal;
    overflow: visible;
    text-indent: 0;
    width: auto;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-footerNav .c-linkList__item:nth-child(5) span {
    display: inline;
  }
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-footerNav .c-linkList__item {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    border-bottom: 2px solid #d2d2d2;
    margin-right: 0;
    position: relative;
  }
  .abi_custom .p-footerNav .c-linkList__item a {
    display: block;
    padding: 15px 0 15px 8.4375%;
    text-decoration: none;
  }
  .abi_custom .p-footerNav .c-linkList__item:after {
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -6.75px;
    content: "";
    display: block;
    background: url("../img/sprite-se9eab98c35.png") no-repeat;
    background: url("../img/sprite/footer_link_arrow_sp.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 8.5px;
    height: 13.5px;
  }
}
.abi_custom .p-footerSocial {
  position: absolute;
  bottom: 47px;
  right: -8px;
}
.abi_custom .p-footerSocial li {
  margin: 4px 0;
  position: absolute;
}
.abi_custom .p-footerSocial li:first-child {
  top: 30px;
}
.abi_custom .p-footerSocial li:nth-child(2) {
  top: 0;
}
.abi_custom .p-footerSocial__line {
  display: none;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-footerSocial {
    padding-top: 2.34375%;
    background-color: #fafafa;
    position: static;
    text-align: center;
  }
  .abi_custom .p-footerSocial li {
    display: inline-block;
    margin: 0 2.34375%;
    vertical-align: top;
    position: static;
  }
  .abi_custom .p-footerSocial__line {
    width: 82px;
  }
}
.abi_custom .p-copyright {
  margin-top: 14px;
}
.abi_custom .p-copyright small {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  font-family: "Kozuka Gothic Pr6N ", "メイリオ", Meiryo, sans-serif;
  color: #676767;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-copyright {
    margin-top: 0;
    padding-top: 3.125%;
    padding-bottom: 4.6875%;
    background-color: #fafafa;
  }
  .abi_custom .p-copyright small {
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 1;
    padding-left: 0.78125%;
  }
}
.abi_custom .p-mainVisual {
  width: 100%;
  position: relative;
  height: 178px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-mainVisual {
    min-width: initial;
    height: auto;
  }
}
.abi_custom .p-mainVisual img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1500px;
  width: 3000px;
  max-width: 3000px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-mainVisual img {
    position: static;
    margin-left: 0;
    width: 750px;
    max-width: 100%;
  }
}
.abi_custom .p-breadList {
  padding: 4px 0 8px 3px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-breadList {
    padding: 1.09375% 0 1.09375% 0;
  }
}
.abi_custom .p-breadList .c-linkList__item {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  font-family: "Kozuka Gothic Pr6N ", "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-breadList .c-linkList__item {
    font-size: 7px;
    font-size: 0.7rem;
    line-height: 1;
  }
  .abi_custom .p-breadList .c-linkList__item:first-child {
    margin-left: 2.34375%;
  }
}
.abi_custom .p-breadList .c-linkList__item:after {
  content: ">";
  padding: 0 3px;
}
.abi_custom .p-breadList .c-linkList__item:last-child:after {
  content: "";
  padding: 0;
}
.abi_custom .p-footerLinkIndex {
  color: #585858;
  margin-top: 9px;
  margin-bottom: 9px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-footerLinkIndex {
    width: 90.9375%;
    margin: 5.15464% auto 0 auto;
  }
  .abi_custom .p-footerLinkIndex .c-linkList {
    clear: both;
  }
}
.abi_custom .p-footerLinkIndex .c-linkList__item {
  font-family: "Kozuka Gothic Pr6N ", "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-footerLinkIndex .c-linkList__item {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.72727;
  }
}
.abi_custom .p-footerLinkIndex .c-linkList__item:after {
  content: ",";
  padding: 0 2px;
}
.abi_custom .p-footerLinkIndex .c-linkList__item:first-child:after {
  content: ":";
}
.abi_custom .p-footerLinkIndex .c-linkList__item:last-child:after {
  content: "";
  padding: 0;
}
.abi_custom .p-indexSearch {
  position: relative;
}
.abi_custom .p-indexSearch__cont {
  background-color: #3ebff0;
  padding: 12px 0 10px 0;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-indexSearch__cont {
    width: 100%;
    min-width: initial;
    padding: 1.875% 0 1.5625% 0;
  }
}
.abi_custom .p-indexSearch__cont .c-searchForm {
  margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-indexSearch__cont .c-searchForm {
    margin-bottom: 3.90625%;
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
  }
}
.abi_custom .p-indexSearch__cont .c-linkList {
  font-family: "Kozuka Gothic Pr6N ", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-indexSearch__cont .c-linkList {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    max-height: 5.5em;
  }
}
.abi_custom .p-indexSearch__cont .c-linkList a {
  color: #fff;
  line-height: 1;
  font-weight: 400;
}
.abi_custom .p-indexSearch__cont .c-linkList__item {
  margin: 0 5px;
  line-height: 0;
  font-size: 13px;
  font-size: calc(1.3 * var(--base-font-size));
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-indexSearch__cont .c-linkList__item {
    font-size: 11px;
    font-size: calc(1.1 * var(--767-font-size));
    line-height: 1.4;
  }
}
.abi_custom .p-indexSearch__cont .c-linkList:nth-of-type(1) {
  position: relative;
  padding-left: 66px;
  margin-bottom: 4px;
  height: 2em;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-indexSearch__cont .c-linkList:nth-of-type(1) {
    padding-left: 0;
    margin-bottom: 0;
    height: auto;
  }
  .abi_custom .p-indexSearch__cont .c-linkList:nth-of-type(1) .c-linkList__item:first-child {
    padding-left: 17.5px;
  }
}
.abi_custom .p-indexSearch__cont .c-linkList:nth-of-type(1):before {
  content: "";
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -3375px;
  height: 19px;
  width: 19px;
  display: block;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 47px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-indexSearch__cont .c-linkList:nth-of-type(1):before {
    background: url("../img/sprite/icon_tag_small_sp.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 12.5px;
    height: 12.5px;
    top: 0;
    bottom: inherit;
    left: 5px;
  }
}
.abi_custom .p-indexSearch__cont .c-linkList:nth-of-type(2) {
  text-align: center;
  height: 2em;
}
@media only screen and (max-width: 810px) {
  .abi_custom .p-indexSearch__cont .c-linkList:nth-of-type(2) {
    display: none;
  }
}
.abi_custom .p-indexCont {
  padding-top: 42px;
}
.abi_custom .p-indexCont .c-frameIndex--rightRotate,
.abi_custom .p-indexCont .c-frameIndex--defaultRotate {
  margin-bottom: 64px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-indexCont {
    padding-top: 6.40625%;
  }
  .abi_custom .p-indexCont .c-frameIndex--rightRotate,
  .abi_custom .p-indexCont .c-frameIndex--defaultRotate {
    margin-bottom: 10.3125%;
  }
}
.abi_custom .p-planIndex {
  width: 486px;
  float: left;
  padding-bottom: 22px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-planIndex {
    float: none;
    width: 90.78125%;
    margin: 0 auto 9.375% auto;
    padding-bottom: 3.59375%;
    border-top: none;
    border-left: none;
    border-right: none;
    background: url("../img/index_cont_bg_sp.jpg");
    background-repeat: repeat-y;
    background-size: contain;
  }
}
.abi_custom .p-planIndex .c-planTitle {
  margin-bottom: 4px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-planIndex .c-planTitle {
    margin-bottom: 0;
    width: 100%;
  }
}
.abi_custom .p-planIndex .c-planTitle__main {
  margin-top: -25px;
  margin-left: 79px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-planIndex .c-planTitle__main {
    margin-top: 0;
    margin-left: 0;
  }
}
.abi_custom .p-planIndex .c-planTitle__sub {
  margin-top: 9px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-planIndex .c-searchArea {
    padding-top: 1.37694%;
  }
  .abi_custom .p-planIndex .c-searchArea:last-child {
    padding-top: 0;
  }
}
.abi_custom .p-searchArea {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-searchArea {
    margin-bottom: 4.63918%;
  }
}
.abi_custom .p-searchArea .c-searchAreaTitle {
  margin-bottom: 6px;
  margin-left: -30px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-searchArea .c-searchAreaTitle {
    margin-bottom: 1.03093%;
    margin-left: -2.06186%;
  }
}
.abi_custom .p-areaMap .c-areaIcons--eu {
  top: 23px;
  left: 27px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-areaMap .c-areaIcons--eu {
    top: 8.81356%;
    left: 2.62172%;
  }
}
.abi_custom .p-areaMap .c-areaIcons--mea {
  top: 71px;
  left: 64px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-areaMap .c-areaIcons--mea {
    top: 39.66102%;
    left: 7.30337%;
  }
}
.abi_custom .p-areaMap .c-areaIcons--au {
  top: 131px;
  left: 28px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-areaMap .c-areaIcons--au {
    top: 73.89831%;
    left: 2.62172%;
  }
}
.abi_custom .p-areaMap .c-areaIcons--ap {
  top: 78px;
  left: 171px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-areaMap .c-areaIcons--ap {
    top: 39.66102%;
    left: 37.45318%;
  }
}
.abi_custom .p-areaMap .c-areaIcons--oce {
  top: 125px;
  left: 215px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-areaMap .c-areaIcons--oce {
    top: 73.89831%;
    left: 37.45318%;
  }
}
.abi_custom .p-areaMap .c-areaIcons--na {
  top: 40px;
  right: 29px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-areaMap .c-areaIcons--na {
    top: 9.15254%;
    left: 72.65918%;
  }
}
.abi_custom .p-areaMap .c-areaIcons--la {
  top: 136px;
  right: 13px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-areaMap .c-areaIcons--la {
    top: 73.89831%;
    right: 2.80899%;
  }
}
.abi_custom .p-searchThemeArea .c-searchThemeTitle {
  margin-bottom: 6px;
  margin-left: -30px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-searchThemeArea .c-searchThemeTitle {
    margin-bottom: 1.03093%;
    margin-left: -2.06186%;
  }
}
.abi_custom .p-theme {
  padding: 15px 15px 10px 11px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-theme {
    width: 91.75258%;
    padding: 3.43643% 0 0 0;
    margin: 0 auto;
  }
}
.abi_custom .p-theme .c-themeSelect:first-child {
  margin-bottom: 13px;
}
.abi_custom .p-tipsIndex {
  width: 486px;
  float: right;
  padding-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-tipsIndex {
    float: none;
    width: 90.78125%;
    margin: 0 auto 10% auto;
    padding-bottom: 3.59375%;
    border-top: none;
    border-left: none;
    border-right: none;
    background: url("../img/index_cont_bg_sp.jpg");
    background-repeat: repeat-y;
    background-size: contain;
  }
}
.abi_custom .p-tipsIndex .c-bookmark:after, .abi_custom .p-tipsIndex .c-bookmark:before {
  right: -95px;
  top: -33px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-tipsIndex .c-bookmark:after, .abi_custom .p-tipsIndex .c-bookmark:before {
    content: none;
  }
}
.abi_custom .p-tipsIndex .c-tipsIndexTitle {
  margin-bottom: 4px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-tipsIndex .c-tipsIndexTitle {
    margin-bottom: 0;
    width: 100%;
  }
}
.abi_custom .p-tipsIndex .c-tipsIndexTitle__main {
  margin-top: -25px;
  margin-left: 98px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-tipsIndex .c-tipsIndexTitle__main {
    margin-top: 0;
    margin-left: 0;
  }
}
.abi_custom .p-tipsIndex .c-tipsIndexTitle__sub {
  margin-top: 9px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-tipsIndex .c-tipsArea {
    padding-top: 1.37694%;
  }
}
.abi_custom .p-tipsAreaIndex {
  padding: 0 19px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-tipsAreaIndex {
    padding: 0;
  }
}
.abi_custom .p-tipsAreaIndex .c-tipsAreaTitle {
  margin-bottom: 6px;
  margin-left: -30px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-tipsAreaIndex .c-tipsAreaTitle {
    margin-bottom: 1.03093%;
    margin-left: -2.06186%;
  }
}
.abi_custom .p-tipsAreaIndex .c-tipsSelect {
  padding: 29px 22px 37px 22px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-tipsAreaIndex .c-tipsSelect {
    width: 91.75258%;
    margin: 0 auto;
    padding: 0;
  }
}
.abi_custom .p-feature {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-feature {
    width: 90.78125%;
    margin: 0 auto 10% auto;
    height: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    background: url("../img/index_cont_bg_sp.jpg");
    background-repeat: repeat-y;
    background-size: contain;
  }
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-feature .c-featureIndexTitle {
    margin-bottom: 0;
    width: 100%;
  }
}
.abi_custom .p-feature .c-featureIndexTitle__main {
  margin-top: -25px;
  margin-left: 312px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-feature .c-featureIndexTitle__main {
    margin-top: 0;
    margin-left: 0;
  }
}
.abi_custom .p-feature .c-featureusernewsTitle__main {
  margin-top: -25px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-feature .c-featureusernewsTitle__main {
    margin-top: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-feature .c-feature-studyAbroad {
    margin-top: 0;
    margin-left: 0;
  }
  .abi_custom h2.c-featureIndexTitle.c-feature-studyAbroad::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    width: 1px;
    height: 20px;
  }
  .abi_custom h2.c-featureIndexTitle.c-feature-studyAbroad::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 1px;
    height: 20px;
  }
}
.abi_custom .p-feature .c-featureIndexTitle__sub {
  margin-top: 9px;
  margin-left: 204px;
}
.abi_custom .p-feature .c-featureIndexTitle__sub {
  margin-top: 9px;
  margin-left: 204px;
}
.abi_custom .p-feature .c-featurThisWeek {
  margin: 8px 0 14px 0;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-feature .c-featurThisWeek {
    margin: 0 0 2.58176% 0;
    padding-top: 1.37694%;
  }
}
.abi_custom .p-feature .c-boxBg {
  padding: 12px 0;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-feature .c-boxBg {
    padding: 2.23752% 0 2.92599% 0;
    width: 99.65577%;
    margin: 0 auto;
  }
}
.abi_custom .p-feature .c-featurUser {
  margin: 12px 20px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-feature .c-featurUser {
    margin: 2.23752% 3.61446%;
  }
}
.abi_custom .p-feature .c-featurUser__text, .abi_custom .p-feature .c-featurUser__tags {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-feature .c-featurUser__text span {
    display: none;
  }
}
.abi_custom .p-searchOverLay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}
.abi_custom .p-searchOverLay__layer {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.abi_custom .p-searchOverLay .c-searchCheckOverLay {
  position: absolute;
}
.abi_custom .p-searchCheckOverLay {
  padding: 28px 28px 28px 23px;
}
.abi_custom .p-searchCheckOverLay .c-searchAreaBtn {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-searchCheckOverLay {
    width: 85.3125%;
    padding: 6.87285% 3.09278% 6.87285% 3.09278%;
    height: 320px;
  }
  .abi_custom .p-searchCheckOverLay__wrapper {
    height: 69%;
    overflow-y: auto;
  }
  .abi_custom .p-searchCheckOverLay .c-searchAreaBtn {
    margin-top: 10px;
  }
  .abi_custom .p-searchCheckOverLay ::-webkit-scrollbar {
    width: 6px;
  }
  .abi_custom .p-searchCheckOverLay ::-webkit-scrollbar-track {
    border-radius: 10px;
  }
  .abi_custom .p-searchCheckOverLay ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #bfbfbf;
  }
}
.abi_custom .p-searchCheckOverLay > p.c-searchAreaNameOverLay {
  border-bottom: 1px solid #3ebff0;
  padding-bottom: 12px;
  margin-bottom: 5px;
}
.abi_custom .p-searchCheckOverLay .c-searchAreaOverLay .c-searchAreaNameOverLay {
  padding: 9px 20px 9px 0;
}
.abi_custom .u-cf:after {
  content: "";
  display: table;
  clear: both;
}
.abi_custom .u-hide {
  display: none;
}
.abi_custom .u-hover:hover {
  opacity: 0.6;
}
.abi_custom .c-resultLinkBtn {
  text-align: center;
  margin: 15px 0;
}
.abi_custom .c-resultLinkBtn a {
  display: inline-block;
  padding: 12px 34px 12px 23px;
  color: #fff !important;
  text-decoration: none;
  background-color: #3ebff0;
  border-radius: 3px;
  vertical-align: top;
  font-size: 14px;
  font-size: calc(1.4 * var(--base-font-size));
  line-height: 1;
}
.abi_custom .c-resultLinkBtn::after {
  content: "";
  background: url(../img/sprite-se9eab98c35.png) no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -3124px;
  height: 10px;
  width: 6px;
  display: inline-block;
  margin: 15px 0 0 -24px;
}
.abi_custom .pc_main_visual {
  display: block;
}
.abi_custom .sp_main_visual {
  display: none;
}
@media only screen and (max-width: 767px) {
  .abi_custom .pc_main_visual {
    display: none;
  }
  .abi_custom .sp_main_visual {
    display: block;
  }
}
.abi_custom ul.contentListleft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.abi_custom ul.contentListleft > .c-featurUser > .c-featurUser__tags {
  display: block;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}