@charset "utf-8";
#wrap {
	width: 1100px;
	margin: 0 auto;
	padding: 30px 0;
}

#mv {
	min-width: 1100px;
	padding: 70px 0;
	background-color: #f9f9f9;
	border-bottom: #f1f1f1 1px solid;
}

/*.mv_news {
	background: url("../images/news/mv.jpg") 50% 70% no-repeat;
	background-size: cover;
}*/

#mv > div {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}

#mv > div h2 {
	padding-bottom: 25px;
	font-size: 3.4rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #333;
	position: relative;
}

#mv > div h2::before {
	content: "";
	width: 80px;
	border-bottom: 5px dotted;
	border-color: var(--color-gr);
	position: absolute;
	left: 0;
	bottom: 0;
}

#mv > div h2:first-letter {
	color: var(--color-gr);
}

#breadcrumb {
	min-width: 1100px;
	padding: 10px 0 0;
	/*background-color: #f5f5f5;
	border-top: #e1e1e1 1px solid;*/
}

#breadcrumb ul {
	width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

#breadcrumb ul li {
	margin-right: 30px;
	font-size: 1.2rem;
	color: #666;
	position: relative;
}

#breadcrumb ul li::after {
	content: "";
	width: 5px;
	height: 5px;
	margin-right: 12px;
	border-top: solid 1px #666;
	border-right: solid 1px #666;
	position: absolute;
	right: 100%;
	top: 47%;
	transform: rotate(45deg);
	display: block;
}

#breadcrumb ul li:last-child {
	margin-right: 0;
}

#breadcrumb ul li:first-child::after {
	display: none;
}

#breadcrumb ul li a {
	color: #666;
}

#wrap {
	min-height: 350px;
	padding: 50px 0;
}

@media screen and (max-width:768px){
#mv {
	min-width: 100%;
	padding: 40px 0;
	position: relative;
}

#mv > div {
	width: 100%;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

#mv > div h2 {
	font-size: 2.6rem;
	text-align: center;
}

#mv > div h2::before {
	content: "";
	width: 50%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: block;
}

#wrap {
	width: 100%;
	min-height: auto;
	margin: 0;
	padding: 40px 10px;
}

#breadcrumb {
	min-width: 100%;
	padding: 10px;
}

#breadcrumb ul {
	width: 100%;
	margin: 0;
}
}




/***** ボックス *****/
.inner {
	margin-bottom: 60px;
}

.inner::after {
	content: "";
	clear: both;
	display: block;
}

#wrap .inner:last-child {
	margin-bottom: 0;
}

.inner_item {
	margin-bottom: 40px;
}

.inner .inner_item:last-child {
	margin-bottom: 0;
}

.page_intro {
	display: flex;
	justify-content: space-between;
  align-items: flex-start;
}

.page_intro > div {
	flex: 1;	
}

.page_intro > div p {
	font-size: 1.8rem;
	font-weight: 500;
}

.page_intro > div h2 {
	margin-bottom: 25px;
	font-size: 3rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	position: relative;
}

.page_intro > div h2:first-letter {
	color: var(--color-bl);
}

.page_intro > div h2::after {
	content: "";
	width: 13%;
	height: 1px;
	margin-top: 15px;
	background-color: var(--color-bl);
	display: block;
}

.page_intro figure {
	width: 400px;
	margin-left: 50px;
	position: relative;
}

.page_intro figure::before {
	content: "";
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	border: #fff 1px solid;
	position: absolute;
	left: 15px;
	top: 15px;
}

.page_intro figure img {
	width: 100%;
}

.box {
	margin: 30px 0;
	padding: 40px;
}

.inner .box:last-child,
.inner_item .box:last-child {
	margin-bottom: 0;
}

.box_bk_gy {
	background-color: #f5f5f5;
}

.box_bk_rd {
	background-color: #ffeaea;
}

.box_bk_bl {
	background-color: #ebf5ff;
}

.box_bk_gr {
	background-color: #efffff;
}

.box_bd_sol {
	border-width: 2px;
	border-style: solid;
}

.box_bd_dot {
	border-width: 2px;
	border-style: dotted;
}

.box_bd_col_rd {
	border-color: var(--color-rd);
}

.box_bd_col_bl {
	border-color: var(--color-bl);
}

.box_bd_col_gr {
	border-color: var(--color-gr);
}

@media screen and (max-width:768px){
.page_intro {
	display: block;
}

.page_intro > div p {
	font-size: 1.6rem;
}

.page_intro > div h2 {
	margin-bottom: 20px;
	font-size: 2.5rem;
}

.page_intro > div h2::after {
	content: "";
	width: 15%;
	margin-top: 10px;
}

.page_intro figure {
	width: 100%;
	margin-top: 20px;
	margin-left: 0;
}

.page_intro figure::before {
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	position: absolute;
	left: 10px;
	top: 10px;
}

.page_intro figure img {
	width: 100%;
}

.box {
	margin: 15px 0;
	padding: 15px;
}
}




