@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,700,700italic|Roboto+Condensed:400,700);

/* common
--------------------------------------------------------------------- */
html {
	scroll-padding-top: 70px;
}

body {
	font-size: 16px;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;

}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
	margin: 1rem 0 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;
}

.hidden {
	display: none;
}

.media-object {
	width: 48px;
	min-width: 48px;
}

.round-btn {
	border-radius: 9999px;
}

.round-btn a {
	display: block !important;
}

.btn-bo,
.btn-bo:link,
.btn-bo:visited {
	color: #fff;
	background-color: #c9000c;
	border-color: #960009;
}

.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: #960009;
}

.nowrap {
	white-space: nowrap;
}

.row-height {
	display: flex;
	flex-wrap: wrap;
}

.y-marker {
	background-color: #ffff99;
}

.sp-br {
	display: none;
}

/* 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;
}

/* header
--------------------------------------------------------------------- */
.head-cp {
	display: block;
	font-size: 0.8rem;
	text-align: center;
	margin: 0;
}

.head-int-std-link {
	padding: 0;
	font-size: 0.7rem;
	text-align:center;
}

.phone {
	font-weight: bold;
}

.gl-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9999;
/*    background-color: rgb(2, 11, 131); */
/* background-color: #ca000c; */
background-color: #fefefe;

}

.gl-header-inner {
	margin: 0 auto;
	padding: 0;
	max-width: 1110px;
	display: flex;
	align-items: center;
}

#header-name {
	margin: 1rem 0;
	padding: 0;
	line-height: 1rem;
	max-width: 400px;
}

.header-menu-btn {
	margin: 0;
	text-align: center;
	border: none;
	background: none;
/*	border-left: 1px solid #c90000; */
	color: #ca000c;
	padding: 0;
}

.header-menu-btn button,
.header-menu-btn button:focus,
.header-menu-btn button:active {
	background: none;
	border: none;
	outline: none;
	padding: 0;
}

.header-menu-btn i {
	font-size: 1.5rem;
	display: block;
}

.header-menu-btn span {
	font-size: 0.6rem;
	display: block;
}


#nav-main {
	position: absolute;
	left: 0;
	overflow: scroll;
	background-color: #fefefe;
	color: #c90000;
	width: 100%;
	height: 83vh;
}

#nav-main ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 1rem;
	font-weight: bold;
}

.gl-nav-h {
	font-size: 1rem;
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 50px;
}

.gl-nav {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.gl-nav-item {
	width: 23%;
	margin-right: 10px;
}

.gl-nav-h a,
.gl-nav-item a {
	display: flex;
	/* flex-wrap: wrap; */
	align-items: center;
	height: 50px;
	border-bottom: dotted 1px #0081ba;
	text-decoration: none;
}

.gl-nav-h a {
	width: 50%;
}

#nav-main .fab,
#nav-main .fas,
#nav-main .far {
	font-size: 1.2rem;
	margin: 0.5rem;
	color: #ff6600 !important;
	width: 2rem;
	text-align: center;
}

nav#nav-main .nav-root {
	display: none;
	flex-flow: row nowrap;
	margin: 0;
	padding: 0;
	width: 100%;
	position: absolute;
	overflow: hidden;
	background-color: #c90000;
    z-index: 9999;
}

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: #c90000;
	transition: all 0.3s;
}

nav#nav-main .nav-root a:hover {
	text-decoration: none;
	background-color: #2B3A75;
}

nav#nav-main .nav-root ul.my-dropdown-menu {
	position: absolute;
	display: none;
	margin: 0;
	padding: 0;
	left: 0;
	top: 100%;
	min-width: 100%;

}

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 #2B3A75;
}

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 #2B3A75;
}

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;
}



/* footer
--------------------------------------------------------------------- */
footer {
	padding: 1rem 0 0;
	position: relative;
	color: #fff !important;
/*	background-color: #2B3A75; */
	background-color: #c90000;
}

.footer-nav {
    margin: 0;
    padding: 0;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
/*    background-color: #026cb8;*/
/*background-color: #e57e7e;*/
background-color: #c90000;
    z-index: 9990;
}

.footer-nav-inner {
margin: 0 auto;
max-width: 1024px;
}

.footer-nav-btn {
    margin: 0;
    padding: 0.5rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 0.9rem;
    color: #fff;
}

.footer-nav-btn p {
    margin: 0;
}

.footer-nav-btn i {
    font-size: 1.5rem;
	color: #fff !important;
}


.footer-nav-btn a {
    color: #fff !important;
}

.grecaptcha-badge {
    display: none !important;
}

footer #footer-header {
	color: #fff;
	background-color: #2B3A75;
	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: center;
	clear: both;
}

footer #logo-footer {
	text-align: left;
}

footer #logo-footer img {
	max-width: 100%;
	height: auto;
}

footer #logo-footer .phone {
	margin-top: 6px;
}

footer address {

	font-size: 12px;
	text-align: center;
}

footer address span {
	display: block;
	font-size: 1.4rem;
}

.footer-sns-list {
	padding: 0;
	margin: 0 auto;
	display: flex;
	list-style-type: none;
	justify-content: center;
}

.footer-sns-l-i {
	margin: 0.5rem;
}

.footer-sns {
	display: block;
	border-radius: 100%;
	background-color: #ffffff;
	padding: 0.5rem;
	transition: .5s;
}

.footer-sns:hover,
.footer-sns:active {
	box-shadow: 0 2px 5px 5px rgba(0,0,0,.2);
	transform:scale(1.1,1.1);
text-decoration: none;
}

.footer-sns-l-i i{
	font-size: 2rem;
	color: #c90000;
	display: block;
}

.footer-link-area {
	margin: 0 auto;
}

.footer-link-area .row {
	border-left: 1px solid #fff;
}

.footer-link {
	color: #fff;
	border-right: 1px solid #fff;
	text-align: center;
}

.footer-link a {
	color: #fff;
	font-size: 0.7rem;
}

#to-top {
	display: inline-block;
	margin: 0;
	color: #fff !important;
/*	background-color: #026cb8; */
background-color: #c63535;
	border-radius: 1rem;
	position: fixed;
	right: 20px;
	bottom: 3rem;
	height:50px;
	width:50px;
	border-radius:50%;
	line-height:50px;
	text-align: center;
	z-index: 9997;
	box-shadow: 0 0 3px 3px rgba(0,0,0,.2);
}

#to-top .fas {
	font-size: 1rem;
	color: #fff !important;
	padding: 0.5rem 0;
}

#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;
}

/* X-logo changed 2024.4.9 */
.fa-twitter:before {
    content: "𝕏";
    font-family: unset;
    font-weight: bold;
}

.sns-logo.sns-tw {
	background-color: #55acee;
}

.sns-logo.sns-yt {
	background-color: #ff3333;
}

.sns-logo.sns-in {
	background-color: #bc2a8d;
}

.sns-logo.sns-ln {
	background-color: #00c300;
}


