@charset "utf-8";
/*
* Local CSS
* Author:Michinobu Nishimoto from Asuka-Design
* Ver:1.0
*/
/* 2022.07.26 test CSS*/

/* トップページ行間調整 - index.php */
body.index-top {
	line-height: 1.5;
}
body.index-top h1,
body.index-top .h1,
body.index-top h2,
body.index-top .h2,
body.index-top h3,
body.index-top .h3,
body.index-top h4,
body.index-top .h4,
body.index-top h5,
body.index-top .h5,
body.index-top h6 ,
body.index-top .h6{
    line-height: 1.2;
}

/*--------------------------------------------------------
flex
--------------------------------------------------------*/
.flex-box{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    justify-content:flex-start;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    align-items: flex-start;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing:border-box;
}

.flex-box-sb{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    justify-content:space-between;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    align-items: flex-start;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing:border-box;
}
.flex-box-c{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    justify-content:center;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    align-items: flex-start;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing:border-box;
}


/*--------------------------------------------------------
Slider
--------------------------------------------------------*/
.sliderWrapp {
	width: 100%;
	margin: 0 auto;
	height: 580px;
	overflow: hidden;
	position: relative;
}
/*2019.04.27 add スライダー非表示の際の静止画*/
.sliderWrapp-noslide {
    background:url("../img/top/bg_noslide.png") no-repeat 0 0;
    background-size: cover;
	width: 100%;
	margin: 0 auto;
	height: 580px;
	overflow: hidden;
	position: relative;
    padding: 0 0 110px;
}

.main {
	position: relative;
    top: -100px;
    margin: 0 0 -90px;
}
.article .inner {
	width: 1000px;
	margin: 0 auto;
}

.slide_box {
	width: 1000px;
	margin: 0 auto;
	height: 580px;
	position:relative;
	}

.slide001-op {
	position:absolute;
	right:0;
	top:152px;
	}

.slide002-op {
	position:absolute;
	right:0;
	top:152px;
	}

.slide003-op {
	position:absolute;
	right:0;
	top:152px;
	}

.slide004-op {
	position:absolute;
	right:0;
	top:152px;
	}
.slide009-op {
	position:absolute;
	right:0;
	top:152px;
	}
	.slide023-op {
		position:absolute;
		right:0;
		top:185px;
		}

/*--------------------------------------------------------
患者様へ / 医師・研修医の方へ
--------------------------------------------------------*/
.article.greenBlock {
	width: 100%;
	background-color: #4D9E84;
}
.article.greenBlock .inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin: 0 auto;
	width: 1100px;
}
.article.greenBlock .inner > div{
    width: 49.9%;
}
.article.greenBlock .inner > div:first-child{
    border-right: #366E5C solid 1px;
}
.article.greenBlock div .tit {
	height: 45px;
	margin-top: 13px;
}
.article.greenBlock div .icon-block {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 1em auto;
    width: 95%;
}
.article.greenBlock div .icon-block li{
	width: 23%;
}
.article.greenBlock div .icon-block li a img{
    height: auto;
	width: 100%;
}
/*患者様へ*/
.article.greenBlock .patient .tit {
	background: url(../img/top/tit001a.png) left top no-repeat;
}
.article.greenBlock .patient .icon-block {
    margin: 1em 5% 1em 0;
}
/*医師・研修医の方へ*/
.article.greenBlock .medical .tit {
	background: url(../img/top/tit002a.png) right top no-repeat;
}
.article.greenBlock .medical .icon-block {
    margin: 1em 0 1em 5%;
}