/***** タイトル *****/
.cate_ttl {
	margin-bottom: 40px;
	padding-bottom: 15px;
	border-bottom: 2px dotted;
	border-bottom-color: var(--color-bl);
	font-size: 3rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.cate_ttl:first-letter {
	color: var(--color-bl);
}

.ttl {
	margin-bottom: 25px;
	padding-left: 36px;
	font-size: 2.8rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	position: relative;
}

.ttl::before {
	content: "";
	width: 16px;
	height: 16px;
	border: 5px solid;
	border-color: var(--color-bl);
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0.4em;
}

.ttl_gr::before {
	border-color: var(--color-gr);
}

.caption {
	margin-bottom: 20px;
	padding-left: 27px;
	font-size: 2.4rem;
	position: relative;
}

.caption::before {
	content: "";
	width: 18px;
	height: 4px;
	position: absolute;
	left: 0;
	top: 60%;
	transform: translateY(-60%);
	display: block;
}

.caption_bl {
	color: var(--color-bl);
}

.caption_bl.caption::before {
	background-color: var(--color-bl);
}

.caption_gr {
	color: var(--color-gr);
}

.caption_gr.caption::before {
	background-color: var(--color-gr);
}

.sub_caption {
	margin: 20px 0 15px;
	padding-bottom: 10px;
	font-size: 2.2rem;
	font-weight: 500;
	position: relative;
	border-bottom: #ddd 2px solid;
}

.sub_caption::after {
	content: "";
	width: 20%;
	border-bottom: 2px solid;
	position: absolute;
	left: 0;
	bottom: -2px;
}

.sub_caption_bl::after {
	border-color: var(--color-bl);
}

.sub_caption_gr::after {
	border-color: var(--color-gr);
}

.box_ttl {
	margin-bottom: 30px;
	font-size: 2.6rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	position: relative;
}

.box_ttl::after {
	content: "";
	width: 15%;
	height: 3px;
	margin: 20px auto 0;
	background-color: var(--color-gr);
	display: block;
}

.box_ttl_bl::after {
	background-color: var(--color-bl);
}

.box_ttl_gr::after {
	background-color: var(--color-gr);
}

@media screen and (max-width:768px){
.cate_ttl {
	margin-bottom: 25px;
	padding-bottom: 10px;
	font-size: 2.8rem;
}

.ttl {
	margin-bottom: 20px;
	padding-left: 30px;
	font-size: 2.6rem;
}

.ttl::before {
	content: "";
	width: 12px;
	height: 12px;
	border-width: 5px;
}

.caption {
	margin-bottom: 15px;
	padding-left: 22px;
	font-size: 2rem;
}

.caption::before {
	content: "";
	width: 15px;
	height: 3px;
	position: absolute;
	left: 0;
	top: 0.7em;
	transform: translateY(0);
}
	
.sub_caption {
	font-size: 2rem;
}

.sub_caption::after {
	width: 30%;
}

.box_ttl {
	margin-bottom: 25px;
	font-size: 2.6rem;
	text-align: center;
}

.box_ttl::after {
	width: 15%;
	margin: 15px auto 0;
}
}




/***** page_link *****/
.page_link {
	display: flex;
	flex-wrap: wrap;
}

.page_link li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.page_link li:nth-child(3n) {
	margin-right: 0;
}

.page_link li a {
	padding: 30px;
	font-weight: 500;
	text-decoration: none;
	color: var(--color-gr);
	display: block;
	border: var(--btn-border-gr);
	border-color: var(--color-gr);
	position: relative;
	transition: 0.5s;
}

.page_link li a:hover {
	color: #fff;
	background-color: var(--color-gr);
}

.page_link li a::before {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid;
	border-right: 2px solid;
	display: inline-block;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: rotate(135deg) translateX(-50%);
}

@media screen and (max-width:768px) {
.page_link li {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.page_link li:nth-child(3n) {
	margin-right: auto;
}

.page_link li:nth-child(2n) {
	margin-right: 0;
}

.page_link li a {
	padding: 10px;
}

.page_link li a:hover {
	color: #fff;
	background-color: var(--color-gr);
}

.page_link li a::before {
	content: "";
	width: 7px;
	height: 7px;
	border-top: 2px solid;
	border-right: 2px solid;
	position: absolute;
	right: 12px;
	top: 50%;
}
}




/***** リスト *****/
.list {
	margin-top: 10px;
}

.list li {
	margin-bottom: 10px;
	position: relative;
}

.list ul li {
	margin: 5px 0;
}

.list li:last-child {
	margin-bottom: 0;
}

.check_list li {
	padding-left: 20px;
}

.check_list li::before {
	content: "";
	display: block;
	position: absolute;
	top: .5em;
	left: 0;
	width: 10px;
	height: 5px;
	border-left: 2px solid;
	border-bottom: 2px solid;
	border-color: var(--color-bl);
	transform: rotate(-45deg);
}

.arr_list li {
	padding-left: 20px;
}

.arr_list li::before {
	content: "";
	display: block;
	position: absolute;
	top: .6em;
	left: 0;
	width: 7px;
	height: 7px;
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-color: var(--color-bl);
	transform: rotate(-135deg);
}

.disc li {
	padding-left: 17px;
}

.disc li::before {
	content: "";
	width: 6px;
	height: 6px;
	border: 2px solid;
	color: var(--color-gr);
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0.55em;
	display: block;
}

.square li {
	padding-left: 17px;
}

.square li::before {
	content: "";
	width: 5px;
	height: 5px;
	background-color: var(--color-gr);
	position: absolute;
	left: 0;
	top: 0.6em;
	display: block;
	border-radius: 0;
	transform: rotate(0deg);
}

/*.arr_list .disc li {
    padding-left: 0;
}

.arr_list .disc li::before {
	display: none;
}*/

.deci {
    margin-left: 20px;
    list-style-type: decimal;
}




/***** 画像 *****/
.fig {
	margin: 40px 0;
}

.fig figcaption,
.fig_2rows figcaption,
.fig_3rows figcaption,
.fig_4rows figcaption,
.fig_cap {
	margin-bottom: 20px;
	font-size: 1.9rem;
	font-weight: 700;
}

.fig_2rows .fig_cap_s,
.fig_3rows .fig_cap_s,
.fig_4rows .fig_cap_s{
	margin: 10px 0 0;
	font-size: 1.5rem;
	font-weight: 400;
}

.fig_half {
	width: 50%;
}

.fig_w60 {
	width: 60%;
}

.fig_four_thirds {
	width: 75%;
}

.fig_full img,
.fig_half img,
.fig_w60 img,
.fig_four_thirds img {
	width: 100%;
}

.fig_cen {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.fig_2rows,
.fig_3rows,
.fig_4rows {
	display: flex;
	flex-wrap: wrap;
}

.fig_2rows img,
.fig_3rows img,
.fig_4rows img {
	width: 100%;
}

.fig_2rows figure {
	width: 46%;
	margin-right: 8%;
	margin-top: 4%;
}

.fig_2rows figure:nth-child(2n) {
	margin-right: 0;
}

.fig_3rows figure {
	width: 30%;
	margin-right: 5%;
}

.fig_3rows figure:nth-child(3n) {
	margin-right: 0;
}

.fig_4rows figure {
	width: 23.5%;
	margin-right: 2%;
}

.fig_4rows figure:nth-child(4n) {
	margin-right: 0;
}

.fig_flex {
	display: flex;
	justify-content: space-between;
}

.fig_flex > div {
	flex: 1;
}

.fig_flex .fig {
	width: 350px;
	margin: 0 0 0 30px;
}

.fig_flex .fig img {
	width: 100%;
}

.fig_flo {
	width: 500px;
	margin-bottom: 15px;
}

.fig_flo_s {
	width: 300px;
	margin-bottom: 15px;
}

.fig_flo img,
.fig_flo_s img{
	width: 100%;
}

.fig_flo_s figcaption {
	margin-top: 10px;
	text-align: center;
}

.fig_r {
	margin-left: 30px;
	float: right;
}

.fig_l {
	margin-right: 30px;
	float: left;
}

.al_item_end {	
	align-items: flex-end;
}

.quote {
	margin-top: 10px;
	font-size: 1.3rem;
}

@media screen and (max-width:768px){
.fig {
	margin: 20px 0;
}

.fig figcaption,
.fig_2rows figcaption,
.fig_cap {
	text-align: center;
}

.fig_2rows .fig_cap_s,
.fig_3rows .fig_cap_s,
.fig_4rows .fig_cap_s {
	margin: 10px 0 0;
}

.fig_normal img {
	width: 100%;
}

.fig_half,
.fig_w60,
.fig_four_thirds {
	width: 100%;
}

.fig_2rows, .fig_3rows {
	display: block;
}

.fig_2rows figure,
.fig_3rows figure,
.fig_4rows figure {
	width: 100%;
	margin-right: 0;
	margin-top: 20px;
}

.fig_flex {
	display: block;
}

.fig_flex .fig {
	width: 100%;
	margin: 20px 0;
}

.fig_flo,
.fig_flo_s {
	width: 100%;
	margin-bottom: 15px;
}

.fig_flo img,
.fig_flo_s img {
	width: 100%;
}

.fig_r {
	margin-left: 0;
	float: none;
}

.fig_l {
	margin-right: 0;
	float: none;
}
}




/***** 装飾 *****/
.marker {
	background:linear-gradient(transparent 60%, #f8ff46 60%);
}



/***** sp_nav *****/
#sp_nav {
	display: none;
}
@media screen and (max-width:768px){
#sp_nav {
	padding: 10px;
	display: block;
	background-color: #dfeefc;
}

#sp_nav li {
	margin-bottom: 5px;
}

#sp_nav li:last-child {
	margin-bottom: 0;
}

#sp_nav li a {
	padding: 10px;
	font-weight: 500;
	text-decoration: none;
	color: var(--color-bl);
	background-color: #fff;
	display: block;
	position: relative;
}

