@charset "utf-8";

/*slide
************************************************************************************/
#slideshow { position:relative; width:100%; height:340px; margin:auto;}
#slideshow img { position:absolute; top:0; left:0; z-index:8; }
#slideshow img.active { z-index:10; }
#slideshow img.last-active { z-index:9; }


#slideshow{
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	z-index: 100;
}
#slideshow:before {
	content:"";
	display: block;
	padding-top: 40.7%;
}
#slideshow img{
	height: auto;
	width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	margin: auto;
	z-index: 8;
}
#slideshow img.active{
	z-index: 10;
}
#slideshow img.active{
	z-index: 9;
}


/*contentsNavi
************************************************************************************/
#contents_Navi{
    margin: 0;
    padding: 0;
}

#contents_Navi .frame_Navi{
	width:100%;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}
#contents_Navi .frame_Navi .box_navi{
	padding: 30px 20px;
	width: 25%;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    color: #FFF;
}
#contents_Navi .frame_Navi .box_navi:nth-child(1){
    background: url("../../img/toppage/menu1_bg.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#contents_Navi .frame_Navi .box_navi:nth-child(2){
    background: url("../../img/toppage/menu2_bg.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#contents_Navi .frame_Navi .box_navi:nth-child(3){
    background: url("../../img/toppage/menu3_bg.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}
#contents_Navi .frame_Navi .box_navi:nth-child(4){
    background: url("../../img/toppage/menu4_bg.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#contents_Navi .frame_Navi .box_navi h3{
	margin: 0 0 30px 0;
	font-size: 1.7em;
	font-weight: normal;
    text-align: center;
}
#contents_Navi .frame_Navi .box_navi h3 a{
    color: #FFF;
    text-decoration: none;
}
#contents_Navi .frame_Navi .box_navi h3 a:hover{
    color: #E1E000;
}


#contents_Navi .frame_Navi .box_navi img{
    height: 110px;
    width: auto;
	margin: 0 auto 20px auto;
	display: block;
}
#contents_Navi .frame_Navi .box_navi ul.yellow{
    margin-left: 50px;
}
#contents_Navi .frame_Navi .box_navi ul.yellow li a{
    padding: 7px 0 7px 20px;
    background: url("../../img/common/ar_yellow.svg") no-repeat left center;
	-webkit-background-size: 7px auto;
	-moz-background-size: 7px auto;
	-o-background-size: 7px auto;
	background-size: 7px auto;
    color: #FFF;
    text-decoration: none;
}
#contents_Navi .frame_Navi .box_navi ul.yellow li a:hover{
    text-decoration: underline;
}

@media screen and (max-width: 1300px){
    #contents_Navi .frame_Navi .box_navi ul.yellow{
        margin-left: 0;
    }
}

@media screen and (max-width: 979px){
    #contents_Navi .frame_Navi .box_navi{
        padding: 30px 30px;
        width: 50%;
    }
    #contents_Navi .frame_Navi .box_navi ul.yellow{
        margin-left: 30px;
    }
}
@media screen and (max-width: 768px){
#contents_Navi .frame_Navi .box_navi h3{
	font-size: 1.6em;
}
}
@media screen and (max-width: 620px){
    #contents_Navi .frame_Navi .box_navi{
        padding: 30px 50px;
        width: 100%;
    }
    #contents_Navi .frame_Navi .box_navi ul.yellow{
        margin-left: 40px;
    }
}
@media screen and (max-width: 480px){
}

/*frame_news
************************************************************************************/
#frame_news {}
#frame_news_list {
	padding: 45px 5px 100px 5px;
	background-color: #f2fbff;
}
#frame_news_list h2{
	padding-bottom: 1.2em;
	border-bottom: 3px solid #0085cc;
	font-size: 1.5em;
	line-height: 1;
	font-weight: normal;
}
#frame_news_list ul{
    height: 250px;
    overflow-y: scroll;
    padding: 0 0 45px 0;
}
#frame_news_list li{
	padding: 28px 0;
	border-bottom: 1px solid #e5e5e5;
}
#frame_news_list li:last-child{
	border-bottom: none;
}
#frame_news_list li .date{
	width: 7em;
	line-height: 1.4;
}
#frame_news_list li .txt{
	margin-top: -1.4em;
	padding-left: 7em;
}
#frame_news_btn{
    text-align: center;
    margin: -50px auto 0 auto;
    height: 100px;
}
#frame_news_btn .frame_lookmore{
    width: 100px;
    height: 100px;
    line-height: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    background: #0085cc;
    margin: 0 auto;
}
#frame_news_btn .frame_lookmore a{
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    padding:0 0 20px 0;
    text-decoration: none;
    background: url("../../img/common/ar_white_down.svg") no-repeat bottom center;
	-moz-background-size: 15px auto;
	-webkit-background-size: 15px auto;
	background-size: 15px auto;
    
}

