@charset "UTF-8";
/* ------------ top ------------ */

.inner {
	width: 100%;
	overflow: hidden;
}

/* --- slide --- */

.swiper-wrapper .swiper-slide {
	background-repeat: no-repeat;
	background-size: cover;
}

.top_slide {
	position: absolute;
	top: 0;
	left: 0;
	height: 100vh;
	min-height: 880px;
	margin-bottom: 60px;
}

.top_slide .slide01 {
	background-image: url(../img/slide_img01.jpg);
	background-position: center right;
}

.top_slide .slide02 {
	background-image: url(../img/slide_img02.jpg);
	background-position: center right;
}

.top_slide .slide03 {
	background-image: url(../img/slide_img03.jpg);
	background-position: bottom right;
}

.top_slide .slide04 {
	background-image: url(../img/slide_img04.jpg);
	background-position: bottom right;
}
.top_slide .slide05 {
	background-image: url(../img/slide_img05.jpg);
	background-position: bottom right;
}

.swiper-slide {
	display: flex;
	justify-content: center;
}

.s-fade-wrap {
	background: #0A1054;
	position: absolute;
	max-width: 100%;
	margin: 0 auto;
	width: 100%;
	height: 500px;
	opacity: 0.8;
	top: 180px;
	z-index: 2;
}

.s-fade-text {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 4.2rem;
	font-family: 'Noto Serif JP', serif;
	line-height: 6.8rem;
	top: 490px;
	z-index: 3;
}

.title-area {
	position: absolute;
	z-index: 3;
	text-align: center;
	color: #fff;
	font-size: 4rem;
	font-family: 'Noto Serif JP', serif;
	line-height: 5rem;
	border: 1px solid #fff;
	padding: 25px;
	width: 550px;
	margin: 0 auto;
	top: 230px;
	left: 0;
	right: 0;
}

.title-area .university {
	font-size: 2.8rem;
}

.title-area .en-notation {
	font-size: 1.5rem;
	line-height: 3.3rem;
}

.top-sns {
	width: 60%;
	max-width: 770px;
	margin: 0 auto 30px;
	z-index: 5;
}

.top-sns ul {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.top-sns ul li {
	margin-right: 5px;
	margin-left: 5px;
}

.top-news {
	width: 80%;
	max-width: 1300px;
	margin: 0 auto 30px;
	z-index: 5;
}

.top-news dl {
	display: block;
margin-bottom: 20px;
padding: 0 20px 20px;
border-bottom: 1px dotted #000;
}


.top-news dl a {
	display: block;
}

.top-news dl a:hover {
opacity: 0.5;
}

.top-news dl dt {
	font-weight: bold;
	color: #0A1054;
	margin-bottom: 5px;
}


.top-news dl a dd {
	color: #4285BF;
	text-underline-offset: 3px;
	text-decoration: underline;
}

.top-news dl a[target="_blank"] dd::after {
	display: inline-block;
	content: "";
	width: 11px;
	height: 9px;
	margin-left: 5px;
	background: url(../img/link-icon.svg) center top / contain no-repeat;
}

#top .topicsArea {
	width: 1000px;
	margin: 0 auto 60px;
	display: flex;
	justify-content: space-between;
}

#top .topicsArea .contents-box {
	width: calc((100% - 30px) / 2);
}

#top .topicsArea p {
	margin-bottom: 30px;
}
/* ------------ 下層共通 ------------ */

.main-contents {
	width: 960px;
	margin: 50px auto 0;
}

.contents-title {
	font-family: 'Noto Serif JP', serif;
	font-size: 3.4rem;
	line-height: 4.4rem;
	text-align: center;
	padding-bottom: 35px;
	border-bottom: 1px dotted #707070;
	margin-bottom: 75px;
}

.contents-title .icon {
	display: block;
	width: 40px;
	margin: 0 auto 10px;
}

.medical-title .icon {
	margin: 0 auto 5px;
}

.contents-title .en {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 1.8rem;
	color: #4285BF;
}

.contents-title .jp {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 2rem;
	font-weight: bold;
	color: #4285BF;
	display: block;
	margin-bottom: 5px;
}

.sub-title {
	font-size: 2.4rem;
	line-height: 4rem;
	text-align: center;
	margin-bottom: 40px;
}

.sub-title span {
	display: inline-block;
	border-bottom: 4px solid #4285BF;
}

.main-contents .contents {
	margin-bottom: 100px;
}

.main-contents .contents a {
	color: #4285BF;
}