#sp_nav li a::after {
	content: "";
	width: 7px;
	height: 7px;
	border-top: solid 2px;
	border-right: solid 2px;
	border-color: var(--color-bl);
	position: absolute;
	right: 10px;
	top: 50%;
	transform: rotate(45deg) translateX(-50%);
}
}




/***** お知らせ *****/
#news_dl dl {
	padding-top: 15px;
	border-top: #000 1px dotted;
}

#news_dl dt {
	width: 230px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	float: left;
	clear: left;
}

#news_dl dt span {
	width: 120px;
	margin-left: 15px;
	padding: 5px 0;
	font-size: 1.2rem;
	line-height: 1;
	text-align: center;
	display: block;
	border-radius: 100px;
	background-color: #D4EAFF;
}

#news_dl dd {
	margin-bottom: 15px;
	padding: 0 0 15px 255px;
	border-bottom: #000 1px dotted;
}

#news_dl dd:last-child {
	margin-bottom: 0;
}

#news_dl dd a {
	color: #000;
}

#news_dl dd a:hover {
	text-decoration: none;
}


@media screen and (max-width:768px){
#news_dl dt {
	width: 100%;
	margin-bottom: 5px;
	justify-content: flex-start;
	float: clear;
}

#news_dl dt span {
	width: 110px;
}

#news_dl dd {
	padding: 0 0 15px 0;
}
}




/***** 教授挨拶 *****/
#greeting_intro {
	margin-bottom: 50px;
	display: flex;
	align-items: flex-end;
}

#greeting_intro > div {
	flex: 1;
}

