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



/* レスポンシブスマホ用CSS */
@media screen and (max-width:820px) {

html,body {
    font-size: 14px;
}

header {
	width:98%;
	margin:15px auto 0;
	padding:0;
	overflow:hidden;
	position:relative;
	zoom:1;
}

#headercontent {
	width:90%;
	margin:10px 0 0;
	padding:0;
	float:left;
	display:inline-block;
}

header #logo img {
	width:80%;
	float:left;
	margin:0;
	position:relative;
}

header ul#linkspace {
	display:none;
}

 #addressinfo {
	display:none;
}


/***************************↓↓レスポンシブHAMBURGER↓↓***/

nav {
	width:100%;
	background-color:transparent;
	zoom:1;
    right: 0;
    top: 0;
	z-index:500;
	display:inline-block;
}


#hamburgericon {
	float:none;
	margin:0;
	padding:8px;
	color:#44a50a;
}

#hamburgericon  a  {
	color:#44a50a;
	text-decoration:none;
	font-size:200%;
}

#hamburgericon .icon-menu {
	border:2px solid #44a50a;
	border-radius:5px;
	
}

#hamburgericon .icon-cross {
	display:none;
	
}
#menu-trigger {
	top:20px;
	right:20px;
	position:absolute;
}

a#menu-trigger .icon-menu{
    color: #44a50a;
	font-size:100%;
	display:block;
	right:0;
	top:0;
	padding:5px;
	margin:0;
	position:relative;
	border-radius:5px;
	border:#44a50a solid 2px;
	background-color: #FFFFFF;
}

a#menu-trigger.active .icon-cross{
	display:none;
}

a#menu-trigger.active .icon-menu {
	display: none;
}

a#menu-trigger.active .icon-cross {
	color: #44a50a;
	font-size:100%;
	display:block;
	right:0;
	top:0;
	padding:5px;
	margin:0;
	position:relative;
	border-radius:5px;
	border:#44a50a solid 2px;
	background-color: #FFFFFF;
}

#myTopnav {
	display:none;
}

ul.topnav.responsive {
	position: relative;
	color:#FFFFFF;
	padding:0;
	width:100%;
	font-size:80%;
	line-height:200%;
}

ul.topnav.responsive li {
    float: none;
    display: block;
	background-color:#44a50a;
}

ul.topnav.responsive li a {
    display: block;
	text-decoration:none !important;
	color:#FFFFFF !important;
	text-align:center;
	border-left:none;
	border-right:none;
	border-bottom:thin solid #FFFFFF;
	padding:15px 0;
}

ul.topnav.responsive li.sp {
    float: none;
    display:block;
}

ul.topnav.responsive li.leftsp  {
	float: none;
    display:block;
	width:100%;
	background-color: #3982B7 !important;
}

/***************************↑↑レスポンシブHAMBURGER↑↑***/


#wrapper {
	width: 100%;
	margin:0 auto;
	overflow: hidden;
    position: relative;
    zoom: 1;
}

#mainimage {
	width:100%;
	min-height:233px;
	overflow:hidden;
	position:relative;
	zoom:1;
	margin:0 auto;
	line-height:0;
}

ul.bxslider {
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
	-moz-margin-before: 0em;
	-moz-margin-after: 0em;
	-moz-margin-start: 0px;
	-moz-margin-end: 0px;
	-moz-padding-start: 0px;
}

ul.bxslider li img{
	width:150%;
	margin:0 auto;
	padding:0;
}

#infoupdate {
	width:100%;	
	margin:0px auto;
	border-bottom:#44a50a thin solid;
	position: relative;
    padding-bottom:50px;
    padding-top: 30px;
    overflow: hidden;
}

#infoupdate_long {
	width:100%;
	margin:0px auto;
	border-bottom:#44a50a thin solid;
	position: relative;
    padding-bottom:60%;
    padding-top: 30px;
    overflow: hidden;
}

iframe#update {
    width:100%;
	min-height:280px;	
    height:auto;
	margin:0 auto;
}

iframe#updatealum {
	width:100%;
	max-width:600px;
	min-height:200px;	
    height:auto;
	margin:0 auto;
	/*border-bottom:#44a50a thin solid;*/
	position:relative;
	overflow:hidden;
	zoom:1;
}

