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

.flowchart ol {
	font-size: 0;
	width: 670px;
	height: 350px;
	margin: 0 0 30px;
	background: url(../img/grave/flow/nextbreak.png) no-repeat top 150px left 0;
}
.flowchart ol li {
	position: relative;
	display: inline-block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.flowchart ol li:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	right: -2px;
	top: 58px;
	border: solid 18px transparent;
	border-left: #A5A197 solid 18px;	
}
.flowchart ol li:nth-child(1) {
	width: 180px;
	height: 150px;
	margin-bottom: 50px;
	background: url(../img/grave/flow/flow01.png) no-repeat top left;
	background-size: 130px 150px;	
}
.flowchart ol li:nth-child(2) {
	width: 180px;
	height: 150px;
	margin-bottom: 50px;
	background: url(../img/grave/flow/flow02.png) no-repeat top left;
	background-size: 130px 150px;		
}
.flowchart ol li:nth-child(3) {
	width: 180px;
	height: 150px;
	margin-bottom: 50px;
	background: url(../img/grave/flow/flow03.png) no-repeat top left;
	background-size: 130px 150px;		
}
.flowchart ol li:nth-child(4) {
	width: 130px;
	height: 150px;
	margin-bottom: 50px;
	background: url(../img/grave/flow/flow04.png) no-repeat top left;
	background-size: 130px 150px;	
}
.flowchart ol li:nth-child(5) {
	width: 180px;
	height: 150px;
	background: url(../img/grave/flow/flow05.png) no-repeat top left;
	background-size: 130px 150px;		
}
.flowchart ol li:nth-child(6) {
	width: 180px;
	height: 150px;
	background: url(../img/grave/flow/flow06.png) no-repeat top left;
	background-size: 130px 150px;		
}
.flowchart ol li:nth-child(7) {
	width: 180px;
	height: 150px;
	background: url(../img/grave/flow/flow07.png) no-repeat top left;
	background-size: 130px 150px;		
}
.flowchart ol li:nth-child(8) {
	width: 130px;
	height: 150px;
	background: url(../img/grave/flow/flow08.png) no-repeat top left;	
	background-size: 130px 150px;	
}
.flowchart ol li:nth-child(4n):before {
	border: none;
}

.flowchart dl dt {
	font-weight: bold;
	font-size: 22px;
	line-height: 26px;
	min-height: 22px;
	padding: 0 0 14px 75px;
	margin: 0 0 10px;
	border-bottom: #E3DDCA solid 2px;
}
.flowchart dl dt.step01 {
	background: url(../img/grave/flow/step01.jpg) no-repeat top left;
	background-size: 68px 24px;
}
.flowchart dl dt.step02 {
	background: url(../img/grave/flow/step02.jpg) no-repeat top left;
	background-size: 68px 24px;
}
.flowchart dl dt.step03 {
	background: url(../img/grave/flow/step03.jpg) no-repeat top left;
	background-size: 68px 24px;
}
.flowchart dl dt.step04 {
	background: url(../img/grave/flow/step04.jpg) no-repeat top left;
	background-size: 68px 24px;
}
.flowchart dl dt.step05 {
	background: url(../img/grave/flow/step05.jpg) no-repeat top left;
	background-size: 68px 24px;
}
.flowchart dl dt.step06 {
	background: url(../img/grave/flow/step06.jpg) no-repeat top left;
	background-size: 68px 24px;
}
.flowchart dl dt.step07 {
	background: url(../img/grave/flow/step07.jpg) no-repeat top left;
	background-size: 68px 24px;
}
.flowchart dl dt.step08 {
	background: url(../img/grave/flow/step08.jpg) no-repeat top left;
	background-size: 68px 24px;
}
.flowchart dl dd {
	font-size: 15px;
	line-height: 24px;
	margin: 0 0 25px;
}
.flowchart dl dd span {
	color: #FF0000;
}
.flowchart dl dd a {
	color: #2E3192;
	text-decoration: underline;
}
.flowchart dl dd a:hover {
	text-decoration: none;
}
.flowchart dl dd .gallery {
	font-size: 0;
	margin-right: -10px;
}
.flowchart dl dd .gallery figure {
	display: inline-block;
	margin: 0 10px 0 0;
}
.flowchart dl dd .gallery figure a {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
.flowchart dl dd .gallery figure a:before {
	content: "＋";
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background-color: #000000;
	position: absolute;
	right: 0;
	bottom: 0;
}
.flowchart ul.caution {
	display: block;
	border: #E3DDCA solid 2px;
	padding: 15px;
}
.flowchart ul.caution li {
	font-size: 15px;
	line-height: 24px;
}
.flowchart ul.caution li:before {
	content: "※";	
}

/* tablet sp */
@media print, screen and (max-width: 987px) {
	
	.flowchart ol {
		width: 360px;
		height: auto;
		background: none;
		margin: 0 auto 30px;
	}
	.flowchart ol li:nth-child(1),
	.flowchart ol li:nth-child(2),
	.flowchart ol li:nth-child(3),
	.flowchart ol li:nth-child(4) {
		margin-bottom: 0;
	}
	.flowchart ol li:nth-child(4) {
		width: 180px;
		background: url(../img/grave/flow/flow04.png) no-repeat top left;
		background-size: 130px 150px;
	}
	.flowchart ol li:nth-child(4):before {
		content: "";
		width: 0;
		height: 0;
		position: absolute;
		right: -2px;
		top: 58px;
		border: solid 18px transparent;
		border-left: #A5A197 solid 18px;
	}
	
}

/* sp */
@media print, screen and (max-width: 400px) {

	
	.flowchart ol {
		width: 130px;
	}
	.flowchart ol li {
		display: block;
		width: 130px;
		height: 150px;	
	}
	.flowchart ol li:nth-child(n):before{
		border: none;
	}
	
}