@charset "utf-8";
/* Copyright 2022 FSFIELD All Rights Reserved. */

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

PC、タブレット、スマートフォン共通

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/* ------------------------------------------------------------

会議室利用規則

------------------------------------------------------------ */

.lead{margin-bottom: 50px;}

.rules{margin-bottom: 60px;}

.rules:last-of-type{margin-bottom: 0;}

.rules h4{
	color: #2C5276;
	font-size: 2rem;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 15px;
}

.rules .inner{
	display: flex;
	margin-bottom: 10px;
}

.rules .inner:last-of-type{margin-bottom: 0;}
	
.rules .inner > p{
	font-weight: 700;
	width: 60px;
	flex: none;
}

.rules .inner .txt{width: calc(100% - 60px);}

.rules .inner .txt ol{
	text-indent: -1em;
	padding-left: 1em;
}

.rules .inner .txt ol li{margin-bottom: 10px;}

.rules .inner .txt ol li:last-of-type{margin-bottom: 0;}


@media only screen and (max-width:767px){ /* 表示領域が767px以下の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	スマートフォン（iPhone,Android)

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	会議室利用規則

	------------------------------------------------------------ */
	
	.lead{margin-bottom: 35px;}
	
	.rules{margin-bottom: 35px;}

	.rules:last-of-type{margin-bottom: 0;}

	.rules h4{
		font-size: 1.6rem;
		margin-bottom: 10px;
	}

	.rules .inner{
		display: block;
		margin-bottom: 10px;
	}

	.rules .inner:last-of-type{margin-bottom: 0;}

	.rules .inner > p{
		width: 100%;
		margin-bottom: 3px;
	}
	
	.rules .inner .txt{width: 100%;}
	
	.rules .inner .txt > p~ol{margin-top: 10px;}
	
	
	
}/*--@media--*/
