/*
Theme Name: iwate-jinzo2025
Theme URL: http://www.iwate-jinzo.jp/
Description: 岩手医科大学 内科学講座 腎・高血圧内科分野のホームページ
Author: BCAC
Version: 1.0
License URI: https://www.bcac.jp/
*/

@charset "UTF-8";

/*==========================================================
1.Basic -基本設定-
==========================================================*/

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

html,
body {
	width: 100%;
}

body {
	margin: 0 auto;
	background: #fff;
	color: #333;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

a {
	color: #333;
}

img {
	max-width: 100%;
	height: auto;
	text-decoration: none;
	vertical-align: middle;
}

li {
	list-style: none;
}

p {
	text-align: justify;
	-ms-text-justify: auto;
	text-justify: auto;
	text-justify: inter-ideograph;
}

small {
	font-size: 85%;
}

figure  {
	margin-bottom: 50px;
}

sup {
	font-size: x-small;
	vertical-align: text-top;
}
sub {
	font-size: x-small;
	vertical-align: text-bottom;
}

@media screen and (min-width:769px){

	body {
		font-size: 17px;
		line-height: 1.7;
	}

	a {
		-webkit-transition: 0.3s ease-in-out;
		   -moz-transition: 0.3s ease-in-out;
			 -o-transition: 0.3s ease-in-out;
				transition: 0.3s ease-in-out;
	}
	a img{
		-webkit-transition: 0.3s ease-in-out;
		   -moz-transition: 0.3s ease-in-out;
			 -o-transition: 0.3s ease-in-out;
				transition: 0.3s ease-in-out;
	}

	a:active,
	a:hover,
	a:hover img {
		opacity: 0.8;
	}
}

@media screen and (max-width: 768px){
	body {
		font-size: 18px;
		line-height: 1.5;
	}
}


/*==========================================================
2.Layout -基本レイアウト設定-
==========================================================*/

.wrap {
	position: relative;
	overflow: hidden;
}
@media (min-width:769px){
	.wrap {
		padding-top: 150px;
	}
}

@media (min-width:769px){
	.inner {
		width: 1000px;
		margin: 0 auto;
		position: relative;
	}
}
@media (max-width:768px){
	.inner {
		width: 88vw;
		margin: 0 auto;
	}
}

/*********************************************
 .header
*********************************************/

@media screen and (min-width:769px){
	.header {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 10;
		width: 100%;
		height: 160px;
		/*height: 200px;*/
		border-bottom: solid 1px #DEDBD4;
		background: #fff;
	}

	.header .logo {
		padding: 10px 0 10px;
		/*padding: 17px 0 19px;*/
	}
}

@media (max-width:768px){
	.header {
		height: 60px;
	}
	.header .logo {
		margin-right: 40px;
		padding: 8px 0 0;
	}
	.header .inner .logo {
	}
	.header .inner .logo img {
		vertical-align: middle;
		height: 40px;
	}
}


	/* Gnav */

	.gnav {
		display: flex;
		justify-content: space-between;
		height: 40px;
		/*height: 50px;*/
	}
	.gnav li {
		height: 40px;
		/*height: 50px;*/
		margin: 0 3px;
		position: relative;
	}

	.gnav li a {
		display: table-cell;
		width: 100%;
		height: 40px;
		/*height: 50px;*/
		padding: 0 10px;
		font-size: 15px;
		/*font-family: 游明朝,"Yu Mincho",YuMincho; font-weight: bold;*/
		text-decoration: none;
		line-height: 1.2;
		text-align:center;
		position: relative;cursor: pointer;
		border-bottom: solid 1px transparent ;
		 -webkit-transition: 0.3s ease-in-out;
			-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
		vertical-align: middle;
	}

	.gnav li a::after {
		opacity: 0;
		display: block;
		width: 13px;
		height: 13px;
		position:absolute;
		bottom:-5px;
		left: 50%;
		margin-left: -6px; z-index: 3;
		background: url("images/svg/hexagon.svg") no-repeat;
		content: "";
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}

	.gnav li a:hover,
	.gnav li a.active {
		border-bottom: solid 1px #ef8e02;
	}

	.gnav li a:hover::after,
	.gnav li a.active::after {
		opacity: 1;
		bottom: -8px;
		-webkit-transition: 0.3s ease-in-out;
			-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}

	.gnav li a.active:after { opacity: 1; }
	.gnav li a:hover { opacity: 1; }

	.home  .gnav > li:nth-child(1) > a ,
	.page1 .gnav > li:nth-child(2) > a ,
	.page2 .gnav > li:nth-child(3) > a ,
	.page3 .gnav > li:nth-child(4) > a ,
	.page8 .gnav > li:nth-child(5) > a ,
	.page4 .gnav > li:nth-child(6) > a ,
	.page6 .gnav > li:nth-child(7) > a ,
	.page5 .gnav > li:nth-child(8) > a ,
	.page7 .gnav > li:nth-child(9) > a {
		border-bottom: solid 1px #ef8e02;
	}

	.home  .gnav > li:nth-child(1) > a::after ,
	.page1 .gnav > li:nth-child(2) > a::after ,
	.page2 .gnav > li:nth-child(3) > a::after ,
	.page3 .gnav > li:nth-child(4) > a::after ,
	.page8 .gnav > li:nth-child(5) > a::after ,
	.page4 .gnav > li:nth-child(6) > a::after ,
	.page6 .gnav > li:nth-child(7) > a::after ,
	.page5 .gnav > li:nth-child(8) > a::after ,
	.page7 .gnav > li:nth-child(9) > a::after {
		opacity: 1;	bottom: -8px;
	}

	.gnav li.gnav_contact {
		margin-left: 20px;
	}
	.gnav li.gnav_contact a {
		height: 50px;
		color: #fff;
		background: #ef8e02; /* Old browsers */
		background: -moz-linear-gradient(left,  #ef8e02 0%, #ffebd2 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  #ef8e02 0%,#ffebd2 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  #ef8e02 0%,#ffebd2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef8e02', endColorstr='#ffebd2',GradientType=1 ); /* IE6-9 */
	}
	.gnav li.gnav_contact a:hover::after,
	.gnav li.gnav_contact a.active::after {
		content: none;
	}
	.gnav li ul { /*height: 0;*/ opacity: 0; /*overflow: hidden;*/ transition: 0.3s;
		position: absolute; }
	.gnav li:nth-child(2) ul { width: 110px; left:-5px; }
	.gnav li:nth-child(3) ul { width: 140px; left:-30px; }
	.gnav li:nth-child(4) ul { width: 200px; left:0; }
	.gnav li:nth-child(6) ul { width: 160px; left:-55px; }
	.gnav li ul li { height: 0; opacity: 0; transition: 0.3s; }
	.gnav li ul li a { display: block; height: 0; transition: 0.3s; position: relative;
		opacity: 0; overflow: hidden; }
	.gnav li ul li a::after { background: none; }
	.gnav li:hover ul,.gnav li:hover ul li { height: auto; opacity: 1; }
	.gnav li:hover ul li a { height: auto; line-height: 40px; background: rgba(255, 255, 255, 0.8);
		 opacity: 1; }

@media (max-width:768px){
	.gnav {
		display: none;
	}
}



.drawer-hamburger {
	background: #fff !important;
	opacity: 0.8;
}

header .drawer-nav {
	border-left: solid 1px #ddd;
	overflow: auto;
	z-index: 30;
	opacity: 0.9;
}
.drawer-menu {
	text-align: left;
}
.drawer-menu li {
	width: 100%;
	border-bottom: dashed 1px #ddd;
}
.drawer-menu li a {
	position: relative;
	display: block;
	padding: 10px;
	color: #221714;
	text-decoration: none;
}
.drawer-menu li a::after {
	position: absolute;
	right: 3vw;
	content: "\f105";
	color: #ef8e02;
	font-family: "FontAwesome";
}
.drawer-menu li.have_sub span {
	position: relative;
	display: block;
	padding: 10px;
	color: #221714;
	text-decoration: none;
}
.drawer-menu li.have_sub span::after {
	position: absolute; font-size: 2vw; line-height: 30px;
	right: 3vw;
	content: "\f078";
	color: #ef8e02;
	font-family: "FontAwesome";
}
.drawer-menu li.have_sub.active span::after { content: "\f077"; }
.drawer-menu li.have_sub ul { display: none; }
@media (min-width:1000px){
	.drawer-hamburger {
		display: none !important;
	}
}
@media screen and (max-width: 768px){
	.drawer-menu li.have_sub a { display: block; padding-left: 1em; }
}

/*********************************************
 .footer
*********************************************/

@media screen and (min-width:769px){
	.footer {
		width: 100%;
		padding-top: 50px;
		border-top: solid 2px #ef8e02;
		position: relative;
	}

	.footer .f-left,
	.footer .f-right {
		margin-bottom: 30px;
	}
	.footer .f-right {
			margin-right: 30px;
	}

	.footer h2 {
		margin-bottom: 25px;
	}

	.footer address {
		font-style: normal;
	}
	.footer address p {
		font-size: 16px;
	}

	.footer .fnav {
		display: inline-block;
		vertical-align: top;
	}
	.footer .fnav +  .fnav {
		margin-left: 60px;
	}
	.footer .fnav li {
		margin-bottom: 5px;
		line-height: 1.1;
		position: relative;
}
	.footer .fnav li a {
		display: block;
		padding: 5px 0;
		font-size: 14px;
		/*font-family: 游明朝,"Yu Mincho",YuMincho; font-weight: bold;*/
		text-decoration: none;
}
	.footer .fnav li a::before {
		position: absolute;
		left: -0.7em;
		color: #ef8e02;
		font-family: "FontAwesome";
		content: "\f105";
}

	.footer .copy {
		margin: 0 auto;
		padding-top: 10px;
		padding-bottom: 10px;
		background-color: #333;
		color: #FFFFFF;
		text-align: center;
		font-size: 12px;
	}
}

@media screen and (max-width: 768px){
	.footer {
		position: relative;
		border-top: solid 1px #ef8e02;
		background-size: 100% auto;
		color: #323333;
		text-align: center;
		font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Sawarabi Gothic","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}

	.footer .f-left {
		margin-top: 5vw;
	}

	.footer h2 {
		position: relative;
		z-index: 20;
		margin: 0 auto 5vw 0;
		text-align: left;
	}
	.footer address {
		margin-bottom: 5vw;
		font-style: normal;
		text-align: left;
	}
	.footer h2 img {
		width: 60vw;
	}
	.footer address p {
		margin-bottom: 1vw;
		font-size: 3.7vw;
		line-height: 1.2;
		text-align: left;
	}
	.footer address p:first-child {
		font-size:3.8vw;
	}

	.footer ul.fnav {
		width: 88vw;
		text-align: left;
	}
	.footer ul.fnav li {
		width: 100%;
		height: 11.3vw;
		line-height: 11.3vw;
		border-bottom: rgba(159,160,160,0.8) 1px dashed;
	}
	.footer ul.fnav li a {
		position: relative;
		display: block;
		width: 100%;
		height: 11.3vw;
		color: #221714;
		font-size: 3.5vw;
		text-align: center;
	}
	.footer ul.fnav li a::after {
		position: absolute;
		right: 0.5vw;
		content: "\f105";
		color: #ef8e02;
		font-family: "FontAwesome";
	}

	.footer .copy {
		padding: 1vw 0;
		background-color: #333;
		color: #FFFFFF;
		font-size: 3.2vw;
		text-align: center;
	}
}

/* Pagetop */

#page-top {
	position: fixed;
	z-index: 3000;
	left: 50%;
	bottom: 40px;
	margin-left: 635px;
}

#page-top a {
	position: relative;
	display: block;
	width: 58px;
	height: 58px;
	text-align: center;
}

