@charset "utf-8";
.com_mv {	/* main visual */
	background: url('/assets/images/outpatient/kv_outpatient.jpg') no-repeat top center;
	-webkit-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}
.ttl_top_com::before {
	width: 44px;
    height: 63px;
    background: url(/assets/images/doctortable/icon_doctortable.svg) no-repeat top center;
    background-size: auto;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}
.text_usual a {
	text-decoration-color: var(--main-color);
}

.txt_call_center {
    margin-bottom: 25px;
}
.doctor_info.last_item {
    border-bottom: 1px dashed var(--main-color);
}
/*drop*/
.dropdown_info{
	padding: 14px 0;
	margin: 0;
}
.dropdown_info{
	background: url('/assets/images/common/slide_down.svg') no-repeat right 15px center;
	-webkit-background-size: 22px 14px;
	     -o-background-size: 22px 14px;
	        background-size: 22px 14px;
}
.dropdown_info.opened{
	background: url('/assets/images/common/slide_up.svg') no-repeat right 15px center;
	border-bottom: none;
	-webkit-background-size: 22px 14px;
	     -o-background-size: 22px 14px;
	        background-size: 22px 14px;
}
.dropdown_info.dot_sec {
    border-bottom: none;
}
.drop_txt {
    font-size: 20px;
    border-left: none;
    font-weight: bold;
    padding-left: 0;
}
.dropdown_info.first_dot{
	border-top: none;
}
.dropdown_info.last_dot{
	border-bottom: 1px dashed var(--main-color);
}
.dropdown_info.last_dot.opened{
	border-bottom: none;
}
.q_info{
	display: none;
	margin: 20px 0 50px 0;
}
.q_info_visible{
	border-top: none;
}
/*table*/
.inner_table {
	overflow-y: hidden !important;
}
table{
	width: 100%;
	border-collapse: collapse;
	min-width: 790px;
	text-align: center;
	border-right: none;
}
table .th_ttl{
	font-size: 18px;
	border-left: 1px solid #D3D3D3;
	padding: 14px;
	background: #ECEEF2;
	text-align: center;
}
table td{
	width: 15.244%;
	max-width: 150px;
	padding: 12px 0;
	font-size: 18px;
	text-align: center;
	border: 1px solid #D3D3D3;
	vertical-align: middle;
}
table td:first-child{
	width: 6.098%;
	text-align: center;
	background: #ECEEF2;
}
table td.custom_width {
	width: 6.098%;
}
table td:last-child{
	border-right: none;
}
table td p{
	font-size: 16px;
	text-align: center;
}
table td dl {
	display: flex;
	flex-direction: column;
}
table td dl dt {
	text-align: center;
}
table td dl dd {
	text-align: center;
    font-size: 16px;
}
.txt_justify{
	text-align: center;
	padding-left: 26px;
}
.txt_left{
	text-align: left;
}
.first_vis_txt{
	margin: 15px 0 0px 0;
}
.td_time_01_row2{
	vertical-align: middle;
}
.txt_middle{
	vertical-align: middle;
}
.txt_bottom{
	margin-bottom: 0px;
}
.no_border{
	border-right: none;
}
.common_wrap {
    margin-top: 60px;
}
.mod_btn.doctortable_btn {
	position: relative;
	margin: 30px auto 30px;
}
.mod_btn.doctortable_btn::after {
	position: absolute;
	content: '';
    display: inline-block;
    width: 34px;
    height: 34px;
    padding-left: 5px;
    background: url(/assets/images/doctortable/icon_arrow_left.svg) no-repeat center;
    background-size: 14px auto;
	top: 50%;
    right: 50px;
	transform: translateY(-50%);
}
.mod_btn.doctortable_btn:hover::after {
	background: url(/assets/images/doctortable/icon_arrow_left_white.svg) no-repeat center;
    background-size: 14px auto;
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 979px) {
	.txt_call_center {
		margin-bottom: 0.25rem;
	}
	.doctor_info.last_item {
		border-bottom: 0.01rem dashed var(--main-color);
	}
	/*drop*/
	.dropdown_info{
		padding: 0.14rem 0;
	}
	.dropdown_info{
		background: url('/assets/images/common/slide_down.svg') no-repeat right 0.15rem center;
		-webkit-background-size: 0.22rem 0.14rem;
			-o-background-size: 0.22rem 0.14rem;
				background-size: 0.22rem 0.14rem;
	}
	.dropdown_info.opened{
		background: url('/assets/images/common/slide_up.svg') no-repeat right 0.15rem center;
		-webkit-background-size: 0.22rem 0.14rem;
			-o-background-size: 0.22rem 0.14rem;
				background-size: 0.22rem 0.14rem;
	}
	.dropdown_info.last_dot{
		border-bottom: 0.01rem dashed var(--main-color);
	}
	.q_info{
		margin: 0.20rem 0 0.50rem 0;
	}
	/*table*/
	table{
		width: 100%;
		min-width: 7.90rem;
	}
	table .th_ttl{
		border-left: 0.01rem solid #D3D3D3;
		padding: 0.14rem;
	}
	table td{
		width: 1.50rem;
		min-width: 1.50rem;
		padding: 0.12rem 0;
		border: 0.01rem solid #D3D3D3;
	}
	table td:first-child{
		width: 0.60rem;
		min-width: 0.60rem;
	}
	.txt_justify{
		padding-left: 0.26rem;
	}
	.first_vis_txt{
		margin: 0.15rem 0 0 0;
	}
	.common_wrap {
		margin-top: 0.60rem;
	}
}

