@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 6, ../../sass/sitemap/style.scss */
.sitemap .contents {
  padding: 80px 0 120px;
}
/* line 8, ../../sass/sitemap/style.scss */
.sitemap .contents a {
  color: #484848;
  text-decoration: none;
}
/* line 12, ../../sass/sitemap/style.scss */
.sitemap .contents .icon-external {
  display: none !important;
}
/* line 15, ../../sass/sitemap/style.scss */
.sitemap .contents .cont-sitemap {
  font-size: 0;
}
/* line 17, ../../sass/sitemap/style.scss */
.sitemap .contents .cont-sitemap .cat-box {
  display: inline-block;
  width: 32.20175%;
  margin: 40px 1.3579% 0 0;
  vertical-align: top;
}
/* line 22, ../../sass/sitemap/style.scss */
.sitemap .contents .cont-sitemap .cat-box:nth-child(3n) {
  margin-right: 0;
}
/* line 25, ../../sass/sitemap/style.scss */
.sitemap .contents .cont-sitemap .cat-box .lead-cat {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-family: '游明朝 Light', '游明朝', 'YuMincho','ＭＳ 明朝', serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
/* line 34, ../../sass/sitemap/style.scss */
.sitemap .contents .cont-sitemap .cat-box .lead-cat:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: '';
  width: 46.68675%;
  height: 1px;
  background: #514068;
}
/* line 43, ../../sass/sitemap/style.scss */
.sitemap .contents .cont-sitemap .cat-box .lead-cat a {
  position: relative;
  display: block;
  padding-left: 1.2em;
}
/* line 47, ../../sass/sitemap/style.scss */
.sitemap .contents .cont-sitemap .cat-box .lead-cat a:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: '';
  width: 17px;
  height: 17px;
  background: url(/graduate_school/common/img/sitemap/icon-circle-arrow.png) center center no-repeat;
  background-size: contain;
}
/* line 60, ../../sass/sitemap/style.scss */
.sitemap .contents .cont-sitemap .cat-box ul li {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}
/* line 63, ../../sass/sitemap/style.scss */
.sitemap .contents .cont-sitemap .cat-box ul li a,
.sitemap .contents .cont-sitemap .cat-box ul li .text {
  position: relative;
  display: inline-block;
}
/* line 68, ../../sass/sitemap/style.scss */
.sitemap .contents .cont-sitemap .cat-box ul li a.newtab:after,
.sitemap .contents .cont-sitemap .cat-box ul li .text.newtab:after {
  position: absolute;
  top: 2px;
  right: -.8em;
  content: '';
  width: 10px;
  height: 8px;
  background: url(/graduate_school/common/img/sitemap/icon_newtab.png) no-repeat;
  background-size: contain;
}
/* line 81, ../../sass/sitemap/style.scss */
.sitemap .contents .cont-sitemap .cat-box ul li ul li {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}
/* line 89, ../../sass/sitemap/style.scss */
.sitemap .contents .cont-sitemap .cat-box ul.n-list .n-item {
  margin-bottom: .5em;
  padding-left: 1.1em;
}
/* line 94, ../../sass/sitemap/style.scss */
.sitemap .contents .cont-sitemap .cat-box ul.n-list .n-item a:before,
.sitemap .contents .cont-sitemap .cat-box ul.n-list .n-item .text:before {
  position: absolute;
  top: 4px;
  left: -1.4em;
  content: '●';
  color: #514068;
  font-size: 12px;
  font-size: 1.2rem;
}
/* line 105, ../../sass/sitemap/style.scss */
.sitemap .contents .cont-sitemap .cat-box ul.n-list .n-item .sub-n-list .sub-n-item a {
  padding-left: 1.6em;
}
/* line 107, ../../sass/sitemap/style.scss */
.sitemap .contents .cont-sitemap .cat-box ul.n-list .n-item .sub-n-list .sub-n-item a:before {
  top: 9px;
  left: .7em;
  content: '';
  width: 6px;
  height: 6px;
  border-top: 2px solid #514068;
  border-right: 2px solid #514068;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 123, ../../sass/sitemap/style.scss */
.sitemap .contents .cont-sitemap .cat-box ul.s-list .s-item {
  margin-bottom: 10px;
}
/* line 127, ../../sass/sitemap/style.scss */
.sitemap .contents .cont-sitemap .cat-box ul.s-list .s-item .sub-s-list .sub-s-item a {
  padding-left: 1.6em;
}
/* line 129, ../../sass/sitemap/style.scss */
.sitemap .contents .cont-sitemap .cat-box ul.s-list .s-item .sub-s-list .sub-s-item a:before {
  position: absolute;
  top: 9px;
  left: .7em;
  content: '';
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 144, ../../sass/sitemap/style.scss */
.sitemap .contents .cont-sitemap .cat-box ul.s-list .s-item.purple .text {
  color: #514068;
}
/* line 149, ../../sass/sitemap/style.scss */
.sitemap .contents .cont-sitemap .cat-box ul.s-list .s-item.purple .sub-s-list .sub-s-item a {
  color: #484848;
}
/* line 151, ../../sass/sitemap/style.scss */
.sitemap .contents .cont-sitemap .cat-box ul.s-list .s-item.purple .sub-s-list .sub-s-item a:before {
  border-color: #514068;
}
/* line 159, ../../sass/sitemap/style.scss */
.sitemap .contents .cont-sitemap .cat-box ul.s-list .s-item.green .text {
  color: #368c5d;
}
/* line 164, ../../sass/sitemap/style.scss */
.sitemap .contents .cont-sitemap .cat-box ul.s-list .s-item.green .sub-s-list .sub-s-item a {
  color: #484848;
}
/* line 166, ../../sass/sitemap/style.scss */
.sitemap .contents .cont-sitemap .cat-box ul.s-list .s-item.green .sub-s-list .sub-s-item a:before {
  border-color: #368c5d;
}
/* line 174, ../../sass/sitemap/style.scss */
.sitemap .contents .cont-sitemap .cat-box ul.s-list .s-item.pink .text {
  color: #b56499;
}
/* line 179, ../../sass/sitemap/style.scss */
.sitemap .contents .cont-sitemap .cat-box ul.s-list .s-item.pink .sub-s-list .sub-s-item a {
  color: #484848;
}
/* line 181, ../../sass/sitemap/style.scss */
.sitemap .contents .cont-sitemap .cat-box ul.s-list .s-item.pink .sub-s-list .sub-s-item a:before {
  border-color: #b56499;
}

@media screen and (max-width: 959px) {
  /* line 201, ../../sass/sitemap/style.scss */
  .sitemap .contents .cont-sitemap .cat-box .lead-cat {
    font-size: 20px;
    font-size: 2rem;
  }
  /* line 203, ../../sass/sitemap/style.scss */
  .sitemap .contents .cont-sitemap .cat-box .lead-cat a {
    padding-left: 1.1em;
  }
  /* line 205, ../../sass/sitemap/style.scss */
  .sitemap .contents .cont-sitemap .cat-box .lead-cat a:before {
    top: 6px;
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 640px) {
  /* line 220, ../../sass/sitemap/style.scss */
  .sitemap header {
    background: url(/graduate_school/common/img/share/sp-mv.jpg) center center no-repeat;
    background-size: cover;
  }
  /* line 224, ../../sass/sitemap/style.scss */
  .sitemap .contents {
    padding: 10% 0 14%;
  }
  /* line 227, ../../sass/sitemap/style.scss */
  .sitemap .contents .cont-sitemap .cat-box {
    width: 48%;
    margin: 6% 0 0 0;
  }
  /* line 230, ../../sass/sitemap/style.scss */
  .sitemap .contents .cont-sitemap .cat-box:nth-child(odd) {
    float: left;
  }
  /* line 233, ../../sass/sitemap/style.scss */
  .sitemap .contents .cont-sitemap .cat-box:nth-child(even) {
    float: right;
  }
}
@media screen and (max-width: 480px) {
  /* line 247, ../../sass/sitemap/style.scss */
  .sitemap > header .category-wrap .category-tl .category-bg {
    padding: 25px 50px;
  }
  /* line 255, ../../sass/sitemap/style.scss */
  .sitemap .contents .cont-sitemap .cat-box {
    width: 100%;
    float: none !important;
  }
  /* line 258, ../../sass/sitemap/style.scss */
  .sitemap .contents .cont-sitemap .cat-box .lead-cat {
    margin-bottom: 15px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  /* line 261, ../../sass/sitemap/style.scss */
  .sitemap .contents .cont-sitemap .cat-box .lead-cat a {
    padding-left: 1.4em;
  }
  /* line 263, ../../sass/sitemap/style.scss */
  .sitemap .contents .cont-sitemap .cat-box .lead-cat a:before {
    top: 2px;
  }
  /* line 272, ../../sass/sitemap/style.scss */
  .sitemap .contents .cont-sitemap .cat-box ul.n-list .n-item a:before {
    top: 2px;
  }
  /* line 279, ../../sass/sitemap/style.scss */
  .sitemap .contents .cont-sitemap .cat-box ul.n-list .n-item .sub-n-list .sub-n-item a:before {
    top: 8px;
  }
  /* line 292, ../../sass/sitemap/style.scss */
  .sitemap .contents .cont-sitemap .cat-box ul.s-list .s-item .sub-s-list .sub-s-item a:before {
    top: 8px;
  }
}
@media screen and (max-width: 359px) {
  /* line 313, ../../sass/sitemap/style.scss */
  .wrapper > header .category-wrap .category-tl .category-bg p {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
