@charset "utf-8";
/*冬期講座*/

/*---------------------------------------------------------------------
index
--------------------------------------------------------------------- */
/* override
--------------------------------------------------------------------- */
.section {
	margin-bottom: 50px;
}
@media (max-width: 480px) {
	.section {
		margin-bottom: 30px;
	}
}

#main .pht_left {
	margin-bottom: 20px;
}

.winter .strong {
	color: inherit;
	background: linear-gradient(transparent 40%, rgba(255, 241, 4, 0.60) 40%);
}

/*--- サブ見出し ---*/
#shortcourse .lead2 {
	color: #2b4e99;
	font-size: 150%;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

#shortcourse .lead3 {
	color: #2b4e99;
	font-size: 130%;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

.winter img {
	-webkit-backface-visibility: hidden;
}

@media (max-width: 480px) {
	#shortcourse .lead2 {
		font-size: 2rem;
		line-height: 1.6;
	}
	#shortcourse .lead3 {
		font-size: 1.8rem;
		line-height: 1.6;
	}
}


/* common
--------------------------------------------------------------------- */
.no-pctb {
	display: none;
}
@media (max-width: 480px) {
	.no-pctb {
		display: block;
	}
}


/*--- 黒丸付きリスト ---*/
.disc {
}
.disc > li {
	margin-left: 1.1em;
	text-indent: -0.65em;
}
.disc > li:before {
	display: inline-block;
	content: "\025CF"; /* ● */
	font-size: 10px;
	transform: scale(0.6);
	font-weight: normal;
	vertical-align: middle;
	margin-right: 0.5em;
}
.disc > li:last-child {
	margin-bottom: 0;
}

@media (max-width: 480px) {
	.disc > li:before {
		margin-right: 0.5em;
	}
}

/*--- ※付きリスト ---*/
.kome {
	padding-left: 0;
}
.kome li {
	text-indent: -1.25em;
	margin-left: 1.25em;
}
.kome li::before {
	content: "\0203b"; /* ※ */
	margin-right: 0.25em;
}


/*--- 大見出し---*/
.winter .title {
	margin: 30px 0 40px;
	padding: 46px 0 25px;
	color: #2b4e99;
	font-size: 240%;
	font-weight: bold;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
	text-align: center;
	line-height: 1;
	background: url("../images/h_bg.png") no-repeat top center;
	border-bottom: 2px solid #2b4e99;
	position: relative;
}
.winter .title::before{
	position: absolute;
	content: "";
	bottom: -23px;
	left: 50%;
	margin-left: -15px;
	border: 13px solid transparent;
	border-top: 11px solid #fff;
	z-index: 2;
}
.winter .title::after {
	position: absolute;
	content: "";
	bottom: -13px;
	left: 50%;
	margin-left: -16px;
	border: 14px solid transparent;
	border-top: 12px solid #2b4e99;
	border-bottom-width: 0;
	z-index: 1;
}

@media screen and (max-width: 768px) {
	#main.winter .title {
		margin-bottom: 40px;
		padding: 35px 0 15px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 480px) {
	#main.winter .title {
		font-size: 2.4rem;
	}
}


/*--- 中見出し---*/
.winter .title2 {
	margin: 50px 0 30px;
	padding: 18px 0;
	color: #2b4e99;
	font-size: 200%;
	font-weight: bold;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
	text-align: center;
	line-height: 1;
	border-top: 1px solid #2b4e99;
	border-bottom: 1px solid #2b4e99;
}
@media screen and (max-width: 480px) {
	.winter .title2 {
		font-size: 2.2rem;
	}
}



/*--- サブコピー付き見出し---*/
#main.winter .title_2line {
	padding-top: 20px;
}

/* サブコピー */
#shortcourse .winter .title span.subtitle {
	font-size: 55%;
	line-height: 2.8;
}
@media screen and (max-width: 480px) {
#shortcourse .winter .title span.subtitle {
	font-size: 1.5rem;
}

}

/*--- 見出しラベル---*/
#shortcourse .winter .title span.label {
	margin-right: 10px;
	padding: 2px 8px;
	font-size: 88%;
	color: #fff;
	background-color: #2b4e99;
}


/*--- CV---*/
.cv_area {
	margin: 40px 0 50px;
	display: flex;
	justify-content: space-around;
}
.cv_area li {
	width: 47%;
}

@media screen and (max-width: 480px) {
	.cv_area {
		display: block;
	}
	.cv_area li {
		width: 100%;
	}
	.cv_area li:first-child {
		margin-bottom: 20px;
	}
}



