@charset "UTF-8";
/* =====================================================================================================================
=
= なにわ歯科衛生専門学校
= dayschool
=
===================================================================================================================== */

/*
- Curriculum 共通
--------------------------------------------------------------------------------------------------------------------- */
#curriculum{}
#curriculum #content-header h1{
	background-image:url('/_assets/img/pc/curriculum/main_image.jpg');
}

/*
- dayschool 昼間部
--------------------------------------------------------------------------------------------------------------------- */
#curriculum.dayschool{}

#curriculum.dayschool #box-1{}

#curriculum.dayschool #box-2{}

#curriculum.dayschool #box-3{}
#curriculum.dayschool #box-3 p{width:100%;margin:0 auto;}

#curriculum.dayschool #box-4{}
#curriculum.dayschool #box-4 p{width:100%;margin:0 auto;}


#curriculum.dayschool #box-5{}
@media screen and (min-width:769px) and (max-width:963px){/*-add190605-*/
/*
- header tablet
--------------------------------------------------------------------------------------------------------------------- */
	#curriculum.dayschool #box-5 table tr th:first-child{
		width: 20%;
	}
}/*-tablet END -*/

/*
- media query (smart phone)
--------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:768px){
	#curriculum.dayschool{}

	#curriculum.dayschool #box-1{}

	#curriculum.dayschool #box-2{}
	#curriculum.dayschool #box-2 .default-table{
		width:100%;
	}
	#curriculum.dayschool #box-2 .default-table tbody{
		display:flex;
		justify-content:space-between;
	}
	#curriculum.dayschool #box-2 .default-table tr{
		width:50%;
		display:flex;
		flex-flow:column wrap;
		justify-content:space-between;
	}


	#curriculum.dayschool #box-3{}
	#curriculum.dayschool #box-3 p{width:100%;margin:0 auto;}

	#curriculum.dayschool #box-4{}
	#curriculum.dayschool #box-4 p{width:100%;margin:0 auto;}


	#curriculum.dayschool #box-5{}

	#curriculum.dayschool #box-5 .sp h3{
		color: #ff88bf;
		font-weight: bold;
	}
	#curriculum.dayschool .sp .default-table{
		width:100%;
		margin: 5px 0 20px;
	}
	#curriculum.dayschool .sp .default-table .ttl{
		font-weight: bold;
	}
	#curriculum.dayschool .sp .default-table th{
		width: 10%;
		white-space: nowrap;
	}
	#curriculum.dayschool .sp .default-table td{
		text-align: left;
	}
	#curriculum.dayschool .pc{
		display: none !important;
	}
	#curriculum.dayschool article .sp{
		display: block !important;
	}
}