@charset "utf-8";

.subsection-body__ttl {
	font-size: 120%;
}

.schedule-table {
	width: 100%;
	margin-top: 20px;
	border-collapse: collapse;
	table-layout: fixed;

	+ .footnote {
		margin: 1em 0 0;
	}
}

.schedule-table tr {
	border-top: 1px solid rgba(0,0,0,0.2);
}

.schedule-table tr:last-child {
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

.schedule-table tr > * {
	border-left: 1px solid rgba(0,0,0,0.1);
}

.schedule-table tr > *:first-child {
	border-left: none;
}

.schedule-table .head {

}

.schedule-table th {
	font-weight: bold;
	text-align: center;
	padding: 0.5em;
	width: calc(80% / 5);
}

.schedule-table th:first-child {
	text-align: left;
	width: 20%;
}

.schedule-table td {
	text-align: center;
	padding: 0.5em;
}

.schedule-table td:empty {
	position: relative;
	color: currentColor !important;
}

.schedule-table td:empty::before {
	position: absolute;
	content: '';
	width: 10px;
	height: 1px;
	background-color: currentColor;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	opacity: 0.4;
}


.general .schedule-table td {
	color: #66b7e8;
}

.respiratory .schedule-table td {
	color: #4fc1ac;
}

.digestive .schedule-table td {
	color: #92bf66;
}

.specialty .schedule-table td {
	color: #9d76bd;
}

.specialty .detail-table__lbl .lbl {
	background-color: #a35edd;
}

.specialty .type-table::before {
	background-color: #a35edd;
}

/* ------------------------- */


.type-table {
	position: relative;
	padding-left: 3rem;
}

.type-table::before {
	position: absolute;
	content: '';
	width: 2px;
	height: 100%;
	background-color: currentColor;
	top: 0;
	left: 0;
}

.type-table__item {

}

.type-table__item + .type-table__item {
	margin-top: 1em;
}

.type-table__des {
	margin: 0;
}


/* ------------------------- */


.detail-table {
	grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
}

.detail-table__item {
	width: 100%;
	padding-top: 0;
}

.detail-table__lbl {
	font-size: 1.6rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 15px 0;
}

.detail-table__lbl .lbl {
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.5;
	padding: 3px 7px;
	background-color: #777;
	border-radius: 5px;
	margin-left: 10px;
	font-family: var(--sansserif);
}

.detail-table__des {
	margin: 0;
}

.detail-table__des > *:first-child {
	margin-top: 0;
}

.des-table__item + .des-table__item {
	margin-top: 1em;
}

.des-table__des {
	margin: 0;
}

.des-table__lbl {
	font-weight: bold;
}


/* ie only */

.msie .schedule-table td:empty:before {
	top: auto;
	left: calc(50% - .5em);
	right: auto;
	bottom: auto;
}


@media all and (min-width: 768px) {

	.type-table__item {
		display: flex;
		justify-content: space-between;
	}

	.type-table__lbl {
		width: var(--wcalc6-1);
		min-width: 140px;
	}

	.type-table__des {
		width: var(--wcalc6-5);
	}

	.type-table__item + .type-table__item {
		margin-top: 0;
	}

	.detail-table__item + .detail-table__item {
		margin-top: 20px;
	}

	.detail-table__lbl {
		font-size: 1.8rem;
		padding: 20px 0;
	}

	.detail-table__des .des-table__item {
		display: flex;
		justify-content: space-between;
		margin-top: 0;
		padding: 15px 0;
	}

	.des-table__item .des-table__lbl {
		width: var(--wcalc3-1);
	}

	.des-table__item .des-table__des {
		width: var(--wcalc3-2);
	}
	
	.schedule-table td {
		font-size: 1.5em;
	}
}

@media all and (min-width: 1280px) {
	.normal-table__lbl {
		width: var(--wcalc6-1);
	}

	.normal-table__des {
		width: var(--wcalc6-5);
	}
}


/* ------------------------- */

.SectionIndex {
	list-style: none;
	padding-left: 0;
}

.SectionIndex__item {
	
}

.SectionIndex__anchor {
	display: inline-flex;
	align-items: center;
	border-bottom: none;
}

.SectionIndex__anchor > * {
	margin-left: 10px;
}

.SectionIndex__anchor > *:first-child {
	margin-left: 0;
}

.SectionIndex__item .icon {
	stroke-width: 1.3;
	margin-left: -3px;
	transition: all 0.2s;
}

.SectionIndex__item .lbl {
	
}

@media all and (min-width: 768px) {
	
	.SectionIndex__item .icon {
		opacity: 0.5;
	}

	.SectionIndex__item a:hover .icon {
		opacity: 1;
	}
}


/* ------------------------- */

.ConversionPhone {
	margin-top: 30px;
}

@media all and (min-width: 768px) {
	.ConversionPhone {
		margin-top: 40px;
	}
}
