@charset "utf-8";


.gakkaPage {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 84%;
	line-height:1.5;
	color: #333333;
}


.gakkaPage p{
    margin-bottom: 0;
    text-align: inherit;
}

@media screen and (max-width: 480px) {
.gakkaPage {
	font-size: 100%;
}
}

/***************************************
 * clear fix
****************************************/
.gakkaPage .clearfix:after{
   content:".";
   display:block;
   height:0;
   visibility:hidden;
   clear:both;
}


/* contentWrapper
============================================================================================================ */
/*#contentWrapper {
	width: auto;
	background: none;
}
@media screen and (min-width: 769px) {
}
@media screen and (min-width: 481px) and (max-width:768px) {
}
@media screen and (max-width: 480px) {
}
*/

/* gakkaPage
============================================================================================================ */
.gakkaPage {
	line-height: 1.8;
}
.gakkaPage * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gakkaPage img {
	vertical-align: middle;
}
@media screen and (min-width: 769px) {
	.gakkaPage a[href],
	.gakkaPage a[href]:before,
	.gakkaPage a[href]:after {
		-webkit-transition: color 0.2s, background 0.2s, border 0.2s, opacity 0.2s;
		-o-transition: color 0.2s, background 0.2s, border 0.2s, opacity 0.2s;
		transition: color 0.2s, background 0.2s, border 0.2s, opacity 0.2s;
	}
	.gakkaPage a.hv_wh,
	.gakkaPage button.hv_wh,
	.gakkaPage a .hv_wh,
	.gakkaPage .hv_wh a {
		position: relative;
		display: block;
		vertical-align: middle;
		overflow: hidden;
	}
	.gakkaPage a.hv_wh:after,
	.gakkaPage button.hv_wh:after,
	.gakkaPage a .hv_wh:after,
	.gakkaPage .hv_wh a:after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background-color: rgba(255,255,255,0);
		-webkit-transition: background 0.2s;
		-o-transition: background 0.2s;
		transition: background 0.2s;
		z-index: 3;
	}
	.gakkaPage a[href].hv_wh:hover:after,
	.gakkaPage button.hv_wh:hover:after,
	.gakkaPage a[href]:hover .hv_wh:after,
	.gakkaPage .hv_wh a[href]:hover:after {
		background-color: rgba(255,255,255,0.3);
	}

	.gakkaPage a[href] .hv_op {
		-webkit-transition: opacity 0.2s;
		-o-transition: opacity 0.2s;
		transition: opacity 0.2s;
	}
	.gakkaPage a[href].hv_op:hover,
	.gakkaPage a[href]:hover .hv_op,
	.gakkaPage  .hv_op a[href]:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width: 768px) {
	.gakkaPage img {
		max-width: 100%;
		height: auto;
	}
}

/* pc / tb / sp
============================================================================================================ */
.gakkaPage .tb,
.gakkaPage .sp,
.gakkaPage .sps {
	display: none !important;
}
@media screen and (min-width: 769px), print {
	.gakkaPage .pc_break {
		position: relative;
		display: block;
		height: 0;
		overflow: hidden;
	}
}
@media screen and (max-width: 768px) {
	.gakkaPage .pc {
		display: none !important;
	}
	.gakkaPage .tb {
		display: block !important;
	}
	.gakkaPage img.tb, .gakkaPage span.tb, .gakkaPage br.tb, .gakkaPage em.tb, .gakkaPage strong.tb {
		display: inline !important;
	}
	.gakkaPage td.tb, .gakkaPage th.tb {
		display: table-cell !important;
	}
	.gakkaPage .tb_break {
		position: relative;
		display: block;
		height: 0;
		overflow: hidden;
	}
}
@media screen and (max-width: 480px) {
	.gakkaPage .sp {
		display: block !important;
	}
	.gakkaPage img.sp, .gakkaPage span.sp, .gakkaPage br.sp, .gakkaPage em.sp, .gakkaPage strong.sp {
		display: inline !important;
	}
	.gakkaPage .sp_non {
		display: none !important;
	}
}
@media screen and (max-width: 370px) {
	.gakkaPage .sps {
		display: block !important;
	}
	.gakkaPage img.sps, .gakkaPage spsan.sps, .gakkaPage br.sps, .gakkaPage em.sps, .gakkaPage strong.sps {
		display: inline !important;
	}
	.gakkaPage .sps_non {
		display: none !important;
	}
}

/* font family
============================================================================================================ */
.gakkaPage .ff_min {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HGS明朝E", "HG明朝E", "メイリオ", Meiryo, serif;
}
@media screen and (max-width: 768px) {
	.gakkaPage .ff_min {
		font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "游明朝", YuMincho, "HGS明朝E", "HG明朝E", "メイリオ", Meiryo, serif;
	}
}


/* topicpath
============================================================================================================ */
.gakkaPage .topicpath {
	padding: 35px 0;
	color: #fff;
	text-align: left;
	font-size: 90%;
}
.gakkaPage .topicpath a {
	color: #fff;
}
@media screen and (min-width: 769px), print {
	.gakkaPage .topicpath {
		width: 1100px;
		margin: auto;
	}
}
@media screen and (min-width: 481px) and (max-width:768px) {
	.gakkaPage .topicpath {
		padding-right: 3%;
		padding-left: 3%;
	}
}
@media screen and (max-width: 480px) {
	.gakkaPage .topicpath {
		padding-right: 4%;
		padding-left: 4%;
		font-size: 80%;
	}
}

/* gakkaPagetop
============================================================================================================ */
@media screen and (min-width: 769px), print {
	.gakkaPagetop {
		width: 1100px;
		margin: auto;
		padding-top: 50px;
	}
}
@media screen and (min-width: 481px) and (max-width:768px) {
	.gakkaPagetop {
		padding-right: 3%;
		padding-left: 3%;
		padding-top: 50px;
	}
}
@media screen and (max-width: 480px) {
	.gakkaPagetop {
		padding: 30px 4% 0;
	}
}




/* gakkaContents
============================================================================================================ */


@media screen and (min-width: 769px), print {
	.gakkaContents {
		width: 100%;
		margin: auto;
	}
	.gakkaMainContents {
		width: 840px;
		margin-left: auto;
		margin-right: auto;
	}
	.gakkaContents .gakkaMainContents {
		padding-top: 70px;
		padding-bottom: 60px;
	}
}
@media screen and (min-width: 481px) and (max-width:768px) {
	.gakkaContents .gakkaMainContents {
		padding: 70px 0;
		padding-bottom: 100px;
	}
}
@media screen and (max-width: 480px) {
	.gakkaContents .gakkaMainContents {
		padding: 40px 0;
		padding-bottom: 100px;
	}
}