/* 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: #c90000;
	margin: 20px 0;
	padding: 0.8rem 0.8rem 0 0.8rem;
}

#open-campus #open-campus-inner {
	background-color: #fff;
}

#open-campus #open-campus-inner h3 {
	font-size: 1.2rem;
	font-weight: bold;
	margin: 0;
	padding: 0.8rem 0.5rem;
	color: #c90000;
}

#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: #c90000;
	text-decoration: none;
}

#open-campus .oc-more {
	padding: 0.4rem 0;
	text-align: right;
}

#open-campus .oc-more a {
	color: #fff;
}

.oc-box {
	display: block;
	padding: 0.5rem;
	border-top: solid 1px #ccc;
	color: inherit;
	cursor: pointer;
}

.oc-box:hover {
	text-decoration: none;
	background-color: #eee;
}

.oc-box p {
	font-size: 0.8rem;
	margin: 0;
}

.oc-date,
.oc-hour {
	display: inline-block;
	vertical-align: middle;
	line-height: 1em;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

.oc-date {
	font-size: 2.2rem;
	font-weight: bold;
}

.oc-hour {
	font-size: 1.2rem;
	color: #026cb8;
}

.side-list {
	border: solid 0.8rem #ccc;
	margin: 30px 0;
}

.side-list h3 {
	color: #fff;
	background-color: #c90000;
	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 #5faf2a;
	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;
}

.staff-intro-bnr {
	display: block;
	position: relative;
}

.staff-update-info {
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-weight: bold;
	color: #fff;
	position: absolute;
	bottom: 0px;
	right: 10px;
}




/* 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;
}


/* content
--------------------------------------------------------------------- */
.breadcrumb {
	background-color: transparent;
	font-size: 0.8rem;
	padding-left: 0;
	padding-right: 0;
}

.section-title {
	font-size: 1rem;
/* 	border-bottom: solid 1px #c90000; */
border-bottom: solid 1px #c90000;
	margin: 30px 0;
}

.section-title span {
	display: inline-block;
	font-weight: bold;
	min-width: 25%;
	color: #fff;
	background-color: #c90000;
	padding: 0.4rem 1rem;
}

.section-title a {
	padding-top: 4px;
	display: inline-block;

}


/* 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;
}

/* courses 2024.2.16 added hiyane
--------------------------------------------------------------------- */
.dept-name {
	font-size: 1rem;
	padding-right: 1rem;
	display: block;
}

