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

/*===========================================*/
/*==  お問い合わせからの流れ  ==*/
/*===========================================*/

/* common ----------------------------------*/

.container p {
	line-height:1.5;
}
.container li {
	list-style:none;
}
.container > section {
	padding-top:35px;
}
.ttl_line_r {
	color: #1F1F1F;
	font-size: 20px;
	display: flex;
	align-items: center;
	font-weight:bold;
	margin-bottom:10px;
}
.ttl_line_r:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #999;
	display: block;
}
.ttl_line_r:after {
	margin-left: 0.7em;
}
.ttl_line_r img {
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
}
.sec_lead {
	margin-bottom:20px;
}
.flow_arw {
	text-align:center;
	/*margin-bottom:30px;*/
}
.col_img_r {
	float:right;
	margin:0 0 10px 15px;
}
.col_txt_l {
	padding-bottom:20px;
}
.stp_box {
	padding:20px 10px 5px 18px;
	margin-bottom:30px;
}
.stp_box .ttl {
	font-weight:bold;
	font-size:17px;
	color:#1F1F1F;
	margin-bottom:10px;
	padding-bottom:3px;
	padding-left:8px;
}
.stp_box .img_r {
	float:right;
	margin:0 0 20px 15px;
}
.stp_box .txt_l {
	padding:0 0 20px 7px;
}
.stp_box .box p {
	margin-bottom:15px;
	padding:0 8px;
}
.stp_box .img {
	text-align:center;
}
.stp_box .box .img {
	text-align:center;
	margin-bottom:15px;
}




/* section -------------------------------*/

.flow_hd_txt {
	margin-bottom:20px;
}
#flow_step {
	margin-bottom:10px;
}

/* section step02 -----------------------*/

.stp02_box {
	border:2px solid #F8BD3E;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	background:#FFFAC6;
	padding:10px 5px 10px 0;
	margin-bottom:20px;
}
.stp02_box li {
	font-size:16px;
	font-weight:bold;
	background:url(../img/flow/list_point_check.gif) no-repeat left 5px;
	padding-left:24px;
	line-height:1.5;
}
.stp02_mv .ttl {
	margin-bottom:15px;
}
.stp02_mv ul {
	padding-bottom:10px;
}
.stp02_mv li {
	font-size:16px;
	text-indent:-1.5em;
	padding-left:1.5em;
	line-height:1.6;
}
.stp02_mv li span {
	font-weight:bold;
	color:#3FB753;
}
.stp02_set_in {
	border:3px solid #F8B62C;
	border-top:none;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-o-border-radius: 0 0 10px 10px;
	-ms-border-radius: 0 0 10px 10px;
	padding:20px 19px 10px 14px;
	margin-bottom:30px;
}
.stp02_set .subttl {
	font-weight:bold;
	font-size:17px;
	color:#F8B62B;
	background:url(../img/flow/line_dotted_ora.png) repeat-x left bottom;
	margin-bottom:7px;
	padding-bottom:3px;
	float:left;
	width:440px;
}
.stp02_set .img_r {
	float:right;
	margin-bottom:13px;
}
.stp02_set dl {
	margin-right:178px;
	padding-bottom:10px;
}
.stp02_set p {
	line-height:1.5;
	width:440px;
	padding-bottom: 15px;
}


/* section step03 -----------------------*/

.stp03area {
	background:#FFFAC6;
}
.stp03area .ttl {
	background:url(../img/flow/line_dotted_ora.png) repeat-x left bottom;
}

/* section step05 -----------------------*/

.stp05area {
	background:#FDEDF0;
	padding:20px 20px 10px 18px;
}
.stp05area .ttl {
	background:url(../img/flow/line_dotted_pin.png) repeat-x left bottom;
}
.stp05area .img_r {
	margin:-40px 0 20px 25px;
}


/* section step06 -----------------------*/

.stp06_box {
	background:url(../img/flow/step06_paint_bg.jpg) no-repeat right 10px;
}
.stp06_box .ttl {
	border:3px solid #A4DAF5;
	border-bottom:none;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-o-border-radius: 10px 10px 0 0;
	-ms-border-radius: 10px 10px 0 0;
}
.stp06_box_in {
	border:3px solid #A4DAF5;
	border-top:none;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-o-border-radius: 0 0 10px 10px;
	-ms-border-radius: 0 0 10px 10px;
	padding:30px 15px 10px;
	margin-bottom:30px;
}
.stp06_box .subttl {
	font-weight:bold;
	font-size:17px;
	color:#1F1F1F;
	background:url(../img/flow/line_dotted_blu.png) repeat-x left bottom;
	margin-bottom:15px;
	padding:0 8px 3px;
}
.stp06_box .t_box {
	padding:0 10px 20px;
}
.stp06_box .t_box table {
	width:100%;
	border:2px solid #029CE4;
}
.stp06_box .t_box th,
.stp06_box .t_box td {
	border:1px solid #7ECBF1;
	padding:10px 15px;
	line-height:1.5;
}
.stp06_box .t_box th {
	font-size:16px;
	white-space:nowrap;
	color:#009AE4;
	font-weight:bold;
	background:#EBF6FD;
}
.stp06_box .img_r {
	float:right;
	margin:-40px 0 10px 0;
}
.stp06_box .txt_l {
	padding:0 0 20px 7px;
}


