@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,700,700italic|Roboto+Condensed:400,700);
/* common
--------------------------------------------------------------------- */
body {
	font-size: 16px;
	font-family: "Noto Sans JP", sans-serif;
	background-color: #eeeeee;
}
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
	margin: 1rem 0;
}
h1,
.h1 {
	font-size: 2rem;
}
h2,
.h2 {
	font-size: 1.6rem;
}
h3,
.h3 {
	font-size: 1.4rem;
}
h4,
.h4 {
	font-size: 1.2rem;
}


h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
	padding: 1rem !important;
}


.media-object {
	width: 48px;
	min-width: 48px;
}

.round-btn {
	border-radius: 9999px;
}

.btn-bo,
.btn-bo:link,
.btn-bo:visited {
	color: #fff;
	background-color: #eb5405;
	border-color: #b94204;
}
.btn-bo:active,
.btn-bo:link:active,
.btn-bo:visited:active,
.btn-bo:hover,
.btn-bo:link:hover,
.btn-bo:visited:hover {
	color: #fff;
	background-color: #b94204;
}

figure figcaption {
	margin-top: 0.5rem;
}

.row-height {
		display: flex;
		flex-wrap: wrap;
}

.grecaptcha-badge {
	visibility: hidden;
}

.y-marker {
	background-color: #ffff99;
}

.sp-br {
	display: none;
}

.o-hilight {
	background-color: #ffa251;
	color: #ffffff;
	text-shadow: 0 0 3px rgba(0, 0, 0, .5);
	display: inline-block;
	padding: 0 0.5rem;
	margin: 0.5rem;
	border-radius: 0.5rem;
}

.collapse {
	display: block;
}

/* for WordPress
--------------------------------------------------------------------- */
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
	max-width: 100%;
	height: auto;
}
span.wpcf7-list-item {
	display: block;
	margin-bottom: 0.5rem;
}

#prefe-date .wpcf7-list-item {
	display: inline-block;
	width: 20%;
}


#header-name {
	margin: 0;
	padding: 0;	
}

/* -------------------------------------------------------- Global Header [hiyane edited 2024.9] */

.sp-header {
	display: none;
}

.g-header {
	margin: 0;
	padding: 1rem 3rem;
	background-color: #ffffff;
	position: sticky;
	top: 0;
	z-index: 9999;
}

.pcg-header {
	display: flex;
	justify-content: space-between;
}

.brand {
	padding-top: 1rem;
	width: 22%;
	z-index: 15;
}

.gnav {
	width: 75%;
	z-index: 13;
}


.gnav-act-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	list-style-type: none;
	gap: 2rem;
	margin: 0 0 0.5rem;
	position: relative;
	z-index: 14;
}

.gnav-act-l-c {
	font-size: 0.9rem;
}

.gnav-act-l-c a {
	padding: 0.5rem 1rem;
	display: block;
	color: #444444;
	text-decoration: none;
	transition: all .2s;
}

.gnav-act-l-c a:hover {
	background-color: #444;
	color: #fff;
}

.gnav-act-l-c i {
	font-size: 1.2rem;
	display: inline-block;
	margin-right: 0.5rem;
}

.gnav-list {
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
	display: flex;
}

.gnav-l-c {
	padding: 0;
	margin: 0;
	font-size: 0.9rem;
	width: 20%;
}

.gnav-l-c .gnav-link {
	padding: 1rem;
	display: block;
	color: #444444;
	text-decoration: none;
	transition: all .2s;
	font-weight: bold;
}

.gnav-l-c .gnav-link:hover {
	background-color: #fff3e9;
	color: #ff7c06;
}

.gnav-active {
	background-color: #fff3e9;
	color: #ff7c06;
}


.gnav-inner {
	padding: 1rem 0;
	display: none;
	position: absolute;
	top: 7rem;
	left: 0;
	width: 100vw;
	background-color: #fff;
	min-height: 200px;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .4);
	z-index: 10;
	background-color: #fff3e9;
}


.gnav-in-list {
	padding: 0;
	margin: 0 auto;
	list-style-type: none;
	display: flex;
	position: relative;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}

.gnav-in-l-c {
	margin: 0.25rem 0.25rem 1rem;
	width: calc(15% - 0.5rem);
}

.gnav-in-l-c a {
	color: #444;
	font-weight: bold;
	text-decoration: none;
	padding: 1rem 0.5rem;
	display: flex;
	flex-direction: column;
	transition: all .2s;
	border: 1px solid #ff8d4a;
    border-radius: 9999px;
}

.gnav-in-l-c a:hover {
	background-color: #ffd092;
}

.gnav-dept-name {
	display: block;
	min-height: 3rem;
}

.gnav-dept-att {
	margin-top: auto;
	display: block;
	padding: 0.2rem;
	border: 1px solid #444;
	border-radius: 9999px;
}

.inner-dept .gnav-in-l-c a {
	border: none;
	border-radius: 0;
}


/* header
--------------------------------------------------------------------- */

/* .global-header {
	position: sticky;
	top: 0;
	background-color: #ffffff;
	z-index: 9999;
}

.phone {
	font-weight: bold;
}
header #header-name {
	margin: 30px 0;
	padding: 0;
	line-height: 1rem;
}
header #header-name img {
	max-width: 100%;
	height: auto;
}
header #lead-copy {
	padding-top: 30px;
}
header #contacts {
	padding-top: 10px;
}
header #contacts .row {
	margin: 0 -5px;
	margin-bottom: 10px;
}
header #contacts .row .col-xs-6 {
	padding: 0 5px;
}
header #nav-toggle {
	margin-top: 20px;
} */
/* @media (max-width: 62em) {
	header #header-name {
		margin: 20px 0;
	}
} */
/* nav#nav-main {
	background-color: #eb5405;
}
nav#nav-main .nav-root {
	display: flex;
	flex-flow: row nowrap;
	margin: 0;
	padding: 0;
	width: 100%;
}
nav#nav-main .nav-root ul {
	margin: 0;
	padding: 0;
}
nav#nav-main .nav-root li {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	flex: 2 0.5 auto;
}
nav#nav-main .nav-root a {
	display: block;
	padding: 0.8rem;
	text-align: center;
	color: #fff;
	background-color: #eb5405;
	transition: all 0.3s;
}
nav#nav-main .nav-root a:hover {
	text-decoration: none;
	background-color: #b94204;
}
nav#nav-main .nav-root ul.my-dropdown-menu {
	position: absolute;
	display: none;
	margin: 0;
	padding: 0;
	left: 0;
	top: 100%;
	min-width: 100%;
	z-index: 9998;
}
nav#nav-main .nav-root ul.my-dropdown-menu li {
	position: relative;
}
nav#nav-main .nav-root ul.my-dropdown-menu li a {
	text-align: left;
	white-space: nowrap;
	border-top: solid 1px #fb8142;
}
nav#nav-main .nav-root ul.my-dropdown-menu li ul.my-dropdown-menu-sub {
	position: absolute;
	display: none;
	left: 100%;
	top: 0;
	border-left: solid 1px #fb8142;
}
nav#nav-main .nav-root .my-dropdown:hover > ul.my-dropdown-menu {
	display: block;
}
nav#nav-main .nav-root .my-dropdown-sub:hover > ul.my-dropdown-menu-sub {
	display: block;
} */
/* @media (max-width: 62em) {
	nav#nav-main {
		border-top: solid 2px #eb5405;
		margin-bottom: 20px;
	}
	nav#nav-main .container {
		padding: 0;
		width: auto !important;
		max-width: none;
	}
	nav#nav-main .nav-root {
		display: none;
		flex-flow: column nowrap;
	}
	nav#nav-main .nav-root a {
		padding: 0.8rem 1rem;
		text-align: left;
		border-bottom: solid 1px #fb925b;
	}
	nav#nav-main .nav-root ul.my-dropdown-menu {
		position: static;
		display: block;
	}
	nav#nav-main .nav-root ul.my-dropdown-menu li {
		display: block;
	}
	nav#nav-main .nav-root ul.my-dropdown-menu li a {
		border-top: none;
		padding-left: 2.5rem;
	}
	nav#nav-main .nav-root ul.my-dropdown-menu li ul.my-dropdown-menu-sub {
		position: static;
		display: block;
		border: none;
	}
	nav#nav-main .nav-root ul.my-dropdown-menu li ul.my-dropdown-menu-sub li a {
		padding-left: 3.5rem;
	}
} */
/* footer
--------------------------------------------------------------------- */
footer {
	position: relative;
	color: #fff;
	background-color: #5a5657;
}
footer #footer-header {
	color: #fff;
	background-color: #eb5405;
	text-align: center;
	padding: 0.6rem;
}
footer #footer-header strong {
	display: inline-block;
	font-size: 1.6rem;
	line-height: 1em;
	vertical-align: middle;
}
footer #footer-header .btn {
	vertical-align: middle;
}
footer #footer-header .phone {
	display: inline-block;
	color: #fff;
	margin: 1rem 0 0 0;
	font-size: 1.2rem;
}
footer #footer-menus {
	padding: 30px 15px;
}
footer #footer-menus a:link,
footer #footer-menus a:visited,
footer #footer-menus a:active,
footer #footer-menus a:hover {
	color: #fff;
}
footer .footer-menu {
	font-size: 0.8rem;
	margin-bottom: 0;
}
footer .footer-menu a {
	display: block;
}
footer .footer-menu .footer-menu-title {
	font-weight: bold;
	font-size: 1rem;
	border-bottom: solid 1px #999;
	margin-bottom: 0.2rem;
}
footer .footer-menu .footer-menu-title-sub {
	margin-top: 1em;
	font-weight: bold;
}
footer .footer-menu dt,
footer .footer-menu dd {
	font-weight: normal;
	line-height: 1.8em;
}
footer .footer-menu dd {
	margin: 0 0 0 2em;
}
footer #copyright {
	font-size: 0.8rem;
	background-color: #000;
	padding: 0.5rem 0;
	text-align: right;
}
footer #logo-footer {
	text-align: left;
}