/*--------------------------------------------------------
新着情報 / バナーエリア
--------------------------------------------------------*/
.article.creamBlock {
	background-color: #FFF9D2;
    padding: 20px 0;
	width: 100%;
}
.article.creamBlock .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin: 0 auto;
	padding: 0;
	width: 1100px;
}
/*新着情報*/
.article.creamBlock .newsBlock {
    background-image: url(../img/top/newesta.png) , url(../img/top/tit-newsa.png);
    background-position: 0 0, 50px 7px;
    background-repeat: no-repeat, no-repeat;
    padding: 0;
	position: relative;
	width: calc( 100% - 360px);
}
.article.creamBlock .newsBlock .more-link{
	display: block;
    text-align: right;
    width: 100%;
}
.article.creamBlock .newsBlock .more-link a {
	display: inline-block;
	width: 99px;
	height: 23px;
	background: url(../img/top/btn-lista.png) left top no-repeat;
}
.article.creamBlock .news {
    box-sizing: border-box;
    padding: 0 0 0 50px;
	width: 100%;
}
.article.creamBlock .news ul li{
    border-bottom: 1px dotted #CCC7A8;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: .75em 0;
}
.article.creamBlock .news ul li .icon_area{
    width: 80px;
}
.article.creamBlock .news ul li .icon_area .icon1,
.article.creamBlock .news ul li .icon_area .icon2,
.article.creamBlock .news ul li .icon_area .icon3 {
	width: 70px;
	height: 13px;
	display:block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.icon1 {
	background: url(../common/img/icon-newsa.png) left top no-repeat;
}

.icon2 {
	background: url(../common/img/icon-opena.png) left top no-repeat;
}

.icon3 {
	background: url(../common/img/icon-nozakidayoria.png) left top no-repeat;
}
.article.creamBlock .news ul li .date{
    font-weight: bold;
    text-align: center;
    width: calc( 30% - 80px );
}
.article.creamBlock .news ul li .title{
    width: 70%;;
}
.article.creamBlock .news ul li .title a {
	color: #535353;
	text-decoration: underline;
}
.article.creamBlock .news ul li .title a:hover {
	text-decoration: none;
}
.article.creamBlock .news .round img {
    border-radius: .25rem;
}
/*バナーエリア*/
.article.creamBlock .banner-block {
	width: 340px;
	position: relative;
}
.article.creamBlock .banner-block p{
    margin: 0 0 10px;
    position: relative;
}
.article.creamBlock .banner-block p:last-child{
    margin: 0;
}
.article.creamBlock .banner-block p a span{
    position: absolute;
    top: 60px;
    left: 100px;
}
.article.creamBlock .banner-block p.interruption a span{
    color: #334272;
}
.article.creamBlock .banner-block p.specialist a span{
    color: #6FAFC1;
}
.article.creamBlock .banner-block p.nurse a span{
    color: #F2726A;
}
.article.creamBlock .banner-block p .round img{
    border-radius: .25rem;
}


/*--------------------------------------------------------
リクルート
--------------------------------------------------------*/
.article.recruitBlock {
	width: 100%;
	height: 234px;
	background: url(../img/top/backBlock.png) left top repeat;
}
.article.recruitBlock .sliderWrapp2 {
    width: 1100px;
    margin: 0 auto;
    padding-top: 12px;
    overflow: hidden;
    position: relative;
}
/*一覧へのリンクボタン*/
.article.recruitBlock .sliderWrapp2 .btn1 {
    display: block;
    position: absolute;
    width: 152px;
    height: 98px;
    bottom: 0;
    left: 0;
    background: url(../img/top/btn-recruit.png) left top no-repeat;
    z-index:10;
}
/*スライダー*/
.slider2 li{
	float:left;
}
/*スライダー 送りボタン*/
.btn-left,
.btn-right {
	display:block;
	width:16px;
	height:26px;
	position:absolute;
	top:100px;
}
.btn-left {
	background: url(../img/top/btn-left.png) left top no-repeat;
	left:0;
}
.btn-right {
	background: url(../img/top/btn-right.png) left top no-repeat;
	right:0;
}
.btn-left:hover,
.btn-right:hover {
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.7;
}
.slider2 li .doctor,
.slider2 li .nurse {
	position: relative;
}
.slider2 .tit {
	position: absolute;
	top:25px;
	left: 50px;
}

/*--------------------------------------------------------
将来構想/人間ドック
--------------------------------------------------------*/
/*共通*/
.article.otherBlock {
	margin-top: 15px;
}
.article.otherBlock .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width: 1100px;
}
.article.otherBlock .inner > div {
    margin: 0 0 10px;
    width: 49%;
}
/*研究所*/
.article.otherBlock .futureLabo {
    background-image: url(../img/top/labo-banner-back.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
	border: 1px solid #D0E5DE;
    border-radius: .25rem;
    box-sizing: border-box;
}
.article.otherBlock .futureLabo .futureWrapp {
    box-sizing: border-box;
    height: 100%;
	padding: 15px;
}
.futureBlock {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 100%;
	margin: 0;
	padding: 0;
}
.banner_link_box {
    display: flex;
    justify-content: flex-end;
}
.banner_link_box .laboLink{
	margin: 0;
	padding-bottom:10px;
	width: 150px;
	height: 150px;
	position: relative;
    z-index: 9;
}
/* 健診センター */
#kenshin{
    border:#DFEEE9 solid 5px;
    border-radius: .25rem;
    box-sizing:border-box;
    padding:1em;
}
#kenshin .img{
    width:60%;
}
#kenshin .img img{
    border-radius: .25rem;
    width:100%;
}
#kenshin ul{
    width:40%;
    padding:0 0 0 1em;
    box-sizing:border-box;
}
#kenshin ul li{
    margin:0 0 1em;
}
#kenshin ul li .button {
	background-color: #FFF;
	border: 2px solid #519D84;
    border-radius: .25rem;
	color: #519D84;
	display: inline-block;
    padding:1em;
	width: 100%;
	text-align: center;
	text-decoration: none;
	outline: none;
}
#kenshin ul li .button::before,
#kenshin ul li .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#kenshin ul li .button,
#kenshin ul li .button::before,
#kenshin ul li .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#kenshin ul li .button:hover {
	background-color: #519D84;
	border-color: #519D84;
	color: #FFF;
}
/* バナー（介護福祉士実務者研修 / 湘南鎌倉医療大学） */
.round img{
    border-radius: .25rem;
}


