@charset "UTF-8";
/* withdoctors ドクター宝箱
-------------------------------------------------- */
/* arrow
-------------------------------------------------- */
/* --------------------------------------------------
unique for this article page
-------------------------------------------------- */
.mainVisual01 {
	background-image: url(../images/mv.jpg);
	background-position: center 20% !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;
}


.nobr {
	white-space: nowrap;
}

.list01 {
	font-size: 1.4rem;
	list-style-type: none;
	padding-left: 0;
}
.list01 > li {
	display: grid;
	grid-template-columns: auto 1fr;
}
.list01 .list_num,
.list01 .list_content {
	display: block;
	text-align: left;
}
.list01 .list_num {
	padding-right: 8px;
}

.list01 .disc-list {
	padding-left: 2em;
}

.ta01 {
	margin: auto;
	width: 100%;
	/*max-width:880px;*/
	background-color: #D8D8D8;
	box-sizing: border-box;
	margin-bottom: 2rem;
}
.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;
	width: 10%;
	min-width: 100px;
}
.ta01 tr td {
	font-weight: normal;
	font-size: 1.4rem;
	line-height: 1.6;
	padding: 1.5rem;
	background-color: #FFFFFF;
	box-sizing: border-box;
	width: 90%;
}

@media only screen and (max-width: 768px) {
	.ta01 tr th {
		font-size: 3.3vw;
		padding: 1.5rem 0.8rem;
		width: 10%;
		text-align: center;
		min-width: auto;
	}
	.ta01 tr td {
		font-size: 3.3vw;
		padding: 1.5rem;
		width: 90%;
	}
	.list01 {
		font-size: 3.3vw;
	}
}
