@charset "UTF-8";
/* notice.css */

/* 見出し ============================================= */
/* 見出し右にボックス */
.head_box {
	line-height: 1.3;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	margin-top: 0 !important;
}
.head_box span {
	margin-right: .75em;
}
.head_box small {
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	display: inline-block;
	color: #3f362f;
	background-color: #f7f7f7;
	margin-bottom: 0;
	padding: .5em .75em;
	border-radius: 10px;
}
/* 共通 */
#lower_notice h2 {
	font-weight: 500;
	border-bottom: 1.5px solid #e59246;
	margin-bottom: 1em;
}
#lower_notice h2.head_long {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
}
#lower_notice .head_long span {
	line-height: 1.3 !important;
}
#lower_notice .head_long > span:first-of-type {
	margin-right: .35em;
}
#lower_notice .head_long small {
	font-size: 1em;
	line-height: 1.5;
	color: inherit;
	margin-bottom: 0;
	display: inline;
}
#lower_notice h3 {
	font-size: 20px;
	margin-top: .5em;
	margin-bottom: 1.5em;
	padding-bottom:.75em;
	padding-left:  20px;
	padding-right: 20px;
	color: #3f362f;
	border-bottom: 1px solid #a8a8a8;
}
#lower_notice h4 {
	font-weight: 500;
	margin-bottom: 1em;
}


/* dl ============================================= */
/* 横並びdl */
#lower_notice .dl_flex div {
	font-size: 18px;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
}
#lower_notice .dl_flex div + div {
	margin-top: .25em !important;
}
.dl_flex dt,
.dl_flex dd {
	font-size: 1em;
	line-height: 1.5;
}
.dl_flex dt {
	min-width: 14em;
	font-weight: 500;
	margin-right: 1em;
}
.dl_flex dd {
	font-weight: normal;
}
.dl_flex a {
	font-size: 1em;
	line-height: 1.5;
	font-weight: normal;
}


/* list ============================================= */
/* 数字付きリスト */
.add_padding {
	padding-left: .65em;
}
#lower_notice li {
	font-size: 16px !important;
}
#lower_notice li p {
	line-height: 1.5;
	margin-bottom: .5em;
}
#lower_notice li + li {
	margin-top: .25em;
}
/* 数字付きリスト内のdl */
#lower_notice .li_add dl {
	margin-top: 0;
}
#lower_notice .li_add dl div {
	font-size: 14px;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
}
#lower_notice .li_add dl div + div {
	margin-top: .25em;
}
#lower_notice .li_add dl dt,
#lower_notice .li_add dl dd {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
}
#lower_notice .li_add dl dt {
	min-width: fit-content;
	margin-right: 0;
}
#lower_notice .li_add dl dd {
	padding-top: 0;
}

/* 横並びリスト（dlがbox） 在宅医療DX情報活用加算 */
.dl_box dt {
	min-width: fit-content;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	align-self: flex-start;
	margin-right: 1em;
	padding: .4em .5em .5em;
	border-radius: 10px;
	background-color: #f7f7f7;
}
.padding_cont dd {
	font-size: 16px;
	font-weight: normal;
	text-align: justify;
	line-height: 1.5;
	padding-top: .35em;
}


/* 次の要素 ============================================= */
#lower_notice .dl_flex + h4 {
	margin-top: 2em;
}
#lower_notice ul + p {
	margin-top: 1em;
}


/* ボーダーボックス ============================================= */
#lower_notice .border_box {
	margin-top: 25px;
	padding: 15px 20px 12px;
	border: 1px solid #3f362f !important;
}
#lower_notice .border_box ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	margin-left:  auto;
	margin-right: auto;
}
#lower_notice .border_box li {
	width: fit-content;
	margin-top: 0 !important;
	margin-right: 1.5em;
	margin-bottom: .25em !important;
}
#lower_notice .border_box li,
#lower_notice .border_box li * {
	font-weight: normal;
	line-height: 1.5;
}
#lower_notice .border_box li a {
	font-size: 1em;
}
#lower_notice .border_box li strong {
	font-size: 1em;
	font-weight: 500;
}
#lower_notice .border_box li:last-of-type {
	margin-right: 0;
}


