@charset "utf-8";
/*夏期講習*/

/*---------------------------------------------------------------------
index
--------------------------------------------------------------------- */
/* override
--------------------------------------------------------------------- */
.section {
	margin-bottom: 50px;
}

#main .pht_left {
	margin-bottom: 20px;
}

.summer strong {
	color: inherit;
	background: linear-gradient(transparent 40%, rgba(255, 241, 4, 0.60) 40%);
}

/*--- サブ見出し ---*/
#shortcourse .lead2 {
	color: #0c99e1;
	font-size: 150%;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

#shortcourse .lead3 {
	color: #0c99e1;
	font-size: 130%;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}


@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;
}


/*--- 大見出し---*/
.summer .title {
	margin: 30px 0 40px;
	padding: 46px 0 25px;
	color: #0c99e1;
	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 #0c99e1;
	position: relative;
}
.summer .title::before{
	position: absolute;
	content: "";
	bottom: -23px;
	left: 50%;
	margin-left: -15px;
	border: 13px solid transparent;
	border-top: 11px solid #fff;
	z-index: 2;
}
.summer .title::after {
	position: absolute;
	content: "";
	bottom: -13px;
	left: 50%;
	margin-left: -16px;
	border: 14px solid transparent;
	border-top: 12px solid #0c99e1;
	border-bottom-width: 0;
	z-index: 1;
}

@media screen and (max-width: 768px) {
	#main.summer .title {
		margin-bottom: 40px;
		padding: 35px 0 15px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 480px) {
	#main.summer .title {
		font-size: 2.4rem;
	}
}


/*--- サブコピー付き見出し---*/
#main.summer .title_2line {
	padding-top: 20px;
	line-height: 1.2;
}

/* サブコピー */
#shortcourse .summer .title span.subtitle {
	font-size: 55%;
	line-height: 2.8;
}

@media screen and (max-width: 480px) {
	#shortcourse .summer .title span.subtitle {
		font-size: 1.5rem;
		line-height: 2.8;
	}
}

/*--- 見出しラベル---*/
#shortcourse .summer .title span.label {
	margin-right: 10px;
	padding: 2px 8px;
	font-size: 88%;
	color: #fff;
	background-color: #0c99e1;
}


