@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

#gifu .nav-instructor a {
  color: #b4d100!important;
}
#kani .nav-instructor a {
  color: #ef7a1b!important;
}
#gifu .page-tit .page-bg {
  background: url("../images/gifu/instructor-images/gage-tit.jpg") 50% 100% no-repeat;
}
#kani .page-tit .page-bg {
  background: url("../images/kani/instructor-images/gage-tit.jpg") 50% 100% no-repeat;
}

/* ==========================================================================
	CONTENTS
	========================================================================== */

#topic-path {
  margin-bottom: 0!important;
}
.category-main {
  margin-top: 80px;
}
.main {
	overflow: hidden;
}
.main .tit {
  font-size: 1.7rem;
  font-weight: normal;
  margin-bottom: 20px;
}
.main .tit:before {
  content: "-";
  margin-right: 10px;
}
.main .bg {
  color: rgba(255,255,255,0.8);
  background: url("../images/gifu/instructor-images/bg.png") calc(50% - 350px) 40px no-repeat;
  background-color: #000;
  padding: 80px 0 60px 0;
  margin-bottom: 50px;
}
.main .bg a,.main .bg a:visited {
  color: rgba(255,255,255,0.8);
}
.main .bg .img {
  float: left;
  width: 30%;
}
.main .bg .txt {
  float: right;
  width: 60%;
}
.main .bg .txt h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.7rem;
  margin-bottom: 20px;
}
.main .bg .txt .style {
  overflow: hidden;
  margin-bottom: 50px;
}
.main .bg .txt .style p {
  display: inline-block;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #b4d100;
  padding: 3px 15px;
  margin-right: 10px;
}
.main .bg .txt .box {
  margin-bottom: 50px;
}
.instructor-sns {
  display: table;
  table-layout: fixed;
}
.instructor-sns dt {
  display: table-cell;
  vertical-align: middle;
  color: #b4d100;
  font-family: 'Noto Sans JP', sans-serif;
  padding-right: 15px;
}
.instructor-sns dd {
  display: table-cell;
  vertical-align: middle;
  font-size: 3.5rem;
}

.career table th {
  vertical-align: top;
  padding: 5px 0;
}
.career table td {
  vertical-align: top;
  padding: 5px 0;
}

/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){


}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

@media screen and (max-width:1024px){

.category-main {
  margin-top: 60px;
}

.main .tit {
  font-size: 1.6rem;
}
.main .bg .txt h2 {
  font-size: 3.2rem;
}
.main .bg .txt .style {
  margin-bottom: 40px;
}
.main .bg .txt .box {
  margin-bottom: 40px;
}
}

/* ==========================================================================
	SP - 640px
	========================================================================== */

@media screen and (max-width: 640px) {

.page-tit {
  margin-bottom: 0;
}
.category-main {
  margin-top: 40px;
}

.main .tit {
  font-size: 1.5rem;
  margin-bottom: 15px;
}
.main .tit:before {
  margin-right: 7px;
}
.main .bg {
  background: url("../images/gifu/instructor-images/bg.png") 90% 200px no-repeat;
  background-size: 70%;
  background-color: #000;
  padding: 20px 0 30px 0;
  margin-bottom: 40px;
}
.main .bg .img {
  float: none;
  width: 100%;
  padding-top: 30px;
}
.main .bg .img img {
  display: block;
  width: 60%;
  margin: 0 auto 30px auto;
}
.main .bg .txt {
  float: none;
  width: 100%;
}
.main .bg .txt h2 {
  font-size: 2.5rem;
  margin-bottom: 15px;
}
.main .bg .txt .style {
  margin-bottom: 30px;
}
.main .bg .txt .style li {
  font-size: 1rem;
  padding: 3px 10px;
  margin-right: 7px;
}
.main .bg .txt .box {
  margin-bottom: 30px;
}
.instructor-sns dt {
  padding-right: 10px;
}
.instructor-sns dd {
  font-size: 3rem;
}

}