#page-top.stop {
	position: absolute;
	bottom: 230px;
}

@media (max-width:1470px){
	#page-top {
		right: 20px;
		left: auto;
		margin-left: 0;}
}

@media screen and (max-width: 768px){
	#pagetop_sp {
		position: relative;
		z-index: 20;
		margin: 8vw auto;
	}
	#pagetop_sp a {
		position: relative;
		display: block;
		text-align: center;
	}
}

/*********************************************
 TITLE
*********************************************/

/* 基本パターン（テキストのみ） */

.title {
	height: 160px;
	padding-top: 45px;
	border-top: solid 1px #ef8e02;
	border-bottom: solid 1px #ffebd2;
	background: #fff4ee;
	text-align: center;
}

.title_ttl {
	font-size: 44px;
	font-weight: normal;
	/*font-family: 游明朝,"Yu Mincho",YuMincho;*/
}
.title_ttl span {
	display: block;
	color: #ef8e02;
	font-size: 16px;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

@media screen and (max-width: 768px){
	.title_ttl {
		font-size: 30px;
	}
}

/* 背景写真ある場合 */

.page1 .title ,
.page2 .title ,
.page3 .title ,
.page4 .title ,
.page8 .title ,
.page-id-125 .title {
	height: 335px;
	margin-bottom: 0;
	padding-top: 120px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
}
.page1 .title { background-image: url("images/about/mv.jpg"); }
.page2 .title { background-image: url("images/info/mv.jpg"); }
.page3 .title { background-image: url("images/resident/mv.jpg"); }
.page4 .title { background-image: url("images/research/mv.jpg"); }
.page8 .title { background-image: url("images/support/mv.jpg"); background-position: top; }
.page-id-125 .title { background-image: url("images/contact/mv.jpg"); }

.page1 .title_ttl ,
.page2 .title_ttl ,
.page3 .title_ttl ,
.page4 .title_ttl ,
.page8 .title_ttl ,
.page-id-125 .title_ttl {
	text-shadow: 0 0 25px #000, 0 0 20px #000, 0 0 0.40px #000;
}
.page1 .title_ttl span ,
.page2 .title_ttl span ,
.page3 .title_ttl span ,
.page4 .title_ttl span ,
.page8 .title_ttl span ,
.page-id-125 .title_ttl span {
	color: #fff;
	font-weight: bold;
}

@media screen and (max-width: 768px){
	.page1 .title ,
	.page2 .title ,
	.page3 .title ,
	.page4 .title ,
	.page8 .title {
		height: 235px;
		padding-top: 60px;
	}
	.page1 .title { background-image: url("images/about/mv_sp.jpg"); }
	.page3 .title { background-image: url("images/resident/mv_sp.jpg"); }
	.page4 .title { background-image: url("images/research/mv_sp.jpg"); }
	.page8 .title { background-image: url("images/support/mv_sp.jpg"); }
}


/*********************************************
 CONTETS
*********************************************/

.content {
	padding-top: 50px;
}

.page1 .content ,
.page2 .content ,
.page3 .content ,
.page4 .content ,
.page8 .content {
	margin-top: -30px;
	padding-top: 100px;
	background: #fff;
	border-radius: 30px;
}

/*----------------------------
ページ内ナビ
----------------------------*/

.cate-nav {
	margin-top: -100px;
	padding-top: 20px;
	/*background: #fff;*/
}

.cate-nav ul {
	display: flex;
	justify-content: center;
	margin-left: 0 !important;
}

.cate-nav ul li {
	list-style: none !important;
}

.cate-nav li a {
	display: block;
	width: 100%;
	height: 42px;
	margin: 0 5px;
	padding: 10px 25px;
	font-size: 15px;
	/*font-family: 游明朝,"Yu Mincho",YuMincho; font-weight: bold;*/
	text-decoration: none;
	line-height: 1;
	text-align:center;
	position: relative;cursor: pointer;
	border-bottom: solid 1px transparent ;
}

.cate-nav li a::after {
	position: absolute;
	bottom: 0px;
	left:50%;
	display: block;
	width: 13px;
	height: 9px;
	background: url("images/svg/ico-arrow-d.svg") no-repeat;
	margin-left: -6px;
	content:"";
	-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.cate-nav li a:hover::after,
.cate-nav li a.active::after {
	bottom: -2px;
}

@media screen and (max-width: 768px) {
	.cate-nav li {
		width: 50%;
	}
	.cate-nav li a {
	display: block;
	margin: 0;
	padding: 10px 0;
	}
}



/*----------------------------
セクション
----------------------------*/

.section {
	padding: 80px 0;
}

.section a {
	color: #ef8e02;
}

.section header {
	margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
	.section {
		padding: 50px 0;
	}
}

.sec {
	padding-bottom: 50px;
}

.width-full {
	margin-right : calc(((100vw - 100%) / 2) * -1);
	margin-left  : calc(((100vw - 100%) / 2) * -1);
	padding-left : calc((100vw - 100%) / 2);
	padding-right: calc((100vw - 100%) / 2);
}

.width-full2 {
	margin-right : calc(((100vw - 100%) / 2) * -1);
	margin-left  : calc(((100vw - 100%) / 2) * -1);
	padding-left : calc((100vw - 110%) / 2);
	padding-right: calc((100vw - 110%) / 2);
}

@media (max-width: 768px) {
	.width-full2 {
		width: 88vw;
		margin-right : 0;
		margin-left  : 0;
		padding-left : calc( 100vw - 94vw );
		padding-right: calc( 100vw - 94vw ) ;
	}
}


/*********************************************
 LOADING
*********************************************/

.loading-area {
	position: fixed;
	z-index: 22000;
	width: 100%;
	height: 100%;
	height: 100vh;
	background: #fff;
}

.loading-area .loadeing-logo-area {
	position: absolute;
	top: 144px;
	bottom: 0;
	left: 10px;
	right: 0;
	width: 580px;
	height: 440px;
	margin: auto;
	text-align: center;
}

	.loading-area .loadeing-logo-area i {
  color: #ccc;
  display: block;
  margin: 30px auto 0
}

@media screen and (max-width: 1119px) {
	.loading-area .loadeing-logo-area {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto
	}
}

@media screen and (max-width: 768px) {
	.loading-area .loadeing-logo-area {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 50%;
		height: 300px;
		margin: auto;
	}
	.loading-area .loadeing-logo-area img {
		width: 100%
	}
}


/*==========================================================
3.Class -汎用クラス設定-
==========================================================*/

/*----------------------------
デバイス
----------------------------*/

@media screen and (min-width:769px){
	.sp {display: none !important;}
}

@media screen and (max-width: 768px){
	.pc { display: none; }
}

/*----------------------------
CLEARFIX
----------------------------*/

.cf {
  *zoom: 1;
}
.cf:after {
  content: "";
  display: table;
  clear: both;
}

/*----------------------------
Flexbox
----------------------------*/

.flexbox {
	display: flex;
}

.flexbox > * {
	flex-grow: 1;
}

@media screen and (max-width: 768px){
	.flexbox {
		flex-direction: column;
	}
}

/*----------------------------
回り込み
----------------------------*/

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.f-clear {
  clear: both;
}

@media screen and (max-width: 768px){
	.f-left ,
	.f-right {
		float: none;
	}
}

/*----------------------------
文字寄せ
----------------------------*/

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

.t-center {
  text-align: center;
}

/*----------------------------
タイポグラフィ
----------------------------*/

/* 大見出し */

.content h2 {
	margin-bottom: 50px;
	/*font-family: 游明朝,"Yu Mincho",YuMincho;*/
	font-weight: normal;
	font-size: 44px;
	text-align: center;
	line-height: 1.2;
}
.content h2 small {
	font-size: 34px;
}
.content h2 span {
	display: block;
	color: #ef8e02;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}

/* 中見出し */

.content h3 {
	margin: 40px 0 20px;
	border-bottom: dashed 1px #8A8A8A;
	color: #ef8e02;
	/*font-family: 游明朝,"Yu Mincho",YuMincho;*/
	font-weight: normal;
	font-size: 26px;
}
.section > .inner h3 {
	margin-top: 0;
}

/* 小見出し */

.content h4 {
	margin: 30px 0 10px;
	color: #ef8e02;
	/*font-family: 游明朝,"Yu Mincho",YuMincho;*/
	font-weight: normal;
	font-size: 1.25rem; /*20px*/
}
.content h4.border {
	padding-bottom: 5px;
	border-bottom: dashed 1px #8A8A8A;
}

p + .content h4 {
}


/* 段落*/

.txt {
	margin-bottom: 1em
}


@media screen and (max-width: 768px){
	.content h2 {
		font-size: 32px;
	}

	.content h2 small {
		display: inline-block;
		font-size: 24px;
	}

	.content h3 {

		font-size: 24px;
	}
}


/*----------------------------
テーブル
----------------------------*/

.content table th,
.content table td {
	border:1px solid #9EA7C0;
}
.content table th {
	padding: 5px 0;
	background: #DEE6F3;
	font-weight: bold;
}
.content table td {
	padding: 5px 0;
	background: #ffffff;
}

@media screen and (min-width:769px){
	.content table {
		width: 99.9%;
	}
}

/*----------------------------
リスト
----------------------------*/

/* 丸 */

.content ul {
	margin: 1em 0 2em 1.5em;
}

.content ul li {
	list-style-position: inside;
	list-style: disc;
	margin-bottom: 0.5em;
}

/* 三角 */

.content .list-arrow {
	margin: 0;
}
.content .list-arrow li {
	position: relative;
	list-style: none;
	padding-left: 1.5em;
}
.content .list-arrow li::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	width: 0;
	height: 0;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent transparent #ef8e02;
	position: absolute;
	left: 0.5em;
	top: 0;
	margin-top: 6px;
}

/* 四角 */

.content .list-square {
	margin: 0;
}
.content .list-square li {
	position: relative;
	list-style: none;
	padding-left: 1.5em;
}
.content .list-square li::before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: #ef8e02;
	position: absolute;
	left: 0.5em;
	top: 0.6em;
}

/* 番号 */

.content ol {
	margin: 1em 0 2em 1.5em;
}

.content ol li {
	list-style-position: inside;
	list-style: decimal;
	margin-bottom: 0.5em;
}

/*----------------------------
ボタン
----------------------------*/

/* 基本 */

a.btn {
	display: inline-block;
	padding: 5px 15px;
	background-color: #4268AF;
	color: #fff;
	text-align: left;
	text-decoration: none;
}

/* 大サイズ */

a.btn-l {
	position: relative;
	width: 100%;
	margin: 20px auto;
	padding: 20px;
	background: #4268AF url("images/svg/arrow_r_white.svg") no-repeat calc(100% - 15px) center;
	background-size: 19px 12px;
	font-size: 1.25rem;
}

a[href$=".pdf"].btn-l {
	background: #000 url("images/svg/ico_dl.svg") no-repeat calc(100% - 15px) center;
	background-size: 34px 30px;
}

@media screen and (min-width:769px){
	a.btn-l::after {
		position: absolute;
		right: 30px;
		top: 22px;
		font-size: 1rem;
		content: "詳細はこちら";
	}

	a[href$=".pdf"].btn-l::after {
		content: none;
	}
}


/*----------------------------
色
----------------------------*/

.bg-blue {
	background: #fff4ee;
}


/*----------------------------
レスポンシブ対応
----------------------------*/

@media screen and (max-width: 768px){
	.scroll {
		overflow-x: auto;
		white-space: nowrap;
	}
	.scroll::-webkit-scrollbar {
		height: 5px;
	}
	.scroll::-webkit-scrollbar-track {
		border-radius: 5px;
		background: #eee;
	}
	.scroll::-webkit-scrollbar-thumb {
		border-radius: 5px;
		background: #666;
	}

	.scroll * {
		width: auto;
		max-width: none;
	}
}


/*==========================================================
4.ページ別設定
==========================================================*/


/********************************************

【0】トップページ

********************************************/


/*----------------------------
MV
----------------------------*/

#mv {
	position: relative;
}