/*--- 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: 195%;
}
@media screen and (max-width: 480px) {
	#intro  .title {
		font-size: 2rem;
	}
}

#intro .pht_left {
	width: 300px;
}

.movie_area,
.playlist_area .movie_area {
	width:100%;
	max-width: 720px;
	margin: 25px auto;
	border: 15px solid #09357f;
	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%;
	}
}


/* 四谷学院の夏期講座はココがポイント
--------------------------------------------------------------------- */
/*--- 夏期講習・特訓---*/
.kouzalist {
	display: flex;
	justify-content: space-between;
}
.kouzalist > li {
	box-sizing: border-box;
	padding: 6px;
	width: 48%;
}
.kouzalist li .kouza_title {
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
	text-align: center;
}
.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-width: 2px;
	border-style: solid;
	border-radius: 25px;
}
.kouzalist li.koshu { background-color: #fff104; }
.kouzalist li.koshu .kouza_title { color: #0c99e1; }
.kouzalist li.koshu .kouza_title p { border-color: #0c99e1; }

.kouzalist li.tokkun { background-color: #0c99e1; }
.kouzalist li.tokkun .kouza_title { color: #fff; }
.kouzalist li.tokkun .kouza_title p { border-color: #fff; }


.kouzalist li .kouza_contents {
	padding: 25px;
	background-color: #fff;
}

.kouzalist li .kouza_contents .kouza_contents_ttl {
	margin-bottom: 22px;
	color: #0c99e1;
	font-size: 170%;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 1.25;
}

.kouzalist li .kouza_contents ul li {
	padding: 10px 0;
	font-size: 110%;
	border-bottom: 1px dotted #999;
	display: flex;
}
.kouzalist li .kouza_contents ul li:last-child {
	border-bottom: none;
}
.kouzalist li .kouza_contents ul li::after {
	clear: both;
	content: "";
	display: block;
	height: 0;
}


.kouzalist li .kouza_contents ul li .kouza_point {
	margin: 2px 20px 0 0;
	/*width: 7em;*/
}


.kouzalist li .kouza_contents ul li .kouza_point span {
	box-sizing: border-box;
	padding: 2px 8px;
	color: #fff;
	font-size: 14px !important;
	font-weight: bold;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
	white-space: nowrap;
	background-color: #0c99e1;
	border-radius: 20px;
}
.kouzalist li .kouza_contents ul li p {
	margin-bottom: 0 !important;
	font-size: 87%;
}

@media screen and (max-width: 768px) {
	.kouzalist {
		display: block;
	}
	.kouzalist > li {
		width: 100%;
		margin-bottom: 25px;
	}
	.kouzalist li .kouza_contents {
		padding: 22px 18px 18px;
	}
	.kouzalist li .kouza_contents .kouza_contents_ttl {
		margin-bottom: 15px;
		font-size: 150%;
	}
	.kouzalist li .kouza_contents ul li .kouza_point {
		margin-right: 10px;
	}
}
@media screen and (max-width: 750px) {
	.kouzalist li .kouza_contents .kouza_contents_ttl {
		font-size: 2rem;
	}
}
@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 .kouza_contents_ttl {
		margin-bottom: 10px;
	}
	.kouzalist li .kouza_contents ul li .kouza_point span {
		font-size: 1.4rem;
	}
	.kouzalist li .kouza_contents ul li p {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 350px) {
	#shortcourse .kouzalist li .kouza_title .kouza_title_txt span {
		font-size: 12px;
	}
	.kouzalist li .kouza_contents .kouza_contents_ttl {
		font-size: 130%;
	}
}



/*--- 矢印部分 ---*/
.point_arrow {
	margin: 25px 0 40px !important;
	padding-top: 60px;
	color: #0c99e1;
	font-size: 185%;
	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: 2.2rem;
		margin-bottom: 30px !important;
	}
}


/*--- ボタン群 ---*/
.pagelist {
	display: flex;
	justify-content: space-between;
}
.pagelist li {
	width: 33%;
}

@media screen and (max-width: 768px) {
	.pagelist .no-sp {
		display: block;
	}
}
@media screen and (max-width: 480px) {
	.pagelist {
		display: block;
	}
	.pagelist li {
		width: 100%;
		margin-bottom: 20px;
	}
	.pagelist .no-sp {
		display: none;
	}
}



/* 夏の受講相談実施中!
--------------------------------------------------------------------- */
#soudan .lead3 {
	margin-bottom: 15px;
}

#soudan .pht_left {
	width: 300px;
}



/* さらに、志望校合格サポートも充実
--------------------------------------------------------------------- */
.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: #0c99e1;
	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: 45%;
	}
	
	.support_list .support_ttl + p + p,
	.support_list .support_ttl + p + div {
		float: right;
		width: 52%;
	}
	
	.support_list .kome {
		margin-right: 15px;
	}
}
@media screen and (max-width: 480px) {
	.support_list > li .support_ttl {
		font-size: 2.4rem;
	}
	#shortcourse .support_list > li .support_ttl span {
		font-size: 1.6rem;
	}
	.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つの形式
--------------------------------------------------------------------- */
/*
.planlist li.attend {
	background-color: #2b4e99;
}
.planlist li.online {
	background-color: #588d54;
}

.planlist li .kouza_title .kouza_title_txt{
	font-size: 220%;
	padding-top: 10px;
	color: #fff;
}
.planlist li .kouza_contents .kouza_contents_ttl {
	margin-bottom: 5px;
}

.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 h4 span{
	font-size: 65%;
}
.planlist li .kouza_contents ul li .kouza_point span{
	display: inline-block;
	text-align: center;
	min-width: 4rem;
}
#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: #0c99e1;
	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;
	}
}

/* 新型コロナウイルスの感染予防について
--------------------------------------------------------------------- */
.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_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;
	margin-bottom: 30px;
}
.flow_list > li {
	width: 18%;
}

.flow_list > li .flow_ttl {
	margin-bottom: 12px;
	color: #0c99e1;
	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: 20px;
		padding-bottom: 15px;
		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 #0c99e1;
		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 p img {
		width: 100%;
	}
	.flow_list > li > div {
		width: 75%;
	}
}
@media screen and (max-width: 480px) {
	#flow ol{
		padding-bottom: 0;
	}
	.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;
	}
}