/* タイトル
--------------------------------------------------------------------- */
.pagetitle {
	width: 960px;
}

@media screen and (max-width: 768px) {
	.pagetitle {
		margin-left: 0;
		width: 100%;
	}
	.pagetitle img {
		width: 100%;
	}
}


/* イントロ
--------------------------------------------------------------------- */
#intro .title {
	font-size: 205%;
}
@media screen and (max-width: 480px) {
	#intro  .title {
		font-size: 2rem;
	}
}

#intro .pht_left {
	width: 300px;
}


/* タブのところ
--------------------------------------------------------------------- */
#tab_area {
	margin-bottom: 50px;
}

#tab_area .tab {
	box-sizing: border-box;
	display: flex;
}
#tab_area .tab li {
	width: 50%;
	color: #2b4e99;
	font-size: 230%;
	font-weight: bold;
	text-align: center;
	background-color: #ddd;
	border-bottom: 3px solid #fff;
}
#tab_area .tab li div{
	padding: 20px;
}
#tab_area .tab a {
	text-decoration: none;
}
#tab_area .tab a:hover {
	color: #2b4e99;
}
#tab_area .tab li:first-child {
	border-top-left-radius: 10px;
}
#tab_area .tab li:last-child {
	margin-left: 3px;
	border-top-right-radius: 10px;
}
#tab_area .tab li.on {
	background-color: #fff100;
	border-bottom: 3px solid #fff100;
}
#tab_area .tab li:not(.on):hover {
	background-color: #fff100;
	border-bottom: 3px solid #fff100;
	cursor: pointer;
}


#tab_area .tab_contents {
	padding: 20px 30px 30px;
	border: 5px solid #fff100;
	display: none;
	margin-bottom: 50px;
}
#tab_area .tab_contents.on {
	display: block;
}
@media screen and (max-width: 768px) {
	#tab_area .tab li {
		font-size: 200%;
	}
	#tab_area .tab_contents {
		padding: 15px 18px 18px;
		border: 4px solid #fff100;
	}
}
@media screen and (max-width: 480px) {
	#tab_area .tab li {
		font-size: 2rem;
		border-bottom: 3px solid #fff;
	}
	#tab_area .tab li div{
		padding: 10px 8px;
	}
	#tab_area .tab_contents {
		padding: 0 10px 10px;
		border: 3px solid #fff100;
	}
}



