@charset "utf-8";

/* =======================================================================
 リニューアル用
======================================================================= */


/* ================================================================
 reset
================================================================ */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,area,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	word-wrap : break-word;
	box-sizing: border-box;
}

body {
	min-height: 100vh;
	line-height: 1.6;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display: block;
}

ul, ol {
	list-style: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box;
}

a img {
	border-style: none;
}

img {
	border: 0;
	line-height: 1.0;
	backface-visibility: hidden;
}

del {
	text-decoration:  line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}



/* ================================================================
 common
================================================================ */
html {
	background-color: #fff;
	font-size: 62.5%;
}

body {
	font-size: 1.6rem;
/*	color: #555; */
	color: #333;
/*	font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "Meiryo", "Yu Gothic", YuGothic, Meiryo, sans-serif; */
	overflow-x: hidden;
}

a { color: #0f357f; }
a:link { color: #0f357f; }
a:visited { color: #0f357f; }
a:hover { color: #ff3241; }

img {
	max-width: 100%;
	height: auto;
}

a img {
	transition: opacity 0.3s ease-out;
}
a:hover img {
	opacity: 0.7;
}

.wrapper {
	width: 1050px;
	margin: 0 auto;
}
@media (max-width: 1050px) {
	.wrapper {
		width: 100%;
		padding: 0 20px;
	}
}
@media (max-width: 768px) {
	.wrapper {
		padding: 0 10px;
	}
	.no-pc { display: block; }
	.no-tb { display: none; }
}

@media (min-width: 769px) {
	.no-pc { display: none; }
}


/* ================================================================
 override
================================================================ */
#contents {
	padding: 0;
}
@media (max-width: 768px) {
	#header_fix_area {
		height: 99px;
	}
	#fixed_footer.fixed {
		display: none;
	}
	#main p {
		margin-bottom: 0;
	}
	
/*	#head_tab {
		height: auto;
	}*/
}

@media (max-width: 370px) {
	#header_fix_area {
		height: 94px;
	}
}

#head_yellow #sp_logo {
	margin-top: 5px;
}
#header_copy_sp {
	margin-bottom: 2px;
	font-size: 8px;
	letter-spacing: -0.1em;
}


/* ================================================================
 ヘッダー
================================================================ */
header {
	border-bottom: 0;
	margin-bottom: 0;
}



/* ================================================================
 contents
================================================================ */
#main {
	overflow: hidden;
}

.ttl {
	color: #333;
	font-size: 4rem;
	text-align: center;
	margin-bottom: 35px;
}
.ttl2 {
	color: #333;
	font-size: 2.8rem;
	text-align: center;
	margin-bottom: 25px;
}

#main .lead_txt {
	text-align: center;
	font-size: 2rem;
	margin-bottom: 40px;
}

.ttl + .lead_txt {
	margin-top: -30px;
}

@media (max-width: 850px) {
	.ttl {
		font-size: 3.2rem;
	}
	
	.ttl + .lead_txt {
		margin-top: -20px;
	}
}


/*--- 汎用リンク ---*/
.link {
	display: inline-block;
	color: #0f357f;
	font-weight: bold;
	text-decoration: underline;
	position: relative;
}
.link::after {
	position: absolute;
	display: inline;
	content: "";
	vertical-align: middle;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -0.9em;
	width: 0.5em;
	height: 0.5em;
	border-top: 2px solid #0f357f;
	border-right: 2px solid #0f357f;
	transform: rotate(45deg);
}
a:hover .link {
	color: #ff3241;
}
a:hover .link::after {
	border-top: 2px solid #ff3241;
	border-right: 2px solid #ff3241;
}

/*--- 動画・twitter ---*/
.youtube_16_9 {
	position: relative;
	height: 0;
	padding: 0 0 56.25%;
	overflow: hidden;
}
.youtube_16_9 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--- ※付きリスト ---*/
.kome {
	padding-left: 0;
}
.kome li {
	text-indent: -1.25em;
	margin-left: 1.25em;
}
.kome li::before {
	content: "\0203b"; /* ※ */
	margin-right: 0.25em;
}


/* スライダー
--------------------------------------------------------- */
#slider {
	background-color: #fff;
	margin: 0 auto;
}

.swiper-container {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 40px;
}
.swiper-container .swiper-wrapper {
	width: 100%;
	margin-bottom: 10px;
}
.swiper-container .swiper-slide {
	display: flex;
	width: 1050px;
	text-align: center;
	justify-content: center;
	align-items: center;
	opacity: 0.7;
}
.swiper-container .swiper-slide.swiper-slide-active {
	opacity: 1;
}
.swiper-container .swiper-slide img {
	width: 100%;
	max-width: 100%;
	height: auto;
	border-radius: 6px;
}

.swiper-pagination {
	bottom: 40px;
}
.swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	margin: 0 6px !important;
}
.swiper-pagination .swiper-pagination-bullet-active {
	background: #ffed00;
}

