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

.section-header {
	display: flex;
	align-items: center;
	width: 100%;
	height: 150px;
	border-top: 1px solid rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.2);
	margin-bottom: 40px;
}

.section-header__ttl {
	color: #000 !important;
	font-size: 1.3rem;
	font-weight: bold;
}

.section-header__ttl span {
	font-size: 1.8rem;
}

#main-contents .kt-case h4.part-sub-title {
	font-size: 2.0rem;
	font-weight: 300;
	line-height: 1.3;
	color: #d87b00;
	margin-bottom: .5em;
}

#main-contents .kt-case h5 {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 1em;
}







#main-contents {
	overflow: visible;
}

#lower-image {
	background: url(../../../../images/main_image.jpg) center -150px;
	background-size: cover;
}


#lower-contents #main-contents article {
	width: 100%;
}

#lower-contents #main-contents #news-title {
	border: none;
	border-top: 1px solid rgba(0,0,0,0.1);
	margin-top: 40px;
	margin-bottom: 0;
}

#lower-contents #main-contents #news-title p time {
	border: none;
}




/* 20170418追加 */

#lower-contents #main-contents h2:before {
	border-color: #d87b00;
}

#main-contents #kt-case h2 {
	color: #d87b00;
	padding: 0;
}

#main-contents #kt-case h2:before {
	content: none;
}

#lower-contents #main-contents h3 {
	color: #d87b00 !important;
}

#main-contents #kt-case h4.part-sub-title {
	font-size: 2.0rem;
	font-weight: 300;
	line-height: 1.3;
	color: #d87b00;
	margin-bottom: .5em;
}

#main-contents #kt-case h5 {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 1em;
}

/* --- */
.before-hospitalization {
	padding: 20px;
	margin: 25px 0;
	border: solid 1px rgba(0,0,0,.1);
	overflow: hidden;
	box-sizing: border-box;
}

.before-hospitalization figure {
	/* width: 450px;
	float: right; */
}

.before-hospitalization div {
	margin-bottom: 20px;
}

#main-contents #kt-case li {
	margin-bottom: 5px;
}

/* --- */
.stage-detail {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	margin-bottom: 5px;
}

.stage-detail .period {
	width: 30px;
	position: relative;
}

#case-stage .assessment .period { background-color: #dceab0; }
#case-stage .stepup .period { background-color: #dcedda; }
#case-stage .training .period { background-color: #acdaef; }
#case-stage .leaving-hospital .period { background-color: #ffc880; }

.stage-detail .period p {
	line-height: 1 !important;
	letter-spacing: .2em;
	color: rgba(0,0,0,.8) !important;
	width: 1em;
	-webkit-writing-mode: tb-rl;
	        writing-mode: tb-rl;
	position: absolute;
	margin: 20px auto 0;
	left: 0;
	right: 0;
}

.stage-detail .contents {
	width: calc(100% - 50px);
	padding: 20px 0;
}

.leaving-hospital .contents:last-child {
	padding-bottom: 0;
}

.assessment .stage-detail .contents {
	padding: 0;
}

/* --- */
#main-contents #case-stage h2 {
	display: flex;
	align-items: center;
	font-size: 1.5rem;
	font-weight: 600;
	color: #fff;
	margin-bottom: 5px;
	padding: 0px;
	border-radius: 5px;
}

#main-contents #case-stage h2:before {
	content: none;
}

#main-contents #case-stage h2 .date {
	font-size: 1.5rem;
	display: inline-block;
	background-color: rgba(0,0,0,.1);
	border-radius: 3px 0 0 3px;
	padding: 15px;
	margin-right: 15px;
	min-width: max-content;
}

#main-contents #case-stage h2 .day {
	font-size: 1.1rem;
}

#case-stage .assessment h2 { background-color: #8fc322; }
#case-stage .stepup h2 { background-color: #32b16c; }
#case-stage .training h2 { background-color: #338abf; }
#case-stage .leaving-hospital h2 { background-color: #d87b00; }

/* --- */
.stage-detail .assessment-detail li {
	padding: 25px 0;
	border-top: solid 1px rgba(0,0,0,.1);
	margin: 0 !important;
	list-style-type: none !important;
}

.stage-detail .assessment-detail li:first-child {
	padding: 20px 0 25px;
	border-top: none;
}