/* 四谷学院の冬期講座はココがポイント
--------------------------------------------------------------------- */
/*--- 冬期講習・特訓---*/
.kouzalist {
	display: flex;
	justify-content: space-between;

}
.kouzalist > li {
	box-sizing: border-box;
	width: 48.5%;
	border: 6px solid #2b4e99;
	border-top: 0;
}
.kouzalist li .kouza_title {
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
	text-align: center;
	color: #fff; 
}
.kouzalist li .kouza_title .kouza_title_txt {
	margin-bottom: 8px;
	font-size: 320%;
	line-height: 1.3;
}
#shortcourse .kouzalist li .kouza_title .kouza_title_txt span {
	font-size: 17px;
}
.kouzalist li .kouza_title p {
	display: inline-block;
	margin-bottom: 25px !important;
	padding: 3px 15px;
	font-size: 130%;
	font-weight: bold;
	border: 2px solid #fff;
	border-radius: 25px;
}
.kouzalist li.koushu { border-color: #2b4e99; }
.kouzalist li.koushu .kouza_title { background-color: #2b4e99; }

.kouzalist li.tokkun { border-color: #588d54; }
.kouzalist li.tokkun .kouza_title { background-color: #588d54; }

.kouzalist li.goukaku { border-color: #e88010; }
.kouzalist li.goukaku .kouza_title { background-color: #e88010; }

.kouzalist li.shougatsu { border-color: #e88010; }
.kouzalist li.shougatsu .kouza_title { background-color: #e88010; }

.kouzalist li.chokuzen { border-color: #d13535; }
.kouzalist li.chokuzen .kouza_title { background-color: #d13535; }


.kouzalist li .kouza_contents {
	padding: 20px;
	background-color: #fff;
}

.kouzalist li .kouza_contents ul {
	margin-bottom: 10px;
}
.kouzalist li .kouza_contents ul li {
	padding: 10px 0;
	font-size: 95%;
	border-bottom: 1px dotted #999;
	display: flex;
}
.kouzalist li .kouza_contents ul li:last-child {
	border-bottom: none;
}

/* Point X */
.kouzalist li .kouza_contents ul li .kouza_point {
	margin: 2px 10px 0 0;
}
#shortcourse .kouzalist li .kouza_contents ul li .kouza_point span {
	box-sizing: border-box;
	padding: 2px 8px;
	color: #fff;
	font-size: 95%;
	font-weight: bold;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
	white-space: nowrap;
	background-color: #2b4e99;
	border-radius: 20px;
}
#shortcourse .kouzalist li.koushu .kouza_contents ul li .kouza_point span { background-color: #2b4e99; }
#shortcourse .kouzalist li.tokkun .kouza_contents ul li .kouza_point span { background-color: #588d54; }
#shortcourse .kouzalist li.shougatsu .kouza_contents ul li .kouza_point span { background-color: #e88010; }
#shortcourse .kouzalist li.goukaku .kouza_contents ul li .kouza_point span { background-color: #e88010; }
#shortcourse .kouzalist li.chokuzen .kouza_contents ul li .kouza_point span { background-color: #d13535; }

/* Point 0X の横のテキスト */
#main .kouzalist li .kouza_contents ul li p {
	margin-bottom: 0;
}


/* おすすめ */
.kouzalist li .kouza_contents .osusume {
	padding: 20px 5px;
	background-color: #fff100;
	color: #2b4e99;
	text-align: center;
	font-weight: bold;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
	position: relative;
}
.kouzalist li .kouza_contents .osusume:after {
	position: absolute;
	content: "";
	bottom: -12px;
	left: 50%;
	margin-left: -16px;
	border: 14px solid transparent;
	border-top: 12px solid #fff100;
	border-bottom-width: 0;
}
.kouzalist li.koushu .kouza_contents .osusume { font-size: 20px; }
.kouzalist li.tokkun .kouza_contents .osusume { font-size: 19px; }
.kouzalist li.goukaku .kouza_contents .osusume { font-size: 19px; }


/* 画像 */
#main .kouzalist li .kouza_contents .kouza_img {
	margin-bottom: 0;
	text-align: center;
}

/*---高3のときだけ-----------------*/
#kou3sotsu .kouzalist {
	flex-wrap: wrap;
	justify-content: center;
}
#kou3sotsu .kouzalist li .kouza_title {
	padding-bottom: 20px;
}
#kou3sotsu .kouzalist > li:first-child {
	width: 60%;
	margin-bottom: 20px;
}
#kou3sotsu .kouzalist > li:nth-child(2) {
	margin-right: 3%;
}

/*---高12のときだけ-----------------*/
#kou12 .kouzalist {
	flex-wrap: wrap;
	justify-content: center;
}
#kou12 .kouzalist > li:first-child {
	width: 60%;
	margin-bottom: 20px;
}
#kou12 .kouzalist > li:nth-child(2) {
	margin-right: 3%;
}

/*---☆コロナ対応のため高1・2生に冬期場合がない場-----*/
/*
#kou12 .kouzalist {
	justify-content: center;
}
#kou12 .kouzalist > li:first-child {
	width: 60%;
	margin-bottom: 20px;
}
*/



@media screen and (max-width: 768px) {
	.kouzalist > li {
		width: 49%
	}
	#kou3sotsu .kouzalist > li:first-child {
		width: 100%;
	}
	#kou3sotsu .kouzalist > li:nth-child(2) {
		margin-right: 2%;
	}

	#kou12 .kouzalist > li:first-child {
		width: 100%;
	}
	#kou12 .kouzalist > li:nth-child(2) {
		margin-right: 2%;
	}
