@charset "UTF-8";
/* CSS Document */
#MainContents {
	font-family: "Noto Sans japanese", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif !important;
	font-size: 1rem !important;
	color: #000;
	max-width: 960px;
	margin:auto;
	font-weight: 400;
	line-height: 1.5;
}

#MainContents h1.h1_title {
	margin-bottom: 40px;
	margin-top: 40px;
	line-height: 1;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
#MainContents h1.h1_title::after {
	content: '';
	display: block;
	width: 269px;
	height: 4px;
	margin: 25px auto;
	background: url(/air/support/images/bg-title-02.png) no-repeat center;
	background-size: cover;
}
#MainContents h2 {
	font-size: 1.75rem;
	line-height: 1.2;
	margin-bottom: 0.5rem;
}
#MainContents h2.h2_title {
	font-weight: normal !important;
	margin-top: 3rem !important;
	padding: 0.25em 0.5em !important;
	border-left: solid 5px #84cbc5 !important;
}
#MainContents h3.h3_title {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.2;
	 margin-top: 1.5rem;
	margin-bottom: 1rem;
}

#MainContents dt {
	font-weight: 700;
}
#MainContents dd {
	margin-bottom: 0.5rem;
	margin-left: 1.5rem;
	text-indent: -1.5rem;
}

#MainContents div.mokuteki table {
	margin-top: 1rem;
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin-bottom: 1rem;
	text-align: left;
}
#MainContents div.mokuteki th {
	background-color: #ddd;
	border: 1px solid #ccc;
}

#MainContents .table th, .table td {
	padding: 0.75rem;
	vertical-align: top;
}
#MainContents div.mokuteki td {
	border: 1px solid #ccc;
}
#MainContents div.mokuteki tbody th {
	font-weight: normal;
	background-color: #f5f5f5;
}
#MainContents .table thead th {
	vertical-align: middle;
	border-bottom: 2px solid #dee2e6;
}
