@charset 'UTF-8';

/** |READ ME| **************************************************************************************

ilm/tougaku/course/index_pc.css
Ver.201803

----------------------------------------------------------------------------------------------------

01. コンテンツリスト
02. 概要
03. 講座概要
04. 障害者割引について

************************************************************************************** |READ ME| **/





/** |01. コンテンツリスト| >> ********************************************************* >> START **/


.contents .body .index {
	background-color: #f4f4f5;
	margin-top: 60px;
	padding: 22px 26px 26px;
}

	.contents .body .index p {font-size: 14px;}

	.contents .body .index ul {
		font-size: 0;
		padding-top: 10px;
	}

		.contents .body .index li {
			display: inline-block;
			font-size: 14px;
			padding-right: 26px;
		}

		.contents .body .index li:last-of-type {padding-right: 0;}

	.contents .body .index * a {
		color: #7f8283;
		display: inline-block;
		position: relative;
		padding-left: 1em;
	}

		.contents .body .index * a::before {
			background: url(/common/img/bdy_ico_link.gif) no-repeat 0 50%;
			background-size: 100% auto;
			content: '';
			display: block;
			height: 12px;
			left: 0;
			margin-top: -6px;
			position: absolute;
			top: 50%;
			width: 8px;
		}


/** |01. コンテンツリスト| << *********************************************************** << END **/





/** |02. 概要| >> ********************************************************************* >> START **/


.contents .body .outline h1.title {
	background-color: transparent;
	font-size: 24px;
	padding: 0;
}


/* 団体 */
.contents .body .outline .group {
	background-color: #91a804;
	color: #fff;
	display: inline-block;
	font-family: 'UD新ゴ L', sans-serif;
	font-size: 12px;
	height: 1.67em;
	line-height: 1.67;
	margin: 0 0.2em;
	padding: 0 1em;
	vertical-align: middle;
}


	/** [講座リスト] >> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> START **/

	.contents .body .outline .list {
		font-size: 0;
		padding-top: 10px;
	}

		.contents .body .outline .list li {
			display: inline-block;
			font-family: 'UD新ゴ R', sans-serif;
			font-size: 14px;
			padding: 16px 0 0 20px;
		}

		.contents .body .outline .list li:nth-of-type(3n+1) {
			clear: both;
			padding-left: 0;
		}

			.contents .body .outline .list a {
				border: 1px solid #d4d5d6;
				box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
				-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
				box-sizing: border-box;
				color: inherit;
				display: block;
				height: 34px;
				line-height: 34px;
				padding: 0 40px 0 14px;
				position: relative;
				text-decoration: none;
				width: 240px;
			}

			.contents .body .outline .list a:hover {
				color: #fff;
				background-color: #d4d5d6;
				box-shadow: none;
			}

				.contents .body .outline .list a::after {
					background: url(/common/img/bdy_ico_open.png) no-repeat 0 50%;
					background-size: 100% auto;
					bottom: 0;
					content: '';
					display: inline-block;
					height: 0.8em;
					margin: auto 0;
					position: absolute;
					right: 14px;
					top: 0;
					width: 0.8em;
				}

				.free_label{
					width: 45%;
					float: left;
				}

				.free_notice{
					font-size: 12px;
				}


/** |02. 概要| << *********************************************************************** << END **/





