/* ----------------------------------------------------------------
	Header
-----------------------------------------------------------------*/
#header {
	line-height: 1.4;
	height: auto;
}
@media (max-width: 991.98px) {
.l-header_logo a img {
	margin-top: 10px;
}
.l-header_logo {
	margin-bottom: 0;
}
}
@media (min-width: 1024px) {
.niasnyushi .l-header_logo span {
	color: #06B8C1;
}
}
.niasnyushi .l-header_logo span {
	color: #06B8C1;
}
.niasnyushi .l-header_search-control a, .niasnyushi .l-header_search-control button {
	display: none;
}
.niasnyushi .is-header-sub-nav-button a {
	display: none;
}
.niasnyushi .header_sub-nav--line a {
	display: none;	
}
.niasnyushi .l-header_nav-control a, .niasnyushi .l-header_nav-control button {
	background-color: #06B8C1;
}
@media (max-width: 991.98px) {
	.topslide .carousel .flickity-button.next, .carousel .flickity-button.previous {
		opacity: 0.5;
	}
}
.bannerzone .carousel .flickity-button.next, .bannerzone .carousel .flickity-button.next:hover {
	right: -20px !important;
	opacity: 0.5;
}
.bannerzone .carousel .flickity-button.previous, .bannerzone .carousel .flickity-button.previous:hover {
	left: -20px !important;
	opacity: 0.5;
}
.flickity-button:hover {
	background-color: #06B8C1;
}
.topslide .flickity-page-dots {
	bottom: 20px;
}
.background-gray {
	background-color: rgba(139,139,139,0.1);
}
@media (max-width: 768px) {
	.bn_plr {
	padding: 35px 15px !important;
	}
}

/* ----------------------------------------------------------------
	フローティングバナー
-----------------------------------------------------------------*/
.course-banner {
	position:fixed !important;
	bottom:55px;
	right:0px;
	z-index:999;
}
.course-banner {
	width: 400px;
}
.course-banner img {
	width: 100%;
}
.close-btn {
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: hsla(0,0%,0%,0.40);
	border: none;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	border-radius: 50px;
	padding: 3px 9px 5px 9px;
}
@media (max-width: 1150px)  {
.course-banner {
	width: 300px;
}
.close-btn {
	top: 6px;
	left: 6px;
	font-size: 16px;
	padding: 1px 7px 3px 7px;
}
}
@media (max-width: 850px) {
.course-banner {
	width: 280px;
}
.close-btn {
	top: 6px;
	left: 6px;
	font-size: 14px;
	padding: 0 7px 1px 7px;
}
}
@media (max-width: 650px) {
.course-banner {
	width: 250px;
}
}