#infoupdate #infobanner {
	width:100%;
	margin:0 auto;
	background-color:#ecf6e6;
	color:#44a50a;
	text-align:center;
	font-size:140%;
	padding:10px 0;
	border-bottom:#44a50a thin solid;
}

ul.mainbtnarea_res {
	width:100%;
	margin:0 auto 40px;/***ここ*/
	padding:0;
	background-color:#FFFFFF;
	list-style:none;
	overflow: hidden;
    position: relative;
    zoom:1;
}

ul.mainbtnarea_res li img{
	width:100%;
	margin:0 auto;
	padding:0;
	border-left:none;
	float:none;
}

ul.mainbtnarea_res li a {
	opacity: 1;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
	
}

ul.mainbtnarea_res li a:hover {
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

ul.mainbtnarea_res li:last-child {
	border-right:thin #dcdcdc solid;
}
/*for pc page*/
ul.mainbtnarea {
	display:none;
}
/*****専門医になる*****/
.btn {
	width:90%;
	margin:20px auto;
	overflow:hidden;
	position:relative;
	zoom:1;
}

.btn img{
	width:100%;
	margin:0;
	padding:0;
}

.btn a {
	opacity: 1;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}

.btn a:hover {
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

/*****facebook・青覧会*****/
ul.otherbtnarea {
	width:100%;
	margin:30px auto;
	padding:0;
	list-style:none;
	overflow: hidden;
    position: relative;
    zoom: 1;
}

ul.otherbtnarea a {
	text-decoration:none;
}

ul.otherbtnarea li {
	width:80%;
	height:80px;
	float:none;	
	text-align:right;
	color:#FFFFFF;
	font-size:140%;
	line-height:180%;
	font-family:"メイリオ" , "meiryo" , "ヒラギノ角ゴ Pro W3", "hiragino kaku gothic pro" , "ＭＳ Ｐゴシック", "ms p gothic" , "小塚ゴシック Std L", "小塚ゴシック Pro L"; 
	border-radius: 8px;
	margin:20px auto;
	display:block;
}



ul.otherbtnarea li#facebook {
	background-image:url(../img/index_fcbk.png);
	background-color:#3b5998;
	background-repeat:no-repeat;
	
	padding:20px 22px;
	
}

ul.otherbtnarea li#seiren {
	background-image:url(../img/index_seiren.png);
	background-color:#3b5998;
	background-repeat:no-repeat;
	padding:20px 22px;
}

ul.otherbtnarea li#senmonbanner {
	background-image: url(../img/index_senmonibanner.png);
	background-color:#44a50a;
	background-repeat:no-repeat;
	line-height:340% !important;
	padding:20px 22px;
}


/*上へ戻るボタン*/
#sitemap_pageupwrapper {
	width:80px;
	height:50px;
	border-radius:5px;
	background-color:#44a50a;
	z-index:0;
	margin:0 auto;
	padding:10px 0 0 0;
	position:relative;
	display:block;
}

#sitemap_pageupwrapper a {
	text-decoration:none;
}

#sitemap_pageup {
	color:#FFFFFF;
	text-align:center;
	font-size:90%;
	line-height:140%;
}

#sitemapwrapper_res {
	width:100%;
	background-color:#f6f6f6;
	margin:0 auto 50px;
	overflow:hidden;
	position:relative;
	zoom:1;
	top:-5px;
}

.sitemap_res {
	width:100%;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	position:relative;
	zoom:1;
}

.sitemap_res ul {
	width:100%;
	padding:0;
	margin:0 auto;
	color:#FFFFFF;
	font-size:120%;
	z-index:100;
}

.sitemap_res ul li {
	width:100%;
	line-height:140%;
	padding:15px 0;
	border-bottom: #BAB1A0 solid thin;
	background: url(../img/index_sarr.png) no-repeat right 10px center ;
}

.sitemap_res ul li a {
	text-decoration:none;
	color:#44a50a;
	padding:0 10px;
	display:block;
}

#sitemapwrapper {
	display:none;
}

/****footer 病院情報****/

#hospitalinfowrapper {
	width:100%;
	background-color: #FFFFFF;
}

#hospitalinfoarea {
	width:100%;
	margin:0 auto 10px;
	overflow:hidden;
	position:relative;
	zoom:1;
	padding:10px 0;
	line-height:200%;
}