.swiper-button-prev {
	width: 60px;
	height: 60px;
	top: 175px;
	left: calc(50% - 590px);
	background: url("/images/slider/prev.png") no-repeat;
	background-size: contain;
}
.swiper-button-prev::after {
	display: none;
}
.swiper-button-next {
	width: 60px;
	height: 60px;
	top: 175px;
	right: calc(50% - 590px);
	background: url("/images/slider/next.png") no-repeat;
	background-size: contain;
}
.swiper-button-next::after {
	display: none;
}


@media (max-width: 1050px) {
	#slider {
		margin: 0 2%;
		width: 96%;
	}
	.swiper-container .swiper-slide {
		width: 100%;
	}
	.swiper-button-prev {
		top: calc(50% - 30px);
		left: 10px;
	}
	.swiper-button-next {
		top: calc(50% - 30px);
		right: 10px;
	}
}
@media (max-width: 768px) {
	#slider {
		margin-top: 20px;
	}
	.swiper-button-prev {
		width: 30px;
		height: 41px;
		top: calc(50% - 20px);
		background: url("/images/sp/prev.png") no-repeat center center;
	}
	.swiper-button-next {
		width: 30px;
		height: 41px;
		top: calc(50% - 20px);
		background: url("/images/sp/next.png") no-repeat center center;
	}
}



/* FV下自習室、学費、校舎案内リンク（SPのみ表示）
--------------------------------------------------------- */
#others_nav {
	padding:1% 1.5% 2%;
	display: flex;
}
#others_nav li{
	width:32%;
	margin-right:2%;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #0e357f;
	line-height: 1.2;
	
}
#others_nav li:last-child{
	margin-right:0;
}
#others_nav li:first-child a{
	padding-left: 2.2rem;
	background-image: url("../images/sp/others_nav_icon_studyroom.png");
	background-repeat:no-repeat;
	background-position: 1rem center;
	background-size: 3rem auto;
}
#others_nav li:nth-child(2) a{
	padding-left: 1.9rem;
	background-image: url("../images/sp/others_nav_icon_charge.png");
	background-repeat:no-repeat;
	background-position: 1rem center;
	background-size: 3rem auto;
}
#others_nav li:last-child a{
	padding-left: 1.9rem;
	background-image: url("../images/sp/others_nav_icon_map.png");
	background-repeat:no-repeat;
	background-position: 1rem center;
	background-size: 2rem auto;
}
#others_nav li a{
	text-decoration: none;
	font-size: 1.6rem;
	font-weight: bold;
	height: 5.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
}



/* 重要なお知らせ
--------------------------------------------------------- */
.important_news {
	margin-bottom: 20px;
	padding: 25px 30px 16px;
	background-color: #fffde3;
	border: 3px solid #ffed00;
	border-radius: 6px;
}

.important_news .important_news_ttl {
	margin-bottom: 0.5em;
	font-weight: bold;
	font-size: 1.6rem;
}

.important_news .news_ttl {
	margin-bottom: 0.3em;
	font-weight: normal;
	font-size: 1.4rem
}
.important_news .news_ttl::before {
	content: "■";
}

.important_news .news_txt {
	margin: 0 0 0.8em 1em;
	font-size: 1.4rem;
}


/* 在校生緊急のお知らせボタン */
#main .btn_students {
/*	margin-bottom: 70px; */
/*	text-align: center; */
	margin-top: 4px;
}

.btn_students a {
	display: inline-block;
	margin-top: 10px;
	width: 100%;
	padding: 10px 0 10px 15px;
/*	padding: 0.8em 4.5em 0.8em 3em; */
	color: #ffae00;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.0;
	text-decoration: none;
	background-color: #fff;
	border: 2px solid #ffae00;
	border-radius: 5px;
	position: relative;
	transition: all 0.2s ease-out;
}
.btn_students a::after {
	position: absolute;
	content: "";
	vertical-align: middle;
	top: 0;
	bottom: 0;
	margin: auto;
/*	right: 3em; */
	right: 1em;
	width: 7px;
	height: 7px;
	border-top: 2px solid #ffae00;
	border-right: 2px solid #ffae00;
	transform: rotate(45deg);
}
.btn_students a:hover {
	color: #fff;
	background-color: #ffae00;
}
.btn_students a:hover::after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

@media (max-width: 1050px) {
	.btn_students a {
		font-size: 1.5rem;
		padding-left: 1.2em;
	}
}
@media (max-width: 970px) {
	.btn_students a {
		font-size: 1.4rem;
	}
}
@media (max-width: 900px) {
	.btn_students a {
		font-size: 1.2rem;
		padding-left: 0.5em;
	}
}
@media (max-width: 730px) {
	.btn_students a::after {
		display: none;
	}
}


/* ボタン群 */
.cv {
	margin: 0 0 30px -14px;
	display: flex;
	justify-content: space-between;
}

.cv li:nth-child(2) {
	margin-left: -10px;
}

@media (max-width: 1050px) {
	.cv {
		margin-left: 0;
	}
	.cv li {
		margin-right: 15px;
	}
	.cv li:last-child {
		margin-right: 0;
	}
}
/* IE11用 */
@media (-ms-high-contrast: none) {
	.cv li:first-child {
		width: 32.61%;
	}
	.cv li:nth-child(2) {
		width: 31.2%;
	}
	.cv li:last-child {
		width: 31%;
	}
}