.header-box {
	height: 450px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.box-al {
	background-color: #0081ba;
}

.box-int-t {
	background-color: #238809;
}

.box-bz {
	background-color: #ba5400;
}

.box-ip {
	background-color: #6900ba;
}

.box-int-biz {
	background-color: #7e0ad0;
}

.box-int-hotel {
	background-color: #08b1cf;
}

.box-int-web {
	background-color: #07a159;
}

.header-h1-area {
	order: 2;
	width: 50%;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
    text-align: center;
    align-items: center;
    align-content: center;
}


/* --------------------------------------------------------------------- courese feature area */
.course-feature {
	overflow: hidden;
}

.course-feature-box {
	height: 350px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.course-copy {
	order: 1;
	width: 50%;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.course-copy-inner {
	margin: 2rem auto;
	text-align: center;
	font-weight: bold;
	font-size: 1.2rem !important;
}

.course-feature-v {
	order: 2;
	background-size: cover;
	width: 50%;
    position: relative;
}

.course-name-en {
	display: block;
	position: absolute;
	left: 0;
	bottom: 100%;
	color: rgba(255, 255, 255, .6);
	transform-origin:bottom left;
	transform:rotate(90deg);
	font-size: 2rem;
	font-weight: bold;
}

.course-h-al,
.course-h-int-t,
.course-h-bz,
.course-h-ip,
.course-h-int-biz,
.course-h-int-hotel,
.course-h-int-web {
	width: 100%;
	font-weight: bold;
}

.course-h-al-l {
	margin: 0;
	padding: 2rem 0;
	background-color: #ebf9ff;
	border-top: 10px solid #0081ba;
	border-bottom: 3px solid #0081ba;
	color: #0081ba;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}

.course-h-l-int-t {
	margin: 0;
	padding: 2rem 0;
	background-color: #ebfff3;
	border-top: 10px solid #065b03;
	border-bottom: 3px solid #065b03;
	color: #065b03;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}

.course-h-l-bz {
	margin: 0;
	padding: 2rem 0;
	background-color: #fff6eb;
	border-top: 10px solid #7c2515;
	border-bottom: 3px solid #7c2515;
	color: #7c2515;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}

.course-h-l-ip {
	margin: 0;
	padding: 2rem 0;
	background-color: #fcebff;
	border-top: 10px solid #6a0873;
	border-bottom: 3px solid #6a0873;
	color: #6a0873;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}

.cname-att {
	font-size: 14px;
	width: 100%;
}

.course-attr-box {
	width: 80%;
	margin: 0 auto;
	display: flex;
}

.course-attr {
	width : 33.33333% ; /* 未対応ブラウザ用フォールバック */
	width : -webkit-calc(100% / 3 - 20px) ;
	width : calc(100% / 3 - 20px) ;
	margin: 10px;
	background-color: #fff;
	color: #444;
	border-radius: 9999px;
}


.course-f-h {
	margin: 2rem 0;
	font-size: 1.5rem;
	text-align: center;
	font-weight: bold;
}

.bg-bz-light .course-f-h {
	color: #993607;
}

.course-h-int-biz-l {
	margin: 0;
	padding: 2rem 0;
	background-color: #f2efff;
	border-top: 10px solid #7e0ad0;
	border-bottom: 3px solid #7e0ad0;
	color: #7e0ad0;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}

.course-h-int-hotel-l {
	margin: 0;
	padding: 2rem 0;
	background-color: #e2f6ff;
	border-top: 10px solid #1fa1dd;
	border-bottom: 3px solid #1fa1dd;
	color: #08638d;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}

.course-h-int-web-l {
	margin: 0;
	padding: 2rem 0;
	background-color: #d3e7c6;
	border-top: 10px solid #5faf2a;
	border-bottom: 3px solid #5faf2a;
	color: #2c6406;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}


/* --------------------------------------------------------------------- TOPICS area [hiyane] */

.topics-mod-group {

}

.topics-mod {

}

/* --------------------------------------------------------------------- conversion banner [hiyane] */
.cv-list {
	text-align: center;
	display: flex;
}

.cv-banner-small {
	margin: 2rem auto;
	width: 40%;
}

.cv-banner-solo {
	margin: 2rem auto;
	width: ;
}

.cv-banner {
	margin: 10px;
	width : 50% ; /* 未対応ブラウザ用フォールバック */
	width : -webkit-calc(100% / 2 - 20px) ;
	width : calc(100% / 2 - 20px) ;
}

.cv-banner img {
	max-width: ;
}

/* --------------------------------------------------------------------- curriculum area [hiyane] */
.curr-list-box {
	display: flex;
	justify-content: center;
	align-items: center;
}

.curr-list {
	padding: 1rem;
}

.curr-mod {
	display: block;
}

.curr-image {
	padding: 1rem;
}

.curr-image img {
	border-radius: 1rem;
}

.curr-l-h {
	font-size: 1.2rem;
}

.curr-data {
	font-size: 0.9rem;
	width: 100%;
}

/* ------------------------------------------------------------------ course topics [hiyane] */
.topics-list {
	margin: 0;
	padding: 0;
	display: flex;
}

.topics-l-i {
	list-style-type: none;
	margin: 10px;
	width : 33.33333% ; /* 未対応ブラウザ用フォールバック */
	width : -webkit-calc(100% / 3 - 20px) ;
	width : calc(100% / 3 - 20px) ;
}

/* ------------------------------------------------------------------ other course [hiyane] */
.other-course-list {
	margin: 0;
	padding: 0;
	display: flex;
}

.other-dept {
	width: 50%;
	float: left;
	overflow: hidden;
}

.other-dept-name {
	text-align: center;
	font-weight: bold;
}

.other-c-l-i {
	list-style-type: none;
	margin: 10px;
	width : 50% ; /* 未対応ブラウザ用フォールバック */
	width : -webkit-calc(100% / 2 - 20px) ;
	width : calc(100% / 2 - 20px) ;
}

.other-c-thumb {
	transition: all linear .3s;
	opacity: 1;
}

.other-c-thumb:hover {
	opacity: .8;
}

.other-c-link {
	padding: 1rem;
	text-align: center;
	font-size: 0.9rem;
	font-weight: bold;
	display: block;
	color: #fff;
	transition: all linear .3s;
	opacity: 1;
}

.other-c-link:hover {
	opacity: .8;
	color: #ffff00;
	text-decoration: none;
}

.other-c-txt {
	text-align: center;
	font-weight: bold;
	font-size: 1rem;
}

/* courses
--------------------------------------------------------------------- */
.course-movie {
	overflow: hidden;
	margin-bottom: 5rem;
}

.course-header {
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;}

.airline-header {
	padding-top: 20rem;
	background: url(/wp2016/wp-content/themes/gaigo/img/2024-airline-main-image.jpg) no-repeat scroll center -1rem #ffffff;
	background-size: cover;
}

.airline-header25 {
	padding-top: 20rem;
	background: url(/wp2016/wp-content/themes/gaigo/img/2025-airline-main-image.jpg) no-repeat scroll center -1rem #ffffff;
	background-size: cover;
}

.business-header {
	padding-top: 20rem;
	background: url(/wp2016/wp-content/themes/gaigo/img/business-image-large.jpg) no-repeat scroll top -7rem center #ffffff;
	background-size: cover;
}

.translation-header {
	padding-top: 20rem;
	background: url(/wp2016/wp-content/themes/gaigo/img/translation-image-large.jpg) no-repeat scroll center center #ffffff;
	background-size: cover;
}

.resort-header {
	padding-top: 20rem;
	background: url(/wp2016/wp-content/uploads/2022/05/resort-image-large.jpg) no-repeat scroll top -5rem center #ffffff;
	background-size: cover;
}

.course-header .course-name {
	font-size: 1.6rem;
	line-height: 2.5rem;
	margin: 0;
	padding: 0.5rem;
	font-weight: bold;
	text-align: center;
}

.course-header .course-name small {
	display: inline-block;
	vertical-align: middle;
	font-size: 1rem;
	font-weight: normal;
	border: 1px solid #fff;
	border-radius: 4px;
	margin-left: 0.5rem;
	padding: 0.25rem;
	line-height: 1.2rem;
	position: relative;
	top: -3px;
}

.introduction {
	padding: 1rem;
	margin: 1rem auto;
	width: 90%;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.6rem;
	font-size: 1.1rem;
}

.course-l-h {
	font-size: 2rem;
	margin: 1rem 0;
	padding: 0.5rem;
	font-weight: bold;
	text-align: center;
}

.course-l-m {
	font-size: 1.7rem;
	margin: 1rem 0;
	padding: 0.5rem;
	font-weight: bold;
	text-align: center;
}

.al-label {
	color: #0081ba;
}

.bz-label {
	color: #ba3b00;
}

.ip-label {
	color: #6d3075;
}

.rb-label {
	color: #009242;
}

.al-f-label,
.bz-f-label,
.ip-f-label,
.rb-f-label {
	padding: 15rem 0 1rem 1rem;
}

.al-f01 {
	background: url(/wp2016/wp-content/uploads/2022/05/al-feature01.jpg) top -3rem right scroll no-repeat #fff;
	background-size: cover;
}

.al-f02 {
	background: url(/wp2016/wp-content/uploads/2022/05/al-feature02.jpg) center right scroll no-repeat #fff;
	background-size: cover;
}

.al-f03 {
	background: url(/wp2016/wp-content/uploads/2022/05/al-feature03.jpg) top -3rem right scroll no-repeat #fff;
	background-size: cover;
}

.bz-f01 {
	background: url(/wp2016/wp-content/uploads/2022/05/bz-feature01.jpg) top -7rem right scroll no-repeat #fff;
	background-size: cover;
}

.bz-f02 {
	background: url(/wp2016/wp-content/uploads/2022/05/bz-feature02.jpg) top -7rem right scroll no-repeat #fff;
	background-size: cover;
}

.bz-f03 {
	background: url(/wp2016/wp-content/uploads/2022/05/bz-feature03.jpg) top -7rem right scroll no-repeat #fff;
	background-size: cover;
}

.ip-f01 {
	background: url(/wp2016/wp-content/uploads/2022/05/ip-feature01.jpg) top 0 right scroll no-repeat #fff;
	background-size: cover;
}

.ip-f02 {
	background: url(/wp2016/wp-content/uploads/2022/05/ip-feature02.jpg) top 0 right scroll no-repeat #fff;
	background-size: cover;
}

.ip-f03 {
	background: url(/wp2016/wp-content/uploads/2022/05/ip-feature03.jpg) top 0 right scroll no-repeat #fff;
	background-size: cover;
}

.rb-f01 {
	background: url(/wp2016/wp-content/uploads/2022/05/rb-feature01.jpg) top -2rem right scroll no-repeat #fff;
	background-size: cover;
}

.rb-f02 {
	background: url(/wp2016/wp-content/uploads/2022/05/rb-feature02.jpg) top -6rem right scroll no-repeat #fff;
	background-size: cover;
}

.rb-f03 {
	background: url(/wp2016/wp-content/uploads/2022/05/rb-feature03.jpg) top -7rem right scroll no-repeat #fff;
	background-size: cover;
}

.course-h {
	margin: 0 auto 3rem ;
	padding: 2rem 0;
	text-align: center;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}



/* --------------------------------------------------------------------- banner area */
.banner-box {
	margin: 0 0 2rem;
}

.banner-list {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.banner-c {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 1.5rem;
	color: #0099ff;
}

.banner-c a:link {
	transition: all 0.2s 0s ease;
	opacity: 1;
}

.banner-c a:hover {
	opacity: 0.7;
}

/* --------------------------------------------------------------------- course feature */
.feature-list {
	margin: 1rem 0;
}

.feature-label {
	font-size: 1.9rem;
	line-height: 2.2rem;
	color: rgba(255, 255, 255, .3);
}

.feature-l-t {
	font-size: 1.3rem;
	line-height: 1.5rem;
	margin: 0.5rem 0;
	overflow: hidden;
	vertical-align: middle;
}

.feature-l-t .col-xs-10 {
	margin-top: 0.2rem;
}

.feature-num {
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.5rem;
	border-bottom: 1px solid;
}

.f-num {
	font-size: 1.4rem;
	margin-left: 0.3rem;
}

.feature-h {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 2rem;
	text-align: center;
}

.feature-l-c {
	font-size: 1.1rem;
	line-height: 1.4rem;
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 1.7rem auto;
}

.feature-header-h {
	background: url(https://gaigo.biz/wp2016/wp-content/uploads/2022/10/feature-lang-h-bg.png) no-repeat top center;
	width: 200px;
	height: 204px;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	color: #dd4c08;
	padding-top: 50px;
  }
  
  .feature-header-h small {
	font-size: 1rem;
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	color: #333;
  }
  
  .feature-lead {
	font-size: 1.5rem;
	font-weight: bold;
	padding-top: 5rem;
  }
  
  .charm {
	margin: 10px auto;
	height: 158px;
	padding-right: 100px;
	padding-top: 15px;
	background: url(https://gaigo.biz/wp2016/wp-content/uploads/2022/10/lang-illust-01.png) no-repeat top center;
	background-size: contain;
	text-align: center;
	font-size: 1.3rem;
	font-weight: bold;
  }
  
  .feature-mod-h {
	border-left: 5px solid #ff9900;
	border-bottom: 1px solid #ff9900;
	padding: 0.5rem;
	font-size: 1.3rem;
	font-weight: bold;
  }
  
  .feature-list-text {
	padding-top: 1rem;
	text-align: center;
	font-size: 0.9rem;
	font-weight: bold;
  }

  .feature-list-c {
	margin-bottom: 1.5rem;
  }
  
  .feature-list-c a {
	transition: all 0.2s 0s ease;
	opacity: 1;
  }
  
  .feature-list-c a:hover {
	opacity: .7;
  }

  .airline-info {
	margin: 1rem auto 2rem;
	padding: 4rem 2rem 4rem 10rem;
	background: url(/wp2016/wp-content/themes/gaigo/img/airline-illust.png) no-repeat 2rem center #d4f6ff ;
	border-radius: 1rem;
	width: 50%;
	}

/* --------------------------------------------------------------------- course curriculum */
.curri-detail {
	font-size: 1.1rem;
}

.curri-list .row {
	overflow: hidden;
	margin-bottom: 3rem;
}

.curri-img {
	margin-bottom: 1rem;
}

.curri,
.job-name {
	font-size: 1.5rem;
	line-height: 3rem;
	padding-left: 1rem;
}

.curri-txt,
.job-txt {
	margin: 1rem 0;
}

.al-curri,
.al-job {
	border-left: 20px solid #0081ba;
	background-color: #dbecff;
}

.bz-curri,
.bz-job {
	border-left: 20px solid #ba3b00;
	background-color: #fff1db;
}

.ip-curri,
.ip-job {
	border-left: 20px solid #6d3075;
	background-color: #ecdbff;
}

.rb-curri,
.rb-job {
	border-left: 20px solid #009242;
	background-color: #f8fff1;
}

.etc-curri-detail {
	font-size: 1rem;
	margin-bottom: 3rem;
}

.etc-curri-l-c::before {
	content: "●";
}

.etc-curri-l-c {
	padding-left: 1rem;
}

/*--------------------------------- course-detail layout [ hiyane edit ]*/



.course-f-list {
	display: flex;
	margin-bottom: 5rem;
	overflow: hidden;
}

.course-f-l-mod {
	margin: 10px;
	width : 33.33333% ; /* 未対応ブラウザ用フォールバック */
	width : -webkit-calc(100% / 3 - 20px) ;
	width : calc(100% / 3 - 20px) ;
	display: flex;
	flex-direction: column;
	position: relative;
}

.course-f-l-link {
	margin-top: auto;
	text-align: center;
	padding: 1rem;
	width: 100%;
	display: block;
	background-color: rgba(255,255,255,.7);
	border-radius: 9999px;
}

/* ------------------------------------------------------------- Airline teacher list [hiyane edit] */

.teacher-list {
	margin: 0 auto;
	padding: 0;
	width: 90%;
	list-style-type: none;
	display: flex;
}

.teacher-l-c {
	margin: 10px;
	padding: 1rem;
	width : 33.33333% ; /* 未対応ブラウザ用フォールバック */
	width : -webkit-calc(100% / 3 - 20px) ;
	width : calc(100% / 3 - 20px) ;
	display: block;
	position: relative;
	background-color: #fff;
	box-shadow: 0 2px 2px 2px rgba(0, 0, 0, .2);
	border-radius: 1rem;
}

.teacher-profile {

}

.teacher-photo {
	margin: 0;
	text-align: center;
}

.teacher-photo img {
	margin: 0 auto;
	height: 200px !important;
	width: auto;
	border-radius: 6px;
}

.teacher-name {
	padding: 1rem;
	text-align: center;
	font-weight: bold;
	font-size: 1rem;
}

.teacher-txt {
	padding: 0 1rem 1rem;
}


/* --------------------------------------------------------------------- target job */
.target-job {
	margin-bottom: 0;
}

.job-image {
	text-align: center;
	margin-bottom: 1rem;
}

.job-list {
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.job-list-mod {
	display: flex;
}

.job-al {
	background-color: #fffbec;
}

.job-int-t {
	background-color: #f0ffec;
}

.job-bz {
	background-color: #fff4ec;
}

.job-ip {
	background-color: #f8ecff;
}

.job-al .job-l-h {
	color: #000099;
}

.job-int-t .job-l-h {
	color: #024a00;
}

.job-bz .job-l-h {
	color: #582800;
}

.job-ip .job-l-h {
	color: #2f0058;
}

.job-list-c {
	list-style-type: none;
	width : 33.33333% ; /* 未対応ブラウザ用フォールバック */
	width : -webkit-calc(100% / 3 - 20px) ;
	width : calc(100% / 3 - 20px) ;
	margin: 10px;
}

.job-l-c {
	list-style-type: none;
}

.job-l-h {
	font-size: 1.2rem;
	font-weight: bold;
	color: #444;
	text-align: center;
}

.job-mod {
	margin-bottom: 2rem;
}

.job-txt {
	font-size: 0.9rem;
}

.etc-job-label {
	text-align: right;
}

.etc-job-name {
	font-size: 1.1rem;
}

/* --------------------------------------------------------------------- certification */
.certification {
	padding: 1rem;
	margin-bottom: 5rem;
	background-color: #FFF8F3;
	box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	border-radius: 4px;
}

.certif-list {}

/* --------------------------------------------------------------------- message */
.message {
	font-size: 1rem;
	color: 222222;
}

.message-img {
	text-align: center;
	margin-bottom: 1rem;
}

.message-mod {
	border-bottom: 1px solid #aaaaaa;
	margin-bottom: 3rem;
}

.company {
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
}

.from {
	text-align: center;
}

.message-h {
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	color: #960009;
}



/* ---------------------------------------------------------------------  */
.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: #c9000c;
}

.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;
}


.box-stripe {
	padding: 1rem;
	background: url("../img/bg-stripe.png");
	border-radius: 4px;
}

.title-bar {
	font-size: 1rem;
	padding: 0.4rem 1rem;
	margin: 0 0 1.2rem 0;
}

.course-img img {
	vertical-align: bottom;
}

.course-img figcaption {
	padding: 1rem;
}

.course-img figcaption h4 {
	margin: 0 0 0.5rem 0;
}

.course-img figcaption p {
	margin: 0;
}

.course-img figcaption .figcaption-inner {
	color: #333;
	background-color: #fff;
	padding: 1rem;
	margin-top: 1rem;
}

.course-img figcaption .figcaption-inner h4 {
	color: #e95513;
}

.course-middle-copy {
	text-align: center;
	margin: 3rem 0;
}

.course-middle-copy img {
	margin-bottom: 0.25rem;
}

.course-middle-copy span {
	font-size: 1.8rem;
	white-space: nowrap;
}

.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-al {
	border-color: #0081ba;
}

.panel.panel-al .panel-heading {
	background-color: #0081ba;
}

.panel.panel-bz {
	border-color: #e95513;
}

.panel.panel-bz .panel-heading {
	background-color: #e95513;
}

.panel.panel-ip {
	border-color: #6a3906;
}

.panel.panel-ip .panel-heading {
	background-color: #6a3906;
}

.panel.panel-rb {
	border-color: #3aa55c;
}

.panel.panel-rb .panel-heading {
	background-color: #3aa55c;
}

.panel.panel-ht {
	border-color: #6a3906;
}

.panel.panel-ht .panel-heading {
	background-color: #6a3906;
}

.panel.panel-pb {
	border-color: #172A88;
}

.panel.panel-pb .panel-heading {
	background-color: #172A88;
}

.panel.panel-ja {
	border-color: #1fa1dd;
}

.panel.panel-ja .panel-heading {
	background-color: #1fa1dd;
}

.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-wd,
.card.card-cv,
.card.card-dp,
.card.card-ja,
.card.card-web {
	background-color: #999;
}

.card.card-wd .card-title,
.card.card-cv .card-title,
.card.card-dp .card-title,
.card.card-ja .card-title,
.card.card-web .card-title {
	color: #fff;
	font-size: 1.6rem;
	margin: 0 0 1rem 0;
}

.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-web .card-title small {
	font-size: 1rem;
}

.card.card-wd {
	background-color: #5faf2a;
}

.card.card-cv {
	background-color: #7da845;
}

.card.card-dp {
	background-color: #408f45;
}

.card.card-ja {
	background-color: #1fa1dd;
}

.card.card-web {
	background-color: #5faf2a;
}

.card.card-ja .card-text-r {
	color: #1fa1dd;
}

.card.card-web .card-text-r {
	color: #5faf2a;
}

.tab-content {
	padding: 1rem;
	border: solid 1px #ccc;
	border-top: none;
	border-radius: 4px;
	margin-bottom: 2rem;
}

.nav-tabs.nav-al .nav-link.active,
.nav-tabs.nav-al .nav-link:hover {
	color: #fff;
	background-color: #0081ba;
}

.nav-tabs.nav-ip .nav-link.active,
.nav-tabs.nav-ip .nav-link:hover {
	color: #fff;
	background-color: #6a3906;
}

.nav-tabs.nav-rb .nav-link.active,
.nav-tabs.nav-rb .nav-link:hover {
	color: #fff;
	background-color: #3aa55c;
}

.nav-tabs.nav-bz .nav-link.active,
.nav-tabs.nav-bz .nav-link:hover {
	color: #fff;
	background-color: #e95513;
}

.nav-tabs.nav-ja .nav-link.active,
.nav-tabs.nav-ja .nav-link:hover {
	color: #fff;
	background-color: #1fa1dd;
}

.nav-tabs.nav-web .nav-link.active,
.nav-tabs.nav-web .nav-link:hover {
	color: #fff;
	background-color: #5faf2a;
}

.nav-tabs.nav-inter .nav-link.active,
.nav-tabs.nav-inter .nav-link:hover {
	color: #fff;
	background-color: #6817aa;
}

/* departments
--------------------------------------------------------------------- */
.course-lead {
	color: 444;
	text-align: center;
	padding: 0.5rem 1rem;
	font-size: 1rem;
	font-weight: bold;
}

.course-lead p {
	margin: 0;
}

.label {
	color: #333;
	background-color: #fff;
	border: solid 1px #999;
}

.label-airline {
	color: #fff;
	background-color: #0081ba;
	border: none;
}

.label-business {
	color: #fff;
	background-color: #e95513;
	border: none;
}

.label-interpreter {
	color: #fff;
	background-color: #6a3906;
	border: none;
}

.label-resort {
	color: #fff;
	background-color: #3aa55c;
	border: none;
}

.label-ja {
	color: #fff;
	background-color: #1fa1dd;
	border: none;
}

.label-hotel {
	color: #fff;
	background-color: #1fa1dd;
	border: none;
}

.label-open-campus {
	color: #fff;
	background-color: #c9000c;
	border: none;
}

.label-campus-life {
	color: #fff;
	background-color: #e85298;
	border: none;
}

.text-br {
	color: #c9000c;
}

.text-al {
	/* color: #0271BC; */
	color: #fff;
	;
}

.text-bz {
	color: #e95513;
}

.text-ip {
	color: #6a3906;
}

.text-rb {
	color: #3aa55c;
}

.text-ht {
	color: #6a3906;
}

.text-pb {
	color: #172A88;
}

.text-ja {
	color: #1fa1dd;
}

.text-web {
	color: #5faf2a;
}

.text-inter {
	color: #6817aa;
}

.bg-bo {
	background-color: #c9000c;
}

.bg-al {
	background-color: #0271BC;
}

.bg2-al {
	background-color: #8DCFF7;
}

.bg-al-light {
	background-color: #d0edff;
}

.bg-int-t-light {
	background-color: #d9ffd0;
}

.bg-bz-light {
	background-color: #ffecd0;
}

.bg-ip-light {
	background-color: #ebd0ff;
}

.bg-bz {
	background-color: #e95513;
}

.bg2-bz {
	background-color: #ffb89c;
}

.bg-ip {
	background-color: #89239b;
}

.bg2-ip {
	background-color: #f3d9f8;
}

.bg-tr {
	background-color: #009242;
}

.bg2-tr {
	background-color: #d7ffcf;
}

.bg-rb {
	background-color: #009242;
}

.bg2-rb {
	background-color: #d7ffcf;
}

.bg-ht {
	background-color: #6a3906;
}

.bg-pb {
	background-color: #172A88;
}

.bg-ja {
	background-color: #1fa1dd;
	/* background-color: #f39800; */
}

.bg-web {
	background-color: #5faf2a;
	/* background-color: #009ce3; */
}

.bg-inter {
	background-color: #6817aa;
}

.bg-ni {
	background-color: #6a3906;
}

.bg-bo,
.bg-al,
.bg-bz,
.bg-ip,
.bg-rb,
.bg-ht,
.bg-pb,
.bg-ja,
.bg-web,
.bg-inter {
	color: #fff;
}

.section-title.st-airline {
	border-color: #0081ba;
}

.section-title.st-airline span {
	background-color: #0081ba;
}

.section-title.st-english {
	border-color: #e95513;
}

.section-title.st-english span {
	background-color: #e95513;
}

.section-title.st-interpreter {
	border-color: #6a3906;
}

.section-title.st-interpreter span {
	background-color: #6a3906;
}

.section-title.st-resort {
	border-color: #3aa55c;
}

.section-title.st-resort span {
	background-color: #3aa55c;
}

.section-title.st-ja {
	border-color: #1fa1dd;
}

.section-title.st-ja span {
	background-color: #1fa1dd;
}

.section-title.st-hotel {
	border-color: #6a3906;
}

.section-title.st-hotel span {
	background-color: #6a3906;
}

.section-title.st-campus-life {
	border-color: #e85298;
}

.section-title.st-campus-life span {
	background-color: #e85298;
}

.section-title.st-airline span,
.section-title.st-english span,
.section-title.st-interpreter span,
.section-title.st-resort span,
.section-title.st-ja span,
.section-title.st-hotel span {
	color: #fff;
}

/* 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: 400px;
	border: 1px solid #eee;
	padding-top: 15px;
}

.staff-list-c a {
	overflow: hidden;
	display: block;
}

.staff-list-c a img {
	transition: 0.2s all ease;
	display: block;
}

.staff-list-c a img:hover {
	transform: scale(1.1);
}

.staff-list-c h3 {
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	padding: 3px;
	margin: 5px 0;
}

.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
--------------------------------------------------------------------- */
.staff-intro-h {
	font-size: 20pt;
	border-bottom: 1px solid #ff6600;
	color: #222;
	padding: 5px;
	margin-bottom: 10px;
	display: block;
}

.staff-name {
	font-size: 24pt;
	font-weight: bold;
	text-align: center;
	margin: 10px 0;
}

.staff-name ruby rt {
	font-size: 4pt;
}

/* ----------------------------------- profile text board */
.profile-detail {
	/*border: 10px double #D3EDFB;*/
	font-size: 9pt;
	padding: 0;
	border-radius: 0;
	border-top: 1px solid #f60;
	border-bottom: 1px solid #f60;
	color: #000033;
	background-color: #ffd8d8;
	border-top: 1px solid #f60;
}

.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: #ffd8d8;
	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 #f60;
	border-right: 1px solid #f60;
}

.staff-photo {
	animation: fadeIn 1s ease 0s 1 normal;
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
}

.charge-list {
	list-style-type: none;
	padding: 0;
	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;
}


.eng {
	background-color: #74d14e;
}

.rspt {
	background-color: #dbc81d;
}

.staff-nav {
	list-style-type: none;
	margin: 10px auto;
	padding: 0;
	background-color: #e84d68;
	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;

	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: #ff94ab;

}

/* indivisual-brief > hiyane added.2021-06-07
--------------------------------------------------------------------- */
.indiv-mod .row {
	overflow: hidden;
	margin-bottom: 30px;
}

.indiv-mod .display-5 {
	text-align: center;
	color: #ff6666;

}

.indiv-mod h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 10px auto;
	padding: 0 0 10px;
	color: #aa0000;
	border-bottom: 1px solid #aa0000;
	text-align: center;
}


.contact-btn .btn-primary {
	color: #ffffff;
	font-size: 24px;
}

/* ----------------------------------- 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: #aa0000;
}

.counter-h-m {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #009900;
}

/* 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%;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .1);
	max-width: 100%;
}

.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;
	margin-bottom: 1rem;
}

.oc-sch .col-sm-5 {
	padding: 15px;
}

/* web programming course > hiyane added.2021-08-12
--------------------------------------------------------------------- */

.c-n-en {
	font-size: 18px;
}

.ad-slogan {
	font-size: 26px;
	font-weight: 500;
	line-height: 1.2em;
}


.facebook-area {
	border: 1px solid #0275d8;
	padding: 20px;
	border-radius: 6px;
	margin: 10px auto;
}

/* ------------------------------ 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: #c9000c;
	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: #c9000c;
}

.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 dd {
	padding-left: 1rem;
}

h3.has-text-color {
	margin: 1.5rem 0 0.5rem;
}

.head-m {
	font-weight: bold;
}

.head-sm {
	margin: 0.5rem 0;
	font-weight: bold;
}


.text-m {
	font-size: 18px;
}

.ielts-table {
	border: 1px solid #666;
	border-collapse: collapse;
	margin: 1rem 0;
}

.ielts-table th {
	border-bottom: 1px solid #666;
	width: 4rem;
	padding: 1rem;
}

.ielts-table td {
	border: 1px solid #666;
	padding: 1rem;
}

.wp-image-7329,
.wp-image-7323,
.wp-image-7324,
.wp-image-7325,
.wp-image-7322 {
	max-width: 222px !important;

}

/* ------------------------------ hiyane edited 2022.5.9  */

.ao-entry {
	font-size: 1.1rem;
}

.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;
	color: #ffffff;
	text-align: center;
}

.ao-det-lead {
	margin: 1rem;
}

.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-list {
	margin: 1rem;	
}

.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 {
	margin: 1rem;
}

.ao-flow-list .row {
	background-color: #ffffff;
	box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

.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;
}

.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;
}


#prefe-date .wpcf7-list-item {
	display: inline-block;
	width: 25%;
}


.instagram-feed-inner {
	
	margin: 1rem auto;
}

#sb_instagram {
	width: 1140px !important;
}


/* ------------------------------------------- opencampus oc-flow */
.oc-flow {
	display: block;
	overflow: hidden;
	margin: 0 0 1rem;
	font-size: 0.8rem !important;
}

.oc-flow h4 {
	margin: 0 0 1rem;
	color: #aa0000;
	font-size: 1rem;
}

.oc-flow img {
	border-radius: 10px;
}

/* Swiper [home.php only] */
.swiper-slide {
	background-color: #ffffff;
	margin: 1rem auto;
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2);
}

.swiper-slide h3 {
	margin: 1rem;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	color: #ca000c;
}

.swiper-slide p {
	margin: 1rem;
}

.swiper-slide a {
	display: block;
	overflow: hidden;
	/* min-height: 370px; */
	min-height: 250px !important;
	position: relative;

}

.swiper-slide a:link,
.swiper-slide a:visited,
.swiper-slide a:hover,
.swiper-slide a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #444;
}

.swiper-pagination {
	position: relative !important;
}

.sp-banner-header {
	margin: 0;
	text-align: center;
	font-weight: bold;
}

.slide-det {
	position: absolute;
	bottom: 2%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
}

.sub-title {
	padding: 0 !important;
}

.sub-title a {
	color: #ffffff !important;
	transition: 0.3s;
	display: block;
	padding: 1rem;
}

.sub-title a:hover,
.sub-title a:active {
	text-decoration: none;
	opacity: 0.7;
}

/* ------------------------------------------- Oversea Seminar */

.feature-inner-nav .f-i-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.feature-intro {
	margin: 2rem auto;
	background-color: #fff;
}

.feature-mod header.row {
	display: flex;
	justify-content: center;
	align-items: center;
}

.feature-h-l {
	font-size: 1.5rem;
	font-weight: bold;
}

.feature-h-m {
	font-size: 1.5rem;
	font-weight: bold;
}

.feature-lead-txt {
	font-size: 1rem;
	font-weight: bold;
}

.seminar-h-l {
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	margin: 1rem 0;
}

.seminar-h-m {
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	padding: 1rem;
	color: #fff;
}

.right-att {
	font-size: 0.7rem;
	display: block;
	text-align: right;
}

.seminar-mod {
	font-size: 0.9rem;
	margin: 0;
	padding: 0.5rem;
	line-height: 1.4rem;
}

#korea {
	padding-top: 4rem;
	margin-top: -4rem;
}

#korea header {
	border-bottom: 5px solid #EC683A;
	margin-bottom: 1rem;
}

#korea header .seminar-h-l {
	line-height: 2rem;
	font-size: 1.6rem;
	margin: 0;
	padding: 1rem;
}

#korea header .seminar-h-l:before {
	content: '';
	display: inline-block;
	position: relative;
	top: 10px;
	width: 60px;
	height: 39px;
	background: url(https://gaigo.biz/wp2016/wp-content/themes/gaigo/img/korea-flag.jpg) no-repeat;
	background-size: contain;
}

#korea .seminar-h-m {
	background-color: #EC683A;
}