#hospitaladdress {
	width:90%;
	float:none;
	margin:0 auto;
	font-size:80%;
	line-height:210%;
	border:none;
	padding:0;
	text-align:center;
}

#hospitaladdress a {
	text-decoration:none;
	color: #000000;
	font-size:90%;
}

#hospitaladdress a:hover {
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

#footer .fbigger {
	font-size:120%;
}

#footer .faddress_res {
	display:block;
	font-size:100%;
}

#footer .fbolder {
	font-weight:bold;
}

#linktohospital {
	display:none;
}

.linkhead {
	width:auto;
	background-color:#FFFFFF;
	padding:5px 30px;
	margin:0 auto 10px;
	font-size:90%;
}

#linkbox {
	background-color:#44a50a;
	padding:15px 30px;
	margin-top:10px;
	color:#FFFFFF;
}

#linktohospital a {
	text-decoration:none;
}

#linktohospital a:hover {
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
	text-decoration:none;
}

#teltohospital {
	float:none;
	width:100%;
	margin:10px auto;
	padding:5px 0;
	border:none;
	font-size:140%;
	line-height:120%;
	text-align:center;
}

.telbig {
	width:100%;
	margin:0 auto;
	font-size:120%;
	line-height:200%;
	
}

/****Wideページ用CSS（wideテンプレート）****/

#widepage {
	width:100%;
	/*max-width:1030px;*/
	margin:20px auto 0;
	padding:0;
	overflow:hidden;
	position:relative;
	zoom:1;	
}

#widepage #pankuzu {
	width:90%;
	/*max-width:900px;*/
	margin:0 auto 10px;
	font-size:50%;
	font-family:"メイリオ" , "meiryo" , "ヒラギノ角ゴ Pro W3", "hiragino kaku gothic pro" , "ＭＳ Ｐゴシック", "ms p gothic" , "小塚ゴシック Std L", "小塚ゴシック Pro L";
	color:#313131;
}

#widepage #pankuzu a {
	text-decoration:none;
	color:#313131;
}

#widepage #pankuzu a:hover {
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

#widepage h2 {
	width:98%;
	/*max-width:725px;*/
	margin:0 auto 30px;
	padding:10px 0 10px 10px;
	color:#44a50a;
	border-bottom:thin solid #44a50a;
	border-left:10px solid #44a50a;
	overflow:hidden;
	position:relative;
	zoom:1;
	font-size:140%;
	font-family:"メイリオ" , "meiryo" , "ヒラギノ角ゴ Pro W3", "hiragino kaku gothic pro" , "ＭＳ Ｐゴシック", "ms p gothic" , "小塚ゴシック Std L", "小塚ゴシック Pro L";
	font-weight:normal;
}

#widepagecontents {
	width:100%;
	/*max-width:840px;*/
	margin:0 auto;
	padding:0;
	overflow:hidden;
	position:relative;
	zoom:1;	
}

/**********LEFTページ用CSS(kihonテンプレート)**********/


#maincontents {
	width:100%;
	/*max-width:1030px;
	min-height:500px;*/
	margin:0 auto 50px;
	padding:0;
	overflow:hidden;
	position:relative;
	zoom:1;
}


/****左サイドバー****/

#leftcontents {
	display:none;
}

#rightcontents {
	width:100%;
	/*max-width:765px;*/
	float:none;
	margin:0 auto;
	padding:0;
}

#pankuzu {
	width:95%;
	float:none;
	margin:20px auto 10px;
	font-size:70%;
	font-family:"メイリオ" , "meiryo" , "ヒラギノ角ゴ Pro W3", "hiragino kaku gothic pro" , "ＭＳ Ｐゴシック", "ms p gothic" , "小塚ゴシック Std L", "小塚ゴシック Pro L";
	color:#313131;
}

#pankuzu a {
	text-decoration:none;
	color:#313131;
}

#pankuzu a:hover {
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

h1,h2,h3 {
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}