/* SP */
@media only screen and (max-width: 767px) {
	.ttl_top_com { padding-top: 1.2rem; margin-bottom: .6rem;}
	.txt_call_center {
		margin-bottom: 0.80rem;
	}
	.doctor_info.last_item {
		border-bottom: 0.01rem dashed var(--main-color);
	}
	.ttl_top_com::before {
		width: 0.44rem;
		height: 0.63rem;
	}
	/*drop*/
	.dropdown_info{
		padding: 0.14rem 0;
	}
	.dropdown_info{
		background: url('/assets/images/common/slide_down.svg') no-repeat right 0.15rem center;
		-webkit-background-size: 0.22rem 0.14rem;
			-o-background-size: 0.22rem 0.14rem;
				background-size: 0.22rem 0.14rem;
	}
	.dropdown_info.opened{
		background: url('/assets/images/common/slide_up.svg') no-repeat right 0.15rem center;
		-webkit-background-size: 0.22rem 0.14rem;
			-o-background-size: 0.22rem 0.14rem;
				background-size: 0.22rem 0.14rem;
	}
	.drop_txt {
		font-size: 0.36rem;
	}
	.dropdown_info.last_dot{
		border-bottom: 0.01rem dashed var(--main-color);
	}
	.q_info{
		margin: 0.20rem 0 0.50rem 0;
	}
	/*table*/
	.inner_table {
		overflow-x: auto !important;
	}
	table .th_ttl{
		font-size: 0.30rem;
		border-left: 0.01rem solid #D3D3D3;
		padding: 0.14rem;
	}
	table td{
		padding: 0.12rem 0;
		font-size: 0.30rem;
		border: 0.01rem solid #D3D3D3;
	}
	table td p{
		font-size: 0.30rem;
		text-align: center;
	}
	.txt_justify{
		padding-left: 0.26rem;
	}
	.txt_left{
		text-align: left;
	}
	.first_vis_txt{
		margin: 0.15rem 0 0 0;
	}
	.common_wrap {
		margin-top: 0.60rem;
	}

	.mod_btn.doctortable_btn::after {
		width: 0.34rem;
		height: 0.34rem;
		padding-left: 0.05rem;
		background-size: 0.24rem auto;
		right: 0.50rem;
	}

	.mod_btn.doctortable_btn {
		margin: 0.30rem auto 0.30rem;
	}
}