/*-----------------------------------------------------------------------------------------
	下層ページ（カリキュラム）
-----------------------------------------------------------------------------------------*/
/*------------------------------ ページ背景画像 ----------*/
#curriculum {
	overflow: hidden;
	background:url(../img/body.jpg) 50% 0 no-repeat #fff;
	background-size: 100% auto;
}
/*------------------------------ ページタイトル ----------*/
#curriculum h1 {
	background:rgba(0,54,100,0.70);
	color:#fff;
	font-size: 36px;
	letter-spacing: 15px;
	text-align: center;
	padding: 40px 0;
	line-height: 130%;
	margin-bottom:50px;
}
#curriculum h1 span {
	font-size: 12px !important;
	display: block;
	letter-spacing: 3px;
}
/*------------------------------ ページコンテンツ ----------*/
.curriculumBox {
	position: relative;
	clear: both;
	overflow: hidden;
	width:1048px;
	padding:10px 0 0 0;
	margin: 0 auto 50px auto;
	background:rgba(255,255,255,0.85);
	text-align: left;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.inner {
	margin:40px 40px 0;
    padding: 0 20px;
}
.inner p {
	line-height: 1.8;
	font-size: 16px;
	word-wrap: break-word;
}
/*---------- 履修の流れ ----------*/
.curriculum-img {
	display: block;
	text-align: center;
	margin:0 auto 20px auto;
}
.curriculum-txt {
	color:#e95513;
	font-size: 24px !important;
	text-align: center;
	margin-bottom:0;
	line-height: 180%;
}
/*---------- 履修方針 ----------*/
.policy-list {
	position: relative;
	margin:0 20px 60px 40px;
}
.policy-list li {
	position: relative;
	margin:0 0 10px 20px;
	list-style: disc;
	font-size:16px;
}
/*---------- カリキュラム一覧 ----------*/
.curriculum-table {
	display: block;
	text-align: center;
	margin:0 auto 60px auto;
}
.img-list {
	position: relative;
	overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.img-list li {
	position: relative;
}
.img-list li:nth-child(3n) {
	margin-right: 0;
}

/*---------- パッケージ科目について ----------*/
.ttl-package {
	margin:0 0 20px 40px;
	font-size: 20px;
	color:#003664;
}
.package-list {
	position: relative;
	overflow: hidden;
	margin:0 auto 20px auto;
	width:890px;
}
.package-list li {
	position: relative;
	width: 46%;
	margin: 0 2% 2% 2%;
	float:left;
	font-size: 16px;
	height: 60px;
}
/*
.package-list li:nth-child(2n) {
	margin-right: 0;
}
.package-list li:nth-child(3) {
	clear: left;
}
*/
.package-list li dl dt {
	font-weight: 700;
}
.pdf_bot_sks {
	
}
.pdf_bot_sks a {
	display: block;
	width: 250px;
	height: 55px;
	margin: 0 auto;
	text-align: center;
	line-height: 55px;
	border: 1px solid #003664;
}


/*----- ※マーク -----*/
.attention {
	position: relative;
	padding-left:20px;
	margin:0 0 70px 40px;
	text-align: left;
}
.attention:before {
	position: absolute;
	content: '※';
	top:0;
	left: 0;
}
/*----- プログラム紹介のテーブル画像に対するテキスト -----*/
.scroll-txt {
	display: none;
}


/*----- カリキュラムリスト -----*/
.curriculum-list{
	margin-bottom:40px;
}

.curriculum-list_color{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 15px;
}
.curriculum-list_color li{
	margin-right: 15px;
}
.curriculum-list_color li span.yellow{
	color: #ffea6e;
}
.curriculum-list_color li span.green{
	color: #b6d56a;
}
.curriculum-list_color li span.blue{
	color: #86b3e0;
}
.curriculum-list_color li span.gray{
	color: #dcdddd;
}

.curriculum-list_table-scroll{}
.curriculum-list_table-wrap{
	position: relative;
}
.curriculum-list_table-wrap .circle{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width:30px;
	height:30px;
	font-size: 20px;
	color: red;
	background: #fff;
	border-radius: 50%;
	border-radius: 50%;
	border: 1px solid red;
}

.curriculum-list_table{
	table-layout: fixed;
	border-collapse: collapse;
}
.curriculum-list_table thead th{

}
.curriculum-list_table th:nth-child(1){
	width: 75px;
	vertical-align: middle;
}
.curriculum-list_table th{
	padding: 15px;
	text-align: center;
	border: 1px solid #999;
}
.curriculum-list_table td{
	position: relative;
	padding: 15px;
	border: 1px solid #999;
}
.curriculum-list_table td.yellow{
	background: #fff7c5;
}
.curriculum-list_table td.green{
	background: #e2eec3;
}
.curriculum-list_table td.blue{
	background: #cfe1f3;
}
.curriculum-list_table td.gray{
	background: #f1f1f1;
}
.curriculum-list_table .year{
	font-size: 16px;
	font-weight: bold;
}

.curriculum-list_table .col-bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 50px;
	border-top: 1px dotted #999;
}

.curriculum-list_note{
	margin: 10px 0 0 !important;
	font-size: 14px !important;
}
.curriculum-list_point{
	margin-top: 30px;
}
.curriculum-list_point li{
	margin-top: 15px;
	font-size: 18px;
	line-height: 1.8;
	margin-left: 1em;
	text-indent:-1em;
}
.curriculum-list_point .red{
	color: red;
}




.reports {
	padding: 0 0 30px;
	background: url(../img/page/curriculum/bg.png);
}
.reports div{
	box-sizing: border-box;
}
.report_head {
}
.report_head-kv img{
	width: 100%;
}
.report_head-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: -10px 0 0;
	padding: 0 50px;
}
.report_head-lead {
	font-size: 18px;
	line-height: 1.85;
}
.report_head-person {
}
.reports_body {
	position: relative;
	margin: 0 30px;
	padding: 100px 30px 30px;
	background: #fff;
	border-radius: 20px;
}
.reports_body + .reports_body {
	margin-top: 60px;
}
.schedule_grade {
	position: absolute;
	top: -40px;
	left: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	color: #fff;
	background: #E63178;
	border-radius:50%;
}
.schedule_grade.green{
	background-color: #149b4e;
}
.schedule_grade.blue{
	background-color: #036DB7;
}
.schedule_grade.orange{
	background-color: #E95613;
}
.schedule_grade-num {
	font-size: 42px;
}
.schedule_grade-char {
	margin: 10px 0 0;
	font-size: 20px;
}
.schedule_term {
}
.schedule_term + .schedule_term{
	margin-top: 60px;
}
.schedule_title {
	margin-bottom: 15px;
	font-size: 22px;
	line-height: 1.4;
	font-weight: bold;
	color: #E63178;
	text-align: center;
}
.schedule_title.green{
	color: #149b4e;
}
.schedule_title.blue{
	color: #036DB7;
}
.schedule_title.orange{
	color: #E95613;
}

