#kpop .container {
	width: 96%;
	padding: 0;
	margin: 0 2%;
}
.link-school {
	width: 96%;
	margin: 0 auto;
}
.link-school > * {
	margin-bottom: 10px;
	width: 100%;
}
.link-school a {
	border: 1px solid #9c2f31 !important;
	padding: 20px 10px;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	border-radius: 4px;
	background-color: #fff;
	transition-property: all;
	transition: 0.3s linear;
}
.link-school a:hover{
	background-color: #9c2f31;
}
.link-school a img {
	height: 40px;
	width: auto;
}
.link-school a span {
	display: inline-block;
	padding-top: 10px;
}
.link-school a span:after {
	content: "\f105";
	font-family: FontAwesome;
	padding-left: 5px;
}
@media screen and (min-width: 768px){
	#kpop .container, #kpop .container .full {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}
	.link-school {
		max-width: 80%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.link-school > * {
		width: 48%;
	}
}

/**********共通**********/
.ft36 {
    font-size: 36px;
}
.mg0auto {
	margin:0 auto;
}

.title-border {
	display: flex;
	align-items: center;
	justify-content:center;

}
.title-border:before,
.title-border:after {
	content: "";
	display: block;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 2px 0px;
    flex-grow: 1;
}
.title-border:before {
	margin-right: 5rem;

}
.title-border:after {
	margin-left: 5rem;
}

/**********メイン画像、上部バナー**********/
.main {
    background: url(img/kpop_top.jpg) no-repeat;
    height: 600px;
    background-size: cover;
    position: relative;
}
.kpopContents1 {
    background: #000;
}
.headBtn {
    padding: 35px 0 30px;
}
/**********K-POP業界について**********/
.kpopContents2 {
	position: relative;
	background:url(img/kpop_about_bg.jpg) no-repeat;
    background-size: cover;
    height: 400px;
}
.aboutKpop {
    padding: 30px 0 35px;
    background: rgba(0,0,0,.8);
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    line-height: 1.5;
}
.aboutKpop p {
	font-size: 20px;
}
/**********目指せるお仕事とコース一覧**********/
.kpopContents3 {
	background:#000;
	color:#fff;
	padding: 50px 0;
}
.courseKpop1 {
    background: #eb0121;
    padding: 25px 0 20px;
}
.courseKpop2 {
	background: #d8349a;
	padding: 20px 0 0;
}
.courseKpop3 {
    background: #4b4948;
    padding: 30px 0 0;
}
.jobbtn {
    background: #000;
    color: #FFF;
    text-align: center;
    padding: 2px 5px;
	display: inline-block;
	white-space: normal;
}
.lookBtn {
    text-align: center;
    margin-top: 15px;
}
/**********企業との繋がり**********/
.kpopContents4 {
	background:url("img/audition_bg.jpg");
	background-size: cover;
	color:#fff;
	padding: 60px 0;
}
.companyLinks a{
	color:#fff;
}
.companyLinksTxt {
    background: #000;
    display: block;
    position: relative;
}
.companyLinksTxt:after {
  content: '';
  display: inline-block;
  background: url(img/vectorObj.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
}
/***********過去に開催された特別講義***********/ 
.kpopContents5 {
	background:#000;
	padding: 50px 0;
}
.kpopContents5 h3{
	color: #fff;
}
.lectorTeacher h4{
	font-size: 30px;
	color:#fff;
	background: #137bb0;
    padding-left: 20px;
    margin-bottom: 0px;
}
.lectorTeacher ul {
	background: #fff;
}
.kpopContents5 .kpopclass {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-weight: bold;
    background: #137bb0;
    border: solid 5px #0a6a9b;
    position: relative;
}
.kpopContents5 .kpopclass:after {
  content: '';
  display: inline-block;
  background: url(img/vectorObj2.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
}
/*ボックス全体*/
.accbox {
    padding: 0;
    width: 100%
}
/*ラベル*/
.accbox label {
    display: block;
    margin: 0 0 5px;
    color :#fff;
    font-weight: bold;
    cursor :pointer;
    transition: all 0.5s;
    text-align:right;
}
/*チェックは隠す*/
.accbox input {
    display: none;
}
/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 1.5s;
}
/*クリックで中身表示*/
.cssacc:checked + .accshow {
    height: auto;
    opacity: 1;
}
/*********K-POP部**********/
.kpopContents6 {
	background: url(img/kpopbu_bg.jpg);
	padding: 50px 0;
	background-size: cover;
	color: #fff;
}
.kpopclub {
	background: rgba(255,255,255,.7);
	border:5px solid #000;
    padding: 35px 10px 20px;
	font-size: 20px;
	color: #000;
}
.kpopclub p {
	margin-bottom:20px;
}
.kpopclub .kopopBlog {
    color: #fff;
    font-weight: bold;
    background: #137bb0;
    display: inline-block;
    border:4px solid #0a6a9b;
    position: relative;
}
.kpopclub .kopopBlog:after {
	content: '';
	display: inline-block;
	background: url(img/vectorObj3.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
	position: absolute;
}
/*ブログ*/
#blogList {
	margin-bottom: 50px;
}
#blogList dl {
    box-sizing: border-box;
    list-style: none;
    position: relative;
    border: 1px solid #bfbfbf;
    background: #fff;
}
#blogList dt {
    font-size: 1.6rem;
    font-weight: bold;
    padding: 5px 10px;
}
#blogList dd {
	font-size: 1.2rem !important;
    padding: 5px 10px;
}
/**********実績**********/
.kpopContents7 {
	background: #000;
	padding: 60px 0 10px;
}
.kpopContents7 h3{
	color: #fff;
}
.performance {
	background: #fff;
	padding-bottom:30px; 
	line-height: 1.5;
}
.performance ul{
	padding: 25px;
}
.blueTtl {
    font-size: 30px;
    color: #137bb0;
    font-weight: bold;
    margin-bottom: 3px;
    display: inline-block;
}
.bluetext {
	color:#137bb0;
	font-size:20px;
	font-weight: bold;
}
.textsubbox {
    background: #efecec;
    padding: 15px 20px;
    margin-top: 20px;
}
.kpopContents8 {
	background: #000;
	padding: 0 0 30px
}
.performanceContents {
    border-bottom: 4px dotted #67aacc;
    padding: 25px 0 30px;
}
/*フッター*/
.footer_siryo {
	display: none;
}
@media screen and (min-width: 767px) {
	/**********共通**********/
	.pcmgT30 {
		margin-top:30px;
	}
	.w1200 {
		max-width: 1200px;
		margin:0 auto;
	}
	.w380 {
		width: 380px;
	}
	.ttlcenter{
		position: absolute;
		display: inline-block;
		width: 961px;
		top:230px;
		bottom:0;
		left: 0;
		right: 0;
		margin:0 auto;
	}
	/***********上部メイン**********/
	.headBtn ul {
	    display: flex;
	    justify-content: space-between;
	}
	/**********コース一覧**********/
	.kpopContents3 h3{
		margin-bottom:40px;
	}
	.courseKpop1 {
		line-height: 1.3;
	}
	.courseKpop2 {
		line-height: 1.3;
	}
	.courseKpop3 {
	    line-height: 1.3;
	}
	.courseKpop1 ul {
	    display: flex;
	    justify-content: space-between;
	}

	.dsF {
	    display: flex;
	    justify-content: space-between;
	}

	.courseKpop2 {
		width: 50%;
	}
	.courseKpop3 {
	    width: 50%;
	}

	/**********企業とのつながり**********/
	.companyLinks {
		background:#137bb0;
		margin-top: 50px;
		padding: 20px 0;
	}
	.companyLinks ul {
	    display: flex;
	    justify-content: space-between;
	}
	.companyLinksTxt {
	    font-size: 24px;
	    padding: 8px 15px;
	}
	.companyLinksTxt:after {
	  width: 25px;
	  height: 19px;
	  right: 17px;
	  top: 20px;
	  bottom:0;
	}
	/**********過去に開催された特別講義**********/
	.oldLector {
	    display: flex;
	    justify-content: space-between;
	    flex-wrap: wrap;
	}
	.lectorTeacher {
		width: 595px;
		margin-bottom: 10px;
	}
	.lectorTeacher ul {
		display: flex;
	}
	.lectorTeacher ul li:first-child{
		padding: 10px;
	}
	.lectorTeacher ul li:first-child img{
		width: 200px;
	}
	.lectorTeacher ul li:nth-child(2){	
		width: 374px;
		font-size: 18px;
		line-height: 1.3;
    	padding: 10px 10px 20px;
	  	height: 270px;
    	overflow-y: auto;
	}
	.lectorborder {
	    display: inline-block;
	    border: 1px solid #646464;
	    padding: 2px 5px;
	    margin-top: 15px;
	}
	.kpopContents5 h3{
		margin-bottom: 40px;
	}
	.kpopContents5 .kpopclass {
	    font-size: 30px;
	    width: 815px;
	    padding: 13px 0px;
	}
	.kpopContents5 .kpopclass:after {
	  width: 33px;
	  height: 25px;
	  background: url(img/vectorObj2.png) no-repeat;
	  right: 140px;
	  top: 26px;
	}
	/*********K-POP部**********/
	.kpopclub {
		width: 815px;
		margin:0 auto;
	}
	.kpopclub ul {
	    display: flex;
	    justify-content: center;
	}
	.kpopclub li:first-child {
	    padding-right: 20px;
	    padding-top: 40px;
	}
	.kpopclub .kopopBlog {
	    width: 514px;
	    padding: 6px 0;
	    font-size: 24px;
	}
	.kpopclub .kopopBlog:after {
		width: 29px;
		height: 22px;
	    right: 55px;
	    top: 16px;
	}
	/*ブログ*/
	#blogList dl {
	    width: 23.5%;
	    height: 323px;
	    margin-right: 2%;
	    float: left;
	}
	#blogList dl:last-child {
	    margin-right: 0;
	}
	.blogimg {
	    width: 280px;
	    height: 223px;
	    background-size: cover;
	}
	/**********実績*********/
	.kpopContents7 h3{
		margin-bottom: 40px;
	}
	.performanceContents {
	    width: 1142px;
	    margin: 0 auto;
	    display: flex;
	    padding: 25px 0 30px;
	}
	.performanceImg {
	    width: 280px ;
	    display: block;
	    margin-right: 20px;
	}
	.performanceTxt {
	    width: 830px;
	}
	.performanceTxt p {
	    font-size: 18px;
	}
	.performanceTxt .textsubbox {
		font-size: 16px;
	}
	/*********各学校リンク*********/
	.navCourse_section__school a img {
	    height: 38px;
	    width: auto;
	}
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
	.w1200 {
	    width: 100%;
	}
	.companyLinks ul li {
	    width: 33%;
	}
	.companyLinksTxt {
		font-size: 18px;
	}
	.lectorTeacher {
		width: 50%
	}
	.kpopContents5 {
		padding: 50px 10px;
	}
}
@media screen and (max-width: 768px) {
	/*********共通*********/
	.spmgT20 {
		margin-top:20px;
	}
	.ft36 {
	    font-size: 24px;
	}
	.main {
	    height: 400px;
	}
	.ttlcenter{
		position: absolute;
		display: inline-block;
		top:170px;
		width: 90%;
		bottom:0;
		left: 0;
		right: 0;
		margin:0 auto;
	}
	.title-border:before {
		margin-right: 2rem;
	}
	.title-border:after {
		margin-left: 2rem;
	}
	/*********上部メイン画像等*********/
	.headBtn {
	    padding: 30px 10px 15px 10px;
	}
	.headBtn ul li {
		margin-bottom:20px;
	}
	/*********K-POPについて*********/
	.aboutKpop p {
		font-size: 14px;
		padding: 0 10px;
	}
	/*********コース一覧**********/
	.kpopContents3 {
		padding: 30px 0;
	}
	.courseKpop1 {
		padding: 20px 10px; 
	}
	.courseKpop1 ul li {
	    text-align: center;
	}
	.courseKpop2 {
	    text-align: center;
	    padding: 20px 10px 10px;
	}
	.courseKpop3 {
	    text-align: center;
	    padding: 20px 10px 10px;
	}
	/*********企業とのつながり*********/
	.kpopContents4 {
		padding: 30px 0 15px;
	}

	.kpopContents4 p{
    	padding: 0 10px;
    }
    .companyLinks {
    	margin-top:25px;
    	text-align: center;
    }
    .companyLinks ul li{
	    width: 100%;
	}
	.companyLinksTxt {
	    font-size: 18px;
	    padding: 5px 10px;
	}
	.companyLinksTxt:after {
	    width: 20px;
	    right: 17px;
	    top: 13px;
	    bottom: 0;
	}
	.companyLinks ul li {
	    padding-bottom: 20px;
	}
	/**********過去に開催された特別講義**********/
	.kpopContents5 {
		padding: 30px 0;
	}
	.lectorTeacher {
		width: 100%;
	}
	.lectorTeacher h4 {
		font-size: 24px;
	}
	.lectorTeacher ul {
		padding: 10px;
	}
	.lectorTeacher ul li{
		font-size: 14px;
	}
	.lectorTeacher ul li:first-child img {
	    width: 100px;
	    float: left;
	    margin-right: 10px;
	}
	.kpopContents5 .kpopclass {
	    font-size: 18px;
	    width: 350px;
	    padding: 10px 0px;
	}
	.kpopContents5 .kpopclass:after {
	 	width: 25px;
		height: 19px;
		right: 10px;
		top:16px;
	}
	.accbox {
    	margin-top: 5px;
	}
	/*********K-POP部*********/
	.kpopContents6 {
		padding: 30px 0;
	}
	.kpopContents6 .ft20 {
	    font-size: 16px !important;
	}
	.kpopclub {
		font-size: 16px;
		padding: 15px 5px 10px;
	}
	.kpopclub ul {
		text-align:center;
	}
	.kpopclub .kopopBlog {
		width: 280px;
		padding: 6px 0px;
	}
	.kpopclub .kopopBlog:after {
	    width: 20px;
	    height: 15px;
	    right: 10px;
	    top: 12px;
	}
	/*ブログ*/
	#blogList {
    	padding: 0 20px;
	}
	#blogList dl:nth-child(n+2) {
    	display: none;
	}
	.blogimg {
	    width: 100%;
	    background-size: cover;
	    height: 223px;
	}
	/**********実績*********/
	.kpopContents7 {
		padding: 30px 0;
	}
	.performance {
    	padding: 20px 10px;
	}
	.performanceImg {
	    width: 25%;
	    float: left;
	    margin-right: 10px;
	}
	.performanceTxt {
    	font-size: 14px;
	}
	.blueTtl {
	    font-size: 24px;
	}
	/*各学校リンク*/
	.listAngleA a {
	    width: 80%;
	    margin-bottom: 10px;
	}
}
.kpop-course {
	margin-bottom: 30px;
}
.ttl-course {
	font-size: 2rem;
}
.courseJob {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 1em;
}
.courseJob .jobbtn {
	width: 20%;
}
.courseJob .courseText {
	width: 76%;
	text-align: left;
}
@media screen and (min-width: 768px){
	.kpop-course-wrapper {
		width: 96%;
		margin: 0 auto;
	}
	.kpop-course {
		width: 23.5%;
		display: inline-flex;
		flex-direction: column;
		justify-content: space-between;
		margin-bottom: 0;
	}
	.kpop-course .moreBtn {
		align-items: flex-end;
		margin-top: auto;
		margin-bottom: 0;
	}
}