@charset "utf-8";

/* CSS Document */
#pan {
	margin-top: 1em;
	background: #fff;
}

#pan i {
	padding-right: 0.5em;
}

h3::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 30%;
	height: 4px;
	background-color: #f26b7a;
}

h3+p {
	/*	text-indent: 1em;*/
	margin-bottom: 1em;
	line-height: 30px;
}

#about table thead.university th {
	background-color: #f2dede;
	text-align: center;
}

#about table thead.junior th {
	background-color: #d9edf7;
	text-align: center;
}

#about table thead.graduate th {
	background-color: #dff0d8;
	text-align: center;
}

#about table thead.major th {
	background-color: #fffae7;
	text-align: center;
}

#about .label-major {
	background-color: #e98900;
}

#about table td {
	width: 20%;
	vertical-align: middle;
	padding: 1em;
}

#about table td ul {
	margin-bottom: 0;
}

#about table td ul li {
	margin-bottom: 0.5em;
	text-indent: 0;
	padding-left: 0;
}

#about table td ul li:last-child {
	margin-bottom: 0;
	text-indent: 0;
	padding-left: 0;
}

#about table td.last_01 {
	width: 50%;
	vertical-align: middle;
}







#about .supportArea {
	padding: 0px 30px 30px;
	width: 90%;
	margin: 20px auto 30px;
}

#about .supportArea h4 {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 10px 10px;
}

#about .supportArea dl {
	width: 90%;
	margin: 10px auto 15px;
}

#about .supportArea dl:last-child {
	margin-bottom: 0;
}

#about .supportArea dl dt {
	margin-bottom: 5px;
	font-weight: normal;
}

#about .supportArea dl dd {
	padding-left: 0.5em;
}

#about .supportArea dl dd::before {
	content: "・"
}

#about .timeArea {
	padding: 20px;
}

#about .timeArea h4 {
	font-weight: bold;
}

#about .bg-red {
	background-color: #fce0e3;
}

#about .bg-red h4 {
	color: #f26b7a;
}

#about .bg-yellow {
	background-color: #fcf8e3;
}

#about .bg-yellow h4 {
	color: #f0ad4e;
}

@media screen and (max-width: 768px) {
	#about .supportArea {
		padding: 10px 15px 15px;
		width: 100%;
	}

	#about .supportArea dl {
		width: 100%;
	}

	#about .supportArea dl dd {
		padding-left: 0;
	}
}















#aim table th {
	background-color: #f5f5f5;
	text-align: center;
	vertical-align: middle;
}

#aim table td {
	vertical-align: middle;
	padding: 1em;
}

#aim table td ul {
	margin-bottom: 0;
}

#aim table td ul li {
	vertical-align: middle;
	margin-bottom: 0.8em;
	font-size: 90%;
}

#aim table td ul li:last-child {
	margin-bottom: 0;
}

#aim table td.first_01 {
	width: 10%;
	vertical-align: middle;
	text-align: center
}

#aim table td.first_02 {
	width: 12%;
	vertical-align: middle;
	text-align: center
}

#aim table td.last_01 {
	width: 46%;
	vertical-align: middle;
}

#aim .link_list ul li a {
	display: block;
	color: #00A474;
	text-decoration: none;
}

#syllabus table-responsive {
	margin-bottom: 5em
}

#syllabus table th {
	background-color: #f5f5f5;
	text-align: center;
	vertical-align: middle;
}

#syllabus .breadcrumb01>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0";
}

#syllabus .breadcrumb01>li {
	display: inline-block;
}

#syllabus .breadcrumb01 {
	display: inline-block;
	margin: 0;
}

#syllabus .bod_bott {
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 1em
}

#syllabus .panel-heading {
	font-size: 15px;
}

#syllabus .bod_bott_last {
	margin-bottom: 1em
}

#syllabus h5 {
	position: relative;
	padding: 0 0 10px 20px;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
}

#syllabus h5:after {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	width: 8px;
	height: 8px;
	background: #f26b7a;
	-webkit-transform: rotate(-18deg);
	-ms-transform: rotate(-18deg);
	transform: rotate(-18deg);
}

#syllabus h5:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 5px;
	background: #f0adb5;
	-webkit-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	transform: rotate(-20deg);
}

#syllabus .panel_tit:before {
	content: "\f02b";
	font-family: FontAwesome;
	margin-right: 0.5em;
	color: #FF5619
}

