/* layout */
.suisen_wrap{
	clear:both;
	margin-bottom: 20px;
	/* font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; */
	font-size:15px;
	line-height:1.8;
}
.suisen_wrap *{
	box-sizing: border-box;
}
.suisen_wrap .main_img{
	margin-bottom: 40px;
}
.suisen_wrap .column-L{
	width: 206px !important;
	margin-top: 0;
}
.suisen_wrap .column-R{
	width: 764px !important;
}
/* common */
.f10{
	font-size: 10px;
}
.f12{
	font-size: 15px; /* font-size: 12px; */
}
.f14{
	font-size: 14px;
}
.f16{
	font-size: 16px;
}
.f18{
	font-size: 18px;
}
.red{
	color: #f00;
}
.blue{
	color: #0000cc;
}
.green{
	color: #339900;
}
.underline{
	text-decoration: underline;
}
.ml1em{
	margin-left: 1em;
}
.ml2em{
	margin-left: 2em;
}
.mt1em{
	margin-top: 1em;
}
.mt2em{
	margin-top: 2em;
}
.indent1em{
	text-indent: -1em;
	padding-left: 1em;
}
.lh16{
	line-height: 1.6em;
}
/* サイド */
.suisen_wrap .side_wrap .side_tit{
	display: block;
	padding: 10px 0px;
	width: 100%;
	background-color: #00a1e9;
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-size:16px;
}
.suisen_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;
}
.suisen_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);
}

.suisen_wrap .side_wrap ul li span{
	display: table-cell;
	vertical-align: top;
	padding: 0 5px;
	color: #333;
}
.suisen_wrap .side_wrap ul li a{
	display: table-cell;
	vertical-align: top;
	color:#00a1e9;
	padding: 0 5px;
}
.suisen_wrap .side_wrap ul li a:hover{
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity = 50);
	text-decoration: none;
}
.suisen_wrap .side_wrap ul li .f10{
	font-weight: normal;
	padding: 0;
}

/*.suisen_wrap .side_wrap ul li span{
	display: table-cell;
	vertical-align: middle;
	height: 50px;
	padding: 0 5px;
	color: #333;
	background-color: #FFE200;
}
.suisen_wrap .side_wrap ul li a{
	display: table-cell;
	vertical-align: middle;
	height: 50px;
	padding: 0 5px;
	color: #333;
}
.suisen_wrap .side_wrap ul li a:hover{
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity = 50);
	text-decoration: none;
}
.suisen_wrap .side_wrap ul li .f10{
	font-weight: normal;
	padding: 0;
}*/

/* コンテンツ */
.suisen_wrap .content_wrap{
/*	border: 2px solid #2D77C2;*/
	padding: 0 0 25px 20px;
}
.suisen_wrap .content_wrap a{
	text-decoration: underline;
}
.suisen_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: 0 0 10px 0;
	padding: 5px 20px 5px 10px;
	border-left: #008000 solid 16px;
	font-size: 30px; /* font-size: 24px; */
	color: #000;
}


.suisen_wrap .content_wrap .content_paragraph{
	padding: 10px 0 10px 0;
}
.suisen_wrap .content_wrap .par_title{
	font-size: 20px;
	background-color: #77933c;
	color: #fff;
	padding: 10px;
}

.suisen_wrap .content_wrap .par_title2{
	margin: 0 0 5px 0;
	padding: 5px 20px 5px 10px;
	border-left: #77933c solid 16px;
	font-size: 20px;
	color: #000;
}

.suisen_wrap .content_wrap .par_inner{
	padding: 5px 15px 0 15px;
	font-size: 14px;	
}

.suisen_wrap .content_wrap .content_list{
	font-size: 14px;
}
.suisen_wrap .content_wrap .content_list li{
	font-size: 14px;
	margin: 2px 0;
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 1em;
	text-indent: -1em;
}
.suisen_wrap .content_wrap .no_disc li{
	list-style-type: none ;
}
.nextpage a{
	display: block;
	background-color: #008000;
	color: #fff;
	padding: 10px;
	/* width: 300px; */
	float: right;
	text-decoration: none !important;
	text-align: center;
	font-size:20px;
}
.centerpage a{
	display: block;
	background-color: #f00;
	color: #fff;
	padding: 10px;
	/* width: 300px; */
	float: right;
	text-decoration: none !important;
	text-align: center;
	font-size:20px;
}

.green_box{
	border: 2px solid #77933c;
	border-radius: 10px;
	padding: 12px;
	width: 180px;
	font-size: 16px;
	text-align: center;
}
.green_box_child{
	border: 1px solid #77933c;
	border-radius: 6px;
	padding: 3px;
	width: 130px;
	font-size: 14px;
	text-align: center;
}
.orange_box{
	border: 2px solid #f79646;
	border-radius: 10px;
	padding: 3px;
	width: 180px;
	font-size: 16px;
	text-align: center;
}
.orange_box span{
	display: block;
}


/* top */

