@charset "utf-8";
/*////////////////////////////////////
ABOUT
////////////////////////////////////*/

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

#curriculum_under_header_area{
	position: relative;
	width: 100%;
	height: 300px;
	background: url("../curriculum/img/curriculum_header2_img.jpg");
	background-position: right;
	background-position: top;
	background-size: cover;
}


#curriculum_uner_title_area{
	position: absolute;
	display: block;
	padding-left: 10%;
	padding-top: 130px;
	color:rgba(23,23,23,1.00);
}



.curriculum {
	position: relative;
	width: 100%;
	padding: 100px 0;
}
.curriculum_area {
	position: relative;
	width: 90%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
.curriculum_word_area {
	position: relative;
	width: 100%;
}
.curriculum_title {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
.curriculum_title h2 {
	font-size: 3rem;
	font-weight: 700;
}
.curriculum_word {
	position: relative;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.8;
}

.curriculum_word span {
	font-weight: 400;
	font-size: 1.8rem;
}
.curriculum3_img {
	width: 40%;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.curriculum_word table{
	width:100%;
	font-size:1.6rem;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
	border:1px solid #999;
}

.curriculum_word th{
    color:#333;
	padding:10px;
	line-height:1.8;
	font-size:1.6rem;
	font-weight:normal;
	background:#BBD4DE;
	border:1px solid #999;
}
.curriculum_word td{
	vertical-align:top;
    color:#333;
	text-align:left;
	line-height:1.8;
	font-size:1.6rem;
	font-weight:normal;
	padding:10px;
	border:1px solid #999;
}
.tc {
	text-align: center !important;
}

}

@media screen and (min-width: 0px) and (max-width: 767px){

#curriculum_under_header_area{
	position: relative;
	width: 100%;
	height: 250px;
	background: url("../curriculum/img/curriculum_header_img.jpg");
	background-position: right;
	background-position:center;
	background-size: cover;
}


#curriculum_under_header_area::before{
	content: '';
	position: absolute;
	background: inherit;
	z-index: -1;
  	top:0;
 	right:0;
 	bottom:0;
 	left:0;
	filter:brightness(0.4);
}




#curriculum_uner_title_area{
	position: absolute;
	display: block;
	padding-left: 10%;
	padding-top: 130px;
	color:rgba(23,23,23,1.00);
}



.curriculum {
	position: relative;
	width: 100%;
	padding: 100px 0;
}
.curriculum_area {
	position: relative;
	width: 90%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
.curriculum_word_area {
	position: relative;
	width: 100%;
}
.curriculum_title {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
.curriculum_title h2 {
	font-size: 2.4rem;
	font-weight: 700;
}
.curriculum_word {
	position: relative;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.8;
}

.curriculum_word span {
	font-weight: 400;
	font-size: 1.8rem;
}

.curriculum3_img {
	width: 40%;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}


.curriculum_word table{
	width:100%;
	font-size:1.6rem;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
	border:1px solid #999;
}

.curriculum_word th{
    color:#333;
	padding:10px;
	line-height:1.8;
	font-size:1.6rem;
	font-weight:normal;
	background:#BBD4DE;
	border:1px solid #999;
}
.curriculum_word td{
	vertical-align:top;
    color:#333;
	text-align:left;
	line-height:1.8;
	font-size:1.6rem;
	font-weight:normal;
	padding:10px;
	border:1px solid #999;
}
.tc {
	text-align: center !important;
}

}