#greeting_intro h3 {
	margin-bottom: 50px;
	font-size: 2.6rem;
	font-weight: 700;
}

#greeting_intro h3::after{
	content: "";
	width: 20%;
	height: 1px;
	margin-top: 25px;
	background-color: var(--color-bl);
	display: block;
}

#greeting_intro dt {
	font-size: 1.8rem;
}

#greeting_intro dd {	
	font-size: 2.4rem;
	font-weight: 500;
}

#greeting_intro figure {
	width: 300px;
	margin-right: 40px;
}

#greeting_intro figure img {
	width: 100%;
}

.greeting_com {
	margin-bottom: 30px;
	line-height: 1.7;
}

.greeting_com:nth-last-of-type(1) {
	margin-bottom: 0;
}

@media screen and (max-width:768px){
#greeting_intro {
	margin-bottom: 30px;
	display: block;
}

#greeting_intro h3 {
	display: none;
}

#greeting_intro dl {
	margin-top: 20px;
	text-align: center;
}

#greeting_intro figure {
	width: 70%;
	margin: 0 auto;
}

#greeting_intro figure img {
	width: 100%;
}
}




/***** スタッフ紹介 *****/
#staff_area {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
}

.staff_box {
	width: calc(94% / 4);
	margin: 0 2% 2% 0;
	box-shadow: 0 1px 7px 1px rgba(100,100,100,.1);
}

.staff_box:nth-of-type(4n) {
	margin-right: 0; 
}

.staff_box > a,
.staff_box > .staff_no_link {
	text-decoration: none;
	color: #333;
	display: block;
	position: relative;
}

.staff_box > a::before,
.staff_box > .staff_no_link::before {
	content: "";
	width: 40%;
	margin: 0 auto;
	border-top-width: 4px;
	border-top-style: solid;
	display: block;
	transition: 0.3s;
}

.staff_box > a:hover::before {
	width: 100%;
}

/*.staff_box1：教授*/
.staff_box1 a::before,
.staff_box1 .staff_no_link::before {
	border-top-color: var(--color-gr);
}

/*.staff_box2：准教授*/
.staff_box2 a::before,
.staff_box2 .staff_no_link::before {
	border-top-color: var(--color-bl);
}

/*.staff_box3：講師*/
.staff_box3 a::before,
.staff_box3 .staff_no_link::before {
	border-top-color: #eeb51a;
}

/*.staff_box4：助教*/
.staff_box4 a::before,
.staff_box4 .staff_no_link::before {
	border-top-color: #72b608;
}

/*.staff_box5：病院診療医*/
.staff_box5 a::before,
.staff_box5 .staff_no_link::before {
	border-top-color: #bb2a7f;
}

/*.staff_box6：特任臨床医、大学院生*/
.staff_box6 a::before,
.staff_box6 .staff_no_link::before {
	border-top-color: #00acec;
}

.staff_box img {
	width: 100%;
}

.staff_box dl {
	padding: 25px;
}

.staff_box dt {
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	color: #666;
}

.staff_box1 dt {
	color: var(--color-gr);
}

.staff_box2 dt {
	color: var(--color-bl);
}

.staff_box3 dt {
	color: #eeb51a;
}

.staff_box4 dt {
	color: #72b608;
}

.staff_box5 dt {
	color: #bb2a7f;
}

.staff_box6 dt {
	color: #00acec;
}

.staff_box dd {
	margin-top: 5px;
}

.staff_box dd p {
	margin-top: 15px;
	font-size: 1.2rem;
	color: #666;
}

.staff_detail {	
	display: none;
}

.staff_detail_in {
	display: flex;
}

.staff_detail_in figure {
	width: 250px;
	margin-right: 30px;
}

.staff_detail_in figure button {
	width: 100%;
	margin-top: 15px;
	padding: 5px 0;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: var(--color-gr);
	border: 2px solid;
	border-color: var(--color-gr);
	border-radius: 100px;
	cursor: pointer;
}

.staff_detail_in figure img {
	width: 100%;
}

.staff_detail_in > div {
	flex: 1;
}

.staff_detail_in > div > h3 {
	margin-bottom: 25px;
	font-size: 2.2rem;
	position: relative;
}

.staff_detail_in > div > h3::after {
	content: "";
	width: 8%;
	height: 2px;
	margin-top: 15px;
	display: block;
}

.staff_detail_in1 > div > h3::after {
	background-color: var(--color-gr);
}

.staff_detail_in2 > div > h3::after {
	background-color: var(--color-bl);
}

.staff_detail_in3 > div > h3::after {
	background-color: #eeb51a;
}

.staff_detail_in4 > div > h3::after {
	background-color: #72b608;
}

.staff_detail_in5 > div > h3::after {
	background-color: #bb2a7f;
}

.staff_detail_in6 > div > h3::after {
	background-color: #00acec;
}

.staff_detail_in > div > h3 span {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	color: #777;
}

.staff_detail_in > div > h4 {
	margin: 15px 0 5px;
	font-size: 1.8rem;
	font-weight: 500;
}

.staff_detail_in1 > div > h4 {
	color: var(--color-gr);
}

.staff_detail_in2 > div > h4 {
	color: var(--color-bl);
}

.staff_detail_in3 > div > h4 {
	color: #eeb51a;
}

.staff_detail_in4 > div > h4 {
	color: #72b608;
}

.staff_detail_in5 > div > h4 {
	color: #bb2a7f;
}

.staff_detail_in6 > div > h4 {
	color: #00acec;
}

.modaal-container {
	color: #333!important;
}

