@charset "UTF-8";
/* withdoctors ドクター宝箱
-------------------------------------------------- */
/* arrow
-------------------------------------------------- */
/* --------------------------------------------------
unique for this article page
-------------------------------------------------- */
.mainVisual01 {
	background-image: url(../images/mv.jpg);
	background-position: center 40% !important;
	position: relative;
}

.mainVisual01::before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: radial-gradient(ellipse closest-side,rgba(255,255,255,.8),rgba(255,255,255,0));
	border-radius: 100%;
}

.mainVisual01 > h2{
	z-index: 1;
}

.wrap02 .inner .column-border ol {
	font-size: 1.4rem;
	text-indent: -1.35em;
	padding-left: 1.35em;
	counter-reset: number;
}

.wrap02 .inner .column-border li {
	counter-increment: number;
}

.wrap02 .inner .column-border li::before {
    content: counters(number, "-") "） ";
}

.wrap02 .inner .column-border .list-circle {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1rem;
}

.wrap02 .inner .column-border .list-circle li {
    position: relative;
    padding-left: 1.5em;
}

.wrap02 .inner .column-border .list-circle li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.25em;
    height: 0.8em;
    width: 0.8em;
    border: 1px solid #000;
    border-radius: 50%;
    box-sizing: border-box;
}

.wrapContents .wrapTakarabako section .inner .wrap-img-text div .note-text {
    margin-bottom: 0;
    margin-top: 1rem;
}

.wrap02 .fig-table {
	width: 100%;
	margin-bottom: 1rem;
}

.ta01 {
	margin: auto;
	width: 100%;
	background-color: #d8d8d8;
	box-sizing: border-box;
	table-layout: fixed;
}

.ta01 tr th {
	font-weight: bold;
	font-family: "TsukuGoPro-B";
	font-size: 1.4rem;
	line-height: 1.6;
	padding: 1.5rem;
	background-color: #f3f2ef;
	box-sizing: border-box;
	min-width: 100px;
}
.ta01 thead th:nth-child(1) {
	width: 20%;
}
.ta01.standard-enhance thead th:nth-child(2),
.ta01.standard-enhance thead th:nth-child(3) {
	width: 40%;
}

.ta01 tr td {
	font-weight: normal;
	font-size: 1.4rem;
	line-height: 1.6;
	padding: 1.5rem;
	background-color: #ffffff;
	box-sizing: border-box;
	vertical-align: top;
	text-align: left;
}
@media only screen and (max-width: 768px) {

.wrap02 .inner .column-border ol {
    font-size: 3.3vw;
}

	.ta01 tbody{
		display: grid;
		grid-template-columns: 1fr;
	}
	.ta01 thead{
		display: none;
	}
	.ta01 tr {
		width: 100%;
	}
	.ta01 tr th {
		display: block;
		font-size: 3.3vw;
		padding: 1.5rem 0.8rem;
		text-align: center;
		min-width: auto;
		border: 0;
		width: 100%;
		border-top: 1px solid #d8d8d8;
		border-bottom: 1px solid #d8d8d8;
	}

	.ta01 tr td {
		display: block;
		font-size: 3.3vw;
		padding: 0 1.5rem 1.5rem 1.5rem;
		font-weight: bold;
	}
	.ta01 tr td:nth-of-type(1) {
		padding-top: 1.5rem;
	}

	.ta01 tr td:before {
		font-weight: normal;
	}


	.ta01 tr td:nth-of-type(1):before {
		content: "全国医療情報プラットフォーム：";
	}
	.ta01 tr td:nth-of-type(2):before {
		content: "地域医療情報連携ネットワーク：";
	}


	.ta01 tr td {
		width: 100% !important;
	}

}