#mv img {
	width:  100%;
}

#mv h2 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	color: #fff;
	font-size: 38px;
	font-weight: 700;
	text-shadow: #333 1px 1px 10px, #333 -1px 1px 10px, #333 1px -1px 10px, #333 -1px -1px 10px;
	text-align: center;
}

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

	#mv h2 {
		font-size: 3.5vw;
	}
}


/*----------------------------
見出し
----------------------------*/

.ttl {
	margin: 5px auto 35px;
	/*font-family: 游明朝,"Yu Mincho",YuMincho;*/
	font-weight: bold;
	font-size: 28px;
	text-align: center;
}
.ttl span {
	display: block;
	color: #ef8e02;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}


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

	.ttl {
		margin-bottom: 5vw;
		font-size: 4.9vw;
	}
	.ttl span {
		font-size: 2.44vw;
	}
}


/*----------------------------
私たちについて
----------------------------*/

#about {
	background:url(images/index/bg.jpg) center top repeat-x;
	padding: 35px 0 0;
	text-align: center;
}

#about p {
	margin-bottom: 40px;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	line-height: 2;
}


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

	#about {
		padding: 10vw 0;
	}

	#about p {
		text-align: left; font-size: 3.4vw; line-height: 5.9vw; letter-spacing: 0.3vw;
	font-weight: normal;}
}


