@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 img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.abi_custom a {
  color: #585858;
}
.abi_custom a:hover {
  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: calc(1.2 * var(--base-font-size));
  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");
    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");
    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");
    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");
    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");
    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: calc(1.1 * var(--base-font-size));
  line-height: 1.4;
}
.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");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 81px;
    height: 34px;
    width: 81px;
    height: 34px;
  }
}
.abi_custom .c-searchError {
  font-size: 14px;
  font-size: calc(1.4 * var(--base-font-size));
  line-height: 1;
  color: red;
  margin-top: 10px;
  text-align: left;
  padding-left: 275px;
}
.abi_custom .c-frame {
  -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;
}
.abi_custom .c-frame:after {
  content: "";
  position: absolute;
  width: 99%;
  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);
  -webkit-transform: rotate(-0.5deg);
  transform: rotate(-0.5deg);
  bottom: -15px;
  left: 6px;
  z-index: -1;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-frame:after {
    width: 97%;
  }
}
.abi_custom .c-boxBg {
  background: url("../img/box_bg.gif");
}
.abi_custom .c-tipsTitle {
  font-size: 23px;
  font-size: calc(2.3 * var(--base-font-size));
  line-height: 1.4;
  font-weight: 500;
  background: url("../img/tips_title_bg.gif") repeat-x bottom;
  display: inline-block;
  position: relative;
}
.abi_custom .c-tipsTitle:before {
  content: "";
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -5968px;
  height: 24px;
  width: 40px;
  position: absolute;
  bottom: 2px;
  left: -50px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-tipsTitle:before {
    background: url("../img/sprite/icon_tips_title_sp.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 24px;
    height: 15px;
    left: -34px;
  }
}
.abi_custom .c-tagSearchTitle {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -11080px;
  height: 22px;
  width: 112px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-tagSearchTitle {
    background: url("../img/sprite/title_tag_search_sp.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 61.5px;
    height: 11.5px;
  }
}
.abi_custom .c-newsSearchTitle {
  background: url("../img/sprite-hlnews.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -11080px;
  width: 150px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-newsSearchTitle {
    background: url("../img/sprite/title_news_search_sp.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 61.5px;
  }
}
.abi_custom .c-userInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-userInfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-rsultUserImage {
    padding: 4.29553% 0 3.43643% 0;
  }
}
.abi_custom .c-rsultUserImage__profile {
  width: 168px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-rsultUserImage__profile {
    width: 35.05155%;
    margin: 0 auto;
  }
}
.abi_custom .rsultUserImage__profile img {
  display: block;
}
.abi_custom .c-rsultUserData {
  padding-left: 13px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-rsultUserData {
    padding: 0;
    width: 100%;
  }
}
.abi_custom .c-rsultTitle {
  font-size: 24px;
  font-size: calc(2.4 * var(--base-font-size));
  line-height: 1.25;
  font-weight: bold;
  border-bottom: 1px solid #000;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-rsultTitle {
    font-size: 15px;
    font-size: calc(1.5 * var(--767-font-size));
    line-height: 1.4;
  }
}
.abi_custom .c-rsultUserName {
  font-size: 22px;
  font-size: calc(2.2 * var(--base-font-size));
  line-height: 1.4;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-rsultUserName {
    font-size: 12px;
    font-size: calc(1.2 * var(--767-font-size));
    line-height: 1.16667;
  }
}
.abi_custom .c-studyDate {
  font-size: 18px;
  font-size: calc(1.8 * var(--base-font-size));
  line-height: 1.66667;
  display: table;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-studyDate {
    display: block;
  }
}
.abi_custom .c-studyDate dt {
  color: #3ebff0;
  display: table-cell;
  vertical-align: top;
  font-weight: 500;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-studyDate dt {
    display: inline-block;
  }
}
.abi_custom .c-studyDate dd {
  display: table-cell;
  vertical-align: top;
  font-weight: 200;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-studyDate dd {
    display: inline-block;
  }
}
.abi_custom .c-studyDate__country li {
  display: inline;
}
.abi_custom .c-studyDate__country li:after {
  content: "/";
  padding: 0 7px;
}
.abi_custom .c-studyDate__country li:last-child:after {
  content: "";
  padding: 0;
}
.abi_custom .c-studyDate__pay:before {
  content: ":";
  display: inline-block;
  vertical-align: top;
}
.abi_custom .c-studyDate__pay ul {
  display: inline-block;
  vertical-align: top;
}
.abi_custom .c-profTag {
  width: 100%;
}
.abi_custom .c-profTag ul {
  padding: 15px 20px 15px 45px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-profTag ul {
    padding: 3.7037% 1.85185% 3.7037% 20px;
  }
}
.abi_custom .c-profTag ul:before {
  content: "";
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -3338px;
  height: 27px;
  width: 27px;
  display: block;
  position: absolute;
  left: 10px;
  top: 12px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-profTag ul:before {
    background: url("../img/sprite/icon_tag_large.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 13.5px;
    height: 13.5px;
    width: 13px;
    height: 13px;
    left: 5px;
  }
}
.abi_custom .c-profTag ul li {
  font-size: 14px;
  font-size: calc(1.4 * var(--base-font-size));
  line-height: 2;
  float: left;
  font-family: "Kozuka Gothic Pr6N ", "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-profTag ul li {
    font-size: 11px;
    font-size: calc(1.1 * var(--767-font-size));
    line-height: 1.72727;
  }
}
.abi_custom .c-profTag ul li:after {
  content: "/";
  padding: 0 3px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-profTag ul li:after {
    padding: 0 2px;
  }
}
.abi_custom .c-profTag ul li:last-child:after {
  content: "";
  padding: 0;
}
.abi_custom .c-resultLinkBtn {
  text-align: right;
  font-size: 14px;
  font-size: calc(1.4 * var(--base-font-size));
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-resultLinkBtn {
    font-size: 10px;
    line-height: 1;
  }
}
.abi_custom .c-resultLinkBtn span {
  display: inline-block;
  padding: 7px 11px 7px 18px;
  color: #fff;
  text-decoration: none;
  background-color: #3ebff0;
  border-radius: 3px;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-resultLinkBtn span {
    padding: 1.78571% 2.85714%;
  }
}
.abi_custom .c-resultLinkBtn span: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-left: 9px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-resultLinkBtn span:after {
    background: url("../img/sprite/icon_btn_arrow_sp.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 5px;
    height: 7.5px;
    margin-bottom: 1px;
  }
}
.abi_custom .c-searchHit {
  color: #c00000;
}
.abi_custom .c-searchHit:after {
  color: #000;
}
.abi_custom .c-freeSearchTitle {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -10708px;
  height: 22px;
  width: 173px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-freeSearchTitle {
    background: url("../img/sprite/title_free_search_sp.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 95.5px;
    height: 11.5px;
  }
}
.abi_custom .c-resultFreeTitle {
  font-size: 20px;
  font-size: 2rem;
  font-size: calc(2 * var(--base-font-size));
  line-height: 1.4;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-resultFreeTitle {
    font-size: 15px;
    font-size: calc(1.5 * var(--767-font-size));
    line-height: 1.4;
  }
}
.abi_custom .c-resultUserKeyword {
  font-size: 16px;
  font-size: calc(1.6 * var(--base-font-size));
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-resultUserKeyword {
    font-size: 11px;
    font-size: calc(1.1 * var(--767-font-size));
    line-height: 1.45455;
  }
}
.abi_custom .c-noHit {
  font-size: 20px;
  font-size: calc(2 * var(--base-font-size));
  line-height: 1.4;
  font-weight: bold;
  margin: 20px 0 50px 20px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-noHit {
    font-size: 14px;
    font-size: calc(1.4 * var(--767-font-size));
    line-height: 1.4;
    margin: 3.43643% 0 8.59107% 3.43643%;
  }
}
.abi_custom .c-pageNation {
  text-align: center;
}
.abi_custom .c-pageNation li {
  display: inline-block;
  font-size: 18px;
  font-size: calc(1.8 * var(--base-font-size));
  line-height: 1;
  color: #3ebff0;
  font-weight: 500;
  margin: 0 12px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-pageNation li {
    font-size: 14px;
    font-size: calc(1.4 * var(--767-font-size));
    line-height: 1;
    margin: 0 4.6875%;
  }
}
.abi_custom .c-pageNation li a {
  color: #3ebff0;
}
.abi_custom .c-pageNation__prev span {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -3273px;
  height: 18px;
  width: 12px;
  display: inline-block;
  vertical-align: bottom;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-pageNation__prev span {
    background: url("../img/sprite/icon_pagenation_prev_sp.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 9.5px;
    height: 13.5px;
  }
}
.abi_custom .c-pageNation__next span {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -3208px;
  height: 18px;
  width: 12px;
  display: inline-block;
  vertical-align: bottom;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-pageNation__next span {
    background: url("../img/sprite/icon_pagenation_next_sp.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 9.5px;
    height: 13.5px;
  }
}
.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");
    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 .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: calc(1.2 * var(--767-font-size));
    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");
    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: calc(1.1 * var(--base-font-size));
  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: calc(0.9 * var(--767-font-size));
    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: relative;
  top: 0;
  left: 50%;
  margin-left: -1500px;
  display: block;
  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-resultSearch {
  padding: 15px 0;
  background-color: #3ebff0;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-resultSearch {
    width: 100%;
    min-width: initial;
  }
}
.abi_custom .p-tagSearchResult {
  padding: 30px 19px 40px 19px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-tagSearchResult {
    width: 90.9375%;
    margin: 0 auto;
    padding: 4.29553% 0;
  }
}
.abi_custom .p-tagSearchResult .c-tipsTitle {
  font-size: 20px;
  font-size: calc(2 * var(--base-font-size));
  line-height: 1.4;
  margin-left: 19px;
  padding-bottom: 3px;
  display: block;
}
.abi_custom .p-tagSearchResult .c-tipsTitle span {
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-tagSearchResult .c-tipsTitle {
    font-size: 12px;
    font-size: calc(1.2 * var(--767-font-size));
    line-height: 1.4;
    margin-left: 30px;
    margin-right: 1.71821%;
  }
}
.abi_custom .p-tagSearchResult .c-tipsTitle .c-tagSearchTitle {
  margin-right: 5px;
}
.abi_custom .p-tagSearchResult .c-searchResultCont {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-tagSearchResult .c-searchResultCont {
    margin-top: 5.15464%;
  }
}
.abi_custom .p-tagSearchResult .c-pageNation {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-tagSearchResult .c-pageNation {
    margin-top: 7.73196%;
  }
}
.abi_custom .p-searchResultCont {
  border: 1px solid #c3c3c3;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-searchResultCont {
    width: 96.21993%;
    margin: 0 auto;
  }
}
.abi_custom .p-searchResultCont a {
  padding: 14px 13px 8px 13px;
  display: block;
  color: #000;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-searchResultCont a {
    padding: 2.5% 1.60714% 2.14286% 1.60714%;
  }
}
.abi_custom .p-searchResultCont .c-rsultUserName {
  margin-top: 13px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-searchResultCont .c-rsultUserName {
    margin: 3.57143% 0;
  }
}
.abi_custom .p-searchResultCont .c-studyDate {
  font-size: 16px;
  font-size: calc(1.6 * var(--base-font-size));
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-searchResultCont .c-studyDate {
    font-size: 11px;
    font-size: calc(1.1 * var(--767-font-size));
    line-height: 1.45455;
  }
  .abi_custom .p-searchResultCont .c-studyDate dt, .abi_custom .p-searchResultCont .c-studyDate dd {
    display: inline;
  }
}
.abi_custom .p-searchResultCont .c-profTag {
  margin-top: 2px;
  margin-bottom: 10px;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-searchResultCont .c-profTag {
    margin: 2.5% 0 1.78571% 0;
  }
}
.abi_custom .p-searchResultCont .c-profTag ul {
  padding-left: 13px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-searchResultCont .c-profTag ul {
    padding-left: 1.78571%;
  }
}
.abi_custom .p-searchResultCont .c-profTag ul:before {
  content: none;
}
.abi_custom .p-freeSearchResult {
  padding: 30px 19px 40px 19px;
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-freeSearchResult {
    width: 90.9375%;
    margin: 9.375% auto;
    padding: 4.29553% 0;
  }
}
.abi_custom .p-freeSearchResult .c-tipsTitle {
  font-size: 20px;
  font-size: calc(2 * var(--base-font-size));
  line-height: 1.4;
  margin-left: 19px;
  padding-bottom: 3px;
  margin-bottom: 27px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-freeSearchResult .c-tipsTitle {
    font-size: 12px;
    font-size: calc(1.2 * var(--767-font-size));
    line-height: 1.4;
    margin-left: 30px;
    margin-right: 1.71821%;
    margin-bottom: 0;
  }
}
.abi_custom .p-freeSearchResult .c-tipsTitle span {
  vertical-align: middle;
}
.abi_custom .p-freeSearchResult .c-tipsTitle .c-freeSearchTitle {
  margin-right: 5px;
}
.abi_custom .p-freeSearchResult .c-freeResultCont {
  border-bottom: 1px solid #c3c3c3;
  margin-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-freeSearchResult .c-freeResultCont {
    margin-top: 5.15464%;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-freeSearchResult .c-pageNation {
    margin-top: 7.73196%;
  }
}
.abi_custom .p-freeResultCont {
  padding: 0 14px 10px 14px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-freeResultCont {
    padding: 0 0 3.57143% 0;
    width: 96.21993%;
    margin: 0 auto;
  }
}
.abi_custom .p-freeResultCont p.c-resultFreeTitle {
  border-bottom: 1px solid #000;
  margin-bottom: 5px;
  display: inline-block;
}
.abi_custom .p-freeResultCont p.c-resultFreeTitle a {
  text-decoration: none;
  color: #000;
}
.abi_custom .p-freeResultCont p.c-resultFreeTitle:hover {
  border-bottom: 1px solid #fff;
}
.abi_custom .p-breadListDetail {
  padding: 14px 0 16px 6px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-breadListDetail {
    padding: 1.09375% 2.34375%;
    width: auto;
  }
}
.abi_custom .p-breadListDetail .c-linkList__item {
  font-size: 11px;
  font-size: calc(1.1 * var(--base-font-size));
  line-height: 1;
  font-family: "Kozuka Gothic Pr6N ", "メイリオ", Meiryo, sans-serif;
  display: inline;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-breadListDetail .c-linkList__item {
    font-size: 9px;
    font-size: calc(0.9 * var(--767-font-size));
    line-height: 1;
  }
}
.abi_custom .p-breadListDetail .c-linkList__item:after {
  content: ">";
  padding: 0 3px;
}
.abi_custom .p-breadListDetail .c-linkList__item:last-child:after {
  content: "";
  padding: 0;
}
.abi_custom .p-footerLinkTagSearch {
  color: #585858;
  margin-top: 4px;
  margin-bottom: 4px;
  position: relative;
}
.abi_custom .p-footerLinkTagSearch: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;
  position: absolute;
  display: block;
  top: 5px;
  left: 10px;
}
.abi_custom .p-footerLinkTagSearch .c-linkList {
  padding: 5px 0 5px 35px;
  font-family: "Kozuka Gothic Pr6N ", "メイリオ", Meiryo, sans-serif;
}
.abi_custom .p-footerLinkTagSearch .c-linkList a {
  line-height: 1;
}
.abi_custom .p-footerLinkTagSearch .c-linkList .c-linkList__item {
  line-height: 0;
}
.abi_custom .p-footerLinkTagSearch .c-linkList__item {
  margin: 0 6px;
  font-size: 11px;
  font-size: calc(1.1 * var(--base-font-size));
  line-height: 1.72727;
}
.abi_custom .u-cf:after {
  content: "";
  display: table;
  clear: both;
}
.abi_custom .u-hide {
  display: none;
}
.abi_custom .u-hover:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-mainVisual .pc_main_visual {
    display: none;
  }
  .abi_custom .p-mainVisual .sp_main_visual {
    display: block;
  }
}

/* 2025年サイトリニューアルに伴う調整 */
@media only screen and (max-width: 767px) {
  .abi_custom .p-tagSearchResult .c-tipsTitle {
    padding-bottom: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-newsSearchTitle {
    background-size: 100%;
    width: 100px;
  }
}