.staff_new_icon {
	margin-left: 10px;
	padding: 3px 5px;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1;
	color: #333;
	display: inline-block;
	background-color: #ffff00;
}

@media screen and (max-width:768px){
#staff_area {
	margin-top: 30px;
}

.staff_box {
	width: 48%;
	margin: 0 4% 4% 0;
}

.staff_box:nth-of-type(2n) {
	margin-right: 0; 
}

.staff_box dl {
	padding: 15px;
}

.staff_detail_in {
	display: block;
}

.staff_detail_in figure {
	width: 180px;
	margin: 0 auto 30px;
}
}




/***** 人工臓器・移植外科対象疾患 *****/
.target_box1 {
	display: flex;
	justify-content: space-between;
}

.target_box1 > figure {
	width: 35%;
	margin-left: 80px;
}

.target_box1 > figure img {
	width: 100%;
}

.target_box1 > div {
	flex: 1;
}

.target_box1 > div > dl {
	margin: 20px 0 30px;
	padding: 40px;
	border-radius: 10px;
	border: 1px solid;
	border-color: var(--color-bl);
}

.target_box1 > div + dl {
	margin-top: 0;
}

.target_box1 > div > dl dt {
	margin-bottom: 20px;
	font-size: 2rem;
	font-weight: 500;
	color: var(--color-bl);
	position: relative;
}

.target_box1 > div > dl dt::after {
	content: "";
	width: 10%;
	height: 1px;
	margin-top: 15px;
	background-color: var(--color-bl);
	display: block;
}

@media screen and (max-width:768px){
.target_box1 {
	display: block;
}

.target_box1 > div {
	width: 100%;
}

.target_box1 > div > dl {
	margin-top: 20px;
	padding: 15px;
}

.target_box1 > div > dl dt {
	margin-bottom: 15px;
}

.target_box1 > div > dl dt::after {
	width: 15%;
	margin-top: 10px;
}

.target_box1 > figure {
	margin-top: 20px;
	margin-left: 0;
	text-align: center;
}

.target_box1 > figure img {
	max-width: 100%;
}
}




/***** 人工臓器・移植外科診療実績 *****/
.achi_box {
	margin: 20px 0;
	display: flex;
	justify-content: space-between;
}

.achi_box > div {
	width: 48%;
	padding: 30px;
}

.achi_percent {
	margin-bottom: 20px;
	padding: 10px;
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
	background-color: #ffeaea;
}

.achi_box > div > table {
	width: 100%;
}

.achi_box > div > table th {
	padding: 10px;
	text-align: center;
	background-color: #f9f9f9;
	border: #eaeaea 1px solid;
}

.achi_box > div > table td {
	padding: 10px;
	text-align: center;
	border: #eaeaea 1px solid;
}

.achi_box > div > table tr td:first-child {
	width: 70%;
	text-align: left;
}

@media screen and (max-width:768px){
.achi_box {
	display: block;
}

.achi_box > div {
	width: 100%;
	margin-top: 20px;
	padding: 15px;
}

.achi_percent {
	margin-bottom: 15px;
	padding: 5px;
	font-size: 1.8rem;
}

.achi_box > div > table th {
	padding: 5px;
}

.achi_box > div > table td {
	padding: 5px;
}

.achi_box > div > table tr td:first-child {
	width: 70%;
	text-align: left;
}
}




/***** 人工臓器・移植外科レシピエント・ドナーの方へ *****/
.recip_box {
	display: flex;
	justify-content: space-between;
}

.recip_box > div {
	width: 47%;
	padding: 40px;
	display: flex;
	flex-direction: column;
}

.recip_box > div ul {
	flex: 1;
}

.recip_box > div p:nth-of-type(1) {
	margin-bottom: 15px;
	padding: 3px 5px;
	font-size: 1.8rem;
	text-align: center;
	color: var(--color-gr);
	letter-spacing: 0.3em;
	border: 1px solid;
	border-color: var(--color-gr);
}

.recip_box > div p:nth-of-type(2) a {
	width: 65%;
	margin-right: auto;
	margin-left: auto;
	padding: 10px 0;
	display: block;
}

#tanpopo {
	padding: 30px;
	background: url("../images/transplant/recipient_ph_01.jpg") 50% 50% no-repeat;
	background-size: cover;
}

#tanpopo > div {
	padding: 50px;
	border: #fff 1px solid;
}

#tanpopo > div h3 {
	margin-bottom: 5px;
	font-size: 3.3rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.2em;
}

#tanpopo > div h4 {
	margin-bottom: 30px;
	font-size: 2.2rem;
	text-align: center;
	letter-spacing: 0.1em;
	position: relative;
}

#tanpopo > div h4::after {
	content: "";
	width: 10%;
	height: 3px;
	margin: 20px auto 0;
	background-color: var(--color-bl);
	display: block;
}

#tanpopo_com {
	margin-bottom: 40px;
	text-align: center;
}

@media screen and (max-width:768px){
.recip_box {
	display: block;
}

.recip_box > div {
	width: 100%;
	margin-bottom: 20px;
	padding: 15px;
	display: block;
}

.recip_box > div p:nth-of-type(2) a {
	width: 100%;
}

#tanpopo {
	padding: 10px;
}

#tanpopo > div {
	padding: 20px;
}

#tanpopo > div h3 {
	font-size: 2.8rem;
}

#tanpopo > div h4 {
	font-size: 1.8rem;
	letter-spacing: 0.1em;
}

#tanpopo > div h4::after {
	content: "";
	width: 20%;
	height: 3px;
	margin: 20px auto 0;
	background-color: var(--color-bl);
	display: block;
}