/* table ============================================= */
#lower_notice table {
	width: 100%;
}
#lower_notice table th,
#lower_notice table td {
	width: 50%;
	font-size:  16px;
	text-align: center;
	padding: .75em;
	border: 1px solid #000;
}
#lower_notice table th {
	font-weight: 500;
	letter-spacing: .1em;
	background-color: #f7f7f7;
}
#lower_notice table td {
	font-family: 'Noto Sans JP', sans-serif !important;
	letter-spacing: .1em;
}


/* pdfリンク ============================================= */
.pdf_list li,
.pdf_list li a {
	font-family: 'Noto Sans JP', sans-serif !important;
	line-height: 1.3;
}
.pdf_list li {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
	align-items: flex-start;
}
.pdf_list li a {
	font-weight: normal;
	line-height: 1.6;
	letter-spacing: .15em;
	color: #007ab4;
	text-decoration: underline;
}
.pdf_list li:before {
	content: "";
	width:  1.25em;
	height: 1.5em;
	min-width:  1.25em;
	min-height: 1.5em;
	display: block;
	margin-right: .75em;
	background-image:  url(../../img/common/icon_pdf.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transform: translateY(0);
}
.pdf_list li a:after {
	content: "";
	width:  1em;
	height: 1em;
	min-width:  1em;
	min-height: 1em;
	display: inline-block;
	margin-left: .5em;
	background-image: url(../../img/common/icon_blank.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transform: translateY(.15em);
}

/* pdfリンク ============================================= */
#lower_bnr.pad0_T {
	padding-top: 0 !important;
}









@media screen and (max-width:768px) {
	/* 見出し ============================================= */
	.head_box small {
		font-size: 14px;
	}
	#lower_notice h3 {
		font-size: 18px;
		margin-top: 0;
		padding-bottom: 1em;
	}
	#lower_notice h4 {
		font-size: 16px;
		margin-bottom: .75em;
	}
	#lower_notice .head_long {
		margin-top: 50px;
	}
	#lower_notice .head_long small {
		font-size: 16px;
		font-weight: bold;
		display: inline-block;
	}
	#lower_notice .head_long small.add_small {
		font-size: 14px;
	}
	#lower_notice .add_size_sp {
		font-size: 18px;
	}


	/* dl ============================================= */
	#lower_notice .dl_flex div {
		flex-wrap: wrap;
	}
	#lower_notice .dl_flex div + div {
		margin-top: .75em !important;
	}
	#lower_notice .dl_flex dt {
		width: 100%;
		font-size: 16px;
		margin-right: 0;
	}
	#lower_notice .dl_flex dd {
		line-height: 1.4;
		padding-left: .5em;
	}
	/* 数字付きリスト内のdl */
	#lower_notice .li_add dl div {
		line-height: 1.5;
		display: inline-block;
		flex-wrap: wrap;
	}
	#lower_notice .li_add dt,
	#lower_notice .li_add dd {
		display: inline;
	}
	#lower_notice .li_add dd {
		font-size: 14px;
	}
	#lower_notice dl:first-of-type {
		margin-top: 1em;
	}
	#lower_notice dl .sp_add_flex {
		display: flex !important;
		flex-wrap: nowrap !important;
		align-items: flex-start;
	}
	#lower_notice dl .sp_add_flex dd {
		padding-top: 0;
	}
	/* dl box */
	#lower_notice dl div {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.dl_box dt {
		font-size: 16px;
		margin-right: 0;
		margin-bottom: .35em;
		padding: .5em .75em;
		border-radius: 5px;
	}
	.dl_box dd {
		padding-top: 0;
	}


	/* list ================================================ */
	.padding_cont ol {
		padding-left: .5em;
	}


	/* 次の要素 ============================================= */
	#lower_notice h2 {
		margin-top: 1.5em;
	}


	/* ボーダーボックス ====================================== */
	#lower_notice .border_box ul {
		width: fit-content;
		display: block;
		margin-left:  auto;
		margin-right: auto;
	}
	#lower_notice .border_box li {
		margin-right: 0 !important;
	}


	/* table ============================================== */
	#lower_notice table th,
	#lower_notice table td {
		height: 4em;
		font-size: 13px;
		line-height: 1.5;
		padding-left:  .35em;
		padding-right: .35em;
		vertical-align: middle;
	}


	/* pdfリンク =========================================== */
	.pdf_list li:before {
		margin-right: .5em;
		transform: translateY(.1em);
	}
}

/*

*/