@charset "UTF-8";

/* layout */
.basis_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; */
}
.basis_wrap h5 { font-size: 14px;}
.basis_wrap *{
	box-sizing: border-box;
}
.basis_wrap .column-L{
	width: 206px !important;
	margin-top: 0;
}
.basis_wrap .column-R{
	width: 764px !important;
}

/* common */
.f10{
	font-size: 10px;
}
.f11{
	font-size: 15px; /* font-size: 11px; */
}
.f12{
	font-size: 12px;
}
.f14{
	font-size: 14px;
}
.f16{
	font-size: 16px;
}
.f18{
	font-size: 18px;
}
.red{
	color: #f00;
}
.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;}
.pl20 { padding-left:20px !important;}

/* サイド */
/*.basis_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;
}
.basis_wrap .side_wrap ul li{
	margin-bottom: 3px;
	width: 100%;
	border: 1px solid #00a1e9;
	font-weight: bold;
	display: table;
	letter-spacing: -0.05em;
}
.basis_wrap .side_wrap ul li span{
	display: table-cell;
	vertical-align: middle;
	height: 50px;
	padding: 0 10px;
	color: #333;
	background-color: #FFE200;
}
.basis_wrap .side_wrap ul li a{
	display: table-cell;
	vertical-align: middle;
	height: 50px;
	padding: 0 10px;
	color: #333;
}
.basis_wrap .side_wrap ul li a:hover{
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity = 50);
	text-decoration: none;
}
.basis_wrap .side_wrap ul li .f10{
	font-weight: normal;
	padding: 0;
}*/

/* サイド */
.basis_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;
}
.basis_wrap .side_wrap ul li{
	margin:8px 0px;
	width: 100%;
	font-size: 16px; /* font-size: 12px; */
	display: table;
	padding:8px 0 8px 8px;
	text-indent:-11px;
}
.basis_wrap .side_wrap ul li :before{
	content: "▲";
	display: inline-block;
	margin-right: 5px;
	margin-left: 8px;
	margin-top: 0px;
	color: #00a1e9;
	line-height: 14px;
	transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
}

.basis_wrap .side_wrap ul li span{
	display: table-cell;
	vertical-align: top;
	padding: 0 5px;
	color: #333;
}
.basis_wrap .side_wrap ul li a{
	display: table-cell;
	vertical-align: top;
	color:#00a1e9;
	padding: 0 5px;
}
.basis_wrap .side_wrap ul li a:hover{
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity = 50);
	text-decoration: none;
}
.basis_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;
}
.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;
}


/* コンテンツ */
.basis_wrap .content_wrap{
/*	border: 1px solid #2D77C2;
	padding: 25px 20px;
	background: #e3f2ee;*/
	padding: 0px 10px;
}
.basis_wrap .content_wrap a{
	text-decoration: underline;
}
.basis_wrap .content_wrap .content_tit{
	font-size: 24px;
/*	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 8px;
	background-color: #008000;
	border-radius: 10px;
	margin-bottom: 15px;*/
	text-align: left;
	color: #000;
	padding: 4px;
	border-bottom: 4px solid #008000;
	margin-bottom: 10px;
}

.basis_wrap .content_wrap .content_block {
	padding-bottom: 10px;
	overflow: hidden;
}
.basis_wrap .content_wrap .par_title{
	font-size: 16px;
	background-color: #4bacc6;
	color: #fff;
	padding: 10px;
}
.basis_wrap .content_wrap .par_ttls{
	background-color: #fff;
	margin:30px 0 10px 0;
	padding: 5px 20px 5px 8px;
	border-left:#008000 solid 16px; 
	font-size: 20px; /* font-size: 18px; */
	color: #000;
}
.basis_wrap .content_wrap .par_sttl{
	margin:0 0 10px 0;
	font-size: 14px;
	color: #00f;
}

.basis_wrap .content_wrap .par_inner{
	border: 2px solid orangered;
	padding: 10px;
	background: #fff;
}
.basis_wrap .content_wrap .par_inner2 {
	border: 2px solid orangered;
	border-radius: 10px;
	padding: 10px;
	background: #fff;
}