/* gakkaNav
============================================================================================================ */
#contentWrapper.gakkaPage .gakkaNav li {
	float: none;
	width: auto;
	border: none;
	padding: 0;
	height: auto;
	text-align: left;
	margin: 0;
}

#contentWrapper.gakkaPage .gakkaNav {
	font-size: 112%;
	font-weight: bold;
}
#contentWrapper.gakkaPage .gakkaNav dt {
	position: relative;
	margin-bottom: 1px;
	background-color: #fff;
}
#contentWrapper.gakkaPage .gakkaNav dt > span {
	display: block;
	padding: 12px 20px;
	color: #fff;
}
#contentWrapper.gakkaPage .gakkaNav dt > span:before,
#contentWrapper.gakkaPage .gakkaNav dt > span:after {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	width: 10px;
	border-top: 2px solid #fff;
	margin-top: -1px;
}
#contentWrapper.gakkaPage .gakkaNav dt > span:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
#contentWrapper.gakkaPage .gakkaNav dt.opend > span:after {
	opacity: 0;
}
#contentWrapper.gakkaPage .gakkaNav dt .s {
	font-size: 80%;
}
#contentWrapper.gakkaPage .gakkaNav dd {
	display: none;
}
#contentWrapper.gakkaPage .gakkaNav dd.opend {
	display: block;
}
#contentWrapper.gakkaPage .gakkaNav dd > ul {
	padding: 0 20px 30px;
}
#contentWrapper.gakkaPage .gakkaNav dd > ul > li {
	border-bottom: 2px solid;
}
#contentWrapper.gakkaPage .gakkaNav dd > ul > li > ul {
	border-top: 2px solid;
}
#contentWrapper.gakkaPage .gakkaNav dd > ul > li li {
	font-size: 94%;
}
#contentWrapper.gakkaPage .gakkaNav dd > ul > li li + li {
	border-top: 1px solid #e6e6e6;
}
#contentWrapper.gakkaPage .gakkaNav dd a {
	display: block;
	padding: 15px 0 10px;
}
#contentWrapper.gakkaPage .gakkaNav dd > ul > li li a {
	padding: 13px 0 13px 30px;
}
#contentWrapper.gakkaPage .gakkaNav dd.other > ul > li {
	border-bottom-color: #e6e6e6 !important;
}


#contentWrapper.gakkaPage .gakkaNav dt > span {
	background-color: #4dadf7;
}
#contentWrapper.gakkaPage .gakkaNav dd > ul > li,
#contentWrapper.gakkaPage .gakkaNav dd > ul > li > ul {
	border-color: #4dadf7;
}
#contentWrapper.gakkaPage dd a.current {
	color: #4dadf7;
}

#contentWrapper.gakkaPage.chikyu .gakkaNav dt > span {
	background-color: #19a843;
}
#contentWrapper.gakkaPage.chikyu .gakkaNav dd > ul > li,
#contentWrapper.gakkaPage.chikyu .gakkaNav dd > ul > li > ul {
	border-color: #19a843;
}
#contentWrapper.gakkaPage.chikyu dd a.current {
	color: #19a843;
}

#contentWrapper.gakkaPage.tiiki .gakkaNav dt > span {
	background-color: #ed8707;
}
#contentWrapper.gakkaPage.tiiki .gakkaNav dd > ul > li,
#contentWrapper.gakkaPage.tiiki .gakkaNav dd > ul > li > ul {
	border-color: #ed8707;
}
#contentWrapper.gakkaPage.tiiki dd a.current {
	color: #ed8707;
}

#contentWrapper.gakkaPage.tiiki-c .gakkaNav dt > span {
	background-color: #dc2b85;
}
#contentWrapper.gakkaPage.tiiki-c .gakkaNav dd > ul > li,
#contentWrapper.gakkaPage.tiiki-c .gakkaNav dd > ul > li > ul {
	border-color: #dc2b85;
}
#contentWrapper.gakkaPage.tiiki-c dd a.current {
	color: #dc2b85;
}

@media screen and (min-width: 769px), print {
	.gakkaNav {
		float: left;
		width: 270px;
	}
	.gakkaContents .gakkaNav {
		position: relative;
		top: -25px;
	}
	#contentWrapper.gakkaPage .gakkaNav dt > span {
		-webkit-transition: opacity .2s;
		-o-transition: opacity .2s;
		transition: opacity .2s;
		cursor: pointer;
	}
	#contentWrapper.gakkaPage .gakkaNav dt > span:hover {
		opacity: .7;
	}
}
@media screen and (min-width: 481px) and (max-width:768px) {
}
@media screen and (max-width: 480px) {
	#contentWrapper.gakkaPage .gakkaNav {
		font-size: 100%;
	}
}




/* ul / ol
============================================================================================================ */
.gakkaPage .point_li li,
.gakkaPage li.point_li {
	position: relative;
	padding-left: 1.2em;
}
.gakkaPage .point_li li > span:first-child,
.gakkaPage li.point_li > span:first-child {
	position: absolute;
	top: 0;
	left: 0;
}
.gakkaPage .dot_li li {
	position: relative;
	padding-left: 1em;.
}
.gakkaPage .dot_li li:before {
	content: "?";
	position: absolute;
	top: 0;
	left: 0;
}



/* =======================================================================================================================

	タイトル

======================================================================================================================= */
.gakkaPage .gakka_title {
	position: relative;
	height: 350px;
	text-align: center;
	color: #fff;
}
.gakkaPage .gakka_title:after {
	/*content: "";*/
	position: absolute;
	left: 50%;
	bottom: 50px;
	width: 40px;
	margin-left: -20px;
	border-top: 2px solid #4dadf7;
}
.gakkaPage .gakka_title > * {
	position: relative;
	z-index: 3;
}
.gakkaPage .gakka_title .title {
	padding: 20px 0 5px;
	text-align: center;
}
.gakkaPage .gakka_title .department {
	position: relative;
	overflow: hidden;
	display: inline-block;
	margin: 10px 10px 10px 0;
	padding-right: 20px;
	font-size: 112%;
	font-weight: bold;
	vertical-align: middle;
}
.gakkaPage .gakka_title .department:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 20px;
	height: 200%;
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	-webkit-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	transform: rotate(-30deg);
}
.gakkaPage .gakka_title .department span {
	position: relative;
	display: block;
	padding: 2px 12px 1px 18px;
	z-index: 3;
}
.gakkaPage .gakka_title h2 {
	display: inline-block;
	margin: 10px 0;
	font-size: 179%;
	letter-spacing: 2px;
	vertical-align: middle;
	line-height: 1.3;
	font-weight: bold;
}
.gakkaPage .gakka_title h2 span {
	font-size: 167%;
	line-height: 1;
}