/*----------------------------
お知らせ
----------------------------*/

#topics {
	padding: 80px 0;
}

#topics dl {
	width: 90%;
	margin: auto;
	border-top: solid 1px #ddd;
}

#topics dt {
	clear: left;
	float: left;
	width: 7.5em;
	margin: 15px 0 15px 15px;
	padding: 3px 0;
	color: #fff;
	font-size: 13px;
	text-align: center;
	background-color: #ef8e02;
}

#topics dd {
	padding: 17px 0 17px 8em;
	border-bottom: solid 1px #ddd;
	font-size: 17px;
}


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

	#topics {
		padding: 10vw 0;
	}

	#topics dl {
		width: inherit;
	}
	#topics dt {
		float: none;
		margin: 15px 10px 5px;
		font-size: 3.05vw;
	}
	#topics dd {
		padding: 0 10px 17px;
		font-size: 4vw;
	}
}


/*----------------------------
バナー
----------------------------*/

.banner {
	margin-bottom: 80px;
	padding: 40px 0;
	background-color: #F4F4F4;
	text-align: center;
}

.banner li {
	display: inline-block;
	margin: 0 1%;
	background-color: #fff;
}


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

	.banner {
		margin-bottom: 0;
		padding: 5vw 0;
	}

	.banner li {
		width: 48%;
	}
	.banner li:nth-of-type(2n-1) {
		margin-left: 0;
	}
	.banner li:nth-of-type(2n) {
		margin-right: 0;
	}
}