.bot_img {
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}


.doc {
	width: 505px;
	height: 314px;
	background: url(../img/top/doca.png) left top no-repeat;
	float: left;
	margin-left: 30px;
	position: relative;
}

	.doc ul {
		position: absolute;
		top: 155px;
		left: 27px;
	}

	.doc ul li {
		padding: 5px 0 8px 0;
		width: 285px;
		border-bottom: 1px dotted #ddd;
	}

	.doc ul li.last {
		border-bottom: none;
	}

	.doc ul li a {
		display: block;
	}

	.doc ul li a.btn1 {
		width: 80px;
		height: 14px;
		background: url(../img/top/btn-top011a.png) left top no-repeat;
	}

	.doc ul li a.btn2 {
		width: 71px;
		height: 14px;
		background: url(../img/top/btn-top012a.png) left top no-repeat;
	}

	.doc ul li a.btn3 {
		width: 85px;
		height: 14px;
		background: url(../img/top/btn-top013a.png) left top no-repeat;
	}

	.doc ul li a.btn4 {
		width: 142px;
		height: 14px;
		background: url(../img/top/btn-top014a.png) left top no-repeat;
	}

	.doc ul li a.btn5 {
		width: 128px;
		height: 14px;
		background: url(../img/top/btn-top015a.png) left top no-repeat;
	}


.doc ul li a:hover {
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.7;
	}


.doc .docImg {
	position: absolute;
	top:155px;
	right:24px;
}

.mt13 {
	margin-top: 13px;
}

/* 2020-05-15 コロナウイルスのＰＣＲ検査について追加スタイル　ここから */

.pcr-time-flex
{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    justify-content:flex-start;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    align-items: flex-start;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing:border-box;
	justify-content: center;
}

.pcr-time-flex p{
    margin: 0 30px 0 0 ;
}

.coronawrap{
	width:1000px;
	margin:0 auto;
	height:305px;
}

.coronawrap2{
	width:1100px;
	margin:0 auto;
	height:auto;
}
.coronawrap2::after{
	content: "";
	display: block;
	clear: both;
	width: 0;
	height: 0;
}

.leftside{
	float: left;
	width:60%;
	padding: 5px 0 0 0;
}
.leftside > div ,
.leftside > p  {
	margin: 0 0 5px 0;
}

.rightside{
	float: left;
	width:39%;
	margin-left:1%;
}