.gakkaPage.chikyu .gakka_title {
	background-color: #080404;
}
.gakkaPage.chikyu .gakka_title:after {
	border-top-color: #19a843;
}
.gakkaPage.chikyu .gakka_title:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 50%;
	background-position: 0;
	background-repeat: no-repeat;
	background-image: url(/img/engineering-graduate/gakka_title_chikyu.jpg);
}
.gakkaPage.chikyu .gakka_title .department:after,
.gakkaPage.chikyu .gakka_title .department span {
	background-color: #19a843;
}

.gakkaPage.tiiki .gakka_title {
	background: url(/img/engineering-graduate/gakka_title_tiiki.jpg) no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover;
}
.gakkaPage.tiiki .gakka_title:after {
	border-top-color: #ed8707;
}
.gakkaPage.tiiki .gakka_title .department:after,
.gakkaPage.tiiki .gakka_title .department span {
	background-color: #ed8707;
}

.gakkaPage.tiiki-c .gakka_title {
	background: url(/img/engineering-graduate/gakka_title_tiiki-c.jpg) no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover;
}
.gakkaPage.tiiki-c .gakka_title:after {
	border-top-color: #dc2b85;
}
.gakkaPage.tiiki-c .gakka_title .department:after,
.gakkaPage.tiiki-c .gakka_title .department span {
	background-color: #dc2b85;
}

.gakkaPage.kiso .gakka_title {
	background: url(/img/engineering-graduate/gakka_title_kiso.jpg) no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover;
}
@media screen and (min-width: 481px) and (max-width:768px) {
	.gakkaPage .gakka_title .department {
		font-size: 100%;
	}
	.gakkaPage .gakka_title h2 {
		font-size: 150%;
	}
}
@media screen and (max-width: 480px) {
	.gakkaPage .gakka_title {
		height: auto;
		padding-bottom: 60px;
	}
	.gakkaPage .gakka_title .title {
		padding: 0;
	}
	.gakkaPage .gakka_title:after {
		bottom: 30px;
	}
	.gakkaPage .gakka_title .title img {
		width: 220px;
	}
	.gakkaPage .gakka_title .department {
		margin: 10px 0 5px;
		padding-right: 0;
		font-size: 90%;
	}
	.gakkaPage .gakka_title .department:after {
		content: none;
	}
	.gakkaPage .gakka_title .department span {
		padding: 1px 20px;
	}
	.gakkaPage .gakka_title h2 {
		font-size: 100%;
	}
	.gakkaPage.chikyu .gakka_title:before {
		left: 40%;
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
	}
}

/* =======================================================================================================================

	学科インデックス

======================================================================================================================= */
.gakkaPage .gakka_main_block {
	position: relative;
	margin-bottom: 70px;
	line-height: 2.2;
	font-size: 112%;
	letter-spacing: 1px;
}
.gakkaPage .gakka_main_block p {
	text-indent: 1em;
}
@media screen and (max-width: 480px) {
	.gakkaPage .gakka_main_block {
		margin-top: -10px;
		margin-bottom: 30px;
		line-height: 2;
		font-size: 100%;
		letter-spacing: 0;
	}
}

.gakkaPage .course_main_nav {
}

.gakkaPage .course_main_nav span {
	position: relative;
}

.gakkaPage .course_main_nav li + li {
	margin-top: 18px;
}
.gakkaPage .course_main_nav a {
	position: relative;
	display: table;
	width: 100%;
	text-decoration: none;
	font-size: 134%;
	line-height: 1.5;
	font-weight: bold;
	z-index: 0;
}
.gakkaPage .course_main_nav a:before {
	content: "";
	position: absolute;
	right: 250px;
	left: 50px;
	top: 50%;
	border-top: 1px solid;
	z-index: -1;
}
.gakkaPage .course_main_nav a > * {
	display: table-cell;
	vertical-align: middle;
}
.gakkaPage .course_main_nav a .name {
	padding: 20px;
	background-color: #f2f2f2;
	border: 1px solid;
}
.gakkaPage .course_main_nav a .img {
	width: 300px;
	text-align: right;
}

.gakkaPage .course_main_nav.chikyu a:before {
	border-top-color: #19a843;
}
.gakkaPage .course_main_nav.chikyu a .name {
	color: #19a843;
}
.gakkaPage .course_main_nav.tiiki a:before {
	border-top-color: #ed8707;
}
.gakkaPage .course_main_nav.tiiki a .name {
	color: #ed8707;
}

.gakkaPage .course_main_nav a.tiiki-c:before {
	border-top-color: #dc2b85;
}
.gakkaPage .course_main_nav a.tiiki-c .name {
	color: #dc2b85;
}
@media screen and (min-width: 769px), print {
	.gakkaPage .course_main_nav a .name {
		-webkit-transition: background .2s;
		-o-transition: background .2s;
		transition: background .2s;
	}
	.gakkaPage .course_main_nav.chikyu a:hover .name {
		background-color: #e9f5ec;
	}
	.gakkaPage .course_main_nav.tiiki a:hover .name {
		background-color: #fff6ea;
	}
	.gakkaPage .course_main_nav a.tiiki-c:hover .name {
		background-color: #fff5f9;
	}
}

@media screen and (max-width: 480px) {
	.gakkaPage .course_main_nav li + li {
		margin-top: 10px;
	}
	.gakkaPage .course_main_nav a {
		font-size: 105%;
	}
	.gakkaPage .course_main_nav a:before {
		right: 0;
	}
	.gakkaPage .course_main_nav a .name {
		padding: 0 10px;
	}
	.gakkaPage .course_main_nav a .img {
		width: 115px;
	}
	.gakkaPage .course_main_nav a .img img {
		width: 105px;
	}
}



/* =======================================================================================================================

	コース 詳細

======================================================================================================================= */
.gakkaPage .course_main_block {
	position: relative;
	margin-bottom: 70px;
}