/*
h1 {
	width:100%;
	float:none;
	margin:0 auto 30px;
	padding:20px;
	background-color:#44a50a;
	color:#FFFFFF;
	font-size:180%;
	font-family:"メイリオ" , "meiryo" , "ヒラギノ角ゴ Pro W3", "hiragino kaku gothic pro" , "ＭＳ Ｐゴシック", "ms p gothic" , "小塚ゴシック Std L", "小塚ゴシック Pro L";
	font-weight:normal;
}

h2 {
	width:98%;
	margin:0 auto 30px;
	padding:10px 0 10px 10px;
	color:#44a50a;
	border-bottom:thin solid #44a50a;
	border-left:10px solid #44a50a;
	overflow:hidden;
	position:relative;
	zoom:1;
	font-size:140%;
	font-family:"メイリオ" , "meiryo" , "ヒラギノ角ゴ Pro W3", "hiragino kaku gothic pro" , "ＭＳ Ｐゴシック", "ms p gothic" , "小塚ゴシック Std L", "小塚ゴシック Pro L";
	font-weight:normal;
}

h3 {
	width:98%;
	margin:10px auto 20px;
	color:#44a50a;
	font-size:120%;
	font-family:"メイリオ" , "meiryo" , "ヒラギノ角ゴ Pro W3", "hiragino kaku gothic pro" , "ＭＳ Ｐゴシック", "ms p gothic" , "小塚ゴシック Std L", "小塚ゴシック Pro L";
	font-weight:normal;
}
*/

#pagecontents {
	width:90%;
	/*max-width:685px;*/
	margin:0 auto;
	overflow:hidden;
	position:relative;
	zoom:1;
}

#pagecontents .txt{
	line-height:180%;
}
 #pagecontents img {
	width:100%;
 }
#pagecontents table {
	margin:0 auto;
	width:90%;
}
/****教室紹介****/

.profile {
	width:100%;
	margin:0 auto 50px;
    padding: 50px 0;
	overflow:hidden;
	position:relative;
    border-bottom:1px solid #cccccc;
}

.profile .proftop {
	width:100%;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: block;
    justify-content: space-between;
    align-items: center;
}

.proftop .profpic {
	width: 60%;
    margin: 0 auto 20px;
}

.proftop .prof-r {
    width: 100%;
    text-align: center;
}

.proftop .profname {
	width:100%;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: block;
}

.proftop .profname .name {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 140%;
    line-height: 110%;
    font-weight: bold;
    color: #13105F;
    font-family: 'Noto Sans JP', sans-serif;
}

.proftop .profname .break {
	display:none;
}

.staffmore-btn {
    width: 60%;
    margin: 0 auto;
    padding: 15px 2.5%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #3b3b3b;
    color: #FFFFFF;
    font-size: 80%;
    cursor: pointer;
    
    transition: all 0.3s;
}

.staffmore-btn:after {
    content: "";
    width: 25px;
    height: 5px;
    display: inline-block;
    background-image: url("../img/about/staffbtn-open.svg");
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.1s;
}

.staffmore-btn:hover {
    opacity: 0.8;
}

.staffmore-btn .open {
    display: inline-block;
}

.staffmore-btn .close {
    display: none;
}

.profdetails {
	width:100%;
    height: 0;
    margin: 0;
    padding: 0;
	position:relative;
    overflow:hidden;
    transition: ease-in-out 0.3s;
    opacity: 0;
/*    display: none;*/
}

input.profile-opener:checked ~ .profdetails {
    height: 100%;
    display: block;
    transition: ease-in-out 0.3s;
    padding: 30px 0;
    opacity: 1.0;
}

.profdetails h3 {
    width: 100%;
    margin: 0 0 30px;
    padding: 0 0 10px;
    position: relative;
    overflow: hidden;
    font-size: 140%;
    line-height: 110%;
    font-weight: bold;
    color: #13105F;
    border-bottom: solid 2px #13105F;
}

.profdetails h4 {
    width: 95%;
    margin: 0 auto 20px;
    padding: 0 0 0 5px;
    position: relative;
    overflow: hidden;
    font-size: 110%;
    line-height: 110%;
    font-weight: bold;
    border-left: solid 10px #13105F;
}

.profdetails ul {
	width: 95%;
    margin: 0 auto 60px;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    transition: ease-in-out 0.5s;
    line-height: 160%;
}

.profdetails ul li {
    margin: 0 0 10px;
}


.profdetails ul.prof-list {
    position: relative;
    overflow: visible;
    list-style: none;
}

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