.schedule_table {
	table-layout: fixed;
	border-collapse: collapse;
	text-align: center;
	letter-spacing: .01em;
}
.schedule_table thead th{
	background: #f7f7f7;
}
.schedule_table th{
	padding: 15px 10px;
	vertical-align: middle;
	border: 1px solid #999;
}
.schedule_table td{
	padding: 15px 10px;
	vertical-align: middle;
	border: 1px solid #999;
}
.schedule_table td.yellow{
	background: #F7E59B;
}
.schedule_table td.red{
	background: #F6C1C9;
}
.schedule_table td.green{
	background: #bfe0c3;
}

.schedule_note{
	margin-top: 10px;
	text-align: center;
}

.comment {
	margin-top: 30px;
	padding: 30px;
	line-height: 2;
	background: #FBE6E5;
	border-radius: 20px;
}
.comment.green{
	background-color: #EBF4D9;
}
.comment.blue{
	background-color: #DCECF9;
}
.comment.orange{
	background-color: #FFF1CA;
}

.person {
	position: absolute;
	bottom: 0;
	right: 30px;
}




/*-----------------------------------------------------------------------------------------
	レスポンシブ
-----------------------------------------------------------------------------------------*/
@media only screen and (max-width: 680px) {

	/*------------------------------ ページ背景画像 ----------*/
	#curriculum {
		background-size: 100% auto;
		margin-bottom:10%;
	}
	/*------------------------------ ページタイトル ----------*/
	#curriculum h1 {
		font-size: 1.2rem;
		letter-spacing: 8px;
		padding: 7% 0;
		line-height: 130%;
		margin-bottom:10%;
	}
	#curriculum h1 span {
		font-size: 0.7rem !important;
		display: block;
		letter-spacing: 2px;
	}
	/*------------------------------ ページコンテンツ ----------*/
	.curriculumBox {
		width:96%;
		padding:2% 0 0 0;
		margin: 0 auto 7% auto;
	}
	/*------ 画像幅を 伸縮できるように -----*/
	.curriculumBox img {
		width:100%;
		height: auto;
	}
	.inner {
		margin:5% 2%;
        padding: 0;
	}
	.inner p {
		margin: 0 0 6% 0;
		line-height: 180%;
		font-size: 1rem;
	}
	/*---------- 履修の流れ ----------*/
	.curriculum-img {
		margin:0 auto 4% auto;
	}
	.curriculum-txt {
		font-size: 1.2rem !important;
		text-align: left;
		line-height: 150% !important;
	}
	.curriculum-txt br {
		display: none;
	}
	/*---------- 履修方針 ----------*/
	.policy-list {
		margin:0 0 8% 0;
	}
	.policy-list li {
		margin:0 0 2% 20px;
		font-size:0.8rem;
	}
	/*---------- カリキュラム一覧 ----------*/
	.curriculum-table {
		margin:0 auto 8% auto;
		width:600px !important;
	}
	.img-list {
		grid-template-columns: 1fr 1fr;
        gap: 10px;
		width:100%;
	}

	/*---------- パッケージ科目について ----------*/
	.ttl-package {
		margin:0 0 4% 0;
		font-size: 1.1rem;
	}
	.package-list {
		margin:0 auto 4% auto;
		width:100%;
	}
	.package-list li {
		font-size: 0.9rem;
		margin:0 0 5% 0;
		min-height: auto;
	}
	.package-list li:nth-child(3n) {}
	.package-list li:nth-child(4) {}
	.package-list li dl dt {}
	/*----- ※マーク -----*/
	.attention {
		padding-left:20px;
		margin:0 0 4% 0 !important;
	}
	.attention:before {}
	/*------------------------------ Table画像をスクロールさせる ----------*/
	.scroll-txt {
		display: block;
		margin: 0 0 10px !important;
		font-size: 12px !important;
		color:rgba(224,0,3,1.00);
		margin:4% auto;
		font-size:0.8rem;
	}
	.scroll-area {
		max-width: 100%;
		margin:0 0 10% 0;
	}
	.scroll-area {
		overflow: auto;
	}
	.scroll-area::-webkit-scrollbar {
		height: 10px;
	}
	.scroll-area::-webkit-scrollbar-track {
		background: #F1F1F1;
	}
	.scroll-area::-webkit-scrollbar-thumb {
		background: #BCBCBC;
	}



	/*----- カリキュラムリスト -----*/
	.curriculum-list_table-scroll{
		overflow-x: scroll;
	}
	.curriculum-list_table-wrap{
		position: relative;
		width: 968px;
	}

	.curriculum-list_point{
		margin-top: 30px;
	}
	.curriculum-list_point li{
		margin-top: 10px;
		font-size: 16px;
	}


	/*時間割*/
	.reports {
		padding: 0 0 30px;
	}
	.reports img{
		width: inherit;
		max-width: 100%;
		height: auto;
	}
	.report_head-inner {
		display: block;
		margin: 0;
		padding: 20px 15px 0;
	}
	.report_head-lead {
		margin-bottom: 10px;
		font-size: 16px;
	}
	.report_head-person{
		text-align: right;
	}
	.reports_body {
		margin: 0 10px;
		padding: 45px 10px 10px;
	}
	.reports_body + .reports_body {
		margin-top: 60px;
	}
	.schedule_grade {
		top: -40px;
		left: -10px;
		width: 80px;
		height: 80px;
	}
	.schedule_grade-num {
		font-size: 28px;
	}
	.schedule_grade-char {
		margin: 5px 0 0;
		font-size: 14px;
	}
	.schedule_term + .schedule_term{
		margin-top: 40px;
	}
	.schedule_title {
		font-size: 18px;
	}

	.schedule_table-scroll{
		overflow-x: scroll;
	}
	.schedule_table{
		width: 928px;
	}
	.comment{
		padding: 20px;
	}

	.person {
		display: none;
	}
/*sp*/
}