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

#pic-flow {
	background-image: url(../images/contract/flow_sp.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto 30px;
	padding-top: 134.29%;
	height: 0;
	width: 96%;
	list-style: none;
}

#flow {
	display: block;
	margin: 30px auto;
	width: 100%;
}

#flow-box {
	display: block;
	margin: 0 auto;
	width: 96%;
}

#flow-box a {
	color: #F30;
	text-decoration: underline;
}
#flow-box a:hover {
	opacity: 0.7;
	text-decoration: none;
}

.ti-flow {
	font-size: 16px;
	font-weight: 600;
	color: #F60;
	margin: 0 0 1em;
}

.ti-flow:before {
	content: "■";
	margin-right: 0.5em;
}

.flow-detail {
	background-color: #FFFFE6;
	display: block;
	margin-bottom: 5em;
	padding: 10px;
	width: 100%;
	border: dotted 1px #FF9900;
	box-sizing: border-box;
	position: relative;
}

dd.flow-detail:after {
	position: absolute;
	content: url(../images/contract/arrow.png);
	margin-left: -15px;
	bottom: -60px;
	left: 50%;
}
dd.flow-detail:last-child:after {
    content : none ;
} 

.flow-detail dl dt:before {
	content: "●";
	margin-left: 0.4em;
}
.flow-detail dl dd {
	margin-left: 1em;
}

.flow-detail ul  {
	margin-left: 1em;
	list-style: none;
}
.flow-detail ul li:before {
	content: "●";
	margin-left: -2em;
	padding-left: 1.4em;
}

.flow-end {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	display: block;
	margin: 0 auto;
	width: 96%;
}

@media only screen and (min-width: 769px) {

#pic-flow {
	background-image: url(../images/contract/flow.png);
	background-size: auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto 60px;
	padding-top: 0;
	height: 100px;
	width: 1000px;
}

#flow {
	display: block;
	margin: 50px auto;
	width: 1200px;
}

#flow-box {
	display: block;
	margin: 50px auto;
	width: 1050px;
}

}