@charset "utf-8";
.top .sub_navi_wrap {
    margin: 0px auto;
}
.container.top-bottominfo {
    padding-top: 0;
}
@media screen and (max-width:767px) {
.top .container{
    padding: 10px 0 20px;
    flex-direction: column;
}
.container.top-info {
    flex-direction: column;
}
.container.top-bottominfo {
    flex-direction: column;
}

.top .contents {
    /*width: 100%;*/
}
.top .sidebar {
    display: block;
    width: 100%;
}
}

#mainblock:after {
    content:" ";
    display:block;
    clear:both;
}
.mainvisual {
	width: 100%;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}
.mainvisual img{
	width: 100%;
    height: auto;
}
@media screen and (max-width:599px) {
    .mainvisual img{
	width: 100%;
    height: 300px;
        object-fit: cover;
}
}
#main-menu-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic','メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 400;
    margin: 30px 0 10px 0;
}
#main-menu-top li {
	width: 15.5%;
	margin: 0;
    padding: 25px 0;
    box-sizing: border-box;
    border-radius: 12px;
}

#main-menu-top li a {
    text-decoration: none;
    color: #FFFFFF;
}
#main-menu-top li span {
    display: flex; 
    flex-direction: column;
    text-align: center;
}
#main-menu-top li img{
    width: 40%;
    height: auto;
    margin: 0 auto 10px;
}
#main-menu-top li:hover img {
filter: alpha(opacity=80);
 -moz-opacity: 0.8;
 opacity: 0.8;
}

#main-menu-top li.topmenu-home {
    background-color: #6BAAE6;
}
#main-menu-top li.topmenu-about {
    background-color: #889af2;
}
#main-menu-top li.topmenu-outpatient {
    background-color: #e28999;
}
#main-menu-top li.topmenu-inpatient {
    background-color: #ef9d59;
}
#main-menu-top li.topmenu-section {
    background-color: #DCB500;
}
#main-menu-top li.topmenu-department {
    background-color: #9cd353;
}
#main-menu-top li.topmenu-profession {
    background-color: #4DB4D8;
}
    #main-menu-top li span span.sp{
    display: none;
}
@media screen and (max-width:767px) {
    #main-menu-top {	
}
    #main-menu-top li {
	width: 31%;
	margin: 0;
    padding: 20px 0;
    box-sizing: border-box;
    border-radius: 12px;
    margin-bottom: 15px;
    font-size: 0.8rem;
}
    #main-menu-top li img{
    width: 50%;
    height: auto;
    margin: 0 auto;
}
    #main-menu-top li span span.sp{
    display: block;
}
    #main-menu-top li span span.pc{
    display: none;
}
}

h3.importantinfo {
    border-bottom: 1px #222222 solid;
    padding: 8px 0;
    font-size: 120%;
}
h3.importantinfo:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(../images/importantinfo.svg);
    background-repeat: no-repeat;
  background-size: contain;
 vertical-align: middle;
  margin-right: 8px;
}

h3.latestnews {
    border-bottom: 1px #222222 solid;
    padding: 8px 0;
    font-size: 120%;
}
h3.latestnews:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(../images/latestnews.svg);
    background-repeat: no-repeat;
  background-size: contain;
 vertical-align: middle;
  margin-right: 8px;
}

.info-list{
    font-size: 90%;
	display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    height: 240px;
	overflow-x: hidden;
	overflow-y: scroll;
	margin: 0;
}
.info-list dt {
	flex-basis: 15%;	
	padding: 8px;
	margin: 0;
    box-sizing: border-box;
    border-bottom: 1px dotted #CCCCCC;
}
.info-list dd {
    flex-basis: 85%;
	border-bottom: 1px dotted #CCCCCC;
	margin: 0;
    padding: 8px;
    box-sizing: border-box;
}
.info-list dd span.ic_new {
	padding: 1px 3px;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	line-height: 1.0em;
	color: #FFFFFF;
	vertical-align: middle;
	background-color: #FF7E00;
	margin: 0px 0px 0px 6px;
	border-radius: 3px;
}
@media screen and (max-width:599px) {
  .info-list{
    flex-flow: row wrap;
    align-items: stretch;
    height: 240px;
	overflow-x: hidden;
	overflow-y: scroll;
	margin: 0;
}
.info-list dt {
	flex-basis: 28%;
    padding: 8px 0 8px 6px;
}
.info-list dd {
    flex-basis: 72%;
    padding: 8px 8px 8px 0;
}     
}
.top .sidebar #sub-menu {
    margin-top: 0;
}
.top .sidebar ul li img {
    width: 50%;
    height: auto;
}
@media screen and (max-width:767px) {
.top .sidebar {
    margin: 0;
    padding: 0;
    }
.top .sidebar #sub-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;    
    margin-top: 20px;
    padding: 0 20px;
    box-sizing: border-box;
}
.top .sidebar #sub-menu li {
    flex-basis: 33%;
    padding: 5px;
    box-sizing: border-box;
}
.top .sidebar #sub-menu li:first-child {
    flex-basis: 100%;
}

}
@media screen and (max-width:599px) {
.top .sidebar #sub-menu li {
    flex-basis: 50%;
}
.top .sidebar #sub-menu li.full {
    flex-basis: 100%;
}
}
.picup-box {
	margin: 0;
    padding: 15px 36px;
	width: 73%;
    background-color: #fff9d1;
    /*height: 115px;*/
    box-sizing: border-box;
    align-self: baseline;
}
.picup {
    width: 100%;
    margin: 0;
    line-height: 0;
    padding: 0;
}
.picup img {
    width: 90%;
    height: auto;
    padding: 0 5px;
    margin: 0;
}