#tanpopo_com {
	margin-bottom: 30px;
}
}




/***** 受診案内・患者さん紹介 内視鏡専門外来 *****/
.endoscope_box {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.endoscope_box p {
	flex: 1;
}

.endoscope_box figure {
	width: 30%;
	height: 330px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ccc;
}

.endoscope_box figure img {
	width: 100%;
}

.endoscope_box1 figure {
	margin-left: 50px;
}

.endoscope_box2 {
	flex-direction: row-reverse;
}

.endoscope_box2 figure {
	margin-right: 50px;
}

.endoscope_name {
	width: 120px;
	height: 120px;
	font-size: 1.7rem;
	font-weight: 500;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 235px;
	background-color: var(--color-gr);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.endoscope_name span {
	font-size: 1.5rem;
	font-weight: 400;
}

.endoscope_box1 .endoscope_name {
	right: 235px;
}

.endoscope_box2 .endoscope_name {
	left: 235px;
}

.endoscope_flow {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.endoscope_flow dl {
	width: 30%;
	margin-top: 3%;
	
}

.endoscope_flow dl dt {
	position: relative;
}

.endoscope_flow dl dt p {
	width: 50px;
	height: 50px;
	font-size: 2.2rem;
	font-weight: 500;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: var(--color-gr);
	position: absolute;
	left: 10px;
	top: 10px;
}

.endoscope_flow dl dt figure img {
	width: 100%;
}

.endoscope_flow dl dd {
	margin-top: 20px;
}

.endoscope_view_box p:first-child {
	margin-bottom: 15px;
	padding: 7px 10px;
	font-size: 2rem;
	color: var(--color-gr);
	border: 1px solid;
	border-color: var(--color-gr);
}

.endoscope_view_box p:last-child {
	flex: 1;
}

.endoscope_staff {
	display: flex;
	align-items: flex-end;
}

.endoscope_staff figure {
	margin-right: 50px;
}

.endoscope_staff dt {
	font-size: 1.8rem;
}

.endoscope_staff dd {
	font-size: 2.4rem;
}

.endoscope_staff dd p {
	margin-top: 10px;
	font-size: 1.6rem;
	color: #666;
}

.endoscope_staff > div > p {
	margin-top: 20px;
}

.endoscope_staff > div > p a {
	padding: 7px;
	text-decoration: none;
	color: #fff;
	background-color: var(--color-gr);
	display: block;
	font-weight: 500;
	text-align: center;
	border-radius: 100px;
	border: var(--btn-border-gr);
	transition: 0.5s;
}

.endoscope_staff > div > p a:hover {
	color: var(--color-gr);
	background-color: #fff;
}

@media screen and (max-width:768px){
.endoscope_box {
	display: block;
}

.endoscope_box figure {
	width: 100%;
	height: auto;
	min-height: 200px;
}

.endoscope_box1 figure,
.endoscope_box2 figure {
	margin: 0;
}

.endoscope_name {
	width: 100%;
	height: auto;
	margin-top: 20px;
	padding: 10px;
	font-size: 1.6rem;
	color: #fff;
	position: static;
	display: block;
}

.endoscope_name span {
	margin-left: 10px;
	font-size: 1.4rem;
}

.endoscope_flow {
	display: block;
}

.endoscope_flow dl {
	width: 100%;
	margin-top: 20px;
}

.endoscope_flow dl dt {
	position: relative;
}

.endoscope_flow dl dd {
	margin-top: 15px;
}

.endoscope_view_box {
	display: block;
}

.endoscope_view_box p:first-child {
	width: 100%;
	height: auto;
	margin-right: 0;
	margin-bottom: 10px;
	padding: 5px;
	border-radius: 0;
	font-size: 1.8rem;
	color: var(--color-gr);
}

.endoscope_view_box p:last-child {
	flex: 1;
}

.endoscope_staff {
	display: block;
}

.endoscope_staff figure {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

.endoscope_staff figure img {
	width: 100%;
}

.endoscope_staff > div {
	text-align: center;
}

.endoscope_staff > div > p a {
	padding: 5px;
}
}





/***** 研究業績 臨床研究紹介 *****/
.clinical_list a {
	padding: 25px 30px;
	text-decoration: none;
	color: #333;
	position: relative;
	display: block;
	border: #ddd 3px solid;
	border-radius: 100px;
	transition: 0.5s;
}

.clinical_list a:hover {
	background-color: #f5f5f5;
}

.clinical_list a::before {
	content: "";	
	width: 8px;
	height: 8px;
	color: var(--color-bl);
	border-top: 2px solid;
	border-right: 2px solid;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: calc(100% - 35px);
	top: 50%;
	transform: rotate(45deg) translateX(-50%);
	transition: 0.5s;
}

.clinical_list a:hover::before {
	left: calc(100% - 30px);
}

@media screen and (max-width:768px){
.clinical_list a {
	padding: 15px 30px 15px 15px;
	border: #ddd 2px solid;
	border-radius: 0;
}

.clinical_list a::before {
	left: calc(100% - 20px);
}

.clinical_list a:hover::before {
	left: calc(100% - 15px);
}
}




/***** 研究業績 学会発表 *****/
.announcement_box {
	display: flex;
	flex-wrap: wrap;
}

.announcement_box > div {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.announcement_box > div:nth-child(2n) {
	margin-right: 0;
}

.announcement_box > div a {
	padding: 30px;
	text-decoration: none;
	color: #333;
	border: #eee 3px solid;
	display: flex;
	flex-direction: column;
	position: relative;
}

.announcement_box > div a::before {
	content: "";
	width: 40%;
	height: 3px;
	background-color: var(--color-bl);
	position: absolute;
	bottom: -3px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	transition: 0.3s;
}

.announcement_box > div a:hover::before {
	width: 100%;
	height: 3px;
	bottom: -3px;
}

.announcement_box > div dl {
	display: flex;
	flex-direction: column;
}

.announcement_box > div dt {
	font-size: 1.8rem;
	font-weight: 500;
	flex-grow: 1;
}

.announcement_box > div dd {
	margin-top: 5px;
	padding-left: 20px;
	background: url("../images/common/calendar_icon.svg") 0 50% no-repeat;
}

.announcement_box > div p {
	width: 30%;
	margin-top: 20px;
	margin-left: auto;
	padding: 3px;
	font-size: 1.2rem;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: var(--color-bl);
	border: var(--btn-border-bl);
	border-radius: 100px;
	display: block;
	transition: 0.5s;
}

.announcement_box > div p:hover {
	color: var(--color-bl);
	background-color: #fff;
}

@media screen and (max-width:768px){
.announcement_box {
	display: block;
}

.announcement_box > div {
	width: 100%;
}

.announcement_box > div a {
	padding: 20px;
}

.announcement_box > div p {
	width: 100%;
	margin-top: 20px;
	padding: 5px;
}
}




/***** 研究業績 Survival Calculator for Hepatocellular Carcinoma (HCC) *****/
.calculation_tb {
	width: 100%;
}

.calculation_tb th {
	padding: 10px;
	text-align: center;
	color: #fff;
	background-color: var(--color-bl);
	border: #ddd 1px solid;
}

.calculation_tb td {
	padding: 10px;
	text-align: center;
	border: #ddd 1px solid;
}

.calculation_tb tr td:nth-child(1) {
	width: 25%;
	text-align: left;
	background-color: #f5f5f5;
}

.calculation_tb1 tr td:nth-child(2),
.calculation_tb2 tr td:nth-child(2),
.calculation_tb2 tr td:nth-child(3){
	width: 25%;
}

select {
	width: 100%;
	padding: 10px;
	font-size: 1.6rem;
	border: #ddd 1px solid;
}

@media screen and (max-width:768px){
.calculation_tb th {
	padding: 5px;
}

.calculation_tb td {
	padding: 5px;
}

select {
	padding: 5px;
	font-size: 1.4rem;
}
}




/***** リクルート 当科入局後のキャリアパス *****/
.faq_box {
	margin-bottom: 20px;
	padding: 20px;
	border: 2px solid;
	border-color: var(--color-bl);
}

.faq_box > div {
	display: none;
}

.faq_q,
.faq_a {
	display: flex;
}

.faq_q {
	cursor: pointer;
	position: relative;
}

.faq_q::before {
	content: "";
	width: 12px;
	height: 12px;
	color: var(--color-bl);
	border-top: 2px solid;
	border-right: 2px solid;
	transform: rotate(135deg) translateX(-50%);
	position: absolute;
	right: 20px;
	top: 50%;
}

.faq_q_active::before {
	content: "";
	width: 12px;
	height: 12px;
	color: var(--color-bl);
	border-top: 2px solid;
	border-right: 2px solid;
	transform: rotate(-45deg) translateX(-50%);
	position: absolute;
	right: 10px;
	top: 45%;	
}

.faq_a {
	margin-top: 25px;
	padding-top: 15px;
	border-top: 2px dotted;
	border-color: var(--color-bl);
}

.faq_q dt,
.faq_a dt {
	width: 1.5em;
	margin-right: 15px;
	font-size: 3rem;
	font-weight: 500;
	text-align: center;
	line-height: 1;
}


.faq_q dt {	
	color: var(--color-bl);
}

.faq_a dt {	
	color: var(--color-gr);
}

.faq_q dd,
.faq_a dd {
	padding-top: 3px;
}

.faq_q dd {
	font-weight: 500;
}

.faq_tb {
	width: 100%;
	margin: 20px 0;
}

.faq_tb th {
	width: 35%;
	padding: 20px;
	text-align: left;
	background-color: #f5f5f5;
	border: #ddd 1px solid;
}

.faq_tb td {
	padding: 20px;
	border: #ddd 1px solid;
}

.input_btn {
	margin-top: 30px;
	text-align: center;
}

input[type="button"] {
	width: 30%;
	margin: 0 10px;
	padding: 20px;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.1em;
	color: #fff;
	background-color: var(--color-bl);
	border: 2px solid;
	border-color: var(--color-bl);
	border-radius: 100px;
	cursor: pointer;
	transition: 0.5s;
}

input[type="submit"] {
	width: 30%;
	margin: 0 10px;
	padding: 15px;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;;
	letter-spacing: 0.1em;
	color: #fff;
	background-color: var(--color-bl);
	border: 2px solid;
	border-color: var(--color-bl);
	border-radius: 100px;
	cursor: pointer;
	transition: 0.5s;
}

input[type="button"]:hover {
	color: var(--color-bl);
	background-color: #fff;
}

input[type="submit"]:hover {
	color: var(--color-bl);
	background-color: #fff;
}

input[type="text"] {
	width: calc(100% - 20px);
	padding: 10px;
	font-size: 1.6rem;
	border: #ddd 1px solid;
}

textarea {
	width: calc(100% - 20px);
	height: 100px;
	padding: 10px;	
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	font-weight: 300;
	border: #ddd 1px solid;
}

@media screen and (max-width:768px){
.faq_box {
	margin-bottom: 15px;
	padding: 10px;
}

.faq_q,
.faq_a {
	align-items: flex-start;
}

.faq_q {
	padding-right: 30px;
}

.faq_a {
	margin-top: 15px;
	padding-top: 5px;
}

.faq_q::before {
	width: 10px;
	height: 10px;
	right: 10px;
}

.faq_q_active::before {
	width: 10px;
	height: 10px;
	right: 0;
}

.faq_q dt,
.faq_a dt {
	font-size: 2rem;
	line-height: 1.3;
	display: flex;
	justify-content: center;
	align-items: center;
}

.faq_q dd,
.faq_a dd {
	padding-top: 0;
	flex: 1;
}

.faq_q dd {
	font-weight: 500;
}

.faq_tb th {
	width: 100%;
	margin-bottom: 5px;
	padding: 0;
	font-weight: 500;
	background: none;
	border: none;
	display: block;
}

.faq_tb td {
	margin-bottom: 15px;
	padding: 0 0 15px 0;
	border: none;
	display: block;
	border-bottom: #000 1px dotted;
}

input[type="button"],
input[type="submit"] {
	width: 100%;
	margin: 5px 0;
	padding: 10px 0;
}

input[type="text"] {
	padding: 5px;
	font-size: 1.4rem;
}

textarea {
	padding: 5px;	
	font-size: 1.4rem;
}
}




/***** リクルート 留学報告 *****/
.study_abroad_ttl {
	margin-bottom: 40px;
	font-size: 3.2rem;
	font-weight: 500;
	position: relative;
}

.study_abroad_ttl::after {
	content: "";
	width: 10%;
	height: 1px;
	margin-top: 20px;
	background-color: var(--color-bl);
	display: block;
}

.study_abroad_ttl:first-letter {
	color: var(--color-bl);
}

.study_abroad_name {
	margin-bottom: 15px;
	font-size: 2rem;
	font-weight: 500;
}

.study_abroad_com {
	line-height: 1.7;
}
@media screen and (max-width:768px){
.study_abroad_ttl {
	margin-bottom: 30px;
	font-size: 2.8rem;
}

.study_abroad_ttl::after {
	width: 20%;
	margin-top: 15px;
}

.study_abroad_name {
	margin-bottom: 15px;
	font-size: 2rem;
	font-weight: 500;
}

.study_abroad_com {
	line-height: 1.7;
}
}




/***** リンク *****/
#link_box {
	display: flex;
	justify-content: space-between;
}

#link_box dl {
	width: 48%;
}

#link_box dt {
	padding-left: 23px;
	font-size: 1.8rem;
	font-weight: 500;
	position: relative;	
	background: url("../images/common/navi_icon.svg") 0 0.4em no-repeat;
	background-size: 16px 16px;
}

#link_box dd {
	margin: 5px 0 30px;
	padding: 0 0 30px 23px;
	border-bottom: #eaeaea 1px solid;
}

@media screen and (max-width:768px){
#link_box {
	display: block;
}

#link_box dl {
	width: 100%;
}

