@charset "UTF-8";

/* ==========================================
 進学コース
========================================== */

/* override
------------------------------------------ */

/* contents
------------------------------------------ */


/* 四谷学院生の1日を大公開
------------------------------------------ */
#schedule {
}

#schedule .schedule_wrapper {
	padding: 50px 90px 0 90px;
	background-color: #fff;
}

#schedule .schedule_profile {
	display: flex;
	align-items: flex-end;
	margin-bottom: 55px;
}
#schedule .schedule_profile .schedule_ttl {
	margin-bottom: 30px;
}
#schedule .schedule_profile .schedule_ttl1 {
	width: 340px;
}
#schedule .schedule_profile .schedule_ttl2 {
	width: 290px;
	margin-left: 10px;
}
#schedule .schedule_profile .schedule_ttl_br {
	display: none;
}

#schedule .schedule_profile .schedule_profile_img {
	padding-right: 27px;
}
#schedule .schedule_profile .schedule_profile_img_sp {
	display: none;
}

#schedule .schedule_profile_txt {
	margin-left: 3px;
	padding-left: 27px;
	border-left: 4px solid #333;
}
#schedule .schedule_profile_txt > p {
	font-weight: 500;
}
#schedule .schedule_profile_txt_ba_wrapper {
	display: flex;
	margin-top: 0.4em;
}
#schedule .schedule_profile_txt_ba_wrapper p {
	font-size: 1.6rem;
	font-weight: 600;
}
#schedule .schedule_profile_txt_ba_txt {
	font-size: 1.5rem;
}

#schedule .schedule_profile_txt_before {
	padding-right: 30px;
}

#schedule .schedule_profile_txt_arrow {
	position: relative;
	margin: 38px 25px 0 0;
	display: inline-block;
	width: 15px;
	height: 30px;
}
#schedule .schedule_profile_txt_arrow::before,
#schedule .schedule_profile_txt_arrow::after {
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	right: 0;
	width: 20px;
	height: 3px;
	border-radius: 9999px;
	background-color: #333;
	transform-origin: calc(100% - 2px) 50%;
}
#schedule .schedule_profile_txt_arrow::before {
	transform: rotate(45deg);
}
#schedule .schedule_profile_txt_arrow::after {
	transform: rotate(-45deg);
}


#schedule .schedule_profile_txt_ba_wrapper ul {
	list-style-type: disc;
	margin-left: 1.5em;
}
#schedule .schedule_profile_txt_ba_wrapper ul li {
	margin-bottom: 0.4em;
	font-size: 1.5rem;
	line-height: 1.5;
}


@media only screen and (max-width: 1090px) {
	#schedule .schedule_wrapper {
		padding: 5vw 4vw 0;
	}
	#schedule .schedule_profile .schedule_ttl1 {
	}
	#schedule .schedule_profile .schedule_ttl2 {
		margin-left: 0;
		margin-top: 12px;
	}
	#schedule .schedule_profile .schedule_ttl_br {
		display: inline;
	}
	#schedule .schedule_profile .schedule_profile_img {
		padding-right: 2vw;
	}
	#schedule .schedule_profile_txt {
		padding-left: 2.5vw;
	}
	#schedule .schedule_profile_txt_before {
		padding-right: 2vw;
	}
	#schedule .schedule_profile_txt_arrow {
		margin-right: 2vw;
	}
}
@media only screen and (max-width: 767px) {
	#schedule .schedule_profile {
		display: block;
	}
	#schedule .schedule_profile .schedule_profile_img_pc {
		display: none;
	}
	#schedule .schedule_profile .schedule_profile_img_sp {
		display: block;
		width: 25vw;
	}
	#schedule .schedule_profile .schedule_ttl {
		margin-bottom: 0;
		line-height: 0;
	}
	#schedule .schedule_profile .schedule_ttl1 {
		width: 53vw;
	}
	#schedule .schedule_profile .schedule_ttl2 {
		margin-top: 2vw;
		width: 43vw;
	}
	#schedule .schedule_profile .schedule_profile_sp_wrapper {
		display: flex;
		align-items: center;
	}
	#schedule .schedule_profile_txt {
		width: 100%;
		padding: 3vw 0 0;
		border-top: 3px solid #333;
		border-left: 0;
	}
}
@media only screen and (max-width: 640px) {
	#schedule .schedule_profile .schedule_profile_img_sp {
	}
	
	#schedule .schedule_profile_txt_ba_wrapper {
		display: block;
		margin-top: 0.4em;
	}
	#schedule .schedule_profile_txt_ba_wrapper p {
		font-size: 1.4rem;
	}
	#schedule .schedule_profile_txt_before,
	#schedule .schedule_profile_txt_after {
		padding: 2vw 2.5vw;
		border: 1px dotted #666;
	}
	#schedule .schedule_profile_txt_ba_wrapper ul li {
		font-size: 1.4rem;
	}
	#schedule .schedule_profile_txt_arrow {
		position: relative;
		margin: 15px 0 0 calc(50% - 30px);
		width: 30px;
		height: 15px;
		display: block;
	}
	#schedule .schedule_profile_txt_arrow::before {
		transform: rotate(135deg);
	}
	#schedule .schedule_profile_txt_arrow::after {
		transform: rotate(45deg);
	}
}

@media only screen and (max-width: 480px) {
	#schedule .schedule_profile {
		margin-bottom: 2.5em;
	}
	#schedule .schedule_profile_txt_ba_wrapper {
		display: block;
		margin-top: 0.4em;
	}
}



#schedule .schedule_tbl {
	width: 100%;
}
#schedule .schedule_tbl .time {
	width: 13%;
	vertical-align: top;
	background: url("../images/shingaku_schedule_time_bg.png") repeat-y top center;
}
#schedule .schedule_tbl .time img {
	margin-bottom: 24px;
}