/********************************************

【1】当科の紹介

********************************************/


/*----------------------------
教授挨拶
----------------------------*/

.sec-greeting .inner {
	background: #fff;
}

.greeting-img {
	margin-right: 30px;
	max-width: 330px;
}

.sec-greeting h3 {
	position: relative;
	margin-bottom: 15px;
	padding: 0 0 5px 50px;
	border-bottom: dashed 1px #666;
	color: #ef8e02;
	font-size: 26px;
	font-weight: normal;
	/*font-family: 游明朝,"Yu Mincho",YuMincho;*/
	line-height: 1.5;
	overflow: hidden;
}

.sec-greeting h3::before {
	position: absolute;
	left: 0;
	top: 5px;
	display: inline-block;
	width: 39px;
	height: 38px;
	background: url("images/about/ico-comment.svg") no-repeat;
	content: "";
}

.sec-greeting p + h3 {
	margin-top: 30px;
}

.sec-greeting p {
	font-size: 16px;
	line-height: 2;
}

@media screen and (max-width: 768px){
	.sec-greeting h3 {
		font-size: 20px;
	}
	.greeting-img {
		width: 100%;
		max-width: none;
		margin: 0 0 30px;
	}
}


/*----------------------------
医局員紹介
----------------------------*/

.bl-staff {
	margin-bottom: 50px;
	border: solid 1px #ef8e02;
	padding: 39px;
	background: #fff;
}

/* 写真＆氏名 */

.staff_pic {
	float: left;
	width: 219px;
	margin-bottom: 20px;
}

.staff_pic p {
	text-align: center;
}
.staff_pic p + p {
	margin-top: 5px;
}