/* 768px以下CVエリア */
ul#top_menu_mid {
	margin-left:auto;
	margin-right:auto;
	width: 85%;
	margin-bottom:6%;
}
ul#top_menu_mid li:first-child {
	margin-bottom: 10px;
}
ul#top_menu_mid li:nth-child(2) {
	width:54%;
	float:left;
}
ul#top_menu_mid li:nth-child(3) {
	width:44%;
	float:right;
}

#kyuukou {
	margin-top: 30px;
}
#kyuukou p a {
	display: inline-block;
	width: 100%;
	background-color: #eee;
	border-top: 2px solid #d0d0d0;
	border-bottom: 2px solid #d0d0d0;
	text-align: center;
}
#kyuukou p a img {
	width: 70%;
}


/* 学年別コースのご案内
--------------------------------------------------------- */
#course {
	padding: 20px 0 40px;
	height: 252px;
}

#course .course_ttl_area {
	position: relative;
}

#course .course_ttl_area .course_parents {
	position: absolute;
	top: 12px;
	right: 0;
}

#course .ttl {
	margin-bottom: 30px;
}

#course .course_parents a {
	display: inline-block;
	padding: 10px 50px 10px 35px;
	font-size: 90%;
	color: #ff6600;
	font-weight: bold;
	line-height: 1.0;
	text-decoration: none;
	background-color: #fff7c3;
	border-radius: 4px;
	position: relative;
	transition: all 0.15s ease-out;
}
#course .course_parents a:hover {
	opacity: 0.7;
}
#course .course_parents a::after {
	position: absolute;
	content: "";
	vertical-align: middle;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 30px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #ff6600;
	border-right: 2px solid #ff6600;
	transform: rotate(45deg);
}

#course #course_list {
	display: flex;
	justify-content: space-between;
}
#course #course_list li {
	width: 12%;
}
#course #course_list li.course_online,
#course #course_list li.course_nenrei {
	width: 14%;
}
#course #course_list li.course_tsushinsei {
	width: 16%;
}

#course #course_list li a {
	display: inline-block;
/*	display: flex;
	align-items: center;
	justify-content: center;*/
	width: 100%;
	min-height: 90px;
	padding-top: 20px;
	padding-right: 0.6em;
	color: #333;
	font-size: 2rem;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 1.2;
	background-color: #fff;
	border-width: 2px;
	border-style: solid;
	border-radius: 5px;
	position: relative;
	transition: all 0.15s ease-out;
}
#course #course_list li.course_tsushinsei a {
	padding-top: 12px;
	font-size: 1.8rem;
}
#course #course_list li.course_nenrei a {
	padding-top: 12px;
	font-size: 1.8rem;
}
#course #course_list li a::after {
	position: absolute;
	content: "";
	vertical-align: middle;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 14px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #555;
	border-right: 2px solid #555;
	transform: rotate(45deg);
}
#course #course_list li a strong {
	color: #333;
}

#course #course_list li.course_j a { border-color: #ec85b9; }
#course #course_list li.course_j a:hover,
#course #course_list li.course_j a:hover strong {
	color: #ec85b9;
}
#course #course_list li.course_j a::after {
	border-top-color: #ec85b9;
	border-right-color: #ec85b9;
}

#course #course_list li.course_g3 a { border-color: #62b0d5; }
#course #course_list li.course_g3 a:hover,
#course #course_list li.course_g3 a:hover strong {
	color: #62b0d5;
}
#course #course_list li.course_g3 a::after {
	border-top-color: #62b0d5;
	border-right-color: #62b0d5;
}

#course #course_list li.course_g2 a { border-color: #82bb36; }
#course #course_list li.course_g2 a:hover,
#course #course_list li.course_g2 a:hover strong {
	color: #82bb36;
}
#course #course_list li.course_g2 a::after {
	border-top-color: #82bb36;
	border-right-color: #82bb36;
}

#course #course_list li.course_g1 a { border-color: #ff9933; }
#course #course_list li.course_g1 a:hover,
#course #course_list li.course_g1 a:hover strong {
	color: #ff9933;
}
#course #course_list li.course_g1 a::after {
	border-top-color: #ff9933;
	border-right-color: #ff9933;
}

#course #course_list li.course_nenrei a { border-color: #d36dce; }
#course #course_list li.course_nenrei a:hover,
#course #course_list li.course_nenrei a:hover strong {
	color: #d36dce;
}
#course #course_list li.course_nenrei a::after {
	border-top-color: #d36dce;
	border-right-color: #d36dce;
}

#course #course_list li.course_online a {
	border-color: #ffb400;
	background: linear-gradient(#fff3aa, #ffdf4b);
}
#course #course_list li.course_online a:hover {
	color: #ffb400;
	background: linear-gradient(#fff7c3, #ffe981);
}
#course #course_list li.course_online a:hover strong {
	color: #ffb400;
}
#course #course_list li.course_online a::before {
	content: "";
	border: 2px solid #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
}
#course #course_list li.course_online a::after {
	border-top-color: #ff9000;
	border-right-color: #ff9000;
}

