@charset "UTF-8";
.abi_custom .kv_first {
  display: block;
  background: #fff url(image/top_photo_first.jpg) no-repeat center top/cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 999;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.abi_custom {
  /*.kv_first.anim*/
}
.abi_custom .page-load .kv_first {
  -webkit-animation: kv_anim 1.2s linear 2.2s forwards;
  animation: kv_anim 1.2s linear 2.2s forwards;
}
.abi_custom .kv_first.none {
  display: none;
}
@-webkit-keyframes kv_anim {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
    z-index: 999;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}
@keyframes kv_anim {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
    z-index: 999;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .abi_custom {
    /*.kv_first.anim*/
  }
  .abi_custom .page-load .kv_first {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    background-image: url(image/top_photo_first-sp.jpg);
    background-size: contain;
  }
  .abi_custom .kv_first:after {
    background: url(image/top_photo_logo_sp.png) no-repeat center/144.5px 41px;
    bottom: 0;
    content: "";
    display: block;
    height: calc(100% - 131vw);
    left: 0;
    min-height: 50px;
    position: absolute;
    width: 100%;
  }
}
.abi_custom a:hover {
  text-decoration: none;
  color: inherit;
  opacity: 0.7;
}
.abi_custom .kv_link_wrap {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.abi_custom .kv_link_wrap img {
  width: 100%;
  max-width: 1200px;
  height: auto;
}
.abi_custom .kv-caption {
  font-size: 16px;
  line-height: 1.8;
  width: 1000px;
  margin: 48px auto;
  text-align: left;
}
.abi_custom .indexBlock {
  width: 1000px;
  margin: 0 auto;
}
.abi_custom .indexBlock-title {
  text-align: center;
  font-size: 26px;
  margin-bottom: 26px;
}
.abi_custom .indexBlock-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 100px;
}
.abi_custom .indexBlock-list:after {
  content: "";
  display: block;
  width: 315px;
  height: 0;
}
.abi_custom .indexBlock-list li {
  width: 315px;
  height: 67px;
  display: table;
  margin-bottom: 15px;
}
.abi_custom .indexBlock-list li img {
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
  height: 45px;
}
.abi_custom .indexBlock-list li span {
  display: inline-block;
  vertical-align: middle;
}
.abi_custom .indexBlock-list li a {
  border: 4px solid #296eb2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 30px 10px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  color: #333;
}
.abi_custom .indexBlock-list li a:hover {
  text-decoration: none;
  color: inherit;
}
.abi_custom .indexBlock-list li a:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -6px;
  width: 8px;
  height: 8px;
  border-bottom: 3px solid #296eb2;
  border-right: 3px solid #296eb2;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.abi_custom .indexBlock-list li.status_new a span:after {
  content: "NEW";
  display: inline-block;
  width: auto;
  height: auto;
  background: #db3022;
  color: #ffffff;
  margin: 0 0 0 4px;
  padding: 5px 8px 5px;
  font-size: 10px;
  line-height: 1;
}
.abi_custom .guideBlock {
  overflow: hidden;
}
.abi_custom .guideBlock-title {
  border-top: 6px solid #296eb2;
  border-bottom: 6px solid #296eb2;
  margin-bottom: 80px;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.abi_custom .guideBlock-title span,
.abi_custom .guideBlock-title h2 {
  display: table-cell;
  vertical-align: middle;
}
.abi_custom .guideBlock-title span {
  width: 245px;
  border-right: 6px solid #296eb2;
  padding: 24px 32px 24px 0;
  text-align: right;
}
.abi_custom .guideBlock-title span.text-note {
  display: block;
  border: none;
  width: auto;
  text-align: left;
  font-size: 16px;
  padding: 14px 0 0;
  font-weight: normal;
}
.abi_custom .guideBlock-title h2 {
  padding: 24px 0 24px 32px;
  font-size: 34px;
  font-weight: bold;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.abi_custom .guideBlock-title.single {
  margin-top: 60px;
}
.abi_custom .guideBlock-title.single h2 {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
.abi_custom .guideBlock-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin: 0 auto 80px;
}
.abi_custom .guideBlock-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
}
.abi_custom .guideBlock-inner + .guideBlock-inner dt:first-of-type {
  margin-top: 0;
}
.abi_custom .seniorBlock .guideBlock-wrapper {
  margin: 0 auto 40px;
}
.abi_custom .guideBlock-wrapper.right,
.abi_custom .guideBlock-inner.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
.abi_custom .guideBlock-wrapper.left .guideBlock-img,
.abi_custom .guideBlock-inner.left .guideBlock-inner-img {
  padding-right: 30px;
  max-width: 340px;
}
.abi_custom .guideBlock-wrapper.left .guideBlock-img img,
.abi_custom .guideBlock-inner.left .guideBlock-inner-img img {
  max-width: 340px;
}
.abi_custom .guideBlock-wrapper.left .guideBlock-img img + img,
.abi_custom .guideBlock-inner.left .guideBlock-inner-img img + img {
  margin-top: 15px;
}
.abi_custom .guideBlock-wrapper.right .guideBlock-img,
.abi_custom .guideBlock-inner.right .guideBlock-inner-img {
  padding-left: 30px;
}
.abi_custom .guideBlock-wrapper.right .guideBlock-dl dt,
.abi_custom .guideBlock-inner.right .guideBlock-dl dt {
  margin-top: 0;
}
.abi_custom .guideBlock-inner .guideBlock-inner-img {
  width: 340px;
}
.abi_custom .guideBlock-inner .guideBlock-inner-text {
  width: 100%;
}
.abi_custom .guideBlock-text {
  font-size: 16px;
  line-height: 1.8;
}
.abi_custom .guideBlock-color {
  color: #e12828;
}
.abi_custom .guideBlock-text .text {
  margin-bottom: 30px;
}
.abi_custom .convBtn {
  text-align: center;
  width: 470px;
  margin: 0 auto;
}
.abi_custom .convBtn + .convBtn {
  margin-top: 30px;
}
.abi_custom .convBtn a {
  display: block;
  width: 470px;
  background: #296eb2;
  color: #fff;
  text-align: center;
  padding: 18px 0;
  position: relative;
  font-size: 18px;
  line-height: 1.4;
}
.abi_custom .convBtn a:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -6px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.abi_custom .convBtn a[target=_blank]:after {
  border: none;
  -webkit-transform: none;
  transform: none;
  width: 15px;
  height: 11px;
  background: url(../image/blank.png) no-repeat 0 0;
}
.abi_custom ul.convBtn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.abi_custom .convBtn li {
  width: 50%;
}
.abi_custom .convBtn li .inquiryBtn {
  margin: 0;
}
.abi_custom {
  /* scheduleList */
}
.abi_custom .scheduleList {
  width: 1000px;
  margin: 0 auto 100px;
  position: relative;
}
.abi_custom .scheduleList:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  height: 100%;
  width: 110px;
  background: rgb(92, 163, 233); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(92, 163, 233)), color-stop(100%, rgb(41, 110, 178)), to(rgb(125, 185, 232)));
  background: linear-gradient(to bottom, rgb(92, 163, 233) 0%, rgb(41, 110, 178) 100%, rgb(125, 185, 232) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ca3e9', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}
.abi_custom .scheduleList {
  display: table;
}
.abi_custom .scheduleList dl {
  display: table-row;
}
.abi_custom .scheduleList dt,
.abi_custom .scheduleList dd {
  display: table-cell;
}
.abi_custom .scheduleList dt {
  width: 110px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  position: relative;
  padding-right: 30px;
  font-size: 16px;
  line-height: 1.3;
}
.abi_custom .scheduleList dt span {
  font-size: 22px;
}
.abi_custom .scheduleList dt:after {
  content: "▼";
  color: #fff;
  position: absolute;
  display: inline-block;
  width: 20px;
  text-align: center;
  bottom: -5px;
  left: 50%;
  margin-left: -25px;
}
.abi_custom .scheduleList dl:last-child dt:after {
  content: none;
}
.abi_custom .scheduleList dd:not(.rowspan) {
  border-bottom: #296eb2 2px solid;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  display: table;
}
.abi_custom .scheduleList dl:first-child dd {
  border-top: #296eb2 2px solid;
}
.abi_custom .scheduleList dd .rowspanInner {
  display: block;
  width: 100%;
  border-bottom: #296eb2 2px solid;
  padding: 30px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.abi_custom .scheduleList dd p {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1.6;
  width: 300px;
  font-weight: bold;
  padding-right: 30px;
}
.abi_custom .scheduleList dd ul {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  list-style: disc;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.abi_custom .scheduleList dd ul li {
  line-height: 1.6;
}
.abi_custom {
  /* seniorBlock */
}
.abi_custom .seniorBlock-title {
  font-size: 38px;
  color: #296eb2;
  line-height: 1.3;
  margin-bottom: 15px;
}
.abi_custom .guideBlock-text .guideBlock-name {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 16px;
}
.abi_custom .guideBlock-name small {
  font-size: 14px;
}
.abi_custom .guideBlock-name strong {
  font-size: 24px;
  font-weight: normal;
}
.abi_custom .parentBlock {
  border: #296eb2 solid 4px;
  background: #e8f5fb;
  padding: 27px;
  width: 1000px;
  margin: 60px auto 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.abi_custom .parentBlock + .guideBlock-wrapper {
  margin-top: 80px;
}
.abi_custom .parentBlock-text {
  padding: 0 0 0 30px;
}
.abi_custom .parentBlock-name {
  border-bottom: #296eb2 solid 2px;
  font-size: 15px;
  padding-bottom: 20px;
  font-weight: bold;
}
.abi_custom .parentBlock-comment {
  padding-top: 16px;
  line-height: 2;
}
.abi_custom .parentBlock-comment dt {
  font-size: 20px;
}
.abi_custom .parentBlock-comment dd {
  font-size: 14px;
}
.abi_custom .convArea {
  text-align: center;
  padding: 40px 0 0;
}
.abi_custom .convText {
  color: #296eb2;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.abi_custom .scholarshipWrapper,
.abi_custom .briefingWrapper {
  width: 1000px;
  margin: 40px auto 100px;
}
.abi_custom .eventWrapper {
  padding-bottom: 100px;
}
.abi_custom .scholarshipCaption {
  border: #296eb2 solid 3px;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.8;
  padding: 20px 0;
  margin-top: 25px;
  margin-bottom: 50px;
}
.abi_custom .scholarshipCaption small {
  font-size: 14px;
  display: block;
}
.abi_custom .scholarshipList {
  border-top: #296eb2 solid 2px;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.abi_custom .scholarshipList th {
  background: #e8f5fb;
  text-align: center;
  width: 130px;
  font-size: 16px;
}
.abi_custom .scholarshipList th,
.abi_custom .scholarshipList td {
  border-bottom: #296eb2 solid 2px;
}
.abi_custom .scholarshipList td {
  padding: 48px 0 48px 48px;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}
.abi_custom .scholarshipList ul {
  list-style: disc;
  padding-left: 20px;
  line-height: 1.6;
}
.abi_custom .scholarshipList ol {
  padding-left: 20px;
  line-height: 1.6;
}
.abi_custom .scholarshipList .price {
  font-weight: bold;
  font-size: 30px;
}
.abi_custom .scholarshipList .price strong {
  font-size: 50px;
}
.abi_custom .scholarshipList + .convArea {
  margin-bottom: 60px;
}
.abi_custom .howtoPrice {
  border: #296eb2 solid 2px;
  background: url(../image/bg_howtoprice.png) no-repeat 35px 37px #e8f5fb;
  height: 290px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 35px 38px 0 515px;
  font-size: 16px;
  line-height: 1.8;
  margin: 50px 0 0;
}
.abi_custom .seniorBlock {
  padding-bottom: 100px;
}
.abi_custom .textList {
  line-height: 1.6;
}
.abi_custom .textList dt {
  color: #296eb2;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}
.abi_custom .textList dd {
  font-size: 16px;
}
.abi_custom .inquiryWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 12px 0 20px;
}
.abi_custom .inquiryTelList {
  /*width: 640px;*/
}
.abi_custom .inquiryTelList p {
  font-size: 16px;
  line-height: 2;
}
.abi_custom .inquiryList {
  /*width: 326px;*/
  line-height: 1.6;
  background: #f7f7f7;
  padding: 30px;
  margin: 30px 0;
  /*margin-left: 40px;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.abi_custom .inquiryList dt {
  text-align: center;
  margin-bottom: 20px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
}
.abi_custom .inquiryList p {
  font-size: 14px;
}
.abi_custom .inquiryList .att {
  margin-top: 20px;
  text-align: center;
}
.abi_custom .inquiryList .tel {
  font-size: 20px;
}
.abi_custom .inquiryTelList ul,
.abi_custom .inquiryList ul {
  font-size: 14px;
  line-height: 2;
}
.abi_custom .inquiryTelList li,
.abi_custom .inquiryList li {
  text-indent: -1em;
  margin-left: 1em;
}
.abi_custom .inquiryBtn {
  margin-top: 38px;
}
.abi_custom .inquiryBtn a {
  display: block;
  width: 100%;
  background: #296eb2;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  position: relative;
  font-size: 14px;
}
.abi_custom .inquiryBtn a:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -6px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.abi_custom .inquiryBtn .btn-off {
  display: block;
  width: 100%;
  background: #ccc;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  position: relative;
  font-size: 14px;
}
.abi_custom .inquiryBtn .btn-off:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -6px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.abi_custom .inquiryBlock {
  margin-bottom: 70px;
}
.abi_custom .inquiryMember {
  font-size: 16px;
  font-weight: bold;
}
.abi_custom .inquiryMember + .parentBlock-comment {
  padding-top: 5px;
}
.abi_custom .telBox {
  background: #e8f5fb;
  border: #296eb2 solid 2px;
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
  margin: 20px 0 15px;
}
.abi_custom .telBox .tel {
  color: #296eb2;
  font-weight: bold;
  font-size: 29px;
}
.abi_custom .arrowTxt {
  background: #296eb2;
  color: #fff;
  font-size: 24px;
  vertical-align: middle;
  height: 40px;
  line-height: 40px;
  margin-left: 30px;
  position: relative;
  padding: 0 10px;
  margin-top: -10px;
  display: inline-block;
}
.abi_custom .arrowTxt:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 20px solid #296eb2;
  border-bottom: 20px solid transparent;
  position: absolute;
  left: -20px;
  top: 0;
}
.abi_custom .senior_block_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
}
.abi_custom .senior_block_wrapper .inquiryBtn {
  margin-top: 0;
}
.abi_custom .senior_block_wrapper .inquiryBtn a {
  color: #ffffff;
  text-decoration: none;
}
.abi_custom .senior_block {
  width: 48%;
  display: inline-block;
  margin-bottom: 50px;
}
.abi_custom .senior_head {
  position: relative;
  padding-left: 130px;
  min-height: 145px;
}
.abi_custom .senior_head.no_thumb {
  padding-left: 0;
  margin-bottom: 5px;
  min-height: inherit;
}
.abi_custom .senior_head img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: auto;
}
.abi_custom .senior_block .tit_senpai {
  text-align: left;
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 1.4;
}
.abi_custom .senior_block .tit_univ {
  border-top: 2px solid #296eb2;
  border-bottom: 2px solid #296eb2;
  clear: both;
  padding: 11px 0;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
.abi_custom .senior_block .senior_name {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.4;
}
.abi_custom .senior_block .senior_name span {
  font-size: 16px;
}
.abi_custom .senior_block .senior_name b {
  font-size: 24px;
  font-weight: normal;
}
.abi_custom .senior_block .senior_txt {
  clear: both;
  font-size: 16px;
  line-height: 1.8;
}
.abi_custom .readmore {
  font-size: 16px;
  color: #296eb2;
  text-align: center;
  width: 100%;
  display: inline-block;
  font-weight: bold;
  margin-top: 20px;
}
.abi_custom .readmore::after,
.abi_custom .readmore-single::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #296eb2;
  border-right: 2px solid #296eb2;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0 0 0 10px;
  vertical-align: 1px;
}
.abi_custom .readmore-single {
  font-size: 16px;
  color: #296eb2;
  text-align: center;
  width: 100%;
  display: inline-block;
  font-weight: bold;
  margin-top: 20px;
  text-decoration: underline !important;
}
.abi_custom .aboutQuestionTitle {
  margin-bottom: 20px;
}
.abi_custom .aboutQuestionList li {
  display: inline-block;
  font-size: 16px;
  background: #e8f5fb;
  border-radius: 16px;
  padding: 8px 20px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-right: 5px;
}
.abi_custom .typeDaigakuin {
  background: #fff;
  margin-top: 60px;
}
.abi_custom .block_grertest {
  background: #f7f7f7;
  padding: 40px;
  margin-bottom: 30px;
  margin-top: 50px;
}
.abi_custom .tit_grertest {
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1.4;
}
.abi_custom .txt_grertest {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 25px;
}
.abi_custom .areaGrertest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.abi_custom .listGrertest {
  background: #fff;
  display: block;
  width: 300px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px;
}
.abi_custom .listGrertest dt {
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  margin-bottom: 8px;
}
.abi_custom .listGrertest dd {
  font-size: 14px;
}
.abi_custom .guideBlock-dl {
  margin: 0 0 52px;
}
.abi_custom .guideBlock-dl dt {
  border-bottom: 2px solid #296eb2;
  font-size: 18px;
  font-weight: bold;
  color: #296eb2;
  margin: 36px 0 18px;
  padding: 0 0 8px;
}
.abi_custom .guideBlock-dl dd {
  line-height: 1.8;
}
.abi_custom .guideBlock-dl dd + dd {
  margin-top: 9px;
}
.abi_custom .guideBlock-dl dd a {
  color: #296eb2;
  text-decoration: underline;
}
.abi_custom .guideBlock-dl dd ol {
  margin: 0 0 0 20px;
}
.abi_custom .guideBlock-dl dd ul li {
  margin: 0 0 18px;
}
.abi_custom .guideBlock-dl dd ol + p {
  margin-top: 30px;
}
.abi_custom .guideBlock-dl dd .design-strike {
  display: inline-block;
  position: relative;
  padding: 0 4px;
}
.abi_custom .guideBlock-dl dd .design-strike:before {
  content: "";
  width: 100%;
  height: 1px;
  border-top: solid 1px red;
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
}
.abi_custom .guideBlock-dl dd .design-strike:after {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: solid 1px red;
  position: absolute;
  left: 0;
  bottom: calc(50% - 3px);
}
.abi_custom .toArchive {
  text-align: center;
  margin-top: 40px;
}
.abi_custom .toArchive a {
  font-size: 18px;
  color: #296eb2;
  font-weight: bold;
}
.abi_custom .toArchive a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-bottom: 3px solid #296eb2;
  border-left: 3px solid #296eb2;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 5px;
}
.abi_custom .alertTxt {
  border: 1px solid red;
  padding: 27px;
  font-size: 14px;
  line-height: 1.8;
  margin: -40px 0 30px;
  color: red;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.abi_custom .alertTitle {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
.abi_custom .alertTxt table th {
  text-align: left;
  position: relative;
  padding: 0 1em 0 0;
  font-weight: normal;
}
.abi_custom .alertTxt table th:after {
  content: "：";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}
.abi_custom .alertTxt a {
  text-decoration: underline;
}
.abi_custom .alertSingleTxt {
  color: red;
}
.abi_custom .guideBlock-wrapper > .alertTxt {
  margin-bottom: -50px;
}

@media (max-width: 767px) {
  .abi_custom .pc {
    display: none;
  }
  .abi_custom .sp {
    display: inherit;
  }
  .abi_custom .kv-caption,
  .abi_custom .indexBlock,
  .abi_custom .scheduleList,
  .abi_custom .scholarshipWrapper,
  .abi_custom .guideBlock-wrapper,
  .abi_custom .guideBlock-inner,
  .abi_custom .briefingWrapper,
  .abi_custom .parentBlock {
    width: 100%;
  }
  .abi_custom .guideBlockSPWrapper,
  .abi_custom .scholarshipWrapper,
  .abi_custom .briefingWrapper,
  .abi_custom .eventWrapper {
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .abi_custom .inquiryWrapper,
  .abi_custom .guideBlock-wrapper,
  .abi_custom .guideBlock-inner {
    display: block;
  }
  .abi_custom .convText {
    font-size: 14px;
  }
  .abi_custom .convBtn a {
    padding: 10px 0;
    font-size: 16px;
  }
  .abi_custom .convBtn a[target=_blank]:after {
    background-size: 12px auto;
  }
  .abi_custom ul.convBtn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .abi_custom .convBtn li {
    width: 100%;
  }
  .abi_custom .convBtn li + li {
    margin-top: 15px;
  }
  .abi_custom .convBtn li .inquiryBtn {
    margin: 0;
  }
  .abi_custom .guideBlock-title {
    margin-bottom: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .abi_custom .indexBlock-title img {
    width: 97px;
  }
  .abi_custom .indexBlock-list {
    margin-bottom: 40px;
  }
  .abi_custom .indexBlock-list li {
    width: 100%;
  }
  .abi_custom .indexBlock-list li img {
    width: 22px;
  }
  .abi_custom .guideBlock-title span {
    width: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 0;
    text-align: center;
  }
  .abi_custom .guideBlock-title span img {
    width: 47px;
  }
  .abi_custom .guideBlock-title h2 {
    font-size: 20px;
    padding: 10px 14px 10px 14px;
  }
  .abi_custom .guideBlock-title.single {
    margin-top: 45px;
    margin-bottom: 27px;
  }
  .abi_custom .guideBlock-title.single h2 {
    margin: 0 auto;
    padding: 10px 20px;
  }
  .abi_custom .guideBlock-wrapper.right .guideBlock-img, .abi_custom .guideBlock-inner.right .guideBlock-inner-img {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .abi_custom .howtoPrice {
    padding: 17px;
    background: #e8f5fb;
    height: auto;
    font-size: 14px;
    margin: 50px 0 0;
  }
  .abi_custom .convBtn,
  .abi_custom .convBtn a,
  .abi_custom .inquiryBtn,
  .abi_custom .inquiryBtn a {
    width: 100%;
  }
  .abi_custom .inquiryList {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-top: 20px;
    padding: 20px;
  }
  .abi_custom .kv-caption,
  .abi_custom .indexBlock {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .abi_custom {
    /* .scheduleList */
  }
  .abi_custom .scheduleList {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    table-layout: fixed;
    word-break: break-all;
    padding: 0 20px;
    margin-bottom: 50px;
  }
  .abi_custom .scheduleList:before {
    width: 40px;
    left: 20px;
  }
  .abi_custom .scheduleList dl {
    display: table;
    width: 100%;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
  }
  .abi_custom .scheduleList dt {
    padding: 0 30px 0 10px;
    width: 10px !important;
    text-align: center;
  }
  .abi_custom .scheduleList dt p {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 0 auto;
    white-space: nowrap;
    width: 1em; /* firefox対策 */
    line-height: 1em; /* firefox対策 */
    -ms-text-orientation: upright;
    text-orientation: upright;
  }
  .abi_custom .scheduleList dt br {
    display: none;
  }
  .abi_custom .scheduleList dt {
    word-break: break-all;
    word-wrap: break-all;
    font-size: 13px;
  }
  .abi_custom .scheduleList dt span {
    font-size: 16px;
  }
  .abi_custom .scheduleList dd,
  .abi_custom .scheduleList dd:not(.rowspan) {
    display: table-cell;
    padding: 20px 0;
  }
  .abi_custom .scheduleList dd.rowspan {
    padding: 0;
  }
  .abi_custom .scheduleList dd.rowspan .rowspanInner {
    padding: 20px 0;
  }
  .abi_custom .scheduleList dd p {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .abi_custom .scheduleList dd ul {
    font-size: 14px;
  }
  .abi_custom .scheduleList dt:after {
    margin-left: -17px;
  }
  .abi_custom .scholarshipCaption {
    font-size: 16px;
    text-align: left;
    padding: 10px;
  }
  .abi_custom .scholarshipCaption small {
    font-size: 12px;
  }
  .abi_custom .guideBlock-wrapper.right .guideBlock-img,
  .abi_custom .guideBlock-wrapper.left .guideBlock-img {
    padding: 0;
    margin-bottom: 10px;
  }
  .abi_custom .seniorBlock-title {
    font-size: 21px;
    margin-bottom: 8px;
  }
  .abi_custom .seniorBlock .guideBlock-wrapper {
    margin: 0 auto 20px;
  }
  .abi_custom .guideBlock-name small {
    font-size: 12px;
  }
  .abi_custom .guideBlock-name strong {
    font-size: 18px;
  }
  .abi_custom .guideBlock-text {
    font-size: 14px;
  }
  .abi_custom .guideBlock-text .guideBlock-name {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .abi_custom .inquiryWrapper {
    margin: 25px 0 30px;
  }
  .abi_custom .inquiryList dt {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .abi_custom .inquiryList .tel {
    font-size: 16px;
  }
  .abi_custom .inquiryList p {
    font-size: 14px;
  }
  .abi_custom .inquiryList ul {
    font-size: 12px;
  }
  .abi_custom .inquiryBtn a {
    font-size: 14px;
  }
  .abi_custom .inquiryMember {
    font-size: 14px;
  }
  .abi_custom .parentBlock {
    display: block;
    margin: 0 20px;
    padding: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
  }
  .abi_custom .parentBlock-img {
    float: left;
    width: 84px;
    padding-right: 15px;
  }
  .abi_custom .parentBlock-comment dt {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
    margin-left: 99px;
  }
  .abi_custom .parentBlock-comment dt small {
    font-size: 12px;
  }
  .abi_custom .parentBlock-comment dd {
    line-height: 1.8;
  }
  .abi_custom .parentBlock-name {
    padding-bottom: 8px;
    margin-left: 99px;
    font-size: 13px;
  }
  .abi_custom .parentBlock-comment {
    padding-top: 10px;
  }
  .abi_custom .parentBlock-text {
    padding: 0;
  }
  .abi_custom .textList + .parentBlock {
    margin-top: 30px;
    margin: 20px 0 40px;
  }
  .abi_custom .aboutQuestion + .parentBlock {
    margin-left: 0;
    margin-right: 0;
  }
  .abi_custom .seniorBlockWrapper {
    padding: 0 25px 40px;
  }
  .abi_custom .scholarshipList th {
    font-size: 14px;
    width: 80px;
  }
  .abi_custom .scholarshipList td {
    padding: 20px 0 20px 20px;
    font-size: 14px;
  }
  .abi_custom .scholarshipList .price {
    font-size: 20px;
    line-height: 1.3;
    padding: 10px 0;
  }
  .abi_custom .scholarshipList .price strong {
    font-size: 33px;
  }
  .abi_custom .arrowTxt {
    font-size: 12px;
    height: 14px;
    line-height: 14px;
    display: inline-block;
    padding: 0 5px;
    margin-left: 15px;
  }
  .abi_custom .arrowTxt:before {
    border-top: 7px solid transparent;
    border-right: 7px solid #296eb2;
    border-bottom: 7px solid transparent;
    left: -6px;
  }
  .abi_custom .textList dt {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .abi_custom .textList dd {
    font-size: 14px;
  }
  .abi_custom .footerWrapper {
    padding: 0;
    border-top: none;
  }
  .abi_custom .bottomBlock {
    padding-top: 0;
  }
  .abi_custom .inquiryTelList {
    width: 100%;
  }
  .abi_custom .telBox p {
    font-size: 14px;
  }
  .abi_custom .telBox .tel {
    font-size: 16px;
  }
  .abi_custom .inquiryTelList p {
    font-size: 14px;
  }
  .abi_custom .inquiryTelList ul, .abi_custom .inquiryList ul {
    font-size: 12px;
  }
  .abi_custom .senior_block_wrapper {
    display: block;
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
  }
  .abi_custom .senior_block_wrapper + .convArea {
    padding: 0 20px 40px;
  }
  .abi_custom .senior_block {
    width: 100%;
    margin-bottom: 18px;
  }
  .abi_custom .senior_head {
    position: relative;
    padding-left: 120px;
    min-height: 145px;
  }
  .abi_custom .senior_head.no_thumb {
    min-height: 0;
    margin-bottom: 18px;
  }
  .abi_custom .senior_head img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: auto;
  }
  .abi_custom .senior_block .tit_senpai {
    text-align: left;
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 1.4;
  }
  .abi_custom .senior_block .tit_univ {
    font-size: 13px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
  }
  .abi_custom .senior_block .senior_name {
    height: auto;
  }
  .abi_custom .senior_block .senior_name b {
    font-size: 18px;
  }
  .abi_custom .senior_block .senior_txt {
    font-size: 14px;
  }
  .abi_custom .readmore {
    border: #036eb7 solid 1px;
    font-size: 14px;
    padding: 10px 0;
    color: #296eb2;
    position: relative;
    font-weight: normal;
    margin-bottom: 47px;
  }
  .abi_custom .readmore::after {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
  }
  .abi_custom .readmore-single {
    font-size: 16px;
    color: #296eb2;
    text-align: center;
    width: 100%;
    display: inline-block;
    font-weight: bold;
    margin-top: 20px;
    text-decoration: underline !important;
  }
  .abi_custom .aboutQuestionList {
    margin-bottom: 20px;
  }
  .abi_custom .aboutQuestionList li {
    font-size: 12px;
    padding: 5px 11px;
    margin-bottom: 10px;
    border-radius: 12px;
  }
  .abi_custom .block_grertest {
    padding: 25px 17px 17px;
  }
  .abi_custom .listGrertest {
    width: auto;
    margin-bottom: 15px;
    padding: 18px;
    margin-left: auto;
    margin-right: auto;
  }
  .abi_custom .guideBlock-dl {
    margin: 0 0 23px;
  }
  .abi_custom .guideBlock-dl dt {
    border-bottom: 2px solid #296eb2;
    font-size: 14px;
    margin: 18px 0 13px;
    padding: 0 0 4px;
  }
  .abi_custom .guideBlock-dl dd {
    line-height: 1.8;
  }
  .abi_custom .guideBlock-dl dd ol {
    margin: 0 0 0 20px;
  }
  .abi_custom .guideBlock-dl dd ul li {
    margin: 0 0 18px;
  }
  .abi_custom .guideBlock-dl dd ol + p {
    margin-top: 18px;
  }
  .abi_custom .guideBlock-dl dd .senior_block_wrapper {
    padding: 0;
  }
}
.abi_custom .cancel_line {
  -webkit-text-decoration: line-through double;
  text-decoration: line-through double;
  color: #000000;
}
.abi_custom .guideBlock-text-attention {
  margin: 0 0 30px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
}
.abi_custom .indent li {
  text-indent: -1em;
  margin-left: 1em;
}
.abi_custom .line {
  background: url(/univ/graduate_school/image/line_black.png) repeat-x center;
}
.abi_custom .alertSingleTxt {
  color: red;
}
.abi_custom .guideBlock-title-sub {
  font-weight: bold;
  font-size: 18px;
  color: #036eb7;
  padding-bottom: 24px;
}
.abi_custom .scholarshipList.calendar + .calendar {
  margin: 30px 0 0;
}
.abi_custom .scholarshipList.calendar th {
  padding: 12px 0;
}
.abi_custom .scholarshipList.calendar td {
  text-align: center;
  border-right: 1px solid #296eb2;
  border-left: 1px solid #296eb2;
  padding: 24px;
}
.abi_custom .scholarshipList.calendar td .inquiryBtn {
  margin: 18px 0 0;
}
.abi_custom .guideBlock-text table th {
  width: 200px;
}
.abi_custom .guideBlock-text table td {
  padding: 24px 0 24px 24px;
  font-size: 16px;
}
.abi_custom .guideBlock-text table td .convArea {
  padding-top: 24px;
}
.abi_custom .guideBlock-text table td .convBtn {
  width: 100%;
}
.abi_custom .guideBlock-text table td .convBtn a {
  width: 100%;
  padding: 10px 0;
  font-size: 14px;
}
.abi_custom .guideBlock-text table td .convBtn a + a {
  margin-top: 15px;
}
.abi_custom ul.attentionList {
  font-size: 14px;
  line-height: 2;
}
.abi_custom .attentionList li {
  text-indent: -1em;
  margin-left: 1em;
}
.abi_custom .annotation {
  text-align: center;
  color: #db3022;
  margin: 10px auto 0;
}
.abi_custom .annotation a {
  text-decoration: underline;
}
.abi_custom .seniorBlock_text {
  font-size: 16px;
  line-height: 1.8;
  width: 1000px;
  margin: 0 auto 40px;
}
.abi_custom .guideBlock-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.abi_custom .bold {
  font-weight: bold;
}
.abi_custom .participantComment {
  background-color: #f7f7f7;
  padding: 30px;
}
.abi_custom .participantComment-tit {
  font-weight: bold;
}

@media (max-width: 767px) {
  .abi_custom .scholarshipList.calendar + .calendar {
    margin: 30px 0 0;
  }
  .abi_custom .scholarshipList.calendar th,
  .abi_custom .scholarshipList.calendar td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .abi_custom .scholarshipList.calendar th {
    padding: 12px 0;
  }
  .abi_custom .scholarshipList.calendar td {
    text-align: center;
    padding: 12px;
  }
  .abi_custom .scholarshipList.calendar td .inquiryBtn {
    margin: 12px 0 0;
    width: 100%;
  }
  .abi_custom .scholarshipList.calendar td .inquiryBtn a {
    padding: 5px 0;
  }
  .abi_custom .guideBlock-text table {
    margin-bottom: 10px;
  }
  .abi_custom .guideBlock-text table th {
    width: 120px;
  }
  .abi_custom .guideBlock-text table th,
  .abi_custom .guideBlock-text table td {
    font-size: 14px;
  }
  .abi_custom .alertTxt {
    padding: 10px;
    font-size: 14px;
    line-height: 1.8;
    margin: -20px 0 25px;
  }
  .abi_custom .alertTxt table th {
    display: block;
    width: 100%;
    padding: 0 1em 0 0;
  }
  .abi_custom .alertTxt table th:after {
    display: none;
  }
  .abi_custom .alertTxt table td {
    display: block;
    width: 100%;
  }
  .abi_custom .seniorBlock_text {
    font-size: 14px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .abi_custom .guideBlock-container {
    display: block;
  }
}
.abi_custom .indexBlock-title {
  width: 154px;
  margin-inline: auto;
}
.abi_custom .indexBlock-list li img {
  width: 45px;
}
.abi_custom .scheduleList dt {
  width: 140px;
}
@media (max-width: 767px) {
  .abi_custom .scholarshipList th {
    width: 1.8em;
  }
}
@media (min-width: 768px) {
  .abi_custom .guideBlock-title span img {
    width: 112px;
  }
}
@media (min-width: 768px) {
  .abi_custom .guideBlock-wrapper.left .guideBlock-img {
    margin-right: 30px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .abi_custom .guideBlock-wrapper.left .guideBlock-img img {
    max-width: 100%;
    width: 100%;
  }
}
.abi_custom .parentBlock .parentBlock-img {
  max-width: 140px;
}
@media (max-width: 767px) {
  .abi_custom .parentBlock .parentBlock-img {
    padding-right: 0;
  }
}
.abi_custom .parentBlock .parentBlock-img img {
  width: 100%;
}
.abi_custom .parentBlock .parentBlock-text {
  max-width: 798px;
}