@charset "UTF-8";
/* CSS Document */

html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 210%;
    font-family: "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
     -moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
    background-color: #FFFFFF;
    color: #000000;
	text-align: left;
}

.wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
}

img {
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 70%;
}

a {
	text-decoration: none;
}

.header {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.header:before {
	content: "";
	width: 100%;
	height: 5px;
	display: block;
	background-image: url("../img/common/hdr_topline.png");
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
}

.header .hdr-wrap {
	width: 98%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 15px 0 10px;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.hdr-wrap .hdr-l {
	width: 20%;
}

.hdr-wrap .hdr-r {
	width: 80%;
	font-weight: bold;
}

.hdr-r .rnav-top {
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.rnav-top ul.subnav-list {
	width: 30%;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	text-align: center;
}

.rnav-top ul.subnav-list li {
	width: 30%;
	font-size: 80%;
}

.rnav-top ul.subnav-list li a {
	color: #000000;
	transition: all 0.3s;
}

.rnav-top ul.subnav-list li a:hover {
	color: #037A91;
}

.rt-bnr-sec {
	width: 35%;
	display: flex;
	justify-content: flex-end;
}

.rt-bnr-sec .rt-bnr {	
	width: 48%;
	background-image: url("../img/common/hdr_bnrstripe-bk.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 70%;
	line-height: 120%;
	transition: all 0.3s;
}

.rt-bnr-sec .rt-bnr:hover {
	opacity: 0.5;
}

.rt-bnr-sec .rt-bnr a {
	width: 80%;
	margin: 0 auto;
	padding: 8px 10%;
	display: block;
	color: #000000;
}

.hosp-bnr {
	 width: 25%;
	 max-width: 200px;
	 background-color: #2390AC;
	 text-align: center;
	 font-size: 80%;
	 transition: all 0.3s;
}

.hosp-bnr:hover {
	opacity: 0.5;
}

.hosp-bnr a {
	width: 90%;
	margin: 0 auto;
	padding: 5px 5%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #FFFFFF;
}

.hosp-bnr a:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-image: url("../img/common/hdr_hospbnr-icon.png");
	background-size: contain;
	background-repeat: no-repeat;
}

.hdr-r .rnav-bot {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

ul.nav-list {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	list-style: none;
	display: flex;
	justify-content: space-between;
	font-size: 90%;
	line-height: 110%;
	text-align: center;
}

ul.nav-list li a {
	color: #000000;
	transition: all 0.3s;
}

ul.nav-list li a:after {
	content: "";
	display: block;
	width: 0%;
	height: 2px;
	margin: 5px auto 0;
	background: transparent;
	transition: all 0.3s;
}

ul.nav-list li a:hover {
	color: #037A91;
}

ul.nav-list li a:hover:after {
	width: 100%;
	background-color: #037A91;
}

/*****MAIN*****/

.main {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.hdr-img {
	width: 100%;
	margin: 0;
	padding: 30px 0;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

#himg-greetings {
	background-image: url("../img/common/hdr_bk-greetings.jpg");
}

#himg-patients {
	background-image: url("../img/common/hdr_bk-about-patients.jpg");
}

#himg-doctors {
	background-image: url("../img/common/hdr_bk-about-doctors.jpg");
}

#himg-dept {
	background-image: url("../img/common/hdr_bk-about-dept.jpg");
}

#himg-staff {
	background-image: url("../img/common/hdr_bk-staff.jpg");
}

#himg-residency {
	background-image: url("../img/common/hdr_bk-residency.jpg");
}

#himg-other {
	background-image: url("../img/common/hdr_bk-other.jpg");
}

.hdr-img h1 {
	width: 98%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 240%;
	font-weight: bold;
	line-height: 210%;
	color: #FFFFFF;
}

.hdr-img h1:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 35px;
	background-color: #FFFFFF;
	margin: 0 10px 0 0;
}

.pankuzu {
	width: 98%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 70%;
	color: #434343;
}

.pankuzu a {
	color: #434343;
}

.page-wrap {
    width: 90%;
	max-width: 1200px;
	min-height: 500px;
    margin: 0 auto;
	padding: 100px 0;
	position: relative;
	overflow: hidden;
}

.content-wrap {
	width: 98%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
}

section.cont-sec {
	width: 100%;
	margin: 0 0 60px;
	padding: 0;
	position: relative;
	overflow: hidden;
}

section.cont-sec h3 {
	width: 95%;
	margin: 0 auto 30px;
	padding: 15px 2.5%;
	position: relative;
	overflow: hidden;
	background-color: #2390AC;
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
	line-height: 180%;
}

section.cont-sec h4 {
	width: 100%;
	margin: 0 0 20px;
	padding: 0 0 10px;
	position: relative;
	overflow: hidden;
	font-size: 130%;
	font-weight: bold;
	line-height: 110%;
	color: #037A91;
	border-bottom: solid 2px #037A91;
}

section.cont-sec .wrap {
	width: 95%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
}

section.cont-sec .txt {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 100%;
	line-height: 240%;
}

section.cont-sec .small {
	font-size: 80%;
}

section.cont-sec a {
	text-decoration: underline;
	color: #495093;
	transition: all 0.3s;
}

section.cont-sec a:hover {
	opacity: 0.5;
}

.link-list ul {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	list-style: none;
	font-size: 110%;
	font-weight: bold;
}

