/*==================================================
  topicPath
==================================================*/
.topicPath {
  display: none;
}

/*==================================================
  pbMainArea
==================================================*/
.pbMainArea {
  width: 100%;
  margin: 0;
  padding: 0;
}

.vi {
  width: 100%;
  padding: 20px 0;
  overflow: hidden;
  background: url(/library/EntranceExam2020/images/bg_dot_blue.png);
}

@media print, screen and (min-width: 1200px) {
  .vi {
    padding: 40px 0;
  }
}

.vi ul {
  margin: 0;
  padding: 0;
}

.vi ul li {
  list-style: none;
}

@media print, screen and (min-width: 576px) {
  .vi .viSlider {
    margin-bottom: 20px;
  }
}

.vi .viSlider li {
  width: auto;
  height: auto;
  margin: 0 10px;
  overflow: hidden;
  border-radius: 5px;
  background-color: #fff;
}

@media print, screen and (min-width: 768px) {
  .vi .viSlider li {
    border-radius: 15px;
  }
}

.vi .viSlider li img {
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.6;
}

.vi .viSlider li img:focus {
  outline: none !important;
}

.vi .viSlider li.slick-active img {
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

@media print, screen and (min-width: 576px) {
  .vi .viThumb {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
}

@media print, screen and (min-width: 1200px) {
  .vi .viThumb {
    width: 1040px;
  }
}

.vi .viThumb li {
  width: auto;
  height: auto;
  margin: 0 10px;
  cursor: pointer;
  overflow: hidden;
  background-color: #fff;
}

.vi .viThumb li:focus {
  outline: none !important;
}

.vi .viThumb li.slick-current img {
  opacity: 0.6;
}

.vi .slick-dots {
  margin-bottom: 20px;
  bottom: -40px;
}

.vi .slick-dots li {
  margin: 0 5px;
}

.vi .slick-dots li button {
  width: 12px;
  height: 12px;
}

.vi .slick-dots li button:before {
  width: 12px;
  height: 12px;
  content: "";
  opacity: 1;
  border-radius: 50%;
  background-color: #d1ecfa;
}

.vi .slick-dots li.slick-active button:before {
  background-color: #0442b6;
}

/*==================================================
  topNews
==================================================*/
.topNews {
  width: 100%;
  margin: 30px auto;
  padding: 0 15px;
}

@media print, screen and (min-width: 1200px) {
  .topNews {
    width: 1040px;
    padding: 0;
  }
}

.topNews .topNewsTitle {
  padding: 12px 14px 12px 18px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
  font-family: "UD Shin Go DemiBold";
  position: relative;
  background: #043eb5;
  background: linear-gradient(to right, #043eb5 0%, #0ca9d7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
}

@media print, screen and (min-width: 1200px) {
  .topNews .topNewsTitle {
    padding: 15px 15px 15px 20px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.topNews .topNewsTitle:before {
  width: 6px;
  height: 22px;
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  bottom: 0;
  background-color: #9bb2e1;
}

@media print, screen and (min-width: 1200px) {
  .topNews .topNewsTitle:before {
    top: 20px;
  }
}

.topBlock {
  padding-right: 15px;
  padding-left: 15px;
}

@media print, screen and (min-width: 1200px) {
  .topBlock {
    width: 1040px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
  }
}

/*==================================================
  siteMenu
==================================================*/
.siteMenu {
  padding: 30px 15px;
  background: url(/library/EntranceExam2020/images/bg_dot_blue.png);
}

@media print, screen and (min-width: 1200px) {
  .siteMenu {
    padding: 60px 0;
  }
}

@media print, screen and (min-width: 1200px) {
  .siteMenu .siteMenu__tabArea {
    width: 1040px;
    margin-left: auto;
    margin-right: auto;
  }
}

.siteMenu .siteMenu__tabArea ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.siteMenu .siteMenu__tabArea ul li {
  width: 33%;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.siteMenu .siteMenu__tabArea ul li a {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: bold;
  font-family: "UD Shin Go DemiBold";
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
  background: #4e5056;
  background: linear-gradient(to right, #4e5056 0%, #777c85 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
}

@media print, screen and (min-width: 768px) {
  .siteMenu .siteMenu__tabArea ul li a {
    padding: 15px;
    font-size: 16px;
    font-size: 1rem;
  }
}

@media print, screen and (min-width: 1200px) {
  .siteMenu .siteMenu__tabArea ul li a {
    padding: 20px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.siteMenu .siteMenu__tabArea ul li a.active {
  background: #043eb5;
  background: linear-gradient(to right, #043eb5 0%, #0ca9d7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
}

.siteMenu .siteMenu__content {
  margin: 0;
  padding: 0 15px 15px 15px;
  background-color: #fff;
  border: 5px solid #e3e6e7;
  font-family: "UD Shin Go DemiBold";
}

@media print, screen and (min-width: 1200px) {
  .siteMenu .siteMenu__content {
    width: 1040px;
    margin-left: auto;
    margin-right: auto;
  }
}

.siteMenu .siteMenu__content.active {
  display: block;
}

.siteMenu .siteMenu__content > .pbNested {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.siteMenu .siteMenu__content .siteMenu__box {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .siteMenu .siteMenu__content .siteMenu__box {
    width: 48%;
    margin: 0 1% 0 1%;
  }
}

@media print, screen and (min-width: 1200px) {
  .siteMenu .siteMenu__content .siteMenu__box {
    width: 23%;
    margin: 0 1% 0 1%;
  }
}

.siteMenu .siteMenu__content h2 {
  margin: 30px 0 0 0;
  padding: 12px;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #333;
  display: block;
  text-decoration: none;
  background-color: #d1ecfa;
}

.siteMenu .siteMenu__content h2 a {
  padding-left: 24px;
  display: block;
  background-image: url(/library/EntranceExam2020/images/icon_arrow_m_primary_right.png);
  background-repeat: no-repeat;
  background-position: 0 3px;
  background-size: 14px 14px;
}

@media print, screen and (min-width: 1200px) {
  .siteMenu .siteMenu__content h2 a {
    background-position: 0 4px;
    transition: all .2s;
  }
  .siteMenu .siteMenu__content h2 a:hover {
    text-decoration: underline;
    background-position: 5px 4px;
  }
}

.siteMenu .siteMenu__content h2:before {
  display: none;
}

.siteMenu .siteMenu__content h3 {
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px;
  background-color: #f4f8fd;
  border-width: 0;
}

.siteMenu .siteMenu__content h3:before, .siteMenu .siteMenu__content h3:after {
  display: none;
}

.siteMenu .siteMenu__content ul {
  margin: 0;
  padding: 0;
}

@media print, screen and (min-width: 1200px) {
  .siteMenu .siteMenu__content ul {
    padding: 0;
    background-color: transparent;
  }
}

.siteMenu .siteMenu__content ul li {
  margin: 0;
  padding: 15px 0;
  list-style: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: normal;
  background-color: #fff;
  border-bottom: 1px dotted #999;
}

@media print, screen and (min-width: 768px) {
  .siteMenu .siteMenu__content ul li {
    width: 100%;
    padding: 10px 0;
  }
}

.siteMenu .siteMenu__content ul li:first-child {
  border-top-width: 0;
}

.siteMenu .siteMenu__content ul li a {
  padding: 0 0 0 15px;
  display: inline-block;
  background-color: transparent;
  background-image: url(/library/EntranceExam2020/images/icon_arrow_s_primary_right.png);
  background-repeat: no-repeat;
  background-position: 0px 8px;
  background-size: 5px 7px;
}

@media print, screen and (min-width: 1200px) {
  .siteMenu .siteMenu__content ul li a {
    transition: all .2s;
  }
  .siteMenu .siteMenu__content ul li a:hover {
    text-decoration: underline;
    background-position: 5px 8px;
  }
}

/*==================================================
  aboutUniv-particles-js
==================================================*/
#aboutUniv-particles-js {
  width: 100%;
  height: 800px;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 10;
}

/*==================================================
  aboutUniv
==================================================*/
.aboutUniv {
  overflow: hidden;
  padding: 30px 15px;
  position: relative;
  background-color: #f2f2f2;
  /*==================================================
    AboutUniv__otherLink
  ==================================================*/
}

@media print, screen and (min-width: 1200px) {
  .aboutUniv {
    padding: 60px 0;
  }
}

.aboutUniv .aboutUniv__title {
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  z-index: 20;
}

@media print, screen and (min-width: 1200px) {
  .aboutUniv .aboutUniv__title {
    margin-bottom: 30px;
  }
}

.aboutUniv .aboutUniv__title .en {
  margin-bottom: 10px;
  display: block;
  font-size: 22px;
  font-size: 1.375rem;
  color: #171746;
  font-weight: bold;
  font-family: "UD Shin Go DemiBold";
}

@media print, screen and (min-width: 1200px) {
  .aboutUniv .aboutUniv__title .en {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.aboutUniv .aboutUniv__title .ja {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
}

@media print, screen and (min-width: 1200px) {
  .aboutUniv .aboutUniv__title .ja {
    font-size: 16px;
    font-size: 1rem;
  }
}

.aboutUniv .aboutUniv__tabArea {
  position: relative;
  z-index: 30;
}

@media print, screen and (min-width: 1200px) {
  .aboutUniv .aboutUniv__tabArea {
    width: 1040px;
    margin-left: auto;
    margin-right: auto;
  }
}

.aboutUniv .aboutUniv__tabArea ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.aboutUniv .aboutUniv__tabArea ul li {
  width: 33%;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.aboutUniv .aboutUniv__tabArea ul li a {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: bold;
  font-family: "UD Shin Go DemiBold";
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
  background: #4e5056;
  background: linear-gradient(to right, #4e5056 0%, #777c85 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
}

@media print, screen and (min-width: 768px) {
  .aboutUniv .aboutUniv__tabArea ul li a {
    padding: 15px;
    font-size: 16px;
    font-size: 1rem;
  }
}

@media print, screen and (min-width: 1200px) {
  .aboutUniv .aboutUniv__tabArea ul li a {
    padding: 20px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.aboutUniv .aboutUniv__tabArea ul li a.active {
  background: #131338;
  background: linear-gradient(to right, #131338 0%, #20226d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
}

.aboutUniv .aboutUniv__content {
  margin: 0;
  padding: 0 15px 15px 15px;
  background-color: #fff;
  border: 5px solid #e3e6e7;
  position: relative;
  z-index: 800;
}

@media print, screen and (min-width: 1200px) {
  .aboutUniv .aboutUniv__content {
    width: 1040px;
    margin-left: auto;
    margin-right: auto;
  }
}

.aboutUniv .aboutUniv__content.active {
  display: block;
}

.aboutUniv .aboutUniv__content > .pbNested {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.aboutUniv .aboutUniv__content .aboutUniv__box {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .aboutUniv .aboutUniv__content .aboutUniv__box {
    width: 48%;
    margin: 0 1% 0 1%;
  }
}

@media print, screen and (min-width: 1200px) {
  .aboutUniv .aboutUniv__content .aboutUniv__box {
    width: 31%;
    margin: 0 1%;
  }
}

.aboutUniv .aboutUniv__content h2 {
  margin: 30px 0 0 0;
  padding: 12px;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #333;
  display: block;
  text-decoration: none;
  background-color: #dadbe5;
}

.aboutUniv .aboutUniv__content h2 a {
  padding-left: 24px;
  display: block;
  background-image: url("/library/EntranceExam2020/images/icon_arrow_m_navy_right.png");
  background-repeat: no-repeat;
  background-position: 0 3px;
  background-size: 14px 14px;
}

@media print, screen and (min-width: 1200px) {
  .aboutUniv .aboutUniv__content h2 a {
    background-position: 0 4px;
    transition: all .2s;
  }
  .aboutUniv .aboutUniv__content h2 a:hover {
    text-decoration: underline;
    background-position: 5px 4px;
  }
}

.aboutUniv .aboutUniv__content h2:before {
  display: none;
}

.aboutUniv .aboutUniv__content h3 {
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px;
  background-color: #f4f8fd;
  border-width: 0;
}

.aboutUniv .aboutUniv__content h3:before, .aboutUniv .aboutUniv__content h3:after {
  display: none;
}

.aboutUniv .aboutUniv__content h4 {
  margin-bottom: 0;
  padding-left: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.aboutUniv .aboutUniv__content h4:before {
  display: none;
}

.aboutUniv .aboutUniv__content ul {
  margin: 0;
  padding: 0;
}

@media print, screen and (min-width: 1200px) {
  .aboutUniv .aboutUniv__content ul {
    padding: 0;
    background-color: transparent;
  }
}

.aboutUniv .aboutUniv__content ul li {
  margin: 0;
  padding: 15px 0;
  list-style: none;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  background-color: #fff;
  border-bottom: 1px dotted #999;
}

@media print, screen and (min-width: 768px) {
  .aboutUniv .aboutUniv__content ul li {
    width: 100%;
    padding: 10px 0;
  }
}

.aboutUniv .aboutUniv__content ul li:first-child {
  border-top-width: 0;
}

.aboutUniv .aboutUniv__content ul li a {
  padding: 0 0 0 15px;
  display: inline-block;
  background-color: transparent;
  background-image: url("/library/EntranceExam2020/images/icon_arrow_s_navy_right.png");
  background-repeat: no-repeat;
  background-position: 0px 8px;
  background-size: 5px 7px;
}

@media print, screen and (min-width: 1200px) {
  .aboutUniv .aboutUniv__content ul li a {
    transition: all .2s;
  }
  .aboutUniv .aboutUniv__content ul li a:hover {
    text-decoration: underline;
    background-position: 5px 8px;
  }
}

.aboutUniv .AboutUniv__otherLink {
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  background-color: #fff;
  border: 5px solid #e3e6e7;
  position: relative;
  z-index: 50;
}

@media print, screen and (min-width: 1200px) {
  .aboutUniv .AboutUniv__otherLink {
    width: 1040px;
    padding: 30px;
  }
}

.aboutUniv .AboutUniv__otherLink ul {
  margin: 0;
  padding: 0;
}

.aboutUniv .AboutUniv__otherLink ul li {
  background-image: url("/library/EntranceExam2020/images/icon_arrow_m_navy_right.png");
}
/*# sourceMappingURL=top.css.map */