@charset "UTF-8";

/* layout */
.centerchokuzen_wrap {
	clear:both;
	margin-bottom: 20px;
	/* font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; */
	line-height: 1.8; /* line-height: 1.4; */
	font-size: 15px; /* font-size: 13px; */
}
.centerchokuzen_wrap h5 { font-size: 14px;}
.centerchokuzen_wrap *{
	box-sizing: border-box;
}
.centerchokuzen_wrap .column-L{
	width: 240px !important;
	margin-top: 0;
}
.centerchokuzen_wrap .column-R{
	width: 730px !important;
}

/* common */
.f10{
	font-size: 10px;
}
.f12{
	font-size: 12px;
}
.f14{
	font-size: 14px;
}
.f16{
	font-size: 16px;
}
.f18{
	font-size: 18px;
}
.red{
	color: #f00;
}
.blue{
	color: #0000cc;
}
.green{
	color: #339900;
}
.orangered { color: orangered;}

.underline{
	text-decoration: underline;
}
.gutter22 {
	padding: 0 22px;
} 
.gutter32 {
	padding: 0 32px;
} 
.gutter64 {
	padding: 0 64px;
} 
.gutter86 {
	padding: 0 86px;
} 

.block { display: block;}
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb40 {margin-bottom: 40px !important;}
.ml5 { margin-left:5px !important;}
.ml8 { margin-left:8px !important;}
.mt40 { margin-top:40px !important;}
.mt15 { margin-top:15px !important;}

.pl100 { padding-left:100px !important;}

/* サイド */
/*----------.centerchokuzen_wrap .side_wrap .side_tit{
	display: block;
	padding: 12px 5px;
	margin-bottom: 3px;
	width: 100%;
	background-color: #00a1e9;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.centerchokuzen_wrap .side_wrap ul li{
	margin-bottom: 3px;
	width: 100%;
	border: 1px solid #00a1e9;
	font-weight: bold;
	display: table;
	letter-spacing: -0.05em;
}
.centerchokuzen_wrap .side_wrap ul li span{
	display: table-cell;
	vertical-align: middle;
	height: 50px;
	padding: 0 5px;
	color: #333;
	background-color: #FFE200;
}
.centerchokuzen_wrap .side_wrap ul li a{
	display: table-cell;
	vertical-align: middle;
	height: 50px;
	padding: 0 5px;
	color: #333;
}
.centerchokuzen_wrap .side_wrap ul li a:hover{
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity = 50);
	text-decoration: none;
}
.centerchokuzen_wrap .side_wrap ul li .f10{
	font-weight: normal;
	padding: 0;
}----------*/


/* 次のページへ */
.nextpage a {
	display: block;
	background-color: #008000;
	color: #fff;
	padding: 10px 20px;
	/* width: 150px; */
	float: right;
	text-decoration: none !important;
	text-align: center;
	font-size:20px;
}
.nextpage a::before {
	content: "▲";
	display: inline-block;
	margin-right: 5px;
	transform: rotate(-30deg);
	color: #fff;
	margin-top: 0px;
	line-height: 1.1;
	font-size: 11px;
}


/* コンテンツ */
.centerchokuzen_wrap .content_wrap{
/*	border: 1px solid #2D77C2;
	padding: 25px 20px;
	background: #e3f2ee;*/
	padding: 0px 10px;
}
.centerchokuzen_wrap .content_wrap a{
	text-decoration: underline;
}
.centerchokuzen_wrap .content_wrap .content_tit{
/*	font-size: 24px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	background-color: #008000;
	border-radius: 10px;
	margin-bottom: 10px;*/
	font-size: 24px;
	text-align: left;
	color: #000;
	padding: 4px;
	border-bottom: 4px solid #008000;
	margin-bottom: 10px;
}

.centerchokuzen_wrap .content_wrap .content_block {
/*	padding: 30px 0 10px 0;*/
	overflow: hidden;
}
.centerchokuzen_wrap .content_wrap .par_title{
/*	font-size: 16px;
	background-color: #4bacc6;
	color: #fff;
	padding: 10px;*/
	font-size: 24px; /* font-size: 20px; */
	color: #00f;
	padding: 10px;
}
.centerchokuzen_wrap .content_wrap .par_ttls{
	background-color: #fff;
	margin:10px 0 5px 0;
	padding: 5px 20px 5px 8px;
	border-left:#008000 solid 16px; 
/*	font-size: 14px;*/
	font-size: 24px; /* font-size: 18px; */
	color: #000;
}
.centerchokuzen_wrap .content_wrap .par_sttl{
	margin:0 0 10px 0;
/*	font-size: 14px;*/
	font-size: 20px; /* font-size: 16px; */
	color: #00f;
}
.centerchokuzen_wrap .content_wrap .par_sttl2{
	margin:0 0 10px 0;
	font-size: 16px; /* font-size: 14px; */
	color: #00f;
}