.link-list ul li {
	width: 90%;
	margin: 0 auto 10px;
	padding: 0;
	position: relative;
	overflow: visible;
}

.link-list ul li:before {
	content: "●";
	font-size: 90%;
	color: #495093;
	display: inline;
	width: 1.0em;
	margin: 0 0.6em 0 -1.0em;
}

.link-list ul li a {
	text-decoration: none;
	color: #495093;
}

.link-list ul li a:after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 0 0 10px;
	background-image: url("../img/common/linklist-icon.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.googlemap {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    line-height: 70%;
}

.googlemap iframe {
    width: 100%;
    height: 300px;
    margin: 0;
}

/***FOOTER***/

.pageup {
    width: 10%;
    max-width: 50px;
    position: fixed;
    right: 2%;
	bottom:50px;
    z-index: 100;
    line-height: 0%;
	cursor: pointer;
    
	opacity: 0;
	transition: all 0.2s;
}

.sticky {
	position: fixed;
	bottom:50px;
	transition: all 0.5s;
}

.fadeitin {
	opacity: 1.0;
}

.footer {
    width: 100%;
    margin: 0;
    padding: 30px 0 10px;
    position: relative;
    overflow: hidden;
    background-color: #EDFCFF;
}

.ftr-wrap {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.ftr-top {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.ftr-top .ftr-l {
     width: 50%;   
}

.ftr-l .ftr-logo {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 120%;
    font-weight: bold;
    color: #037A91;
}

.ftr-l .ftr-add {
     width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.ftr-top .ftr-r {
    width: 30%;
	display: flex;
	justify-content: flex-end;
}

.ftr-r .ftr-btn {
	width: 48%;
	background-image: url("../img/common/ftr_bnrstripe-bk.png");
	background-size: cover;
	background-position: center;
	font-size: 80%;
	font-weight: bold;
	line-height: 140%;
	
	opacity: 1.0;
	transition: all 0.3s;
}

.ftr-r .ftr-btn:hover {
	opacity: 0.5;
}

.ftr-r .ftr-btn a {
	width: 80%;
	margin: 0 auto;
	padding: 10px 10%;
	display: block;
	color: #000000;
}

.ftr-bot {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
	font-size: 90%;
	line-height: 180%;
}

.ftr-bot h5 {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 110%;
	font-weight: bold;
}

.copyright {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 80%;
	font-weight: bold;
	text-align: right;
}


/***NEWS***/

ul.news-list {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    display: flex;
    justify-content: flex-start;
	flex-wrap: wrap;
}

ul.news-list li {
    width: 30%;
	margin: 0 1.5% 30px;
	transition: ease-in-out 0.3s;
}

ul.news-list li:hover {
	opacity: 0.5;
}

ul.news-list li a {
    color: #000000;
}

ul.news-list li .news-img {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    overflow: hidden;
    line-height: 80%;
	border: solid 1px #C6D6D9;
}

ul.news-list li .news-date {
    font-size: 80%;
    line-height: 110%;
}

ul.news-list li .news-title {
    font-size: 100%;
}

.news-btn {
	width: 15%;
	float: right;
	max-width: 150px;
	margin: 0 auto 10px;
	border: solid 1px #C6D6D9;
	font-size: 80%;
	line-height: 110%;
	font-weight: bold;
}

.news-btn a {
	width: 80%;
	margin: 0 auto;
	padding: 20px 10%;
	display: flex;
	justify-content: space-between;
    align-items: center;
    color: #000000; 
    background-color: #FFFFFF;
    transition: all 0.5s;
}

.news-btn a:hover {
	background-color: #EDFCFF;
}

.news-btn a:after {
	content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background-image: url("../img/index/pagecontent-arr.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

ul.pagination {
	width: 100%;
	margin: 60px 0 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	list-style: none;
	display: flex;
	justify-content: center;
}

ul.pagination li {
	margin: 0 0.5%;
}

ul.pagination li a {
	color:#000000;
	display: block;
	text-decoration: none;
	line-height: 100%;
	background: #ededed;
	padding: 10px 13px;
}

ul.pagination li.no-link {
	text-decoration: none;
	color: #cccccc;
	line-height: 100%;
	padding: 10px 13px;
}

ul.pagination li.this-page,ul.pagination li span.current {
	text-decoration: none;
    color: #ffffff;
    background: #2390ac;
    line-height: 100%;
    padding: 10px 13px;
}

h3.article-title {
	margin: 0 auto !important;
}

.article-date {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 80%;
}

.article-txt {
	width: 95%;
	margin: 30px auto 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 90%;
}

.article-txt img {
	height: auto !important;
}

.article-txt h2 {
	
}

.article-txt hr {
	margin: 30px auto;
}

section.cont-sec .article-txt h3 {
	width: 100%;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    color: #000000;
    font-size: 140%;
    font-weight: bold;
    line-height: 180%;
}

.back-btn {
	width: 30%;
	max-width: 300px;
	margin: 100px auto 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	transition: all 0.3s;
	background-color: #2390AC;
	border-radius: 8px;
}

.back-btn:hover {
	background-color: #0C5166;
}

.back-btn a {
	width: 100%;
	padding: 20px 0;
	display: block;
	color: #FFFFFF !important;
	text-decoration: none !important;
}