.suisen_wrap .content_wrap .orange_radius{
	background-color: #fcd5b5;
	border-radius: 30px;
	padding: 30px;
	width: 560px;
	margin: 0 auto;
	line-height: 1.6em;
}

.suisen_wrap .par_inner.d_link{
	text-align: center;
	padding: 20px 0;
}
.suisen_wrap .par_inner.d_link p{
	margin-top: 15px;
}
.suisen_wrap .par_inner.d_link a{
	color: #339900;
	text-decoration: none;
}
.tbl_title{
	display: block;
	background-color: #008000;
	width: 200px;
	padding: 10px;
	font-size: 18px;
	color: #fff;
	text-align: center;	
}
.tbl_title_A{
	display: block;
	background-color: #008000;
	width: 200px;
	padding: 10px;
	font-size: 24px; /* font-size: 18px; */
	color: #fff;
	text-align: center;
	float: left;	
	margin-bottom: 10px;
}
.tbl_title_point{
	display: block;
	margin: 0px 10px;
	float: left;
	margin-bottom: 10px;
}
.tbl_title_point li:first-child {
	color: #f00;
	font-weight: bold;
}
.content_tbl{
	margin-top: 10px;
	width: 100%;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}
.content_tbl th,
.content_tbl td{
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	font-size: 15px; /* font-size: 12px; */
}
.content_tbl th{
	background-color: #8edb7c;
	padding: 5px 10px;
	font-weight: normal;
}
.content_tbl .td_head{
	background-color: #e5edd5;
	vertical-align: middle;
	font-size: 16px; /* font-size: 12px; */
	width: 165px;
}
.content_tbl td{
	padding: 20px 10px;
}
.content_tbl dd{
	margin-bottom: 1em;
}
/* 1 */
.pink_radius{
/*	border-radius: 30px;
	border: 3px solid #ff4bb3;
	padding: 30px;*/
	width: 100%;
	margin: 0 auto;
	line-height: 1.8em;
	font-size: 16px;
}
.chart{
	position: relative;
	min-height: 400px;
}
.dl_tbl01{
	display: table;
}
.dl_tbl01 dt,
.dl_tbl01 dd{
	display: table-cell;
	vertical-align: middle;
}
.dl_tbl01 dt{
}
.dl_tbl01 dt.line:after{
	content: "";
	position: absolute;
	height: 200px;
	width: 1px;
	left: 25px;
	border-right: 2px dashed #008000;
}

.dl_tbl01 dd{
	padding: 0 10px;
	line-height: 1.6em;
}
.dl_tbl01_child{
	position: absolute;
	
}
.child01{
	top: 180px;
	left: 60px;
}
.child02{
	top:300px;
	left: 60px;
}
.dl_tbl01_child dt:before{
	content: "";
	position: absolute;
	width: 33px;
	height: 13px;
	top: 0;
	left: -33px;
	border-bottom: 2px dashed #008000;
}
.dl_tbl01_child dt:after{
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	top: 10px;
	left: -9px;
	border-right: 2px solid #008000;
	border-bottom: 2px solid #008000;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.dl_tbl01_child dd{
	padding: 10px 10px 10px 60px;
	line-height: 1.6em;
}
.green_sq{
	border: 1px solid #77933c;
	background-color: #fff;
	padding: 10px 20px;
	width: 580px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.6em;
}
.orange_sq{
	border: 1px solid #fcd3aa;
	padding: 10px 20px;
	width: 580px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.6em;
}
/* 2 */
.schedule_wrap{
	width: 720px;
	height: 1254px;
	margin: 0 auto;
	background: url("/scl_dai/img/daigakujyuken/schedule_suisennyuushi.png") no-repeat;
	position: relative;
}
.schedule_wrap p{
	position: absolute;
	line-height: 1.75em;
}
.schedule_wrap div{
	position: absolute;
	line-height: 1.75em;
}
.schedule_wrap ul li{
	text-indent: -1em;
	padding-left: 1em;
	list-style: disc inside;
}
.schedule_wrap .s_head{
	font-size: 16px;
	font-weight: bold;
	color: #0088d6;
	line-height: 1em;
}
.schedule_wrap .s_comment{
	color: #fff;
	text-align: center;
}
.schedule_wrap .caution{
	display: inline-block;
	background-color : #f00;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	padding: 2px 0;
	margin-right: 10px;
}
.schedule_txt1-1{
	top: 157px;
	left: 197px;
}
.schedule_txt1-2{
	top: 205px;
	left: 115px;
	width: 255px;
}
.schedule_txt2-1{
	top: 102px;
	left: 514px;
}
.schedule_txt2-2{
	top: 158px;
	left: 524px;
}
.schedule_txt2-3{
/*
	top: 206px;
*/
	top: 196px;
	left: 432px;
	width: 258px;
}

