@charset "UTF-8";
/* CSS Document */
/* メインスライド */
#top-slide {
	margin-top: 10px;
}
#top-slide .slick-center {
/*
	margin-left: 6px;
	margin-right: 6px;
	*/
}
#top-slide .slick-dots li button::before {
	font-size: 13px;
}
#top-slide .slick-dots li.slick-active button::before {
	color: #0e3192;
}

@media (max-width: 787px) {
.slick-slide1 .slick-slide {
	padding: 0 1px;
}
#top-slide .slick-slide img {
/*
	width:60%;
	*/
}
}
#top-nav-main .line-2 {
	margin-top: 10px;
}

/* トップページメインナビＰＣ */
@media (min-width: 788px) {
#top-nav-main .btn {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e8ebf4), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #e8ebf4);
	background: -moz-linear-gradient(#fff, #e8ebf4);
	background: -o-linear-gradient(#fff, #e8ebf4);
	background: -ms-linear-gradient(#fff, #e8ebf4);
	background: linear-gradient(#fff, #e8ebf4);
	font-size: 14px;
	font-weight: bold;
	line-height: 90px;
	color: #0e3192;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0px 0px 2px;
}
#top-nav-main img {
	height: 35px;
	width: auto;
	margin-right: 10px;
}
}

/* トップページメインナビＳＰ */
@media (max-width: 787px) {
#mp-nav-main {
	margin-top: 5px;
}
#mp-nav-main .btn {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e8ebf4), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #e8ebf4);
	background: -moz-linear-gradient(#fff, #e8ebf4);
	background: -o-linear-gradient(#fff, #e8ebf4);
	background: -ms-linear-gradient(#fff, #e8ebf4);
	background: linear-gradient(#fff, #e8ebf4);
	font-size: 12px;
	font-weight: bold;
	line-height: 36px;
	color: #0e3192;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0px 0px 2px;
	padding: 0;
}
#mp-nav-main img {
	height: 20px;
	width: auto;
	margin-right: 5px;
}
}

@media (min-width: 788px) {
section#whats-new {
	margin-top: 23px;
}
}

@media (max-width: 787px) {
section#whats-new {
	margin-top: 5px;
}
}
section#whats-new .whats-new-title {
	padding-left: 6px;
	margin-bottom: 6px;
	height: 26px;
	background-color: #0e3192;
	color: #ffff7f;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-align-items: center; /* Safari */
	align-items: center;
	border-radius: 6px;
}
section#whats-new .whats-new-title img {
	width: 22px;
	height: 16px;
	margin-right: 7px;
}
section#whats-new .nav-tabs {
	border-bottom-style: solid;
	border-bottom-color: #b7c1de;
	border-bottom-width: 5px;
}
section#whats-new .nav-tabs > li {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #cccccc;
	width: 20%;
	max-width: 10em;
}
section#whats-new .nav-tabs > li > a {
	border: none;
	margin: 0;
	font-size: inherit;
	color: #0e3192;
	font-weight: bold;
	padding: 5px 10px;
	border-radius: 0;
}
section#whats-new .nav > li > a:hover, .nav > li > a:focus {
	opacity: 0.5;
}
section#whats-new .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	opacity: 0.5;
}
section#whats-new .nav-tabs li a {
	opacity: 1;
}
section#whats-new .nav-tabs .active {
	opacity: 0.5;
}
section#whats-new .nav-tabs .nav-tab-1 a {
	background-color: #0e3192;
	color: #ffffff;
}
section#whats-new .nav-tabs .nav-tab-2 a {
	background-color: #008837;
	color: #ffffff;
}
section#whats-new .nav-tabs .nav-tab-3 a {
	background-color: #F9818F;
	color: #ffffff;
}
section#whats-new .nav-tabs .nav-tab-4 a {
	background-color: #1aafd0;
	color: #ffffff;
}
section#whats-new .nav-tabs .nav-tab-5 a {
	background-color: #ff9900;
	color: #ffffff;
}

/* 新着情報 */
@media (min-width: 788px) {
section#whats-new .tab-content ul {
	margin-top: 1em;
	list-style: none;
	padding-left: 2em;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	overflow-y: scroll;
	max-height: 360px;
}
}

@media (max-width: 787px) {
section#whats-new .tab-content ul {
	margin-top: 0;
	list-style: none;
	padding-left: 0;
	border: none;
	overflow-y: scroll;
	max-height: 210px;
}
section#whats-new .tab-content ul li {
	white-space: nowrap;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	overflow-x: scroll;
}
}
section#whats-new .tab-content ul li {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #cccccc;
}
section#whats-new .right {
	display: table-cell;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	padding-left: 1em;
}
section#whats-new .tab-content ul li div.title {
}
section#whats-new li time.date {
}

@media (min-width: 788px) {
section#whats-new .left {
	display: table-cell;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	width: 6em;
}
section#whats-new .right {
	display: table-cell;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	padding-left: 1em;
}
section#whats-new ul.whatsnew1 .left {
	width: 15em;
}
section#whats-new .whatsnew1 li time.date:after {
	float: right;
	display: inline-block;
	width: 8em;
	color: #ffffff;
	border-radius: 4px;
	text-align: center;
	line-height: 1.6em;
	padding-top: 0.2em;
	margin-top: -0.3em;
}
section#whats-new .whatsnew1 li.whatsnew2 .date:after {
	content: "病院のご案内";
	background-color: #008837;
}
section#whats-new .whatsnew1 li.whatsnew3 .date:after {
	content: "講座・イベント";
	background-color: #F9818F;
}
section#whats-new .whatsnew1 li.whatsnew4 .date:after {
	content: "医療関係の方";
	background-color: #1aafd0;
}
section#whats-new .whatsnew1 li.whatsnew5 .date:after {
	content: "その他";
	background-color: #ff9900;
}
section#whats-new .whatsnew1 li.whatsnew6 .date:after {
	content: "重要なお知らせ";
	background-color: #F00;
}
}