#syllabus .panel_tit2:before {
	content: "\f02b";
	font-family: FontAwesome;
	margin-right: 0.5em;
	color: #FF5619
}

.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: auto;
	width: 80%;
	margin-top: 1em
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*****************************
NEWS & TOPICS
******************************/
#news dl dt ul li {
	margin-bottom: 0.7em
}

#news dl dt ul li span {
	background: #f26b7a;
	color: #fff;
	padding: 0.2em 0.4em;
	font-size: 12px;
}

#news dl dt {
	border-bottom: 1px solid #ccc;
	margin-bottom: 1em
}

#news dl dd {
	line-height: 28px;
	margin-bottom: 3em;
}

#news dl dd>p {
	text-align: justify;
	margin: 0;
	text-indent: 1em;
}

@media screen and (max-width: 1920px) and (min-width: 768px) {
	h3 {
		position: relative;
		padding-top: 0.8em;
		padding-bottom: 0.8em;
		border-bottom: 4px solid #eaeaea;
		font-size: 18px;
		margin-bottom: 20px;
	}

	/*下層ヘッダー画像*/
	#about_tit {
		width: 100%;
		height: 200px;
		max-height: 200px;
		background-image: url(../about/img/about_tit.jpg);
		background-position: top center;
		/* 画像を常に天地左右の中央に配置 */
		background-repeat: no-repeat;
		/* 画像をタイル状に繰り返し表示しない */
		background-attachment: fixed;
		/* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
		background-color: #464646;
		/* 背景画像が読み込まれる前に表示される背景のカラー */
	}

	#aim_tit {
		width: 100%;
		height: 200px;
		max-height: 200px;
		background-image: url(../aim/img/aim_tit.jpg);
		background-position: top center;
		/* 画像を常に天地左右の中央に配置 */
		background-repeat: no-repeat;
		/* 画像をタイル状に繰り返し表示しない */
		background-attachment: fixed;
		/* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
		background-color: #464646;
		/* 背景画像が読み込まれる前に表示される背景のカラー */
	}

	#students_tit {
		width: 100%;
		height: 200px;
		max-height: 200px;
		background-image: url(../students/img/students_tit.jpg);
		background-position: top center;
		/* 画像を常に天地左右の中央に配置 */
		background-repeat: no-repeat;
		/* 画像をタイル状に繰り返し表示しない */
		background-attachment: fixed;
		/* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
		background-color: #464646;
		/* 背景画像が読み込まれる前に表示される背景のカラー */
	}

	#graduate_tit {
		width: 100%;
		height: 200px;
		max-height: 200px;
		background-image: url(../graduate/img/graduate_tit.jpg);
		background-position: top center;
		/* 画像を常に天地左右の中央に配置 */
		background-repeat: no-repeat;
		/* 画像をタイル状に繰り返し表示しない */
		background-attachment: fixed;
		/* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
		background-color: #464646;
		/* 背景画像が読み込まれる前に表示される背景のカラー */
	}

	#etc_tit {
		width: 100%;
		height: 200px;
		max-height: 200px;
		background-image: url(../etc/img/etc_tit.jpg);
		background-position: top center;
		/* 画像を常に天地左右の中央に配置 */
		background-repeat: no-repeat;
		/* 画像をタイル状に繰り返し表示しない */
		background-attachment: fixed;
		/* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
		background-color: #464646;
		/* 背景画像が読み込まれる前に表示される背景のカラー */
	}

	#other_tit {
		width: 100%;
		height: 200px;
		max-height: 200px;
		background-image: url(../img/other_tit.jpg);
		background-position: top center;
		/* 画像を常に天地左右の中央に配置 */
		background-repeat: no-repeat;
		/* 画像をタイル状に繰り返し表示しない */
		background-attachment: fixed;
		/* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
		background-color: #464646;
		/* 背景画像が読み込まれる前に表示される背景のカラー */
	}

	/*****************************
about
******************************/
	#about .list-inline li {
		margin-bottom: 1em;
	}

	#about .list-inline li a {
		font-size: 16px;
		display: block;
		padding: 0.5em 2em;
	}

	#about h4 {
		font-size: 18px;
		margin-bottom: 1em;
	}

	#about .tableText {
		margin: 10px 0;
		text-align: right
	}


	/*****************************
aim
******************************/
	#aim table th br {
		display: none;
	}

	#aim section {
		margin-bottom: 4em;
	}

	#aim ul li a {
		border: 2px solid #32bb8f;
		margin-bottom: 1em;
		text-indent: 0;
		width: 100%;
		display: block;
		padding: 1em 0;
		color: #269773;
	}

	#aim ul li a:hover {
		display: block;
		background: #32bb8f;
		color: #fff;
		text-decoration: none;
	}

	#aim ul.enrollee li {
		margin: 1em 0 0;
	}

	#aim ul.enrollee .enrollee_box1 {
		height: 260px;
		background-image: url(../img/bk_1.png);
		background-position: center;
		/* 画像を常に天地左右の中央に配置 */
		background-repeat: no-repeat;
		/* 画像をタイル状に繰り返し表示しない */
		border-radius: 5px;
		-webkit-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
		-ms-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
		-o-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
		box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
		margin-bottom: 30px;
		border: 1px solid #CFCFCF;
		width: 100%;
		position: relative;
	}

	#aim ul.enrollee .enrollee_box2 {
		height: 260px;
		background-image: url(../img/bk_2.png);
		background-position: center;
		/* 画像を常に天地左右の中央に配置 */
		background-repeat: no-repeat;
		/* 画像をタイル状に繰り返し表示しない */
		border-radius: 5px;
		-webkit-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
		-ms-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
		-o-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
		box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
		margin-bottom: 30px;
		border: 1px solid #CFCFCF;
		width: 100%;
		position: relative;
	}

	#aim ul.enrollee .enrollee_box3 {
		height: 260px;
		background-image: url(../img/bk_3.png);
		background-position: center;
		/* 画像を常に天地左右の中央に配置 */
		background-repeat: no-repeat;
		/* 画像をタイル状に繰り返し表示しない */
		border-radius: 5px;
		-webkit-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
		-ms-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
		-o-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
		box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
		margin-bottom: 30px;
		border: 1px solid #CFCFCF;
		width: 100%;
		position: relative;
	}

	#aim ul.enrollee .enrollee_box4 {
		height: 260px;
		background-image: url(../img/bk_4.png);
		background-position: center;
		/* 画像を常に天地左右の中央に配置 */
		background-repeat: no-repeat;
		/* 画像をタイル状に繰り返し表示しない */
		border-radius: 5px;
		-webkit-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
		-ms-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
		-o-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
		box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
		margin-bottom: 30px;
		border: 1px solid #CFCFCF;
		width: 100%;
		position: relative;
	}

	#aim ul.enrollee .enrollee_box5 {
		height: 260px;
		background-image: url(../img/bk_5.png);
		background-position: center;
		/* 画像を常に天地左右の中央に配置 */
		background-repeat: no-repeat;
		/* 画像をタイル状に繰り返し表示しない */
		border-radius: 5px;
		-webkit-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
		-ms-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
		-o-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
		box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
		margin-bottom: 30px;
		border: 1px solid #CFCFCF;
		width: 100%;
		position: relative;
	}

	#aim ul.enrollee .enrollee_box6 {
		height: 260px;
		background-image: url(../img/bk_6.png);
		background-position: center;
		/* 画像を常に天地左右の中央に配置 */
		background-repeat: no-repeat;
		/* 画像をタイル状に繰り返し表示しない */
		border-radius: 5px;
		-webkit-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
		-ms-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
		-o-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
		box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
		margin-bottom: 30px;
		border: 1px solid #CFCFCF;
		width: 100%;
		position: relative;
	}

	#aim ul.enrollee li dl {
		padding: 0 2em;
		color: #666;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		height: 150px;
	}

	#aim ul.enrollee li dl dt {
		margin: auto;
		width: 100%;
		border-bottom: 1px solid #f26b7a;
		padding-bottom: 1em;
		text-align: center;
		margin-bottom: 1em;
	}

	/*****************************
graduate
******************************/
	#graduate section {
		margin-bottom: 4em;
	}

	#graduate .son dt {
		background-color: #b1e150;
		color: #fff;
		margin-bottom: 0.5em;
		font-weight: normal;
		padding: 0.5em
	}

	#graduate .son dd {
		text-indent: 1em
	}

	#graduate table th {
		background-color: #f5f5f5;
	}

	/*****************************
students
******************************/
	#students dl dt {
		margin-bottom: 1em;
	}

	#students dl dd ul li a {
		border: 2px solid #337ab7;
		text-align: center;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-indent: 0;
		margin: 0 auto 1em;
		padding: 1em 0;
		width: 100%;
		display: block;
	}

	#students dl dd ul li a:hover {
		display: block;
		background: #337ab7;
		color: #fff;
		text-decoration: none;
	}

	/*****************************
teacher
******************************/
	#teacher h5 {
		position: relative;
		padding: 0 0 10px 20px;
		border-bottom: 1px solid #ddd;
		font-size: 18px;
	}

	#teacher h5:after {
		content: "";
		position: absolute;
		top: 5px;
		left: 5px;
		width: 8px;
		height: 8px;
		background: #f26b7a;
		-webkit-transform: rotate(-18deg);
		-ms-transform: rotate(-18deg);
		transform: rotate(-18deg);
	}

	#teacher h5:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 5px;
		height: 5px;
		background: #f0adb5;
		-webkit-transform: rotate(-20deg);
		-ms-transform: rotate(-20deg);
		transform: rotate(-20deg);
	}

	#teacher dl dt {
		padding-left: 2em;
		margin-bottom: 1em;
	}

	#teacher dl dd {
		padding-left: 2em;
	}

	#teacher dl dd ul li a {
		border: 2px solid #337ab7;
		text-indent: 0;
		width: 90%;
		margin: 0 auto 1em;
		padding: 1em 0;
	}

	#teacher dl dd ul li a {
		display: block;
		color: #0B51B0;
		text-decoration: none;
	}

	#teacher dl dd ul li a:hover {
		display: block;
		background: #337ab7;
		color: #fff;
		text-decoration: none;
		padding: 1em 0;
	}

	#teacher section {
		margin-bottom: 4em;
	}

	#teacher .non {
		border: none;
	}

	#syllabus dd>p {
		margin: 0;
	}

	#syllabus .panel_tit {
		padding-left: 15px
	}

	/*****************************
access
******************************/
	#access section {
		margin-bottom: 4em;
	}

	/*****************************
CMS
******************************/
	.byMonth h4 {
		position: relative;
		padding: .25em 0 .25em .75em;
		border-left: 6px solid #337ab7;
		font-weight: bold;
		font-size: 24px;
		margin-bottom: 1em
	}

	.byMonth h4::after {
		position: absolute;
		left: 0;
		bottom: 0;
		content: '';
		width: 100%;
		height: 0;
		border-bottom: 1px solid #ccc;
	}

	.byMonth .textleft {
		float: left;
	}

	.byMonth .textleft a:hover,
	.byMonth .textright a:hover,
	.byMonth ul li a:hover {
		text-decoration: none
	}

	.byMonth .textleft a:before {
		content: "\f0d9";
		font-family: FontAwesome;
		margin-right: 8px;
	}

	.byMonth .textright {
		float: right;
	}

	.byMonth .textright a:after {
		content: "\f0da";
		font-family: FontAwesome;
		margin-left: 8px;
	}

	.byMonth>.row>ul {
		width: 100%;
		display: table;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin-bottom: 1.5em;
	}

	.byMonth>.row>ul>li {
		display: table-cell;
		text-align: center;
		border-left: 1px solid #aaa;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 8.33333333%
	}

	.byMonth>.row>ul>li:last-child {
		display: table-cell;
		text-align: center;
		border-right: 1px solid #aaa;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 8.33333333%
	}

	.byMonth>.row>ul>li>a {
		display: block;
		height: 40px;
		line-height: 40px
	}

	.byMonth>.row>ul>li>a:hover {
		display: block;
		height: 40px;
		line-height: 40px;
		background: #337ab7;
		color: #fff
	}

	.byMonth>.row>ul>li.active a {
		position: relative;
		display: inline-block;
		width: 100%;
		height: 40px;
		color: #fff;
		line-height: 40px;
		text-align: center;
		background: #337ab7;
		z-index: 0;
	}

	.byMonth>.row>ul>li.active a:after {
		content: "";
		position: absolute;
		bottom: -10px;
		left: 50%;
		margin-left: -10px;
		display: block;
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 10px 10px 0 10px;
		border-color: #337ab7 transparent transparent transparent;
	}

	.byMonth>.row>ul>li>a:hover {
		position: relative;
		display: inline-block;
		width: 100%;
		height: 40px;
		color: #fff;
		line-height: 40px;
		text-align: center;
		background: #337ab7;
		z-index: 0;
	}

	.byMonth>.row>ul>li>a:hover:after {
		content: "";
		position: absolute;
		bottom: -10px;
		left: 50%;
		margin-left: -10px;
		display: block;
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 10px 10px 0 10px;
		border-color: #337ab7 transparent transparent transparent;
	}

	.fileList>ul {
		margin: 1em 0 1em 2em
	}

	.fileList>ul>li {
		list-style: disc;
	}

	.fileList>ul>li>a>i {
		color: #f26b7a;
		margin-left: 0.5em;
	}

	.fileList>ul>li>a:hover>i {
		text-decoration: none;
		color: #f26b7a;
		margin-left: 0.5em;
	}

	.imgaArea {
		margin-top: 2em;
	}

	.imgaArea>ul {
		max-width: 100%;
		overflow: hidden
	}

	.imgaArea>ul>li {
		float: left;
		margin-right: 16px;
		vertical-align: top;
		max-width: 356px;
		margin-bottom: 1em;
	}

	.imgaArea>ul>li:last-child {
		display: table-cell;
		margin-right: 0;
		vertical-align: top;
		max-width: 356px;
	}

	.imgaArea>ul>li img {
		max-width: 100%;
	}
}