#philippines {
	padding-top: 4rem;
}

#philippines header {
	border-bottom: 5px solid #2DA474;
	margin-bottom: 1rem;
}

#philippines header .seminar-h-l:before {
	content: '';
	display: inline-block;
	position: relative;
	top: 10px;
	width: 60px;
	height: 39px;
	background: url(https://gaigo.biz/wp2016/wp-content/themes/gaigo/img/philippines-flag.jpg) no-repeat;
	background-size: contain;
}

#philippines .seminar-h-m {
	background-color: #2DA474;
}

.seminar-std {
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
}

.seminar-timetable {
	border: 1px solid #333;
}

.seminar-timetable th{
	border: 1px solid #333;
}

.seminar-timetable td{
	border: 1px solid #333;
}

.seminar-lead {
	margin-bottom: 3rem;
}

.feature-h-img {
	max-width: 250px !important;
}

.f-i-list-i {
	font-size: 1rem;
	text-align: center;

}

.philippines-f-list dt {
	color: #ff6600;
}

.std-photo-m {
	max-width: 300px !important;
	display: block;
	margin: 1rem auto 0;
}

/* ------------------------------------------- Feature - language */

#feature-lang {
	font-size: 0.9rem;
}


#feature-lang .feature-h-l {
	background-color: #F39800;
	padding: 0.5rem 0.5rem 0.5rem 1rem;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
	border-radius: 15px 0 15px 0;
}

