@charset "UTF-8";

table caption {
	text-align: left;
}

#jushin-flow {
	width: 100%;
	max-width: 600px;
}

#jushin-flow ol {
	margin: 10px 0;
	padding-left: 1.6em;
	font-size: 14px;
}

#jushin-flow p {
	margin: 10px 0;
	padding: 0 0.6em;
	font-size: 14px;
}

#jushin-flow .row-1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#jushin-flow .row-1 .col {
	width: 32.5%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
}

#jushin-flow .contents-box {
	border: solid 1px #000;
	border-radius: 5px;
}

#jushin-flow .contents-box.row-1-3,
#jushin-flow .contents-box.row-2-2,
#jushin-flow .contents-box.row-3-2 {
	height: 120px;
}

#jushin-flow .arrow-box {
	font-size: 25px;
	text-align: center;
}

#jushin-flow .row-1 .col-1 .arrow-box {
	color: #F06292;
}

#jushin-flow .row-1 .col-2 .arrow-box,
#jushin-flow .row-1 .col-3 .arrow-box {
	color: #81C784;
}

#jushin-flow .arrow-box.arrow-1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

#jushin-flow .row-3 {
	color: #5C6BC0;
} 

#jushin-flow .row-1 .col-1 .contents-box {
	border: solid 2px #F06292;
}

#jushin-flow .row-1 .col-1 .title {
	background: #F06292;
	color: #FFF;
}

#jushin-flow .row-1 .col-2 .contents-box,
#jushin-flow .row-1 .col-3 .contents-box {
	border: solid 2px #81C784;
}

#jushin-flow .row-1 .col-2 .title,
#jushin-flow .row-1 .col-3 .title {
	background: #81C784;
	color: #FFF;
}

#jushin-flow .row-2 .contents-box,
#jushin-flow .row-4 .contents-box {
	border: solid 2px #5C6BC0;
}

#jushin-flow .title {
	padding: 5px 0;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
}

#jushin-flow .row-2 .title,
#jushin-flow .row-4 .title {
	background: #5C6BC0;
	color: #FFF;
}

/* スマートフォンのみ */
@media screen and (max-width:767px) {
	
	#jushin-flow .title {
		padding: 4px 2px;
		font-size: 14px;
	}
	
	#jushin-flow ol {
		font-size: 13px;
	}

	#jushin-flow p {
		font-size: 13px;
	}
	
	#jushin-flow .row-1 .col {
		width: auto;
		padding-right: 3px;
	}
	
	#jushin-flow .row-1 .col.col-2 {
		width: 7em;
	}
	
	#jushin-flow .row-1 .col.col-3 {
		width: 7em;
	}

}

/*受診の流れ　2020.4.30*/
/* PCのみ */
@media screen and (min-width: 768px) {
	.flow-sp{
	display: none;
}	
}

/* スマートフォンのみ */
@media screen and (max-width:767px) {
.flow-pc{
	display: none;
}
.flow-sp .flow-2{
	margin-top: 25px;
}
}