@media screen and (max-width: 1198px) and (min-width: 992px) {
	#aim .link_list ul li {
		display: block;
		float: left;
		border: 2px solid #32bb8f;
		text-align: center;
		height: 50px;
		width: 49.4%;
		margin-right: 10px;
		line-height: 50px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin-bottom: 1em;
		text-indent: 0;
		padding-left: 0;
	}

	#aim .link_list ul li:nth-child(even) {
		margin-right: 0;
	}

	/*****************************
NEWS & TOPICS
******************************/
	#news dl dt ul li {
		margin-bottom: 0.5em;
		font-size: 18px;
		font-weight: normal;
	}

	.imgaArea>ul>li {
		float: left;
		margin-right: 15px;
		vertical-align: top;
		max-width: 290px;
		margin-bottom: 1em;
	}

	.imgaArea>ul>li:last-child {
		display: table-cell;
		margin-right: 0;
		vertical-align: top;
		max-width: 290px;
	}
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	#aim .link_list ul li {
		display: block;
		float: left;
		border: 2px solid #32bb8f;
		text-align: center;
		height: 50px;
		width: 48.5%;
		margin-right: 10px;
		line-height: 50px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin-bottom: 1em;
		text-indent: 0;
		padding-left: 0;
	}

	#aim .link_list ul li:nth-child(even) {
		margin-right: 0;
	}

	.imgaArea>ul>li {
		float: left;
		margin-right: 16px;
		vertical-align: top;
		max-width: 216px;
		margin-bottom: 1em;
	}

	.imgaArea>ul>li:last-child {
		display: table-cell;
		margin-right: 0;
		vertical-align: top;
		max-width: 216px;
	}
}