/* program?関連性 */
.gakkaPage .course_main_block .program {
	padding-right: 40px;
}
.gakkaPage .course_main_block .program .txt {
	position: relative;
	display: table;
	width: 100%;
	height: 220px;
	margin-top: -7px;
	border-top: 1px solid;
	border-bottom: 1px solid;
}
.gakkaPage .course_main_block .program .txt > * {
	display: table-cell;
	vertical-align: middle;
	line-height: 2.2;
	font-size: 112%;
}
.gakkaPage .course_main_block .program .txt:after {
	content: "";
	position: absolute;
	top: -1px;
	bottom: -1px;
	right: -42px;
	width: 42px;
	background-position: 0;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.gakkaPage .course_main_block .program h4 {
	margin-bottom: 10px;
	font-size: 130%;
	line-height: 1.5;
	font-weight: bold;
}
.gakkaPage .course_main_block .relevance {
	text-align: center;
}
.gakkaPage .course_main_block .relevance h3 {
	margin-bottom: 20px;
	font-size: 124%;
	font-weight: normal;
}


.gakkaPage.chikyu .course_main_block .program .txt {
	border-color: #6fba2c;
}
.gakkaPage.chikyu .course_main_block .program .txt:after {
	background-image: url(/img/engineering-graduate/course_program_line_chikyu.png);
}
.gakkaPage.chikyu .course_main_block .relevance h3 {
	color: #427326;
}

.gakkaPage.tiiki .course_main_block .program .txt {
	border-color: #f29744;
}
.gakkaPage.tiiki .course_main_block .program .txt:after {
	background-image: url(/img/engineering-graduate/course_program_line_tiiki.png);
}
.gakkaPage.tiiki .course_main_block .relevance h3 {
	color: #c14301;
}

.gakkaPage.tiiki-c .course_main_block .program .txt {
	border-color: #dd7ba5;
}
.gakkaPage.tiiki-c .course_main_block .program .txt:after {
	background-image: url(/img/engineering-graduate/course_program_line_tiiki-c.png);
}

.gakkaPage.kiso .course_main_block .program {
	width: auto;
	padding: 0;
}
.gakkaPage.kiso .course_main_block .program .txt {
	border-color: #4dadf7;
}
.gakkaPage.kiso .course_main_block .program .txt:after {
	content: none;
}


@media screen and (min-width: 768px) {
	.gakkaPage .course_main_block .program {
		width: 500px;
	}
	.gakkaPage .course_main_block .relevance {
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.gakkaPage.tiiki-c .course_main_block .relevance {
		bottom: 20px;
		width: 200px;
	}
}
@media screen and (min-width: 769px), print {
	.gakkaPage .course_main_block .program {
		width: 534px;
	}
	.gakkaPage .course_main_block .relevance {
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.gakkaPage.tiiki-c .course_main_block .relevance {
		width: auto;
	}
}
@media screen and (min-width: 481px) and (max-width:767px) {
	.gakkaPage .course_main_block .relevance {
		margin-top: 20px;
	}
}
@media screen and (max-width: 480px) {
	.gakkaPage .course_main_block {
		margin-bottom: 40px;
	}
	.gakkaPage .course_main_block .program {
		padding-right: 30px;
	}
	.gakkaPage .course_main_block .program .txt:after {
		right: -32px;
		width: 32px;
	}
	.gakkaPage .course_main_block .program h3 img {
		width: 300px;
	}
	.gakkaPage .course_main_block .program .txt {
		display: block;
		height: auto;
		margin-top: -4px;
	}
	.gakkaPage .course_main_block .program .txt > * {
		display: block;
		padding: 15px 0;
		line-height: 2;
		font-size: 100%;
	}
	.gakkaPage .course_main_block .program h4 {
		font-size: 120%;
	}
	.gakkaPage .course_main_block .relevance {
		margin-top: 20px;
	}
	.gakkaPage .course_main_block .relevance h3 {
		margin-bottom: 10px;
		font-size: 100%;
	}

	.gakkaPage.kiso .course_main_block .program {
		padding-right: 0;
	}
}



/* vline */
.gakkaPage .vline {
	position: relative;
}
.gakkaPage .vline:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	border-left: 1px solid #4dadf7;
}

.gakkaPage.chikyu .vline:before {
	border-color: #19a843;
}
.gakkaPage.tiiki .vline:before {
	border-color: #ed8707;
}
.gakkaPage.tiiki-c .vline:before {
	border-color: #dc2b85;
}
@media screen and (max-width: 480px) {
	.gakkaPage .vline:before {
		left: 10px;
	}
}


/* border_title */
.gakkaPage .border_title {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 6px;
	border-bottom: 1px solid #d9d9d9;
	font-size: 149%;
	line-height: 1.5;
	font-weight: bold;
}
.gakkaPage .border_title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 250px;
	border-top: 3px solid #4dadf7;
}
.gakkaPage .border_title.mb0 {
	margin-bottom: 0;
}
.gakkaPage .border_title.mbm {
	margin-bottom: 30px;
}
.gakkaPage.chikyu .border_title:after {
	border-color: #19a843;
}
.gakkaPage.tiiki .border_title:after {
	border-color: #ed8707;
}
.gakkaPage.tiiki-c .border_title:after {
	border-color: #dc2b85;
}
@media screen and (max-width: 480px) {
	.gakkaPage .border_title {
		margin-bottom: 25px;
		font-size: 120%;
	}
	.gakkaPage .border_title:after {
		width: 120px;
	}
	.gakkaPage .border_title.mbm {
		margin-bottom: 20px;
	}
}

/* border_title_s */
.gakkaPage .border_title_s {
	position: relative;
	padding-bottom: 6px;
	border-bottom: 1px solid #d9d9d9;
	font-size: 134%;
	line-height: 1.5;
}
@media screen and (max-width: 480px) {
	.gakkaPage .border_title_s {
		font-size: 110%;
	}
}



/* box_title */
.gakkaPage .box_title {
	position: relative;
	padding: 10px;
	background-color: #4dadf7;
	font-size: 149%;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.gakkaPage.chikyu .box_title {
	background-color: #19a843;
}
.gakkaPage.tiiki .box_title {
	background-color: #ed8707;
}
.gakkaPage.tiiki-c .box_title {
	background-color: #dc2b85;
}
@media screen and (max-width: 480px) {
	.gakkaPage .box_title {
		font-size: 120%;
	}
}


.gakkaPage .box_title_black {
	position: relative;
	margin-bottom: 30px;
	padding: 10px;
	background-color: #000;
	font-size: 134%;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
@media screen and (max-width: 480px) {
	.gakkaPage .box_title_black {
		margin-bottom: 20px;
		font-size: 110%;
	}
}




/* お勧め */
.gakkaPage .recommended {
}
.gakkaPage .recommended .row ul {
}
.gakkaPage .recommended li {
	border: 1px solid #4dadf7;
	text-align: center;
}

.gakkaPage.chikyu .recommended li {
	border-color: #19a843;
}
.gakkaPage.tiiki .recommended li {
	border-color: #ed8707;
}
.gakkaPage.tiiki-c .recommended li {
	border-color: #dc2b85;
}


@media screen and (min-width: 481px), print {
	.gakkaPage .recommended {
		margin-right: -10px;
		padding: 20px 0 45px 35px;
		font-size: 112%;
		line-height: 2;
	}
	.gakkaPage .recommended > * {
		display: table;
		width: 100%;
		border-spacing: 10px;
		table-layout: fixed;
	}
	.gakkaPage .recommended > * > * {
		display: table-row;
	}
	.gakkaPage .recommended > * > * > * {
		display: table-cell;
		vertical-align: middle;
		height: 82px;
		padding: 5px 10px;
	}
}
@media screen and (min-width: 769px), print {
}
@media screen and (min-width: 481px) and (max-width:768px) {
	.gakkaPage .recommended {
		font-size: 100%;
	}
}
@media screen and (max-width: 480px) {
	.gakkaPage .recommended {
		padding: 15px 0 45px 20px;
		font-size: 90%;
	}
	.gakkaPage .recommended li {
		margin-bottom: 5px;
		padding: 8px;
		line-height: 1.6;
	}
}






/* 入学 */

.gakkaPage .matriculation {
	padding-bottom: 50px;
}
.gakkaPage .matriculation > .box_title {
	position: relative;
	cursor: pointer;
}
.gakkaPage .matriculation > .box_title span:before,
.gakkaPage .matriculation > .box_title span:after {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	width: 10px;
	border-top: 2px solid #fff;
	margin-top: -1px;
	z-index: 3;
}
.gakkaPage .matriculation > .box_title span:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.gakkaPage .matriculation > .box_title.opend span:after {
	opacity: 0;
}
.gakkaPage .matriculation .acc {
	/*display: none;*/
}
.gakkaPage .matriculation .acc > *:first-child {
	padding-top: 50px;
}
@media screen and (min-width: 769px), print {
	.gakkaPage .matriculation > .box_title {
		cursor: pointer;
	}
	.gakkaPage .matriculation > .box_title:after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: #fff;
		opacity: 0;
		-webkit-transition: opacity .2s;
		-o-transition: opacity .2s;
		transition: opacity .2s;
	}
	.gakkaPage .matriculation > .box_title:hover:after {
		opacity: .3;
	}
}
@media screen and (min-width: 481px) and (max-width:768px) {
	.gakkaPage .matriculation {
		padding-bottom: 30px;
	}
	.gakkaPage .matriculation .acc > *:first-child {
		padding-top: 30px;
	}
}
@media screen and (max-width: 480px) {
	.gakkaPage .matriculation {
		padding-bottom: 20px;
	}
	.gakkaPage .matriculation .acc > *:first-child {
		padding-top: 20px;
	}
}


/* 表 */
.gakkaPage .table {
	position: relative;
	z-index: 3;
}
.gakkaPage .table table {
	width: 100%;
}
.gakkaPage .table table th,
.gakkaPage .table table td {
	border: 1px solid;
	vertical-align: middle;
}
.gakkaPage .table table .bdb0 {
	border-bottom-width: 0;
}
.gakkaPage .table table .bdt0 {
	border-top-width: 0;
}
.gakkaPage .table table table {
	height: 300px;
}
.gakkaPage .table table table td {
	border-width: 0;
	height: 150px;
}
.gakkaPage .table table table tr + tr td {
	border-top-width: 1px;
}
.gakkaPage .table .bg {
	background-color: #fff;
	text-align: center;
	font-weight: bold;
}
.gakkaPage .table .l1 {
	width: 52px;
	font-size: 112%;
}
.gakkaPage .table .l2 {
	width: 32px;
	background-color: #000;
	border-right-width: 2px;
	color: #fff;
	font-size: 112%;
}
.gakkaPage .table .l3 {
	width: 32px;
	height: 102px;
	font-size: 112%;
}
.gakkaPage .table .l4  {
	width: 32px;
	font-size: 112%;
}
.gakkaPage .table .l5  {
	width: 52px;
	font-size: 112%;
}
.gakkaPage .table .v {
	display: inline-block;
	width: 1.1em;
	margin: auto;
	line-height: 1.1;
	text-align: center;
	word-wrap : break-word;
	overflow-wrap : break-word;
	vertical-align: middle;
}
.gakkaPage .table .v .r {
	display: inline-block;
	width: 1em;
	margin: auto;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	line-height: 1;
}
.gakkaPage .table .l1 .s {
	font-size: 78%;
	font-weight: normal;
	color: #010101;
}
.gakkaPage .table .l5 .s {
	font-size: 85%;
}
.gakkaPage .table .spa_line {
	position: absolute;
	left: 1px;
	width: 51px;
	height: 70px;
	margin-top: -20px;
	overflow: hidden;
}
.gakkaPage .table .spa_line:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -100px;
	left: -100px;
	border-top: 1px solid;
	-webkit-transform: rotate(-40deg);
	-ms-transform: rotate(-40deg);
	-o-transform: rotate(-40deg);
	transform: rotate(-36deg);
}
.gakkaPage .table .l1 a {
	position: relative;
	display: block;
	text-decoration: none;
}
.gakkaPage .table .l1 a[href] {
	padding-bottom: 24px;
}
.gakkaPage .table .l1 a[href] .arrow {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	margin-left: -10px;
}
.gakkaPage .table .l1 a[href] .arrow:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	width: 4px;
	height: 4px;
	margin-top: -3px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.gakkaPage .table .txt {
	padding: 20px;
	font-weight: bold;
	font-size: 105%;
}
.gakkaPage .table .txt.h {
	width: 289px;
}
.gakkaPage .table .txt .point_li > li + li {
	margin-top: .5em;
}
.gakkaPage .table .txt .point_li .dot_li {
	font-weight: normal;
	margin-left: -1em;
}


.gakkaPage.chikyu .table table th,
.gakkaPage.chikyu .table table td,
.gakkaPage.chikyu .table .spa_line:before {
	border-color: #19a843;
}
.gakkaPage.chikyu .table .l1,
.gakkaPage.chikyu .table .l1 a,
.gakkaPage.chikyu .table .bg {
	color: #19a843;
}
.gakkaPage.chikyu .table .l1 {
	background-color: #e9f5ec;
}
.gakkaPage.chikyu .table .l1 a[href] .arrow {
	background-color: #19a843;
}

.gakkaPage.tiiki .table table th,
.gakkaPage.tiiki .table table td,
.gakkaPage.tiiki .table .spa_line:before {
	border-color: #ed8707;
}
.gakkaPage.tiiki .table .l1,
.gakkaPage.tiiki .table .l1 a,
.gakkaPage.tiiki .table .bg {
	color: #ed8707;
}
.gakkaPage.tiiki .table .l1 {
	background-color: #fff6ea;
}
.gakkaPage.tiiki .table .l1 a[href] .arrow {
	background-color: #ed8707;
}

.gakkaPage.tiiki-c .table table th,
.gakkaPage.tiiki-c .table table td,
.gakkaPage.tiiki-c .table .spa_line:before {
	border-color: #dc2b85;
}
.gakkaPage.tiiki-c .table .l1,
.gakkaPage.tiiki-c .table .l1 a,
.gakkaPage.tiiki-c .table .bg {
	color: #dc2b85;
}
.gakkaPage.tiiki-c .table .l1 {
	background-color: #fff5f9;
}
.gakkaPage.tiiki-c .table .l1 a[href] .arrow {
	background-color: #dc2b85;
}

@media screen and (max-width: 480px) {
	.gakkaPage .table table {
		font-size: 78%;
		line-height: 1.6;
	}
	.gakkaPage .table .l1 {
		width: 40px;
		font-size: 105%;
	}
	.gakkaPage .table .l2 {
		width: 20px;
		font-size: 105%;
	}
	.gakkaPage .table .l3 {
		width: 20px;
		font-size: 105%;
	}
	.gakkaPage .table .l4  {
		width: 20px;
		font-size: 105%;
	}
	.gakkaPage .table .l5  {
		width: 36px;
		font-size: 105%;
	}
	.gakkaPage .table .txt {
		padding: 10px;
		font-size: 100%;
	}
	.gakkaPage .table .txt.h {
		width: auto;
	}
	.gakkaPage .table .spa_line {
		width: 39px;
	}
}


.gakkaPage .table .feature {
	padding: 25px 30px;
	background-color: #f2f2f2;
	border: 1px solid;
	border-top-width: 0;
	font-size: 112%;
	font-weight: bold;
}
.gakkaPage .table .feature dt {
	float: left;
}
.gakkaPage .table .feature dd {
	margin-left: 4em;
}
.gakkaPage .table .feature dd li + li {
	margin-top: .3em;
}

.gakkaPage.chikyu .table .feature {
	border-color: #19a843;
}
.gakkaPage.chikyu .table .feature dt {
	color: #19a843;
}

.gakkaPage.tiiki .table .feature {
	border-color: #ed8707;
}
.gakkaPage.tiiki .table .feature dt {
	color: #ed8707;
}

.gakkaPage.tiiki-c .table .feature {
	border-color: #dc2b85;
}
.gakkaPage.tiiki-c .table .feature dt {
	color: #dc2b85;
}
@media screen and (max-width: 480px) {
	.gakkaPage .table .feature {
		padding: 12px 15px;
		font-size: 90%;
	}
	.gakkaPage .table .feature dd {
		margin-left: 3em;
	}
}



.gakkaPage .table ~ * {
	margin-left: 40px;
}
@media screen and (max-width: 480px) {
	.gakkaPage .table ~ * {
		margin-left: 20px;
	}
}


/* 育成能力 / 養成人材像 */
.gakkaPage .ability {
}
.gakkaPage .ability dl {
	border: 1px solid #000;
}
.gakkaPage .ability dl dt {
	padding: 2px;
	background-color: #000;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 112%;
}
.gakkaPage .ability dl dd {
	padding: 12px;
	line-height: 2;
}
@media screen and (min-width: 481px), print {
	.gakkaPage .ability {
		margin-top: 10px;
		margin-left: 30px;
		margin-right: -10px;
	}
	.gakkaPage .ability > * {
		display: table;
		width: 100%;
		table-layout: fixed;
		border-spacing: 10px;
	}
	.gakkaPage .ability > * > * {
		display: table-cell;
	}
}
@media screen and (min-width: 769px), print {
	.gakkaPage .ability dl dd {
		font-size: 105%;
	}
}
@media screen and (max-width: 480px) {
	.gakkaPage .ability {
		margin-top: 15px;
	}
	.gakkaPage .ability dl + dl {
		margin-top: 10px;
	}
	.gakkaPage .ability dl dt {
		font-size: 100%;
	}
	.gakkaPage .ability dl dd {
		padding: 8px;
		font-size: 90%;
		line-height: 1.8;
	}
}




/* 講義PickUP */
.gakkaPage .pickup {
	margin-top: 50px;
}
.gakkaPage .pickup .border_title_s {
	margin-bottom: 20px;
	font-weight: bold;
}
.gakkaPage .pickup .txt {
	margin-bottom: 20px;
	line-height: 2.2;
}
.gakkaPage .pickup .caption {
	display: block;
	margin-top: 10px;
}
.gakkaPage .pickup .ph.half {
	display: inline-block;
}
.gakkaPage .pickup .ph.half img {
	display: block;
}
.gakkaPage .pickup .ph.half .caption {
	display: inline-block;
	width: 51%;
}
.gakkaPage .pickup .ph.half .caption + .caption {
	width: auto;
}
@media screen and (min-width: 769px), print {
	.gakkaPage .pickup section {
		float: left;
		width: 350px;
	}
	.gakkaPage .pickup section + section {
		float: right;
	}
	.gakkaPage .pickup .txt {
		font-size: 112%;
	}
	.gakkaPage .pickup .border_title_s.pc_pt {
		padding-top: 1.5em;
	}
}
@media screen and (min-width: 481px) and (max-width:768px) {
	.gakkaPage .pickup section {
		float: left;
		width: 48.5%;
	}
	.gakkaPage .pickup section + section {
		float: right;
	}
	.gakkaPage .pickup .caption {
		font-size: 90%;
	}
	.gakkaPage .pickup .border_title_s.pc_pt {
		padding-top: 1.5em;
	}
}
@media screen and (max-width: 480px) {
	.gakkaPage .pickup {
		margin-top: 30px;
	}
	.gakkaPage .pickup section + section {
		margin-top: 30px;
	}
	.gakkaPage .pickup .border_title_s {
		margin-bottom: 12px;
	}
	.gakkaPage .pickup .txt {
		height: auto !important;
		margin-bottom: 12px;
		font-size: 90%;
	}
	.gakkaPage .pickup .caption {
		font-size: 80%;
	}
}






/* 担当教員 */
.gakkaPage .teacher {
	margin-top: 50px;
	padding: 35px 20px 25px 40px;
	border: 1px solid #000;
}
.gakkaPage .teacher section + section {
	margin-top: 25px;
}
.gakkaPage .teacher dt {
	margin: 10px 0 5px;
	font-weight: bold;
}
.gakkaPage .teacher ul {
	margin-top: 10px;
}
.gakkaPage .teacher li {
	float: left;
	width: 20%;
	padding-bottom: 5px;
}
.gakkaPage .teacher li.wide {
	width: 40%;
}
.gakkaPage .teacher li a {
	text-decoration: underline;
	color: #4dadf7;
}
.gakkaPage .teacher li a:hover {
	text-decoration: none;
}
.gakkaPage .teacher .notes {
	margin-top: 30px;
	text-align: right;
}

.gakkaPage.chikyu .teacher li a {
	color: #19a843;
}
.gakkaPage.tiiki .teacher li a {
	color: #ed8707;
}
.gakkaPage.tiiki-c .teacher li a {
	color: #dc2b85;
}
@media screen and (max-width: 480px) {
	.gakkaPage .teacher {
		margin-top: 30px;
		padding: 15px 15px;
	}
	.gakkaPage .teacher li {
		width: 33.33%;
		font-size: 90%;
		line-height: 1.5;
	}
	.gakkaPage .teacher li:nth-child(3n+1) {
		clear: both;
	}
	.gakkaPage .teacher li.wide {
		width: 100%;
	}
	.gakkaPage .teacher .notes {
		margin-top: 20px;
		font-size: 90%;
	}
}



/* カリキュラム紹介 */

.gakkaPage .curriculum {
	margin-top: 50px;
	padding: 35px 20px 35px 40px;
	background-color: #000000;
	border: 1px solid #000;
	color: #fff;
}
.gakkaPage .curriculum h5 {
	position: relative;
	width: 210px;
	font-size: 149%;
	padding-bottom: 6px;
}
.gakkaPage .curriculum h5:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -2px;
	left: -41px;
	border-top: 2px solid #fff;
}
.gakkaPage .curriculum h5:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -40px;
	width: 106px;
	height: 24px;
	background: url(/img/engineering-graduate/curriculum_title.png) no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.gakkaPage .curriculum .syllabus {
	margin-bottom: 25px;
	margin-right: 20px;
}
.gakkaPage .curriculum .syllabus a {
	display: block;
	width: 260px;
	margin-left: auto;
	padding: 8px 0;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 105%;
}
.gakkaPage .curriculum ul {
/*	float: left;
	width: 25%;*/
}
.gakkaPage .curriculum .list {
	line-height: 1.5;
}
.gakkaPage .curriculum .list li {
	margin-bottom: 0.6em;
}