.basis_wrap .link_txt {
	text-align: right;
}
.basis_wrap .link_wrap {
	margin: 0 0 10px 0;
	overflow: hidden;
}
.basis_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: 13px;
	text-decoration: none;
}
.basis_wrap .link_btn a::before {
	content: "▲";
	display: inline-block;
	margin-top: 0px;
	margin-right: 5px;
	color: orangered;
	line-height: 1;
	transform: rotate(-30deg);
}
.basis_wrap .link_btn a {
	text-decoration: none;
}



.basis_wrap input[type=checkbox] {
	display: none;
}
.basis_wrap .check_css {
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: block;
	padding: 5px 0 5px 28px;
	vertical-align: middle;
	cursor: pointer;
	margin: 0px 0 0px 0;
}
.basis_wrap .check_css:hover {
	background: #efefef;
}
.basis_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;
}
.basis_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;
}
.basis_wrap .check_css:hover:after {
	border-color: #0171bd;
}
.basis_wrap input[type=checkbox]:checked + .check_css:before {
	opacity: 1;
}

.basis_wrap .point_block ul li {
	margin: 0 0 10px 0;
	padding-left: 1em;
	font-size: 14px;
	font-weight: bold;
	text-indent: -1em;
}
.basis_wrap .list-block { margin: 0 0 0 100px;}
.basis_wrap .list-block li {
	border: 2px solid #4bacc6;
	padding: 7px 8px 7px 7px;
	background: #fff;
	text-decoration: none;
	margin:6px 0 0 0;
	font-size: 14px; }
.basis_wrap .list-block li.w01 { margin-right:300px; }
.basis_wrap .list-block li.w02 { margin-right:80px; }
.basis_wrap .list-block li a { text-decoration: none; }
.basis_wrap .list-block li a::before {
	content: "▲";
	display: inline-block;
	margin-right: 5px;
	transform: rotate(-30deg);
	color: orangered;
	margin-top: 0px;
	line-height: 1;
}
/* -------------------------------------------------------------
                   　　　　ステップ
---------------------------------------------------------------- */
.basis_wrap {
}
.basis_wrap .ttl_wrap {
	margin: 0 0 10px 0;
}
.basis_wrap .ttl_wrap2 {
	margin: 0 0 10px 0;
	height:260px;
}
.basis_wrap .h-nowrap {
	display:inline;
	line-height:35px;
}
.basis_wrap .example {
	margin: auto 10px;
	border: 2px solid #00f;
	padding: 3px;
	border-radius: 5px;
	background-color:#fff;
}
.basis_wrap h6{
	font-size:14px !important;
}
.basis_wrap .posi1_img {
	position:relative;
	top: -155px;
	left: 720px;
}
.basis_wrap .posi2_img {
	position:relative;
	top: -150px;
	left: 660px;
}
.basis_wrap .posi3_img {
	position:relative;
	top: -240px;
	left: 780px;
}

.basis_wrap .shiki-1 {
	margin: auto 10px auto 50px;
	border: 2px solid #c0504d;
	padding: 3px;
	border-radius: 5px;
	background-color:#fff;
}
.basis_wrap .shiki-2 {
	margin: 15px 10px;
	border: 2px solid #00f;
	padding: 3px;
	border-radius: 5px;
	background-color:#fff;
}

.basis_wrap .txt-jisage {
	padding-left: 1em;
	text-indent: -1em;
}

.basis_wrap .jikan_hd {
	margin: 0 0 10px 0;
	color: #00f;
}
.basis_wrap .jikan_wrap {
	position: relative;
	width: 600px;
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	box-sizing: border-box;
	overflow: hidden;
}
.basis_wrap .jkn {
	display: table;
	width: 290px;
	border: 2px solid #fcf;
	border-radius: 5px;
	box-sizing: border-box;
}
.basis_wrap .jkn .time {
	display: table-cell;
	padding: 5px;
	font-size: 16px;
	color: #f00;
	vertical-align: middle;
}
.basis_wrap .jkn .subj {
	display: table-cell;
	padding: 5px;
	vertical-align: middle;
}

.basis_wrap #jkn01 ,
.basis_wrap #jkn02 {
	position: absolute;
	height: 50px;
	top: 0;
	left: 10px;
}
.basis_wrap #jkn02 {
	top: 60px;
}
.basis_wrap #jkn03 {
	float: right;
	height: 112px;
}