/*****************************
kmkoshin
******************************/
#kmkoshin ul.listStyle>li {
	list-style: disc;
	margin-left: 1.5em
}

#kmkoshin ol.numberStyle>li {
	list-style: decimal;
	margin-left: 1.5em
}

#kmkoshin ol.upper-alpha>li {
	list-style: upper-alpha;
	margin-left: 1.5em
}

#kmkoshin .textArea ol>li {
	margin-bottom: 15px;
}

#kmkoshin .modal-body ol>li {
	font-size: 90%;
}

#kmkoshin .btnArea {
	width: 33.33333333%;
	margin: 20px auto;
}

#kmkoshin .btnArea a {
	border: 2px solid #337ab7;
	color: #337ab7;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-indent: 0;
	margin: 0 auto 1em;
	padding: 1em 0;
	width: 100%;
	display: block;
	text-decoration: none;
}

#kmkoshin .btnArea a:hover {
	background: #337ab7;
	color: #fff;
}

#kmkoshin .panelArea {
	margin: 20px 0;
	padding: 0px 40px;
	text-align: center;
	background: #f5f5f5;
}

#kmkoshin .panelArea dl {
	padding: 40px 0;
	width: 80%;
	margin: 0 auto 0;
}

#kmkoshin .panelArea dl:last-child {
	border-top: 2px solid #ddd;
}