.main-contents .contents a:hover{
	text-decoration: underline;
}

.main-contents .contents img {
	width: auto;
}

.main-contents .contents .contents-box {
	margin-bottom: 40px;
}

.main-contents .contents .center-text {
	text-align: center;
}

.main-contents .contents .uline {
	text-decoration: underline;
	color: #0a1054;
}

.main-contents .contents .center-img {
	text-align: center;
	margin-bottom: 40px;
	font-size: 1.4rem;
	font-weight: bold;
}

.main-contents .contents .centerimg-set {
	display: flex;
	justify-content: center;
	flex-shrink: 1;
	margin-bottom: 40px;
}

.main-contents .contents .centerimg-set p {
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
}

.main-contents .contents .centerimg-set p:first-of-type {
	margin-right: 20px;
}

.main-contents .contents .centerimg-set ul:first-of-type {
	margin-right: 60px;
}

.main-contents .contents .img-set {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	flex-shrink: 1;
}

.main-contents .contents .imgset-free {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	flex-shrink: 1;
}

.main-contents .contents .imgset-free p:first-of-type {
	margin-right: 20px;
}

.main-contents .contents .img-set .text {
	width: 530px;
}

.main-contents .contents .image {
	font-size: 1.4rem;
	line-height: 2rem;
	font-weight: bold;
	text-align: center;
}

.main-contents .contents .img-set .image img {
	width: 400px;
}

.main-contents .contents .s-photo .image img {
	width: 200px;
}

.main-contents .contents .s-photo .text {
	width: 730px;
}

.main-contents .contents .middle {
	align-items: center;
}

.main-contents h3 {
	font-size: 1.8rem;
	font-weight: bold;
	color: #4285BF;
	margin-bottom: 15px;
}

.main-contents table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
}

.main-contents table th, .main-contents table td {
	padding: 15px 20px;
	border: 1px solid #BFBFBF;
}

.main-contents table th {
	background: #F5F5F5;
}

.main-contents .text-list {
	background: #F5F5F5;
	padding: 20px;
	margin-bottom: 40px;
}

.main-contents .text-list dt {
	font-weight: bold;
}

.main-contents .text-list dt::before {
	content: "・";
}

.main-contents .text-list dd {
	padding-left: 1.7rem;
	margin-bottom: 15px;
}

.main-contents .text-list dd:last-of-type {
	margin-bottom: 0;
}

.main-contents .list {
	margin-bottom: 30px;
}

.main-contents .list li {
	margin-left: 30px;
	list-style: disc;
}

.main-contents .image-list {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-shrink: 1;
	margin-bottom: 40px;
}


.main-contents .text-middle {
	align-items: center;
}

.main-contents .image-list p {
	font-size: 1.3rem;
	line-height: 2rem;
	margin-right: 50px;
}

.main-contents .image-list figure {
	display: table;
	margin: 0 20px 0 0;
}

.main-contents .image-list figcaption {
	display: table-caption;
	vertical-align: top;
	caption-side: bottom;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 2rem;
	text-align: center;
}

.main-contents .text-left figcaption {
	text-align: left;
}

.main-contents .link-list {
	margin-bottom: 40px;
}

.main-contents .link-list li a {
	font-weight: bold;
	display: flex;
	align-items: center;
}

.main-contents .link-list li a::before {
	content: "";
	width: 0;
	height: 0;
	border: solid 3px transparent;
	border-left: solid 5px #000;
	margin-right: 5px;
}

/* ------------ 一覧ページ ------------ */

.category-title {
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	color: #4285BF;
	margin-bottom: 50px;
}

.category-title .icon {
	display: block;
	width: 40px;
	margin: 0 auto 10px;
}

.page-menu {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 60px;
}

.page-menu dl {
	width: 465px;
	margin-bottom: 30px;
}

.page-menu dt {
	margin-bottom: 0;
}

.page-menu dt img {
	vertical-align: bottom;
}

.page-menu dl dd {
	background: #F5F5F5;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	/* 左下のみ角丸 */
	border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	/* 右下のみ角丸 */
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
}

.page-menu dl .s-font {
	font-size: 1.8rem;
}

.page-menu dl dd:after {
	content: "";
	width: 0;
	height: 0;
	border: solid 5px transparent;
	border-left: solid 8px #000;
	margin-left: 15px;
}

/* ------------ 教室案内トップ ------------ */

.fb-area {
	display: flex;
	justify-content: center;
	background: #DBE8F3;
	padding: 60px;
}

/* ------------ スタッフ紹介 ------------ */

