@charset "UTF-8";


@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300);

/**************************************************************************************************

■ index.html

**************************************************************************************************/


/*.text_box {
	text-align: center;
}
*/
.dn{
	display: none;
}
.text_box.education_text_box {
	padding-top:px;
	margin-top:20px;
	text-align: center;
}
.text_box.education_text_box p {
	font-size:12px;
	text-align:left;
	
}
.text_containar{
	display: flex;
}
.text_containar .text_box:nth-child(2){
	width: 80%;
}
.pr-pc img{
	width: 100%;
}
.pr-sp{
	    display: none;
}
@media all and (max-width: 761px ) {
	.pr-pc{
		    display: none;
	}
	.pr-sp{
	    display :block;
	}
	.pr-sp img{
		
		width: 100%;
	}
}

@media all and (max-width: 761px ) {
.text_containar{
	display: flex;
	flex-wrap: wrap;
}

.text_containar .text_box:nth-child(2){
	width: 100%;
}
.text_containar .text_box img{
	width: 50%;
	margin: 0 25%;
}
}
ul.education_policy li {
	width:33.33%;
	float:left;
	padding:8px 5px;
	font-size:20px;
	font-weight:600;
	border-left:1px solid #666;
	min-height:100px;
}
ul.education_policy li span{
	font-size:12px;
	display:block;
	margin-top:10px;
	text-align:center;
}

ul.education_policy li:last-child {
	border-right:1px solid #666;
}

.education_policy li a {
	display:block;
	min-height:100px;
	padding:10px ;
}
.education_policy li a:hover {
	background-color:#EDEDED;
}

h3.heading_special{
	font-size:24px;
	font-weight:600;
	text-align:center;
	margin-bottom:40px;
}

h3.heading_special span{
	font-size:50px;
	font-weight:400;
	letter-spacing:0.1em;
	font-family: 'Oswald', sans-serif;
	color:rgba(75,140,202,1);
}

div.icon_change{
	font-weight:500;
	letter-spacing:0.3em;
	font-family: 'Oswald', sans-serif;
	color:rgba(75,140,202,1);
	border-bottom:1px solid rgba(75,140,202,1);
	margin-bottom:10px;
	height:34px;
	clear:both;
}

div.icon_change ul{
	border-top:1px solid rgba(75,140,202,1);
	border-left:1px solid rgba(75,140,202,1);
	display:inline-block;
	margin-bottom:0;
}

div.icon_change li{
	float:left;
	text-align:center;
	height:32px;
}

li.whitebg{
	font-size:18px;
	padding-top:5px;
	padding-left:10px;
}

li.partition{
	width:32px;
	color:rgba(255,255,255,1);
	background-image:linear-gradient(-45deg, rgba(75,140,202,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1));
}

li.reversal{
	width:32px;
	font-size:20px;
	color:rgba(255,255,255,1);
	background-color:rgba(75,140,202,1);
	padding-top:5px;
}


div.change_box{
	position:relative;
	width:680px;
	height:285px;
	margin-bottom:20px;
	padding:5px 10px 10px 20px;
	background-color:rgba(221,221,221,1);
	clear:both;
}
div.change_box:after{
	position:absolute;
	top:0;
	right:-110px;
	width:0;
	height:0;
	border-style:solid;
	border-width:143px 0 143px 110px;
	border-color:transparent transparent transparent rgba(221,221,221,1);
}

div.change_box dl{
	margin:10px 0;
}
div.change_box dt{
	font-size:1.5rem;
	font-weight:600;
	line-height:1.5em;
	margin-bottom:5px;
}
div.change_box dd{
	font-size:14px;
	font-weight:400;
}


div.change_img{
	float:none;
	display:block;

}

/* ダミー */
.icon_dummy{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto auto;
	font-size:12px;
	line-height:1em;
	font-weight:600;
	color:#FFF;
	background-color:#999;
	padding:15px 10px;
	width:200px;
	height:40px;
	text-align:center;
}
.icon_dummy_parent{
	position:relative;
}

.paragraph.mb20{
	margin-bottom: 20px;
}
.paragraph.copy{
	font-size: 2.4rem;
}
/**************************************************************************************************

■ career.html

**************************************************************************************************/