#kmkoshin .panelArea dl dt {
	font-size: 18px;
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
	padding: 3px 20px;
	color: #0d3c65;
}

#kmkoshin .panelArea dl dt:before,
#kmkoshin .panelArea dl dt:after {
	position: absolute;
	top: 0;
	content: '';
	width: 8px;
	height: 100%;
	display: inline-block;
}

#kmkoshin .panelArea dl dt:before {
	border-left: solid 2px #0d3c65;
	border-top: solid 2px #0d3c65;
	border-bottom: solid 2px #0d3c65;
	left: 0;
}

#kmkoshin .panelArea dl dt:after {
	content: '';
	border-top: solid 2px #0d3c65;
	border-right: solid 2px #0d3c65;
	border-bottom: solid 2px #0d3c65;
	right: 0;
}

#kmkoshin .panelArea dl dt span {
	display: block;
}

#kmkoshin .panelArea dl dd .panel-text {
	margin-bottom: 0;
	font-size: 22px;
	font-weight: bold;
}

#kmkoshin .panelArea dl dd .panel-text span {
	display: block;
	font-size: 20px;
}

#kmkoshin .toplist ul li a {
	border: 2px solid #337ab7;
	color: #337ab7;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-indent: 0;
	margin: 0 auto 1em;
	padding: 1em 0;
	width: 100%;
	display: block;
	text-decoration: none;
}