#course #course_list li.course_tsushinsei a { border-color: #6D78D3; }
#course #course_list li.course_tsushinsei a:hover,
#course #course_list li.course_tsushinsei a:hover strong {
	color: #6D78D3;
}
#course #course_list li.course_tsushinsei a::after {
	border-top-color: #6D78D3;
	border-right-color: #6D78D3;
}


/*
#course #course_list li.course_parents a {
	border-color: #ffcd34;
	background: linear-gradient(#fffff6, #ffffd5);
}
#course #course_list li.course_parents a:hover {
	color: #ffcd34;
}
#course #course_list li.course_parents a::after {
	border-top-color: #ffcd34;
	border-right-color: #ffcd34;
}
*/

@media (max-width: 1050px) {
	#course {
		height: 360px;
	}
	
	#course #course_list {
		flex-wrap: wrap;
	}
	#course #course_list li {
		width: 24%;
		margin-bottom: 5px;
	}
	
	#course #course_list li.course_online,
	#course #course_list li.course_nenrei {
		width: 31%;
	}
	#course #course_list li.course_tsushinsei {
		width: 34%;
	}
}
@media (max-width: 850px) {
	#course {
		padding-bottom: 30px;
	}
}
@media (max-width: 768px) {
	#course {
		height: auto;
	}
	#course #course_list li.course_tsushinsei a,
	#course #course_list li.course_nenrei a {
		padding-top: 20px;
	}
}
@media (max-width: 730px) {
	#course .course_ttl_area .course_parents {
		position: static;
		margin-top: -25px;
		margin-bottom: 10px;
		text-align: right;
	}
}



/* ダブル教育
--------------------------------------------------------- */
#wt {
	padding: 80px 20px 50px;
	background: url("/images/wt_bg.png");
}

#wt_link {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#wt_link li {
	margin-bottom: 30px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
#wt_link li a {
	color: #333;
	text-decoration: none;
}
#wt_link li a p.wt_txt {
	padding: 22px 25px 28px;
}

#wt_link li a p .link {
	margin-top: 0.5em;
}


/*
#wt_link #wt_about h2 img {
	border-radius: 10px 10px 0 0;
	width: 100%;
}
*/
#wt_link #wt_about {
	width: 100%;
}
#wt_link #wt_about h2 {
	padding-top: 0.8em;
	height: 300px;
	font-size: 3.8rem;
	text-align: center;
	background: url("../images/wt_about_bg.jpg") no-repeat bottom center;
	border-radius: 10px 10px 0 0;
}
#wt_link #wt_about h2 span {
	font-size: 5rem;
}
#wt_link #wt_about h2 span.red {
	color: #e50012;
}

@media (max-width: 1100px) {
	#wt_link #wt_about h2 {
		padding-top: 0.6em;
		font-size: 3vw;
		height: 22vw;
		background-size: 100% auto;
	}
	#wt_link #wt_about h2 span {
		font-size: 4.2vw;
	}
}


#wt_link #wt_class,
#wt_link #wt_55 {
	width: 49%;
	max-width: 585px;
}
#wt_link #wt_class h3,
#wt_link #wt_55 h3 {
	padding: 12px 0 10px;
	font-size: 2rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-radius: 10px 10px 0 0;
}
#wt_link #wt_class h3 span,
#wt_link #wt_55 h3 span {
	font-size: 2.6rem;
}

#wt_link #wt_class h3 {
	background: #009844 url("/images/wt_class_icon.png") no-repeat bottom 0 right 12px;
	
}
#wt_link #wt_55 h3 {
	background: #d30006 url("/images/wt_55_icon.png") no-repeat bottom 0 left 12px;

}

#wt_link #wt_koushi h3 {
	padding: 20px 0 15px;
	font-size: 2.6rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #0f357f;
	border-radius: 10px 10px 0 0;
}
#wt_link #wt_koushi h3 + p img {
	width: 100%;
}
#wt_link #wt_koushi .wt_txt {
	padding-top: 5px;
}


@media (max-width: 850px) {
	#wt {
		padding-top: 60px;
		padding-bottom: 30px;
	}
}
@media (max-width: 800px) {
	#wt_link #wt_class h3,
	#wt_link #wt_55 h3 {
		font-size: 1.6rem;
		background-size: 81px 72px
	}
	#wt_link #wt_class h3 span,
	#wt_link #wt_55 h3 span {
		font-size: 2rem;
	}
	#wt_link #wt_koushi h3 {
		font-size: 2rem;
	}
	#wt_link #wt_koushi .wt_txt {
		padding-top: 15px;
	}
}

#wt_link_sp {
	display: none;
}


/* トピックス
--------------------------------------------------------- */
#topics {
	padding: 70px 0;
	background: url("/images/bg_gray.png");
}

/* 一覧型トピックス */
#topics .topics_list_area.sponly {
	display: none;
}
#topics .topics_list_area.pctbonly {
	display: block;
}
#topics .topics_list_area {
	margin-bottom: 30px;
	padding: 10px 30px 0;
	background-color: #fffde3;
	border: 3px solid #ffed00;
	border-radius: 6px;
}
#topics .topics_list_area .topics_list {
	margin-bottom: 20px;
}
#topics .topics_list_area .topics_list li {
	padding: 15px 0;
	border-top: 1px dashed #ccc;
}
#topics .topics_list_area .topics_list li:first-child {
	border-top: 0;
}