/* local_subnavi */
.education .localnavi .local_subnavi li a{
	background:rgba(180,180,177,.10);
	color: #333;
}

/* career_program_graph */
.career_program_graph {
	border-top: 1px solid #DEDEDE;
	padding-top: 60px;
	margin-top: 40px;
	margin-bottom: 50px;
}
.career_program_graph ul {
	margin: 0 auto;
	width: 760px;
	height: 722px;
	background: url(../education/images/career_program_graph_bg.png) no-repeat 0 0;
	position: relative;
}
.career_program_graph ul .graph01 {
	position: absolute;
	right: 50px;
	top: 25px;
	width: 250px;
}
.career_program_graph ul .graph02 {
	position: absolute;
	left: 50px;
	top: 25px;
	width: 250px;
}
.career_program_graph ul .graph03 {
	position: absolute;
	left: 50px;
	top: 390px;
	width: 250px;
}
.career_program_graph ul .graph04 {
	position: absolute;
	right: 50px;
	top: 390px;
	width: 250px;
}
.career_program_graph ul li a {
	display: block;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
}
.career_program_graph ul li a p {
	margin-bottom: 5px;
}
.career_program_graph ul li a p img{
	width: 100%;
}
.career_program_graph ul li a .num {
	font-size: 24px;
	margin-bottom: 10px;
}
.career_program_graph ul li a .main {
	font-size: 26px;
	font-style: normal;
}
.career_program_graph ul li a .en {
	font-size: 11px;
	letter-spacing: 0;
	margin-bottom: 10px;
}