/* ----------------------------------------------------------------
	NEWS
-----------------------------------------------------------------*/
.niasnyushi .content {
	padding-right: 0;
}
.niasnyushi {
	font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
	.niasnyushi .content {
	padding-right: 15px;
}
}
.niasnyushi p {
	font-size: 15px;
	line-height: 1.8;
}
.bg_news {
	background-image: url("../../images/nyuusijouhou_2512/news_back.png");
	background-position: top right;
	background-repeat: no-repeat;
}
.bg_news2 {
	background-image: url("../../images/nyuusijouhou_2512/news_back2.png");
	background-position: top center;
	background-repeat: no-repeat;
}
.text-right {
	text-align: right;
}
.niasnyushi .newshead {
	border-bottom: dashed 1pt #3ED1D8;
	padding: 14px 0 ;
	display: flex;
}
.newshead .newsdate {
	float: left;
	font-size: 14px;
	width: 120px;
	vertical-align: top;
}
.newshead .newstitle {
	float: left;
	font-size: 15px;
	width: 100%;
}
@media (max-width: 991.98px) {
.niasnyushi .newshead {
	display: block;
}
.newshead .newsdate {
	float: none;
}
.newshead .newstitle {
	float: none;
	margin-top: 5px;
}
}
button.btn.btn-outline, .btn:not(.close):not(.mfp-close).btn-outline, a.btn:not([href]):not([tabindex]).btn-outline {
	border-radius: 0;
	background-color: transparent;
	border-width: 1px;
	border-style: solid;
	border-color: #06B8C1;
	color: #06B8C1;
}
button.btn, .btn:not(.close):not(.mfp-close), a.btn:not([href]):not([tabindex]) {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0;
	text-decoration: none;
	outline: none;
	padding: 12px 18px;
	position: relative;
	text-transform: none;
	background-color: #06B8C1;
	border-color: #06B8C1;
	border-width: 1px;
	border-style: solid;
	color: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	margin-bottom: 6px;
	outline: none;
	line-height: 14px;
	cursor: pointer;
}
button.btn.btn-outline:hover, button.btn.btn-outline:focus, button.btn.btn-outline:active, button.btn.btn-outline.active, .btn:not(.close):not(.mfp-close).btn-outline:hover, .btn:not(.close):not(.mfp-close).btn-outline:focus, .btn:not(.close):not(.mfp-close).btn-outline:active, .btn:not(.close):not(.mfp-close).btn-outline.active, a.btn:not([href]):not([tabindex]).btn-outline:hover, a.btn:not([href]):not([tabindex]).btn-outline:focus, a.btn:not([href]):not([tabindex]).btn-outline:active, a.btn:not([href]):not([tabindex]).btn-outline.active {
	background-color: #06B8C1;
	border-width: 1px;
	border-style: solid;
	border-color: #06B8C1;
	color: #fff;
}
.newstitle a {
	color: #000;
}
.newstitle a:hover, .newstitle a:active {
	color: #06B8C1 !important;
}
@media (max-width: 991.98px){
	button.btn:not(.btn-creative):not(.btn-slide), .btn:not(.close):not(.mfp-close):not(.btn-creative):not(.btn-slide), a.btn:not([href]):not([tabindex]):not(.btn-creative):not(.btn-slide) {
		font-size: 15px;
		height: 40px;
	}
}
/* ----------------------------------------------------------------
	入試情報
-----------------------------------------------------------------*/
.title_tate {
	width: 60px;
}
.title_yoko {
	height: 60px;
	margin: 0 auto;
}
@media (max-width: 768px) {
	.title_tate {
		width: 40px;
	}
	.title_yoko {
		height: 35px;
	}
	.hitotsu_titile {
		padding-left: 0;
	}
	.gakubu_titile {
		padding-right: 0;
	}
}
.bg_nyushi {
	background-image: url("../../images/nyuusijouhou_2512/nyushi_back.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.npt-300 {
	padding-top: 300px;
}
@media (max-width: 991.98px) {
.bg_nyushi {
	background-image: url("../../images/nyuusijouhou_2512/nyushi_back2.jpg");
}
.npt-300 {
	padding-top: 200px;
}
}
.background-green {
	background-color: rgba(62,209,216,0.4);
}
.white_fadeup {
	background-color: #fff;
	border-radius: 40px;
}
.btn_arrow {
	color: #000 !important;
	width: 100%;
	text-align: left;
	height: 65px;
	font-weight: 400 !important;
	font-size: 15px !important;
	display: inline-block;
  	vertical-align: middle;
}
button.btn.btn-outline, .btn:not(.close):not(.mfp-close).btn-outline, a.btn:not([href]):not([tabindex]).btn-outline {
	background-color: #fff;
}
@media (max-width: 991.98px) {
.btn_arrow {
	height: 70px !important;
}
}
.btn_arrow i:not(.fa):not(.fab):not(.far):not(.fas) {
	color: #06B8C1;
	font-weight: 700;
	font-size: 22px;
	margin-right: 5px;
	vertical-align: middle !important;
	position: relative;
	top: -2px;
}
.btn_arrow:hover {
	color: #fff !important;
}
.btn_arrow:hover i {
	color: #fff !important;
}
.pl-50 {
	padding-left: 50px;
}
@media (max-width: 991.98px) {
.pl-50 {
	padding-left: 20px;
}
}
@media (max-width: 768px) {
	.pl-50 {
	padding-left: 10px;
}
}
button.btn, .btn:not(.close):not(.mfp-close), a.btn:not([href]):not([tabindex]) {
	border-radius: 0;
}
button.btn:hover, .btn:not(.close):not(.mfp-close):hover, a.btn:not([href]):not([tabindex]):hover {
	background-color: #00929A;
	border-color: #00929A;
}

/* ----------------------------------------------------------------
	学納金
-----------------------------------------------------------------*/
.bg_tokutai {
	background-image: url("../../images/nyuusijouhou_2512/tokutai_back.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
}
.wf_p15 {
	padding: 0 15px;
}
@media (max-width: 991.98px) {
	.mt-sm200 {
	margin-top: 200px;
}
	.bg_tokutai {
	background-image: url("../../images/nyuusijouhou_2512/tokutai_back2.jpg");
	}
}
/* ----------------------------------------------------------------
	ひとつ先の
-----------------------------------------------------------------*/
.bg_future {
	background-image: url("../../images/nyuusijouhou_2512/future_back.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
@media (max-width: 991.98px) {
.bg_future {
	background-image: url("../../images/nyuusijouhou_2512/future_back2.jpg");
}
}
/* ----------------------------------------------------------------
	学部学科
-----------------------------------------------------------------*/
.bg_gakubu {
	background-image: url("../../images/nyuusijouhou_2512/back_line.png");
	background-position: top right;
	background-repeat: no-repeat;
}
.background-dg {
	background-color: #3ED1D8;
}
.pr-50 {
	padding-right: 50px;
}
@media (max-width: 991.98px) {
.pr-50 {
	padding-right: 20px;
}
}
@media (max-width: 768px) {
	.pr-50 {
	padding-right: 10px;
}
}
.btn_youtube {
	width: 280px;
	margin: 0 auto;
}
@media (max-width: 768px) {
.btn_youtube {
	width: 100%;
}
}
/* ----------------------------------------------------------------
	大学院
-----------------------------------------------------------------*/
.bg_daigakuin {
	background-image: url("../../images/nyuusijouhou_2512/back_line2.png");
	background-position: top left;
	background-repeat: no-repeat;
}
.background-ddg {
	background-color: #05B1BA;
}
.daigakuin button.btn:hover, .daigakuin .btn:not(.close):not(.mfp-close):hover, .daigakuin a.btn:not([href]):not([tabindex]):hover {
	background-color: #005C64;
	border-color: #005C64;
}
/* ----------------------------------------------------------------
	問い合わせ
-----------------------------------------------------------------*/
.toi i:not(.fa):not(.fab):not(.far):not(.fas) {
	color:#06B8C1;
	font-size:24px;
	margin-right:5px;
}
.toi a:link {
	color:#000;
}
.toi a:not(.btn):not(.badge):hover, .toi a:not(.btn):not(.badge):focus, .toi a:not(.btn):not(.badge):active {
	color:#06B8C1;
}
.toi img {
	display: -webkit-inline-flex;
}
.toi_yoko {
	height: 30px;
	margin: 0 auto;
}
/* ----------------------------------------------------------------
	footer
-----------------------------------------------------------------*/
.niasnyushi .l-footer {
	background-color: #00929A !important;
}
.niasnyushi .l-footer_to-top {
	display: none;
}
#footer a:not(.btn):not(:hover) {
	color: #fff;
}
#footer p {
	color: #fff;
}
.niasnyushi .l-footer_nav li a:hover {
	text-decoration: underline;
	color: #fff;
}
.l-footer_nav li a:before {
	top: 3pt;
}
.l-footer_copyright {
	font-size: 12px !important;
}
/* ----------------------------------------------------------------
	ポップアップ
-----------------------------------------------------------------*/
.niasnyushi .l-footer_inquiry-btn.is-show {
	display: none;
}