.profdetails ul.prof-list li:before {
    content: "●";
    font-size: 80%;
    color: #b8b6ff;
    display: inline;
    width: 1.0em;
    margin: 0 0.5em 0 -1.3em;
}

.profdetails .txt {
    width: 95%;
    margin: 0 auto 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
}

input.profile-opener {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

input.profile-opener:checked ~ .proftop .staffmore-btn {
    background-color: #E46C22;
}

input.profile-opener:checked ~ .proftop .staffmore-btn .open {
    display: none;
}

input.profile-opener:checked ~ .proftop .staffmore-btn .close {
    display: inline-block;
}

input.profile-opener:checked ~ .proftop .staffmore-btn:after {
    width: 10px;
    height: 10px;
    margin: 0 5px 0 0;
    background-image: url("../img/about/staffbtn-close.svg");
}


.affiliated {
	margin:0 0 30px 10px;
	font-size:120%;
	list-style-image:url(../img/affiliated/icon.png);
	line-height:160%;
}
.affiliated a:link { color:#333333; text-decoration:none; }
.affiliated a:visited { color:#333333; text-decoration:none; }
.affiliated a:hover { color:#44a50a; text-decoration:none; }
.affiliated a:activ { color:#333333; text-decoration:none; }
.affitext {
	margin-bottom:50px;
	font-size:160%;
}

/****患者の皆さま****/

.hospitalgreeting {
	margin-bottom:20px;
	font-size:100%;
	line-height:160%;
}
.hospitalgreeting_name {
	margin-top:30px;
	font-size:140%;
	text-align:right;
}
.treatmentlist {
	margin:0 0 60px -10px;
	list-style-type:decimal;
	line-height:180%;
}
.gairaihowtolink {
	margin-bottom:60px;
	font-size:110%;
	line-height:200%;
}
.gairaihowtolink a:link { color:#FE4E51; text-decoration:underline; }
.gairaihowtolink a:visited { color:#FE4E51; text-decoration:underline; }
.gairaihowtolink a:hover { color:#44a50a; text-decoration:none; }
.gairaihowtolink a:activ { color:#333333; text-decoration:none; }

table.gairaitable {
	width:98%;
	font-size:100%;
	line-height:180%;
}

table.gairaitable td {
	width:20%;
	font-size:90%;
	padding:0;
}

.emergencytel {
	margin:0 0 60px;
	font-size:220%;
	line-height:100%;
}

.teldetail {
	font-size:50%;
	display:block;
}

/**代表的な疾患および治療**/

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

ul.maintreatments li {
    width: 100%;
    margin: 0 0 30px;
    position: relative;
    overflow: hidden;
    background-color: #F4F4F4;
    border-radius: 0 0 10px 0;
    text-align: center;
    
    transition: all 0.3s;
}

ul.maintreatments li:nth-child(3n+3){
    margin: 0 0 30px;
}

ul.maintreatments li:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #120c39 transparent;
    
    opacity: 0;
    transition: all 0.2s;
}

ul.maintreatments li:hover {
    background-color: #eae9ff;
    border-radius: 0;
}

ul.maintreatments li:hover:after {
    opacity: 1.0;
}

ul.maintreatments li a {
    width: 90%;
    margin: 0 auto;
    padding: 10px 5%;
    display: block;
    text-decoration: none;
}

ul.maintreatments li .mt-img {
    width: 100%;
    margin: 0 0 10px;
}

ul.maintreatments li h3.mt-title {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 100%;
    font-weight: bold;
    color: #333333;
}

ul.maintreatments li .mt-txt {
    width: 100%;
    min-height: 80px;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 70%;
    line-height: 180%;
    color: #000;
}

h1.mt-hd {
    width: 95%;
    height: 70px;
    margin: 0 auto 30px;
    padding: 0 2.5%;
    position: relative;
    overflow: hidden;
    color: #13105F;
    font-size: 160%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: transparent;
    border-bottom: solid 1px #13105F;
    border-left: solid 20px #13105F;
}

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

.mt-contents h2.mt-ptitle {
    width: 95%;
    margin: 0 auto 30px;
    padding: 15px 2.5%;
    position: relative;
    overflow: hidden;
    background-color: #13105F;
    color: #FFFFFF;
    font-size: 140%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: none;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.03em;
}

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

section.mt-line {
    border-bottom: solid 1px #dbdbdb;
    padding: 0 0 30px;
}

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

section.mt-sec p {
    margin: 0 0 30px;
    font-size: 100%;
    line-height: 210%;
}

section.mt-sec .sub-wrap {
    width: 98%;
    margin: 0 auto;
}

.mt-contents h3 {
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 120%;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.mt-contents h3:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #13105F;
    display: inline-block;
    margin: 0 5px 0 0;
    line-height: 100%;
}

h3.num-mds {
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 120%;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

h3.num-mds:before {
    display: none;
}

.mt-contents h4.grey {
    width: 96%;
    margin: 0 auto 20px;
    padding: 10px 2%;
    position: relative;
    overflow: hidden;
    background-color: #E6E6E6;
    font-size: 100%;
    font-weight: bold;
    color: #000000;
}

.mt-contents h5 {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 100%;
    font-weight: bold;
    color: #000;
}

.mt-img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.mt-gal {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: block;
    justify-content: space-between;
}

.mt-center {
    justify-content: center;
}

.gal-1 {
    width: 80%;
    margin: 0 auto;
}

.gal-2 {
    width: 80%;
    margin: 0 auto 10px;
}

.gal-3 {
     width: 80%;
    margin: 0 auto 10px;
}

.gal-4 {
     width: 80%;
    margin: 0 auto 10px;
}

.gal-img {
    width: 100%;
    margin: 0 0 5px;
}

.gal-txt {
    text-align: center;
    font-size: 80%;
    font-weight: bold;
}

ul.mt-list {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    line-height: 210%;
}

ul.mt-list li {
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: block;
    justify-content: space-between;
}

ul.mt-list li .mt-left {
    width: 100%;
    margin: 0 0 5px;
    font-weight: bold;
}

ul.mt-list li .mt-right {
    width: 100%;
}


/***treatments bottom***/

.mt-nav {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    border-top: solid 1px #13105F;
}

.mt-nav .line-link {
    width: 100%;
    margin: 0 0 60px;
    padding: 10px 0 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    line-height: 110%;
}

.mt-nav .line-link .ll a {
    color: #13105F;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    
    transition: all 0.3s;
}

.mt-nav .line-link .ll a:hover {
    opacity: 0.5;
}

.mt-nav .line-link .ll:first-child a:before {
    content: "";
    width: 20px;
    height: 5px;
    display: inline-block;
    margin: 0 5px 0 0;
    background-image: url("../img/hospital/treatments/nav-larr.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.mt-nav .line-link .ll:last-child a:after {
    content: "";
    width: 20px;
    height: 5px;
    display: inline-block;
    margin: 0 0 0 5px;
    background-image: url("../img/hospital/treatments/nav-rarr.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.mt-nav .mt-btn {
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
    padding: 0;
    background-color: #E46C22;
    text-align: center;
    
    transition: all 0.3s;
}

.mt-nav .mt-btn a {
    width: 100%;
    display: block;
    padding: 20px 0;
    font-size: 110%;
    color: #FFF;
    text-decoration: none;
}

.mt-nav .mt-btn:hover {
    background-color: #E44C1F;
    letter-spacing: 0.05em;
}



/****ご紹介くださる先生方****/

.patientgreeting {
	margin-bottom:20px;
	line-height:200%;
}
.patientgreeting_name {
	margin-top:30px;
	font-size:160%;
	text-align:right;
}
.patienthowtolink {
	margin:0 0 50px;
}
.patienthowtolink a:link { color:#FE4E51; text-decoration:underline;}
.patienthowtolink a:visited { color:#FE4E51; text-decoration:underline; }
.patienthowtolink a:hover { color:#333333; text-decoration:underline; }
.patienthowtolink a:activ { color:#FE4E51; text-decoration:underline; }

/****学生・研修医のみなさまへ(academic)****/

#academic {
	width:95%;
	font-size:100%;
	line-height:200%;
}

h4.academic_h {
	font-size:120%;
	width:98%;
	margin:0 auto;
	color:#44a50a;
	font-weight:normal;
}

.forres {
	display:inline;
}

#academic #addressbox {
	width:85%;
	/*max-width:400px;*/
	font-size:100%;
	line-height:140%;
	border:thin solid #44a50a;
	padding:20px;
	margin:20px auto;
	float:none;
}

#academic .medatsu {
	font-weight:bold;
	color:#029C00;
	text-decoration:underline;
}

.senmonpgm {
	width:90%;
	margin:0 auto;
}

#senmonfile a#program {
	font-size:120%;
	font-weight:bold;
	text-decoration:underline;
}

#senmonfile h4 {
	font-size:100%;
	font-weight:bold;
}

#senmonfile ul {
	list-style:disc;
	margin-left:0px;
}

#senmonfile a:link {
	font-size:100%;
	text-decoration:none;
	color:#44a50a;
}

#senmonfile a:hover {
	color:#FF7376;
}

/*ol要素*/

/***専門プログラムでもう使用していないもの
.senmonpgm ol {
	font-size:100%;
	color:#44a50a;
	list-style-type: decimal;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 30px;
	-moz-margin-before: 0em;
	-moz-margin-after: 0em;
	-moz-margin-start: 0px;
	-moz-margin-end: 0px;
	-moz-padding-start:30px;
}

.senmonpgm ol a {
	text-decoration:none;
	color:#44a50a;
}

.senmonpgm ol a:hover {
	color:#FF7376;
}

.shosai {
	color:#000000;
	font-size:90%;
	margin:20px auto 50px;
}

h4.senmonh {
	font-size:100%;
	width:100%;
	margin:0 auto;
	color:#000000;
	font-weight:bold;
}

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

.shosai ul {
	font-size:100%;
	list-style:disc;
	margin:0 auto 20px;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 20px;
	-moz-margin-before: 0em;
	-moz-margin-after: 0em;
	-moz-margin-start: 0px;
	-moz-margin-end: 0px;
	-moz-padding-start:20px;
}

.shosai ul li {
	line-height:200%;
	margin-bottom:15px;
}

.shosai ul.none {
	list-style:none outside none;
}

.shosai .underline {
	text-decoration:underline;
}

.senimg img {
	width:100%;
	margin:20px auto;
	paddding:0;
}　　　　　ここまで***/


/****同門会ページ(alumni)****/

h1.alumnitop {
	background-image:url(../img/alumni/top.png);
	background-repeat:no-repeat;
	width:98%;
	/*max-width:765px;*/
	height:200px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	zoom:1;
	background-color:transparent;
}

li.alum_left {
	border-right:#44a50a thin solid;
	border-left:#44a50a thin solid;
}

#alumnipage {
	width:100%;
	margin:0 auto 20px;
	overflow:hidden;
	position:relative;
	zoom:1;
	font-size:100%;
	line-height:200%;
}

#alumnipage #kaicho {
	margin:10px auto 0;
	width:100%;
	float:right;

}
#alumnipage #kaicho img{
	width:100%;
	margin:0;
	padding:0;
}

#alumnipage .kaicho_r {
	margin:0;
    font-size: 140%;
	line-height:160%;
    text-align:center;
}

/*同門会：ー役員一覧*/

#alumnipage #memberlist{
	width:100%;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	zoom:1;
}

#alumnipage table.member {
	width:100%;
	margin:0 auto;
	font-size:100%;
	border:none;
}

#alumnipage table.member th {
	border-bottom:thin dotted #B7B7B7;
	border-top:thin dotted #B7B7B7;
	border-right:none;
	border-left:none;
	text-align:center;
}