#link_box dt {
	padding-left: 20px;
	font-size: 1.6rem;
	background: url("../images/common/navi_icon.svg") 0 0.4em no-repeat;
	background-size: 15px 15px;
}

#link_box dd {
	margin: 5px 0 20px;
	padding: 0 0 20px 20px;
	border-bottom: #eaeaea 1px solid;
}
}




/***** 同窓会 *****/
#member_news_dl {
	padding-top: 15px;
	border-top: #000 1px dotted;
}

#member_news_dl dt {
	width: 230px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	float: left;
	clear: left;
}

#member_news_dl dt span {
	width: 120px;
	margin-left: 15px;
	padding: 5px 0;
	font-size: 1.2rem;
	line-height: 1;
	text-align: center;
	display: block;
	border-radius: 100px;
	background-color: #c9f7f8;
}

#member_news_dl dd {
	margin-bottom: 15px;
	padding: 0 0 15px 255px;
	border-bottom: #000 1px dotted;
}

#member_news_dl dd:last-child {
	margin-bottom: 0;
}

#member_news_dl dd a {
	color: #000;
}

#member_news_dl dd a:hover {
	text-decoration: none;
}

.member_box {
	padding: 50px;
	text-align: center;
	background-color: #f5f5f5;
	border-radius: 10px;
}

.member_box_ttl {
	margin-bottom: 30px;
	font-size: 2.8rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	position: relative;
}

.member_box_ttl::after {
	content: "";
	width: 7%;
	height: 3px;
	margin: 20px auto 0;
	background-color: var(--color-gr);
	display: block;
}

@media screen and (max-width:768px){
#member_news_dl dt {
	width: 100%;
	margin-bottom: 5px;
	justify-content: flex-start;
	float: clear;
}

#member_news_dl dt span {
	width: 110px;
}

#member_news_dl dd {
	padding: 0 0 15px 0;
}

.member_box {
	padding: 25px;
	text-align: left;
}

.member_box_ttl {
	margin-bottom: 25px;
	font-size: 2.6rem;
	text-align: center;
}

.member_box_ttl::after {
	width: 15%;
	margin: 15px auto 0;
}
}




/***** 404 *****/
#nf404_ttl {
	margin-bottom: 10px;
	font-size: 4rem;
	color: #666;
}

#nf404_com {
	margin-bottom: 50px;
}

@media screen and (max-width:768px){
#nf404_ttl {
	text-align: center;
}

#nf404_com {
	margin-bottom: 20px;
	text-align: center;
}
}