footer #logo-footer span{
	font-size: 12px;
}

footer #logo-footer img {
	max-width: 100%;
	height: auto;
}
footer #logo-footer .phone {
	margin-top: 6px;
}
footer address {
	margin-top: 8px;
	font-size: 12px;
}

.footer-inner-banner {
	margin: 0 auto 1rem;
	max-width: 1000px;
	display: flex;
	flex-wrap: wrap;
}

.footer-inb-link {
	margin: 0 0.5rem;
	padding: 0;
	display: block;
	width: calc(100% / 2 - 1rem);
}

@media (max-width: 62em) {
	footer {
		margin: 0;
	}
	footer .footer-menu {
		font-size: 1rem;
	}
	footer .footer-menu a {
		padding: 0.4rem 0;
	}
	footer .footer-menu a .pull-right {
		margin-top: 0.4rem;
	}
	footer #logo-footer,
	footer #copyright {
		text-align: center;
	}
	footer #logo-footer {
		margin-top: 20px;
	}
	footer address {
		text-align: center;
	}
}
@media (max-width: 48em) {
	footer #footer-header strong {
		display: block;
		font-size: 1.2rem;
		margin-bottom: 12px;
	}
}
#to-top {
	display: inline-block;
	font-size: 1rem;
	line-height: 1.4em;
	margin: 0 0 0 auto;
	padding: 0.5rem 1rem;
	color: #fff;
	background-color: #eb5405;
	border-radius: 4px 4px 0 0;
}
#to-top:link,
#to-top:visited,
#to-top:active,
#to-top:hover {
	color: #fff;
	text-decoration: none;
}
#to-top:active,
#to-top:hover {
	color: #fff;
	background-color: #b94204;
}
#sns-logos {
	margin-bottom: 20px;
}
#add-line {
	text-align: center;
	margin: 0.8rem 0;
}
.sns-logo {
	display: inline-block;
	color: #fff;
	background-color: #999;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	font-size: 24px;
	line-height: 1em;
	padding-top: 8px;
	text-align: center;
}
.sns-logo.sns-fb {
	background-color: #3b5998;
}
.sns-logo.sns-tw {
	background-color: #111111;
}
.sns-logo.sns-yt,
.sns-logo.sns-yt-sub {
	background-color: #ff3333;
}
.sns-logo.sns-in {
	background-color: #bc2a8d;
}
.sns-logo.sns-ln {
	background-color: #00c300;
}
.sns-yt-sub {
	position: relative;
}
.yt-sub-txt {
	position: absolute;
	bottom: -3px;
	left: 10px;
}


/* SNS-icon-box added hiyane 2025.06.27
--------------------------------------------------------------------- */
.sns-box {
	width: 60%;
	margin: 1rem auto;
	padding: 0;
	font-size: 3rem;
	text-align: center;
}

.sns-box > .col-xs-2 {
	width: 20% !important;
}

/* sidebar
--------------------------------------------------------------------- */
#open-campus {
	background-color: #fb8142;
	/* background-color: #eb5405; */
	margin: 20px 0 30px 0;
	padding: 0.8rem 0.8rem 0 0.8rem;
	border-radius: 6px;
}
#open-campus #open-campus-inner {
	background-color: #fff;
}
#open-campus #open-campus-inner h3 {
	font-size: 1.2rem;q
	font-weight: bold;
	margin: 0;
	padding: 0.8rem 0.5rem;
	color: #eb5405;
}
#open-campus #open-campus-inner h3 a:link,
#open-campus #open-campus-inner h3 a:visited,
#open-campus #open-campus-inner h3 a:active,
#open-campus #open-campus-inner h3 a:hover {
	color: #eb5405;
	text-decoration: none;
}
#open-campus #open-campus-inner .oc-box {
	display: block;
	padding: 0.5rem;
	border-top: solid 1px #ccc;
	color: inherit;
	cursor: pointer;
}
#open-campus #open-campus-inner .oc-box:hover {
	text-decoration: none;
	background-color: #eee;
}
#open-campus #open-campus-inner .oc-box p {
	font-size: 0.8rem;
	margin: 0;
}
#open-campus .oc-more {
	padding: 0.4rem 0;
	text-align: right;
}
#open-campus .oc-more a {
	color: #ffffff;
}


@media (max-width: 62em) {
	#open-campus {
		background-color: transparent;
		margin: 0;
		padding: 0;
	}
	#open-campus #open-campus-inner h3 {
		color: #fff;
		border-bottom: 1px solid #eb5405;
		font-size: 1rem;
		margin: 0 -15px;
		padding: 0.4rem 1rem;
	}
	#open-campus .oc-more {
		display: none;
	}
}
.oc-date,
.oc-hour {
	display: inline-block;
	vertical-align: middle;
	line-height: 1em;
	font-family: 'Roboto Condensed', 'メイリオ', sans-serif;
}
.oc-date {
	font-size: 2.2rem;
	font-weight: bold;
	color: #444444;
}
.oc-hour {
	font-size: 1rem;
	color: #026cb8;
}
.side-list {
	border: solid 0.8rem #ccc;
	margin: 30px 0;
}
.side-list h3 {
	background-color: #fff;
	color: #eb5405;
	font-size: 1rem;
	font-weight: bold;
	margin: 0;
	padding: 0.8rem 0.5rem;
}
.side-list .list-group-item {
	padding-left: 0.8rem;
	padding-right: 0.8rem;
}
#line-box {
	margin: 30px 0 10px 0;
	padding: 1rem;
	text-align: center;
	border: solid 1px #1faa39;
	border-radius: 4px;
}
#line-box img {
	max-width: 100%;
	height: auto;
}
#twitter {
	border: solid 2px #55acee;
	border-radius: 6px;
	margin: 30px 0;
}
#twitter h3 {
	color: #55acee;
	font-size: 1rem;
	margin: 0;
	padding: 0.8rem 0.5rem;
}
#banners div {
	margin-bottom: 10px;
}
#banners div img {
	width: 100%;
	height: auto;
}
#mextlink div {
	font-size: 0.5rem;
	padding: 0.8rem;
}

.mext-list {
		padding: 0 !important;
		overflow-y: scroll;
		height: 200px;
}

.staff-intro-bnr{
		position: relative;
		display: block;
}

.staff-update-info {
		position: absolute;
		top: 5px;
		right: 5px;
		color: #fff;
		font-family: sans-serif;
		font-weight: bold;
}


/* SNS thumbnail added 2021.05.24 hiyane
--------------------------------------------------------------------- */
.sns-fb {
	background-color: #3b5998;
}
.sns-tw {
	background-color: #55acee;
}
.sns-yt {
	background-color: #ff3333;
}
.sns-in {
	background-color: #bc2a8d;
}
.sns-ln {
	background-color: #00c300;
}

#sns-thumb-list {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

#sns-thumb-list .col-lg-6 {
	padding: 0;
	margin-bottom: 10px;
}

#sns-thumb-list .col-lg-6:nth-child(odd){
	padding-right: 5px;
}


#sns-thumb-list .sns-btn{
	display: block;
	border-radius: 25px;
	min-height: 40px;
	text-align: left;
}

#sns-thumb-list a:link,
#sns-thumb-list a:visited,
#sns-thumb-list a:active {
	color: #fff;
	transition: all 0.5s;

}


