@charset "UTF-8";
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* line 5, ../../sass/visitor/style.scss */
.visitor {
  background: #f2f2f2;
}
/* line 7, ../../sass/visitor/style.scss */
.visitor .text-catch {
  margin-bottom: 75px;
  text-align: center;
  font-family: '游明朝 Light', '游明朝', 'YuMincho','ＭＳ 明朝', serif;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 900;
  color: #484848;
}
/* line 15, ../../sass/visitor/style.scss */
.visitor .cont-tl02 {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: '游明朝 Light', '游明朝', 'YuMincho','ＭＳ 明朝', serif;
}
/* line 18, ../../sass/visitor/style.scss */
.visitor .cont-tl02:before, .visitor .cont-tl02:after {
  display: none;
}
/* line 23, ../../sass/visitor/style.scss */
.visitor .cont-tl03 {
  padding: 0 0 8px 0;
  color: #514068;
  font-size: 26px;
  font-size: 2.6rem;
  font-family: '游明朝 Light', '游明朝', 'YuMincho','ＭＳ 明朝', serif;
  background: none;
  border-bottom: 2px solid #514169;
}
/* line 30, ../../sass/visitor/style.scss */
.visitor .cont-tl03:before {
  display: none;
}
/* line 33, ../../sass/visitor/style.scss */
.visitor .cont-tl03:after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: rgba(81, 65, 105, 0.4);
}
/* line 43, ../../sass/visitor/style.scss */
.visitor .common-tbl {
  background: #fff !important;
}
/* line 46, ../../sass/visitor/style.scss */
.visitor .contents {
  padding: 70px 0 50px;
}

@media only screen and (max-width: 375px) {
  /* line 56, ../../sass/visitor/style.scss */
  .visitor header .category-wrap .category-tl .category-bg {
    width: 100%;
    max-width: 310px;
    padding: 25px 10px;
  }
  /* line 64, ../../sass/visitor/style.scss */
  .visitor .text-catch {
    font-size: 20px;
    font-size: 2rem;
  }
}
/* line 2, ../../sass/visitor/_student.scss */
.student header {
  background: url(/graduate_school/common/img/expense_support/share/mv.jpg) center center no-repeat;
  background-size: cover;
}
/* line 8, ../../sass/visitor/_student.scss */
.student .contents a[target="_blank"] .icon-external {
  display: none;
}
/* line 13, ../../sass/visitor/_student.scss */
.student .list01 {
  margin-bottom: 60px;
}
/* line 15, ../../sass/visitor/_student.scss */
.student .list01 .item {
  display: block;
  width: 32.03125%;
  float: left;
  margin-right: 1.95313%;
}
/* line 20, ../../sass/visitor/_student.scss */
.student .list01 .item:nth-child(3n) {
  margin-right: 0;
}
/* line 23, ../../sass/visitor/_student.scss */
.student .list01 .item > a {
  display: block;
  text-decoration: none;
  background: #fff;
}
/* line 27, ../../sass/visitor/_student.scss */
.student .list01 .item > a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 30, ../../sass/visitor/_student.scss */
.student .list01 .item > a:hover .thumb img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 36, ../../sass/visitor/_student.scss */
.student .list01 .item > a:hover .meta .name:before {
  left: 4px;
}
/* line 42, ../../sass/visitor/_student.scss */
.student .list01 .item > a .thumb {
  overflow: hidden;
  border-bottom: 2px solid #ef8bae;
}
/* line 45, ../../sass/visitor/_student.scss */
.student .list01 .item > a .thumb img {
  width: 100%;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 50, ../../sass/visitor/_student.scss */
.student .list01 .item > a .meta {
  min-height: 150px;
  padding: 15px 9.14634%;
}
/* line 53, ../../sass/visitor/_student.scss */
.student .list01 .item > a .meta .name {
  position: relative;
  padding-left: 28px;
  font-family: '游明朝 Light', '游明朝', 'YuMincho','ＭＳ 明朝', serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #514068;
}
/* line 60, ../../sass/visitor/_student.scss */
.student .list01 .item > a .meta .name:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(/graduate_school/common/img/expense_support/top/arrow-right01.png) no-repeat center;
  background-size: contain;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
/* line 72, ../../sass/visitor/_student.scss */
.student .list01 .item > a .meta .name .small {
  font-size: 16px;
  font-size: 1.6rem;
}
/* line 76, ../../sass/visitor/_student.scss */
.student .list01 .item > a .meta .text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #484848;
}
/* line 85, ../../sass/visitor/_student.scss */
.student .list01 .item a[target="_blank"] .meta .name {
  position: relative;
}
/* line 88, ../../sass/visitor/_student.scss */
.student .list01 .item a[target="_blank"] .meta .name > span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -4%;
  width: 10px;
  height: 8px;
  border: 1px solid #3c3c3c;
  border-top-width: 2px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 99, ../../sass/visitor/_student.scss */