.staff_name {
	padding: 15px 0;
	background: #ef8e02; /* Old browsers */
	background: -moz-linear-gradient(left,  #ef8e02 0%, #ffebd2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #ef8e02 0%,#ffebd2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #ef8e02 0%,#ffebd2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef8e02', endColorstr='#ffebd2',GradientType=1 ); /* IE6-9 */
	color: #fff;
	font-size: 27px;
	/*font-family: 游明朝,"Yu Mincho",YuMincho;*/
	letter-spacing: 0.05em;
	line-height: 1;
}

.staff_name small {
	display: block;
	margin-bottom: 5px;
	font-size: 18px;
}

/* プロフィール */

.staff_prof dt {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: dashed 1px #666;
	color: #ef8e02;
	font-size: 18px;
}

/* プロフィール（右） */

.staff_prof1 {
	float: right;
	width: calc(100% - 254px);
}

.staff_prof {
	line-height: 1.8;
}
.staff_prof1 dl:nth-child(1) {
	margin-bottom: 20px;
}
.staff_prof1 dl:nth-child(2) {
	float: left;
	width: 47%;
}
.staff_prof1 dl:nth-child(3) {
	float: right;
	width: 47%;
}

@media screen and (max-width: 768px){
	.staff_pic {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.staff_prof1 {
		float:　none;
		width: 100%;
	}
	.staff_prof1 dl:nth-child(2) ,
	.staff_prof1 dl:nth-child(3) {
		float:　none;
		width: 100%;
		margin-bottom: 20px;
	}
}



/********************************************

【2】診療案内

********************************************/


/*----------------------------
sec.1　診療内容
----------------------------*/

.sec-info1 .ttl_h3{
	margin-top: 50px;
}


/*----------------------------
sec.2　外来診療体制
----------------------------*/

/* 外来担当医表 */

.table-gairai {
	table-layout: fixed;
	margin-bottom: 15px;
	font-size: 16px;
}

.table-gairai th ,
.table-gairai td {
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}
.table-gairai thead th ,
.table-gairai thead td {
	line-height: 1.2;
}

.table-gairai tbody th ,
.table-gairai tbody td {
	padding: 10px 0;
}

.table-gairai thead th:nth-child(1)  {
	width: 7em;

}


/*----------------------------
sec.4　診療応援
----------------------------*/

.sec-info4 .map {
	margin-bottom: 0;
}

.sec-info4 .list-arrow a {
	color: #333;
}



/********************************************

【3】研修・大学院

********************************************/

@media screen and (max-width: 768px){
	.page3 .content {
		padding-top: 70px;;
	}
	.page3 .content h2 {
		font-size: 24px;
	}
}

/* 以下、旧ページ（現在未使用）

.linkbox {
	display: flex;
	ustify-content: space-between;
	align-items: center;
}
.linkbox > *:first-of-type {
	width: calc(100% - 270px);
}
.linkbox > *:last-of-type {
	width: 220px;
	margin-left: 50px;
}

@media screen and (max-width: 768px){
	.linkbox {
		flex-direction: column;
	}
	.linkbox > * {
		width: auto!important;
		margin-left: 0!important;
	}
}


.interview-wrap + .interview-wrap {
	margin-top: 80px;
}

.sec-resident4 .img {
	max-width: 240px;
}
.img.f-left {
	margin-right: 30px;
}
.img.f-right {
	margin-left: 30px;
}
@media screen and (max-width: 768px){
	.img {
		display: block;
		margin: 0 auto 30px !important;
	}
}


.sec-resident5 {
	padding-top: 50px;
}
*/


/********************************************

【4】研究

********************************************/

.sec-research h2 small {
	font-size: 24px;
}
@media screen and (max-width: 768px){
	.sec-research h2 small {
		font-size: 20px;
	}
}

.paper-year {
	position: relative;
}
.paper-year::after {
	position: absolute;
	bottom: 50%;
	right: 1%;
	display: block;
	width: 13px;
	height: 9px;
	background: url("images/svg/ico-arrow-d.svg") no-repeat;
	content:"";
}
.paper-year.active::after {
	transform: rotate(180deg);
}

.paper-list {
	display: none;
	color: #666;
	font-size: 90%;
}

.paper-list {
	display: none;
	color: #666;
	font-size: 90%;
}


/********************************************

【6】リンク

********************************************/

.sec-link {
	margin-bottom: 60px;
}



/********************************************

【8】キャリア形成	支援

********************************************/

.page8 .content {
	padding-bottom: 100px;
}

@media screen and (max-width: 768px){
	.page8 .content {
		padding-top: 70px;;
	}
	.page8 .content h2 {
		font-size: 24px;
	}
}


/********************************************

お問い合わせ　※未使用

********************************************/

.page-id-125 p.lead { margin-bottom: 70px; }
.page-id-125 p.lead span { color: #C21C24; }
.page-id-125 .wpcf7 { margin-bottom: 100px; }
.page-id-125 table { border-top: #8A8A8A 1px solid; width: 100%; margin-bottom: 80px; }
.page-id-125 table th { width: 270px; background: #fff4ee; padding: 55px 50px; border-bottom: #8A8A8A 1px dotted;
	vertical-align: middle; text-align: left; }
.page-id-125 table td { padding: 40px 20px; border-bottom: #8A8A8A 1px dotted; }
.page-id-125 table th label span { color: #C21C24; }
.page-id-125 table input { border:#BBBBBB 1px solid; border-radius: 5px; height: 55px; line-height: 53px; width: 100%;
	padding: 0 10px; }
.page-id-125 table textarea { border:#BBBBBB 1px solid; border-radius: 5px; width: 100%; height: 165px; padding: 10px; }
.page-id-125 .wpcf7 p { display: flex; justify-content: center; }
.page-id-125 .wpcf7 p input[type="submit"] { width: 275px; height: 65px; line-height: 65px; text-align: center;
	color: #ffffff; border:none; -webkit-appearance: none; cursor: pointer;
	background: url(images/contact/btn_submit.svg) left top no-repeat;
	/*background-color: #ef8e02;
    background-color: -moz-linear-gradient(left, #ef8e02 0%, #ffebd2 100%);
    background-color: -webkit-linear-gradient(left, #ef8e02 0%,#ffebd2 100%);
    background-color: linear-gradient(to right, #ef8e02 0%,#ffebd2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef8e02', endColorstr='#ffebd2',GradientType=1 );
    background-image: url(../images/contact/icon_arrow.svg); background-position: right 25px center;*/ }

@media screen and (max-width: 768px){
	.page-id-125 table th,.page-id-125 table td { display: block; padding: 20px; }
	.page-id-125 table th { width: 100%; }
}



/********************************************

2025年追加スタッフ紹介（リスト・詳細）

********************************************/

@media screen and (min-width:769px){

	#staff .staff_prof_list {
		display: flex;
		flex-wrap: wrap;
		gap: 0.909%;
	}
	#staff .staff_prof_list .staff_prof_box {
		width: 19.273%;
		aspect-ratio: 106 / 67;
		list-style: none;
		margin-bottom: calc(( 10 / 1100 ) *100%);
	}
	#staff .staff_prof_list .staff_prof_box a {
		display: block;
		width: 100%;
		height: 100%;
		border: none;
		text-decoration: none;
	}
	#staff .staff_prof_list .staff_prof_box a .staff_prof_card_inner {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		background: url(images/about/bg_staffcard.svg) center no-repeat;
		background-size: contain;
	}
	#staff .staff_prof_list .staff_prof_box a .staff_prof_card_inner .staff_prof_name {
		width: 100%;
		text-align: center;
		color: #333;
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 5px;
		position: relative;
	}
	#staff .staff_prof_list .staff_prof_box a .staff_prof_card_inner .staff_prof_name::after {
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(239, 142, 2, 1) 50%, rgba(255, 255, 255, 1) 100%);
		position: absolute;
		left: 0;
		bottom: 0;
	}
	#staff .staff_prof_list .staff_prof_box a .staff_prof_card_inner .staff_prof_position {
		text-align: center;
		color: #EF8E02;
		font-weight: bold;
	}

}

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

	#staff .staff_prof_list {
		display: flex;
		flex-wrap: wrap;
		gap: 2%;
	}
	#staff .staff_prof_list .staff_prof_box {
		width: 49%;
		aspect-ratio: 106 / 67;
		list-style: none;
		margin-bottom: calc(( 1.8 / 100 ) *100vw);
	}
	#staff .staff_prof_list .staff_prof_box a {
		display: block;
		width: 100%;
		height: 100%;
		border: none;
		text-decoration: none;
	}
	#staff .staff_prof_list .staff_prof_box a .staff_prof_card_inner {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		background: url(images/about/bg_staffcard.svg) center no-repeat;
		background-size: contain;
	}
	#staff .staff_prof_list .staff_prof_box a .staff_prof_card_inner .staff_prof_name {
		width: 100%;
		text-align: center;
		color: #333;
		font-weight: bold;
		margin-bottom: 1.3vw;
		position: relative;
		font-size: 3.6vw;
	}
	#staff .staff_prof_list .staff_prof_box a .staff_prof_card_inner .staff_prof_name::after {
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(239, 142, 2, 1) 50%, rgba(255, 255, 255, 1) 100%);
		position: absolute;
		left: 0;
		bottom: 0;
	}
	#staff .staff_prof_list .staff_prof_box a .staff_prof_card_inner .staff_prof_position {
		text-align: center;
		color: #EF8E02;
		font-weight: bold;
		font-size: 3vw;
	}

}

