@charset 'UTF-8';

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

ilm/terracotta/about/start/index_pc.css
Ver.201803

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

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(/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: 18px;}


	/** [各種画像] >> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> START **/

	.contents .body .outline figure {}

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


	/* メインビジュアル */
	.contents .body .outline .visual {padding-top: 38px;}


	/* 写真 */
	.contents .body .outline .photo {
		clear: both;
		float: right;
		margin: 30px 0 30px 30px;
		width: 286px;
	}

	.contents .body .outline .photo:nth-of-type(3) {margin-top: 0;}

	.contents .body .outline .photo:nth-of-type(4) {
		float: none;
		margin: 30px 0 0;
		width: 760px;
	}

	.contents .body .outline .photo:nth-of-type(5) {
		float: left;
		margin: 30px 0 0;
		width: 284px;
	}


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

	.contents .body .outline .note {
		float: right;
		width: 440px;
	}

		.contents .body .outline .note li {
			font-size: 14px;
			line-height: 1.86;
			margin-top: 26px;
			padding-left: 1em;
			position: relative;
		}

			.contents .body .outline .note li:before {
				content: '※';
				line-height: 1.86;
				position: absolute;
				top: 0;
				left: 0;
			}
	

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