/* section step08 -----------------------*/

.stp08area {
	background:#EDF7FD;
	padding:20px 20px 5px 18px;
}
.stp08area .ttl {
	background:url(../img/flow/line_dotted_blu.png) repeat-x left bottom;
}
.stp08area .img_r {
	margin:-54px -7px 10px 15px;
}


/* section step10 -----------------------*/

.stp10_box {
	border:3px solid #BBD95E;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	padding:20px 8px 15px 10px;
	margin-bottom:20px;
}
.stp10_box .ttl {
	margin-bottom:15px;
}
.stp10_box .subttl {
	font-weight:bold;
	font-size:17px;
	color:#9BC614;
	background:url(../img/flow/line_dotted_gre.png) repeat-x left bottom;
	margin-bottom:10px;
	padding:0 8px 3px;
}
.stp10_box .file_txt {
	width:320px;
	padding-bottom:10px;
	padding-left: 8px;
}
.stp_file {
	position:relative;
}
.stp10_box .img_r {
	float:right;
	margin:0 5px 10px 20px;
}
.stp10_box .txt_l {
	padding:0 8px;
}
.stp10_box .img_l {
	float:left;
	margin:0 20px 10px 5px;
}
.stp10_box .txt_r {
	padding:0 8px;
}
.stp10_box .cmmt {
	font-size:14px;
	padding:0 8px;
}
.stp10_box p span {
	font-size:14px;
}
.stp10_box .stp_lead {
	padding:0 8px;
}
.stp_list {
	text-align:center;
	padding:15px 0 10px;
}
.stp_list li {
	display:inline-block;
	margin:0 5px;
}
.stp_img {
	text-align:center;
	padding:15px 0 7px;
}



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

/* common ----------------------------------*/

.sec_innter {
	padding:0 20px;
}
.stp_box .box {
	width:300px;
	float:left;
}
.stp_box .box:first-child {
	margin-right:20px;
}


/* section step02 -----------------------*/

.stp02_box {
	position:relative;
}
.stp02_box .img {
	position:absolute;
	left:15px;
	bottom:0;
}
.stp02_box ul {
	padding-left:113px;
}
.stp02_box li {
	font-size:16px;
	font-weight:bold;
	list-style:none;
	background:url(../img/flow/list_point_check.gif) no-repeat left 5px;
	padding-left:24px;
	line-height:1.5;
}



/* section step03 -----------------------*/

.stp03area .box:last-child .img {
	margin-top:-25px;
}

/* section step04 -----------------------*/

#sec_step04 .col_img_r {
	margin-top: -40px;
	margin-bottom:30px;
	position:relative;
}


/* section step05 -----------------------*/

.stp05area .box {
	margin-bottom:20px;
}


/* section step09 -----------------------*/

#sec_step09 .col_img_r {
	margin:-80px -20px 15px 20px;
	position:relative;
}

/* section step10 -----------------------*/

.file_img {
	position:absolute;
	top:95px;
	right:0;
	padding-right:10px;
}
.stp10_box .img_l {
	padding-top:5px;
}


}



@media screen and (max-width:640px){

.ttl_line_r {
	font-size: 18px;
	line-height:1.5;
}
.stp_box {
	padding: 20px 10px 5px 10px;
}

/* section step02 -----------------------*/

.stp02_box {
	padding:10px 5px 10px 10px;
}
.stp02_box .img {
	text-align:center;
	margin-bottom:10px;
}
.stp02_set .subttl {
	float:none;
	width:auto;
}
.stp02_set p {
	width:auto;
}

/* section step03 -----------------------*/

#sec_step03 .col_img_r {
	float:none;
	text-align:center;
}
.stp_box .img_r {
	float:none;
	margin:0 0 20px;
	text-align:center;
}
.stp_box .txt_l {
	padding:0 8px 20px;
}


/* section step04 -----------------------*/

#sec_step04 .col_img_r {
	float:none;
	text-align:center;
}


/* section step06 -----------------------*/

#sec_step06 .col_img_r {
	float:none;
	text-align:center;
	margin-bottom:15px;
}
.stp06_box_in {
	padding: 30px 10px 10px;
}
.stp06_box .img_r {
	float:none;
	margin:0 0 20px;
	text-align:center;
}
.stp06_box .txt_l {
	padding:0 0 20px;
}
.stp06_box .t_box {
	padding: 0 5px 20px;
}
.stp06_box .t_box th,
.stp06_box .t_box td {
	padding:8px;
	font-size:14px;
}




/* section step09 -----------------------*/

#sec_step09 .col_img_r {
	float:none;
	text-align:center;
	margin-bottom:15px;
}

/* section step10 -----------------------*/

.file_img {
	text-align:center;
}
.stp10_box .file_txt {
	padding: 0 8px 10px;
	width: auto;
}
.stp10_box .txt_l,
.stp10_box .stp_lead,
.stp10_box .cmmt,
.stp10_box .txt_r {
	padding: 0;
}
.stp_list li {
	margin:0 5px 15px;
}
.stp10_box .subttl {
	padding:0 0 8px;
}
.stp10_box .file_txt {
	padding: 0 0 10px;
}



}