#sns-thumb-list a:hover {
	color: #fff;
	opacity: 0.6;
	text-decoration: none;
}

#sns-thumb-list span{
	font-size: 12px; 
	margin: 0; 
	vertical-align: middle;
	line-height: 35px;
}

#sns-thumb-list .fab {
	display: block;
	font-size: 30px;
	width: 30px;
	float: left;
	margin: 5px 10px;
	text-align: center;
}

#twitter-widget-0 {
	height: 300px !important;
	overflow-y: scroll;
}

.fa-twitter {
	width: 25px !important;
	fill: #ffffff;
}



/* departments
--------------------------------------------------------------------- */

.sub-title {
	margin: 10px 0;
	border:1px solid #eb5405;
	font-weight: bold;
	font-size: 1.1rem;
	text-align: center;
}
	
.sub-title a {
	padding: 10px;
	color: #440000;
	display: block;
	transition: all ease .2s;
	font-size: 1.2rem;
}

.sub-title a:hover {
	text-decoration: none;
	opacity: .8;
}



.label-network-security {
	color: #fff;
	background-color: #0081ba;
}

.label-cyber-security,
.label-itsp-security {
	color: #fff;
	background-color: #0081ba;
}

.label-itsp-engineer,
.label-itsp-system {
	color: #fff;
	background-color: #1c9a02;
}

.label-it-specialist {
	color: #fff;
	background-color: #014099;
}

.label-creator {
	color: #fff;
	background-color: #008a83;
}

.label-game-creator {
	color: #fff;
	background-color: #ce520b;
}

.label-ja {
	color: #fff;
	background-color: #f39800;
}

.label-night-it {
	color: #fff;
	background-color: #7f0072;
}

.label-open-campus,
.label-highschoolteacher,
.label-student-works {
	color: #333;
	background-color: #fff;
	border: solid 1px #999;
}

.label-open-campus:hover,
.label-highschoolteacher:hover {
	color: #333;
}

.label-campus-life {
	color: #fff;
	background-color: #e85298;
}

.label-school-info {
	color: #fff;
	background-color: #940303;
}