#topics .topics_list_area .topics_list li h3 {
	margin-bottom: 0.3em;
	font-weight: bold;
	font-size: 1.6rem;
	display: inline-block;
	position: relative;
}
#topics .topics_list_area .topics_list li.new h3::after {
	position: absolute;
	display: inline;
	top: 0.25em;
	right: -60px;
	width: 50px;
	content: "NEW";
	font-size: 1.2rem;
	text-align: center;
	vertical-align: middle;
	background-color: #ffed00;
}
#topics .topics_list_area .topics_list li.new h3::before {
	position: absolute;
	display: inline;
	content: "";
	top: 0.55em;
	right: -10px;
	border-top: 3px solid transparent;
	border-right: 5px solid #ffed00;
	border-bottom: 3px solid transparent;
}

#topics .topics_list_area .topics_list li h3 a strong {
	color: inherit;
}

#topics .topics_list_area .topics_list li p {
	font-size: 1.6rem;
}

/* もっと見るボタン */
#topics .topics_list_area .display-more-button {
	padding-bottom: 20px;
	text-align: center;
}
#topics .topics_list_area .display-more-button p {
	margin-bottom: 0;
}
#topics .topics_list_area .display-more-button a {
	display: inline-block;
	padding: 0.8em 6em 0.8em 5em;
	color: #fff;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.0;
	text-decoration: none;
	background-color: #ffae00;
	border: 2px solid #ffae00;
	border-radius: 5px;
	position: relative;
	transition: all 0.2s ease-out;
	cursor: pointer;
}
#topics .topics_list_area .display-more-button a::after {
	position: absolute;
	content: "";
	vertical-align: middle;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 1em;
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(135deg);
}
#topics .topics_list_area .display-more-button a:hover {
	color: #ffae00;
	background-color: #fff;
}
#topics .topics_list_area .display-more-button a:hover::after {
	border-top: 2px solid #ffae00;
	border-right: 2px solid #ffae00;
}
#topics .topics_list_area .display-more-button.open a::after {
	transform: rotate(-45deg);
}

#topics .topics_list_area h4 {
	margin-bottom: 0.3em;
	font-weight: normal;
	font-size: 1.6rem
}
#topics .topics_list_area h4::before {
	content: "■";
}

#topics .topics_list_area h4 + p {
	margin: 0 0 0.8em 1em;
}


/* ボックス型トピックス */
#topics .topics_box_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#topics .topics_box_list li {
	width: 31.62%;
	max-width: 332px;
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 6px;
	box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.2);
	position: relative;
}
#topics .topics_box_list li.new::after {
	position: absolute;
	display: block;
	content: "";
	background: url("/images/topics_new.png") no-repeat left top;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	border-radius: 6px 0 0 0;
}

#topics .topics_box_list li img {
	border-radius: 6px 6px 0 0;
	max-width: initial;
	width: 100%;
	height: auto;
}
#topics .topics_box_list li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
#topics .topics_box_list li a .topics_ttl {
	padding: 15px 20px 10px;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: bold;
	text-decoration: underline;
}
#topics .topics_box_list li a .topics_ttl strong {
	color: inherit;
}

#topics .topics_box_list li a .topics_txt {
	padding: 0 20px 20px;
	color: #333;
	font-size: 1.6rem;
}
#topics .topics_box_list li a .topics_txt .link {
	margin-top: 0.5em;
}

@media (max-width: 900px) {
	#topics .topics_box_list li {
		width: 49%;
		max-width: initial;
	}
}
@media (max-width: 850px) {
	#topics {
		padding: 40px 0;
	}
}



/* 合格体験記
--------------------------------------------------------- */
#exp {
	padding: 70px 0;
	background: url("/images/exp_bg.png");
}
#exp .wrapper {
	position: relative;
}

/* 背景桜 */
#exp .deco img {
	position: absolute;
}
#exp .deco img.bg_right {
	top: -106px;
	right: -130px;
}
#exp .deco img.bg_left {
	bottom: -110px;
	left: -150px;
}

/* 一覧 */
#exp_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#exp_list li {
	width: 48.5%;
	height: 134px;
	margin-bottom: 30px;
	position: relative;
}
#exp_list li.exp_list_long {
	width: 100%;
	height: auto;
	max-height: 200px;
	box-sizing: border-box;
}
#exp_list li.new::after {
	position: absolute;
	display: block;
	content: "";
	background: url("/images/topics_new.png") no-repeat left top;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	border-radius: 6px 0 0 0;
}

#exp_list li a {
	display: flex;
	width: 100%;
	height: 100%;
	text-decoration: none;
	background-color: #fff;
	border: 2px solid #ff8596;
	border-radius: 6px;
}
#exp_list li.exp_list_long a {
	display: block;
}
#exp_list li a.exp_soku_bnr .sp {
	display: none;
}


#exp_list li a img {
	border-radius: 6px 0 0 6px;
	max-width: 200px;
}
#exp_list li.exp_list_long a img {
	border-radius: 0;
	max-width: 100%;
}