#feature-lang header .feature-h-l {
	background-color: inherit;
	color: #000;
	text-shadow: none;
	padding: 0;
	font-size: 1.3rem;
}

#feature-lang .feature-h-m {
	color: #993300;
	font-size: 1.2rem;
}

.sec-lang-area-h {
	text-align: center;
	font-weight: bold;
	color: #444;
	font-size: 1rem;
}

.sec-lang-area small {
	display: block;
	text-align: center;
}

.sec-lang-area .col-xs-6:first-child {
	border-right: 1px solid #444;
}

.sec-lang-area .feature-h-m {
	text-align: center;
}

.sec-lang-area h3 {
	border-radius: 15px 15px 0 0;
}

#sec-lang-cn {
	padding: 0.5rem;
	background-color: #990000 !important;
	color: #fff !important;
}

#sec-lang-kr {
	padding: 0.5rem;
	background-color: #000099 !important;
	color: #fff !important;
}

/* ------------------------------------------------------ University Cpmpare */

.compare-header {
	font-size: 0.9rem;
	background: url(/wp2016/wp-content/themes/gaigo/img/uni-compare-header.jpg) no-repeat top center;
	background-size: 100%;
}

.compare-header .compare-h-l {
	background: none;
	font-size: 1.8rem;
	height: 8rem;
	line-height: 8rem;
	color: #fff;
	text-shadow: 0 2px 2px #000,0 2px 2px #000,0 2px 2px #000,0 2px 2px #000;
}