/*---------------------------------------------------------------------
下層
--------------------------------------------------------------------- */

/* override
--------------------------------------------------------------------- */
/*--- 夏期講座のシステム テーブル部分 ---*/
.sakigake_left {
	margin-right: -360px;
}
.sakigake_left_con {
	margin-right: 360px;
}
.sakigake_right {
	width: 345px;
}
@media screen and (max-width: 640px) {
	.sakigake_left {
		margin-right: 0;
	}
	.sakigake_left_con {
		margin-right: 0;
	}
	.sakigake_right {
		width: auto;
	}
}


/*--- 夏期講座のポイント 見出し ---*/
#main .con_h4 {
	padding-left: 0;
	color: #0c99e1;
	font-size: 150%;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
	border-left: 0;
}
@media screen and (max-width: 640px) {
	#main .con_h4 {
		font-size: 2rem;
	}
}

/* 夏期講座のポイント
--------------------------------------------------------------------- */
.summer #point #spring_point li:nth-last-child(-n+2) {
	margin-bottom: 0;
}

.summer #point #spring_point li .pht_left {
	margin-bottom: 0;
}
.summer #point #spring_point li p {
	margin-bottom: 0;
}

.summer #point .btn_course {
	margin-left: auto;
	width: 240px;
}
@media screen and (max-width: 768px) {
	.summer #point .btn_course img.no-sp {
		display: block;
	}
}
@media screen and (max-width: 640px) {
	.summer #point #spring_point li:nth-last-child(-n+2) {
		margin-bottom: 10px;
	}
	
	.summer #point #spring_point .con_h4 {
		font-size: 130%;
	}
	
	.summer #point .btn_course {
		margin: 20px 0 0;
		width: auto;
	}
	.summer #point .btn_course img.no-sp {
		display: none;
	}
	.summer #point .btn_course img.no-pctb {
		display: block;
	}
}
@media screen and (max-width: 480px) {
	.summer #point #spring_point .con_h4 {
		font-size: 2rem;
	}

}


/* 夏期講習体験談
--------------------------------------------------------------------- */
#shortcourse .w_voice .koshu,
#shortcourse .w_voice .tokkun {
	display: inline-block;
	margin-bottom: 5px;
	padding: 3px 5px;
	font-size: 100%;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
	font-weight: bold;
	line-height: 1.0;
}
#shortcourse .w_voice .koshu {
	color: #0c99e1;
	background-color: #fff104;
}
#shortcourse .w_voice .tokkun {
	color: #fff;
	background-color: #0c99e1;
}
#shortcourse .w_voice .koshu + .tokkun {
	margin-left: 10px;
}


/* 高3卒　タブ
---------------------------------------------*/
.voice_tab {
	display: flex;
}
.voice_tab li {
	width: 49%;
	padding: 22px;
	font-size: 160%;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
	font-weight: bold;
	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 { color: #0c99e1; background-color: #fff104; }
.voice_tab li.voice_tab_koushu.on { border-color: #fff104; }
.voice_tab li.voice_tab_tokkun { color: #fff; background-color: #0c99e1; }
.voice_tab li.voice_tab_tokkun.on { border-color: #0c99e1; }


@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: 1.8rem;
	}
}

/* タブコンテンツ
---------------------------------------------*/
.voice_tab_contents {
	display: none;
}
.voice_tab_contents.on {
	display: block;
}

/* 高3卒　夏期講習タブ内
---------------------------------------------*/
#voice_kou3sotsu_koushu {
	border-top: 8px solid #fff104;
	border-bottom: 8px solid #fff104;
}

/* 夏期講習内サブタブ */
.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: #0c99e1;
	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 #0c99e1;
}
.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 #0c99e1;
	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 #0c99e1;
	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_tokkun {
	border-top: 8px solid #0c99e1;
	border-bottom: 8px solid #0c99e1;
}



/* 体験談コンテンツ
---------------------------------------------*/
/* voice.css override */
#shortcourse .w_voice {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
/* タブあり（高3卒）の場合 */
.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: #fff768;
	background-color: #B8EEFF;
	border-bottom: 0;
}
#shortcourse .w_voice li h3 .name_img {
	height: 13px;
	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;
}
#shortcourse .w_voice li p strong {
	font-weight: normal;
	background: linear-gradient(transparent 40%, rgba(255, 241, 4, 0.30) 40%);
}