.text-bo {
	color: #eb5405;
}
.text-ns {
	color: #0081ba;
}
.text-cs {
	color: #0081ba;
}
.text-is {
	color: #014099;
}
.text-cr {
	color: #008a83;
}
.text-gc {
	color: #008a83;
}
.text-wd {
	color: #009ce3;
}
.text-cv {
	color: #7da845;
}
.text-dp {
	color: #408f45;
}
.text-ja {
	color: #f39800;
}
.text-ni {
	color: #7f0072;
}
.bg-bo {
	background-color: #eb5405;
}
.bg-ns {
	background-color: #0081ba;
}
.bg-cs {
	background-color: #0081ba;
}
.bg-is {
	background-color: #014099;
}
.bg-cr {
	background-color: #008a83;
}
.bg-gc {
	background-color: #008a83;
}
.bg-wd {
	background-color: #009ce3;
}
.bg-cv {
	background-color: #7da845;
}
.bg-dp {
	background-color: #408f45;
}
.bg-ja {
	background-color: #f39800;
}
.dept-ja {
	background-color: #f39800!important;
}
.bg-ni {
	background-color: #7f0072;
}
.bg-bo,
.bg-ns,
.bg-cs,
.bg-is,
.bg-cr,
.bg-gc,
.bg-wd,
.bg-cv,
.bg-dp,
.bg-ja,
.bg-ni {
	color: #fff;
	padding: 0.4rem;
}
.section-title.st-network-security {
	border-color: #0081ba;
}
.section-title.st-network-security span {
	background-color: #0081ba;
}
.section-title.st-cyber-security {
	border-color: #0081ba;
}
.section-title.st-cyber-security span {
	background-color: #0081ba;
}
.section-title.st-it-specialist {
	border-color: #014099;
}
.section-title.st-it-specialist span {
	background-color: #014099;
}
.section-title.st-creator {
	border-color: #008a83;
}
.section-title.st-creator span {
	background-color: #008a83;
}
.section-title.st-game-creator {
	border-color: #008a83;
}
.section-title.st-game-creator span {
	background-color: #008a83;
}
.section-title.st-web-dtp {
	border-color: #009ce3;
}
.section-title.st-web-dtp span {
	background-color: #009ce3;
}
.section-title.st-cg-vfx {
	border-color: #7da845;
}
.section-title.st-cg-vfx span {
	background-color: #7da845;
}
.section-title.st-dtm-pa {
	border-color: #408f45;
}
.section-title.st-dtm-pa span {
	background-color: #408f45;
}
.section-title.st-ja {
	border-color: #f39800;
}
.section-title.st-ja span {
	background-color: #f39800;
}
.section-title.st-night-it {
	border-color: #7f0072;
}
.section-title.st-night-it span {
	background-color: #7f0072;
}
.section-title.st-campus-life {
	border-color: #e85298;
}
.section-title.st-campus-life span {
	background-color: #e85298;
}
.section-title.st-network-security span,
.section-title.st-cyber-security span,
.section-title.st-it-specialist span,
.section-title.st-creator span,
.section-title.st-game-creator span,
.section-title.st-ja span,
.section-title.st-night-it span,
.section-title.st-web-dtp span,
.section-title.st-cg-vfx span,
.section-title.st-dtm-pa span {
	color: #fff;
}
/* content
--------------------------------------------------------------------- */
.breadcrumb {
	background-color: transparent;
	font-size: 0.8rem;
	padding-left: 0;
	padding-right: 0;
}
.section-title {
	font-size: 1.3rem;
	border-bottom: solid 1px #eb5405;
	margin: 30px 0;
}
.section-title span {
	display: inline-block;
	font-weight: bold;
	min-width: 25%;
	color: #fff;
	background-color: #eb5405;
	padding: 0.4rem 1rem;
	border-radius: 1rem 0 0 0;
}
.section-title a {
	padding-top: 4px;
	display: inline-block;
	float: right;
}
@media (max-width: 48em) {
	.section-title span {
		width: 100%;
	}
	.section-title a {
		display: none;
	}
}
/* articles
--------------------------------------------------------------------- */
.news-box {
	margin-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #ccc;
}
.news-box .news-box-title {
	font-size: 1rem;
	margin: 0.8rem 0;
}
.works-box img {
	width: 100%;
	height: auto;
}
.works-box .works-box-category {
	margin-top: 0.5rem;
}
.news {
	margin-bottom: 2rem;
}
.news .news-header {
	margin-bottom: 1rem;
}
.news .news-header .news-title {
	font-size: 1.4rem;
	margin: 0 0 0.2rem 0;
	padding-bottom: 0.2rem;
	border-bottom: dashed 1px #ccc;
}
.news .news-body img {
	max-width: 100%;
	height: auto;
}
/* department
--------------------------------------------------------------------- */
.dept-header {
	margin: 0 0 1.8rem 0;
	display: flex;
}
.dept-header .dept-header-title {
	flex: 0 1 50%;
	padding: 1.4rem;
	color: #fff;
	background-color: #eb5405;
}
.dept-header .dept-header-title .dept-header-name {
	font-size: 1.6rem;
	line-height: 1em;
	margin: 0;
}
.dept-header .dept-header-title .dept-header-name small {
	display: block;
	margin-top: 0.2rem;
	font-size: 1.2rem;
}
.dept-header .dept-header-title .dept-header-detail {
	margin: 1.4rem 0;
}
.dept-header .dept-header-title .dept-header-detail span {
	color: #333;
	background-color: #fff;
	padding: 0.5rem;
}
.dept-header .dept-header-title .dept-header-add {
	font-size: 0.8rem;
	margin: 0;
}
.dept-header .dept-header-img {
	flex: 0 1 50%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.dept-header.dept-ns .dept-header-title {
	background-color: #0081ba;
}
.dept-header.dept-ns .dept-header-title .dept-header-detail span {
	color: #0081ba;
}
.dept-header.dept-cs .dept-header-title {
	background-color: #0081ba;
}
.dept-header.dept-cs .dept-header-title .dept-header-detail span {
	color: #0081ba;
}
.dept-header.dept-is .dept-header-title {
	background-color: #014099;
}
.dept-header.dept-is .dept-header-title .dept-header-detail span {
	color: #014099;
}
.dept-header.dept-cr .dept-header-title {
	background-color: #008a83;
}
.dept-header.dept-cr .dept-header-title .dept-header-detail span {
	color: #008a83;
}
.dept-header.dept-gc .dept-header-title {
	background-color: #008a83;
}
.dept-header.dept-gc .dept-header-title .dept-header-detail span {
	color: #008a83;
}
.dept-header.dept-ni .dept-header-title {
	background-color: #7f0072;
}
.dept-header.dept-ni .dept-header-title .dept-header-detail span {
	color: #7f0072;
}
.dept-header.dept-ja .dept-header-title {
	background-color: #f39800;
}
.dept-header.dept-ja .dept-header-title .dept-header-detail span {
	color: #c07800;
}
@media (max-width: 48em) {
	.dept-header {
		display: block;
	}
	.dept-header .dept-header-title {
		padding: 1rem;
	}
	.dept-header .dept-header-img {
		height: 120px;
	}
}
.dept-subheader {
	margin: 0 0 1.8rem 0;
	color: #fff;
	background-color: #ccc;
}
.dept-subheader .dept-subheader-parent {
	padding: 0.4rem 1rem;
	font-size: 0.8rem;
	border-bottom: solid 1px #fff;
}
.dept-subheader .dept-subheader-inner {
	padding: 1rem;
}
.dept-subheader .dept-subheader-name {
	font-size: 1.6rem;
	line-height: 1.2em;
	margin: 0 0 0.5rem 0;
}
.dept-subheader .dept-subheader-name small {
	font-size: 1rem;
}
.dept-subheader .dept-subheader-r {
	color: #333;
	background-color: #fff;
	padding: 0.2rem 0.4rem;
}
.dept-subheader.dept-wd {
	background-color: #009ce3;
}
.dept-subheader.dept-cv {
	background-color: #7da845;
}
.dept-subheader.dept-dp {
	background-color: #408f45;
}
.dept-subheader.dept-ja {
	background-color: #f39800;
}
.dept-subheader.dept-ja .dept-subheader-r {
	color: #c07800;
}
.bn-qual {
	display: block;
	width: 100%;
	height: 50px;
	text-align: center;
}
.bn-qual img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 50px;
}
.give-pc {
	position: relative;
	margin: 3rem 0;
	padding: 2rem 1rem 1rem 1rem;
	background-color: #ffecb3;
	border-radius: 4px;
}
.give-pc .give-pc-catch {
	position: absolute;
	font-size: 1rem;
	color: #fff;
	background-color: #000;
	padding: 0.4rem;
	left: 1rem;
	top: -1rem;
	transform: rotate(-7deg);
}
.give-pc .give-pc-img {
	position: absolute;
	width: 200px;
	height: auto;
	right: 1rem;
	top: -2rem;
}
@media (max-width: 34rem) {
	.give-pc {
		margin: 2rem 0;
	}
	.give-pc .give-pc-img {
		top: 1rem;
		width: 160px;
	}
}
.panel {
	border: solid 1px #999;
	border-radius: 6px;
	margin-bottom: 2rem;
}
.panel .panel-heading {
	padding: 0.6rem 1rem;
	color: #fff;
	background-color: #999;
	border-radius: 6px 6px 0 0;
}
.panel .panel-body {
	padding: 1rem;
}
.panel .panel-body p,
.panel .panel-body ul {
	margin-bottom: 0;
}
.panel.panel-ns {
	border-color: #0081ba;
}
.panel.panel-ns .panel-heading {
	background-color: #0081ba;
}
.panel.panel-cs {
	border-color: #0081ba;
}
.panel.panel-cs .panel-heading {
	background-color: #0081ba;
}
.panel.panel-is {
	border-color: #014099;
}
.panel.panel-is .panel-heading {
	background-color: #014099;
}
.panel.panel-cr {
	border-color: #008a83;
}
.panel.panel-cr .panel-heading {
	background-color: #008a83;
}
.panel.panel-gc {
	border-color: #008a83;
}
.panel.panel-gc .panel-heading {
	background-color: #008a83;
}
.panel.panel-wd {
	border-color: #009ce3;
}
.panel.panel-wd .panel-heading {
	background-color: #009ce3;
}
.panel.panel-cv {
	border-color: #7da845;
}
.panel.panel-cv .panel-heading {
	background-color: #7da845;
}
.panel.panel-dp {
	border-color: #408f45;
}
.panel.panel-dp .panel-heading {
	background-color: #408f45;
}
.panel.panel-ni {
	border-color: #7f0072;
}
.panel.panel-ni .panel-heading {
	background-color: #7f0072;
}
.panel.panel-warning {
	border-color: #8a6d3b;
}
.panel.panel-warning .panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
}
a.card {
	display: block;
	cursor: pointer;
}
a.card:link,
a.card:visited,
a.card:active,
a.card:hover {
	text-decoration: none;
}
.card .card-text-r {
	color: #333;
	background-color: #fff;
	padding: 0.4rem;
}
.card.card-cp,
.card.card-mi,
.card.card-wd,
.card.card-cv,
.card.card-dp,
.card.card-ja,
.card.card-ni {
	background-color: #999;
}
.card.card-cp .card-title,
.card.card-mi .card-title,
.card.card-wd .card-title,
.card.card-cv .card-title,
.card.card-dp .card-title,
.card.card-ja .card-title,
.card.card-ni .card-title {
	color: #fff;
	font-size: 1.6rem;
	margin: 0 0 1rem 0;
}
.card.card-cp .card-title small,
.card.card-mi .card-title small,
.card.card-wd .card-title small,
.card.card-cv .card-title small,
.card.card-dp .card-title small,
.card.card-ja .card-title small,
.card.card-ni .card-title small {
	font-size: 1rem;
}
.card.card-cp {
	background-color: #2D4566;
}
.card.card-mi {
	background-color: #5076AA;
}
.card.card-wd {
	background-color: #009ce3;
}
.card.card-cv {
	background-color: #7da845;
}
.card.card-dp {
	background-color: #408f45;
}
.card.card-ja {
	background-color: #f39800;
}
.card.card-ja .card-text-r {
	color: #c07800;
}
.card.card-ni {
	background-color: #7f0072;
}
.nav-tabs.tab-cs .nav-link.active,
.nav-tabs.tab-cs .nav-link:hover {
	color: #fff;
	background-color: #0081ba;
}
.nav-tabs.tab-is .nav-link.active,
.nav-tabs.tab-is .nav-link:hover {
	color: #fff;
	background-color: #014099;
}
.nav-tabs.tab-gc .nav-link.active,
.nav-tabs.tab-gc .nav-link:hover {
	color: #fff;
	background-color: #008a83;
}
.nav-tabs.tab-ni .nav-link.active,
.nav-tabs.tab-ni .nav-link:hover {
	color: #fff;
	background-color: #7f0072;
}
.nav-tabs.tab-ja .nav-link.active,
.nav-tabs.tab-ja .nav-link:hover {
	color: #fff;
	background-color: #f39800;
}
.tab-content {
	padding: 1rem;
	border: solid 1px #ccc;
	border-top: none;
	border-radius: 4px;
	margin-bottom: 2rem;
}
#qualification .row {
	display: flex;
	flex-wrap: wrap;
}
#qualification .row > [class*="col-"] {
	display: flex;
	flex-direction: column;
	margin-bottom: 1rem;
}
/* about the school
--------------------------------------------------------------------- */
.ab-box {
	margin-bottom: 2rem;
}
.ab-box h2 {
	font-size: 1.25rem;
	font-weight: bold;
	margin: 2rem 0 1rem 0;
}
/* banners for mobile
--------------------------------------------------------------------- */
.mob-banners {
	background-color: #dbecff;
	margin: 1rem 0;
	padding: 8px;
}
.mob-banners h5 {
	font-size: 14px;
	font-weight: bold;
	margin: 0.5rem 0;
	text-align: center;
}
.mob-banners a {
	display: block;
	margin-top: 4px;
}
.mob-banners a img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

/* staff introduce index > hiyane added.2021-04-12
--------------------------------------------------------------------- */
.update-att {
	text-align: center;
	font-size: 16pt;
	font-weight: bold;
	clear: both;
}

.staff-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.staff-list-c {
	min-height: 430px;
	border: 1px solid #eaeaea;
	padding-top: 10px;
}



.staff-list-c h3 {
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	padding: 3px;
	margin: 3px 0;
}


.staff-list-c a {
	overflow: hidden;
	display: block;
}

.staff-list-c a img {
	transition: 0.2s all ease;
}

.staff-list-c a img:hover {
	transform: scale(1.1);
}

.staff-list-c i {
	font-size: 30px;
	position: absolute;
	z-index: 3;
	right: 23px;
	top: 260px;
	color: #f00;
}



/* staff introduce detail > hiyane added.2021-04-12
--------------------------------------------------------------------- */
.profile-box {

}

.staff-intro-h {
	font-size: 20pt;
	border-bottom: 1px solid #ff6600;
	color: #222;
	padding: 5px;
	margin-bottom: 10px;
	display: block;
	text-align: left;
}