.staff-area {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	position: relative;
}

.staff-area .staff-contents {
	width: 460px;
	margin-bottom: 50px;
}

.staff-area .staff-contents:nth-of-type(2n) {
	margin-left: 40px;
}

.staff-area .staff-contents .photo {
	margin-bottom: 20px;
}

.staff-area .staff-contents .photo img {
	vertical-align: top;
	width: 460px;
}

.staff-area .staff-contents .text-btn {
	margin-bottom: 15px;
}

.staff-area .staff-contents .text-btn a {
	width: 100%;
	margin-top: 8px;
	border: 1px solid #4285BF;
	padding: 3px 4px 0px;
}

.staff-area .staff-contents .img-set .name h2 .kana {
	font-size: 1.2rem;
	line-height: 1.8rem;
	font-weight: normal;
	display: block;
}

.staff-area .staff-contents .img-set .name h2 .position {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.8rem;
	letter-spacing: -0.5px;
	color: #4285BF;
	display: block;
	margin-top: 5px;
}

.staff-area .staff-contents .expert {
	margin-bottom: 20px;
}

.staff-area .staff-contents .expert dt {
	font-weight: bold;
}

.staff-area .staff-contents .expert dd {
	font-size: 1.4rem;
	line-height: 2.6rem;
}

/* ------------ 診療内容トップ ------------ */

.parts-area {
	position: relative;
	height: 585px;
	margin-bottom: 100px;
}

.parts-area-sp {
	display: none	;
}

.parts-area .text-btn {
	position: absolute;
}

.parts-area .text-btn a {
	padding: 6px 30px;
	border: none;
	background: #4285BF;
	width: 210px;
	color: #fff;
}

.parts-area .text-btn a::after {
	border-left: solid 5px #fff;
}

.parts-area .face {
	position: absolute;
	left: 150px;
	width: 695px;
	top: 0;
}

.parts-area .ear {
	right: 275px;
	top: 150px;
}

.parts-area .nose {
	left: 20px;
	top: 270px;
}

.parts-area .headneck {
	right: 20px;
	top: 270px;
}

.parts-area .pharynx {
	right: 195px;
	bottom: 190px;
}

.parts-area .larynx {
	left: 165px;
	bottom: 35px;
}