/*--------------------------------------------------------
Smartphone
--------------------------------------------------------*/
@media screen and (max-width: 640px){
.flex-box, .flex-box-sb, .flex-box-c {
    display: block;
}

/* 2020-05-15 コロナウイルスのＰＣＲ検査について追加スタイル　ここから */

.pcr-time-flex p{
    margin: 0 5px 0 0 ;
}

.coronawrap,.coronawrap2{
	width:100%;
	height:auto;
}
.important-news-area{
	width: 100%!important;;
	display: block!important;;
  margin: 15px 0px;
}
.important-news-area .important-news-content {
	width: 100%!important;
	margin-bottom: 15px;
}
.important-news-area .important-news-content .red_waku{
	height: 100%!important;
}

.news-bunnr ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.news-bunnr ul li{
	margin-bottom: 15px;
	width: 49%;
}
.news-bunnr ul li img{
	width: 100%!important;
}




.leftside{
	float: left;
	width:100%;
}

.rightside{
	float: left;
	width:100%;
	margin-left:0;
}
.sp-w100 img {
	width: 100%;
}

/*2019.04.27 add スライダー非表示の際の静止画*/
    .sliderWrapp-noslide {
        background:none;
        width: 100%;
        margin: 0 auto;
        height: auto;
        position: relative;
        padding: 0;
    }
    .sliderWrapp-noslide p img{
        height: auto;
        width: 100%;
    }

.main {
    margin: 0;
    top: 0;
}

.sliderWrapp {
	height: 206px;
}

.article .inner {
	width: 100%;
	margin: 0 auto;
}
.spGnavWrapp {
	width: 100%;
}
.spGnavWrapp ul.top-menu {
		width: 100%;
			display: flex;
		margin: 0 auto;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 5px 2px 0px 3px;
		border-radius: 4px;
}
.spGnavWrapp ul.top-menu li {
	background-color: #4D9E84;
	width: 48.9%;
	border: 1px solid #fff;
}
.spGnavWrapp ul.top-menu li.home {
	border-right: 0px solid;
	border-radius: 4px 0px 0px 0px;
}
.spGnavWrapp ul.top-menu li.gairai {
	border-right: 0px solid;
	border-radius: 0px 4px 0px 0px;
}

.spGnavWrapp ul.top-menu li a {
		  color: #fff;
		font-size: 14px;
		padding: 14% 0;
		display: block;
		text-decoration: none;
		text-align: center;
}
.spGnavWrapp　ul.bottom-menu li {
	background-color: #366E5C;
	text-align: center;
}

.spGnavWrapp ul.bottom-menu {
		width: 100%;
			display: flex;

		margin: 0 auto;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0px 2px 5px 3px;

		border-radius: 4px;
}
.spGnavWrapp ul.bottom-menu li {
		width: 32.5%;
		text-align: center;
		height: 60px;
		vertical-align: middle;
		border: 1px solid #fff;
			background-color: #d5ebe7;
}
.spGnavWrapp ul.bottom-menu li:first-child,
.spGnavWrapp ul.bottom-menu li:nth-child(2),
.spGnavWrapp ul.bottom-menu li:nth-child(4),
.spGnavWrapp ul.bottom-menu li:nth-child(5){
		border-right: 0px solid;
}
.spGnavWrapp ul.bottom-menu li:nth-child(4),
.spGnavWrapp ul.bottom-menu li:nth-child(5),
.spGnavWrapp ul.bottom-menu li:nth-child(6){
		border-top: 0px solid;
}
.spGnavWrapp ul.bottom-menu li:nth-child(4){
			border-radius: 0px 0px 0px 4px;
}
.spGnavWrapp ul.bottom-menu li:nth-child(6){
			border-radius: 0px 0px 4px 0px;
}
.spGnavWrapp ul.bottom-menu li a {
		color: #000;
		font-size: 14px;
		padding: 14% 0;
		display: block;
		text-decoration: none;
}
.spGnavWrapp ul.bottom-menu li.gairai{
			border-bottom: 1px solid #4F9E84!important;
			width: 98%!important;
			border-top: 0px;
			border-right: 1px solid #4F9E84!important;

}
.spGnavWrapp ul.bottom-menu li.gairai a {
			padding: 5% 0;
}
.spGnavWrapp ul.bottom-menu li.p-adjustment a {
	padding: 9%;
}


/*--------------------------------------------------------
患者様へ / 医師・研修医の方へ
--------------------------------------------------------*/
    .article.greenBlock {
        height: auto;
        padding-top:1px;
    }
    .article.greenBlock .inner{
        width: 100%;
    }
    .article.greenBlock .inner > div{
        margin: 0 auto;
        width: 96%;
    }
    .article.greenBlock .inner > div:first-child{
        border-bottom: #366E5C solid 1px;
        border-right: none;
    }
    .article.greenBlock div .icon-block {
        width: 100%;
    }
    /*患者様へ*/
    .article.greenBlock .patient .icon-block {
        margin: 1em 0;
    }
    /*医師・研修医の方へ*/
    .article.greenBlock .medical .tit {
        background: url(../img/top/tit002a.png) left top no-repeat;
    }
    .article.greenBlock .medical .icon-block {
        margin: 1em 0;
    }

/*--------------------------------------------------------
新着情報 / バナーエリア
--------------------------------------------------------*/
    .article.creamBlock .inner {
        width: 94%;
    }
    /*新着情報*/
    .article.creamBlock .newsBlock {
        background-image: url(../img/top/tit-newsa.png);
        background-position: 0 7px;
        background-repeat: no-repeat;
        width: 100%;
    }
    .article.creamBlock .news {
        padding: 0;
    }
    .article.creamBlock .news ul li .date{
        text-align: left;
        width: 100%;
    }
    .article.creamBlock .news ul li .title{
        width: 100%;
    }
    /*バナーエリア*/
    .article.creamBlock .banner-block {
        margin: 10px 0;
        width: 100%;
    }
    .article.creamBlock .banner-block p a span{
        display: none;
    }
    .article.creamBlock .banner-block p a img{
        width: 100%;
    }

/*--------------------------------------------------------
リクルート
--------------------------------------------------------*/
    .article.recruitBlock {
        height: auto;
        padding: 2% 0;
    }
    .article.recruitBlock .left {
        width: 28%;
        float: left;
        padding: 0 0 0 5%;
    }
    .article.recruitBlock .left a img {

    }
    .article.recruitBlock .right {
        width: 65%;
        float: right;
        padding-right: 2%;
    }
    .article.recruitBlock .right ul li {
        margin: 2% 0;
    }
    .article.recruitBlock .sliderWrapp2 {
        width: 100%;
    }
.article.otherBlock .inner {
	width: 100%;
}

/*--------------------------------------------------------
将来構想/人間ドック
--------------------------------------------------------*/
    /*共通*/
    .article.otherBlock .inner {
        margin: 0 auto;
        width: 94%;
    }
    .article.otherBlock .inner > div {
        margin:0 0 1em;
        width: 100%;
    }
    /* 健診センター */
    #kenshin{
        width:auto;
        padding:1em 1em 0;
    }
    #kenshin .img{
        width:100%;
        margin:0 0 1em ;
        float:none !important;
    }
    #kenshin .img img{
        width:100%;
    }
    #kenshin ul{
        width:100%;
        padding:0;
        box-sizing:border-box;
        float:none !important;
    }


}


