@charset "UTF8";
/* wp_flow */

.wp_flow {
	margin-top: 25px;
}

.inner_flow {
	background: #f9f6e5;
	padding-top: 19px;
	padding-bottom: 17px;
	padding-left: 18px;
}

.inner_flow h3 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	line-height: 160%;
}

/* ********************* */

.step1 {
	padding-top: 35px;
	padding-bottom: 30px;
}

.step1_left {
	width: 50%;
	float: left;
	padding-left: 18px;
}

.st_title {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	line-height: 160%;
	padding-top: 7px;
}

.step1_left p {
	font-size: 15px;
	color: #333333;
	line-height: 160%;
	padding-top: 8px;
}

.step1_right {
	width: 50%;
	float: right;
	padding-right: 24px;
	padding-left: 17px;
	text-align: center;
}

/* ***************** */

.step2 {
	background: #eeeeee url(../images/index/bg01.png) center top no-repeat;
	padding: 52px 0;
}

.step2_left {
	width: 50%;
	float: right;
	padding-left: 20px;
}

.step2_right {
	width: 50%;
	float: left;
	text-align: center;
	padding-left: 24px;
	padding-right: 17px;
}

.step2_left p {
	font-size: 15px;
	color: #333333;
	line-height: 160%;
	padding-top: 8px;
	padding-right: 10px;
}

/* ********************** */

.step3 {
	background: #fff url(../images/index/bg02.png) center top no-repeat;
	padding-top: 60px;
	padding-bottom: 40px;
}

.step3_left {
	width: 50%;
	float: left;
	padding-left: 20px;
}

.step3_right {
	width: 50%;
	float: right;
	text-align: center;
	padding-left: 17px;
	padding-right: 24px;
}

.step3_left p {
	font-size: 15px;
	color: #333333;
	line-height: 160%;
	padding-top: 8px;
	padding-right: 10px;
}

.step3_des_tt {
	font-size: 15px;
	font-weight: bold;
	color: #ffa62e;
	border-left: 3px solid #ffa62e;
	padding-left: 5px;
	padding-top: 3px;
	margin-top: 17px;
	margin-bottom: 13px;
}

.step3_des ul {
	padding-left: 33px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.step3_des ul li {
	font-size: 15px;
	color: #333333;
	line-height: 180%;
	padding-right: 10px;
	padding-left:25px;
	text-indent: -1em;
}

.step3_des ul li:before {
	content: "・";
	padding-right: 7px;
}

/* ******************** */

.step4 {
	background: #eeeeee url(../images/index/bg01.png) top center no-repeat;
	padding-top: 52px;
	padding-bottom: 42px;
}

.step4_left {
	width: 50%;
	float: right;
	padding-left: 20px;
}

.step4_right {
	width: 50%;
	float: left;
	padding-left: 24px;
	padding-right: 17px;
	text-align: center;
}

.step4_left p {
	font-size: 15px;
	color: #333333;
	line-height: 120%;
	padding-top: 8px;
	padding-right: 10px;
}

/* ***************** */

.step5 {
	background: #fff url(../images/index/bg02.png) center top no-repeat;
	padding-top: 60px;
	padding-bottom: 40px;
}

.step5_left {
	float: left;
	width: 50%;
	padding-left: 20px;
}

.step5_right {
	width: 50%;
	float: right;
	text-align: center;
	padding-left: 17px;
	padding-right: 24px;
}

.step5_left p {
	font-size: 15px;
	color: #333333;
	line-height: 160%;
	padding-top: 8px;
	padding-right: 10px;
}

/* ****************************** */

.wp_sp_fix {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	display: none
}

.fix_right_sp {
	width: 15.2%;
	float: left;
	padding-top: 6px;
	padding-bottom: 6px;
	overflow: hidden;
}

.sp_banner {
	width: 84.8%;
	float: left;
}

.sp_bb {
	float: left;
	width: 25%;
}

.wp-bb {
	display: block;
	width: 100%;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.step1_right img,
.step2_right img,
.step3_right img,
.step4_right img,
.step5_right img {
	width: 100%;
}

/* RPD */

@media screen and (max-width:1300px) {
	.fix_right {
		display: none;
	}
	.wp_sp_fix {
		display: none;
	}
	.inner_icon_sp {
		width: 30%;
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	.ft_menu li {
		/*padding-bottom: 30px;*/
	}
	#inner_sp_baner li {
		float: left;
		width: 16.66%;
	}
	#inner_sp_baner li:first-child a img {
		padding-top: 15px;
	}
	#inner_sp_baner li:nth-child(2) a img {
		padding-top: 15px;
	}
	#inner_sp_baner li:nth-child(3) a img {
		padding-top: 15px;
	}
	.inner_icon_sp>.inner_icon>li {
		width: 33.33%;
		float: left;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media screen and (max-width:950px) {
	.ft_menu li {
		width: 33.33%;
		padding-top: 15px;
		padding-bottom: 15px !important;
		border-bottom: 1px dotted #cccccc;
		border-right: 1px dotted #cccccc
	}
	.inner_icon {
		margin-top: 10px;
	}
	.ft_menu li a {
		border-right: none;
		border-left: none !important;
	}
	.ft_menu li:nth-child(3),
	.ft_menu li:nth-child(6),
	.ft_menu li:nth-child(9) {
		border-right: 0 !important
	}
	#inner_sp_baner li:nth-child(1),
	#inner_sp_baner li:nth-child(2),
	#inner_sp_baner li:nth-child(3) {
		width: 33.33%;
		text-align: center;
	}
	#inner_sp_baner li:nth-child(4),
	#inner_sp_baner li:nth-child(5),
	#inner_sp_baner li:nth-child(6) {
		padding-top: 10px;
		width: 33.33%;
		text-align: center;
	}
}