.disease-area {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.disease-area .disease-contents {
	background: #F5F5F5;
	padding: 22px;
	width: 225px;
	box-sizing: border-box;
	margin: 0 20px 20px 0;
}

.disease-area .disease-contents:nth-of-type(4n) {
	margin-right: 0;
}

.disease-area .disease-contents h3 {
	font-size: 1.8rem;
	font-weight: bold;
	color: #4285BF;
	margin-bottom: 15px;
	text-align: center;
}

.disease-area .disease-contents li {
	margin-bottom: 7px;
}

.disease-area .disease-contents li a {
	font-size: 1.6rem;
	line-height: 2rem;
	font-weight: bold;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.disease-area .disease-contents li a::before {
	content: "";
	width: 0;
	height: 0;
	border: solid 3px transparent;
	border-left: solid 5px #000;
	margin-top: 5px;
	margin-right: 3px;
}

/* ------------ 頭頸部がん治療 ------------ */

.cancer .contents .center-img, 
.report06 .contents .center-img {
	text-align: center;
	margin-bottom: 40px;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 2rem;
}

.cancer .list {
	margin-bottom: 0;
}

/* ------------ 新入局員募集 ------------ */

.recruit .contents-box a {
	text-decoration: underline;
	color: #0a1054;
}

.recruit .ibuki {
	padding: 40px;
	background: #F5F5F5;
	margin-bottom: 30px;
}

.recruit .ibuki .listWrap {
	display: flex;
	justify-content: center;
}

.recruit .ibuki .listWrap .list {
	margin-bottom: 0;
}

.recruit .ibuki .listWrap .list li {
	font-size: 1.8rem;
	margin-bottom: 10px;
}

.recruit .ibuki .listWrap .list li .fLarge {
	font-size: 2.6rem;
}

.recruit .catch-title {
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 30px;
}

.recruit .catch-title span {
	font-size: 1.6rem;
}

.recruit .catch-title .fRed_l {
	font-size: 3rem;
}

.recruit .list {
	font-weight: bold;
}
/* ------------ 研究 ------------ */

.research .link-list a {
	font-size: 1.6rem;
	line-height: 2rem;
	margin-bottom: 20px;
}

.research .num-list {
	margin: 0 0 40px;
	padding: 0
}

.research .num-list li {
	list-style: none;
	padding-left: 1.3em;
	text-indent: -1.3em;
}

.main-contents .contents .research04-2imgset img {
	width: 400px;
}

.main-contents .contents .research04-3imgset img {
	width: 300px;
}
.main-contents .contents .research04-3imgset figure {
background: #000;
}

.main-contents .contents .research04-3imgset figure:first-of-type {
	padding: 83px 0;
}

.main-contents .contents .research04-3imgset figure:nth-of-type(2) {
	padding: 23px 0;
}

.main-contents .contents .research04-3imgset figcaption {
	margin-top: 10px;
}

/* ------------ 連携施設・関連施設 ------------ */

.hospital table th {
	text-align: center;
}

.hospital table .name {
	text-align: left;
	background: none;
	font-weight: bold;
}

.hospital table .name a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #0A1054;
}

.hospital table .name a::after {
	content: "";
	width: 11px;
	height: 9px;
	background: url(../img/link-icon.svg) no-repeat top center;
	background-size: contain;
	margin-left: 10px;
}

/* ------------ ご挨拶 ------------ */

.greeting .main-contents .contents .img-set .image {
	margin-right: 30px;
}

.greeting .main-contents .contents .img-set .image img {
	width: 280px;
}

.greeting .main-contents .contents .img-set {
	margin-bottom: 0;
}

.greeting .main-contents .contents p {
	margin-bottom: 30px;
}

/* ------------ 経外耳道的内視鏡下耳科手術 ------------ */

.tees .center-img img {
width: 540px;
}

@media screen and (max-width: 959px) {}

/*== sp ==*/

/*============================================================================================================================================================*/

/*============================================================================================================================================================*/

/*============================================================================================================================================================*/

@media (max-width: 769px) {
	.title-area {
		font-size: 2rem;
		line-height: 3.2rem;
		padding: 25px;
		width: 90%;
		top: 150px;
	}
	.title-area .university {
		font-size: 1.8rem;
	}
	.title-area .en-notation {
		font-size: 1.2rem;
		line-height: 2rem;
	}
	.top_slide {
		position: absolute;
		top: 0;
		left: 0;
		height: 100vh;
		min-height: auto;
	}
	.top_slide .slide01 {
		background-image: url(../img/slide_img01sp.jpg);
	}
	.top_slide .slide02 {
		background-image: url(../img/slide_img02sp.jpg);
	}
	.top_slide .slide03 {
		background-image: url(../img/slide_img03sp.jpg);
	}
	.top_slide .slide04 {
		background-image: url(../img/slide_img04sp.jpg);
	}
	.top_slide .slide05 {
		background-image: url(../img/slide_img05sp.jpg);
	}
	.swiper-wrapper .swiper-slide {
		background-size: cover;
	}
	.s-fade-wrap {
		height: 360px;
		top: 100px;
	}
	.s-fade-text {
		width: 100%;
		text-align: center;
		font-size: 1.8rem;
		line-height: 3rem;
		top: 370px;
	}
	.top-sns {
		width: 90%;
		max-width: 90%;
	}
	.top-sns ul li {
		width: 49%;
	}
	.top-news {
		width: 90%;
		max-width: 90%;
		margin: 0 auto 30px;
	}

	#top .topicsArea {
		width: 90%;
		margin: 0 auto 30px;
		display: block;
		border-bottom: 1px dotted #0A1054;
	}
	
	#top .topicsArea .contents-box {
		width: 100%;
	}
	
	#top .topicsArea p {
		margin-bottom: 30px;
	}


/* ------------ 下層共通 ------------ */

.main-contents {
	width: 90%;
	margin: 30px auto 0;
}

.contents-title {
	font-size: 2.6rem;
	line-height: 3rem;
	text-align: center;
	padding-bottom: 35px;
	border-bottom: 1px dotted #707070;
	margin-bottom: 35px;
}


.contents-title .jp {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 2rem;
	font-weight: bold;
	color: #4285BF;
	display: block;
	margin-bottom: 5px;
}

.sub-title {
	font-size: 2rem;
	line-height: 3rem;
	text-align: center;
	margin-bottom: 40px;
}

.sub-title span {
	display: inline-block;
	border-bottom: 4px solid #4285BF;
}

.main-contents .contents {
	margin-bottom: 40px;
}

.main-contents .contents img {
	width: 100%;
}

.main-contents .contents .img-set .image img {
	width: 100%;
}

.main-contents .contents .contents-box {
	margin-bottom: 40px;
}