#exp_list li a .exp_right {
	padding: 20px 20px 0 20px;
}
#exp_list li a .exp_right .link {
	margin-bottom: 0.5em;
	font-size: 2rem;
	line-height: 1.3;
	color: #ff798c;
}
#exp_list li a .exp_right .link::after {
	border-top: 2px solid #ff798c;
	border-right: 2px solid #ff798c;
}
#exp_list li a .exp_right .link .small {
	font-size: 70%;
}
#exp_list li a:hover .exp_right .link {
	color: #ff3241;
}
#exp_list li a:hover .exp_right .link::after {
	border-top: 2px solid #ff3241;
	border-right: 2px solid #ff3241;
}


#exp_list li a .exp_right p {
	font-size: 1.6rem;
	color: #333;
}

@media (max-width: 1100px) {
	/* 背景桜 */
	#exp .deco img.bg_right {
		right: -50px;
	}
	#exp .deco img.bg_left {
		left: -30px;
	}
}
@media (max-width: 1050px) {
	#exp_list li a .exp_right .link {
		font-size: 1.7rem
	}
	#exp_list li a .exp_right p {
		font-size: 1.5rem;
	}
}
@media (max-width: 960px) {
	#exp_list li {
		width: 100%;
		margin-bottom: 15px;
	}
}
@media (max-width: 768px) {
/* 背景桜 */
#exp .deco img.bg_right {
	width: 30vw;
	height: auto;
}
#exp .deco img.bg_left {
	width: 35vw;
	height: auto;
}
}


/* 環境設備＆サポート
--------------------------------------------------------- */
#env {
	padding: 70px 20px 50px;
	/*background: url("/images/bg_gray.png");*/
}
#env .env_list + h2 {
	margin-top: 50px;
}

#env .env_list {
	display: flex;
	margin: 0 auto;
	max-width: 1050px;
	justify-content: space-between;
}

#env .env_list li {
	width: 22%;
	max-width: 232px;
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 6px;
	box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.2);
}
#env .env_list li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
#env .env_list li a .env_ttl {
	padding: 10px 18px 0.3em 18px;
	margin-right: 10px;
	font-size: 1.8rem;
}
#env .env_list li a .env_ttl::after {
	right: 0;
}

#env .env_list li.support_online a .env_ttl {
	font-size: 1.6rem;
}

#env .env_list li a .env_txt {
	padding: 0 18px 15px 18px;
	font-size: 1.4rem;
	color: #333;
}

@media (max-width: 1150px) {
	#env .env_list li a .env_ttl {
		font-size: 1.6rem;
	}
}
@media (max-width: 1050px) {
	#env .env_list li a .env_ttl {
		padding: 6px 12px 0.3em 12px;
	}
	#env .env_list li a .env_ttl::after {
		right: -0.3em;
	}
	#env .env_list li a .env_txt {
		padding: 0 12px 15px 12px;
	}
}
@media (max-width: 1000px) {
	#env .env_list {
		margin: 0 auto;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	#env .env_list li {
		width: 32%;
		margin-right: 2%;
		max-width: 100%; /* for IE11 */
		max-width: initial;
	}
	#env .env_list li:nth-child(3n) {
		margin-right: 0;
	}
	#env .env_list li a img {
		width: 100%;
		max-width: 100%; /* for IE11 */
		max-width: initial;
	}
}
@media (max-width: 850px) {
	#env {
		padding-top: 50px;
		padding-bottom: 40px;
	}
}
@media (max-width: 768px) {
	#env .env_list {
		justify-content: space-between;
	}
	#env .env_list li {
		width: 49%;
		margin-right: 0;
	}
	#env .env_list li a .env_ttl {
		margin-top: 8px;
	}
	#env .env_list li a .env_txt {
		margin-bottom: 0;
	}
}



/* 校舎案内
--------------------------------------------------------- */
#map {
	padding: 70px 0;
	background: url("/images/map_bg.jpg") no-repeat right 0 bottom 0;
	background-size: cover;
}
#map #school {
	background-color: transparent;
}
#map #school h2 {
	display: none;
}

#map #school_pc .map {
	position: relative;
	width: 1000px;
	height: 555px;
	margin: 0 auto;
	background: url("/common/images/map_bg02.png") no-repeat 100% 0;
}
#map #school_pc .map dl {
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	padding: 44px 0 0;
}
#map #school_pc .map dl > * {
	border-bottom: 1px solid #d6d6d0;
	line-height: 1.42;
}
#map #school_pc .map dl > dt {
	padding: 9px 0 7px 10px;
	color: #29396f;
	font-size: 1.6rem;
	font-weight: 700;
}
#map #school_pc .map dl > dd {
	padding: 10px 0 8px;
	font-size: 1.4rem;
}

