@charset "utf-8";
/*************************************************************
 * LP SP版 共通CSS
 *************************************************************/

@import "/common/css/campaign/sp/school_sp.css";


/* common
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}



/*general
------------------------------------------------------------*/
html {
/*	font-size: 66.66667%; */
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}

body {
	background-color: #ffffff;
	font-size: 1rem;
	font-family: sans-serif;
	color: #000000;
}

img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

body > img {
	width: auto !important;
}

strong {
	color: #ff3300;
}



/* 合格校
------------------------------------------------------------*/
.goukakukou dt {
	padding: 15px 0;
	text-align: center;
}
.goukakukou dt img {
	width: 57.5vw;
}

.goukakukou dd {
	width: 93.75%;
	margin: 0 auto;
	color: #29396f;
/*	font-size: 1.1rem; */
	font-size: 1.4rem;
	line-height: 1.6;
	font-weight: bold;
}
.goukakukou dd strong {
/*	font-size: 1.3rem; */
	font-size: 1.5rem;
	color: #e50012;
}


/* メイン下2020入試改革
------------------------------------------------------------*/
#main_nyushi2020 {
	width: 93.75%;
	margin: 10px auto 0;
	padding: 13px;
	background-color: #29396f;
	text-align: center;
	box-sizing: border-box;
}
#main_nyushi2020 img {
	max-width: 87vw;
}


/* 固定CVエリア
------------------------------------------------------------*/
.fixed {
	position: fixed;
	left: 0;
	bottom: 0;
	display: none;
	width: 100%;
	z-index: 10000;
	/* background-color: #0e357f; */
	background-color: #fef104;
	padding: 0;
}
.fixed .fixed_cv {
	display: flex;
	padding: 2% 2% 1.5% 2.5%;
}
.fixed .fixed_cv li {
	width: 50%;
	flex-basis: auto;
	padding: 1%;
}
.fixed .fixed_cv li a {
	display: block;
}
.fixed .fixed_cv li a img {
	vertical-align: bottom;
}



/* 夏期講習＆冬期講習バナー
------------------------------------------------------------*/
.banner_area {
	width: 93%;
	margin: 0 auto;
	text-align: center;
}
.banner_area img {
	margin-top: 5px;
}



/* CVエリア
------------------------------------------------------------*/
.cvBox {
	padding: 1.4rem 0;
	background-color: #ffffff;
}
.cvBox ul {
	overflow: hidden;
	width: 92.8125%;
	margin: 0 auto;
}
.cvBox ul li {
		width:100%;
}
.cvBox ul li:first-child {
		padding-bottom: 10px;
}
.cvBox .school_link {
	width: 80.80808%;
	margin:1rem auto 1rem;
}
.cvBox .telNo{
	padding:0;
	width:99%;
	margin:0 auto;
}


.cv_intro {
	margin: 15px auto 0;
	width: 92.8125%;
}

.cv_intro + .cvBox {
	padding-top: 5px;
}


/* CVエリアフォーム版 */
.cvBox_inner {
	font-size: 14px;
	margin: 0 auto;
	width: 92.8125%;
}

.cvBox .cv_form{
	width: auto;
	background-color: #009844;
	margin-bottom: 25px;
	padding: 15px;
}

.cvBox .cv_form .select_wrap{
	position: relative;
}
.cvBox .cv_form .select_wrap select{
	width: 100%;
	font-size: 20px;
	padding: 8px 8px 8px 15px;
	background-color: #fff;
	border-radius: 6px;
	margin: 12px 0;
	color: #333333;
	-webkit-appearance: none;
	appearance: none;
}

.cvBox .cv_form .select_wrap:after {
	content: "";
	position: absolute;
	right: 14px;
	top: 28px;
	width: 8px;
	height: 8px;
	border-top: 3px solid #666;
	border-left: 3px solid #666;
	transform: translateY(-50%) rotate(-135deg);
	pointer-events: none;
}

.cvBox .cv_form .alert{
	display: none;
	background: url("/common/images/cv_form_alert_icon.png") no-repeat left/1em 1em;
	padding-left: 1.2em;
	color: #fff;
	margin-top: 10px;
}

.cv_reservation {
	margin-bottom: 25px;
}


/* 生徒の声
------------------------------------------------------------*/
#voice {
	background-color: #fff104;
}

#voice h3 {
	margin-bottom: 15px;
}

#voice .colWrap {
	width: 100%;
	padding-left: 2vw;
	box-sizing: border-box;
}
#voice .colWrap .col{
	margin-bottom: 5px;
}
#voice .colWrap .col dl{
	margin-right: 2vw;
	padding: 15px;
	background-color: #f6f6f1;
	border-radius: 0 0 10px 10px;
}
#voice .colWrap .col dl dt {
	margin-bottom: 0.5em;
/*	font-size: 16px; */
	font-size: 17.5px;
	font-weight: bold;
/*	line-height: 1.2; */
	line-height: 1.5;
}
#voice .colWrap .col dl dd {
/*	font-size: 14px; */
/*	line-height: 1.5; */
	font-size: 16px;
	line-height: 1.7;
}

#voice .notes {
	padding: 5px 3.1% 0 0;
	text-align: right;
	font-size: 1.2rem;
}

/*
#voice #voiceSlider {
	width: 93.75%;
	margin: 2rem auto 0;
	border-radius: 8px;
	background: #ffffff url(../images/index_bg001.png) no-repeat 100% 0;
	background-size: 24% auto;
}
#voice #voiceSlider:after {
	content: '';
	display: table;
	clear: both;
}
#voice #voiceSlider #voiceWrap {
	width: 86.66667%;
	margin: 0 auto;
}
#voice #voiceSlider ul li .voiceBox {
	padding: 1.8rem 0 4rem;
}
#voice #voiceSlider ul li p:first-child {
	width: 44.42308%;
	float: left;
}
#voice #voiceSlider ul li p:nth-child(2) {
	width: 55.57692%;
	float: right;
}
#voice #voiceSlider ul li p:nth-child(3) {
	clear: both;
}

.bx-wrapper .bx-prev {
	left: -11.53846%;
}

.bx-wrapper .bx-next {
	right: -11.53846%;
}

.bx-wrapper .bx-pager {
	margin-left: -7.69231%;
	width: 115.38462%;
}
*/


/* 大学入試制度改革
------------------------------------------------------------*/
#nyushi2020 {
	padding: 3rem 1.5em;
}
#nyushi2020 h2 {
	margin-bottom: 2.5rem;
}
#nyushi2020 .nyushi2020_contents {
	padding: 1.5rem;
/*	font-size: 1.4rem; */
/*	line-height: 1.6;*/
	font-size: 1.6rem;
	line-height: 1.75;
}
#nyushi2020 .nyushi2020_contents .nyushi2020_txt p {
	margin-bottom: 1.5rem;
}
#nyushi2020 .nyushi2020_contents .nyushi2020_img {
	display: flex;
	align-items: flex-start;
}
#nyushi2020 .nyushi2020_contents .nyushi2020_img img {
	width: 50%;
}


/*footer
------------------------------------------------------------*/
footer {
	line-height: 1.6;
	text-align: center;
}
footer dl {
	padding: 1.2rem 0 1rem;
	font-size: 1.2rem;
}
footer dl dt {
	display: inline;
}
footer dl dt:after {
	content: "：";
}
footer dl dd {
	display: inline;
}
footer dl dd a {
	color: #29396f;
}
footer dl dd + dd:before {
	content: "｜";
}
footer p {
/*	font-size: 0.9rem; */
	font-size: 1.2rem;
	line-height: 1.6;
}


