@charset "UTF-8";



/*-------------------------------------------------------
■ graduates/index.html
 --------------------------------------------------------*/

/*.graduates_lead {
	font-size: 18px;
	font-weight: bold;
	color: #003894;
	text-align: center;
}*/

.paragraph b {
	font-weight: bold;
}

.certificate_list {
	margin-top: 20px;
	margin-bottom: 40px;
}
.certificate_list li {
	list-style: disc;
	list-style-position: inside;
	margin-bottom: 10px;
}
.certificate_list li:last-child {
	margin-bottom: 0;
}

.notes {
	font-size: 14px;
	display: table;
}
.notes span {
	display: table-cell;
	min-width: 1.2em;
	line-height: 1.5em;
}

a.txt_list {
	border-bottom: 1px dotted #333;s
}

.bringing_list {
	margin-bottom: 40px;
}
.bringing_list dt {
	font-weight: bold;
	color: #003894;
}
.bringing_list dd {
	margin-bottom: 10px;
}
.bringing_list dd:last-child {
	margin-bottom: 0;
}
/*20180531追記*/
.bringing_list dd span{font-weight:bold;color:#003894;}


.mecessary-matter_list {
	list-style: none;
	margin-bottom: 40px;
}
.mecessary-matter_list li {
	display: table;
}
.mecessary-matter_list li span {
	display: table-cell;
	min-width: 1.2em;
}
.list_note{
	margin: 1.0em 0;
}
		.list_note li{
			padding-left: 1.5em;
			position: relative;
		}
		.list_note li span{
			position: absolute;
			top: 0;
			left: 0;
		}
.tokyo-seizu_list {
	list-style-position: outside;
	margin-left: 2.5em;
}
.tokyo-seizu_list li > ul {
	padding-top: 5px;
}
.tokyo-seizu_list li > ul li {
}


/**/

/* -- Media query	761px以下の場合 スマートフォン設定------------------------------------------------------------- */
@media screen and (max-width: 761px ) {



}