.staff-name {
	font-size: 24pt;
	font-weight: bold;
	text-align: center;
	margin: 10px 0;
}

.staff-name ruby rt {
	font-size: 4pt;
}

.staff-photo {
	margin-bottom: 10px;
}



/* ----------------------------------- profile text board */
.profile-detail {
	/*border: 10px double #D3EDFB;*/
	font-size: 9pt;
	padding: 0;
	border-radius: 0;
	border-top: 1px solid #fa0;
	border-bottom: 1px solid #fa0;
	color: #000033;
	 background-color: #fff0d8;
	 border-top: 1px solid #fa0;
}

.profile-detail .row {
	margin: 0;
	padding: 0;
	/*border-bottom: 1px dotted #59AACE;*/
}

.profile-detail .row:last-child dd{
	border-bottom: none;
}

.profile-detail dt {
	margin: 0;
	padding: 10px 5px;
	text-align: left;
	color: #330000;
	background-color: #fff0d8;
	vertical-align: middle;
}

.profile-detail dt:before {
	content: "";
}

.profile-detail dd {
	margin: 0;
	padding: 10px 5px;
	text-align: left;
	background-color: #fff;
	border-bottom: 1px solid #fa0;
	border-right: 1px solid #fa0;
}


.charge-list {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px;
	position: relative;
	overflow: hidden;
}

.charge-list-c {
	text-align: center;
	color: #fff;
	padding: 3px 0;
	font-size: 8pt;
	font-weight: bold;
	border-radius: 30px;
	margin-bottom: 3px;
}

.cysc {
	background-color: #00aaff;}

.itsp {
	background-color: #0000aa;
}

.gcrt {
	background-color: #70ea21;
}

.night {
	background-color: #ac1bef;
}

.work {
	background-color: #dbc81d;
}


.staff-nav {
	list-style-type: none;
	margin: 10px auto;
	padding: 0;
	background-color: #ff6600;
	border-radius: 10px;
	overflow: hidden;

}

.staff-nav .col-md-4 {
	margin: 0;
	padding: 0;
}

.staff-nav-c {
	padding: 0;
	margin: 0;
}

.staff-nav-c a {
	padding: 10px 0;
	display: block;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	font-size: 9pt;
	font-weight: bold;

	color: #fff;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;
}

.staff-nav-c a:hover {
	background-color: #ffa466;

}

/* ----------------------------------- corona-counter https://www.it-college.ac.jp/2021/06/7552/ */

.counter .row {
	margin-bottom: 20px;
}

.counter-h-l{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: 10px auto;
	padding: 0;
	color: #ff6600;
}

.counter-h-m {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}



/* opencampus-schedule > hiyane added.2021-06-29
--------------------------------------------------------------------- */

.oc-sch {
	margin: 0 0 3rem;
}

.oc-sch-h {
	margin: 0 0 1rem;
	font-size: 1.3rem;
	text-align: center;
}

.oc-sch-mod {
	margin: 0;
	padding: 0;
}

.oc-sch-mod img {
	border-radius: 5%;
	max-width: 100%;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .1) ;
}

.oc-sch-mod:nth-child(even){
	margin-right: 1rem;
}

.oc-sch-mod-h {
	font-size: 1rem;
	margin: 0 0 0.5rem;
	padding: 0 0 0.5rem;
	border-bottom: 1px solid #aaa;
}

.oc-sch-mod-t {
	font-size: 0.8rem;
}

.oc-sch .col-md-6,
.oc-sch .col-sm-7,
.oc-sch .col-sm-5 {
	margin: 0;
	padding: 0;
}

.flexbox {
	display: flex;
	flex-wrap: wrap;
}

.oc-sch .col-sm-5 {
	padding: 15px;
}

/* ------------------------------ hiyane edited 2021.8.31  */
.lead {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.about-box {
	margin: 0 auto 20px;
}

.about-box h2 {
	font-weight: bold;
	color: #eb5405;
	margin: 10px 0;
}

.school-h {
	padding-top: 0;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 10px;
}

.phone-number {
	font-size: 24px;
	font-weight: bold;
	color: #eb5405;
}

.phone-number i {
	margin-right: 5px;
}

.location {
	display: inline-block;
	position: relative;
}

.fa-map-marker-alt {
	font-size: 30px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: top;
}

.location-text {
	display: inline-block;
	width: 85%;
}

.inner-list dt:before,
.inner-list li:before {
	content: "●";
}

.data-list {

}

.data-list dd {
	padding-left: 1rem;
}


/* ------------------------------ IT engineer dept(night) hiyane edited 2021.12.2  */

.faq {

}

.faq h2 {

}

.faq .faq-q {
	background: #601986; /* 「Q」タイトルの背景色 */
	color: #fff; /* 「Q」タイトルの文字色 */
	padding: 8px;
	border-radius: 2px;
}

.faq .faq-q:before {
	content: "Q.";
	font-weight: bold;
	margin-right: 8px;
}

.faq .faq-a {
	margin: 24px 16px 40px 32px;
	line-height: 140%;
	text-indent: -24px;
}

.faq .faq-a:before {
	content: "A.";
	font-weight: bold;
	margin-right: 8px;
}

.faq-a ul {
	margin: 10px;
	text-indent: 0;
	list-style-type: none;
}

.faq-a li {
	margin: 0;
	font-size: 1rem;
}

/* ------------------------------ hiyane edited 2022.5.10  */

.ao-entry {
	font-size: 1.1rem;
	/* font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; */
}

.ao-need,
.ao-sche-h {
	color: #c9000c;
	font-weight: bold;
	text-align: center;
	margin: 1rem 0 2rem;
}

.ao-det-h {
	font-size: 1.5rem;
	padding: 1rem;
	/* background-color: #c9000c; */
	background-color: #e85e09;
	color: #ffffff;
}

.ao-need {
	font-size: 1.5rem;
	font-weight: bold;
}

.ao-need-list {
	list-style-type: circle;
}

.ao-need-l-c {
	font-size: 1.3rem;
	font-weight: bold;
}

.ao-det-l-h {
	font-size: 1.3rem;
	font-weight: bold;
	border-left: solid 10px #c9000c;
	border-bottom: solid 1px #c9000c;
	color: #c9000c;
	padding-left: 0.5rem;
	margin-bottom: 1rem;
}

.ao-det-l-c {
	margin-bottom: 2rem;
}

.ao-flowchart {
	border-top: solid 1px #444444;
	margin-top: 2rem;
}

.ao-flow-list .row {
	background-color: #ffffff;
	box-shadow: 0 0 3px rgba(0,0,0,.3);
	margin: 0 auto 2rem;
}

.ao-flow-l-h {
	color: #ffffff;
	margin-bottom: 2rem;
	text-align: left;
	overflow: hidden;
	clear: both;
	border-bottom: 1px solid #e84d68;
}

.ao-flow-num {
	float: left;
	background-color: #e84d68;
	font-size: 2rem;
	width: 4rem;
	height: 3.5rem;
	text-align: center;
}

.ao-flow-l-h-txt {
	float: left;
	font-size: 1.2rem;
	color: #e84d68;
	padding: 0 0 0 1rem;
	line-height: 3.5rem;
}

.ao-flow-l-mod {
	margin-bottom: 3rem;
	position: relative;
	border-radius: 4px 8px 4px 8px;
}

.ao-flow-l-mod:not(:last-child)::before {
	content: '';
	position: absolute;
	left: 39px;
	bottom: -3rem;
	width: 2px;
	height: 3rem;
	background: #e84d68;
}

.ao-flow-l-c {
	padding: 2rem;
	margin-bottom: 2rem;
	text-align: justify;
	text-justify: inter-ideograph;
}

.ao-sche-tbl {
	/* width: 100%;
	text-align: center; */
}

@media only screen and (max-width:599px) {
	.ao-flow-l-h {
		margin-bottom: 1rem;
	}

	.job-hunting {
		background: url(/2020/wp-content/themes/it-college/img/job-hunting-illust01.png) no-repeat 95% 1% / 70px,
		url(/2020/wp-content/themes/it-college/img/job-report-bg.jpg) no-repeat top center / cover !important;
	}

	.job-rep-grp-img {
		width: 100%;
		text-align: center;
	}

	.job-report-graph img {
		max-width: 80% !important;
		margin: 1rem auto;
	}
}


.ao-sche-tbl th {
	padding: 0.3rem;
	border: solid 1px #444444;
	text-align: center;
}

.ao-sche-tbl td {
	padding: 0.3rem;
	border: solid 1px #444444;

}

.ao-period {
	text-align: center;
}



/* --------------------------------------------------------- dept introduce renewal.june 2023 hiyane   */

.hidden {
	display: none;
}

.pchidden {
	display: none; /* PC hidden */
}

.sphidden {
	display: block; /* PC visible */
}

.dept-introduce {
	background: url("/2020/wp-content/themes/it-college/img/digital-bg.jpg") no-repeat top center #eae7e1;
	font-family: 'Noto Sans JP', sans-serif;
}

.header-label {
	min-height: 400px;
	position: relative;
}

.dept-introduce .row {
	margin: 0;
}

.header-label h1 {
	margin: 0;
	position: absolute;
	bottom: 20px;
	left: 20px;
	font-size: 2rem;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 1);
	width: 80%;
}