#map #school_pc .map .area1 {
	top: 0;
	right: 0;
	width: 250px;
}
#map #school_pc .map .area2 {
	top: 130px;
	left: 0;
	width: 450px;
}
#map #school_pc .map .area3 {
	top: 164px;
	right: 0;
	width: 250px;
}
#map #school_pc .map .area4 {
	top: 323px;
	right: 0;
	width: 250px;
}
#map #school_pc .map .area5 {
	top: 385px;
	left: 0;
	width: 230px;
}
#map #school_pc .map .area6 {
	top: 0;
	left: 0;
	width: 230px;
}
#map #school_pc .map .area1 > dt,
#map #school_pc .map .area3 > dt,
#map #school_pc .map .area4 > dt,
#map #school_pc .map .area5 > dt {
	width: 77px;
}
#map #school_pc .map .area2 > dt {
	width: 88px;
}
#map #school_pc .map .area6 > dt {
	display: none;
}

#map #school_pc .map .area1 > dd,
#map #school_pc .map .area3 > dd,
#map #school_pc .map .area4 > dd {
	width: 173px;
}
#map #school_pc .map .area2 > dd {
	width: 362px;
}
#map #school_pc .map .area2 > dd.narrow_width {
	width: 192px;
	margin-right: 170px;
}
#map #school_pc .map .area5 > dd {
	width: 153px;
}

#map #school_pc .map .area6 > dd {
	width: 230px;
	padding: 10px 0 12px 15px;
}


#map #school_sp {
	display: none;
}

@media (max-width: 1020px) {
	#map #school_pc {
		display: none;
	}
	#map #school_sp {
		display: block;
	}
	
	#map #school_sp #school_list {
		width: 100%;
	}
	
	
	
	#map #school_list h3 {
		width: 100%;
		margin-bottom: 20px;
	}
	#map #school_list h3 a,
	#map #school_list h3 span {
		display: block;
		padding: 10px 15px;
		font-size: 1.6rem;
		font-weight: bold;
		color: #fff;
		background-color: #001166;
		text-decoration:none;
		transition:.2s linear;
		position: relative;
	}
	#map #school_list h3 a:hover {
		background-color:#2c44b9;
	}
	
	#map #school_list h3 a::after {
		position: absolute;
		content: "";
		top: 0;
		bottom: 0;
		right: 20px;
		width: 8px;
		height: 8px;
		margin: auto;
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
		transform: rotate(45deg);
		
	}
	
	#map #school_list ul {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	#map #school_list ul li {
		width: 32%;
		margin: 0 2% 2% 0;
	}
	#map #school_list ul li:nth-child(3n) {
		margin-right: 0;
	}
	#map #school_list ul li a {
		display: block;
		padding: 10px;
		text-align: center;
		text-decoration:none;
		font-size: 1.6rem;
		color: #000066;
		font-weight: bold;
		background-color: #ffffcc;
		border: 2px solid #d8d849;
		border-radius: 5px;
		box-shadow: 2px 2px 0 #999;
		transition:.2s linear;
	}
	#map #school_list ul li a:hover {
		border-color: #fffc00;
		background-color: #fffc00;
/*		color: #746d00; */
	}
	
	#map #school_list ul li.green a {
		border-color: #b8c8e7;
		background-color: #fff;
	}
	#map #school_list ul li.green a:hover {
		color: #fff;
		border-color:#2c44b9;
		background-color: #2c44b9;
	}

	#map #school_list ul li.new a {
		position: relative;
	}
	#map #school_list ul li.new a::before {
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		display: block;
		width: 25px;
		height:9px;
		background-image:url("/map/images/new.gif");
	}
	
	
}


@media (max-width: 850px) {
	#map {
		padding: 50px 0;
	}
}
@media (max-width: 768px) {
	#map {
		background-position: left 0 top 0;
	}
	
	#school .prefecture_ttl {
		font-size: 1.8rem;
		line-height: 1;
	}
	
	#school .area .acc span {
		padding: 15px;
		font-size: 1.6rem;
	}
	#school .area .plus,
	#school .area .minus {
		background-position: right 20px top 50%;
		background-size: contain;
	}
	
	#school .area .detail .tx dl {
		font-size: 1.5rem;
	}
	#school .area .map {
		text-align: center;
	}
	#school .area .map .link {
		float: none;
	}
	#school .area .map .link a {
		font-size: 1.4rem;
	}
	
	#school .area .image h5 {
		font-size: 1.6rem;
	}
}



/* 早わかり動画紹介
--------------------------------------------------------- */
#dvd_area {
	background-color: #fff100;
}

#dvd_area .wrapper {
	padding-bottom: 60px;
	min-height: 375px;
	position: relative;
}
#dvd_area h2 {
	padding: 60px 0 28px 400px;
	color: #09357f;
	font-size: 4.4rem;
	font-weight: bold;
	line-height: 1.0;
}
#dvd_area h2 span {
	display: inline-block;
	margin-right: 20px;
	padding: 8px;
	color: #fff;
	font-size: 2.9rem;
	background-color: #09357f;
	vertical-align: bottom;
}
#dvd_area p {
	margin-left: 400px;
}
#dvd_area p.dvd_area_txt {
	position: relative;
}
#dvd_area p img {
	position: absolute;
	top: 0;
	left: 0;
}

#dvd_area .link {
	margin-top: 12px;
}