.centerchokuzen_wrap .content_wrap .par_inner{
	border: 2px solid orangered;
	padding: 10px;
	background: #fff;
}
.centerchokuzen_wrap .content_wrap .par_inner2 {
	border: 2px solid orangered;
	border-radius: 10px;
	padding: 10px;
	background: #fff;
}

.centerchokuzen_wrap .link_txt {
	text-align: right;
}
.centerchokuzen_wrap .link_wrap {
	margin: 0 0 10px 0;
	overflow: hidden;
}
.centerchokuzen_wrap .link_btn {
	float: right;
	display: inline-block;
	background: #fff;
	margin: 0 0 0 0;
	padding: 7px 8px 7px 7px;
	border: 2px solid #4bacc6;
	font-size: 20px; /* font-size: 13px; */
	text-decoration: none;
}
.centerchokuzen_wrap .link_btn a::before {
	content: "▲";
	display: inline-block;
	margin-top: 0px;
	margin-right: 5px;
	color: orangered;
	line-height: 1;
	transform: rotate(-30deg);
}
.centerchokuzen_wrap .link_btn a {
	text-decoration: none;
}



.centerchokuzen_wrap input[type=checkbox] {
	display: none;
}
.centerchokuzen_wrap .check_css {
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: block;
	padding: 0 0 5px 28px; /* padding: 5px 0 5px 28px; */
	vertical-align: middle;
	cursor: pointer;
	margin: 0px 0 0px 0;
	font-size:15px;
}
.centerchokuzen_wrap .check_css:hover {
	background: #efefef;
}
.centerchokuzen_wrap .check_css:before {
	content: '';
	position: absolute;
	display: block;
	top: 4px;
	left: 7px;
	width: 5px;
	height: 9px;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.centerchokuzen_wrap .check_css:after {
	content: '';
	position: absolute;
	display: block;
	top: 3px;
	left: 2px;
	width: 14px;
	height: 14px;
	border: 2px solid #666;
	border-radius: 2px;
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
}
.centerchokuzen_wrap .check_css:hover:after {
	border-color: #0171bd;
}
.centerchokuzen_wrap input[type=checkbox]:checked + .check_css:before {
	opacity: 1;
}



.centerchokuzen_wrap .point_block {
	clear: both;
	position: relative;
	background-color: #fdeee2;
	width: 600px;
	margin: 30px auto 0;
	padding: 40px 15px 5px 15px;
	border: 2px solid orangered;
	border-radius: 15px;
}
.centerchokuzen_wrap .point_block ul li {
	margin: 0 0 10px 0;
	padding-left: 1em;
	font-size: 14px;
	font-weight: bold;
	text-indent: -1em;
}
.centerchokuzen_wrap .point_block .point_ttl {
	position: absolute;
	background-color: #ee4661;
	width: 120px;
	height: 50px;
	top: -25px;
	left: 0;
	padding: 16px 5px 10px 5px;
	border-radius: 50%;
	box-sizing: border-box;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.centerchokuzen_wrap .point_block .point_ttl:before {
	content: "";
	position: absolute;
	background-color: #ee4661;
	width: 20px;
	height: 20px;
	bottom: -10px;
	left: 55px;
	border-radius: 20px;
	z-index: 1;
}
.centerchokuzen_wrap .point_block .point_ttl:after {
	content: "";
	position: absolute;
	background-color: #fdeee2;
	width: 20px;
	height: 20px;
	bottom: -19px;
	left: 65px;
	border-radius: 20px;
	z-index: 1;
}


.centerchokuzen_wrap .list-block { margin: 0 0 0 100px;}
.centerchokuzen_wrap .list-block li:not(.bnimg) {
	border: 2px solid #4bacc6;
	padding: 7px 8px 7px 7px;
	background: #fff;
	text-decoration: none;
	margin:6px 0 0 0;
	font-size: 14px;
	width:100%; /* width:80%; */
}
.centerchokuzen_wrap .list-block li.w01 { margin-right:300px; }
.centerchokuzen_wrap .list-block li.w02 { margin-right:80px; }
.centerchokuzen_wrap .list-block li a { text-decoration: none; font-size:18px; }
.centerchokuzen_wrap .list-block li:not(.bnimg) a::before {
	content: "▲";
	display: inline-block;
	margin-right: 5px;
	transform: rotate(-30deg);
	color: orangered;
	margin-top: 0px;
	line-height: 1;
}


/* -------------------------------------------------------------
                   　　　　ステップ1
---------------------------------------------------------------- */
.centerchokuzen_wrap #stp01 {
}
.centerchokuzen_wrap #stp01 .ttl_wrap {
	margin: 0 0 10px 0;
}
.centerchokuzen_wrap #stp01 .ttl_wrap.pic1 {
	background: url(/scl_dai/img/daigakujyuken/centerchokuzen_clock.jpg) no-repeat right 0;
	padding: 0 100px 0 0;
	background-size: 100px auto;
}
.centerchokuzen_wrap #stp01 .ttl_wrap.pic2 {
	background: url(/scl_dai/img/daigakujyuken/centerchokuzen_marksheet.jpg) no-repeat right 0;
	padding: 0 100px 0 0;
	background-size: 100px auto;
}