/** |03. 講座概要| >> ***************************************************************** >> START **/


	/** [講座名] >> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> START **/

	.contents .body .course .header {}

		.contents .body .course .header .title {display: inline-block;}

		.contents .body .course .header .date {
			display: inline-block;
			font-family: 'UD新ゴ L', sans-serif;
			font-size: 14px;
			font-weight: normal;
			padding-left: 1em;
		}


	/** [資料] >> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> START **/

	.contents .body .course .document {
		font-size: 0;
		padding-top: 30px;
	}

		.contents .body .course .document li {
			display: inline-block;
			font-size: 16px;
			min-height: 30px;
			padding-left: 48px;
		}

		.contents .body .course .document li:first-of-type {padding-left: 0;}

			.contents .body .course .document .pdf {
				display: inline-block;
				padding-right: 30px;
				position: relative;
			}

				.contents .body .course .document .pdf::after {
					background: url(/common/img/bdy_ico_pdf.png) no-repeat 0 0;
					background-size: 24px 29px;
					content: '';
					display: block;
					height: 29px;
					position: absolute;
					right: 0;
					top: -8px;
					width: 24px;
				}


	/** [写真] >> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> START **/

	.contents .body .course .photos {
		padding-top: 20px;
		width: 760px;
	}

		.contents .body .course .photos li {
			float: left;
			margin-left: 20px;
			width: 240px;
		}

		.contents .body .course .photos li:first-of-type {margin-left: 0;}

			.contents .body .course .photos figure {}

				.contents .body .course .photos figure img {
					height: auto;
					width: 100%;
				}

				.contents .body .course .photos figcaption {
					font-size: 14px;
					line-height: 1.71;
					padding-top: 0.6em;
				}


	/** [費用] >> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> START **/

	.contents .body .course .cost {
		border: 1px solid #d4d5d6;
		margin-top: 24px;
		padding: 20px 24px;
		width: 760px;
	}

		.contents .body .course .cost .label {
			float: left;
			font-size: 22px;
			line-height: 1.36;
			padding-top: 4px;
			vertical-align: top;
		}

			.contents .body .course .cost .label span {
				font-family: 'UD新ゴ L', sans-serif;
				font-size: 16px;
				font-weight: normal;
			}

		.contents .body .course .cost .fee {
			display: inline-block;
			vertical-align: top;
			float: right;
		}

			.contents .body .course .cost .fee th,
			.contents .body .course .cost .fee td {
				font-family: 'UD新ゴ L', sans-serif;
				font-weight: normal;
				padding: 4px 0;
				white-space: nowrap;
			}

			.contents .body .course .cost .fee th {text-align: left;}

			.contents .body .course .cost .fee td {}

			.contents .body .course .cost .fee .type {font-size: 0;}

				.contents .body .course .cost .fee .type li {
					color: #fff;
					display: inline-block;
					font-family: 'UD新ゴ L', sans-serif;
					font-size: 12px;
					height: 1.78em;
					line-height: 1.78;
					margin-left: 20px;
					padding: 0 1.4em;
					vertical-align: middle;
				}

				.contents .body .course .cost .fee .type li:first-of-type {margin-left: 16px;}

				.contents .body .course .cost .fee .type .tpp {background-color: #e15a0d;}
				.contents .body .course .cost .fee .type .tpg {background-color: #91a804;}

			.contents .body .course .cost .fee .price {
				padding-left: 54px;
				text-align: right;
			}


	/** [注記] >> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> START **/

	.contents .body .course .note {
		font-size: 14px;
		line-height: 1.71;
		margin-left: 1em;
		padding-top: 12px;
		text-indent: -1em;
	}


	/** [申し込み] >> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> START **/

	.contents .body .course .reserve {
		font-size: 0;
		padding-top: 48px;
		text-align: center;
	}

		.contents .body .course .reserve li {
			display: inline-block;
			padding: 0 12px;
		}

			.contents .body .course .reserve a {
				background-color: #fff;
				border: 1px solid #d4d5d6;
				box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
				-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
				box-sizing: border-box;
				color: #7f8283;
				display: inline-block;
				font-family: 'UD新ゴ R', sans-serif;
				font-size: 18px;
				padding: 14px;
				text-decoration: none;
				width: 340px;
			}

			.contents .body .course .reserve a:hover {
				background-color: #d4d5d6;
				box-shadow: none;
				color: #fff;
			}

				.contents .body .course .reserve a[target="_blank"]::after {
					background: url(/common/img/nvg_ico_blank02.gif) no-repeat 0 50%;
					background-size: 80% auto;
					content: '';
					display: inline-block;
					height: 1em;
					margin-left: 10px;
					vertical-align: -0.1em;
					width: 1em;
				}

				.contents .body .course .reserve a[target="_blank"]:hover::after {opacity: 0.3;}


/** |03. 講座概要| << ******************************************************************* << END **/





/** |04. 障害者割引について| >> ******************************************************* >> START **/


.contents .body .discount .contact {padding-top: 30px;}

	.contents .body .discount .contact dt,
	.contents .body .discount .contact dd {line-height: 1.88;}


/** |04. 障害者割引について| << ********************************************************* << END **/