/*---☆コロナ対応のため高1・2生に冬期場合がない場合-----*/
/*
	#kou12 .kouzalist > li:first-child {
		width: 100%;
	}
*/
	
	#shortcourse .kouzalist li.shougatsu .kouza_title .kouza_title_txt span {
		font-size: 14px;
	}
	.kouzalist li .kouza_contents {
		padding: 15px;
	}
	.kouzalist li .kouza_contents .osusume {
		padding: 10px;
	}
	.kouzalist li.koushu .kouza_contents .osusume { font-size: 16px; }
	.kouzalist li.tokkun .kouza_contents .osusume { font-size: 15px; }
	.kouzalist li.goukaku .kouza_contents .osusume { font-size: 15px; }
}
@media screen and (max-width: 750px) {
	.kouzalist {
		display: block;
	}
	.kouzalist > li {
		margin-bottom: 25px;
		width: 100%
	}
	.kouzalist li .kouza_title p {
		font-size: 100%;
	}
	.kouzalist li.koushu .kouza_contents .osusume,
	.kouzalist li.tokkun .kouza_contents .osusume { font-size: 18px; }
}
@media screen and (max-width: 480px) {
	.kouzalist li .kouza_title .kouza_title_txt {
		font-size: 4.2rem;
	}
	.kouzalist li .kouza_title p {
		font-size: 1.8rem;
	}
	
	#shortcourse .kouzalist li .kouza_title .kouza_title_txt span {
		font-size: 1.5rem;
	}
	.kouzalist li .kouza_contents {
		padding: 15px;
	}
	.kouzalist li .kouza_contents ul li {
		font-size: 1.6rem;
	}
	
	#shortcourse .kouzalist li .kouza_contents ul li .kouza_point span {
		font-size: 1.4rem;
	}
	
	.kouzalist li.koushu .kouza_contents .osusume,
	.kouzalist li.tokkun .kouza_contents .osusume { font-size: 1.6rem; }
}
@media screen and (max-width: 350px) {
	#shortcourse .kouzalist li .kouza_title .kouza_title_txt span {
		font-size: 12px !important;
	}
}



/*--- 矢印部分 ---*/
.point_arrow {
	margin: 25px 0 40px !important;
	padding-top: 60px;
	color: #2b4e99;
	font-size: 190%;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
	font-weight: bold;
	text-align: center;
	background: url("../images/point_arrow.png") no-repeat top center;
}
.point_arrow strong {
	padding-left: 0.4em;
}

@media screen and (max-width: 768px) {
	.point_arrow {
		font-size: 165%;
	}
}
@media screen and (max-width: 600px) {
	.point_arrow {
		font-size: 150%;
		margin-bottom: 30px !important;
	}
}



/* わかりやすさのヒミツ
--------------------------------------------------------------------- */
.winter .point ul.himitsu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.winter .point ul.himitsu li {
	width: 48%;
	margin-bottom: 30px;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.winter .point ul.himitsu li img{
	margin: 0 20px 0 0;
	min-width: 98px;
}
.winter .point ul.himitsu li:nth-last-child(-n+2) {
	margin-bottom: 0;
}

.winter .point ul.himitsu li .pht_left {
	margin-bottom: 0;
}
#main.winter .con_h4 {
	padding-left: 0;
	color: #2b4e99;
	font-size: 120%;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
	border-left: 0;
}
.winter .point ul.himitsu li p {
	margin-bottom: 0;
}

@media screen and (max-width: 640px) {
	.winter .point ul.himitsu li {
		width: 100%;
	}
	.winter .point ul.himitsu li:nth-last-child(-n+2) {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 480px) {
	#main.winter .con_h4 {
		font-size: 2rem;
	}
}


/* 冬期講習体験談
--------------------------------------------------------------------- */
/* 高3卒　タブ
---------------------------------------------*/
.voice_tab {
	display: flex;
}
.voice_tab li {
	width: 33%;
	padding: 22px;
	font-size: 160%;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 1.0;
	margin-left: 2px;
}
.voice_tab li:first-child {
	margin-left: 0;
}
.voice_tab li:not(.on):hover {
	opacity: 0.7;
	cursor: pointer;
}