#alumnipage table.member td {
	text-align:center;
	border-bottom:thin dotted #B7B7B7;
	border-top:none;
	border-right:none;
	border-left:none;
	padding:10px 0;
}

#alumnipage table.member td.yakushoku {
	color: #A20000;
	border-right:none;
	border-left:none;
	font-size:100%;
}

#alumnipage table.member td.name {
	border-right:none;
	border-left:none;
	font-size:110%;
}

#alumnipage table.member td.workplace {
	border-right:none;
	border-left:none;
	font-size:80%;
	padding:0 10px;
}

#alumnipage table.member td.jimukyoku {
	color: #A20000;
	border-right:thin dotted #B7B7B7;
}

#alumnipage table.member td.jimukyokumemb {
	border-right:none;
	border-left:none;
	text-align:left;
	padding-left:20px;
}

/*同門会：会員施設へのリンク*/

#alumnipage h3 {
	width: 98%;
    margin: 20px auto 0;
    color:#13105F;
    font-size: 120%;
    font-family: "メイリオ" , "meiryo" , "ヒラギノ角ゴ Pro W3", "hiragino kaku gothic pro" , "ＭＳ Ｐゴシック", "ms p gothic" , "小塚ゴシック Std L", "小塚ゴシック Pro L";
    font-weight: normal;
}