.student .list01 .item a[target="_blank"] .meta .name > span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -4%;
  margin: -3px 0 0 6px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #3c3c3c;
  border-right: 1px solid #3c3c3c;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 118, ../../sass/visitor/_student.scss */
.student .list02 {
  margin: 0  0 40px;
  font-size: 0;
  text-align: center;
}
/* line 122, ../../sass/visitor/_student.scss */
.student .list02 .item {
  display: inline-block;
  width: 44%;
  max-width: 360px;
  margin: 0 2%;
  vertical-align: top;
}
/* line 128, ../../sass/visitor/_student.scss */
.student .list02 .item a {
  display: block;
  text-align: left;
  text-decoration: none;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
/* line 133, ../../sass/visitor/_student.scss */
.student .list02 .item a .btn-pdf {
  display: table;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  background: #514068;
  border: 2px solid #514068;
  margin-bottom: 0;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
/* line 143, ../../sass/visitor/_student.scss */
.student .list02 .item a .btn-pdf span {
  display: table-cell;
  padding: 10px 20px;
  vertical-align: middle;
}
/* line 147, ../../sass/visitor/_student.scss */
.student .list02 .item a .btn-pdf span:after {
  content: "PDF";
  display: inline-block;
  height: 19px;
  padding: 1px .4em;
  margin: -5px 0 0 .5em;
  color: #fff;
  font-family: 'Overpass', sans-serif;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.35;
  text-decoration: none;
  text-transform: uppercase;
  background: #ef2a62;
}
/* line 164, ../../sass/visitor/_student.scss */
.student .list02 .item a:hover {
  opacity: .7;
}
/* line 167, ../../sass/visitor/_student.scss */
.student .list02 .item a .txt {
  font-size: 14px;
  font-size: 1.4rem;
  color: #484848;
  margin-top: 1em;
}
/* line 175, ../../sass/visitor/_student.scss */
.student .cont-btn {
  text-align: center;
}

@media only screen and (min-width: 769px) and (max-width: 870px) {
  /* line 185, ../../sass/visitor/_student.scss */
  .student .list01 .item > a .meta {
    min-height: 155px;
  }
  /* line 187, ../../sass/visitor/_student.scss */
  .student .list01 .item > a .meta .name {
    padding-left: 23px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  /* line 191, ../../sass/visitor/_student.scss */
  .student .list01 .item > a .meta .name .small {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 194, ../../sass/visitor/_student.scss */
  .student .list01 .item > a .meta .name:before {
    top: 8px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
  /* line 210, ../../sass/visitor/_student.scss */
  .student .list01 .item > a .meta {
    padding: 15px 5%;
  }
  /* line 212, ../../sass/visitor/_student.scss */
  .student .list01 .item > a .meta .name {
    padding-left: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  /* line 215, ../../sass/visitor/_student.scss */
  .student .list01 .item > a .meta .name .small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* line 218, ../../sass/visitor/_student.scss */
  .student .list01 .item > a .meta .name:before {
    top: 6px;
  }
  /* line 229, ../../sass/visitor/_student.scss */
  .student .list02 a dl dt {
    font-size: 18px;
    font-size: 1.8rem;
  }
  /* line 233, ../../sass/visitor/_student.scss */
  .student .list02 a .btn-pdf {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  /* line 244, ../../sass/visitor/_student.scss */
  .student header {
    background: url(/graduate_school/common/img/expense_support/share/sp-mv.jpg) center center no-repeat;
    background-size: cover;
  }
  /* line 248, ../../sass/visitor/_student.scss */
  .student .contents {
    padding: 40px 0 30px;
  }
  /* line 251, ../../sass/visitor/_student.scss */
  .student .list01 {
    margin-bottom: 20px;
  }
  /* line 253, ../../sass/visitor/_student.scss */
  .student .list01 .item {
    width: 100%;
    margin: 0 0 30px;
    float: none;
  }
  /* line 257, ../../sass/visitor/_student.scss */
  .student .list01 .item:last-child {
    margin: 0;
  }
  /* line 261, ../../sass/visitor/_student.scss */
  .student .list01 .item > a .meta {
    min-height: inherit;
  }
  /* line 264, ../../sass/visitor/_student.scss */
  .student .list01 .item > a .meta .name:before {
    top: 8px;
  }
  /* line 273, ../../sass/visitor/_student.scss */
  .student .list02 .item {
    width: 100%;
    max-width: inherit;
    margin: 0 0 20px;
  }
  /* line 277, ../../sass/visitor/_student.scss */
  .student .list02 .item img {
    width: 100%;
  }
  /* line 280, ../../sass/visitor/_student.scss */
  .student .list02 .item:last-child {
    max-width: 360px;
  }
}
