/* CSS Document */



.select {
  /*background: #F2F2F2;*/
	background: -webkit-linear-gradient(left, #4E61D2, #DB2D7B 30%, #F16A3B 60%, #FEDA7D);
	background: -o-linear-gradient(left, #4E61D2, #DB2D7B 30%, #FF16A3B 60%, #FEDA7D);
	background: linear-gradient(to right, #4E61D2, #DB2D7B 30%, #F16A3B 60%, #FEDA7D);
}

.select__inner {
  max-width: 560px;
  margin: 0 auto;
  padding: 24px 0;
}

@media screen and (max-width: 767px) {
  .select__inner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 4px 20px;
  }
}



@media screen and (max-width: 767px) {
  .select__title {
    width: auto;
    margin: 0 auto 15px;
  }
}

.select__btns {
  display: flex;
  justify-content: space-between;
	text-align: center;
}

@media screen and (max-width: 1024px) {
  .select__btns {
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .select__btns {
    padding: 0 0;
    display: block;
  }
}

.select__btnsLink {
  width: 48%;
  display: block;
	color: white;
	font-size: 16px;
}
.fa-instagram:before {
    color: #fff;
}
.select__btnsLink:hover,.goodsLink__btn:hover,.blk02__btn:hover,.blk01__btn:hover {
  /*transform: translate(0px,5px);*/
	opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .select__btnsLink {
    width: auto;
    margin: 20px 0 20px;
	  font-size: 14px;
  }
}



.footer {
  background: #fff;
  padding: 0;
}

.footer__inner {
  max-width: 1024px;
  display: flex;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .footer__inner {
    display: block;
    margin: 0 auto;
  }
}

.footer__logo {
  width: 33.20312%;
  padding: 8% 0 0 0;
}

.footer__logo img {
  width: 245px;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .footer__logo {
    padding: 8% 10px 10px;
  }
  .footer__logo img {
    width: 180px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .footer__logo {
    width: 55%;
    padding: 0 0 0 10px;
    margin: 0 0 30px;
  }
  .footer__logo img {
    width: auto;
    height: auto;
  }
}

.footer__links {
  width: 66.79688%;
  display: flex;
  border-left: 1px solid #c0c0c0;
}

@media screen and (max-width: 767px) {
  .footer__links {
    width: auto;
    border: none;
  }
}

.footer__links_blk01 {
  padding: 0 0 0 70px;
}

@media screen and (max-width: 767px) {
  .footer__links_blk01 {
    padding: 0 0 0 10px;
  }
}

.footer__links_blk01.footer__links_blk01_pa {
  padding: 0 0 0 18%;
}

@media screen and (max-width: 1024px) {
  .footer__links_blk01.footer__links_blk01_pa {
    padding: 0 0 0 10%;
  }
}

@media screen and (max-width: 767px) {
  .footer__links_blk01.footer__links_blk01_pa {
    padding: 0 0 0 15px;
  }
}

.footer__links_title {
  font-size: 1.9rem;
  font-family: 'Ropa Sans', sans-serif;
  margin: 0 0 40px;
}

@media screen and (max-width: 767px) {
  .footer__links_title {
    font-size: 1.4rem;
    font-family: 'Ropa Sans', sans-serif;
    margin: 0 0 20px;
  }
}

.footer__links_link {
  display: block;
  font-size: 1.4rem;
  margin: 0 0 20px;
  position: relative;
  padding: 0 0 0 30px;
  white-space: nowrap;
}
.footer__links_link:hover {
  text-decoration: underline;
}
.tablet .footer__links_link:hover {
  text-decoration: none;
}


@media screen and (max-width: 767px) {
  .footer__links_link {
    display: block;
    font-size: 1.1rem;
    margin: 0 0 20px;
    position: relative;
    padding: 0 0 0 15px;
    line-height: 1.2;
  }
}
.footer__links_link i{
	padding-left:4px;
}
.footer__links_link:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 24px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: #000;
}

@media screen and (max-width: 767px) {
  .footer__links_link:before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 10px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background: #000;
  }
}

.copyright {
  text-align: center;
  padding: 188px 0 0 0;
  font-size: 1.1rem;
}

@media screen and (max-width: 767px) {
  .copyright {
    text-align: center;
    padding: 214px 0 0;
    font-size: 1.0rem;
  }
}



 /* ¥Ú©`¥¸¥È¥Ã¥× */
.totop.on {
  display: block;
  opacity: 1;
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.totop {
  position: fixed;
  bottom: 24px;
  right: 20px;
  opacity: 0;
  transition: 0.25s;
  width: 60px;
  height: 60px;
  background: #000000;
  display: block;
  border-radius: 60px;
  display: none;
  transition: 0.2s;
  opacity: 0;
  z-index: 100;
}

.totop:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-image: url(/nue_admissions/img/arrow_top_scroll.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 25px;
  height: 9px;
}

@media screen and (max-width: 750px) {
  .totop {
    bottom: 30px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
  .totop:before {
    width: 20px;
    height: 8px;
  }
}

/*a:hover, a:focus {
    color: #1a1a1a !important;
    text-decoration: underline;
}*/
.footer{
	height: 240px;
	background-image: url(/nue_admissions/img/back07.png);    /* ±³¾°»­ÏñÖ¸¶¨ */
	background-position: bottom center;
	background-size: auto;
	background-repeat: no-repeat;
}
@media screen and (max-width:767px) {
	.footer{
	/*height: 132px;*/
	background-image: url(/nue_admissions/img/back07sp.png);    /* ±³¾°»­ÏñÖ¸¶¨ */
	background-position: bottom center;
	background-size: contain;
	background-repeat: no-repeat;
}
}
.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border: solid 2px #000;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 100;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
	.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 16px;
  bottom: 16px;
  background: #fff;
  border: solid 2px #000;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 100;
  cursor: pointer;
}
}
.pagetop__arrow {
  display: block;
  height: 10px;
  width: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: translateY(20%) rotate(-45deg);
}