.basis_wrap .mochimono {
	overflow: hidden;
}
.basis_wrap .mochimono .par_inner {
	float: left;
	width: 340px;
	margin: 0 8px 10px 0;	
}
.basis_wrap .mochimono #mochi02 {
	margin: 0 0 10px 0;	
}
.basis_wrap .mochimono #mochi01 ,
.basis_wrap .mochimono #mochi02 {
	height: 370px;
}

.basis_wrap .mochimono .ttl_wrap {
	padding: 0 0 10px 0;
}
.basis_wrap .mochimono #mochi01 {
	background: url(/scl_dai/img/daigakujyuken/ippannyushi-advice_pencil.jpg) no-repeat 280px 10px #fff;
	background-size: auto 50px;
}
.basis_wrap .mochimono #mochi02 {
	background: url(/scl_dai/img/daigakujyuken/ippannyushi-advice_text.jpg) no-repeat 240px 10px #fff;
	background-size: auto 50px;
}

.basis_wrap .michinori .par_inner {
	background: url(/scl_dai/img/daigakujyuken/ippannyushi-advice_train.png) no-repeat 290px 10px #fff;
	background-size: auto 60px;
	width: 400px;
	margin: 20px auto 10px;	
}
.basis_wrap .lead{
	padding:5px 10px;
}
.basis_wrap .ex_img {
}
.basis_wrap .ex_img img{
	width:100%;
	margin:0 auto;
}
.blue{
	color: #00f;
}
.chuui{
	color:#808080;
	font-size:12px;
}
.basis_wrap .txt-jisage2 {
	padding-left: 2em;
	text-indent: -1.5em;
}
.basis_wrap .link_list {
	margin: 0 0 0 130px;
	text-align: left;
}
.basis_wrap .link_list .list_dat {
	display: inline-block;
	background: #fff;
	margin: 6px 0 0 0;
	padding: 7px 10px 7px 7px;
	border: 2px solid #4bacc6;
	font-size: 14px;
	width: 430px;
}
.basis_wrap .link_list li a{
	text-decoration: none;
}
.basis_wrap .link_list li a:before{
	content: "▲";
	display: inline-block;
	margin-right: 5px;
	margin-top: 0px;
	color: orangered;
	line-height: 1;
	transform: rotate(-30deg);
}
.basis_wrap .ex_waku {
	margin: 0 auto;
/*	border: 2px solid #cc6666;*/
	width: 100%;
	padding: 10px;
/*	border-radius: 25px;*/
	background-color:#fff;
}
.basis_wrap .ex_waku p{
	font-size:15px; /* font-size:13px; */
	line-height: 1.8; /* line-height: 25px; */
}
.basis_wrap .link_fmt {
	text-align:center;
	font-size:16px;
}
.basis_wrap .link_fmt a{
	text-decoration:underline;
}
.basis_wrap .link_fmt a:link {
	color: #00f;
}
.basis_wrap .link_fmt a:visited {
	color: #00f;
}
.basis_wrap .link_fmt a:hover {
	color: #00f;
}
.basis_wrap .link_fmt a:active {
	color: #00f;
}
.basis_wrap .point_block {
	clear: both;
	position: relative;
	background-color: #ffcc99;
	width: 660px;
	margin: 60px 40px 40px 40px;
	padding: 10px 0px 0px 0px;
}
.basis_wrap .point_block .point_ttl {
	position: absolute;
	background-color: #ee4661;
	width: 120px;
	height: 30px;
	top: -30px;
	left: -35px;
	padding: 2px 5px 10px 5px; /* padding: 6px 5px 10px 5px; */
	border-radius: 50%;
	box-sizing: border-box;
	font-size: 16px; /* font-size: 13px; */
	font-weight: bold;
	color: #fff;
	text-align: center;

}
.basis_wrap .point_block .point_ttl:before {
	content: "";
	position: absolute;
	background-color: #ee4661;
	width: 22px;
	height: 8px;
	bottom: -4px;
	left: 80px;
	z-index: 1;
}
.basis_wrap .point_block .point_ttl:after {
	content: "";
	position: absolute;
	background-color: #ffcc99;
	width: 10px;
	height: 20px;
	bottom: -16px;
	left: 84px;
	transform:rotate(-75deg);
	-ms-transform:rotate(-75deg);
	-webkit-transform:rotate(-75deg);
	-moz-transform:rotate(-75deg);
	-o-transform:rotate(-75deg);
	z-index: 1;
}
.basis_wrap .point_block .point_naiyo{
	background-color:#fff;
	width:100%;
}
.basis_wrap .point_block .point_naiyo p{
	font-size:15px; /* font-size:13px; */
	border: 2px solid #ff9933;
	line-height: 1.8; /* line-height: 25px; */
	padding:10px 0 10px 5px;
}
.basis_wrap .point_block .point_sbttl {
	font-size:16px;
	padding: 0 0 5px 5px;
}
.basis_wrap .eigo{
	background-color:#ff3399;
	font-size:16px;
	display:inline-block;
	text-align:center;
	border-radius:5px;
}
.basis_wrap .suugak{
	background-color:#6699ff;
	font-size:16px;
	display:inline-block;
	text-align:center;
	border-radius:5px;
}
.basis_wrap .kokugo{
	background-color:#339933;
	font-size:16px;
	display:inline-block;
	text-align:center;
	border-radius:5px;
}
.basis_wrap .eigo_ttl{
	background-color:#ff3399;
	color:#fff;
	font-size:20px; /* font-size:18px; */
	display:block;
	border-radius:5px;
	padding:5px 10px;
	line-height:30px; /* line-height:20px; */
	margin:20px 0;
}
.basis_wrap .suugak_ttl{
	background-color:#6699ff;
	color:#fff;
	font-size:20px; /* font-size:18px; */
	display:block;
	border-radius:5px;
	padding:5px 10px;
	line-height:30px; /* line-height:20px; */
	margin:20px 0;
}
.basis_wrap .kokugo_ttl{
	background-color:#339933;
	color:#fff;
	font-size:20px; /* font-size:18px; */
	display:block;
	border-radius:5px;
	padding:5px 10px;
	line-height:30px; /* line-height:20px; */
	margin:20px 0 0 0;
}
.basis_wrap .mokhyo{
	margin:25px auto;
	border:2px #ff9933 solid;
	background-color:#fff;
	padding:15px 5px;
	width:98%;
}
.basis_wrap .mokhyo_ttl{
	background-color: #ff9933;
	color: #fff;
	border-radius: 70px / 45px;
	padding: 5px 10px;
	line-height: 20px;
	font-size: 16px;
	margin-right: 15px;
	width: 100px;
	letter-spacing: 1px;
	text-align:center;
}
.basis_wrap .jmp_tbl{
	display:table;
	border-collapse: separate;
	border-spacing:5px;
	width:100%;
	margin:20px auto 0 auto;
	padding:0 10px;
}
.basis_wrap .jmp_tbl li{
	display:table-cell;
	line-height:30px;
}
.basis_wrap .jmp_tbl li a{
	text-decoration:none;
	color:#fff;
	font-size:20px;
}
.basis_wrap .sbttl{
	margin: 10px 0 10px 10px;
	font-size:16px; /* font-size:14px; */
}
.basis_wrap .sbpoint{
	padding: 0px 10px;
	/* line-height: 20px; */
}
.basis_wrap .a1{
	margin-top: -85px;
	padding-top: 85px;
}
.basis_wrap .a2{
	margin-top: -85px;
	padding-top: 85px;
}
.basis_wrap .a3{
	margin-top: -85px;
	padding-top: 85px;
}
.basis_wrap .page-ue{
	text-align:right;
	font-size:12px;
	margin: 5px 20px;
}
.basis_wrap .page-ue a{
	text-decoration:none;
}
.basis_wrap .kamoku_ttl{
	background-color: #00f;
	color: #fff;
	font-size: 20px; /* font-size: 14px; */
	display: inline-block;
	border-radius: 5px;
	padding: 5px 10px;
	line-height:30px; /* line-height:20px; */
	text-align: center;
	width: 100px;
	margin: 0 0 0 8px;
	position:relative;
	top:20px;
}