.centerchokuzen_wrap #stp01 .jikan_hd {
	margin: 0 0 10px 0;
	color: #00f;
	font-size:18px; /* font-size:14px; */
}
.centerchokuzen_wrap #stp01 .jikan_wrap {
	position: relative;
	width: 650px; /* width: 600px; */
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	box-sizing: border-box;
	overflow: hidden;
	height: 260px;
}
.centerchokuzen_wrap #stp01 .jkn {
	display: table;
	width: 310px; /* width: 290px; */
	border: 2px solid #fcf;
	border-radius: 5px;
	box-sizing: border-box;
}
.centerchokuzen_wrap #stp01 .jkn .time {
	display: table-cell;
	padding: 5px;
	font-size: 16px;
	color: #f00;
	vertical-align: middle;
}
.centerchokuzen_wrap #stp01 .jkn .subj {
	display: table-cell;
	padding: 5px;
	vertical-align: middle;
}

.centerchokuzen_wrap #stp01 #jkn01 ,
.centerchokuzen_wrap #stp01 #jkn02 ,
.centerchokuzen_wrap #stp01 #jkn04,
.centerchokuzen_wrap #stp01 #jkn05 {
	position: absolute;
	height: 50px;
	top: 0;
	left: 10px;
}
.centerchokuzen_wrap #stp01 #jkn02 {
	top: 110px;
}
.centerchokuzen_wrap #stp01 #jkn03 {
	float: right;
	height: 112px;
}
.centerchokuzen_wrap #stp01 #jkn04 {
	top: 184px;
}
.centerchokuzen_wrap #stp01 #jkn05 {top: 55px;}
.centerchokuzen_wrap #stp01 .mochimono {
	overflow: hidden;
}
.centerchokuzen_wrap #stp01 .mochimono .par_inner {
	float: left;
/*	width: 340px;*/
	width: 710px;
	margin: 0 8px 10px 0;	
}
.centerchokuzen_wrap #stp01 .mochimono #mochi02 {
	margin: 0 0 10px 0;	
}
.centerchokuzen_wrap #stp01 .mochimono #mochi01 ,
.centerchokuzen_wrap #stp01 .mochimono #mochi02 {
/*	height: 370px;*/
}

.centerchokuzen_wrap #stp01 .mochimono .ttl_wrap {
	padding: 0 0 10px 0;
}
.centerchokuzen_wrap #stp01 .mochimono #mochi01 {
	background: url(/scl_dai/img/daigakujyuken/centerchokuzen_pencil.jpg) no-repeat 620px 10px #fff;
	background-size: auto 60px;
}
.centerchokuzen_wrap #stp01 .mochimono #mochi02 {
	background: url(/scl_dai/img/daigakujyuken/centerchokuzen_text.jpg) no-repeat 580px 10px #fff;
	background-size: auto 60px;
}

.centerchokuzen_wrap #stp01 .michinori .par_inner {
	background: url(/scl_dai/img/daigakujyuken/centerchokuzen_train.png) no-repeat 590px 10px #fff;
	background-size: auto 60px;
	width: 710px;
	margin: 20px auto 10px;	
}

.centerchokuzen_wrap #stp01 .michinori .par_inner ul{
	display:table;
}
.centerchokuzen_wrap #stp01 .michinori .par_inner ul li{
	display:table-cell;
	width: 180px;
	white-space: nowrap;
}
.centerchokuzen_wrap #stp01 .michinori .par_inner ul .nrap{
	white-space: nowrap;
}

/* -------------------------------------------------------------
                   　　　　ステップ2
---------------------------------------------------------------- */
.centerchokuzen_wrap #stp02 .sentaku_chart {
	display: table;
	margin: 0 0 10px 0;	
}
.centerchokuzen_wrap #stp02 .sentaku_chart .sbj_wrap {
	position: relative;
	display: table-cell;
	width: 420px; /* width: 375px; */
	padding-left: 30px;
}
.centerchokuzen_wrap #stp02 .sentaku_chart .sbj_wrap:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 6px;
	right: -10px;
	margin: auto;
	border: 20px solid transparent;
	border-left: 14px solid red;
	vertical-align: middle;
}
.centerchokuzen_wrap #stp02 .sentaku_chart .sbj_wrap:after {
	content: "";
	position: absolute;
	background-color: red;
	width: 20px;
	height: 14px;
	top: 19px;
	right: 24px;
	margin: auto;
	vertical-align: middle;
}

