/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
/* simple clearfix */
/**************************
@mixin for sprite
*/
/* CSS Document */
.mb10 {
		margin-bottom: 10px;
}

.text_mini li {
		font-size: 14.5px !important;
}

.outline_date_list {
		line-height: 40px;
}
.outline_date_list > dt {
		/*width: 9em;*/
		width: 140px;
		letter-spacing: 0.1em;
		color: #000000;
}
.outline_date_list > dd {
		border-bottom: solid 1px #6a6a6a;
		margin-left: -140px;
		padding-left: 140px;
		padding-bottom: 0.4em !important;
}
@media screen and (max-width: 999px) {
		.outline_date_list > dd {
				margin-left: 0px;
				padding-left: 0px;
		}
}
.outline_date_list > dd em {
		color: #1967b2;
		font-weight: normal;
}

.td_w {
		position: relative;
		width: 130px;
}
.td_w span {
		position: absolute;
		right: 0;
}
@media screen and (max-width: 999px) {
		.td_w {
				position: static;
				width: auto;
		}
		.td_w span {
				right: auto;
		}
}

/*.outline_data_contents td {
	@media screen and (max-width: 999px) {
		width: 100%;
		display: block;
	}
}*/
.box_g {
		background: #f5f5f5;
		padding: 20px;
		margin: 8px 0 15px 0;
}

.outline_list_column2 {
		column-count: 2;
		margin: 0;
		padding: 0;
		/*& > li {
			line-height: 1.55em !important;
		}*/
}
@media screen and (max-width: 580px) {
		.outline_list_column2 {
				column-count: 1;
		}
}

.outline_list_column3 {
		column-count: 3;
		margin: 0;
		padding: 0;
		/*& > li {
			line-height: 1.6em !important;
		}*/
}
@media screen and (max-width: 580px) {
		.outline_list_column3 {
				column-count: 2;
		}
}
@media screen and (max-width: 320px) {
		.outline_list_column3 {
				column-count: 1;
		}
}

.outline_list_col3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.outline_list_col3 li {
	box-sizing: border-box;
	width: calc(100% / 3);
}
@media screen and (max-width: 580px) {
		.outline_list_col3 li {
				box-sizing: border-box;
				width: calc(100% / 2);
		}
}
@media screen and (max-width: 320px) {
		.outline_list_col3 li {
				box-sizing: border-box;
				width: 100%;
		}
}

.dd_border_02 {
		border-bottom: solid 1px #d1d1d1 !important;
		line-height: 40px;
}
.dd_border_02 > em {
		color: #1967b2;
		font-weight: normal;
}
@media screen and (max-width: 999px) {
		.dd_border_02 {
				-ms-mrgin-bottom: 1em;
		}
}

.kuhaku {
		display: block;
}
@media screen and (max-width: 999px) {
		.kuhaku {
				display: none;
		}
}

@media screen and (max-width: 999px) {
		.outline_heliport_table {
				font-size: 1rem;
		}
		.outline_heliport_table tr, .outline_heliport_table tbody, .outline_heliport_table thead, .outline_heliport_table tfoot, .outline_heliport_table td, .outline_heliport_table th {
				display: block;
				width: 100%;
		}
		.outline_heliport_table .td_w {
				font-weight: bold;
		}
		.outline_heliport_table .td_w > span {
				display: none;
		}
}