/********************************************

2025年追加スタッフ紹介（詳細）

********************************************/
@media screen and (min-width:769px){

	#staffsingle {
		padding-top: 200px;
		background-color: #FFF3EE;
	}
	.staff_prof2 {
		background: url(images/about/bg_staff_inner01.svg) left top no-repeat,
		url(images/about/bg_staff_inner02.svg) right bottom no-repeat #FFF;
		padding: 90px 0;
		margin-bottom: 100px;
	}
	.staff_prof_detail {
		width: 660px;
		margin: auto;
	}
	.staff_prof_detail h3 {
		text-align: center;
		margin-bottom: 50px;
		line-height: 1.2;
		font-size: 30px;
		color: #EF8E02;
	}
	.staff_prof_detail h3 span {
		font-size: 38px;
		color: #333;
	}
	.staff_prof_detail dl {
		margin-bottom: 20px;
	}
	.staff_prof_detail dl:last-of-type {
		margin-bottom: 90px;
	}
	.staff_prof_detail dl dt {
		font-size: 21px;
		padding-left: 0.5em;
		line-height: 2;
		border-left: 6px solid #EF8E02;
		border-bottom: 1px solid #EF8E02;
		background-color: #FFF4EE;
		margin-bottom: 10px;
	}
	.staff_prof_detail dl dd {
		font-size: 21px;
		padding-left: 0.5em;
		border-left: 6px solid transparent;
		line-height: 2;
	}
	.staff_prof_detail .btnBack {
		text-decoration: none;
		display: flex;
		flex-direction: column;
		justify-content: center;
		background-color: #EF8E02;
		width: 320px;
		height: 48px;
		margin: auto;
		color: #FFFFFF;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		position: relative;
	}

	.staff_prof_detail .btnBack span::before {
		content: "";
		display: inline-block;
		width: 12px;
		height: 15px;
		background: url(images/about/icon_btnbacl01.svg) center no-repeat;
		background-size: contain;
		margin-right: 0.5em;
	}
	.staff_prof_detail .btnBack span::after {
		content: "";
		display: inline-block;
		width: 9px;
		height: 13px;
		background: url(images/about/icon_btnbacl02.svg) center no-repeat;
		background-size: contain;
		margin-left: 0.5em;
	}

}

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

	#staffsingle {
		/*margin-top: 10vw;*/
		padding-top: 10vw;
		background-color: #FFF3EE;
	}
	.staff_prof2 {
		background: url(images/about/bg_staff_inner01.svg) left top no-repeat,
		url(images/about/bg_staff_inner02.svg) right bottom no-repeat #FFF;
		background-size: 50%;
		padding: 10vw 4vw;
		margin-bottom: 10vw;
	}
	.staff_prof_detail {
		width: 80;
		margin: auvwto;
	}
	.staff_prof_detail h3 {
		text-align: center;
		margin-bottom: 6vw;
		line-height: 1.2;
		font-size: 4vw;
		color: #EF8E02;
	}
	.staff_prof_detail h3 span {
		font-size: 5vw;
		color: #333;
	}
	.staff_prof_detail dl {
		margin-bottom: 6vw;
	}
	.staff_prof_detail dl:last-of-type {
		margin-bottom: 10vw;
	}
	.staff_prof_detail dl dt {
		font-size: 4vw;
		padding-left: 0.5em;
		line-height: 2;
		border-left: 2vw solid #EF8E02;
		border-bottom: 1px solid #EF8E02;
		background-color: #FFF4EE;
		margin-bottom: 2vw;
	}
	.staff_prof_detail dl dd {
		font-size: 4vw;
		padding-left: 0.5em;
		border-left: 2vw solid transparent;
		line-height: 2;
	}
	.staff_prof_detail .btnBack {
		text-decoration: none;
		display: flex;
		flex-direction: column;
		justify-content: center;
		background-color: #EF8E02;
		width: 80%;
		height: 13vw;
		margin: auto;
		color: #FFFFFF;
		font-size: 4vw;
		font-weight: bold;
		text-align: center;
		position: relative;
	}

	.staff_prof_detail .btnBack span::before {
		content: "";
		display: inline-block;
		width: 3.8vw;
		height: 4vw;
		background: url(images/about/icon_btnbacl01.svg) center no-repeat;
		background-size: contain;
		margin-right: 0.5em;
	}
	.staff_prof_detail .btnBack span::after {
		content: "";
		display: inline-block;
		width: 3.8vw;
		height: 4vw;
		background: url(images/about/icon_btnbacl02.svg) center no-repeat;
		background-size: contain;
		margin-left: 0.5em;
	}

}