.main-contents .contents .center-img {
	text-align: center;
	margin-bottom: 40px;
	font-size: 1.4rem;
	font-weight: bold;
}

.main-contents .contents .centerimg-set {
	display: block;
	justify-content: center;
	flex-shrink: 1;
	margin-bottom: 40px;
}

.main-contents .contents .centerimg-set p {
	margin-bottom: 20px;
}

.main-contents .contents .centerimg-set p:first-of-type {
	margin-right: 0;
}

.main-contents .contents .centerimg-set ul:first-of-type {
	margin-right: 0;
}

.main-contents .contents .img-set {
	display: block;
	justify-content: space-between;
	margin-bottom: 40px;
}

.main-contents .contents .img-set .text {
	width: 100%;
	margin-bottom: 20px;
}

.main-contents .contents .image {
	font-size: 1.4rem;
	line-height: 2rem;
	font-weight: bold;
	text-align: center;
}

.main-contents .contents .img-set .image {
	width: 100%;
}

.main-contents .contents .s-photo .image {
	width: 100%;
}

.main-contents .contents .s-photo .text {
	width: 100%;
}

.main-contents .contents .middle {
	align-items: center;
}

.main-contents h3 {
	font-size: 1.8rem;
	font-weight: bold;
	color: #4285BF;
	margin-bottom: 15px;
}

.main-contents table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
}

.main-contents table th, .main-contents table td {
	display: block;
    width: 100%;
    border-bottom: none;
}

.main-contents table tr:last-child td:last-child {
    border-bottom: 1px solid #ccc;
}

.main-contents .text-list {
	background: #F5F5F5;
	padding: 10px;
	margin-bottom: 40px;
}

.main-contents .text-list dt {
	font-weight: bold;
}

.main-contents .text-list dt::before {
	content: "・";
}

.main-contents .text-list dd {
	padding-left: 1.7rem;
	margin-bottom: 15px;
}

.main-contents .text-list dd:last-of-type {
	margin-bottom: 0;
}

.main-contents .list li {
	margin-left: 30px;
	list-style: disc;
}

.main-contents .image-list {
	display: flex;
	justify-content: center;
	align-self: start;
	flex-wrap: wrap;
	flex-shrink: 1;
	margin-bottom: 40px;
}

.main-contents .image-list p {
	font-size: 1.3rem;
	line-height: 2rem;
	margin-right: 50px;
}

.main-contents .image-list figure {
	display: table;
	margin: 0 0 20px 0;
}

.main-contents .image-list figcaption {
	display: table-caption;
	vertical-align: top;
	caption-side: bottom;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 2rem;
	text-align: center;
}

.main-contents .link-list {
	margin-bottom: 40px;
}

.main-contents .link-list li a {
	font-weight: bold;
	display: flex;
	align-items: center;
}

.main-contents .link-list li a::before {
	content: "";
	width: 0;
	height: 0;
	border: solid 3px transparent;
	border-left: solid 5px #000;
	margin-right: 5px;
}

/* ------------ 一覧ページ ------------ */

.category-title {
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	color: #4285BF;
	margin-bottom: 50px;
}

.category-title .icon {
	display: block;
	width: 40px;
	margin: 0 auto 10px;
}

.page-menu {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 60px;
}

.page-menu dl {
	width: 465px;
	margin-bottom: 30px;
}

.page-menu dt {
	margin-bottom: 0;
}

.page-menu dt img {
	vertical-align: bottom;
}

.page-menu dl dd {
	background: #F5F5F5;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	font-size: 1.8rem;
	font-weight: bold;
	/* 左下のみ角丸 */
	border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	/* 右下のみ角丸 */
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
}

.page-menu dl dd:after {
	content: "";
	width: 0;
	height: 0;
	border: solid 5px transparent;
	border-left: solid 8px #000;
	margin-left: 15px;
}

/* ------------ 教室案内トップ ------------ */

.fb-area {
	display: flex;
	justify-content: center;
	background: #DBE8F3;
	padding: 60px;
}

/* ------------ スタッフ紹介 ------------ */

.staff-area {
	display: block;
	margin-bottom: 50px;
}

.staff-area .staff-contents {
	width: 100%;
	margin-bottom: 50px;
}

.staff-area .staff-contents .img-set {
	width: 100%;
	display: block;
	justify-content: flex-start;
	margin-bottom: 20px;
}

.staff-area .staff-contents:nth-of-type(2n) {
	margin-left: 0;
}