/* 上のタブ */
.voice_tab.tab_top li { border-bottom: 2px solid #fff; }
.voice_tab.tab_top li:first-child { border-top-left-radius: 5px; }
.voice_tab.tab_top li:last-child { border-top-right-radius: 5px; }

/* 下のタブ */
.voice_tab.tab_bottom li { border-top: 2px solid #fff; }
.voice_tab.tab_bottom li:first-child { border-bottom-left-radius: 5px; }
.voice_tab.tab_bottom li:last-child { border-bottom-right-radius: 5px; }

/* 各タブ色分け */
.voice_tab li.voice_tab_koushu { background-color: #2b4e99; }
.voice_tab li.voice_tab_koushu.on { border-color: #2b4e99; }
.voice_tab li.voice_tab_shougatsu { background-color: #e88010; }
.voice_tab li.voice_tab_shougatsu.on { border-color: #e88010; }
.voice_tab li.voice_tab_chokuzen { background-color: #d13535; }
.voice_tab li.voice_tab_chokuzen.on { border-color: #d13535; }


@media screen and (max-width: 680px) {
	.voice_tab li {
		padding: 20px 10px;
		font-size: 150%;
	}
}
@media screen and (max-width: 480px) {
	.voice_tab li {
		padding: 15px 3px;
		font-size: 115%;
	}
}

/* タブコンテンツ
---------------------------------------------*/
.voice_tab_contents {
	display: none;
}
.voice_tab_contents.on {
	display: block;
}

/* 高3卒　冬期講習タブ内
---------------------------------------------*/
#voice_kou3sotsu_koushu {
	border-top: 4px solid #2b4e99;
	border-bottom: 4px solid #2b4e99;
}

/* 冬期講習内サブタブ */
.voice_kou3sotsu_koushu_tab {
	display: flex;
}
.voice_kou3sotsu_koushu_tab.tab_top {
	margin-top: 2px;
}
.voice_kou3sotsu_koushu_tab.tab_bottom {
	margin-bottom: 2px;
}

.voice_kou3sotsu_koushu_tab li {
	width: 20%;
	padding: 20px 5px 17px;
	color: #2b4e99;
	font-size: 130%;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 1.0;
	margin-left: 2px;
	background-color: #ddd;
	box-sizing: border-box;
	position: relative;
}
.voice_kou3sotsu_koushu_tab li:first-child {
	margin-left: 0;
}

/* on時 */
.voice_kou3sotsu_koushu_tab li.on,
.voice_kou3sotsu_koushu_tab li:hover {
	background-color: #fff;
	border: 2px solid #2b4e99;
}
.voice_kou3sotsu_koushu_tab.tab_top li.on::before,
.voice_kou3sotsu_koushu_tab.tab_top li:hover::before {
	position: absolute;
	content: "";
	bottom: -23px;
	left: 50%;
	margin-left: -15px;
	border: 13px solid transparent;
	border-top: 11px solid #fff;
	z-index: 2;
}
.voice_kou3sotsu_koushu_tab.tab_top li.on::after,
.voice_kou3sotsu_koushu_tab.tab_top li:hover::after {
	position: absolute;
	content: "";
	bottom: -13px;
	left: 50%;
	margin-left: -16px;
	border: 14px solid transparent;
	border-top: 12px solid #2b4e99;
	border-bottom-width: 0;
	z-index: 1;
}
.voice_kou3sotsu_koushu_tab.tab_bottom li.on::before, 
.voice_kou3sotsu_koushu_tab.tab_bottom li:hover::before {
	position: absolute;
	content: "";
	top: -23px;
	left: 50%;
	margin-left: -15px;
	border: 13px solid transparent;
	border-bottom: 11px solid #fff;
	z-index: 2;
}
.voice_kou3sotsu_koushu_tab.tab_bottom li.on::after,
.voice_kou3sotsu_koushu_tab.tab_bottom li:hover::after {
	position: absolute;
	content: "";
	top: -13px;
	left: 50%;
	margin-left: -16px;
	border: 14px solid transparent;
	border-bottom: 12px solid #2b4e99;
	border-top-width: 0;
	z-index: 1;
}

/* hover時 */
.voice_kou3sotsu_koushu_tab li:not(.on):hover {
	cursor: pointer;
}

@media screen and (max-width: 480px) {
	.voice_kou3sotsu_koushu_tab li {
		padding: 10px 3px;
		font-size: 100%;
	}
}


/* 高3卒冬期講習タブ内の体験談 */
#voice_kou3sotsu_koushu .voice_kou3sotsu_koushu_tab_contents {
	display: none;
}
#voice_kou3sotsu_koushu .voice_kou3sotsu_koushu_tab_contents.on {
	display: flex;
}


/* 高3卒　お正月特訓タブ内
---------------------------------------------*/
#voice_kou3sotsu_shougatsu {
	border-top: 4px solid #e88010;
	border-bottom: 4px solid #e88010;
}


/* 高3卒　直前講習タブ内
---------------------------------------------*/
#voice_kou3sotsu_chokuzen {
	border-top: 4px solid #d13535;
	border-bottom: 4px solid #d13535;
}


/* 体験談コンテンツ
---------------------------------------------*/
/* voice.css override */
#shortcourse .w_voice {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
/* 高3卒の場合 */
#kou3sotsu .voice_tab_contents .w_voice {
	padding-top: 30px;
}

#shortcourse .w_voice li {
	float: none;
	background-color: #f6f6f6;
}
#shortcourse .w_voice li h3 {
	height: auto;
	padding: 4px 15px;
	background-image: none;
	background-color: #fff100;
	border-bottom: 0;
}
#shortcourse .w_voice li h3 .name_img {
	height: 12px;
	margin-right: 15px;
	vertical-align: middle;
}
#shortcourse .w_voice li h3:before {
	display: none;
}
#shortcourse .w_voice li p {
	padding: 13px 15px 15px;
	font-size: 13px;
	border: 0;
}