#kmkoshin .toplist ul li a:hover {
	display: block;
	background: #337ab7;
	color: #fff;
	text-decoration: none;
}

#kmkoshin h5 {
	position: relative;
	padding: 0 0 10px 20px;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#kmkoshin h5:after {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	width: 8px;
	height: 8px;
	background: #f26b7a;
	-webkit-transform: rotate(-18deg);
	-ms-transform: rotate(-18deg);
	transform: rotate(-18deg);
}

#kmkoshin h5:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 5px;
	background: #f0adb5;
	-webkit-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	transform: rotate(-20deg);
}

#kmkoshin p.label {
	font-size: 16px;
	display: inline-block;
	padding: 0.5em 2em;
	margin-bottom: 0;
}

#kmkoshin table.km-menu tbody tr th {
	background-color: #f5f5f5;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	width: 150px;
	min-width: 150px;
}

#kmkoshin table.km-menu tbody tr td {
	vertical-align: middle;
	padding: 10px;
}

#kmkoshin table.km-menu tbody tr td ul {
	margin: 0;
}

#kmkoshin table.km-menu tbody tr td ul li {
	margin-bottom: 5px;
}

#kmkoshin table.km-menu tbody tr td ul li:last-child {
	margin-bottom: 0;
}

#kmkoshin table.km-menu tbody tr td a.pdf:after {
	content: "\f1c1";
	font-family: FontAwesome;
	margin-left: 0.5em;
	color: #f26b7a;
}

#main-nav {
	margin-bottom: 30px;
}

#main-nav ul {
	letter-spacing: -.4em;
	list-style: none;
}

#main-nav ul>li {
	letter-spacing: normal;
	list-style: none;
}

#main-nav ul>li>ul {
	background: #f5f5f5;
}

#main-nav.stellarnav>ul>li>a {
	padding: 15px;
}

#main-nav ul>li>ul {
	list-style: none;
}

#main-nav ul>li>ul>li {
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
	display: block;
	/*	float:left; */
	width: 100%;
}

#main-nav ul>li>ul>li>a {
	float: left;
	width: 100%;
}

#main-nav ul>li>ul>li:after {
	content: "";
	display: block;
	clear: both;
}

@media screen and (min-width: 768px) {
	#main-nav.stellarnav.light li:hover {
		background: #f5f5f5;
	}

	#main-nav.stellarnav.light li ul {
		border-top: 2px solid #ddd !important;
	}

	#main-nav.stellarnav.light li ul li:hover {
		background: #fff;
	}

	#main-nav ul li.navtitle:last-child {
		border-right: 2px solid #ddd;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 222px;
	}

	#main-nav ul>li.navtitle {
		border-left: 2px solid #ddd;
		border-top: 2px solid #ddd;
		border-bottom: 2px solid #ddd;
		width: 220px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	#main-nav.stellarnav ul ul {
		width: 222px;
		left: -2px;
	}

	#main-nav ul>li>ul {
		border: 2px solid #f5f5f5;
	}

	#main-nav ul>li>ul>li {
		border-bottom: 2px solid #ddd;
	}

	#main-nav ul>li>ul>li:last-child {
		border-bottom: none;
	}
}