@media (max-width: 787px) {
section#whats-new .left {
	display: inline-block;
	padding-top: 0;
	padding-bottom: 0;
	width: 7em;
}
section#whats-new .right {
	display: inline-block;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 1em;
}
section#whats-new .whatsnew1 li time.date:before {
	float: left;
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	color: #ffffff;
	border-radius: 4px;
	text-align: center;
	margin-right: 0.4em;
}
section#whats-new .whatsnew1 li.whatsnew2 .date:before {
	content: "";
	background-image: url(../images/mp-news-1.png);
	background-color: #008837;
	background-size: contain;
}
section#whats-new .whatsnew1 li.whatsnew3 .date:before {
	content: "";
	background-image: url(../images/mp-news-2.png);
	background-color: #F9818F;
	background-size: contain;
}
section#whats-new .whatsnew1 li.whatsnew4 .date:before {
	content: "";
	background-image: url(../images/mp-news-3.png);
	background-color: #1aafd0;
	background-size: contain;
}
section#whats-new .whatsnew1 li.whatsnew5 .date:before {
	content: "";
	background-image: url(../images/mp-news-4.png);
	background-color: #ff9900;
	background-size: contain;
}
}
section#whats-new .btn-wahtsnewall {
	display: inline-flex;
	color: #ffffff;
	padding: 3px 10px;
	font-size: 10px;
}
section#whats-new .btn-wahtsnewall:after {
	content: "\f04b";
	font-family: FontAwesome;
	margin-left: 4px;
}
section#whats-new .btn-wahtsnewall1 {
	background-color: #0E3192;
}
section#whats-new .btn-wahtsnewall2 {
	background-color: #008837;
}
section#whats-new .btn-wahtsnewall3 {
	background-color: #F9818F;
}
section#whats-new .btn-wahtsnewall4 {
	background-color: #1AAFD0;
}
section#whats-new .btn-wahtsnewall5 {
	background-color: #FF9900;
}
section#front-topicks {
	margin-top: 10px;
}
section#front-topicks .front-topicks-title {
	padding-left: 6px;
	margin-bottom: 6px;
	height: 26px;
	background-color: #0e3192;
	color: #ffff7f;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-align-items: center; /* Safari */
	align-items: center;
	border-radius: 6px;
}
section#front-topicks .front-topicks-title img {
	width: 16px;
	height: 16px;
	margin-right: 7px;
}
section#front-topicks .slick-slider {
	border-right: 15px solid #0E3192;
	border-left: 15px solid #0e3192;
	padding-bottom: 0;
}
section#front-topicks .slick-slide {
	/*
	display: inline-flex;
	-webkit-justify-content: center;
	justify-content: center;
	*/
	padding: 0 3px;
}
section#front-topicks .topick-box {
	display: block;
	/*
	width: 220px;
	height: 100%;
	*/
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
}
section#front-topicks .topick-box .topick-ttl {
	/*
	width: 220px;
	height: 19px;
	display: table-cell;
	*/
	width: 100%;
	background-color: #0e3192;
	text-align: center;
	color: #ffffff;
	line-height: 1em;
	padding-left: 0.5em;
	vertical-align: middle;
	display: block;
}
section#front-topicks .topick-box .topick-img img {
	/*
	width: 220px;
	height: 140px;
	*/
	width: 100%;
	height: auto;
}
section#front-topicks .topick-box .topick-exp {
	width: 100%;
	white-space: normal;
	text-align: left;
	padding: 0.3em;
	font-size: 0.9em;
	min-height: 5.2em;
}
section#front-topicks .slick-prev::before {
	content: "\f053";
	font-family: FontAwesome;
	opacity: 1;
	font-size: 14px;
}
section#front-topicks .slick-prev {
	left: -18px;
	height: 100%
}
section#front-topicks .slick-next::before {
	content: "\f054";
	font-family: FontAwesome;
	opacity: 1;
	font-size: 14px;
}
section#front-topicks .slick-next::before:hover {
 opacity:0.5;
}
section#front-topicks .slick-next {
	right: -18px;
	height: 100%
}
section#front-topicks .btn-topicks {
	display: inline-flex;
	color: #ffffff;
	padding: 3px 10px;
	font-size: 10px;
	background-color: #0E3192;
}
section#front-topicks .slick-slide2 {
	margin-bottom: 6px;
}
section#front-topicks .btn-topicks:after {
	content: "\f04b";
	font-family: FontAwesome;
	margin-left: 4px;
}

@media (max-width: 787px) {
section#front-topicks .topick-box .topick-ttl {
	line-height: 1.2em;
	font-size: 12px;
	height: 2.4em;
}
section#front-topicks .topick-box .topick-img img {
}
section#front-topicks .topick-box .topick-exp {
	padding: 0.3em;font-size: 11px;
height: 10.4em;
min-height: 5.2em;
}
}