#alumnipage table.institutions {
	font-size:100%;
	border:none;
	width:100%;
	margin:0 auto 50px;
	position:relative;
	overflow:hidden;
	zoom:1;
	background-color:#797979;
}

#alumnipage table td {
	padding:10px;
	/*border: thin solid #797979;*/
}

#alumnipage table.institutions td.left {
	text-align:left;
	background-color: #f0f0f0;
	color: #13105F;
	width:65%;
	font-size:100%;
}

#alumnipage table.institutions td.left a {
	text-decoration: underline;
	color: #5A8CFC;
}

#alumnipage table.institutions td.left a:hover {
	text-decoration:none;
	color: #0A5584;
}

#alumnipage table.institutions td.right {
	text-align:left;
	padding-left:10px;
	width:35%;
	background-color:#FFFFFF;
}

/*同門会：アルバム*/

#alumnipage .event {
	width:100%;
	margin:0 auto 50px;
	padding:0;
	overflow:hidden;
	position:relative;
	zoom:1;
}

#alumnipage .eventhead {
	width:100%;
	margin:0 auto 10px;
	padding:0 0 5px;
	overflow:hidden;
	position:relative;
	zoom:1;
	border-bottom:thin solid #C6C6C6;
}

#alumnipage .event .date {
	font-size:100%;
	float:left;
	max-width:80px;
	margin-right:20px;
}