.header-label small {
	display: block;
	font-size: 1rem;
	margin-top: 1rem;
}

.dept-info {
	margin: 0;
	font-size: 14px;
	color: #ffffff;
	height:100px;
	width:100px;
	border-radius:50%;
	line-height:100px;
	text-align:center;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.dept-lead {
	padding: 2rem 0;
	font-size: 1.2rem;
	text-align: center;
	width: 100%;
}

.dept-l-txt {
	text-align: center;
	font-size: 1rem;
}

.feature-lead {
	padding: 1rem;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
}

.itsp-f-1 {
	margin-top: 80px;
}


/* ----------------------------------- common Items */
.dept-h-m {
	padding: 1rem 0;
	margin: 0;
	text-align: center;
	font-size: 1.2rem;

	color: #ffffff;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 1);
}

.dept-h-s {
	padding: 1.2rem 0;
	margin: 0;
	text-align: left;
	font-size: 1rem;
	font-weight: bold;
}

.feature-mod strong {
	color: #aa0000;
}

/* ----------------------------------- PC information */
.pc-info {
	margin: 1rem auto;
	padding: 1rem;
	width: 80%;
	border: 1px solid #440000;
	background-color: rgba(255, 255, 255, .3);
}

.pc-img {
	text-align: center;
}

.pc-photo {

}

.pc-info-h {
	margin: 10px 0;
	padding: 0;
	font-size: 1.1rem;
}

/* ----------------------------------- Target Job */

.job-list {
	margin: 0;
	padding: 0 1rem;
	list-style-type: none;
}

.job-h {
	margin: 1rem 0;
	padding: 1rem 0;
	font-weight: bold;
	color: #014099;
	border-bottom: 1px solid #014099;
}

.job-h::before {
	content: "■ ";
}

.job-image {
	margin: 2rem 0;
}

/* ----------------------------------- Timetable */

.timetable-lead {
	margin: 1rem 0;
	text-align: center;
	font-weight: bold;
	font-size: 1rem;
}

.timetable-lead strong {
	color: #aa0000;
}

.weekly-t {
	border-collapse: collapse;
	table-layout: fixed;
	margin: 1rem;
	background-color: #fefefe;
	width: 95%;
	margin: 10px auto;
}

.tt-h, .tt-d{
	border:1px solid #999;
	text-align: center;
	padding: 5px;
}

.timetable thead th {
	width: 16.5%;	
}

.timetable-att {
	margin: 1rem;
}


/* ----------------------------------- Pickup Curriculum */

.pickup-h {
	margin: 1rem;
	padding: 0;
	font-size: 1rem;
	font-weight: bold;
	color: #004400;
}

.pickup-txt {
	margin: 1rem;
}

.pickup-image {
	margin: 1rem 0;
}

/* ----------------------------------- License */

.license-l {
	padding: 5px;
	margin: 0;
	list-style-type: none;
}

.license-l-i {
	min-height: 180px;
	text-align: center;
}

/* ----------------------------------- Student's Voice */

.std-name {
	margin: 1rem 0;
}

.std-photo {
	margin: 1rem 0;
}

/* ----------------------------------- OpenCampus */
.oc-info {
	font-family: 'Noto Sans JP', sans-serif;
}

.oc-info-h {
	margin: 1rem 0;
	padding: 1rem 0;
	text-align: center;
	font-size: 1.1rem;
	font-weight: bold;
	color: #440000;
	border: 1px solid #440000;
}

.oc-info-lead {
	padding: 0;
	margin: 2rem 0;
	font-size: 1rem;
}

.oc-info-txt {
	margin-top: 3rem;
}

.oc-info-list {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.oc-info-l-i {
	font-size: 1rem;
}

.oc-info-l-i i {
	color: #eb5405;
}

.oc-regist a{
	padding: 1rem;
	margin: 1rem 0;
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
	background-color: #eb5405;
	color: #ffffff;
	display: block;
}

/* ----------------------------------- other Dept */
.other-dept {
	padding: 0;
	font-family: 'Noto Sans JP', sans-serif;
}

.other-d-h {
	margin: 1rem 0;
	padding: 1rem 0;
	text-align: center;
	font-size: 1.1rem;
	font-weight: bold;
	color: #440000;
	border: 1px solid #440000;
}

.other-d-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.other-d-l-i {
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
	width: calc(50% - 0.5rem);
}

.other-d-l-i p {
	font-size: 1rem;
	text-align: left;
	padding: 0 1rem;
}


.dept-link {
	display: block;
	padding: 0.5rem;
	margin-bottom: 1rem;
	font-size: 90%;
	font-weight: bold;
	transition: all .5s ease;
	opacity: 1;
	min-height: 3.5rem;
}

.link-n {
	background-color: #0081ba;
	color: #ffffff;
}

.link-s {
	background-color: #027402;
	color: #ffffff;
}

.link-c {
	background-color: #ce520b;
	color: #ffffff;
}

.link-e {
	background-color: #7610a5;
	color: #ffffff;
}

.link-gb {
	background-color: #a51010;
	color: #ffffff;
}

.link-jp {
	background-color: #cb1a61;
	color: #ffffff;
}

.dept-link:hover {
	opacity: .7;
	text-decoration: none;
	color: #ffffff;
}

.other-d-l-i span {
	font-size: 0.8rem;
	margin: 0;
	display: inline-block;
	/* font-size: 1rem;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.3rem;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 1);
	display: block;
	position: absolute;
	bottom: 10%;
	right: 5%; */
}


/* ----------------------------------------------------------------------- IT COLLEGE OKINAWA Feature Page */
.feature-head-l {
	padding: 1rem;
	text-align: center;
	border-radius: 1rem 1rem 0 0;
	font-weight: bold;
	background-color: #ff8747 !important;
	color: #fff;
	text-shadow: 0 0 2px rgba(0, 0, 0, .4),0 0 2px rgba(0, 0, 0, .4),0 0 2px rgba(0, 0, 0, .4),0 0 2px rgba(0, 0, 0, .4);
}

.feature-s-link a{
	background-color: #387b05;
}

.feature-n-link a{
	background-color: #1b8ce3;
}

.feature-c-link a{
	background-color: #cf4910;
}

.feature-e-link a{
	background-color: #7818b0;
}


.feature-s-link,
.feature-n-link,
.feature-c-link,
.feature-e-link {
	padding: 0;
}

.feature-s-link a,
.feature-n-link a,
.feature-c-link a,
.feature-e-link a {
	padding: 1rem;
	text-align: center;
	display: block;
	color: #fff !important;
	border-radius: 9999px;
	transition: all .2s;
}

.feature-s-link a:hover,
.feature-n-link a:hover,
.feature-c-link a:hover,
.feature-e-link a:hover {
	opacity: .8;
}


/* □■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■ For Tablet and Mobile Landscape Layout - hiyane edited 2024.9 */

@media screen and (max-width: 1200px) {
	.collapse {
		display: none;
	}
	/* ----------------------------------------------------------------------- Tablet and Mobile Landscape Header */
	.g-header {
		margin: 0;
		padding: 0;
		position: sticky;
		top: 0;
		z-index: 50;
	}

	.pcg-header {
		display: none;
	}

	.sp-header {
		display: block;
		padding: 0;

	}

	.spg-header {
		display: flex;
		margin: 0.5rem 0 0;
		padding: 0;
		min-height: 3rem;
		align-items: center;
	}

	.spg-header>.sp-menu {
		display: none;
	}

	.gnav-act-l-c i {
		margin: 0;
	}

	.sp-brand {
		width: 40%;
	}

	.sp-brand-link {
		display: block;
		padding: 0.5rem;
		
	}

	.sp-guide-btn {
		padding: 0 0.5rem;
	}

	.sp-guide-btn a {
		display: block;
		text-align: center;
		color: #444;
		border: 1px solid #444;
		border-radius: 0.5rem;
		text-decoration: none;
		font-size: 0.8rem;
	}

	.sp-menu {
		text-align: center;
		font-size: 1.2rem;
	}

	.spg-menu-txt {
		display: block;
		font-size: 0.6rem;
	}

	.sp-int-std {
		display: none;
	}


	/* ----------------------------------------------------------------------- Tablet and Mobile Landscape Header - Action list */
	.gnav-act-list {
		align-items: flex-start;
		padding: 0;
		margin: 0;
		flex-wrap: wrap;
		width: 60%;
		gap: 0;
	}

	.gnav-act-l-c {
		border: none;
		width: 23%;
	}

	.gnav-act-l-c a {
		padding: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		font-size: 0.7rem;
	}

	/* ----------------------------------------------------------------------- Tablet and Mobile Landscape Header Menu */
	.spgnav-inner {
		display: none;
	}

	.spgnav-list {
		opacity: 0;
		visibility: hidden;
		flex-direction: column;
		border-top: 1px solid #aaa;
		list-style-type: none;
		padding: 0;
		margin: 0;
		text-align: center;
		display: block;
		position: absolute;
		width: 100%;
		height: calc(100vh - 50px);
		transition: all .2s;
		background-color: rgba(255, 255, 255, 1);
		z-index: 100;
	}

	/* ----------------------------------------------- Tablet and Mobile Landscape Header Menu - Active */
	.sp-header .active {
		opacity: 1;
		visibility: visible;
		overflow-y: scroll;
	}

	.spgnav-l-c {
		border-bottom: 1px solid #aaa;
		padding: 0;
	}

	.spgnav-link {
		margin: 0;
		padding: 1rem 0;
		display: block;
		text-decoration: none;
		background-color: #e48b15;
		font-weight: bold;
		color: #ffffff;
	}

	.spgnav-inner {
		padding: 0;
	}

	.spgnav-in-list {
		padding: 0;
		margin: 0;
		width: 100%;
		list-style-type: none;
		display: flex;
		flex-wrap: wrap;
	}

	.spgnav-in-l-c {
		width: 50%;
		padding: 0;
	}

	.spgnav-in-l-c a {
		display: flex;
		align-items: center;
		color: #444;
		text-decoration: none;
		padding: 1rem;
	}

	.spgnav-in-l-c a img {
		width: 50%;
	}

	.spnav-sns-icon {
		display: flex;
		justify-content: center;
	}

	.spnav-sns-h {
		width: 30%;
	}

	.sns-icon {
		padding: 0.5rem;
		max-width: 6rem;
	}


	
	/* ----------------------------------------------- Tablet and Mobile Landscape Header Menu - Dept */
	.spgnav-dept-txt {
		width: 50%;
		padding: 0.5rem;
	}

	.spgnav-dept-name {
		display: block;
	}

	.spgnav-dept-att {
		display: block;
		padding: 0.2rem 0.4rem;
		border: 1px solid #444;
		border-radius: 9999px;
		font-size: 0.8rem;
	}

	/* ----------------------------------------------- Tablet and Mobile Landscape Header Menu - etc */
	.spgnav-oc .spgnav-in-l-c:nth-child(4n+1),
	.spgnav-guide .spgnav-in-l-c:nth-child(4n+1),
	.spgnav-job .spgnav-in-l-c:nth-child(4n+1),
	.spgnav-adm .spgnav-in-l-c:nth-child(4n+1),
	.spgnav-school .spgnav-in-l-c:nth-child(4n+1),

	.spgnav-oc .spgnav-in-l-c:nth-child(4n+1),
	.spgnav-guide .spgnav-in-l-c:nth-child(4n),
	.spgnav-job .spgnav-in-l-c:nth-child(4n),
	.spgnav-adm .spgnav-in-l-c:nth-child(4n),
	.spgnav-school .spgnav-in-l-c:nth-child(4n) {
		background-color: #ffefd8;
	}

	.spgnav-oc .spgnav-in-l-c:nth-child(4n+1),
	.spgnav-guide .spgnav-in-l-c:nth-child(4n+2),
	.spgnav-job .spgnav-in-l-c:nth-child(4n+2),
	.spgnav-adm .spgnav-in-l-c:nth-child(4n+2),
	.spgnav-school .spgnav-in-l-c:nth-child(4n+2),

	.spgnav-oc .spgnav-in-l-c:nth-child(4n+1),
	.spgnav-guide .spgnav-in-l-c:nth-child(4n+3),
	.spgnav-job .spgnav-in-l-c:nth-child(4n+3),
	.spgnav-adm .spgnav-in-l-c:nth-child(4n+3),
	.spgnav-school .spgnav-in-l-c:nth-child(4n+3) {
		background-color: #fff9f2;
	}

	.spgnav-oc .spgnav-in-l-c:nth-child(4n+1),
	.spgnav-guide .spgnav-in-l-c a,
	.spgnav-job .spgnav-in-l-c a,
	.spgnav-adm .spgnav-in-l-c a,
	.spgnav-school .spgnav-in-l-c a {
		display: block;
		text-align: left;
	}
	
	.oc-navi {
		width: 100% !important;
	}

	.oc-link-mini {
		padding-top: 7rem !important;
	}

	.oc-link-int {
		padding-top: 5rem !important;
	}

	.oc-link-pt {
		padding-top: 7rem !important;
	}
	

	.oc-navi-list {
		width: 100% !important;
	}

	.oc-navi-link {
		min-height: 250px !important;
	}

	.vis-index-link {
		padding-top: 11rem !important;
		min-height: 300px !important;
	}

	.vis-link-int {
		background-size: cover !important;
	}

	.campuslife-link {
		width: 100% !important;
		background-size: cover !important;
	}

	.other-cont-list {
		width: 100% !important;
	}

	.other-link-jobhunt {
		background-size: cover !important;
	}

	.dept-inner {
		width: 100% !important;
	}

	.dept-link {
		padding: 2rem !important;
	}

}

.pc-banner {
	display: block;
}


.sp-banner {
	display: none;
}


/* □■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■ For Mobile Layout - hiyane edited 2024.9 */

@media screen and (max-width: 767px) {
	.collapse {
		display: none;
	}
	/* ----------------------------------------------------------------------- Mobile Header */
	.g-header {
		margin: 0;
		padding: 0;
		position: sticky;
		top: 0;
		z-index: 50;
	}

	.pcg-header {
		display: none;
	}

	.gnav-act-list {
		display: none;
	}

	.sp-header {
		display: block;
		padding: 0;

	}

	.spg-header {
		display: flex;
		margin: 0.5rem 0 0;
		padding: 0 0 0.5rem;
		min-height: 3rem;
		align-items: center;
		justify-content: space-between;
	}

	.sp-brand {
		width: 70%;
	}

	.sp-brand-link {
		display: block;
		padding: 0.5rem;
	
	}

	.sp-guide-btn {
		padding: 0 0.5rem;
	}

	.sp-guide-btn a {
		display: block;
		text-align: center;
		color: #444;
		border: 1px solid #444;
		border-radius: 0.5rem;
		text-decoration: none;
		font-size: 0.8rem;
	}

	.sp-menu {
		display: block !important;
		text-align: center;
		font-size: 1.2rem;
		width: 10%;
	}

	.spg-menu-txt {
		display: block;
		font-size: 0.6rem;
	}

	.sp-int-std {
		display: block;
		font-size: 0.7rem;
	}
	
	.sp-int-std a {
		display: block;
		color: #444;
		font-weight: bold;
		border-radius: 0.5rem;
		border: 1px solid #99A;
		padding: 0.5rem;
	}

	/* ----------------------------------------------------------------------- Mobile Header Menu */
	.spgnav-inner {
		display: none;
	}

	.spgnav-list {
		opacity: 0;
		visibility: hidden;
		flex-direction: column;
		border-top: 1px solid #aaa;
		list-style-type: none;
		padding: 0;
		margin: 0;
		text-align: center;
		display: block;
		position: absolute;
		width: 100%;
		height: calc(100vh - 50px);
		transition: all .2s;
		background-color: rgba(255, 255, 255, 1);
		z-index: 100;
	}

	/* ----------------------------------------------- Mobile Header Menu - Active */
	.sp-header .active {
		opacity: 1;
		visibility: visible;
		overflow-y: scroll;
	}

	.spgnav-l-c {
		border-bottom: 1px solid #aaa;
		padding: 0;
	}

	.spgnav-link {
		margin: 0;
		padding: 1rem;
		display: block;
		text-decoration: none;
		background-color: #e48b15;
		font-weight: bold;
		color: #ffffff;
	}

	.spgnav-inner {
		padding: 0;
	}

	.spgnav-in-list {
		padding: 0;
		margin: 0;
		width: 100%;
		list-style-type: none;
	}

	.spgnav-in-l-c {
		width: 100%;
		padding: 0;
	}

	.spgnav-in-l-c a {
		display: flex;
		align-items: center;
		color: #444;
		text-decoration: none;
		padding: 1rem;
	}

	.spgnav-in-l-c a img {
		width: 50%;
	}

	.spnav-sns-icon {
		display: flex;
		align-items:flex-start;
	}

	.spnav-sns-h {
		width: 30%;
	}

	.sns-icon {
		padding: 0.5rem;
	}
	
	/* ----------------------------------------------- Mobile Header Menu - Dept */
	.spgnav-dept-txt {
		width: 50%;
	}

	.spgnav-dept-name {
		display: block;
	}

	.spgnav-dept-att {
		display: inline-block;
		padding: 0.2rem 0.4rem;
		border: 1px solid #444;
		border-radius: 9999px;
	}

	/* ----------------------------------------------- Mobile Header Menu - etc */
	.spgnav-oc .spgnav-in-l-c,
	.spgnav-guide .spgnav-in-l-c,
	.spgnav-job .spgnav-in-l-c,
	.spgnav-adm .spgnav-in-l-c,
	.spgnav-school .spgnav-in-l-c {
		background-color: #ffefd8;
	}

	.spgnav-oc .spgnav-in-l-c:nth-child(2n),
	.spgnav-guide .spgnav-in-l-c:nth-child(2n),
	.spgnav-job .spgnav-in-l-c:nth-child(2n),
	.spgnav-adm .spgnav-in-l-c:nth-child(2n),
	.spgnav-school .spgnav-in-l-c:nth-child(2n) {
		background-color: #fff9f2;
	}

	.spgnav-oc .spgnav-in-l-c a,
	.spgnav-guide .spgnav-in-l-c a,
	.spgnav-job .spgnav-in-l-c a,
	.spgnav-adm .spgnav-in-l-c a,
	.spgnav-school .spgnav-in-l-c a {
		display: block;
		padding: 1rem;
		text-align: left;
	}
	
	/* ----------------------------------------------------------------------- Mobile Common */
	.sp-br {
		display: inline;
	}
	.pchidden {
		display: block;
	}

	.sphidden {
		display: none;
	}

	.pc-info {
		width: 95%;
		padding: 10px;
	}

	.itsp-f-1 {
		margin-top: 0;
	}

	.weekly-t {
	margin: 1rem auto;
	}

	.oc-info-txt {
		margin-top: 10px;
	}
	
	.oc-info-l-i {
		padding: 0 1rem;
	}

	/* ----------------------------------------------------------------------- Mobile Allpage Dept Link */


	.other-d-h {

	}
	
	.other-d-list {

	}
	
	.other-d-l-i {
		width: 100%;
	}

	/* ----------------------------------------------------------------------- Mobile Footer */
	.footer-inner-banner {
		margin: 0 auto 1rem;
		max-width: 1000px;
		display: block;
	}
	
	.footer-inb-link {
		margin: 0 0 1rem;
		padding: 0;
		display: block;
		width: 100%;
	}


	.wp-block-media-text__content {
		padding: 1rem 0 !important;
	}

	.pc-banner {
		display: none;
	}
	
	.sp-banner {
		display: block;
	}

	.sns-box {
		width: 100%;
	}
}


/* event calender plugin */

/* cal-container*/
	.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
		max-width: 900px !important;
	}

/* cal-header*/
	.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__header-column-title {
		text-align: center;
	}
	.tribe-events .tribe-events-calendar-month__header-column:first-child h3{
		color: #ff0000 !important;
	}
	.tribe-events .tribe-events-calendar-month__header-column:last-child h3{
		color: #0099ff !important;
	}

/* cal-cell [sunday] */
	.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day:first-child time {
		color: #ff6060 !important;
	}
	.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day:first-child {
		background-color: #ffeeee;
	}

/* cal-cell [saturday] */
	.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day:last-child time {
		color: #66b3e7 !important;
	}
	.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day:last-child {
		background-color: #eeeeff;
	}

/* cal-cell [current] */
	.tribe-events-calendar-month__day--current {
		background-color: #ffffcc;
	}

/* cal-cell [past day] */
	.tribe-events .tribe-events-calendar-month__day--past {
		min-height: 100px !important;
		background-color: #eee !important;
	}
	.tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__day-date {
		display: none;
	}

/* cal-cell [future month] */
	.tribe-events .tribe-events-calendar-month__day--other-month .tribe-events-calendar-month__day-date {
		opacity: .4;
	}

/* cal-cell [event time] */
	.tribe-events .tribe-events-calendar-month__calendar-event-datetime {
		display: none;
	}

/* category link */
	.cat_indv h3 {
		background-color: #ebaaff;
	}

	.cat_oc h3 {
		background-color: #ff9c4b;
	}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day {
	min-height: 130px;
}

/* ----------------------------------- Job Hunting Support - hiyane add 230927 */

.job-hunting {
	padding: 2rem 1rem 2rem;
	border: 1px solid #999;
	background: url(/2020/wp-content/themes/it-college/img/job-hunting-illust01.png) no-repeat 95% 2% / 100px,
	url(/2020/wp-content/themes/it-college/img/job-report-bg.jpg) no-repeat top center / cover;
	color: #fff;
	text-shadow: 0 2px 2px rgba(0, 0, 0, .4);
}

.job-hunting-header h1 {
	font-weight: bold;
	font-size: 1.5rem;
}

.job-hun-h-l {
	background: linear-gradient(120deg,rgba(164,231,255,1),rgba(255,255,255,.2));
	padding: 0.5rem 0.5rem 0.5rem 1rem;
	font-size: 1.3rem;
	font-weight: bold;
	text-shadow: none;
	color: #000033;
	border-radius: 10px;
}

.job-hunting .row {
	margin: 0;
}

.job-hun-list {
	counter-reset: number;
	list-style: none;
	margin: 0;
	padding: 0;
}

.job-hun-l-i {
	margin-right: 1rem;
	text-align: justify;
	text-justify : inter-ideograph;
}

.job-hun-list li::before {
	counter-increment: number;
	content: counter(number);
	background: #fffeb9;
	box-shadow: 0 2px 2px #000;
	display: inline-block;
	font-size: 1.4rem;
	font-weight: bold;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	border-radius: 50%;
	color: #000;
	margin-right: .3em;
	text-shadow: none;
}

.job-hun-point-h {
	display: inline-block;
	margin: 0;
	font-weight: bold;
	font-size: 1.3rem;
}

.job-hun-l-i p {
	border-top: 1px solid #0081ba;
	margin: 0.5rem auto;
	padding: 1rem 0 1rem !important;
}

.job-hun-img {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.job-hun-img li img {
	display: inline-block;
	margin-bottom: 1rem;
}

.job-hun-img li {
	margin: 0;
	padding: 0;
}

.job-hun-sch-img {
	background-color: rgba(255, 255, 255, .8);
	border-radius: 1rem;
}


/* ----------------------------------- Job Hunting Report - hiyane add 230927 */

.job-report {
	background: url(/2020/wp-content/themes/it-college/img/job-report-bg.jpg) no-repeat top center;
	background-size: cover;
	color: #fff;
	text-shadow: 0 2px 2px rgba(0, 0, 0, .4);
}

.job-report-data {
	margin: 1rem auto 0 !important;
}

.job-report hr {
	border-top: 1px solid #71d3ce;
	margin: 1rem auto;
	width: 90%;
}

.job-report .row {
	margin: 0;
}

.rate-txt {
	margin: 1rem 0 0;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
}

.rate-num {
	text-align: center;
}

.rate-num strong{
	font-size: 3rem;
	font-weight: bold;
}

.rate-txt small {
	font-size: 0.9rem;
}

.rate-num small {
	font-size: 1.1rem;
}

.rate-att {
	background-color: #cc0000;
}

.job-report-h {
	text-align: center;
	font-weight: bold;
}

.job-report-graph {
	text-align: center;
}

.job-rep-grp-txt {
	text-align: center;
}

.job-rep-grp-txt strong {
	font-size: 3rem;
}

.job-rep-grp-txt small {
	font-size: 1.1rem;
}

.job-rep-grp-lead {
	margin: 1rem;
	text-align: left;
}

.job-rep-list-att {
	margin-left: 1rem;
}

.pc-img { display: inline-block; }
.sp-img { display: none; }
 
@media only screen and (max-width: 768px) {
	.pc-img { display: none; }
	.sp-img { display: inline-block; }
}

.article-card {
	box-shadow: 0 0 2px 0 rgba(0,0,0,.4);
	border-radius: 6px;
	padding: 1rem;
}

.card-space {
	padding: 1rem;
}

.card-h {
	margin-top: 0;
}

.flier-area {
	padding: 1rem 0;
}