.centerchokuzen_wrap #stp02 .sentaku_chart .sbj1 ,
.centerchokuzen_wrap #stp02 .sentaku_chart .sbj2 {
	display: block;
	padding: 3px 0;
}
.centerchokuzen_wrap #stp02 .sentaku_chart .sbj3 {
	display: table-cell;
	padding: 5px;
	border: 1px solid orangered;
	vertical-align: middle;
}
.centerchokuzen_wrap #stp02 .sentaku_chart .sbj1 ,
.centerchokuzen_wrap #stp02 .sentaku_chart .sbj2 {
	display: block;
}
.centerchokuzen_wrap #stp02 .sentaku_chart strong {
	background-color: #4bacc6;
	display: inline-block;
	margin: 0 3px;
	padding: 2px 10px;
	border-radius: 4px;
	font-weight: normal;
	color: #fff;
}

.centerchokuzen_wrap #stp02 .sentaku_chart .sbj3 strong {
	margin: 0 3px 0 0;
}
.centerchokuzen_wrap #stp02 .sentaku_chart .ud {
	text-decoration: underline;
}


.centerchokuzen_wrap #stp02 .yasumi .par_inner {
	float: left;
	width: 340px;
	margin: 0 8px 10px 0;	
}
.centerchokuzen_wrap #stp02 .yasumi #yasumi01 .par_sttl {
	color: #000;
}
.centerchokuzen_wrap #stp02 .yasumi {
	overflow: hidden;
}
.centerchokuzen_wrap #stp02 .yasumi #yasumi01 .yasumi_l ,
.centerchokuzen_wrap #stp02 .yasumi #yasumi01 .yasumi_r {
	float: left;
	width: 150px;
}
.centerchokuzen_wrap #stp02 .yasumi #yasumi01 p img {
	width: 100%;
	height: auto;
}
.centerchokuzen_wrap #stp02 .yasumi #yasumi01 .fig01 { margin-bottom: 30px; }
.centerchokuzen_wrap #stp02 .yasumi #yasumi01 .fig02 { margin-bottom: 20px; }
.centerchokuzen_wrap #stp02 .yasumi #yasumi01 .fig03 { margin-bottom: 21px; }
.centerchokuzen_wrap #stp02 .yasumi #yasumi01 .fig04 { margin-bottom: 0; }
.centerchokuzen_wrap #stp02 .yasumi #yasumi01 .fig05 { margin-top: 192px; margin-bottom: 68px; }
.centerchokuzen_wrap #stp02 .yasumi #yasumi01 .fig06 { margin-bottom: 74px; }
.centerchokuzen_wrap #stp02 .yasumi #yasumi01 .fig07 { margin-bottom: 0; }

.centerchokuzen_wrap #stp02 .yasumi #yasumi02 {
	margin: 0 0 10px 0;	
}
.centerchokuzen_wrap #stp02 .yasumi #yasumi02 ol {
	list-style: none;
}
.centerchokuzen_wrap #stp02 .yasumi #yasumi02 ol li {
	margin: 0 0 10px 0;
	font-size:15px;
}


/* サイド */
.centerchokuzen_wrap .side_wrap .side_tit{
	display: block;
	padding: 12px 5px;
	margin-bottom: 3px;
	width: 100%;
	background-color: #00a1e9;
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-size:16px;
}
.centerchokuzen_wrap .side_wrap ul li{
	margin:8px 0px;
	width: 100%;
	font-size: 15px; /* font-size: 12px; */
	display: table;
	padding:8px 0 8px 8px;
	text-indent:-11px;
}
.centerchokuzen_wrap .side_wrap ul li :before{
	content: "▲";
	display: inline-block;
	margin-right: 5px;
	margin-left: 8px;
	margin-top: 0px;
	color: #00a1e9;
	line-height: 15px; /* line-height: 14px; */
	transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
}

.centerchokuzen_wrap .side_wrap ul li span{
	display: table-cell;
	vertical-align: top;
	padding: 0 5px;
	color: #333;
}
.centerchokuzen_wrap .side_wrap ul li a{
	display: table-cell;
	vertical-align: top;
	color:#00a1e9;
	padding: 0 5px;
}
.centerchokuzen_wrap .side_wrap ul li a:hover{
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity = 50);
	text-decoration: none;
}
.centerchokuzen_wrap .side_wrap ul li .f10{
	font-weight: normal;
	padding: 0;
}