#alumnipage .event .title {
	font-size:120%;
	font-weight:bold;
	float:left;
	margin:0;
	padding:0;
}

#alumnipage .event .comment {
	width:100%;
	margin:0 auto 10px;
	padding:0;
	overflow:hidden;
	position:relative;
	zoom:1;
	font-size:100%;
	line-height:180%;
	text-align:left;
}

#alumnipage table.album {
	width:100%;
	margin:0 auto;
	padding:0;
	text-align:justify;
	text-align:left;
}

#alumnipage table.album td {
	border:none !Important;
	font-size:80%;
	line-height:160%;
	text-align:center;
	padding-bottom:10px;
}

#alumnipage table.album img {
	border:none;
}

#alumnipage .darkblack {
	width:100%;
	padding:2px 0;
	margin:50px auto;
	background-color:#434343;
}

#pagecontents #backtotop {
	width:auto;
	min-height:50px;
	margin:10px auto 0;
	float:right;
}

#pagecontents #backtotop a{
	width:auto;
	margin:0;
	padding:20px 10px;
	background-color:#44a50a;
	color:#FFFFFF;
	text-decoration:none;
	border-radius: 8px;
}

#pagecontents #backtotop a:hover {
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}


/**********  WIDE PAGE **********/


/****リンクページ(link)****/

ul#linkpage {
	font-size:110%;
	line-height:160%;
	overflow:hidden;
	position:relative;
	zoom:1;
	list-style:disc;
}

ul#linkpage li.link {
	width:100%;
	min-height:70;
	float:left;
	margin:20px 10px 20px 0;
	padding:0;
}

/****サイトマップページ(sitemap)****/

#sitemappage {
	width:90%;
	/*max-width:840px;*/
	margin:0 auto;
	padding:0;
}

#sitemappage ul.pagecol {
	list-style:none;
	width:100%;
	min-height:100px;
	margin:0 auto;
	font-size:90%;
	line-height:180%;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 3em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}

#sitemappage ul.pagecol li.green {
    width: 98%;
    margin: 0 auto 5px;
    padding:10px 1%;
	background-color:#D5D4F7;
    color: #13105F;
	text-align:center;
	font-size:140%;
}

#sitemappage ul.pagecol li {
    width: 98%;
    margin: 0 auto 2px;
	padding:5px 1%;
	background-color:#ececec;
	font-size:100%;
	text-align:left;
	display:block;
}

#sitemappage ul.pagecol a {
	text-decoration:none;
	color:#000000;
}

#sitemappage ul.pagecol a:hover {
	color:#FF7376;
}


}

