.outpatient {
	margin-bottom: 50px;
}
.patients_img {
	background: url(../images/patients/patients_main.png) no-repeat;
	background-size: cover;
}

.wrap_title {
	color: #7ac943;
}

.left_wrap {
	padding-right: 7%;
}
.left_wrap p{
	font-size: 16px;
	margin-bottom: 4rem;
    line-height: 30px;
}

.right_wrap .table01 {
    width: 100%;
    max-width: 100%;
}
.right_wrap .table01 th{
	font-size: 16px;
/*    width: 33.3333%;*/
	white-space: nowrap;
    text-align: center;
    height: 40px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    font-weight: normal;
    color: #7ac943;
/*	font-family: 'Noto+Sans', sans-serif;*/
}
.right_wrap .table01 td{
	font-size: 16px;
    text-align: center;
    height: 75px;
    vertical-align: middle;	
    border-bottom: 1px solid #b3b3b3;
/*	font-family: 'Noto+Sans', sans-serif;*/
}
.right_wrap .table01 th:first-child,
.right_wrap .table01 td:first-child {
    border-left: 1px solid #ffffff;
    border-right: 1px dotted #000000;
}
.right_wrap .table01 th:last-child,
.right_wrap .table01 td:last-child {
    border-right: 1px solid #ffffff;
    border-left: 1px dotted #000000;
}
.right_wrap p{
	margin-top: 10px;
}

.outpatient_contact {
	background-color: #f2f2f2;
	padding-bottom: 60px;
/*	border-bottom: dashed 1px #727171;*/
}
.under_construction {
	background: url(../images/patients/jyunbi_wrap.png) no-repeat;
	height:145px;
	background-size: cover;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    position: relative;
    color: #b3b3b3;
    letter-spacing: 3px;
}
.under_construction div:nth-child(2){
	position: absolute;
	bottom: 32%;
	font-size: 10px;
	font-weight: normal;
	left: 43%;
}
.page_banner {
	text-align: center;
/*    margin: 60px 0;*/
	padding: 60px 0;
	border-top: dashed 1px #727171;
}

h4 {
	color: #7AC943;
}
.rinsyo_kenkyu {
	width: 526px;
	margin-bottom: 15px;
}
.rinsyo_kenkyu td {
	text-align: left;
	background-color: #fff;
}
.rinsyo_kenkyu_list {
	width: 80px !important;
	font-size: 0.8em;
	font-weight: 400;
	white-space: nowrap;
	color: #666;
	padding-left: 5px;
}
.rinsyo_kenkyu_tit {
	padding-left: 10px;
}
.rinsyo_kenkyu_tit small {
	font-size: 0.75em;
}

@media (max-width: 800px) {
	.right_wrap .table01 td {
		font-size:12px;
	}
	.under_construction {
	    height: 12.6vw;
	}
	.under_construction div:nth-child(2) {
		bottom: 22%;
	}
	.page_banner {
		padding: 20px;
	}
}
@media (max-width: 600px) {
	.patients_img {
		background: url(../images/patients/patients_main_mb.png) no-repeat;
	    background-size: contain;
	}
	
	.wrap_title {
		padding: 30px 0;
	}
	.wrap_title h2{
		font-size: 24px;
		letter-spacing: 5px;
		text-align: center;
	}
	.wrap_title h4{
		font-size: 18px;
		letter-spacing: 5px;
		text-align: center;
	}
	.left_wrap {
		width: 100%;
		float: none;
		padding-right: 0;
	}
	.rinsyo_kenkyu {
		width: 100%;
	}
	.right_wrap {
		width: 100%;
		float: none;
	}
	.right_wrap .table01 th {
		font-size: 14px;
	}
	.right_wrap .table01 td {
/*		font-size: 11px;*/
	}
	.under_construction {
		background: url(../images/patients/jyunbi_wrap_mb.png) no-repeat;
		height: 20vw;
		background-size: contain;
	}
	.under_construction div:nth-child(2) {
		left: 31%;
	}
	
.rinsyo_kenkyu_list {
	font-size: 0.8em;
}
.rinsyo_kenkyu_tit small {
	font-size: 0.75em;
}
}
@media (max-width: 320px) {
	.under_construction div:nth-child(2) {
		left: 25%;
		bottom: 15%;
	}
}