/* --- */
#main-contents #case-stage .assessment h3.part-title {
	font-size: 1.3rem;
	color: #8fc322;
}

#main-contents #case-stage .assessment h3.part-title strong {
	font-size: 1.5rem;
}

/* --- */
.stage-detail .assessment-detail .point {
	font-size: 1.5rem !important;
	color: #d87b00 !important;
	line-height: 1.4;
	margin-bottom: 20px !important;
}

/* --- */
.stage-detail .assessment-detail .floating-container {
	overflow: hidden;
}

.stage-detail .assessment-detail .floating-container figure {
	/* width: 35%;
	float: right; */
}

.stage-detail .assessment-detail .floating-container div {
	/* width: calc(65% - 30px);
	float: left; */
}

/* --- */
.leaving-hospital-detail {
	overflow: hidden;
}

.leaving-hospital-detail div {
	/* width: 300px; */
	padding: 30px 20px 15px;
	border: solid 1px rgba(0,0,0,.1);
	box-sizing: border-box;
	/* float: right; */
}

.leaving-hospital-detail li {
	margin-bottom: 5px !important;
}

.leaving-hospital-detail .charactor {
	width: ;
}

.leaving-hospital-detail .stage-image {
	margin-bottom: 20px;
}

.kuchitabe-nav {
	margin-top: 40px;
}

#lower-contents #main-contents .kuchitabe-nav .page-link {
	display: block;
	margin: 0;
	padding: 20px 0;
	border-top: 1px solid rgba(0,0,0,0.1);
}

#lower-contents #main-contents .kuchitabe-nav .page-link:first-child {
	border-top: none;
}

#lower-contents #main-contents .kuchitabe-nav .page-link li {
	margin: 0;
}

#lower-contents #main-contents .kuchitabe-nav .page-link a {
	border: none;
	background: none;
	font-size: 1.4rem;
	padding-left: 30px;
	padding-right: 0;
	position: relative;
}

#lower-contents #main-contents .kuchitabe-nav .page-link a:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	width: 14px;
	height: 14px;
	margin: auto;
	background: #666 url(/common/images/arrow_round.png) left center no-repeat;
	background-size: 100%;
	border-radius: 50%;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}


@media screen and (min-width: 768px) {
	.before-hospitalization {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 30px;
	}

	.before-hospitalization div {
		width: 40%;
		margin-bottom: 0;
	}

	.before-hospitalization figure {
		width: calc(60% - 20px);
		max-width: 450px;
	}

	.stage-detail .assessment-detail .floating-container {
		display: flex;
		justify-content: space-between;
	}
	
	.stage-detail .assessment-detail .floating-container figure {
		width: 35%;
	}
	
	.stage-detail .assessment-detail .floating-container div {
		width: calc(65% - 30px);
	}

	.leaving-hospital-detail {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	
	.leaving-hospital-detail div {
		width: 260px;
	}
	
	.leaving-hospital-detail .stage-image {
		width: calc(100% - 280px);
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1280px) {
	.before-hospitalization div {
		width: calc(100% - 480px);
	}

	/* --- */

	#main-contents #case-stage h2 {
		font-size: 2.2rem;
		line-height: 1;
	}
	
	#main-contents #case-stage h2 .date {
		font-size: 4.0rem;
	}

	#main-contents #case-stage h2 .day {
		font-size: .3em;
	}

	.stage-detail .period {
		width: 50px;
	}

	.stage-detail .period p {
		font-size: 2.0rem !important;
	}

	.stage-detail .contents {
		width: calc(100% - 70px);
		padding: 25px 0;
	}

	#main-contents #case-stage .assessment h3.part-title {
		font-size: 1.5rem;
	}

	#main-contents #case-stage .assessment h3.part-title strong {
		font-size: 2.0rem;
	}

	.stage-detail .assessment-detail li {
		padding: 35px 0;
	}
	
	.stage-detail .assessment-detail li:first-child {
		padding: 25px 0;
	}

	.stage-detail .assessment-detail .point {
		font-size: 2.0rem !important;
	}

	.leaving-hospital-detail div {
		width: 300px;
	}
	
	.leaving-hospital-detail .stage-image {
		width: calc(100% - 320px);
	}
	
}