@charset "utf-8";
#operation #guide .body .lead {
	margin-bottom: 15px;
}
#operation #guide .body .flow {
	float: left;
	width: 465px;
}

body.mobile #operation #guide .body .flow {
	float: none;
	width: auto;
}

#operation #guide .body .flow .item {
	background-color: #DDE4F4;
	border-radius: 5px;
	line-height: 140%;
	padding-top: 13px;
	padding-right: 15px;
	padding-bottom: 13px;
	padding-left: 15px;
}

#operation #guide .body .flow .arrow {
	background-image: url(../img/flow_arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
}
#operation #guide .body .p01 {
	float: right;
	width: 395px;
}

body.mobile #operation #guide .body .p01 {
	float: none;
	width: auto;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

#operation #guide .body .text02 {
	margin-top: 15px;
}
#operation #feature .subttl_02 {
	background-image: url(../img/icon01.png);
}

#operation #feature .body .text {
	background-color: #F6F7FB;
	margin-bottom: 35px;
	border-radius: 8px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#operation #feature .other {
	font-size: 110%;
	font-weight: bold;
	color: #4A9E9E;
	margin-bottom: 30px;
}
#operation #feature .pr_text {
	text-align: center;
}
