@charset "utf-8";

/**************/
/*** Authorities ***/
/**************/
/* 1カラム表示にするため #main を全幅にする */
#main {
	width: 100%;
	float: none;
}
.article {
	width: 100%;
	float: none;
}
.article img {
	max-width: 100%;
	height: auto;
}
/* リンク色を元サイトに合わせる（ブラウザ既定のリンク色） */
.article a,
.breadcrumbs a {
	color: #00e;
	text-decoration: underline;
}
.article a:visited,
.breadcrumbs a:visited {
	color: #551a8b;
}
/* h2 余白を元サイトに合わせる */
.block01 h2, .block02 h2, .block03 h2 {
	margin: 19.92px 0;
	line-height: 36px;
}
/* .block02 .box p の余白を元サイトに合わせる */
.block02 .box p {
	margin: 15px 0;
}
/* style.css の .desc { font-size: 12px } をリセット（元サイトは16px） */
.block01 .desc,
.block02 .desc,
.block03 .desc {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 0;
}

.caption {
	font-size: 80%;
	line-height: 130%;
}
.breadcrumbs {
	font-size: 12px;
	margin-bottom: 10px;
}

.block01, .block02, .block03 {
	margin-bottom: 60px;
	width: 100%;
	overflow: hidden;
}
.block01 h2, .block02 h2, .block03 h2 {
	border-bottom: solid 3px #16d;
	padding-bottom: 3px;
}

.block01 .title {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #16d;
	padding: 30px 0;
}
.block01 .desc {
	text-align: center;
}

.block02 .flow {
	border: solid 5px #ccc;
	padding: 10px 10px 0 10px;
	overflow: hidden;
}
.block02 .box {
	width: 170px;
	margin-right: 20px;
	float: left;
}
.block02 .box:last-child {
	margin-right: 0;
}
.block02 .box .step {
	text-align: center;
	font-weight: bold;
	background-color: #16d;
	color: #fff;
	margin-bottom: 20px;
}
.block02 .box .box_title {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #16d;
	border-bottom: solid 1px #eee;
}
.block02 .box p {
	font-size: 15px;
	line-height: 150%;
}

.block03 .lecturer {
	border: solid 3px #ccc;
	text-align: left;
	padding: 10px;
	overflow: hidden;
	width: 475px;
	float: left;
	margin-right: 30px;
	margin-bottom: 15px;
}
.block03 .lecturer:nth-child(odd) {
	margin-right: 0;
}
.block03 .lecturer .ph {
	width: 77px;
	float: left;
}
.block03 .lecturer .desc {
	width: 350px;
	float: right;
	line-height: 130%;
}
.block03 .lecturer .desc .name {
	font-weight: bold;
	font-size: 18px;
}
.block03 .lecturer .desc .office {
	font-size: 12px;
}
.block03 .lecturer .desc p {
	font-size: 14px;
	margin: 8px 0 7px;
	line-height: 140%;
}
.block03 .lecturer .desc .link {
	text-align: right;
	font-size: 14px;
}

/**********************************************************
 * SP css * - Desktop First -
 **********************************************************/
@media all and (max-width: 768px) {
	.block02 .box {
		width: 100%;
		margin-right: 0;
	}
	.block03 .lecturer {
		width: 100%;
		margin-right: 0;
	}
	.block03 .lecturer .desc {
		width: 70%;
		float: left;
		margin-left: 10px;
	}
}
