@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 { padding-top:70px; }
.ttl_top_com:before {
	content: '';
	position: absolute;
	width: 77px;
	height: 60px;
	background: url('/assets/images/common/icon_outpatient.svg') no-repeat top center;
	background-size: contain;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

/*first-visit*/
.flex {
    -webkit-align-items: center;
            align-items: center;
}

.mod_table_div1.custom > .row > .heading{
	width: 252px;
    flex: none;
    background: var(--soft-green);
    line-height: 2;
}

.txt_fax {
    font-size: 52px;
    margin-bottom: 10px;
    font-family: futura-pt, sans-serif;
}

.txt_emergency{
	text-align: center;
	padding: 1em;
    background: var(--green-transparent);
    -webkit-box-shadow: -2px 0px 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -2px 0px 25px rgba(0, 0, 0, 0.1);
    box-shadow: -2px 0px 25px rgba(0, 0, 0, 0.1);
}


.txt_emergency a{
	font-size: 52px;
    margin-bottom: 10px;
    font-family: futura-pt, sans-serif;
}

.txt_emergency span{
	font-size: 40px;
}

.txt_fax .fax {
    color: var(--main-color);
}

.call_center_contact {
	border-top: 1px solid var(--medium-green);
	border-bottom: 1px solid var(--medium-green);
}

.call_center_contact .info_list {
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.name_list {
	width: 325px;
	background: var(--soft-green);
	display: flex;
    align-items: center;
}

.name {
	margin-bottom: 0;
	padding: 24px 18px;
	
}

.phone {
	width: 300px;
	text-align: left;
	vertical-align: middle;
	padding: 15px 0 15px 20px;
}

a.ph_no,
.fax_no {
	padding-left: 28px;
	font-family: futura-pt, sans-serif;
	font-size: 28px;
	color: #666666;
	line-height: 1;
	background: url(/assets/images/common/icon_phone.png) no-repeat left center;
	-webkit-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	background-size: 16px 16px;
	display: inline-block;
}

.fax_no {
	background: none;
	padding-left: 5px;
}

.txt_telphone,
.txt_fax {
	color: var(--main-color);
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
	display: inline-block;
}

.txt_fax {
	font-size: 26px;
	margin-top: 10px;
}

.phone_content {
	width: 325px;
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
}

.contact {
	font-size: 14px;
	margin-bottom: 0;
}

.bg{
    padding: 1em;
    background: var(--soft-green);
}

/* Tablet -------------------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1279px) {
	.name_list {
		width: 31.199186%;
		padding-left: 2%;
	}

	.name {
		font-size: 2vw;
		padding: 1.406vw 0 1.406vw 0.313vw;
	}

	.phone {
		width: 33.531vw;
		text-align: left;
		vertical-align: middle;
		padding: 1.6% 0 1.172vw 1.563vw;
		display: flex;
		-webkit-align-items: center;
		        align-items: center;
	}

	a.ph_no,
	.fax_no {
		text-indent: -2px;
		font-size: 4vw;
	}

	.phone_content {
		width: 27.203vw;
		padding-left: 1.2%;
	}

	.txt_telphone,
	.txt_fax {
		font-size: 3.2vw;
	}

	.txt_fax {
		margin-top: 0.781vw;
	}

	.contact {
		font-size: 1.8vw;
		padding: 3.5vw 0;
	}
}

/* SP --------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
	.ttl_top_com { padding-top: 1.2rem; margin-bottom: .6rem;}
	.ttl_top_com:before {
		width: 1.2rem;
		height: 1rem;
	}

	.mod_table_div1.custom > .row > .heading{
		width: 100%;
	}

	.txt_fax .fax,
	.txt_fax {
	    font-size: .7rem;
	}

	.txt_emergency a{
		font-size: .7rem;
	}

	.txt_emergency span{
		font-size: .4rem
	}

	.call_center_contact {
		border-top: .02rem solid var(--medium-green);
		border-bottom: .02rem solid var(--medium-green);
	}

	.name_list {
		width: 100%;
		border-bottom: .02rem solid var(--medium-green);
	}

	.name {
		padding: .15rem 0 .15rem .20rem;
	}

	.phone {
		width: 100%;
		padding: .15rem .15rem 0;
	}

	p.fax_no {
		background: none;
		padding-left: .1rem;
		font-size: .45rem;
	}

	.txt_telphone,
	.txt_fax{
		font-size: .45rem;
		font-weight: 600;
		line-height: 1;
	}

	.txt_fax{
		margin-top: .25rem;
	}

	.phone_content {
		width: 100%;
	}

	.contact{
		font-size: .22rem;
		padding: .2rem;
		line-height: 1.2;
	}
}