@media screen and (max-width: 320px){
/* 2016-05-17 del
.article.creamBlock .news {
	margin-left: 40px;
}
*/

/* 2016-05-17 SmartPhone news layout Change */
.article.creamBlock .news {
	margin-left: 0 !important;
}

.futureBlock .textBlock {
	width: 64% !important;
}

.doc-sp ul li {
	height: 30px;
}

.doc-spBlock {
		position: relative;
}

/* End of Smartphone 320 */
}


/*SPのみ表示バナー*/
.sp_bnr{ display:none;}

@media screen and (max-width: 640px){
    .sp_bnr{
        display:block;
         margin:0;
         padding:0.5em;
    }
    .sp_bnr.round img{
        border-radius: .25rem;
    }
	.sp-w-100{width:100%;}
}

.interruption{
	color: #334272;
}

/* 20201106追記　トップページバナー */
.yellow_f{
	color:#FFCC66;
}

.red_waku{
	border: solid 1px #D7181B;
	padding:10px;
	background: #fff;
}
.red_waku .notice-list{
    max-width: 600px;
    margin: 0 auto;
}

.txt_inderl{
	text-decoration: underline;
}

.time_waku{
	padding:5px;
	margin: 5px 0;
	background: #FFFFF0;
	border: solid 1px #ddd;
}

.important-news-area{
    align-items: stretch;
	display: flex;
	justify-content: space-between;
    margin: 15px 0px;
	width: 100%;
}
.important-news-area .important-news-content {
	width: 49.2%;
}
.important-news-area .important-news-content .red_waku{
    box-sizing: border-box;
	height: 100%;
}
.news-bunnr{
}
.news-bunnr ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.news-bunnr ul li{
	margin-bottom: 15px;
}
.news-bunnr ul li img{
	width: 355px;
}

/*news-bunnr 追加スタイル*/
.news-bunnr ul li.bd img{
    border: #ddd solid 1px;
}
.news-bunnr.round ul li img{
    border-radius: 0.25rem;
}

.btn-online-layout {
  border: 5px solid #5F3819;
  border-radius: 5px;
  max-width: 550px;
  box-sizing: border-box;
}

@media screen and (max-width: 640px){
.btn-online-layout {
  max-width: 100%;
}
}
