.wrap-main-img{
	position: relative;
}
p.animated{
    position: absolute;
    top: 10%;
    right: 20%;
    font-family: 'ヒラギノ明朝 ProN W3', serif;
    color: #000;
	writing-mode:tb-rl;
	font-weight: normal;
	font-size: 32px;
}
.sub-title01{
	padding: 0 0 50px;
	text-align: center;
	font-weight: bold;
	font-size: 24px
}
.doctorsfile:hover{
	text-decoration: underline;
}
.doctorsfile p{
	color: #000;
	text-align: center;
}

/* 米倉で追加したもの */

img {
	max-width: 100%;
	height: auto;
}
.message {
	margin: 50px 0;
}

.message p {
	margin-bottom: 1.5em;
	line-height: 1.7;
	font-size: 16px;
}
.message p span{
	font-weight: bold;
	font-size: 20px;
	display: block;
	margin-bottom: 15px;
}
.career {
	margin: 50px 0;
	padding: 0 55px;
	box-sizing: border-box;
}
.career img{
	float: right;
	width: 50%;
}
.career-box{
	width: 50%;
	float: left;
}
.career-box h3{
	margin: 15px auto;
}
.career-box h3 i{
	color: #c40000;
	padding-right: 10px;
}
.career-box h3
.career-box{
	padding-right: 40px;
	box-sizing: border-box;
}
/*.career-box table{
	margin-bottom: 30px;
}*/
.career-box table th,
.career-box table td{
	line-height: 20px;
	padding-bottom: 10px;
	/*border-top: 1px #c40000 dotted;*/
}
/*.career-box table td i{
	color: #c40000;
	padding-right: 10px;
}*/
.beginning {
	margin: 50px 0;
	clear: both;
}
.beginning .left {
	width: 28%;
	height: auto;
	float: left !important;
}
.beginning .right {
	width: 70%;
	float: right !important;
	line-height: 1.7;
}
.link-bar01 {
	display: block;
	margin: 0em 0 1em;
	padding: 5px 1em;
	background-color: #f0cf8b;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	border-right: solid 30px #c20200;
}
.link-bar01 a {
	color: #000;
	display: block;
}
.link-bar01 a:after {
	content: "\f054";
	color: #fff;
	position: absolute;
	top: 5px;
	right: 5px;
}
.media-list p {
	font-size: 15px;
}

@media(max-width:800px){
	p.animated{
		font-size: 28px;
		writing-mode: inherit;
		text-align: right;
		right: 5%;
		top: 18%;
	}
	.message p{
		font-size: 14px;
		line-height: 1.7;
	}
	.beginning .left,
	.beginning .right{
		width: 100%;
		float: inherit !important;
	}
	.beginning .right{
		padding-top: 15px;
	}
	.career{
		padding: 0 15px;
	}

}
@media(max-width:600px){
	p.animated{
		font-size: 18px;
		right: 10px;
	}
	.sub-title01{
		font-size: 20px;
		padding: 0 0 30px;
	}
	.sub-title02{
		font-size: 20px;
	}
	.message p{
		font-size: 14px;
	}
	.message p span{
		font-size: 18px;
	}
	.career{
		padding: 0;
	}
	.career img{
		float: inherit;
		width: 100%;
	}
	.career-box{
		padding-right: 0;
		float: inherit;
		width: 100%;
	}
}
@media(max-width:320px){
	p.animated{
		font-size: 16px;
	}
}