@media screen and (max-width: 480px) {
	#shortcourse .w_voice li h3 {
		padding: 4px 10px;
	}
	#shortcourse .w_voice li h3 .name_img {
		height: 1.4rem;
	}
	#shortcourse .w_voice li p {
		padding: 10px;
		font-size: 1.5rem;
	}
}

/* 講習・特訓ラベル */
#shortcourse .w_voice .koshu,
#shortcourse .w_voice .tokkun,
#shortcourse .w_voice .shougatsu,
#shortcourse .w_voice .chokuzen {
	display: inline-block;
	margin-bottom: 8px;
	padding: 4px 5px;
	font-size: 90%;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
	color: #fff;
	font-weight: bold;
	line-height: 1.0;
}
#shortcourse .w_voice .koshu { background-color: #2b4e99; margin-right: 10px; }
#shortcourse .w_voice .tokkun { background-color: #588d54; }
#shortcourse .w_voice .shougatsu { background-color: #e88010; }
#shortcourse .w_voice .chokuzen { background-color: #d13535; }

@media screen and (max-width: 480px) {
	#shortcourse .w_voice .koshu {
		margin: 0 5px 3px 0;
		line-height: 1.2;
	}
}

/* 高3卒時の注意書き */
#kou3sotsu .voice_tab_contents .kome {
	padding-bottom: 30px;
}


/* 冬期講座のシステム
--------------------------------------------------------------------- */
/*--- テーブル部分 override ---*/
.system .sakigake_left {
	margin-right: -370px;
}
.system .sakigake_left strong {
	color: inherit;
	background: linear-gradient(transparent 40%, rgba(255, 241, 4, 0.60) 40%);
}
.system .sakigake_left_con {
	margin-right: 370px;
}
.system .sakigake_right {
	width: 345px;
}
@media screen and (max-width: 768px) {
	.system .sakigake_left {
		margin-right: 0;
		float: none;
	}
	.system .sakigake_left_con {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.system .sakigake_right {
		width: 100%;
		float: none;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.system .sakigake_right .system_txt {
		margin-right: 30px;
	}
	.system .sakigake_right .system_btn {
		width: 50%;
		vertical-align: bottom;
	}
}
@media screen and (max-width: 480px) {
	.system .sakigake_right {
		display: block;
	}
	.system .sakigake_right .system_txt {
		margin-right: 0;
	}
	.system .sakigake_right .system_btn {
		width: 100%;
	}
}


/* さらに、志望校合格サポートも充実
--------------------------------------------------------------------- */
.support_list {
	display: flex;
}

.support_list > li {
	box-sizing: border-box;
	width: 32.6%;
	padding: 25px;
	border-right: 1px dotted #999;
}
.support_list > li:first-child {
	padding-left: 0;
}

.support_list > li:nth-child(2) {
	width: 34.7%;
}
.support_list > li:last-child {
	padding-right: 0;
	border-right: none;
}

.support_list > li .support_ttl {
	margin-bottom: 13px;
	color: #2b4e99;
	font-size: 180%;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
	text-align: center;
	line-height: 1.3;
}
#shortcourse .support_list > li .support_ttl span {
	margin-bottom: 15px;
	color: #333;
	font-size: 65%;
}
.support_list > li p {
	margin-bottom: 0 !important;
}
.support_list > li p img {
	margin-bottom: 15px;
	border-radius: 5px;
}
.support_list .kome li {
	font-size: 90%;
}


@media screen and (max-width: 768px) {
	.support_list {
		display: block;
	}
	.support_list li {
		width: 100% !important;
		padding: 15px 0;
		border-right: none;
		border-bottom: 1px dotted #999;
	}
	.support_list li:first-child {
		padding-top: 0;
	}
	.support_list li:last-child {
		border-bottom: none;
	}
	.support_list li::after {
		clear: both;
		content: "";
		display: block;
		height: 0;
	}
	.support_list li .support_ttl + p {
		float: left;
		width: 35%;
		margin-right: 3%;
	}
	.support_list li .support_ttl + p img {
		width: 100%;
	}
	.support_list .support_ttl + p + p,
	.support_list .support_ttl + p + div {
		float: left;
		width: 62%;
	}
	
	.support_list .kome {
		margin-right: 15px;
	}
}
@media screen and (max-width: 480px) {
	.support_list > li .support_ttl {
		font-size: 2.4rem;
	}
	.support_list li .support_ttl + p {
		float: none;
		width: 100%;
		text-align: center;
	}
	.support_list .support_ttl + p + p,
	.support_list .support_ttl + p + div {
		float: none;
		width: 100%;
	}
}



/* 「通学プラン」「映像オンラインプラン」選べる2つの形式
--------------------------------------------------------------------- */
/*
#select .title {
	line-height: 1.2;
}

.planlist li.attend {
}
.planlist li.online {
	border: 6px solid #588d54;
	border-top:none;
}
.planlist li.attend .kouza_title {
	background-color: #2b4e99;
}
.planlist li.online .kouza_title {
	background-color: #588d54;
}
.planlist li .kouza_title .kouza_title_txt {
	font-size: 220%;
	padding: 10px 0;
	color: #fff;
}
.planlist li .kouza_contents .kouza_point {
	margin-bottom: 5px;
	color: #2b4e99;
	font-size: 170%;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 1.25;
}
.planlist li .kouza_contents .osusume {
	padding: 15px 5px 17px;
	background-color: #fff100;
	text-align: center;
	font-weight: bold;
	position: relative;
	font-size: 200%;
	border-radius: 6px;
	margin-bottom: 15px;
}
.planlist li .kouza_contents .osusume:after {
	position: absolute;
	content: "";
	bottom: -12px;
	left: 50%;
	margin-left: -16px;
	border: 14px solid transparent;
	border-top: 12px solid #fff100;
	border-bottom-width: 0;
}

#select .planlist h5 span{
	font-size: 65%;
}
.planlist li .kouza_contents ul li h5 {
	margin: 2px 10px 0 0;

}
.planlist li .kouza_contents ul li h5 span{
	display: inline-block;
	text-align: center;
	min-width: 4rem;
	background-color: #2b4e99;
	padding: 2px 8px;
	color: #fff;
	font-size: 140% !important;
	font-weight: bold;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
	white-space: nowrap;
	border-radius: 20px;
	box-sizing: border-box;
}

#select .planlist .plan_img {
	margin-bottom: 8px;
	text-align: center;
}
@media screen and (max-width: 480px) {
	.planlist li .kouza_title .kouza_title_txt {
		font-size: 190%;
	}
}
*/


/* 受講講座はすべて映像でも視聴可能！
--------------------------------------------------------------------- */
#select sup{
	font-size: 50%;
}
#select .pht_left {
	width: 300px;
	margin-bottom: 0px;
}