.compare-h-l {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}

.compare-h-m {
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
	padding: 0.5rem;
	border-radius: 6px;
}

.compare-mod .compare-h-l {
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	background: linear-gradient(#ffcfcf, #ffffff);
	padding-top: 1rem;
	border-radius: 15px 15px 0 0;
}

.compare-h-s {
	font-size: 1.1rem;
	line-height: 1.4rem;
	font-weight: bold;
	text-align: center;
}

.h-pro {
	background-color: #990000;
	color: #fff;
}

.mod-p .compare-h-s {
	color: #990000;
}

.h-uni {
	background-color: #172A88;
	color: #fff;
}

.mod-u .compare-h-s {
	color: #172A88;
}

.compare-img {
	text-align: center;
	margin: 1rem auto;
}

.compare-img img {
	display: inline;
}

.uni-transfer .compare-h-l {
	color: #ff3300;
}

.uni-trans-link {
	display: block;
	text-align: center;
	background-color: #009242;
	border: 1px solid #009242;
	color: #fff;
	border-radius: 8px;
	padding: 0.5rem;
	transition: all 0.5s 0s ease;
}

.uni-trans-link:hover {
	background-color: #fff;
	color: #009242;
	text-decoration: none;
}

/* ------------------------------------------------------ Abroad information /hiyane edited 230926 */

#abroad-info {
	font-size: 0.9rem;
}

