@charset "UTF-8";

html{
	scroll-padding-top: 10px;
}

#contents {
  font-family:
    'Hiragino Mincho ProN',
    'Yu Mincho',
    'MS Mincho',
    'Noto Serif JP',
    serif;
}


.uniWrapper01 .uniList {
	display: flex;
	flex-wrap: wrap;
	gap: 2px;
}

.uniWrapper01 .uniList li {
	width: calc((100% - 6 * 2px) / 7);
}

.uniWrapper01 .uniList li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	color: #016288;
	background-color: #ECECEC;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.uniWrapper01 .uniList li a:hover {
	background-color: #C4C4C4;
}

.uniWrapper01 .uniList .current a {
	background-color: #016288;
	cursor: default;
	color: #fff;
	pointer-events: none;
}

#contents .uniWrapper02 {
	margin-top: 50px;
}

#contents .uniWrapper02 .uniTitle {
	color: #fff;
	background-color: #016288;
	display: flex;
	padding: 12px 10px;
}

#contents .uniWrapper02 .accordionTitle {
	pointer-events: none;
}

#contents .uniWrapper02 .uniTitle02 {
	display: flex;
}

#contents .uniWrapper02 .uniTitle .kozaNotes {
	font-size: 10px;
	text-indent: -1em;
	padding-left: 1em;
}
#contents .uniWrapper02 .uniTitle .kozaNotes::before {
	content: "※";
}

#contents .uniWrapper02 .uniTitle .kozaName {
	font-size: 24px;
	font-weight: 600;
	display: flex;
	align-items: center;
}

#contents .uniWrapper02 .uniTitle .kozaSubject {
	padding-left: 10px;
	font-size: 16px;
	display: flex;
	align-items: end;
	padding-bottom: 4px;
}

#contents .uniWrapper02 .uniTitle .accordion_button {
	display: none;
}

#contents .uniWrapper02 .uniContents .uniContentsList {
	padding: 20px 10px 0px;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

#contents .uniWrapper02 .uniContents li {
	width: calc((100% - 2 * 5px) / 3);
	box-sizing: border-box;
	border: 1px solid #016288;
}

#contents .uniWrapper02 .kozaContents {
	padding: 10px;
}

#contents .uniWrapper02 .kozaContents .kozaTitle {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

#contents .uniWrapper02 .kozaContents .kozaKoushi {
	font-size: 12px;
	text-align: right;
}

#contents .uniWrapper02 .kozaContents .kozaNotes {
	font-size: 10px;
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
}
#contents .uniWrapper02 .kozaContents .kozaNotes::before {
	content: "※";
}

#contents .uniWrapper03 {
	margin-bottom: 50px;
}

#curriculum .cvContent01 {
	background-color: #fff;
}

/* 申し込みボタン */
.cvA_btn01 a {
	font-size: 24px;
    margin: 50px auto 110px;
	color: #333333;
	font-weight: 700;
	width: 491px;
	height: 102px;
  	background-image: url(/curriculum/kind/images/cvA_btn01_bg_pc.png);
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	background-size: contain;
  	background-position: 50% 50%;
  	background-repeat: no-repeat;
  	text-decoration: none;
  	padding: 0 25px 0 10px;
	border-radius: 5px;
  	box-shadow: 8px 8px 15px rgb(0 0 0 / 20%);
  	line-height: 130%;
  	text-align: center;
	box-sizing: border-box;
	font-family: 'Hiragino Mincho ProN','serif','Noto Sans JP',sans-serif;
}

.btn:hover {
	filter: brightness(130%);
}

.cvA_btn01 p {
	width: 80%;
	font-size: 13px;
	margin: 15px auto;
	text-align: center;
}

.cvA_btn01 a .text1 {
	font-size: 32px;
	color: #000;
	position: relative;
	top: -1.5px;
}

.cvA_btn01 a .text2 {
	position: relative;
	top: 1.5px;
}
.section01 .koza_link {
  margin-top: 10px;
}

.section01 .koza_link a {
  color: #000;
  text-decoration: none;
  line-height: 1.5;
  font-weight: bold;
}

.section01 .koza_link a::before {
  display: inline-block;
  content:url("/curriculum/kind/images/link_arrow.svg");
  padding-right: 5px;
  position: relative;
  top: 4px;
}
.kozaText {
	padding: 20px 10px 0;
	color: #016288;
	font-size: 14px;
}
.koza_pc {
	display: block;
}
.koza_sp {
	display: none;
}

@media (max-width: 767px) {
	/* アンカーリンクの余白調整 */
	html{
		scroll-padding-top: 55px;
	}
	.uniWrapper01 {
		padding: 0 15px;
	}
	.uniWrapper01 .uniList {
		display: none;
	}
	#contents .uniWrapper02 {
	    margin-top: 40px;
	}
	#contents .uniWrapper02 .accordionTitle {
		pointer-events: auto;
	}
	#contents .uniWrapper02 .uniTitle .accordion_button {
		display: block;
		position: absolute;
		right: 25px;
	}
	/* タイトルに注釈が入った場合の開閉ボタン位置修正 */
	#contents .uniWrapper02 .uniTitle .accordion_button02 {
		padding-top: 6px;
	}
	#contents .uniWrapper02 .uniContents .uniContentsList {
		display: grid;
		gap: 10px;
	}
	#contents .uniWrapper02 .uniContents li {
		width: 100%;
	}
	#contents .uniWrapper02 .uniTitle .kozaName {
		font-size: 18px;
	}
	#contents .uniWrapper02 .uniTitle .kozaSubject {
		padding-left: 10px;
		font-size: 11px;
		padding-bottom: 4px;
	}
	#contents .uniWrapper03 {
		margin-bottom: 30px;
	}
	/* アコーディオンの開閉ボタン */
	.accordionGroup .accordionBody {
	  display: none;
	}

	.accordionGroup.open .accordionBody {
	  display: block;
	}

	/* アイコン切り替え */
	.accordionTitle .btn_close { display: none; }
	.accordionGroup.open .btn_open { display: none; }
	.accordionGroup.open .btn_close { display: inline; }

	/* 申込ボタン */
	.cvA_btn01 a {
		background-image: url(/curriculum/kind/images/cvA_btn01_bg_sp.png);
		width: calc(630 / 750 * 100vw);
		height: calc(130 / 750 * 100vw);
		font-size: 15px;
	}
	.cvA_btn01 a .text1 {
		font-size: 22px;
	}
	.koza_pc {
		display: none;
	}
	.koza_sp {
		display: block;
		text-align: right;
		font-size: 12px;
	}
}