@media screen and (max-width: 480px) {
	#shortcourse .w_voice li h3 {
		padding: 4px 10px;
	}
	#shortcourse .w_voice li p {
		padding: 10px;
		font-size: 1.5rem;
	}
	#shortcourse .w_voice li h3 .name_img {
		height: 1.4rem;
	}
}

/* 講習・特訓ラベル */
#shortcourse .w_voice .koshu,
#shortcourse .w_voice .tokkun {
	display: inline-block;
	margin-bottom: 8px;
	padding: 4px 5px;
	font-size: 90%;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
	font-weight: bold;
	line-height: 1.0;
	margin-right: 10px;
}
#shortcourse .w_voice .koshu {
	color: #0c99e1;
	background-color: #fff104;
}
#shortcourse .w_voice .tokkun {
	color: #fff;
	background-color: #0c99e1;
}

@media screen and (max-width: 480px) {
	#shortcourse .w_voice .koshu {
		margin: 0 5px 3px 0;
		line-height: 1.2;
	}
}

/* 高3卒時の注意書き */
.voice_tab_contents .kome {
	padding-bottom: 30px;
}










/* 夏の説明会実施中！
--------------------------------------------------------------------- */
.summer #setsumeikai .btn_kobetsu {
	text-align: center;
	margin-top: 30px;
}
.summer #setsumeikai .btn_kobetsu img {
	width: 345px;
}
@media screen and (max-width: 640px) {
	.summer #setsumeikai .btn_kobetsu img {
		width: auto;
	}
}

/* コース生入学受付中エリア
--------------------------------------------------------------------- */
.summer #bnr_course {
	padding: 40px 40px 35px;
	background: #D9F2FF;
	border: solid 2px #66ccff;
}
.summer #bnr_course h3 {
	margin-bottom: 20px;
	text-align:center;
}
.summer #bnr_course h3 img {
	margin: 0 auto;
}

.summer #bnr_course .btn_course {
	width: 304px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.summer #bnr_course .btn_course img.no-sp {
		display: block;
	}
}
@media screen and (max-width: 640px) {
	.summer #bnr_course .btn_course {
		width: auto;
	}
	.summer #bnr_course .btn_course img.no-sp {
		display: none;
	}
	.summer #bnr_course .btn_course img.no-pctb {
		display: block;
	}
}
@media screen and (max-width: 480px) {
	.summer #bnr_course {
		padding: 25px 15px 20px;
	}
}


/*---------------------------------------------------------------------
コース生入学受付中ページ
--------------------------------------------------------------------- */
/*--- コース生とは？ ---*/
#shortcourse #exp_course {
	padding: 0;
	background-color: transparent;
}
#shortcourse #exp_course p {
}


/*--- テーブル ---*/
#shortcourse #tbl_course {
	font-size: 14.5px;
}
#shortcourse #tbl_course th {
	font-size: 130%;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}
#shortcourse #tbl_course .term01 th,
#shortcourse #tbl_course .term04 th {
	background-color: #94D6F9;
}

#shortcourse #tbl_course .term02 th {
	color: #0c99e1;
	background-color: #fff104;
}
#shortcourse #tbl_course .term03 th {
	color: #fff;
	background-color: #0c99e1;
}

@media screen and (max-width: 480px) {
	#shortcourse #tbl_course {
		font-size: 1.6rem;
	}
	#shortcourse #tbl_course th {
		font-size: 2rem;
	}
}


/*--- 矢印部分 ---*/
.course_arrow {
	margin: 25px 0 40px !important;
	padding-bottom: 60px;
	color: #0c99e1;
	font-size: 185%;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
	font-weight: bold;
	text-align: center;
	background: url("../images/point_arrow.png") no-repeat bottom center;
}
.course_arrow strong {
	padding-left: 0.4em;
}

@media screen and (max-width: 768px) {
	.course_arrow {
		font-size: 165%;
	}
}
@media screen and (max-width: 600px) {
	.course_arrow {
		font-size: 150%;
		margin-bottom: 30px !important;
	}
}
@media screen and (max-width: 480px) {
	.course_arrow {
		font-size: 2.2rem;
	}

}