#abroad-info img {
	margin-bottom: 1rem;
}

.feature-main-image {
	margin: 1rem auto;
}

.feature-main-image .row {
	position: relative;
}	

.feature-main-lead {
	position: absolute;
	right: 0;
	bottom: 0;
}


#abroad-info header .feature-h-l {
	border: none;
	text-align: left;
}

#abroad-info .feature-h-l {
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	color: #333;
	border-top: 3px solid #444444;
	border-bottom: 1px solid #444444;
	padding: 0.5rem;
}

#abroad-info .feature-h-m {
	color: #fff;
	background: linear-gradient(90deg,#cc0066, #ffcfe5);
	text-shadow: 0 2px 2px #000;
	padding: 1rem;
	font-size: 1.2rem;
	border-radius: 15px 0 15px 0;
}

#abroad-info .feature-h-s {
	font-size: 1.1rem;
	font-weight: bold;
	color: #cc0066;
}

#abroad-info .feature-h-s::before{
	content: "●";
}

#abroad-info .feature-h-xs {
	font-size: 1.0rem;
	font-weight: bold;
	color: #8100cc;
}

.school-network .row {
	margin: 0;
}

.school-network .row .col-md-3 {
	padding: 0.5rem;
	min-height: 180px;
}

.school-network .row .col-md-3 img {
	margin-bottom: 0.5rem !important;
}

