@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/nondegree/style.scss */
.nondegree {
  background: #f2f2f2;
}
/* line 11, ../../sass/nondegree/style.scss */
.nondegree header .category-wrap .category-tl .category-bg {
  width: 100%;
  max-width: 364px;
  padding: 25px 10px;
}
/* line 20, ../../sass/nondegree/style.scss */
.nondegree .contents {
  padding: 70px 0 40px;
}
/* line 22, ../../sass/nondegree/style.scss */
.nondegree .contents .note-box {
  margin-bottom: 20px;
  text-align: center;
  border: 1px solid currentColor;
  padding: 1em;
}
/* line 27, ../../sass/nondegree/style.scss */
.nondegree .contents .note-box .line {
  text-decoration: underline;
}
/* line 31, ../../sass/nondegree/style.scss */
.nondegree .contents p {
  margin: 0;
}
/* line 36, ../../sass/nondegree/style.scss */
.nondegree .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 45, ../../sass/nondegree/style.scss */
.nondegree .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 52, ../../sass/nondegree/style.scss */
.nondegree .cont-tl03:before {
  display: none;
}
/* line 55, ../../sass/nondegree/style.scss */
.nondegree .cont-tl03:after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: rgba(81, 65, 105, 0.4);
}
@media only screen and (max-width: 768px) {
  /* line 67, ../../sass/nondegree/style.scss */
  .nondegree .cont-tl03 {
    line-height: 1.2;
  }
  /* line 69, ../../sass/nondegree/style.scss */
  .nondegree .cont-tl03:before {
    height: 40px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 77, ../../sass/nondegree/style.scss */
  .nondegree .contents {
    padding: 40px 0 60px;
  }
  /* line 81, ../../sass/nondegree/style.scss */
  .nondegree .text-catch {
    margin-bottom: 8%;
  }
}
@media only screen and (max-width: 480px) {
  /* line 88, ../../sass/nondegree/style.scss */
  .nondegree .cont-tl03 {
    margin-bottom: 1em;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 375px) {
  /* line 96, ../../sass/nondegree/style.scss */
  .nondegree .text-catch {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 320px) {
  /* line 106, ../../sass/nondegree/style.scss */
  .nondegree header .category-wrap .category-tl .category-bg {
    padding: 25px 5px;
  }
  /* line 108, ../../sass/nondegree/style.scss */
  .nondegree header .category-wrap .category-tl .category-bg p {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

/* line 119, ../../sass/nondegree/style.scss */
.notification-box {
  margin: 3em auto;
  padding: 1.5em;
  border: 1px solid #000;
}
/* line 123, ../../sass/nondegree/style.scss */
.notification-box h4 {
  margin-bottom: .5em;
  font-size: 1.2em;
}

/* line 4, ../../sass/nondegree/_top.scss */
.nondegree header {
  background: url(/graduate_school/common/img/nondegree/share/mv.jpg) center center no-repeat;
  background-size: cover;
}
/* line 10, ../../sass/nondegree/_top.scss */
.nondegree.top .fLeft {
  float: left;
}
/* line 13, ../../sass/nondegree/_top.scss */
.nondegree.top .fRight {
  float: right;
}
/* line 17, ../../sass/nondegree/_top.scss */
.nondegree.top .req {
  color: #e60012;
}
/* line 20, ../../sass/nondegree/_top.scss */
.nondegree.top .notes {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
}
/* line 25, ../../sass/nondegree/_top.scss */
.nondegree.top .notes:before {
  content: "※";
}
/* line 31, ../../sass/nondegree/_top.scss */
.nondegree.top .contents a[target="_blank"] .icon-external {
  right: .5em;
  bottom: .5em;
}
/* line 38, ../../sass/nondegree/_top.scss */
.nondegree.top .cont-tl04 {
  position: relative;
  padding: 6px 19px;
  margin-bottom: 23px;
  font-family: '游明朝 Light', '游明朝', 'YuMincho','ＭＳ 明朝', serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  color: #514068;
  background: #ddd5e6;
  border-left: 3px solid #514068;
  border-bottom: none;
}
/* line 49, ../../sass/nondegree/_top.scss */
.nondegree.top .cont-tl04:before {
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  height: 100%;
  width: 2px;
  background: #514068;
}
/* line 60, ../../sass/nondegree/_top.scss */
.nondegree.top .anchor-box {
  padding: 35px 20px 14px 40px;
  margin-bottom: 77px;
  background: #fff2f7;
  border: 1px solid #fdd6e4;
}
/* line 66, ../../sass/nondegree/_top.scss */
.nondegree.top .anchor-box .anchor-link {
  font-size: 0px;
  font-size: 0rem;
}
/* line 68, ../../sass/nondegree/_top.scss */
.nondegree.top .anchor-box .anchor-link li {
  display: inline-block;
  margin: 0 38px 22px 0;
}
/* line 71, ../../sass/nondegree/_top.scss */
.nondegree.top .anchor-box .anchor-link li a {
  position: relative;
  display: block;
  padding-left: 25px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: -.1px;
  color: #484848;
  text-decoration: none;
}
/* line 81, ../../sass/nondegree/_top.scss */
.nondegree.top .anchor-box .anchor-link li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  background: url(/graduate_school/common/img/nondegree/share/arrow_down01.png) no-repeat center #ef8bae;
  background-size: 10px 8px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 98, ../../sass/nondegree/_top.scss */
.nondegree.top .cont-block {
  margin-bottom: 46px;
}
/* line 100, ../../sass/nondegree/_top.scss */
.nondegree.top .cont-block .inner {
  margin-bottom: 40px;
}
/* line 102, ../../sass/nondegree/_top.scss */
.nondegree.top .cont-block .inner .text01 {
  margin-bottom: 15px;
}
/* line 109, ../../sass/nondegree/_top.scss */
.nondegree.top .list01 li {
  display: block;
  width: 22.07031%;
  float: left;
  margin-right: 3.90625%;
}
/* line 116, ../../sass/nondegree/_top.scss */
.nondegree.top .list01 li:first-child .box:before {
  display: none;
}
/* line 121, ../../sass/nondegree/_top.scss */
.nondegree.top .list01 li.last {
  margin-right: 0;
}
/* line 123, ../../sass/nondegree/_top.scss */
.nondegree.top .list01 li.last .box {
  display: table;
  width: 100%;
}
/* line 126, ../../sass/nondegree/_top.scss */
.nondegree.top .list01 li.last .box .ttl-box {
  display: table-cell;
  vertical-align: middle;
}
/* line 132, ../../sass/nondegree/_top.scss */
.nondegree.top .list01 li .notes {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
/* line 135, ../../sass/nondegree/_top.scss */
.nondegree.top .list01 li .notes.st01 {
  margin: 7px 14px 0;
  letter-spacing: -.1px;
}
/* line 140, ../../sass/nondegree/_top.scss */
.nondegree.top .list01 li .box {
  position: relative;
}
/* line 142, ../../sass/nondegree/_top.scss */
.nondegree.top .list01 li .box:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -26px;
  width: 11px;
  height: 13px;
  background: url(/graduate_school/common/img/nondegree/share/arrow_right01.png) no-repeat center;
  background-size: contain;
}
/* line 152, ../../sass/nondegree/_top.scss */
.nondegree.top .list01 li .box .ttl-box {
  padding: 5px 10px 4px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  background: #514068;
}
/* line 159, ../../sass/nondegree/_top.scss */
.nondegree.top .list01 li .box .cont-box {
  padding: 12px 19px 13px;
  font-size: 14px;
  font-size: 1.4rem;
  background: #fff;
}
/* line 170, ../../sass/nondegree/_top.scss */
.nondegree.top .tbl-wrap .common-tbl .w19 {
  width: 19%;
}
/* line 173, ../../sass/nondegree/_top.scss */
.nondegree.top .tbl-wrap .common-tbl .w21 {
  width: 21%;
}
/* line 176, ../../sass/nondegree/_top.scss */
.nondegree.top .tbl-wrap .common-tbl .w25 {
  width: 25%;
}
/* line 179, ../../sass/nondegree/_top.scss */
.nondegree.top .tbl-wrap .common-tbl .w33 {
  width: 33%;
}
/* line 182, ../../sass/nondegree/_top.scss */
.nondegree.top .tbl-wrap .common-tbl th {
  font-size: 16px;
  font-size: 1.6rem;
}
/* line 186, ../../sass/nondegree/_top.scss */
.nondegree.top .tbl-wrap .common-tbl thead th {
  color: #fff;
  background: #514068;
}
/* line 192, ../../sass/nondegree/_top.scss */
.nondegree.top .tbl-wrap .common-tbl tbody th {
  text-align: center;
  color: #514068;
  background: #efebfa;
}
/* line 197, ../../sass/nondegree/_top.scss */
.nondegree.top .tbl-wrap .common-tbl tbody td {
  background: #fff;
}
/* line 200, ../../sass/nondegree/_top.scss */
.nondegree.top .tbl-wrap .common-tbl tbody .t-center {
  text-align: center;
}
/* line 205, ../../sass/nondegree/_top.scss */
.nondegree.top .tbl-wrap .common-tbl .notice {
  display: block;
  color: #e60012;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
/* line 214, ../../sass/nondegree/_top.scss */
.nondegree.top .block-tbl {
  width: 46.875%;
}
/* line 218, ../../sass/nondegree/_top.scss */
.nondegree.top .list02 {
  margin-bottom: 55px;
}
/* line 220, ../../sass/nondegree/_top.scss */
.nondegree.top .list02 li {
  position: relative;
  padding-left: 30px;
}
/* line 223, ../../sass/nondegree/_top.scss */
.nondegree.top .list02 li .num {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 232, ../../sass/nondegree/_top.scss */
.nondegree.top .list03 {
  margin: 15px 20px;
}
/* line 234, ../../sass/nondegree/_top.scss */
.nondegree.top .list03 li {
  display: inline-block;
  float: left;
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 40px;
}
/* line 243, ../../sass/nondegree/_top.scss */
.nondegree.top .list04 li {
  position: relative;
  padding-left: 14px;
}
/* line 246, ../../sass/nondegree/_top.scss */
.nondegree.top .list04 li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #514068;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
/* line 260, ../../sass/nondegree/_top.scss */
.nondegree.top .inner05 p {
  font-size: 14px;
  font-size: 1.4rem;
}
/* line 262, ../../sass/nondegree/_top.scss */
.nondegree.top .inner05 p span {
  font-size: 120%;
  font-weight: bold;
  text-decoration: underline;
}
/* line 269, ../../sass/nondegree/_top.scss */
.nondegree.top .none_file {
  padding: 10px;
  margin: 0 auto 10px;
  font-weight: bold;
  color: #333;
  text-align: center;
  background: #d8cfe6;
}
/* line 277, ../../sass/nondegree/_top.scss */
.nondegree.top .btn-file {
  display: block;
  padding: 10px;
  margin: 0 auto 10px;
  font-weight: bold;
  color: #333;
  text-align: center;
  text-decoration: none;
  background: #d8cfe6;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 288, ../../sass/nondegree/_top.scss */
.nondegree.top .btn-file:hover {
  color: #fff;
  background: #514068;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 294, ../../sass/nondegree/_top.scss */
.nondegree.top .btn-file.pdf:after {
  position: relative;
  top: -1px;
  padding: .2em .4em .15em;
  font-size: 13px;
  font-size: 1.3rem;
}
/* line 301, ../../sass/nondegree/_top.scss */
.nondegree.top .btn-file.off {
  position: relative;
  pointer-events: none;
}
/* line 304, ../../sass/nondegree/_top.scss */
.nondegree.top .btn-file.off::before {
  content: "調整中";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.8);
}
/* line 323, ../../sass/nondegree/_top.scss */
.nondegree.top .box-inner {
  width: 47%;
  float: left;
}
/* line 326, ../../sass/nondegree/_top.scss */
.nondegree.top .box-inner:nth-child(2n) {
  float: right;
}
/* line 330, ../../sass/nondegree/_top.scss */
.nondegree.top .box-inner .close-box {
  padding: 20px;
  color: #fff;
  text-align: center;
  background: #483865;
}
@media only screen and (max-width: 640px) {
  /* line 330, ../../sass/nondegree/_top.scss */
  .nondegree.top .box-inner .close-box {
    margin-bottom: 30px;
  }
}
/* line 341, ../../sass/nondegree/_top.scss */
.nondegree.top .list06 {
  margin-bottom: 40px;
}
/* line 343, ../../sass/nondegree/_top.scss */
.nondegree.top .list06 li {
  width: 47%;
  float: left;
  margin-right: 6%;
}
/* line 347, ../../sass/nondegree/_top.scss */
.nondegree.top .list06 li:nth-child(2n) {
  margin-right: 0;
}
/* line 353, ../../sass/nondegree/_top.scss */
.nondegree.top .box-contact {
  display: table;
  width: 100%;
  padding: 20px 0;
  margin-top: 40px;
  background: #fff;
  border: 1px solid #ccc;
}
/* line 360, ../../sass/nondegree/_top.scss */
.nondegree.top .box-contact .left,
.nondegree.top .box-contact .right {
  display: table-cell;
  vertical-align: middle;
}
/* line 365, ../../sass/nondegree/_top.scss */
.nondegree.top .box-contact .left {
  width: 30%;
  padding: 0 2.92969%;
  border-right: 1px solid #ccc;
}
/* line 370, ../../sass/nondegree/_top.scss */
.nondegree.top .box-contact .right {
  padding: 10px 2.92969% 13px;
}
/* line 373, ../../sass/nondegree/_top.scss */
.nondegree.top .box-contact .p01 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
}
/* line 377, ../../sass/nondegree/_top.scss */
.nondegree.top .box-contact .p02 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.9;
  font-weight: bold;
}
/* line 382, ../../sass/nondegree/_top.scss */
.nondegree.top .box-contact .list-contact {
  margin-bottom: 5px;
  font-size: 0px;
  font-size: 0rem;
}
/* line 385, ../../sass/nondegree/_top.scss */
.nondegree.top .box-contact .list-contact li {
  display: inline-block;
  margin-right: 45px;
  font-weight: bold;
  color: #484848;
}
/* line 390, ../../sass/nondegree/_top.scss */
.nondegree.top .box-contact .list-contact li:last-child {
  margin-right: 0;
}
/* line 393, ../../sass/nondegree/_top.scss */
.nondegree.top .box-contact .list-contact li .txt-tel {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
/* line 396, ../../sass/nondegree/_top.scss */
.nondegree.top .box-contact .list-contact li .txt-tel .tel,
.nondegree.top .box-contact .list-contact li .txt-tel a {
  position: relative;
  bottom: -3px;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: -1px;
  color: #484848;
  text-decoration: none;
}
/* line 406, ../../sass/nondegree/_top.scss */
.nondegree.top .box-contact .list-contact li .txt-mail {
  font-size: 20px;
  font-size: 2rem;
}
/* line 409, ../../sass/nondegree/_top.scss */
.nondegree.top .box-contact .list-contact li .icon {
  position: relative;
  bottom: -12px;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 13px;
  background: #514068;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
/* line 418, ../../sass/nondegree/_top.scss */
.nondegree.top .box-contact .list-contact li .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 433, ../../sass/nondegree/_top.scss */
.nondegree.top #block05 .tbl-wrap .common-tbl tbody th,
.nondegree.top #block05 .tbl-wrap .common-tbl tbody td {
  padding: 1em 2em;
}
@media only screen and (max-width: 1024px) {
  /* line 442, ../../sass/nondegree/_top.scss */
  .nondegree.top .anchor-box {
    padding: 35px 3% 14px;
  }
  /* line 445, ../../sass/nondegree/_top.scss */
  .nondegree.top .anchor-box .anchor-link li {
    margin: 0 35px 22px 0;
  }
}
@media only screen and (max-width: 960px) {
  /* line 453, ../../sass/nondegree/_top.scss */
  .nondegree.top .anchor-box {
    padding: 3% 3% 2%;
  }
  /* line 456, ../../sass/nondegree/_top.scss */
  .nondegree.top .anchor-box .anchor-link li {
    margin: 0 3% 2% 0;
  }
  /* line 464, ../../sass/nondegree/_top.scss */
  .nondegree.top .list01 li .box:after {
    left: -12%;
  }
  /* line 469, ../../sass/nondegree/_top.scss */
  .nondegree.top .list01 li .notes.st01 {
    margin: 4px 0 0;
  }
  /* line 478, ../../sass/nondegree/_top.scss */
  .nondegree.top .tbl-wrap .common-tbl th,
  .nondegree.top .tbl-wrap .common-tbl td {
    padding: .5em 1em;
  }
}
@media only screen and (max-width: 768px) {
  /* line 487, ../../sass/nondegree/_top.scss */
  .nondegree.top .fLeft,
  .nondegree.top .fRight {
    float: none;
  }
  /* line 492, ../../sass/nondegree/_top.scss */
  .nondegree.top .contents {
    padding: 5% 0 7%;
  }
  /* line 496, ../../sass/nondegree/_top.scss */
  .nondegree.top .text-catch {
    margin-bottom: 5%;
  }
  /* line 500, ../../sass/nondegree/_top.scss */
  .nondegree.top .anchor-box {
    margin-bottom: 6%;
  }
  /* line 505, ../../sass/nondegree/_top.scss */
  .nondegree.top .list01 li {
    width: 100%;
    max-width: 560px;
    float: none;
    margin: 0 auto 40px;
  }
  /* line 510, ../../sass/nondegree/_top.scss */
  .nondegree.top .list01 li.last {
    margin: 0 auto;
  }
  /* line 513, ../../sass/nondegree/_top.scss */
  .nondegree.top .list01 li.last .box .ttl-box {
    height: 80px;
  }
  /* line 519, ../../sass/nondegree/_top.scss */
  .nondegree.top .list01 li .box:before {
    top: -33px;
    left: 50%;
    width: 32px;
    height: 25px;
    background: url(/graduate_school/common/img/nondegree/share/arrow_down02.png) no-repeat center;
    background-size: contain;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  /* line 528, ../../sass/nondegree/_top.scss */
  .nondegree.top .list01 li .box .ttl-box {
    padding: 0 10px;
  }
  /* line 535, ../../sass/nondegree/_top.scss */
  .nondegree.top .list02 {
    margin-bottom: 5%;
  }
  /* line 539, ../../sass/nondegree/_top.scss */
  .nondegree.top .block-tbl {
    width: 100%;
  }
  /* line 541, ../../sass/nondegree/_top.scss */
  .nondegree.top .block-tbl.fLeft {
    margin-bottom: 5%;
  }
  /* line 544, ../../sass/nondegree/_top.scss */
  .nondegree.top .block-tbl .tbl-wrap {
    max-width: 560px;
    margin: 0 auto;
  }
  /* line 550, ../../sass/nondegree/_top.scss */
  .nondegree.top .box-contact {
    display: block;
    width: 100%;
    padding: 20px 5%;
    margin-top: 4%;
  }
  /* line 555, ../../sass/nondegree/_top.scss */
  .nondegree.top .box-contact .left,
  .nondegree.top .box-contact .right {
    display: block;
    width: 100%;
    padding: 0 5px;
  }
  /* line 561, ../../sass/nondegree/_top.scss */
  .nondegree.top .box-contact .left {
    padding-bottom: 10px;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
  /* line 566, ../../sass/nondegree/_top.scss */
  .nondegree.top .box-contact .list-contact {
    margin-bottom: 0;
  }
  /* line 568, ../../sass/nondegree/_top.scss */
  .nondegree.top .box-contact .list-contact li {
    display: block;
    margin-right: 0;
    line-height: 1.3;
  }
  /* line 574, ../../sass/nondegree/_top.scss */
  .nondegree.top .box-contact .p03 {
    padding: 0 5px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 640px) {
  /* line 583, ../../sass/nondegree/_top.scss */
  .nondegree.top .pc640 {
    display: none;
  }
  /* line 586, ../../sass/nondegree/_top.scss */
  .nondegree.top .box-inner {
    width: 100%;
    max-width: 560px;
    margin: 0 auto 15px;
    float: none;
  }
  /* line 591, ../../sass/nondegree/_top.scss */
  .nondegree.top .box-inner:nth-child(2n) {
    float: none;
  }
  /* line 594, ../../sass/nondegree/_top.scss */
  .nondegree.top .box-inner:last-child {
    margin: 0 auto;
  }
  /* line 600, ../../sass/nondegree/_top.scss */
  .nondegree.top .list02 li {
    padding-left: 25px;
  }
  /* line 605, ../../sass/nondegree/_top.scss */
  .nondegree.top .list03 {
    margin: 15px 0;
  }
  /* line 610, ../../sass/nondegree/_top.scss */
  .nondegree.top .list06 li {
    width: 100%;
    max-width: 560px;
    margin: 0 0 15px;
    float: none;
  }
  /* line 615, ../../sass/nondegree/_top.scss */
  .nondegree.top .list06 li:last-child {
    margin: 0;
  }
  /* line 621, ../../sass/nondegree/_top.scss */
  .nondegree.top .box-contact {
    display: block;
  }
  /* line 623, ../../sass/nondegree/_top.scss */
  .nondegree.top .box-contact .box-left,
  .nondegree.top .box-contact .box-right {
    display: block;
    width: 100%;
    padding: 3% 5%;
  }
  /* line 629, ../../sass/nondegree/_top.scss */
  .nondegree.top .box-contact .box-left {
    position: relative;
    border-left: none;
  }
  /* line 632, ../../sass/nondegree/_top.scss */
  .nondegree.top .box-contact .box-left:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 90%;
    height: 2px;
    background: #514068;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  /* line 643, ../../sass/nondegree/_top.scss */
  .nondegree.top .box-contact .box-right {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  /* line 654, ../../sass/nondegree/_top.scss */
  .nondegree.top .tbl-wrap .common-tbl tbody th,
  .nondegree.top .tbl-wrap .common-tbl tbody td {
    font-size: 14px;
    font-size: 1.4rem;
    padding: .5em .5em;
  }
  /* line 664, ../../sass/nondegree/_top.scss */
  .nondegree.top #block05 .tbl-wrap {
    overflow-x: scroll;
  }
  /* line 666, ../../sass/nondegree/_top.scss */
  .nondegree.top #block05 .tbl-wrap::-webkit-scrollbar {
    height: 8px;
  }
  /* line 669, ../../sass/nondegree/_top.scss */
  .nondegree.top #block05 .tbl-wrap::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #514068;
  }
  /* line 673, ../../sass/nondegree/_top.scss */
  .nondegree.top #block05 .tbl-wrap::-webkit-scrollbar-track {
    border-radius: 8px;
    background: #f5f6f8;
  }
  /* line 677, ../../sass/nondegree/_top.scss */
  .nondegree.top #block05 .tbl-wrap .common-tbl {
    width: 510px;
  }
}
@media only screen and (max-width: 375px) {
  /* line 685, ../../sass/nondegree/_top.scss */
  .nondegree.top .cont-tl04 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  /* line 689, ../../sass/nondegree/_top.scss */
  .nondegree.top .box-contact {
    padding: 20px 4%;
  }
  /* line 693, ../../sass/nondegree/_top.scss */
  .nondegree.top .box-contact .list-contact li .icon {
    bottom: -10px;
    width: 35px;
    height: 35px;
    margin-right: 2%;
  }
  /* line 699, ../../sass/nondegree/_top.scss */
  .nondegree.top .box-contact .list-contact li .txt-tel {
    font-size: 16px;
    font-size: 1.6rem;
  }
  /* line 701, ../../sass/nondegree/_top.scss */
  .nondegree.top .box-contact .list-contact li .txt-tel .tel,
  .nondegree.top .box-contact .list-contact li .txt-tel a {
    font-size: 28px;
    font-size: 2.8rem;
  }
  /* line 706, ../../sass/nondegree/_top.scss */
  .nondegree.top .box-contact .list-contact li .txt-mail {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 640px) {
  /* line 715, ../../sass/nondegree/_top.scss */
  .nondegree header {
    background: url(/graduate_school/common/img/nondegree/share/sp-mv.jpg) center center no-repeat;
    background-size: cover;
  }
}

/* line 723, ../../sass/nondegree/_top.scss */
.off td {
  padding: 1.5em;
}