/* career_program_block */
.career_program_block {
	width: 770px;
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 1px dashed #352605;
}
#program04 {
	margin-bottom: 100px;
}
.program_title {
	height: 70px;
	overflow: hidden;
	line-height: 70px;
	margin-bottom: 5px;
}
.program_title p {
	float: left;
}
.program_title .num {
	margin-right: 30px;
	border-right: 1px solid #000;
	width: 70px;
	font-size: 30px;
}
.program_title .txt {
	width: 660px;
	font-size: 18px;
}
.program_title .txt em {
	font-size: 26px;
	font-style: normal;
}
.program_content {
	margin-left: 100px;
	width: 670px;
	overflow: hidden;
}
.program_content .txt_box {
	float: left;
	width: 350px;
}
.program_content .txt_box p {
	margin-bottom: 30px;
	font-size: 15px;
}
.program_content .txt_box dl dt {
	margin-bottom: 10px;
	background: #9DB0C6;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
.program_content .txt_box dl dd ul li {
	font-size: 11px;
	font-weight: bold;
	line-height: 1.8;
	text-indent: -1.1em;
	padding-left: 1.1em;
	margin-bottom: 3px;
}
.program_content .txt_box dl dd ul li:last-child {
	margin-bottom: 0;
}
.program_content .img_box {
	float: right;
}

/* other_program */
.other_program ul {
	margin-bottom: 100px;
	width: 770px;
	overflow: hidden;
}
.other_program ul li {
	float: left;
	width: 210px;
	margin-right: 70px;
}
.other_program ul li:nth-child(3n) {
	margin-right: 0;
}
.other_program ul li dl {
	margin-top: 25px;
}
.other_program ul li dl dt {
	font-size: 21px;
	font-weight: bold;
}
.other_program ul li dl dd {
	margin-top: 15px;
	font-size: 15px;
}



/* old style -----------------------------------------

.text_box.career_text_box {
	border-top:1px solid #DEDEDE;
	padding-top:44px;
	margin-top:44px;
	text-align: center;
}
.text_box.career_text_box p.paragraph {
	text-align:left;
}

.career_box_title {
	font-size:18px;
	text-align:center;
	margin:5px 0 30px 0;
}
.career_box_title span {
	font-size:12px;
	color:#555;
	padding-top:5px;
	display:block;
}

.career_box_copy {
	font-size:18px;
	text-align:center;
	margin:20px 0 30px 0;
	
	position:relative;
}
.career_box_copy::after {
	content:'';
	width:50px;
	height:5px;
	border-bottom:2px solid #AAA;
	position:absolute;
	bottom:-10px;
	left:50%;
	margin-left:-25px;
}
.career_column_box {
	width:60%;
	margin:0 20% 20px;
}
.career_column_title {
	background-color: #9DB0C6;
	display:inline-block;
	padding:3px 5px;
	margin-bottom:20px;
}

.career_column_box ul {
	text-align:left;
	list-style-position: outside;
	padding-left:1em;
	font-size:12px;
}
.career_column_box ul li::before {
	content:'・';
}

.career_column_box ul.career_chart {
	text-align:left;
	list-style-position: outside;
	padding:5px 10px;
}
.career_column_box ul.career_chart li {
	background-color:#DFDFDF;
	width:100%;
	padding:14px 10px;
	text-align:center;
	margin:0 auto 30px;
	position:relative;
}
.career_column_box ul.career_chart li::before {
	content:'';
}
.career_column_box ul.career_chart li::after {
	content:'\0025bc';
	position:absolute;
	bottom:-25px;
	left:49%;
	color:#888;
	font-size:18px;
}
.career_column_box ul.career_chart li:last-child::after {
	content:'';
}
-------------------------------------------------------- */

/**************************************************************************************************

■ future.html

**************************************************************************************************/


.text_box.future_text_box {
	border-top:1px solid #DEDEDE;
	padding-top:44px;
	margin-top:44px;
	text-align: center;
}
.future_box_title {
	font-size:18px;
	text-align:center;
	margin:5px 0 30px 0;
	
}
.future_box_subtitle {
	font-size:14px;
	font-weight:600;
	text-align:center;
	margin:30px 0 15px;
	display:inline-block;
	border:1px solid #666;
	padding:2px 20px;
	
}
.future_box_list {
	list-style-position:outside;
	padding-left:2em;
	text-align:left;
}

.future_text_box .column_box {
	width:88%;
	border:1px solid #DEDEDE;
	padding:30px 35px;
	margin:0 auto;
	letter-spacing:.05em;
}
.future_text_box .column_box p {
	font-size:13px;
}
.future_text_box .column_box p.column_title {
	font-size:16px;
	padding-bottom:12px;
	text-align:left;
	color:#666;
	margin-top:10px;
	text-indent:-2em;
	padding-left:2em;
}

.future_box_title span {
	font-size:15px;
	color:#555;
	padding-top:10px;
	display:block;
}




div.teacher_voice dl{
	border:1px  dashed rgba(0,0,0,0.5);
	margin:0 auto;
	width:730px;
	display:table;
	margin-bottom:20px;
}

div.teacher_voice dt{
	width:300px;
	padding:20px 0px 20px 150px;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	color:#000;
	background-color:rgba(0,0,0,0.3);
	font-size:14px;
	font-weight:400;
	line-height:1.2em;
}
div.teacher_voice dt p{
	font-size:14px;
	font-weight:600;
	line-height:1.6em;
	margin-bottom:20px;
}
div.teacher_voice dt span{
	font-size:10px;
	font-weight:400;
}

div.teacher_voice dd{
	padding:20px;
	float:left;
	display:table-cell;
	font-size:12px;
	font-weight:400;
	line-height:1.6em;
}

div.teacher_voice dd span{
	font-size:14px;
	font-weight:600;
	line-height:1.6em;
	display:block;
	margin-bottom:10px;
}

.teacher_voice_img01{
	background:url(../education/images/teacher_voice_img01.png) no-repeat top left;
}
.teacher_voice_img02{
	background:url(../education/images/teacher_voice_img02.png) no-repeat top left;
}
.teacher_voice_img03{
	background:url(../education/images/teacher_voice_img03.png) no-repeat top left;
}
.teacher_voice_img04{
	background:url(../education/images/teacher_voice_img04.png) no-repeat top left;
}
.teacher_voice_img05{
	background:url(../education/images/teacher_voice_img05.png) no-repeat top left;
}



/* ------------------------
幅いっぱい（770px）で
画像表示
------------------------ */
.img_panel_l{
	width:770px;
	margin-bottom:30px;
	margin-left:-20px;
}




.two_column_ict1{
	width:340px;
	float:left;
	margin-right:50px;
}
.two_column_ict2{
	width:340px;
	float:left;
}



div.apdc_flow ul{
	margin-top:60px;
}

div.apdc_flow ul li{
	width:335px;
	height:500px;
	border:1px dashed rgba(21,68,118,1);
	padding:20px;
	font-size:10px;
	font-size:14px;
	font-weight:400;
	line-height:1.6em;
	text-align:left;
	margin-right:60px;
	margin-bottom:60px;
	float:left;
	position:relative;
}
div.apdc_flow ul li:nth-child(even){
	margin-right:0px;
}

div.apdc_flow ul li p{
	color:rgba(21,68,118,1);
	font-size:14px;
	font-weight:600;
	line-height:1.6em;
	text-indent:-1em;
	padding-left:1em;
	margin:20px 0 5px;
}

.apdc_flow01:after{
	position:absolute;
	content:"";
	background:url(../education/images/apdc_flow01.png) no-repeat;
	top:137px;
	right:-60px;
	width:60px;
	height:60px;
}

.apdc_flow02:after{
	position:absolute;
	content:"";
	background:url(../education/images/apdc_flow02.png) no-repeat;
	bottom:-60px;
	left:137px;
	width:60px;
	height:60px;
}

.apdc_flow03:before{
	position:absolute;
	content:"";
	background:url(../education/images/apdc_flow03.png) no-repeat;
	top:-60px;
	left:137px;
	width:60px;
	height:60px;
}

.apdc_flow04:before{
	position:absolute;
	content:"";
	background:url(../education/images/apdc_flow04.png) no-repeat;
	top:137px;
	left:-60px;
	width:60px;
	height:60px;
}









/**************************************************************************************************

■ study.html

**************************************************************************************************/


.text_box.study_text_box {
	border-top:1px solid #DEDEDE;
	padding-top:44px;
	margin-top:44px;
	text-align: center;
}
.text_box.study_text_box p {
	margin-top:25px;
	text-align: center;
	text-decoration:underline 1px solid #FF0;
}

.study_box_title {
	font-size:18px;
	text-align:center;
	margin:5px 0 30px 0;
}
.study_box_title span {
	font-size:12px;
	color:#555;
	padding-top:5px;
	display:block;
}
/* 2025-05-14  */
.pages_title2{
	    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

/*  2022-12-04 */

.univname1{
	     color: #2b558a;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: right;
    padding-right: 3em;
}
.univname1 h4{
	color: #304b73;
}
ul.univ-name{
	display: grid;
    grid-template-columns: 40% 40% 20%;
    margin: 20px 0;
}
ul.univ-name li{
	font-weight: bold;
    line-height: 2;
}
ul.univ-name li:last-child{
	font-size: 0.7em;
    padding-top: 12px;
}
ul.special-univ{
	 display: grid;
    grid-template-columns: 55% 45%;
    margin-bottom: 30px;
}
ul.special-univ li{
	margin-right: 10%;
    /* border-bottom: 5px #ceddf4 solid; */
    margin-bottom: 40px;
    background: linear-gradient(transparent 50%, #ceddf4 50%);
} 
ul.special-univ li:nth-child(odd){
	margin-right: 0;
}
ul.special-univ2 li.half{
	width: 46.5%;
    display: inline-flex;
    justify-content: space-between;
    align-items: baseline;
    /* margin: 10px 0; */
    /* padding-bottom: 5px; */
    background-position-y: 28px;
    margin: 0;
    /* padding: 1px 10px 9px 13px; */
    padding-bottom: 1px;
    margin: 12px 0;
    padding-right: 10px;
}
ul.special-univ2 li:nth-child(odd).half{
	margin-left: 30px;
}
ul.special-univ li .spename{
	float: left;
}
ul.special-univ li .specnt{
	float: right;
}
ul.special-univ li .specnt span{
	color: #295384;
    font-size: 30px;
    font-weight: bold;
}
.special-univ2{
	    width: 100%;
    padding: 0 12%;
    margin-bottom: 30px;
}
.special-univ2 li{
	width: 100%;
    display: inline-block;
    font-size: 30px;
    line-height: 2;
    font-family: serif;
    margin-right: 3%;
    background: linear-gradient(transparent 50%, #c3d4ec 50%) no-repeat;
    background-position-y: 16px;
    background-size: 100% 18px;
    background-position: bottom;
    background-position-y: 56px;
}
.special-univ2 li .name{
	display: inline-block;
    width: 70%;
}
.special-univ2 li.half .name{
	    font-size: 20px;
    width: 9em;
}
.special-univ2 li.half .num{
	    font-size: 25px;
    width: 3em;
    display: inline-flex;
    justify-content: end;
    align-items: center;
}
.special-univ2 li .num{
	/*
	color: #da6565;
	*/
	color: #174271;
    font-size: 43px;
    display: inline-block;
    width: 3em;
    text-align: right;
}
.special-univ2 li span.mei{
    font-size: 26px;
}
.special-univ-tokyo{
	text-align: left;
}
.special-univ-tokyo .renzoku{
	font-size: 18px;
}
.special-univ2 li.half span.mei{
	    font-size: 20px;
}
.special-univ-tokyo li{
	width: 100%;
    font-size: 39px;
    background: linear-gradient(transparent 50%, #95b5de 50%) no-repeat;
    background-position-y: 18px;
}
.special-univ-tokyo li .name{
	display: inline-block;
    font-weight: bold;

}
.special-univ-tokyo li .num{
    font-weight: bold;

}
.special-univ-tokyo li .mei{
    font-weight: bold;

}


/**************************************************************************************************

■ course.html

**************************************************************************************************/
.pages_heading span {
	font-size:18px;
	text-align:center;
	margin-top:44px;
}

.text_box.course_text_box {
	border-top:1px solid #DEDEDE;
	padding-top:44px;
	margin-top:44px;
	text-align: center;
}

.course_column_box {
	width:80%;
	margin:0 10% 0px;
}

.career_column_menu {
	text-align : left;
	font-size:14px;
}


/**************************************************************************************************

■ humanity_education.html

**************************************************************************************************/

ul.humanity_linkbtn{
	margin:10px auto;
}
ul.humanity_linkbtn li{
	width:350px;
	height:220px;
	display:block;
	margin-right:30px;
	float:left;
	position:relative
}
ul.humanity_linkbtn li:last-child{
	margin-right:0px;
}

ul.humanity_linkbtn li a {
	width:350px;
	height:220px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	text-align:center;
	display:block;
	font-size:15px;
	font-weight:600;
	padding-top:188px;
	color:#FFF;
}
ul.humanity_linkbtn li a:hover {
	background-color:#fff;
	color:#000;
}

li.humanity_linkbtn01{
	background:url(../education/images/humanity_linkbtn_img01.png) no-repeat;
}
li.humanity_linkbtn02{
	background:url(../education/images/humanity_linkbtn_img02.png) no-repeat;
}








/**************************************************************************************************

■ success.html

**************************************************************************************************/

.success_section_title {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	margin: 60px 0 40px;
}
.success_section_title span {
	display: block;
	font-size: 16px;
	margin-top: 20px;
}

.pages_heading .add_info {
	display: block;
	font-size: 14px;
	margin-top: 10px;
}


.success_bold{
	font-weight:600;
	color:#255081;
}

.success_box_title{
	font-size:18px;
	text-align:center;
	margin:5px 0 30px 0;
}

.success_box_title_lt{
	font-size:18px;
	text-align:left;
	margin:5px 0 30px 0;
}


/* success_num_box */

.success_num_box {
	margin-bottom: 30px;
}
.success_num_box img {
	width: 100%;
}

/* achievements_list */

.achievements_list {
	margin-bottom: 30px;
}
.achievements_list li {
	display: inline-block;

	font-size: 32px;
	line-height: 1;
	font-weight: bold;
	padding-bottom: 0;

	background: url(../education/images/success_achievements_list_bg.png) repeat-x left bottom;
}
.achievements_list li em {
	color: #255081;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: 54px;
	vertical-align: -2px;
}
.achievements_list li:nth-child(2) {
	margin-right: 30px;
}



table.table_suc{
	border-collapse:collapse;
	width:340px;
	border-top:1px solid #888;
}

table.table_suc th,
table.table_suc td{
	border-bottom:1px solid #888;
	border-right:1px solid #888;
	padding:0px 0px;
	font-size:10px;
	line-height:1.4em;
	color:#000;
	text-align:center;
	vertical-align:middle;
}
table.table_suc th:last-child,
table.table_suc td:last-child{
	border-right:none;
}


table.table_suc th{
	background-color:#eee;
	font-size:10px;
	font-weight:500;
	padding:0px 0px;
}

table.table_suc td.al_left{
	text-align:left;
}


/* ------------------------
w340の2カラム
------------------------ */
.two_column_suc{
	width:340px;
	float:left;
	margin-right:50px;
}
.two_column_suc_mr0{
	width:340px;
	float:left;
}



/**************************************************************************************************

■ leader.html

**************************************************************************************************/

.leader_box{
	margin-bottom:10px;
	padding:10px 0px;
}

.leader_txt_box{
	width:450px;
	float:left;
}

.leader_column_box{
	background-color:#ededed;
	margin:0 10px;
	padding:35px 20px 20px;
	width:430px;
	height:250px;
	float:left;
}

.leader_title{
	font-size:20px;
	margin-bottom:15px;
}

.leader_txt{
	font-size:12px;
}

.leader_txt span{
	font-weight:bold;
}


.leader_img{
	float:right;
	width:240px;
}

.leader_title2_1{
	font-size:16px;
	margin-bottom:15px;
	font-weight:bold;
	color:#EA545D;
}


.leader_title2_2{
	font-size:16px;
	margin-bottom:15px;
	font-weight:bold;
	color:#FABE00;
}

.leader_title2_3{
	font-size:16px;
	margin-bottom:15px;
	font-weight:bold;
	color:#83CCD2;
}

.leader_title2_4{
	font-size:16px;
	margin-bottom:15px;
	font-weight:bold;
	color:#22A57F;
}

.leader_title2_5{
	font-size:16px;
	margin-bottom:15px;
	font-weight:bold;
	color:#A674B0;
}



/* -- Media query	761px以下の場合 スマートフォン設定------------------------------------------------------------- */
@media all and (max-width: 761px ) {





div.change_box{
	width: 100%;
	height:auto;
    padding: 10px 10px 5px 10px;
}

div.change_box:after{
display: none;
}

.change_img img{
	width: 100%;
	margin-bottom: 20px;
}

.apdc_flow.mb_object{
	padding-top: 0;
}

div.apdc_flow.mb_object ul{
	width: 100%;
	padding: 0;
	margin: 0;
}


div.apdc_flow ul{
	margin:60px;

}

div.apdc_flow ul li:nth-child(even) ,div.apdc_flow ul li:nth-child(even + 1){
	margin:0px;
}
div.apdc_flow.mb_object ul li{
	height:auto;
	width: 100%;
	position: static;
	margin:0;
	padding: 0; 
	border:none;
	font-size: 13px;
}

div.apdc_flow.mb_object ul li img{
	width: 100%;
	margin:25px 0 10px; 
}

div.apdc_flow.mb_object ul li p{

	color:rgba(21,68,118,1);
	font-size:13px;
	font-weight:600;
	line-height:1.6em;
	text-indent:-1em;
	padding-left:1em;
	margin:10px 0 5px;
}



.apdc_flow01:after{
	display:none;
}

.apdc_flow02:after{
	display:none;
}

.apdc_flow03:before{
	display:none;
}

.apdc_flow04:before{
	display:none;
}

#bnr_slide-prev{
	position:absolute;
	top:0;
}

#bnr_slide-next span ,#bnr_slide-prev span {
	width: 30px;
	height: 30px;
	display: block;
	background: #000;
}

/*career.html*/

.career_program_graph ul{
	width: 100%;
	height:auto;
	background: none;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: center;
	        justify-content: center;
}
.career_program_graph ul li{
	width: 100%;
}
li.graph01{
	        order:2;
}
li.graph02{
	        order:1;
}

li.graph03{
	        order:4;
}

li.graph04{
	        order:3;
}


.career_program_graph ul .graph01 , .career_program_graph ul .graph02 , .career_program_graph ul .graph03 , .career_program_graph ul .graph04{
	position:static;
}


.career_program_block{
	width: 100%;
	margin-bottom: 40px;
	padding-bottom: 40px;
}
#program04 {
	margin-bottom: 10px;
}

.program_content{
	margin-left: 0;
	width: 100%;
}

.career_program_graph ul .graph01,
.career_program_graph ul .graph02,
.career_program_graph ul .graph03,
.career_program_graph ul .graph04 {
	width: auto;
	margin-bottom:20px;
}
.program_content .txt_box {
	float: none;
	width: auto;
}
.program_content .img_box {
	float: none;
	text-align: center;
}
.program_title {
	margin-bottom: 20px;
}
.program_title .txt {
	float: none;
	width: auto;
}

.other_program ul{
	width: 100%;
}
.other_program ul li {
	float: none;
	width: auto;
	margin-right: 0;
}
.other_program ul li dd.mb_object {
	margin-top: 20px;
	text-align: center;
}



/*future._html*/


div.teacher_voice dl{
	width: 100%;
	display: block;
}

div.teacher_voice dt{
	width: 100%;
	display: block;
	height: 170px;
	padding-top:40px;
}
div.teacher_voice dd span{
	font-size:13px;
}
div.teacher_voice dd{
	padding:20px;
	float:none;
	font-size:13px;
}

.future_text_box .column_box {
	width:100%;
	border:1px solid #DEDEDE;
	padding:25px 20px;
	margin:0 auto;
	letter-spacing:.05em;
}
.future_text_box .column_box p.column_title {
	font-size:14px;
	padding-bottom:8px;
	text-align:left;
	color:#444;
	margin-top:12px;
	text-indent:-2em;
	padding-left:2em;
}


.future_box_subtitle {
	letter-spacing: 0;
}	
.study_box_title {
	font-size:16px;
}


/*leader._html*/

.leader_column_box{
	width: 100%;
	height: auto;
	float: none;
	margin: 0;
}

.leader_txt_box{
	float: none;
	width: 100%;
}

.leader_img{
	float: none;
	margin:20px auto 0;
	display: block;
}

/*humanity_education.html*/

ul.humanity_linkbtn li{
	width: 100%;
	height:auto;
	background-size: cover;
	margin-bottom: 20px;
}

ul.humanity_linkbtn li a{
	width: 100%;
	height:auto;
	text-shadow:0 0 5px #000;
	font-size: 20px;
	padding-bottom: 10px;
}

ul.humanity_linkbtn li a:hover{
	text-shadow:0 0 0 #fff;
}

/*success.html*/


	.success_section_title {
		font-size: 24px;
		line-height: 1.2;
	}
	.special-univ2{
		padding: 0 2%;
	}
	.special-univ2 li .name{
		font-size: 21px;
        width: 63%;
	}
	.special-univ2 li .num{
		font-size: 24px;
        width: 4em;
                padding-right: 10px;
	}
	.special-univ2 li span.mei{
		font-size: 24px;
	}
	.special-univ2 li.long-name .num{
		 	}
	.special-univ2 .long-name{
		
	}
	.special-univ2 .long-name .name{
		        font-size: 15px;
	}
	ul.special-univ2 li.half{
		width: 100%;
		        padding-right: 0;
	}
	ul.special-univ2 li:nth-child(odd).half{
		margin: 0;
	}

ul.univ-name{
	grid-template-columns: 50% 50%;
}

table.table_suc{
	width: 100%;

}
.special-univ2 li{
	        width: 100%;
        background-position-y: 28px;
        display: inline-flex;
        justify-content: space-between;
}
.special-univ-tokyo li{
	        background-position: bottom;
        background-position-y: 15px;
}
.two_column_suc , .two_column_suc_mr0{
	width: 100%;
	float: none;
}

	/* achievements_list */

	.achievements_list li {
		float: none;
		display: inline-block;
		font-size: 20px;
		line-height: 1.1;
		margin-bottom: 5px;
	}
	.achievements_list li em {
		font-size: 34px;
	}
	.achievements_list li:first-child,
	.achievements_list li:nth-child(2) {
		margin-right: 20px;
	}



/* leader.html*/

.leader_txt{
	font-size:14px;
}




.two_column_ict1 {
    width: 100%;
    float: none;
    margin-right: auto;
}
.two_column_ict2 {
    width: 100%;
    float: none;
}

