@charset 'UTF-8';

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

ilm/tougaku/freetime/index_pc.css
Ver.201805

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

01. コンテンツリスト
02. 概要

************************************************************************************** |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(/en/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 h1.title span {font-size: 20px;}


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

	.contents .body .outline .photo {padding-top: 20px;}

	.contents .body .outline .photos {
		padding-top: 30px;
		width: 760px;
	}

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

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

			.contents .body .outline .photos figure {}

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

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


	/** [概要] >> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> START **/

	.contents .body .outline .data {
		border: 1px solid #7f8283;
		margin-top: 26px;
		width: 760px;
	}

		.contents .body .outline .data th,
		.contents .body .outline .data td {
			border: 1px solid #7f8283;
			font-family: 'Trade Gothic W01 Bold', sans-serif;
			font-size: 20px;
			font-weight: normal;
			line-height: 1.5;
			text-align: left;
			padding: 16px 24px;
		}

		.contents .body .outline .data th {
			background-color: #f4f4f5;
			white-space: nowrap;
		}

		.contents .body .outline .data td {width: 100%;}

			.contents .body .outline .data td span {font-size: 16px;}

	.contents .body .outline .note {
		font-size: 14px;
		margin-left: 1em;
		padding-top: 14px;
		text-indent: -1em;
	}


	/** [お申込みについて] >> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> START **/

	.contents .body .outline .guide {
		padding-top: 50px;
		text-align: center;
	}

		.contents .body .outline .guide 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: 'Trade Gothic W01 Bold', sans-serif;
			font-size: 18px;
			padding: 16px;
			text-decoration: none;
			width: 340px;
		}

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


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