.school-name {
	font-size: 0.8rem;
}

.ab-h-m {
	font-size: 1rem;
	font-weight: bold;
}

#abr-school-sel .row {
	margin-bottom: 1rem;
}

.abr-sch-mod {
	border-bottom: 1px solid #444;
	padding-bottom: 1rem;
}

.abr-sch-mod:last-child {
	border: none;
}

#abroad-info #abr-app .feature-h-s {
	margin-top: 0;
}

#open-campus .open-campus-inner h3 {
	color: #fff;
	background-color: #c90000;
	font-size: 1rem;
	margin: 0 -15px;
	padding: 0.4rem 1rem;
}

#open-campus .oc-more {

}

/* --------------------------------------------------- common calling OPEN CAMPUS [hiyane] */


.oc-info-inner {
	margin: 0 auto;
	width: 80%;
	display: flex;
}

.oc-thumb {
	margin: 1rem;
	width: 400px;
}

.oc-txt-box {
	flex: 1;
	margin: 1rem;
}

.oc-info-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.oc-info-lead {
	margin: 1rem 0;
	font-size: 0.9rem;
	font-weight: normal;
	color: #333;
	font-feature-settings: "palt";
	text-align: justify;
}

.oc-info-lead-b {
	margin: 1rem 0;
	font-size: 1rem;
	font-weight: bold;
	color: #333;
}

.oc-info-l-i {
	font-size: 1rem;
	font-weight: bold;
	color: #333;
}

.oc-info-l-i i.far {
	color: #b80303;
}

/* --------------------------------------------------- student's voice [hiyane] */

.stdvoice-inner {
	display: flex;
	width: 80%;
	margin: 0 auto;
}

.stdvoice-thumb {
	width: 400px;
	margin: 1rem;
}

.stdvoice-txt {
	flex: 1;
	padding: 1rem;
}


/* --------------------------------------------------- TOPICS [hiyane] */
.topics-mod-group {

}

.topics-mod {
	padding: 1rem;
}

.topcs-int-t-h-s {
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
}

.topcs-lead {
	font-size: 1rem;
	width: 90%;
	margin: 1rem auto;
}

.pc-banner {
	display: block;
}

.sp-banner {
	display: none;
}

@media (max-width:599px){
	/* for mobile */

	.pc-banner {
		display: none;
	}
	
	.sp-banner {
		display: block;
	}

	#header-name {
		max-width: 100%;
	}

	.gl-nav-item {
		width: 50%;
		margin-right: 0;
	}

	.gl-nav-h a {
		width: 100%;
	}
	
	.gl-nav-web {
		font-size: 0.9rem;
	}

	#nav-main .fab,
	#nav-main .fas,
	#nav-main .far {
		font-size: 1.2rem;
		margin: 0.5rem;
		color: #ff6600;
		width: 1.4rem;
		text-align: center;
	}

	.pc-cont {
		display: none;
	}
	.feature-main-lead {
		position: relative;
		right: auto;
		bottom: auto;
	}	

	.ao-flow-l-h {
		margin-bottom: 1rem;
	}
	.sp-br {
		display: block;
	}

	.course-header {
		padding-top: 20rem;
	}

	.business-header {
		background-position-y: -5rem;
		background-position-x: -10rem;
	}

	.resort-header {
		background-size: 100%;
		background-position: top center;
		/*       background-position-y: -3rem;
			background-position-x: -12rem; */
	}

	.al-f-label,
	.bz-f-label,
	.ip-f-label,
	.rb-f-label {
		padding: 10rem 0 1rem 1rem;
	}

	.bz-f01,
	.bz-f02,
	.bz-f03 {
		background-position-y: top;
	}

	.rb-f02 {
		background-position-x: -2rem;
		background-position-y: top;
	}

	.rb-f03 {
		background-position-y: top;
	}

	.feature-main-image .row {
		display: block;
	}

	#prefe-date .wpcf7-list-item {
		display: inline-block;
		width: 33%;
	}

	
	#sb_instagram {
		width: 100% !important;
	}

	.instagram-feed h2 {
		text-align: center;
	}

	.dept-header {
		display: block;
	}

	.dept-header .dept-header-title {
		padding: 1rem;
	}

	.dept-header .dept-header-img {
		height: 120px;
	}

	/* new course header */
	.header-box {
		height: auto;
		font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	}

	.header-h1-area {
		width: 100%;
	}
	
	.header-image-box {
		width: 100% !important;
		min-height: 300px;
	}

	.course-feature-box {
		height: auto;
	}

	.course-copy {
		width: 100%;
	}
	
	.course-feature-v {
		width: 100%;
		min-height: 200px;
	}

	.course-name-en {
		color: rgba(255, 255, 255, .5);
		display: block;
		text-align: right;
		position: absolute;
		left: 0;
		bottom: 100%;
		width: 100%;
		transform: rotate(-90deg);
		transform-origin: bottom right;
		font-size: 2rem;
	}

	.airline-info {
		width: 100%;
	}

	.course-f-list {
		display: block;
	}

	.course-f-l-mod {
		margin: 0;
		padding: 1rem;
		width: 100%;
		display: block;
		position: relative;
		border-bottom: 1px solid #999;
	}

	.course-f-l-mod:last-child {
		border: none;
	}

	.course-f-l-img img {
		border-radius: 1rem;
	}

	.job-list-mod {
		display: block;
	}

	.job-list-c {
		width: auto;
	}

	.job-list-thumb {
		display: block;
		width: 80%;
		margin: 0 auto;
	}

	.teacher-list {
		margin: 0 auto;
		display: block;
		width: 70%;
	}

	.teacher-l-c {
		width: auto;
	}

	.curr-list-box {
		display: block;
	}

	.cv-banner-small {
		width: 100%;
	}
	
	.cv-banner-solo {
		margin: 2rem auto;
		width: 100%;
	}

	.other-dept {
		width: auto;
		clear: both;
	}

	.other-c-link span{
		transform: scale(.9);
	}

	.topics-list {
		display: block;
	}

	.topics-l-i {
		width: 100%;
		display: flex;
		margin: 1rem auto;
		overflow: hidden;
		align-items: center;
	}

	.topics-thumb {
		display: block;
		width: 150px;
	}

	.topics-link {
		flex: 1;
		padding: 0.5rem;
	}

	.oc-info-inner {
		margin: 0;
		width: 100%;
		display: block;
	}
	
	.oc-thumb {
		width: 100%;
		margin: 1rem 0;
	}
	
	.oc-txt-box {
		flex:none;
	}

	.stdvoice-inner {
		width: 100%;
		display: block;
	}
	
	.stdvoice-thumb {
		width: 80%;
		margin: 1rem auto;
	}
	
	.stdvoice-txt {
		padding-top: 0;
		flex: none;
	}

	.sns-box {
		width: 100%;
	}
}


@media (max-width: 992px) {
	/* for tablet */

	nav#nav-main {
/* 		border-top: solid 2px #2B3A75; */
		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 #2B3A75;
	}

	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;
	}
}

.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;
}