/********************************************

2025年追加 派遣病院リンク

********************************************/
@media screen and (min-width:769px){

	#sec4 {
		background: #FFF4EE;
	}
	.map {
	}
	.map img {
		width: 85%;
	}
	.mapLink a {
		text-decoration: none;
	}
	.mapLink .flexbox {
		gap: 2%;
	}
	.linkBoxLarge {
		width: 32%;
	}
	.mapLink .linkBoxSmall h5 {
		font-size: 18px;
		font-weight: normal;
	}
	.mapLink .linkBoxSmall table {
		border: none;
		padding: 0;
		margin-bottom: 20px;
	}
	.mapLink .linkBoxSmall table th {
		background-color: transparent;
		text-align: left;
		font-size: 18px;
		border: none;
		width: 65%;
		padding: 0;
	}
	.mapLink .linkBoxSmall table th a {
		color: #006DD2;
		font-weight: normal;
	}
	.mapLink .linkBoxSmall table td {
		background-color: transparent;
		text-align: left;
		font-size: 14px;
		border: none;
		width: 35%;
		padding: 0;
	}
	.mapLink .linkBoxSmall ul.hospitalList1 {
		margin: 0;
	}
	.mapLink .linkBoxSmall .hospitalList1 li {
		list-style: none;
	}
	.mapLink .linkBoxSmall .hospitalList1 li a {
		color: #333;
		position: relative;
		font-size: 18px;

	}
	.mapLink .linkBoxSmall .hospitalList1 li a::before {
		content: "";
		display: inline-block;
		width: 23px;
		height: 22px;
		margin-right: 0.2em;
	}
	.mapLink .linkBoxSmall .hospitalList1 li:first-child a::before {
		background: url("images/info/icon_liststar01.svg") center no-repeat;
		background-size: contain;
		position: relative;
		top: 2px;
	}
	.mapLink .linkBoxSmall .hospitalList1 li:nth-child(2) a::before {
		background: url("images/info/icon_liststar02.svg") center no-repeat;
		background-size: contain;
		position: relative;
		top: 2px;
	}

}



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

	#sec4 {
		background: #FFF4EE;
	}
	.mapLink a {
		text-decoration: none;
	}
	.mapLink .flexbox {
		gap: 2%;
	}
	.linkBoxLarge {
		/*width: 32%;*/
	}
	.mapLink .linkBoxSmall h5 {
		/*font-size: 18px;*/
		font-weight: normal;
	}
	.mapLink .linkBoxSmall table {
		width: 100%;
		border: none;
		padding: 0;
		margin-bottom: 4vw;
	}
	.mapLink .linkBoxSmall table th {
		background-color: transparent;
		text-align: left;
		/*font-size: 18px;*/
		border: none;
		width: 55%;
		padding: 0;
	}
	.mapLink .linkBoxSmall table th a {
		font-weight: normal;
		color: #006DD2;
	}
	.mapLink .linkBoxSmall table td {
		background-color: transparent;
		text-align: left;
		/*font-size: 14px;*/
		/*font-weight: bold;*/
		border: none;
		width: 45%;
		padding: 0;
	}
	.mapLink .linkBoxSmall ul.hospitalList1 {
		margin: 0;
	}
	.mapLink .linkBoxSmall .hospitalList1 li {
		list-style: none;
	}
	.mapLink .linkBoxSmall .hospitalList1 li a {
		color: #333;
		position: relative;
		/*font-size: 18px;*/
		/*font-weight: bold;*/
	}
	.mapLink .linkBoxSmall .hospitalList1 li a::before {
		content: "";
		display: inline-block;
		width: 18px;
		height: 18px;
		margin-right: 0.2em;
	}
	.mapLink .linkBoxSmall .hospitalList1 li:first-child a::before {
		background: url("images/info/icon_liststar01.svg") center no-repeat;
		background-size: contain;
		position: relative;
		top: 2px;
	}
	.mapLink .linkBoxSmall .hospitalList1 li:nth-child(2) a::before {
		background: url("images/info/icon_liststar02.svg") center no-repeat;
		background-size: contain;
		position: relative;
		top: 2px;
	}

}