@media screen and (max-width:767px) {
    .picup-box {
	width: 100%;
    margin: 0;
    padding: 15px 36px;
    background-color: #fff9d1;
    box-sizing: border-box;
}
}
@media screen and (max-width:599px) {
    .picup-box {	
}
}

.lastlist-box {
	width: 24%;
	padding: 0 0 30px 10px;
}
.lastlist-box #lastlist img {
	width: 100%;
	height: auto;
}

@media screen and (max-width:767px) {
    .lastlist-box {
	width: 100%;
	padding: 10px 15px 30px;
    box-sizing: border-box;
}
    .lastlist-box #lastlist {
     width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
        
    }
    .lastlist-box #lastlist li {
    flex-basis: 48%;
    padding: 0;
    box-sizing: border-box;
    }
    .lastlist-box #lastlist img {
    /*width: 100%;*/
	/*height: auto;*/
    margin: 5px 0;
}
}
@media screen and (max-width:599px) {
    .lastlist-box #lastlist {
    flex-direction: column;
    }
    .lastlist-box #lastlist li {
       flex-basis: 100%;
        text-align: center; 
    }
    .lastlist-box #lastlist img {
	width: 80%;
	height: auto;
    margin: 10px auto;
}
    
}
.hotbox {
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.hotbox div {
    width: 48%;
    margin-bottom: 10px;
}
.hotbox img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

@media screen and (max-width:599px) {
   .hotbox {
       padding: 0;      
}
}

.info-space {margin: 0 0 15px 0; padding: 8px; border: 2px #C9151E solid; background-color: #F8F8F8; border-radius: 8px;}
.info-space p {font-size: 18px; text-align: center; margin: 0; font-weight: bold;}
.info-space div div {width: 35%; padding: 8px; border: 1px #C9151E solid; display: block; background-color: #C9151E; margin: 10px auto 8px;}
.info-space div div p {text-align: center; font-size: 14px; font-weight: bold;}
.info-space div div a {display: block; text-align: center; font-size: 16px; font-weight: bold; text-decoration: none; color: #FFF;}
.info-space div div:hover {background-color: #D9454D;}
.note {max-width: 980px; width: 100%; margin: 30px auto 0;}
.note img {
    width: 100%;
    height: auto;
}


.important-notices {
    width: 100%;
    border: 4px solid #0D46AB;
    box-sizing: border-box;
}
.important-notices p.title {
    background: #0D46AB;
    color: #FFF;
    font-size: 150%;
    font-weight: bold;
    line-height: 1;
    padding: 5px 0 10px;
    width: 100%;
    margin-bottom: 0.5em;
}

.important-notices .text-area {
    padding: 0 1em 1em;
    line-height: 1.4;
}
.important-notices .text-area p {
    line-height: 1.4;
    margin: 0;
    padding: 0;
    font-size: 110%;
    font-weight: bold;
}
.text-box {
    display: flex;
}
.text-box div {
    /*border: 1px solid #0D46AB;*/
    background: #E1EBFF;
    box-sizing: border-box;
    padding: 0.5em 0.8em;
    border-radius: 10px;
    margin-top: 0.8em;
    font-size: 110%;
    font-weight: bold;
}
.text-box div.box-item2 {
    margin-left: 1em;
    flex-grow: 1;
}
.text-box div ul {
    margin-left: 1em;
}
.text-box div ul li{
    text-indent: -1em;
   padding-left: 1em;
}
.important-notices .circle-list {
    list-style: none;
    margin: 0.8em 0 0 0;
    padding: 0;
}
.important-notices .circle-list li {
    text-indent: -1em;
   padding-left: 0.8em;
}
.important-notices .circle-list li::before {
    content:  "";
    width:  10px;
    height:  10px;
    display:  inline-block;
    background-color: #444;
    border-radius:  50%;
    top: -1px;
    margin-right: 4px;
}
@media screen and (max-width:599px) {
    .important-notices {
    font-size: 96%;
}
    .text-box {
        flex-direction: column;
}
    .text-box div {
    padding: 0.5em;
        width: 100%;
}
    .text-box div.box-item2 {
        margin-left: 0;
        margin-top: 1em;
}
}