@media screen and (max-width: 768px) {
	#kmkoshin .panelArea {
		padding: 0px 20px;
	}

	#kmkoshin .panelArea dl dt {
		font-size: 16px;
	}

	#kmkoshin .panelArea dl dt span {
		display: inline;
	}

	#kmkoshin .panelArea dl dd .panel-text {
		font-size: 18px;
	}

	#kmkoshin .panelArea dl dd .panel-text span {
		font-size: 14px;
	}

	#kmkoshin .panelArea dl {
		width: 100%;
	}

	#kmkoshin h5 {
		font-size: 14px;
	}

	#main-nav.stellarnav .menu-toggle {
		border: 2px solid #ddd;
	}

	#main-nav.stellarnav.mobile.light li a {
		border: none;
	}

	#main-nav.stellarnav.mobile.light ul>li>ul>li:first-child {
		border-top: 2px solid #ddd;
	}

	#main-nav.stellarnav.mobile.light li {
		border-bottom: 2px solid #ddd;
	}

	#main-nav.stellarnav.mobile.light>ul {
		border-top: none;
	}

	#main-nav.stellarnav.mobile.light>ul>li>ul>li:last-child {
		border-bottom: none;
	}

	#main-nav.stellarnav.mobile li a.dd-toggle {
		display: block;
		width: 100%;
	}

	#main-nav.stellarnav .dd-toggle {
		height: 52px;
	}

	#main-nav.stellarnav .dd-toggle i {
		right: 15px !important;
		left: inherit !important;
		top: 20px;
	}

	@media screen and (-webkit-min-device-pixel-ratio:0) {
		.android #main-nav.stellarnav .dd-toggle i {
			top: 16px;
		}
	}

	#kmkoshin table.km-menu tbody tr th {
		width: 100px;
		min-width: 100px;
	}

	#kmkoshin .table-responsive-block table {
		border-bottom: none;
	}

	#kmkoshin .table-responsive-block table tbody tr th,
	#kmkoshin .table-responsive-block table tbody tr td {
		display: block;
		width: 100%;
		text-align: left;
		border: none;
		border-bottom: 1px solid #ddd;
	}

	#kmkoshin .btnArea {
		width: 90%;
	}
}





#roster table th {
	background-color: #f5f5f5;
	vertical-align: middle;
	font-weight: normal;
	min-width: 250px;
	padding: 10px;
}

#roster table td {
	padding: 10px;
}

#roster table dl {
	margin-bottom: 0;
}

#roster table dl dt {
	margin-bottom: 3px;
}

@media screen and (max-width: 768px) {}


#meeting .toplist {
	margin-top: 20px;
}

#meeting .toplist ul li a {
	border: 2px solid #337ab7;
	color: #337ab7;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-indent: 0;
	margin: 0 auto 1em;
	padding: 1em 0;
	width: 100%;
	display: block;
	text-decoration: none;
}

#meeting .toplist ul li a:hover {
	display: block;
	background: #337ab7;
	color: #fff;
	text-decoration: none;
}











.questionnaire ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -20px;
}

.questionnaire ul li {
	padding: 0 20px;
	width: 50%;
}

@media screen and (max-width: 767px) {
	.questionnaire ul li {
		width: 100%;
	}
}

.questionnaire ul li:nth-child(3n+1) dt::before {
	background-image: url(../img/questionnaire-01.png);
}

.questionnaire ul li:nth-child(3n) dt::before {
	background-image: url(../img/questionnaire-02.png);
}

.questionnaire ul li:nth-child(3n+2) dt::before {
	background-image: url(../img/questionnaire-03.png);
}

.questionnaire dl {
	margin-bottom: 40px;
}

.questionnaire dl dt {
	font-weight: normal;
	position: relative;
	padding-left: 80px;
}

.questionnaire dl dt::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: #f26b7a;
	border-radius: 30px;
	border: 1px solid #f26b7a;
	width: 60px;
	height: 60px;
	display: block;
	background-repeat: no-repeat;
}

.questionnaire dl dt.tan:before {
	background-color: #8ac7de;
	border-color: #8ac7de;
}

.questionnaire dl dd {
	text-align: right;
	font-size: 90%;
	margin-top: 10px;
}