.student_img,
.student_img2{
	background: url(../images/about/about_main.jpg) no-repeat;
	background-size: cover;
}
.banner_img h1 {
	text-align: center;
	font-size: 54px;
	margin-top: -50px;
	text-transform: uppercase;
}
.student_img h1 small {
	font-size: 48px;
	color: #FFFFFF;
	font-weight: 400;
}
.banner_img h3 {
	left: 40%;
}
.banner_img2 h3 {
	left: calc(50% - 3.2em);
}
.left_wrap {
	padding-right: 3%;
}
.right_wrap {
	padding-left: 3%;
}

/* ニュース */

.wide-img p {
margin-top: 5px;
text-align: center
}

.date_gakkai {
	display: block;
	font-size: 1.4em;
	margin: 10px 10px 5px 10px;
}
.table_gakkai {
	width: 780px;
	margin-bottom: 15px;
}
.table_gakkai td {
	text-align: left;
	background-color: #fff;
}
.table_gakkai_list {
	width: 188px !important;
	font-size: 1em;
	font-weight: 400;
	white-space: nowrap;
	padding: 5px 10px;
}
.table_gakkai_tit {
	padding: 5px 10px;
	font-size: 1em;
}
.table_gakkai_tit small {
	font-size: 0.75em;
}



/* 教授挨拶 */

.d-photo {
	float: left;
	margin-right: 40px;
	margin-bottom: 30px;
}
.d-photo img {
	width: 300px;
	margin-bottom: 15px;
}
.d-photo .name-ka {
	color: #3FA9F5;
}
.d-photo .name {
	font-size: 2em;
	font-weight: 300;
}


/* 教室沿革 */



/* 医局員紹介 */

.table_50 h4 {
	font-size: 1em;
	color: #3FA9F5;
	margin-top: 1.5em;
}
.table_50 table {
	width: 100%;
	background-color: #FFFFFF;
}
.table_50 td {
	text-align: left;
	padding: 0.5em 1em;
	border-bottom: 1px solid #B3B3B3;
	border-left: 1px dotted #B3B3B3;
	font-size: 1em;
}

.td_none {
	border-right-width: 0px !important;
	border-right-style: none !important;
}
.table_50 span {
   display: inline-block;
}
.staff_img {
   display:block;
   position: relative;
   width: 100%;
/*   height: 280px;*/
overflow:hidden; 
   margin-top: 0.5em;
}

.sub {
    position: absolute;
    display: block;
    bottom: 1px;
    right: -3px;
    margin-top: 0em;
    margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
.sub {
    position: inherit;
	margin-top: -1em;
}
	
	
}

/* 医局ニュース */
.item-job {
	text-align: center;
}
.news_title h5 {
	font-size: 1.8em;
	line-height: 1.4em;
	margin-bottom: 0.15em;
}
.news_title .date {
	font-size: 0.8em;
	color: #AAAAAA;
	padding-bottom: 2.5em;
}
.table_50 a span {
	vertical-align: -10%;
}

table.news_rigth>tbody>tr>td:first-child {
    width: 27%;
}
table.news_left>tbody>tr>td:first-child {
    width: 27%;
}

@media screen and (max-width: 768px) {
.news_left table tbody tr td:last-child{
	/*border-bottom: 1px dotted #B3B3B3;*/
	border: none;
}
	
table.news_rigth>tbody>tr:first-child td {
    border-top:none;
}
.news_left{
	margin-bottom: -60px;
}
}
	
	

/* 準備中 */

.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%;
}


@media (min-width: 768px) {
.mt00 {
	margin-top: 0 !important;
}
}


@media (max-width: 800px) {
	.under_construction {
	    height: 12.6vw;
	}
	.under_construction div:nth-child(2) {
		bottom: 22%;
	}
}

@media (max-width: 600px) {
	
	.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;
	}
	.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%;
	}
.left_wrap {
	padding-right: 0%;
}
.right_wrap {
	padding-left: 0%;
}
.staff_img img{
   margin-bottom: 1em;
   width: 100%;
}


.table_gakkai {
	width: 100%;
}
.table_gakkai_list {
	width: 70px !important;
	font-size: 0.8em;
}
.table_gakkai_tit small {
	font-size: 0.75em;
}
}

@media (max-width: 480px) {
.student_img h1 {
	font-size: 5vw;
	margin-top: -10px;
}
.student_img h1 small {
	font-size: 4vw;
}
.student_img h3 {
	left: 25%;
}


/* 教授挨拶 */

.d-photo {
	width: 100%;
	text-align: center;
}
.d-photo img {
	width: 300px;
	margin-bottom: 15px;
}
.d-photo .name-ka {
	color: #3FA9F5;
}
.d-photo .name {
	font-size: 1.4em;
}


/* 教室沿革 */

#history .wide-img {
	overflow-y: scroll;
}
#history img {
	max-width: none;
}
	
}

@media (max-width: 320px) {
	.under_construction div:nth-child(2) {
		left: 25%;
		bottom: 15%;
	}
}