@media screen and (min-width: 980px) {
/*pc*/
    #frame_news_btn .frame_lookmore{
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;

    }
    #frame_news_btn .frame_lookmore:hover{
        background: #006093;
    }
}


@media screen and (max-width: 979px){
	#frame_news_list {
		padding: 45px 0 0 0;
	}
	#frame_news_btn{
		padding: 0 15px;
	}
}
@media screen and (max-width: 768px){
#frame_news_list li .date{
	display: block;
}
#frame_news_list li .txt{
    display: block;
	margin-top: 5px;
	padding-left: 0;
}
}
@media screen and (max-width: 620px){
}
@media screen and (max-width: 480px){
}


/*frame_topics
************************************************************************************/
#frame_topics {}
#frame_topics_list {
	padding: 45px 5px 100px 5px;
	background-color: #f2fbff;
}
#frame_topics_list h2{
	padding-bottom: 1.2em;
	border-bottom: 3px solid #0085cc;
	font-size: 1.5em;
	line-height: 1;
	font-weight: normal;
}
#frame_topics_list ul{
    height: 250px;
    overflow-y: scroll;
    padding: 0 0 45px 0;
}
#frame_topics_list li{
	padding: 28px 0;
	border-bottom: 1px solid #e5e5e5;
	display: table;
	width: 100%;
}
#frame_topics_list li:last-child{
	border-bottom: none;
}
#frame_topics_list li .date{
	width: 7em;
	display: table-cell;
	vertical-align: top;
}
#frame_topics_list li .category{
	width: 12em;
	padding-right: 1.5em;
	display: table-cell;
	vertical-align: top;
}
#frame_topics_list li .category span{
	display: block !important;
}
#frame_topics_list li .txt{
	display: table-cell;
	vertical-align: top;
}

.category span{
	border-radius: 3px;
	padding: 5px 1em;
	text-align: center;
	font-size: 0.875em;
	display: inline-block;
}
.category span a{
	color: #000;
	text-decoration: none;
}
.category span.news{background: #FDE0E0;}
.category span.patient{background:#F1ECC1;;}
.category span.medical{background: #C2E3F5;}
.category span.infor{background: #CFF3EB;;}
.category span.others{background: #f1f1f1;}

#frame_topics_btn{
    text-align: center;
    margin: -50px auto 0 auto;
    height: 100px;
}
#frame_topics_btn .frame_lookmore{
    width: 100px;
    height: 100px;
    line-height: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    background: #0085cc;
    margin: 0 auto;
}
#frame_topics_btn .frame_lookmore a{
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    padding:0 0 20px 0;
    text-decoration: none;
    background: url("../../img/common/ar_white_down.svg") no-repeat bottom center;
	-moz-background-size: 15px auto;
	-webkit-background-size: 15px auto;
	background-size: 15px auto;
    
}

@media screen and (min-width: 980px) {
/*pc*/
    #frame_topics_btn .frame_lookmore{
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;

    }
    #frame_topics_btn .frame_lookmore:hover{
        background: #006093;
    }
}


@media screen and (max-width: 979px){
	#frame_topics_list {
		padding: 45px 0 0 0;
	}
	#frame_topics_btn{
		padding: 0 15px;
	}
}
@media screen and (max-width: 768px){
	#frame_topics_list li{
		display: block;
	}
	#frame_topics_list li .date{
        display: inline-block;
		width: auto;
	}
	#frame_topics_list li .category{
        display: inline-block;
	}
	#frame_topics_list li .txt{
		display: block;
		margin-top: 5px;
		padding-left: 0;
	}
}
@media screen and (max-width: 620px){
}
@media screen and (max-width: 480px){
}