@charset "utf-8";
/* Copyright 2022 FSFIELD All Rights Reserved. */

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

PC、タブレット、スマートフォン共通

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/* ------------------------------------------------------------

貸会議室の使用料金及び利用形態等の変更について

------------------------------------------------------------ */

.wrap_changes {
	max-width: 1200px;
	margin: 0 auto;
	padding: 120px 50px;
}

.sec_changes01 .wrap_table {
	margin: 20px 0 5px;
}

.sec_changes01 .wrap_table table {
	width: 100%;
	font-size: 1.5rem;
}

.sec_changes01 .wrap_table table thead tr th {
	background: #EBEEF3;
	font-weight: 700;
	text-align: center;
	font-size: 1.4rem;
	padding: 6px;
}

.sec_changes01 .wrap_table table th,td {
	border: 1px solid #D8DFE7;
	padding: 3px 10px;
}

.sec_changes01 .wrap_table table tr:not(:first-child) th:nth-of-type(1) {
	width: 85px;
}

.sec_changes01 .wrap_table table tr:not(:first-child) th:nth-of-type(2) {
	width: 358px;
}

.sec_changes01 .wrap_table+.note {
	color: #999999;
}

.sec_changes02 {
	padding-top: 80px;
}

.sec_changes02 ul li {
	display: flex;
	margin-bottom: 12px;
	color: #2C5276;
	font-weight: 700;
}

.sec_changes02 ul li:last-of-type {
	margin-bottom: 0;
}

.sec_changes02 ul li a {
	color: #2C5276;
	text-decoration: underline;
	font-weight: 400;
}

.sec_changes02 ul li a:hover {
	text-decoration: none;
}

.sec_changes02 ul li a span::after {
	content: "";
	background: url("../img/ico_pdf02.svg") no-repeat;
	background-size: contain;
	width: 22px;
	height: 27px;
	display: inline-block;
	margin-left: 7px;
	margin-bottom: -6px;
}


@media only screen and (max-width:1024px) {	/* 表示領域が1024px以下の場合に適用するスタイル */

	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	タブレット

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	貸会議室の使用料金及び利用形態等の変更について

	------------------------------------------------------------ */

	.sec_changes01 .wrap_table table {
		font-size: 1.4rem;
	}

	.sec_changes01 .wrap_table table thead tr th {
		font-size: 1.3rem;
	}

	.sec_changes01 .wrap_table table tr:not(:first-child) th:nth-of-type(1) {
		width: 77px;
	}

	.sec_changes01 .wrap_table table tr:not(:first-child) th:nth-of-type(2) {
		width: 237px;
	}

}

/*--@media--*/


@media only screen and (max-width:767px) {	/* 表示領域が767px以下の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	スマートフォン（iPhone,Android)

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	貸会議室の使用料金及び利用形態等の変更について

	------------------------------------------------------------ */

	.wrap_changes {
		padding: 60px 0;
	}

	.sec_changes01 .txt_changes01,
	.sec_changes01 .wrap_table{
		padding: 0 15px;
	}

	.sec_changes01 .wrap_table table {
		width: 700px;
		font-size: 1.3rem;
	}

	.sec_changes01 .wrap_table table thead tr th {
		font-size: 1.2rem;
	}

	.sec_changes01 .wrap_table table th,td {
		line-height: 1.4;
		padding: 4px 8px;
	}

	.sec_changes01 .wrap_table table tr:not(:first-child) th:nth-of-type(1) {
		width: 73px;
	}

	.sec_changes01 .wrap_table table tr:not(:first-child) th:nth-of-type(2) {
		width: 212px;
	}

	.sec_changes01 .wrap_table+.note {
		font-size: 1.2rem;
	}

	.sec_changes02 {
		padding: 40px 15px 0;
	}

	.sec_changes02 ul li a span::after {
		width: 16px;
		height: 20px;
		margin-bottom: -4px;
	}
}

/*--@media--*/