#schedule .schedule_box {
	margin: 0 10px 30px 30px;
	padding: 35px;
	background-color: #fff;
	border: 1px solid #222;
	box-shadow: 10px 10px 0px 0px rgba(255, 255, 0, 1);
	position: relative;
}
#schedule .schedule_box::before{
	content: "";
	position: absolute;
	top: 58px;
	left: -15px;
	width: 30px;
	border-top: 1px solid #222;
	z-index: 2;
}
#schedule .schedule_box1::before,
#schedule .schedule_box2::before {
	top: 220px;
}
#schedule .schedule_box5::before,
#schedule .schedule_box6::before {
	display: none;
}

#schedule .schedule_box::after {
	clear: both;
	content: "";
	display: block;
	height: 0;
}

#schedule .schedule_box h4 {
	margin-bottom: 0.8em;
	font-size: 1.8rem;
	font-weight: 700;
}

#schedule .schedule_img {
	float: right;
	margin: -30px 0 0 24px;
}
#schedule .schedule_img img {
	width: 180px;
	border-radius: 50%;
}

#schedule .schedule_column {
	margin-top: 40px;
}
#schedule .schedule_column img {
	float: left;
	margin-top: -24px;
	margin-right: 30px;
}
#schedule .schedule_box2 .schedule_column img {
	width: 130px;
	border-radius: 50%;
}
#schedule .schedule_box4 .schedule_column img {
	width: 113px;
}
#schedule .schedule_column p {
	margin-left: 65px;
	padding: 1.2em 1.5em 1.5em 2em;
	font-size: 1.5rem;
	background-color: #fff0f0;
}




@media only screen and (max-width: 1000px) {
}
@media only screen and (max-width: 767px) {
	#schedule .schedule_box::before{
		top: 8vw;
	}
	#schedule .schedule_box1::before,
	#schedule .schedule_box2::before {
		top: 28.5vw;
	}
	
	#schedule .schedule_column img {
		margin-right: 1.5em;
	}
}
@media only screen and (max-width: 640px) {
	#schedule .schedule_box {
		margin-left: 15px;
	}
	#schedule .schedule_box {
		padding: 3.5vw;
		position: relative;
	}
	#schedule .schedule_box::before{
		left: -12px;
		width: 20px;
	}
	#schedule .schedule_box1::before,
	#schedule .schedule_box2::before {
		top: 30vw;
	}
	#schedule .schedule_img {
		float: none;
		margin: 0 0 0.8em;
		text-align: center;
	}

}
@media only screen and (max-width: 480px) {
	#schedule .schedule_tbl .time {
		width: 15%;
	}
	#schedule .schedule_box {
		margin-left: 10px;
	}
	#schedule .schedule_box::before{
		top: 10vw;
		left: -8px;
		width: 16px;
	}
	#schedule .schedule_box1::before,
	#schedule .schedule_box2::before {
		top: 37vw;
	}
	#schedule .schedule_box h4 {
		font-size: 1.7rem;
		text-align: center;
	}
	#schedule .schedule_box > p {
		font-size: 1.5rem;
	}
	
	#schedule .schedule_column {
		margin-top: 20px;
	}
	#schedule .schedule_column img {
		margin-top: -10px;
	}
	#schedule .schedule_box2 .schedule_column img {
		width: 80px;
		margin-right: 0.5em;
	}
	#schedule .schedule_box4 .schedule_column img {
		width: 75px;
		margin-right: 0.8em;
	}
	#schedule .schedule_column p {
		margin-left: 0;
		padding: 1em 0.5em;
		font-size: 1.3rem;
		background-color: #fff0f0;
	}

}



#schedule .schedule_end {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

#schedule .schedule_end .schedule_fukidashi {
	margin: 30px 30px 0 0;
	padding: 36px 54px;
	background-color: #fff0f0;
	border-radius: 20px;
	position: relative;
}
#schedule .schedule_end .schedule_fukidashi::after {
	position: absolute;
	content: "";
	top: 50%;
	left: 100%;
	margin-top: -15px;
	border: 8px solid transparent;
	border-left: 20px solid #fff0f0;
}

@media only screen and (max-width: 767px) {
	#schedule .schedule_end .schedule_fukidashi {
		padding: 3.5vw;
	}
}
@media only screen and (max-width: 640px) {
	#schedule .schedule_end {
		margin-top: 3vw;
	}
	#schedule .schedule_end .schedule_fukidashi {
		margin-top: 0;
	}
	#schedule .schedule_end .schedule_fukidashi br.pc {
		display: none;
	}
}

@media only screen and (max-width: 480px) {
	#schedule .schedule_end {
		display: flex;
		flex-flow: column;
		align-items: flex-start;
		justify-content: center;
		margin-top: 0;
	}
	#schedule .schedule_end .schedule_fukidashi {
		margin: 5vw 0;
		font-size: 1.5rem;
	}
	#schedule .schedule_end .schedule_fukidashi::after {
		top: 100%;
		left: 60%;
		margin-top: 0;
		border: 8px solid transparent;
		border-top: 20px solid #fff0f0;
	}
	#schedule .schedule_end .schedule_end_img {
		width: 100%;
		text-align: center;
	}
	#schedule .schedule_end .schedule_end_img img {
		width: 30vw;
	}
}





/* マンガでわかる
------------------------------------------ */
#manga .manga_thumb {
	margin: 40px 0 30px;
}
#manga .manga_thumb img {
	border: 1px solid #ccc;
}

@media only screen and (max-width: 480px) {
	#manga .manga_thumb {
		margin: 1.5em 0 1em;
	}
}




/* 
------------------------------------------ */