.gakkaPage.chikyu .curriculum .syllabus a {
	background-color: #19a843;
}
.gakkaPage.tiiki .curriculum .syllabus a {
	background-color: #ed8707;
}
.gakkaPage.tiiki-c .curriculum .syllabus a {
	background-color: #dc2b85;
}

@media screen and (min-width: 661px), print {
	.gakkaPage .curriculum .list {
		display: table;
		width: 100%;
	}
	.gakkaPage .curriculum .list > * {
		display: table-cell;
		padding-right: 1em;
		vertical-align: top;
	}
	.gakkaPage .curriculum .list > *:last-child {
		padding-right: 0;
	}
}
@media screen and (min-width: 769px), print {
	.gakkaPage .curriculum .list {
		/*font-size: 105%;*/
	}
}
@media screen and (max-width: 660px) {
	.gakkaPage .curriculum .syllabus {
		margin: 55px 0 20px;
	}
	.gakkaPage .curriculum .syllabus a {
		width: auto;
	}
	.gakkaPage .curriculum .list:after {
		content: ""; display: table; clear: both;
	}
	.gakkaPage .curriculum .list li {
		float: left;
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.gakkaPage .curriculum {
		margin-top: 30px;
		padding: 15px 15px;
	}
	.gakkaPage .curriculum h5 {
		width: 180px;
		font-size: 120%;
	}
	.gakkaPage .curriculum h5:before {
		bottom: -35px;
		width: 86px;
	}
	.gakkaPage .curriculum h5:after {
		left: -16px;
	}
	.gakkaPage .curriculum .syllabus {
		margin-top: 45px;
	}
	.gakkaPage .curriculum .syllabus a {
		padding: 5px 0;
		font-size: 100%;
	}
	.gakkaPage .curriculum .list {
		font-size: 80%;
	}

}
@media screen and (max-width: 370px) {
	.gakkaPage .curriculum {
		padding: 15px 10px;
	}
	.gakkaPage .curriculum h5:after {
		left: -11px;
	}
}




/* 卒業後の主な進路 */
.gakkaPage .graduation .box_title {
	margin-bottom: 50px;
}

.gakkaPage .after_graduation dl {
	padding: 12px 20px;
	border: 1px solid #d9d9d9;
}
.gakkaPage .after_graduation dl dt {
	font-weight: bold;
}
@media screen and (min-width: 481px), print {
	.gakkaPage .after_graduation {
		margin: -12px -12px 0;
	}
	.gakkaPage .after_graduation > * {
		display: table;
		width: 100%;
		table-layout: fixed;
		border-spacing: 12px;
	}
	.gakkaPage .after_graduation > * > * {
		display: table-row;
	}
	.gakkaPage .after_graduation > * > * > * {
		display: table-cell;
		vertical-align: top;
	}
}
@media screen and (min-width: 769px), print {
	.gakkaPage .after_graduation dl {
		/*font-size: 105%;*/
	}
}
@media screen and (min-width: 481px) and (max-width:768px) {
	.gakkaPage .graduation .box_title {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 480px) {
	.gakkaPage .graduation .box_title {
		margin-bottom: 20px;
	}
	.gakkaPage .after_graduation dl {
		margin-bottom: 5px;
		padding: 8px 12px;
		font-size: 90%;
	}
}



/* 2つの「力」の融合 */
.gakkaPage .fusion {
}
.gakkaPage .fusion dl {
	position: relative;
	padding: 15px 20px;
	border: 1px solid;
	text-align: center;
}
.gakkaPage .fusion dt {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 112%;
	line-height: 1.6;
}
.gakkaPage .fusion dd strong {
	display: block;
	margin-bottom: 15px;
	padding: 6px 0 4px;
	font-size: 149%;
	color: #fff;
}
.gakkaPage .fusion dd li {
	position: relative;
	padding-left: 12px;
	text-align: left;
	font-size: 105%;
}
.gakkaPage .fusion dd li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.6em;
	width: 6px;
	height: 6px;
	border-radius: 100%;
}
.gakkaPage .fusion dl + dl:before,
.gakkaPage .fusion dl + dl:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -33px;
	width: 24px;
	border-top: 5px solid;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.gakkaPage .fusion dl + dl:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.gakkaPage.tiiki-c .fusion dl,
.gakkaPage.tiiki-c .fusion dl + dl:before,
.gakkaPage.tiiki-c .fusion dl + dl:after {
	border-color: #dc2b85;
}
.gakkaPage.tiiki-c .fusion dd strong,
.gakkaPage.tiiki-c .fusion dd li:before {
	background-color: #dc2b85;
}

@media screen and (min-width: 481px), print {
	.gakkaPage .fusion {
		margin: -10px -40px 10px;
	}
	.gakkaPage .fusion > * {
		display: table;
		width: 100%;
		border-spacing: 40px;
		table-layout: fixed;
	}
	.gakkaPage .fusion > * > * {
		display: table-cell;
		vertical-align: top;
	}
}
@media screen and (max-width: 480px) {
	.gakkaPage .fusion {
		margin: 20px 0 30px;
	}
	.gakkaPage .fusion dl {
		padding: 15px 10px;
	}
	.gakkaPage .fusion dt {
		font-size: 100%;
	}
	.gakkaPage .fusion dd strong {
		font-size: 120%;
	}
	.gakkaPage .fusion dd li {
		font-size: 90%;
	}
	.gakkaPage .fusion dd li:before {
		top: 0.5em;
	}
	.gakkaPage .fusion dl + dl {
		margin-top: 25px;
	}
	.gakkaPage .fusion dl + dl:before,
	.gakkaPage .fusion dl + dl:after {
		top: -16px;
		left: 50%;
		margin-left: -12px;
	}
}




/* basic_column */
@media screen and (min-width: 481px), print {
	.gakkaPage .basic_column {
		margin: 70px 0;
	}
	.gakkaPage .basic_column > * {
		float: left;
		width: 48%;
	}
	.gakkaPage .basic_column > * + * {
		float: right;
	}
	.gakkaPage .basic_column p {
		font-size: 112%;
		line-height: 2.2;
	}
}
@media screen and (min-width: 769px), print {
	.gakkaPage .basic_column > * {
		width: 375px;
	}
}
@media screen and (max-width: 480px) {
	.gakkaPage .basic_column {
		margin: 40px 0;
	}
	.gakkaPage .basic_column > * + * {
		margin-top: 30px;
	}
}


/* kiso_contents */
.gakkaPage .kiso_contents + .kiso_contents {
	margin-top: 70px;
}
.gakkaPage .kiso_contents .lead {
	margin-bottom: 25px;
	font-size: 149%;
	line-height: 1.5;
	font-weight: bold;
}
.gakkaPage .kiso_contents .lead strong {
	color: #4dadf7;
}
.gakkaPage .kiso_contents .kiso_box {
	position: relative;
	margin: 0;
	padding: 35px 40px;
	border: 1px solid #4dadf7;
}
.gakkaPage .kiso_contents .kiso_box + .kiso_box {
	margin-top: 40px;
}
.gakkaPage .kiso_contents .kiso_box + .kiso_box:before {
	content: "";
	position: absolute;
	top: -41px;
	height: 40px;
	left: 20px;
	border-left: 1px solid #4dadf7;
}
.gakkaPage .kiso_contents .kiso_box .kamoku_title {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 25px;
	font-size: 149%;
	line-height: 1.5;
	color: #4dadf7;
	font-weight: bold;
}
.gakkaPage .kiso_contents .kiso_box .kamoku_title:after {
	content: "";
	position: absolute;
	left: -40px;
	bottom: 0;
	width: 250px;
	border-top: 2px solid;
}
.gakkaPage .kiso_contents .basic_column {
	margin-top: 40px;
	margin-bottom: 0;
}
.gakkaPage .kiso_contents .border_title_s {
	margin-bottom: 20px;
	font-weight: bold;
}
@media screen and (min-width: 481px), print {
	.gakkaPage .kiso_contents .kiso_list ul {
		float: left;
		padding-right: 2em;
		line-height: 1.5;
	}
	.gakkaPage .kiso_contents .kiso_list ul:last-child {
		padding-right: 0;
	}
	.gakkaPage .kiso_contents .kiso_list ul li + li {
		margin-top: 0.6em;;
	}
}
@media screen and (min-width: 769px), print {
	.gakkaPage .kiso_contents .kiso_list ul {
		padding-right: 3em;
	}
}
@media screen and (max-width: 480px) {
	.gakkaPage .kiso_contents + .kiso_contents {
		margin-top: 40px;
	}
	.gakkaPage .kiso_contents .lead {
		margin-bottom: 15px;
		font-size: 120%;
	}

	.gakkaPage .kiso_contents .kiso_box {
		padding: 15px;
	}
	.gakkaPage .kiso_contents .kiso_box + .kiso_box {
		margin-top: 20px;
	}
	.gakkaPage .kiso_contents .kiso_box + .kiso_box:before {
		top: -21px;
		height: 20px;
		left: 10px;
	}
	.gakkaPage .kiso_contents .kiso_box .kamoku_title {
		padding-bottom: 10px;
		margin-bottom: 15px;
		font-size: 120%;
	}
	.gakkaPage .kiso_contents .kiso_box .kamoku_title:after {
		left: -15px;
		width: 200px;
	}
	.gakkaPage .kiso_contents .basic_column {
		margin-top: 25px;
	}
	.gakkaPage .kiso_contents .border_title_s {
		margin-bottom: 10px;
	}
	.gakkaPage .kiso_contents .kiso_list li {
		float: left;
		width: 50%;
		margin-bottom: .6em;
		font-size: 90%;
		line-height: 1.5;
	}

}

/* link to original site */
.linktooriginal {
	position: relative;
	padding-right: 15px;
	font-size: 120%;
	text-align: right;
}
.linktooriginal a {
	padding-top: 3px;
}

.linktooriginal-chikyu .arrow {
	position: absolute;
	bottom: 5px;
	left: 100%;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	margin-left: -10px;
  background-color: #19a843;
}
.linktooriginal-chiiki .arrow {
	position: absolute;
	bottom: 5px;
	left: 100%;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	margin-left: -10px;
	background-color: #ed8707;
}
.linktooriginal .arrow:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	width: 4px;
	height: 4px;
	margin-top: -3px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