.schedule_txt3-1{
	top: 383px;
	left: 227px;
}
.schedule_txt3-2{
	top: 383px;
	left: 545px;
}
.schedule_txt3-3{
/*
	top: 430px;
	width: 280px;
*/
	top: 422px;
	left: 115px;
	width: 300px;
}
.schedule_txt3-4{
/*
	top: 468px;
	left: 466px;
*/
	top: 460px;
	left: 449px;
	font-size:13px;
}
.schedule_txt4-1{
	top: 628px;
	left: 227px;
}
.schedule_txt4-2{
/*
	top: 674px;
	width: 200px;
*/
	top: 658px;
	left: 115px;
	width: 240px;
}
.schedule_txt5-1{
	top: 628px;
	left: 545px;
}
.schedule_txt5-2{
/*
	top: 674px;
*/
	top: 665px;
	left: 430px;
}
.schedule_txt6-1{
	top: 846px;
	left: 165px;
	font-size:10px;
}
.schedule_txt6-2{
	top: 886px;
	left: 173px;
}
.schedule_txt7-1{
	top: 842px;
	left: 490px;
}
.schedule_txt7-2{
	top: 883px;
	left: 432px;
}
.schedule_txt8-1{
	top: 968px;
/*
	left: 185px;
*/
	left: 170px;
	font-size: 11px;
}
.schedule_txt8-2{
	top: 1008px;
	left: 175px;
}
.schedule_txt8-3{
	top: 1040px; /* top: 1055px; */
	left: 113px;
	width: 275px; /* width: 252px; */
}
.schedule_txt9-1{
	top: 1193px;
	left: 175px;
}


/* 3 */
.suisen_wrap .content_wrap .orange_radius_wide{
	background-color: #fcd5b5;
	border-radius: 30px;
	padding: 30px 90px;
	width: 100%;
	margin: 0 auto;
	line-height: 1.6em;
}
.hyotei{
	width: 260px;
	margin: 10px auto;
	table-layout: fixed;
	font-size:14px;
}
.hyotei th{
	background-color: #59bd7e;
	padding: 5px;
	border: 1px solid #000;
	text-align: center;
}
.hyotei td{
	background-color: #fff;
	padding: 5px;
	border: 1px solid #000;
	text-align: center;
}
.orange_folder{
	margin-top: 20px;
}
.orange_folder dt{
/*	background-color: #faa756;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 1em;
	width: 650px;
	padding: 8px 10px 5px 10px;*/
	margin: 0 0 10px 0;
	padding: 10px 5px 5px 5px;
	border-left: #faa756 solid 16px;
	font-size: 16px;
	color: #000;
}
.orange_folder dd{
/*	border: 2px solid #faa756;*/
	padding: 5px 15px;
}
.orange_folder dd ul li{
	font-size: 15px; /* font-size: 14px; */
	line-height: 1.8; /* line-height: 1.6em; */
}
/*バナーエリア追加*/
.suisen_wrap .side_wrap .jyukensei-ooen-BnArea dt{
	background: url("/common_img/18p/index_sen_dai/common/tit_right_side.png") no-repeat;
	height: 33px;
	font-size: 11px;
	text-align: center;
	color: #1072b8;
	margin-top: 20px;
	padding: 7px 0 0 0;
	border-left: #2d77c2 solid 1px;
	border-right: #2d77c2 solid 1px;
	font-weight:bold;
}
.suisen_wrap .side_wrap .jyukensei-ooen-BnArea dd{
	border-bottom: #2d77c2 solid 1px;
	border-left: #2d77c2 solid 1px;
	border-right: #2d77c2 solid 1px;
	margin: -4px 0 25px 0;
	padding: 0 12px 8px 12px;
}
.suisen_wrap .side_wrap .jyukensei-ooen-BnArea div {
	margin-bottom:10px ;
}

.suisen_wrap .summary{
	border: 3px solid #EA5514;
	width: 570px;
	margin: 0 auto;
	padding: 15px;
}
.suisen_wrap .summary li{
	font-size: 16px !important;
}
.suisen_wrap .par_inner.guide{
	width: 570px;
	margin: 20px auto 0 auto;
}

.pagetop{
	padding-top: 10px;
}
.skyblue_sq{
border: 1px solid #89B0D5;
    background-color: #fff;
    padding: 8px;
    margin: 6px auto;
    font-size: 15px; /* font-size: 14px; */
    line-height: 1.8; /* line-height: 1.6em; */
}
.suisenTitle {
    font-size: 20px; /* font-size: 14px; */
    line-height: 1.6em;
    width: 100%;
    text-align: left;
    color: #0000cc;
}
.sps2{
	margin-top: 30px;
}
.hyotei{
	width: 70%;
	margin: 10px auto 25px auto;;
	table-layout: fixed;
	font-size:20px; /* font-size:14px; */
}
.hyotei th{
	background-color: #59bd7e;
	padding: 5px;
	border: 1px solid #000;
	text-align: center;
}
.hyotei td{
	background-color: #fff;
	padding: 5px;
	border: 1px solid #000;
	text-align: center;
}
.sps5{
	margin: 20px 0px 4px 0px;
}
.seo_link {
	float: right;
}