@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-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-themeSearchTitle {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -11145px;
  height: 22px;
  width: 98px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-themeSearchTitle {
    background: url("../img/sprite/title_theme_search_sp.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 52px;
    height: 11.5px;
  }
}
.abi_custom .c-searchCondition {
  font-size: 18px;
  font-size: calc(1.8 * var(--base-font-size));
  line-height: 1;
  color: #3ebff0;
  padding-left: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-searchCondition {
    font-size: 12px;
    font-size: calc(1.2 * var(--767-font-size));
    line-height: 1;
    padding-left: 30px;
  }
}
.abi_custom .c-searchCondition li {
  display: inline-block;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-searchCondition li {
    margin-right: 1.71821%;
  }
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-themeReSearchBtn {
    position: relative;
  }
}
.abi_custom .c-themeReSearchBtn > li {
  float: left;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-themeReSearchBtn > li {
    float: none;
  }
  .abi_custom .c-themeReSearchBtn > li:nth-child(3) {
    position: absolute;
    width: 100%;
    top: 25.33784%;
    left: 46.39175%;
  }
}
.abi_custom .c-themeReSearchBtn__area {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -516px;
  height: 36px;
  width: 165px;
  cursor: pointer;
  margin-right: 21px;
}
.abi_custom .c-themeReSearchBtn__area:hover {
  background-position: 0 -562px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-themeReSearchBtn__area {
    background: url("../img/sprite/btn_re_search_area_sp.png");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
    width: 39.5189%;
    margin-right: 0;
    margin-bottom: 4.12371%;
  }
  .abi_custom .c-themeReSearchBtn__area:after {
    content: "";
    display: block;
    padding-top: 21.73913%;
  }
  .abi_custom .c-themeReSearchBtn__area:hover {
    background: url("../img/sprite/btn_re_search_area_hover_sp.png");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
    width: 39.5189%;
  }
  .abi_custom .c-themeReSearchBtn__area:hover:after {
    content: "";
    display: block;
    padding-top: 21.73913%;
  }
}
.abi_custom .c-themeReSearchBtn__area.is-active {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -562px;
  height: 36px;
  width: 165px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-themeReSearchBtn__area.is-active {
    background: url("../img/sprite/btn_re_search_area_hover_sp.png");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
    width: 39.5189%;
  }
  .abi_custom .c-themeReSearchBtn__area.is-active:after {
    content: "";
    display: block;
    padding-top: 21.73913%;
  }
}
.abi_custom .c-themeReSearchBtn__type {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -1699px;
  height: 36px;
  width: 214px;
  cursor: pointer;
}
.abi_custom .c-themeReSearchBtn__type:hover {
  background-position: 0 -1745px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-themeReSearchBtn__type {
    background: url("../img/sprite/btn_re_search_type_sp.png");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
    width: 39.5189%;
    margin-bottom: 4.12371%;
  }
  .abi_custom .c-themeReSearchBtn__type:after {
    content: "";
    display: block;
    padding-top: 21.73913%;
  }
  .abi_custom .c-themeReSearchBtn__type:hover {
    background: url("../img/sprite/btn_re_search_type_hover_sp.png");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
    width: 39.5189%;
  }
  .abi_custom .c-themeReSearchBtn__type:hover:after {
    content: "";
    display: block;
    padding-top: 21.73913%;
  }
}
.abi_custom .c-themeReSearchBtn__type.is-active {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -1745px;
  height: 36px;
  width: 214px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-themeReSearchBtn__type.is-active {
    background: url("../img/sprite/btn_re_search_type_hover_sp.png");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
    width: 39.5189%;
  }
  .abi_custom .c-themeReSearchBtn__type.is-active:after {
    content: "";
    display: block;
    padding-top: 21.73913%;
  }
}
.abi_custom .c-themeReSearchBtn__field {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -728px;
  height: 36px;
  width: 142px;
  cursor: pointer;
  margin-left: 7px;
}
.abi_custom .c-themeReSearchBtn__field:hover {
  background-position: 0 -774px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-themeReSearchBtn__field {
    background: url("../img/sprite/btn_re_search_field_sp.png");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
    width: 34.02062%;
    margin-left: 0;
  }
  .abi_custom .c-themeReSearchBtn__field:after {
    content: "";
    display: block;
    padding-top: 25.25253%;
  }
  .abi_custom .c-themeReSearchBtn__field:hover {
    background: url("../img/sprite/btn_re_search_field_hover.png");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
    width: 34.02062%;
  }
  .abi_custom .c-themeReSearchBtn__field:hover:after {
    content: "";
    display: block;
    padding-top: 25.35211%;
  }
}
.abi_custom .c-themeReSearchBtn__field.is-active {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -774px;
  height: 36px;
  width: 142px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-themeReSearchBtn__field.is-active {
    background: url("../img/sprite/btn_re_search_field_hover_sp.png");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
    width: 34.02062%;
  }
  .abi_custom .c-themeReSearchBtn__field.is-active:after {
    content: "";
    display: block;
    padding-top: 25.25253%;
  }
}
.abi_custom .c-themeReSearchBtn__period {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -940px;
  height: 36px;
  width: 183px;
  cursor: pointer;
  margin-left: 21px;
  margin-right: 21px;
}
.abi_custom .c-themeReSearchBtn__period:hover {
  background-position: 0 -986px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-themeReSearchBtn__period {
    background: url("../img/sprite/btn_re_search_period_sp.png");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
    width: 43.98625%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 4.12371%;
  }
  .abi_custom .c-themeReSearchBtn__period:after {
    content: "";
    display: block;
    padding-top: 19.53125%;
  }
  .abi_custom .c-themeReSearchBtn__period:hover {
    background: url("../img/sprite/btn_re_search_period_hover_sp.png");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
    width: 43.98625%;
  }
  .abi_custom .c-themeReSearchBtn__period:hover:after {
    content: "";
    display: block;
    padding-top: 19.53125%;
  }
}
.abi_custom .c-themeReSearchBtn__period.is-active {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -986px;
  height: 36px;
  width: 183px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-themeReSearchBtn__period.is-active {
    background: url("../img/sprite/btn_re_search_period_hover_sp.png");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
    width: 43.98625%;
  }
  .abi_custom .c-themeReSearchBtn__period.is-active:after {
    content: "";
    display: block;
    padding-top: 19.53125%;
  }
}
.abi_custom .c-themeReSearchBtn__submit button {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -1152px;
  height: 36px;
  width: 111px;
  border: none;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-themeReSearchBtn__submit button {
    background: url("../img/sprite/btn_re_search_submit_sp.png");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
    width: 33.67698%;
    padding: 0;
  }
  .abi_custom .c-themeReSearchBtn__submit button:after {
    content: "";
    display: block;
    padding-top: 34.18367%;
  }
}
.abi_custom .c-reSearchSelect {
  background-color: #fff;
  width: 896px;
  padding: 29px;
  border: 1px solid #c9c9c9;
  border-radius: 3px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-reSearchSelect {
    width: 93.81443%;
    padding: 6.87285% 3.09278% 6.87285% 3.09278%;
    height: 300px;
  }
  .abi_custom .c-reSearchSelect__wrapper {
    height: 100%;
    overflow-y: auto;
  }
  .abi_custom .c-reSearchSelect ::-webkit-scrollbar {
    width: 6px;
  }
  .abi_custom .c-reSearchSelect ::-webkit-scrollbar-track {
    border-radius: 10px;
  }
  .abi_custom .c-reSearchSelect ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #bfbfbf;
  }
}
.abi_custom .c-reSearchSelect__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-reSearchSelect__hideBtn {
    background: url("../img/sprite/close_overray_sp.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 22px;
    height: 22px;
    right: -5px;
    top: -11px;
  }
}
.abi_custom .c-reSearchSelect:before {
  content: "";
  border: 12px solid transparent;
  border-bottom: 12px solid #fff;
  position: absolute;
  top: -24px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-reSearchSelect:before {
    content: none;
  }
}
.abi_custom .c-reSearchSelect:after {
  content: "";
  border: 12px solid transparent;
  border-bottom: 12px solid #c9c9c9;
  position: absolute;
  top: -25px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-reSearchSelect:after {
    content: none;
  }
}
.abi_custom .c-searchAreaNameOverLay {
  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-searchAreaNameOverLay {
    font-size: 12px;
    font-size: calc(1.2 * var(--767-font-size));
    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-searchSelectBoxOverLay {
  font-size: 14px;
  font-size: calc(1.4 * var(--base-font-size));
  line-height: 1;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RhZGFkYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dadada));
  background: linear-gradient(#fefefe, #dadada);
  border-radius: 3px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-searchSelectBoxOverLay {
    max-width: 100%;
  }
}
.abi_custom .c-profImage {
  width: 168px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-profImage {
    width: 35.05155%;
    margin: 0 auto;
  }
}
.abi_custom .c-profImage img {
  display: block;
}
.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-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-noHit {
  font-size: 20px;
  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: 1.8rem;
  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(--base-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-themeReSearch {
  position: relative;
  z-index: 9999;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-themeReSearch {
    width: 95.87629%;
    margin: 0 auto;
  }
}
.abi_custom .p-themeReSearch .c-reSearchSelect {
  position: absolute;
  top: 50px;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-themeReSearch .c-reSearchSelect {
    top: 110.54422%;
  }
  .abi_custom .p-themeReSearch .c-reSearchSelect.c-reSearchSelectField {
    left: -46.39175%;
    top: 500%;
  }
}
.abi_custom .p-themeReSearch .c-reSearchSelectArea:before, .abi_custom .p-themeReSearch .c-reSearchSelectArea:after {
  left: 70px;
}
.abi_custom .p-themeReSearch .c-reSearchSelectType:before, .abi_custom .p-themeReSearch .c-reSearchSelectType:after {
  left: 255px;
}
.abi_custom .p-themeReSearch .c-reSearchSelectField:before, .abi_custom .p-themeReSearch .c-reSearchSelectField:after {
  left: 415px;
}
.abi_custom .p-themeReSearch .c-reSearchSelectPeriod:before, .abi_custom .p-themeReSearch .c-reSearchSelectPeriod:after {
  left: 603px;
}
.abi_custom .p-themeReSearch li.u-hide + li .c-reSearchSelectPeriod:before, .abi_custom .p-themeReSearch li.u-hide + li .c-reSearchSelectPeriod:after {
  left: 450px;
}
.abi_custom .p-reSearchOverLay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  display: none;
}
.abi_custom .p-reSearchOverLay__layer {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.abi_custom .p-reSearchSelectArea > div > div {
  margin-bottom: 25px;
}
.abi_custom .p-reSearchSelectArea > div > div:last-child {
  margin-bottom: 0;
}
.abi_custom .p-reSearchSelectArea p.c-searchAreaNameOverLay {
  border-top: 1px solid #3ebff0;
  padding-top: 10px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-reSearchSelectArea p.c-searchAreaNameOverLay {
    padding-top: 2.23368%;
    margin-bottom: 0;
  }
}
.abi_custom .p-reSearchSelectArea div.c-reSearchSelect__wrapper ul.u-cf {
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-reSearchSelectArea div.c-reSearchSelect__wrapper ul.u-cf {
    padding-bottom: 3.43643%;
  }
}
.abi_custom .p-reSearchSelectArea li.c-searchAreaNameOverLay {
  padding: 9px 23px 9px 0;
  float: left;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-reSearchSelectArea li.c-searchAreaNameOverLay {
    float: none;
    padding: 4.29553% 0 4.29553% 0;
    margin-left: 6.52921%;
    border-bottom: 1px solid #93999b;
  }
  .abi_custom .p-reSearchSelectArea li.c-searchAreaNameOverLay:last-child {
    border-bottom: none;
  }
}
.abi_custom .p-reSearchSelectType > div > div {
  margin-bottom: 25px;
}
.abi_custom .p-reSearchSelectType > div > div:last-child {
  margin-bottom: 0;
}
.abi_custom .p-reSearchSelectType p.c-searchAreaNameOverLay {
  border-top: 1px solid #3ebff0;
  padding-top: 10px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-reSearchSelectType p.c-searchAreaNameOverLay {
    padding-bottom: 2.23368%;
    margin-bottom: 0;
  }
}
.abi_custom .p-reSearchSelectType li.c-searchAreaNameOverLay {
  padding: 9px 23px 9px 0;
  float: left;
}
.abi_custom .p-reSearchSelectType li.c-searchAreaNameOverLay br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-reSearchSelectType li.c-searchAreaNameOverLay {
    float: none;
    padding: 4.29553% 0 4.29553% 0;
    margin-left: 6.52921%;
    border-bottom: 1px solid #93999b;
  }
  .abi_custom .p-reSearchSelectType li.c-searchAreaNameOverLay:last-child {
    border-bottom: none;
  }
  .abi_custom .p-reSearchSelectType li.c-searchAreaNameOverLay br {
    display: block;
  }
}
.abi_custom .p-reSearchSelectField > div p:not(.c-searchAreaNameOverLay) {
  font-size: 18px;
  font-size: calc(1.8 * var(--base-font-size));
  line-height: 1;
  color: #477687;
  border-bottom: 1px solid #3ebff0;
  padding-bottom: 10px;
}
.abi_custom .p-reSearchSelectField > div p.c-searchAreaNameOverLay {
  color: #3ebff0;
  padding: 14px 0 5px 0;
}
.abi_custom .p-reSearchSelectField li.c-searchAreaNameOverLay {
  float: left;
  margin-right: 20px;
  padding: 8px 0;
}
.abi_custom .p-reSearchSelectPeriod {
  width: 896px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-reSearchSelectPeriod {
    width: 93.81443%;
    padding-bottom: 5%;
  }
}
.abi_custom .p-reSearchSelectPeriod dl:last-child dt, .abi_custom .p-reSearchSelectPeriod dl:last-child dd {
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-reSearchSelectPeriod dl:last-child dt, .abi_custom .p-reSearchSelectPeriod dl:last-child dd {
    padding-bottom: 5%;
    border-bottom: none;
  }
}
.abi_custom .p-reSearchSelectPeriod dl:nth-last-child(2) dd {
  border-bottom: none;
}
.abi_custom .p-reSearchSelectPeriod dt, .abi_custom .p-reSearchSelectPeriod dd {
  display: inline-block;
  padding-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-reSearchSelectPeriod dt, .abi_custom .p-reSearchSelectPeriod dd {
    display: block;
    padding: 4.29553% 0 4.29553% 0;
  }
}
.abi_custom .p-reSearchSelectPeriod dt {
  width: 98px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-reSearchSelectPeriod dt {
    width: auto;
    font-size: 12px;
    font-size: calc(1.2 * var(--767-font-size));
    line-height: 1.4;
  }
}
.abi_custom .p-reSearchSelectPeriod dd {
  padding-right: 50px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-reSearchSelectPeriod dd {
    padding-right: 0;
    margin-left: 6.52921%;
    border-bottom: 1px solid #93999b;
  }
}
.abi_custom .p-reSearchSelectPeriod dt.c-searchAreaNameOverLay {
  color: #3ebff0;
}
.abi_custom .p-themeSearchResult {
  padding: 30px 19px 35px 19px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-themeSearchResult {
    width: 90.9375%;
    margin: 0 auto 10.30928% auto;
    padding: 4.29553% 0;
  }
}
.abi_custom .p-themeSearchResult .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: 19px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-themeSearchResult .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: 2.4055%;
  }
}
.abi_custom .p-themeSearchResult .c-tipsTitle span {
  vertical-align: middle;
}
.abi_custom .p-themeSearchResult .c-tipsTitle .c-themeSearchTitle {
  margin-right: 5px;
}
.abi_custom .p-themeSearchResult .c-searchCondition {
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-themeSearchResult .c-searchCondition {
    margin-bottom: 3.43643%;
  }
}
.abi_custom .p-themeSearchResult .c-themeResultCont {
  margin: 9px 0;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-themeSearchResult .c-themeResultCont {
    margin: 5.15464% auto 0 auto;
  }
}
.abi_custom .p-themeSearchResult .c-pageNation {
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-themeSearchResult .c-pageNation {
    padding-top: 7.73196%;
  }
}
.abi_custom .p-themeResultCont {
  border: 1px solid #c3c3c3;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-themeResultCont {
    width: 95.87629%;
  }
}
.abi_custom .p-themeResultCont a {
  padding: 14px;
  color: #000;
  text-decoration: none;
  display: block;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-themeResultCont a {
    padding: 2.23368%;
  }
}
.abi_custom .p-themeResultCont__image {
  float: left;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-themeResultCont__image {
    width: 29.0378%;
    margin: 0 3.43643% 3.43643% 0;
  }
  .abi_custom .p-themeResultCont__image .c-profImage {
    width: 100%;
  }
}
.abi_custom .p-themeResultCont__date {
  float: right;
  width: 746px;
  position: relative;
  min-height: 140px;
  padding-bottom: 28px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-themeResultCont__date {
    width: 100%;
    float: none;
    min-height: initial;
    padding-bottom: 1.71821%;
  }
}
@media only screen and (min-width: 377px) {
  .abi_custom .p-themeResultCont .c-rsultTitle {
    font-size: 26px;
    font-size: calc(2.6 * var(--base-font-size));
    line-height: 1.4;
    margin-bottom: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-themeResultCont .c-rsultTitle {
    margin-bottom: 2.4055%;
    max-width: 67.52577%;
  }
}
@media only screen and (min-width: 377px) {
  .abi_custom .p-themeResultCont .c-rsultUserName {
    font-size: 20px;
    font-size: calc(2 * var(--767-font-size));
    line-height: 1.4;
  }
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-themeResultCont .c-rsultUserName {
    padding-bottom: 1.71821%;
    max-width: 67.52577%;
    display: inline-block;
  }
}
.abi_custom .p-themeResultCont .c-studyDate {
  font-size: 16px;
  font-size: calc(1.6 * var(--base-font-size));
  line-height: 1.375;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-themeResultCont .c-studyDate {
    font-size: 11px;
    font-size: calc(1.1 * var(--767-font-size));
    line-height: 1.45455;
    clear: both;
  }
}
.abi_custom .p-themeResultCont .c-resultLinkBtn {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-themeResultCont .c-resultLinkBtn {
    position: relative;
    margin-top: 2.4055%;
  }
}
.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;
  }
}