.faqbox{
	margin: 10px 0;
}
.faqbox li+li{
	margin: 10px 0 0;
}
.quest{
	position: relative;
	padding: 7px 10px 5px;
	font-weight: bold;
	line-height: 1.5;
	background-color: var(--main-color);
  color: #fff;
	cursor: pointer;
}
.quest_ttl_num {
	margin: 0 7px 0 0;
	font-size: 14px;
}
.ansbox{
	position: relative;
}
.ansinfobox{
	margin: 10px 0;
}
.sec_sub {
	padding: 20px 0 40px;
}
@media screen and (min-width: 768px) {
	.faqbox{
		margin: 13px 0 27px;
	}
	.quest{
		padding: 12px 5px 12px 50px;
	}
	.ansinfobox{
		margin: 30px 0 40px;
	}
	.sec_sub {
		padding: 80px 0 154px;
	}
	.quest_ttl_num {
		font-size: 16px;
	}
}
@media screen and (min-width: 1200px) {
	.quest_ttl_num {
		font-size: 20px;
	}
}

/* faq icon */
.i_box {
	position: absolute;
	top: 50%;
	right: 1rem;
	width: 16px;
	height: 16px;
	margin-top: -8px;
}
.i_box:before, .i_box:after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
}
.i_box:before {
	border-top: 2px solid #fff;
	width: 16px;
	height: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
.i_box:after {
	border-left: 2px solid #fff;
	width: 0;
	height: 16px;
	top: 0;
	bottom: 0;
	right: 7px;
	transition: .3s;
}
.open .i_box:after {
	height: 0;
}
@media screen and (max-width: 767px) {
	.i_box {
		right: 0.8rem;
		width: 11px;
		height: 11px;
		margin-top: -5.5px;
	}
	.i_box:before {
		width: 12px;
	}
	.i_box:after {
		height: 12px;
		right: 5px;
	}
}

/* シラバステーブル */
.syllabus_tbl {
	width: 100%;
	overflow: hidden;
}
.syllabus_tbl tr:first-of-type {
	border-top: 3px solid var(--main-color);
	border-bottom: 3px solid var(--main-color);
	border-left: none;
	font-weight: bold;
}
.syllabus_tbl tr td {
	height: 44px;
	padding: 8px 15px;
	font-size: 12px;
	border-bottom: 1px solid var(--main-color);
	line-height: 1.5;
}
.syllabus_tbl tr td:first-of-type {
	font-weight: bold;
	padding: 8px 18px 8px 0;

}
.syllabus_tbl tr td:not(:first-child) {
	text-align: center;
	background-image : linear-gradient(to top, var(--main-color) , var(--main-color)  1px, transparent 1px, transparent 6px);
  background-size: 1px 6px;
  background-position: left bottom;
  background-repeat: repeat-y;
}
.syllabus_tbl tr td:nth-child(1) {
	width: 13%;
}
.syllabus_tbl tr td:nth-child(2), .syllabus_tbl tr td:nth-child(3) {
	width: 13%;
}
.syllabus_tbl tr td:nth-child(4) {
	width: 10%;
}
.syllabus_tbl tr td:nth-child(5) {
	width: 8%;
}
.syllabus_tbl tr td:nth-child(6) {
	width: 16%;
}
.syllabus_tbl tr td:nth-child(7) {
	width: 13%;
}
.syllabus_tbl tr td:nth-child(8) {
	width: 12%;
}
@media only screen and (min-width: 768px) {
	.syllabus_tbl tr td {
		height: 50px;
	}
}
@media only screen and (min-width: 1200px) {
	.syllabus_tbl tr td {
		font-size: 16px;
	}
}

/* Q&A下の注釈 */
.faqtxt_wrap {
	display: flex;
	justify-content: flex-end;
}


@media only screen and (min-width: 768px) {
	.faqtxt_wrap {
		display: flex;
	}
	.faqtxt_wrap p+p {
		margin: 0 0 0 20px;
	}
}

/* 履修要綱 */
.sec_bk {
	background-color: var(--main-color);
	padding: 40px 0;
}
.sec_bk_ttl {
	display: inline-block;
	background-color: #EAEAEA;
	padding: 0 14px 0 7px;
}
.course_list {
	margin: 20px 0 0;
}

@media only screen and (min-width: 1199px) {
	.sec_bk {
		margin: 0 0 0 5.3%;
		padding: 100px 0;
	}
}
.s-scrollable {
	padding: 10px 0;
}

/* pdfの位置 */
@media only screen and (min-width: 768px) {
	.course_list {
		margin: 50px 0 0;
		transform: translateX(0.3%);
	}
}
@media only screen and (min-width: 1300px) {
	.course_list {
		transform: translateX(-2.7%);
	}
}
@media only screen and (min-width: 1600px) {
	.course_list {
		transform: translateX(-4.7%);
	}
}
.js-scrollable {
	padding: 10px 0;
}
/* タイトル改行 */
.syllabus_ttl_br_01 {
	width: 245px;
}
@media only screen and (min-width: 768px) {
	.syllabus_ttl_br_01 {
		width: 612px;
	}
}
@media only screen and (min-width: 1200px) {
	.syllabus_ttl_br_01 {
		width: auto;
	}
}
/* シラバスリンク */
.syllabuslink_p {
	color: #fff;
	text-align: end;
}
a.syllabus_link {
	text-decoration: underline;
	color: #fff;
}
a.syllabus_link span::after {
	content: url(../images/common/link.svg);
  padding: 0 4px 0 4px;
}
/* 展開ボタン */
.subject_btn_wrap {
	margin: 30px 0 0;
	display: flex;
	justify-content: flex-end;
}
.subject_btn {
	display: flex;
	justify-content: center;
	width: 150px;
	padding: 6px 25px;
	border: 1px solid var(--main-color);
	background-color: #fff;
	line-height: 1;
	cursor: pointer;
}