.staff-area .staff-contents .photo img {
	vertical-align: top;
	width: 100%;
}

.staff-area .staff-contents .img-set .name .text-btn a {
	width: 100%;
	margin-top: 20px;
	border: 1px solid #4285BF;
	padding: 3px 4 0px;
}

.staff-area .staff-contents .img-set .name h2 .kana {
	font-size: 1.4rem;
	font-weight: normal;
	display: block;
}

.staff-area .staff-contents .img-set .name h2 .position {
	font-size: 1.6rem;
	color: #4285BF;
	display: block;
}

.staff-area .staff-contents .expert {
	margin-bottom: 20px;
}

.staff-area .staff-contents .expert dt {
	font-weight: bold;
}

.staff-area .staff-contents .expert dd {
	font-size: 1.4rem;
}

/* ------------ 診療内容トップ ------------ */

.parts-area {
	display: none;
}

.parts-area-sp {
	display: block;
	margin-bottom: 40px;
}

.parts-area-sp .text-btn a {
	padding: 6px 30px;
	border: none;
	background: #4285BF;
	width: 100%;
	color: #fff;
	margin-bottom: 10px;
}

.parts-area-sp .text-btn a::after {
	border-left: solid 5px #fff;
}

.disease-area {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.disease-area .disease-contents {
	background: #F5F5F5;
	padding: 22px;
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 20px 0;
}

.disease-area .disease-contents:nth-of-type(4n) {
	margin-right: 0;
}

.disease-area .disease-contents h3 {
	font-size: 1.8rem;
	font-weight: bold;
	color: #4285BF;
	margin-bottom: 15px;
	text-align: center;
}

.disease-area .disease-contents li {
	margin-bottom: 7px;
}

.disease-area .disease-contents li a {
	font-size: 1.6rem;
	line-height: 2rem;
	font-weight: bold;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.disease-area .disease-contents li a::before {
	content: "";
	width: 0;
	height: 0;
	border: solid 3px transparent;
	border-left: solid 5px #000;
	margin-top: 5px;
	margin-right: 3px;
}

/* ------------ 頭頸部がん治療 ------------ */

.cancer .contents .center-img, 
.report06 .contents .center-img {
	text-align: center;
	margin-bottom: 40px;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 2rem;
}

/* ------------ 新入局員募集 ------------ */

.recruit .contents-box a {
	text-decoration: underline;
	color: #0a1054;
}

.recruit .ibuki {
	padding: 15px;
	margin-bottom: 20px;
}

.recruit .ibuki .center-img {
margin-bottom: 15px;
}

.recruit .ibuki .listWrap {
	display: flex;
	justify-content: center;
}

.recruit .ibuki .listWrap .list {
	margin-bottom: 0;
}

.recruit .ibuki .listWrap .list li {
	font-size: 1.6rem;
	margin-bottom: 10px;
}

.recruit .ibuki .listWrap .list li .fLarge {
	font-size: 2rem;
}
.recruit .catch-title {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 30px;
}

.recruit .catch-title span {
	font-size: 1.6rem;
	line-height: 2.2rem;;
}

.recruit .catch-title .fRed_l {
	font-size: 2rem;
}

.recruit .list {
	font-weight: bold;
}

/* ------------ 研究 ------------ */

.research .link-list a {
	font-size: 1.6rem;
	line-height: 2rem;
	margin-bottom: 20px;
}

.main-contents .contents .research04-2imgset img {
	width: 100%;
}

.main-contents .contents .research04-3imgset img {
	width: 100%;
}
.main-contents .contents .research04-3imgset figure {
background: #000;
}

.main-contents .contents .research04-3imgset figure:first-of-type {
	padding: 23px 0;
}

.main-contents .contents .research04-3imgset figure:nth-of-type(2) {
	padding: 23px 0;
}
}

/* ------------ 2022/04/07追加 ------------ */
.staff-area .staff-contents .staff-space {
	padding: 85px 0px;
	border: solid 1px lightgray;
	text-align: center;
}

@media (max-width: 769px) {
	.staff-area .staff-contents .staff-space {
		margin-bottom: 15px;
	}
}
/* ------------ 2022/04/07追加 ------------ */

/* ------------ 2022/05/09追加 ------------ */

.certification ul {
	list-style-type: disc;
	padding-left: 24px;
}

.certification p {
	text-align: center;
	margin: 20px 0;
}

@media (max-width: 769px) {
	.certification ul {
		padding-left: 7px;
	}
}
/* ------------ 2022/04/07追加 ------------ */