#videomerit_list {
	margin-top: 40px;
}
#videomerit_list li {
	margin-top: 35px;
}
#videomerit_list li .lead3 {
	display: table;
	margin-bottom: 25px;
}
#videomerit_list li .lead3 span {
	display: table-cell;
	vertical-align: middle;
}
#videomerit_list li .lead3 span.list_no {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	font-size: 120%;
	color: #fff;
	line-height: 1.0;
	background-color: #2b4e99;
	box-sizing: border-box;
}
#videomerit_list li .lead3 span.list_leadtxt {
	padding: 10px 0 10px 20px;
	font-size: 100%;
	line-height: 1.3;
}

@media screen and (max-width: 480px) {
	#videomerit_list li .lead3 {
		margin-bottom: 20px;
	}
	#videomerit_list li .lead3 span {
	}
	#videomerit_list li .lead3 span.list_no {
		display: inline-block;
		padding: 15px 10px;
	}
	#videomerit_list li .lead3 span.list_leadtxt {
		padding: 5px 0 5px 10px;
	}
}



/* 冬の受講相談実施中!
--------------------------------------------------------------------- */
#soudan .lead3 {
	margin-bottom: 15px;
}

#soudan .pht_left {
	width: 300px;
}




/* 新型コロナウイルスの感染予防について
--------------------------------------------------------------------- */
#prevention {
	margin-top: 70px;
}

.prevention_list {
	display: flex;
	flex-wrap: wrap;
}

.prevention_list > li {
	box-sizing: border-box;
	width: 32.6%;
	padding: 25px;
	border-right: 1px dotted #999;
}
.prevention_list > li:nth-child(3n-2) {
	padding-left: 0;
}

.prevention_list > li:nth-child(3n-1) {
	width: 34.7%;
}
.prevention_list > li:nth-child(3n) {
	padding-right: 0;
	border-right: none;
}

.prevention_list > li p {
	margin-bottom: 0 !important;
}
#main .prevention_list > li p img {
	margin-bottom: 15px;
	border-radius: 5px;
	width: 100%;
	height: 180px;
	object-fit: cover;
	font-family: "object-fit: cover;"; /* for IE */
}


