/* コンテンツ */
article {
}
.staff_profile .photo_area {
    max-width: 70%;
    margin: 0 auto 20px;
    text-align: center;
}
.staff_profile .staff_post {
    font-size: 1.6rem;
}
.staff_profile h2 {
    font-size: 2.6rem;
    font-weight: 500;
    margin-bottom: 0.8em;
}
.staff_profile h2 .name_en {
    font-size: 2rem;
    font-weight: 300;
    color: #eef1f4;
    margin-left: 1em;
    line-height: 1;
}
.staff_profile .career dt {
    color: #fff;
    background: #f4b0b1;
    padding: 0 0.5em;
    width: 5em;
    text-align: center;
}
.staff_profile .career dd {
    padding: 1em 0 2em;
}
.staff_profile .career dd:last-child {
    padding-bottom: 0;
}
.staff_profile .career dd table td {
    vertical-align: top;
}
.staff_profile .career dd table td:first-child {
    width: 4em;
}
.staff_profile .career dd li {
    list-style: none;
    padding-left: 1em;
    position: relative;
}
.staff_profile .career dd li:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #262b2f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    left: 0em;
    top: 0.9em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.message {
    margin-top: 30px;
}
.message h3 {
    font-size: 1.8rem;
    color: #f4b0b1;
}

.sub_title {
    font-size: 1.8rem;
    margin-bottom: 1.5em;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
.sub_title:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ececec;
}
.sub_title strong {
    color: #00477c;
    white-space: nowrap;
    margin-right: 1em;
}
article.vet .vet_inukai {
    margin-bottom: 30px;
}

article.ex_staff {
    padding: 70px 30px;
}
article.ex_staff p {
    display: table;
    margin: auto;
}
article.ex_staff p span {
    font-size: 1.8rem;
    color: #00477c;
    padding-bottom: 5px;
    background: linear-gradient(transparent 30%, #f3f6f9 30%);
}

@media (min-width: 360px) {
.staff_profile h2 .name_en {
    font-size: 2.6rem;
}
}

@media (min-width: 768px) {
/* コンテンツ */
.staff_profile {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
}
.staff_profile .photo_area {
    width: 30%;
    margin: 0 50px 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.staff_miwa .staff_profile .photo_area {
    max-width: 340px;
}
.anesthesiologist .staff_profile .photo_area {
    max-width: 280px;
}
.staff_profile .staff_post {
    font-size: 1.8rem;
}
.staff_profile h2 {
    font-size: 3rem;
    margin-bottom: 0.8em;
    letter-spacing: 0.2em;
}
.staff_profile h2 .name_en {
    font-size: 3rem;
    letter-spacing: 0em;
    margin-left: 0.5em;
}
.staff_profile .career dt {
    width: 5em;
}
.staff_profile .career dd {
    padding: 0 0 2em;
    margin: -1.8em 0 0 7em;
}
.staff_profile .career dd:last-child {
    padding-bottom: 0;
}
.staff_profile .career dd table td:first-child {
    width: 5em;
}
.staff_profile .career dd li {
    list-style: none;
    padding-left: 1em;
    position: relative;
}
.staff_profile .career dd li:before {
    width: 7px;
    height: 7px;
}

.message {
    margin-top: 50px;
}
.message h3 {
    font-size: 2.4rem;
    color: #f4b0b1;
}

.sub_title {
    font-size: 2.4rem;
    margin-bottom: 1.5em;
}
article.vet .vet_inukai {
    margin-bottom: 0px;
}

article.vet .staff_profile {
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
article.vet .staff_profile > div {
	width: 48%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(50% - 20px);/*Chrome19~25対応*/
	width: -moz-calc(50% - 20px);/*Firefox4~15対応*/
	width: calc(50% - 20px);  
}

article.ex_staff {
    padding: 100px 0;
}
article.ex_staff p span {
    font-size: 2.4rem;
}

}

@media (min-width: 1200px) {
/* コンテンツ */
.staff_profile .photo_area {
    margin-right: 70px;
}
.staff_profile .staff_post {
    font-size: 2em;
}
.staff_profile h2 {
    font-size: 3.6rem;
}
.staff_profile h2 .name_en {
    font-size: 3rem;
}
.staff_profile .career dt {
    width: 6em;
}
.staff_profile .career dd {
    margin-left: 9em;
}
.staff_profile .career dd table td:first-child {
    width: 6em;
}

.message {
    margin-top: 50px;
}
.message h3 {
    font-size: 3rem;
}

article.anesthesiologist {
}
.sub_title {
    font-size: 3rem;
}

article.ex_staff {
    padding-top: 130px;
}
article.ex_staff p span {
    font-size: 3rem;
}

}