@media screen and (max-width:840px) {
	.br_840 {
		display: none;
	}
	.step1_left p,
	.step2_left p,
	.step3_left p,
	.step4_left p,
	.step5_left p,
	.step3_des ul li {
		font-size: 13px;
	}
	.ul_tb_pr li {
		width: 20%;
	}
	.ul_tb_pr li:nth-child(5),
	.ul_tb_pr li:nth-child(10) {
		border-right: none;
	}
	.ul_tb_pr li:nth-child(6),
	.ul_tb_pr li:nth-child(12) {
		border-right: 5px solid #fff;
	}
	.inner_tab h5 {
		width: 25%;
		border-right: 1px dotted #ffa62e;
	}
	.inner_tab h5:nth-child(1),
	.inner_tab h5:nth-child(2),
	.inner_tab h5:nth-child(3),
	.inner_tab h5:nth-child(4) {
		border-bottom: 1px solid #ffa62e;
	}
	.inner_tab a:nth-child(4) h5,
	.inner_tab a:nth-child(8) h5 {
		border-right: none !important;
	}
}

@media screen and (max-width:767px) {
	.inner_tab a:nth-child(4) h5,
	.inner_tab a:nth-child(8) h5 {
		border-right: none !important;
	}
}

@media screen and (max-width:620px) {
	.ul_tb_pr li {
		text-align: center;
		width: 33.333%;
	}
	.ul_tb_pr li:nth-child(5),
	.ul_tb_pr li:nth-child(10) {
		border-right: 5px solid #fff;
	}
	.ul_tb_pr li:nth-child(3n) {
		border-right: none;
	}
	.inner_tab h5 {
		width: 50%;
		border-right: 1px dotted #ffa62e !important;
		border-bottom: 1px solid #ffa62e !important;
	}
	.inner_flow h3 {
		font-size: 16px;
	}
	.st_title {
		font-size: 15px;
	}
	.ft_menu li a {
		padding: 0;
	}
	.logo img {
		width: 100%;
	}
}

@media screen and (max-width:560px) {
	.step1_left {
		padding-left: 8px;
		width: 100%;
	}
	.step1_right {
		width: 100%;
		margin-top: 15px;
		padding-left: 8px;
		padding-right: 8px;
	}
	.step2_left {
		padding-left: 8px;
		width: 100%;
	}
	.step2_right {
		width: 100%;
		margin-top: 15px;
		padding-left: 8px;
		padding-right: 8px;
	}
	.step3_left {
		padding-left: 8px;
		width: 100%;
	}
	.step3_right {
		width: 100%;
		margin-top: 15px;
		padding-left: 8px;
		padding-right: 8px;
	}
	.step4_left {
		padding-left: 8px;
		width: 100%;
	}
	.step4_right {
		width: 100%;
		margin-top: 15px;
		padding-left: 8px;
		padding-right: 8px;
	}
	.step5_left {
		padding-left: 8px;
		width: 100%;
	}
	.step5_right {
		width: 100%;
		margin-top: 15px;
		padding-left: 8px;
		padding-right: 8px;
	}
	.left_driving {
		width: 30%;
	}
	.right_driving {
		width: 70%;
	}
	.ft_menu li {
		/*width: 100%;*/
		border-right: none;
		border-left: none;
	}
	.ft_menu li a {
		font-size: 12px;
	}
	.step2 {
		padding-bottom: 35px;
	}
	.step4 {
		padding-bottom: 35px;
	}
	.step5 {
		padding-bottom: 6px;
	}
}

@media screen and (max-width:480px) {
	.wp_tab {
		padding-top: 15px;
	}
	.wp_flow {
		margin-top: 15px;
	}
	.step1,
	.step2,
	.step3,
	.step4,
	.step5 {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.ft_mn {
		margin-top: 0;
	margin-top: 29px;
	}
}

@media screen and (max-width:460px) {
	.ul_tb_pr li {
		width: 50%;
	}
	.ul_tb_pr li:nth-child(3n) {
		border-right: 5px solid #fff;
	}
	.ul_tb_pr li:nth-child(2n) {
		border-right: none;
	}
	.left_driving {
		width: 100%;
	}
	.right_driving {
		width: 100%;
		text-align: right;
		padding-top: 0;
	}
	.wp_price {
		margin-right: 0;
		margin-left: 0;
	}
	.btn_tab {
		font-size: 12px;
		height: 40px;
	}
	.inner_location {
		margin-top: 15px;
	}
	.inner_flow {
		padding: 15px;
	}
	.inner_flow h3 {
		font-size: 14px;
	}
	.step1 {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.st_title {
		font-size: 14px;
	}
	.logo {
		width: 60%;
	}
	.icon-sp {
		width: 40%;
	}
	#menu ul li a {
		padding-right: 5px;
	}
	.step3_des_tt {
		font-size: 14px;
	}
}

/* END RPD */