@media (max-width: 1050px) {
	#dvd_area .wrapper {
		padding-bottom: 40px;
		background-position: left 20px top 0;
	}
	#dvd_area h2 {
		padding-bottom: 20px;
		padding-left: 380px;
	}
	#dvd_area p {
		margin-left: 380px;
	}
	
	#dvd_area p img {
		left: 20px;
	}
}

@media (max-width: 850px) {
	#dvd_area .wrapper {
		padding-bottom: 4vw;
	}
	
	#dvd_area h2 {
		padding-left: 36vw;
		font-size: 3.2rem;
	}
	#dvd_area h2 span {
		margin-right: 15px;
		font-size: 2.5rem;
	}
	#dvd_area p {
		margin-left: 36vw;
	}
	#dvd_area p img {
		width: 40vw;
	}

}
@media (max-width: 768px) {
	#dvd_area p img {
		left: 10px;
	}
	a.link {
		overflow: visible;
	}
}


#dvd_area_sp {
	display: none;
}




/* リンク集
--------------------------------------------------------- */
.relatedlink {
	padding: 60px 0 50px;
	background: url("/images/bg_gray.png");
}

.relatedlink .univ_list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.relatedlink .univ_list li {
	width: 23.3%;
}

.relatedlink .related_list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.relatedlink .related_list li {
	max-width: 330px;
	width: 31.4%;
}

.relatedlink .cm_list {
	display: flex;
	justify-content: space-between;
}
.relatedlink .cm_list li {
	width: 48.5%;
	margin-bottom: 40px;
}
.relatedlink .cm_list li:last-child .youtube_16_9 {
	overflow-y: scroll;
}

.sns_list {
	display: flex;
	justify-content: center;
}

.relatedlink .sns_list li {
	padding: 0 20px;
}

@media (max-width: 850px) {
	.relatedlink {
		padding: 40px 0;
	}
}
@media (max-width: 768px) {
	.relatedlink .univ_list {
		width: 94%;
		margin: 0 auto 25px;
		flex-wrap: wrap;
	}
	.relatedlink .univ_list li {
		width: 48%;
		margin-bottom: 15px;
	}
	
	.relatedlink .related_list {
		justify-content: space-around;
	}
	
	.relatedlink .cm_list {
		flex-wrap: wrap;
	}
	.relatedlink .cm_list li {
		width: 100%;
	}
}

.relatedlink #cm_ttl {
	display: none;
}






/* 四谷学院とは
--------------------------------------------------------- */
#about {
	display: flex;
}

#about_txt {
/*	min-height: 300px; */
	padding: 45px 50px 45px 43vw;
	background: url("/images/about_img.jpg") no-repeat left top 50%,
		url("/images/about_bg.png");
	background-size: 40vw 19.8vw, auto;
}
#about_txt h2 {
	margin-bottom: 0.5em;
	font-size: 2.6rem;
	color: #444;
}
#about_txt h2 strong {
	color: #d30006;
}

#about_txt p {
	font-size: 1.6rem;
}

@media (max-width: 1460px) {
	#about_txt {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}
@media (max-width: 1200px) {
	#about_txt h2 {
		font-size: 2.2rem;
	}
	#about_txt p {
		font-size: 1.4rem;
	}
}
@media (max-width: 768px) {
	#about_txt {
		padding: 51vw 20px 20px 20px;
		background-size: 100vw auto, auto;
		background-position: top 0 left 0;
	}
}



/* 相談会＆パンフレット
--------------------------------------------------------- */
.info_area {
	width: 100%;
}

.info_area .info_items li .info_btn img {
	max-width: 100%;
}

@media (max-width: 1050px) {
	.info_area .info_items li .info_btn img {
		width: 90%;
	}
}

/* 電話番号 */
.info_area .tel {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	border: 5px solid #e1110d;
	display: table;
	padding: 50px 40px;
}
.info_area .tel h3 {
	display: table-cell;
	width: auto;
	font-size: 2.5rem;
	vertical-align: middle;
}
.info_area .tel h3 span {
	color: #e1110d;
}
.info_area .tel p {
	display: table-cell;
	font-size: 1.4rem;
	vertical-align: middle;
}
.info_area .tel p img {
	margin: -10px 10px 0;
}

@media (max-width: 1200px) {
	.info_area {
		padding: 50px 20px;
	}
	.info_area .tel {
		display: flex;
		flex-wrap: wrap;
		padding: 30px;
		justify-content: center;
	}
	.info_area .tel h3 {
		display: block;
		margin-bottom: 20px;
		width: 100%;
		text-align: center;
	}
	.info_area .tel p img {
		margin-right: 20px;
	}
}
@media (max-width: 768px) {
	.info_area {
		padding: 0 10px;
		margin: 30px 0 0;
	}
	.info_area li:first-child {
		margin-bottom: 30px;
	}
	
	.info_area .info_items {
		margin-bottom: 30px;
	}
	
	/*
	.info_area .tel {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
		box-sizing: border-box;
	}
	.info_area .tel p img {
		margin: 0 0 15px 0;
	}*/
	.info_area .tel {
		display: none;
	}
	
	.feature_banner {
		display: none;
	}

}



/* ================================================================
 フッター
================================================================ */