@media screen and (max-width: 768px) {
	.prevention_list {
		display: block;
	}
	.prevention_list li {
		width: 100% !important;
		padding: 20px 0 5px;
		border-right: none;
		border-bottom: 1px dotted #999;
	}
	.prevention_list li:first-child {
		padding-top: 0;
	}
	.prevention_list li:last-child {
		border-bottom: none;
	}
	.prevention_list li::after {
		clear: both;
		content: "";
		display: block;
		height: 0;
	}
	.prevention_list li p:first-child {
		float: left;
		width: 45%;
	}
	
	.prevention_list li p:nth-child(2) {
		float: right;
		width: 52%;
	}
	
	#main .prevention_list > li p img {
		height: auto;
	}
	
	.prevention_list .kome {
		margin-right: 15px;
	}
}
@media screen and (max-width: 480px) {
	#prevention {
		margin-top: 50px;
	}
	
	.prevention_list li {
		padding-bottom: 15px;
	}
	.prevention_list li p:first-child {
		float: none;
		width: 100%;
		text-align: center;
	}
	.prevention_list li p:nth-child(2) {
		float: none;
		width: 100%;
	}
}



/* 入学までのながれ
--------------------------------------------------------------------- */
#flow {
	background-color: transparent;
}


.flow_list {
	display: flex;
	justify-content: space-between;
}
.flow_list > li {
	width: 18%;
}

.flow_list > li .flow_ttl {
	margin-bottom: 12px;
	color: #2b4e99;
	font-size: 120%;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
	line-height: 1.2;
}
.flow_list > li p img {
	margin-bottom: 12px;
}

.flow_list > li p,
.flow_list > li ul li {
	margin-bottom: 0 !important;
	font-size: 90%;
}


@media screen and (max-width: 650px) {
	.flow_list {
		display: block;
	}
	.flow_list > li {
		width: 100%;
		margin-bottom: 30px;
		padding-bottom: 20px;
		display: flex;
		position: relative;
	}
	.flow_list > li::before{
		position: absolute;
		content: "";
		bottom: -23px;
		left: 50%;
		margin-left: -15px;
		border: 13px solid transparent;
		border-top: 11px solid #fff;
		z-index: 2;
	}
	.flow_list > li::after {
		position: absolute;
		content: "";
		bottom: -13px;
		left: 50%;
		margin-left: -16px;
		border: 14px solid transparent;
		border-top: 12px solid #2b4e99;
		border-bottom-width: 0;
		z-index: 1;
	}
	.flow_list > li:last-child::before,
	.flow_list > li:last-child::after {
		display: none;
	}
	
	.flow_list > li .flow_ttl {
		font-size: 130%;
		margin-top: 10px;
	}
	.flow_list > li > p:first-child {
		margin-right: 20px;
		width: 25%;
	}
	.flow_list > li > div {
		width: 75%;
	}
}
@media screen and (max-width: 480px) {
	.flow_list > li .flow_ttl {
		margin-bottom: 8px;
		font-size: 2rem;
	}
	.flow_list > li > p:first-child {
		width: 35%;
	}
	.flow_list > li > div {
		width: 65%;
	}
	.flow_list > li > div p {
		line-height: 1.6;
	}
}



/*---------------------------------------------------------------------
コース生入学受付中ページ
--------------------------------------------------------------------- */
/*--- コース生とは？ ---*/
#exp_course .pht_left {
	margin-bottom: 0;
}

/*--- 個別説明会はこちら ---*/
.btn_kobetsu {
	text-align: center;
	margin-top: 30px;
}
.btn_kobetsu img {
	width: 345px;
}
@media screen and (max-width: 640px) {
	.btn_kobetsu img {
		width: auto;
	}
}


/*---------------------------------------------------------------------
動画
--------------------------------------------------------------------- */
.movie_area,
.playlist_area .movie_area {
	width:100%;
	max-width: 720px;
	margin: 25px auto;
	border: 15px solid #2b4e99;
	box-sizing: border-box;
}
.movie_area .youtube_16_9,
.playlist_area .movie_area .youtube_16_9 {
	margin-bottom: 0px;
}

/*.movie_area_wrapper {
	display: flex;
}
.movie_area_wrapper .movie_area {
	width: 470px;
}*/

@media screen and (max-width: 768px) {
	.movie_area_wrapper {
		display: block;
	}
	.movie_area_wrapper .movie_area {
		width: 100%;
	}
}