@charset "utf-8";

@media screen and (max-width: 768px){
    #flow .exp{
        margin: 25px 0 0 ;
    }
}

/* -----------------------------------------------------------
    flow-area
-------------------------------------------------------------- */
#flow .flow-area {
    width: 1400px;
	background: url("../img/drop-deco.png") no-repeat right 6% top 8% / 12%,
		url("../img/price-flow-bg.png") no-repeat right 37% top 1.8% / 24% auto;
	background-color: #EEF6FC;
	padding-bottom: 80px;
    margin: 0 auto 90px;
}

#flow .flow-area #rain {
	width: 100%;
	height: 40px;
	background-color: #fff;
}

#flow .flow-area #rain canvas {
	width: 100%;
}

#flow .flow-area .ttl-img {
	display: flex;
	position: relative;
	padding-top: 80px;
}

#flow .flow-area .ttl-img .img-area {
	position: absolute;
	right: 90px;
    top: 20px;
}

#flow .flow-area .step-bg {
	width: 1300px;
	margin: 50px auto 0;
	background-color: #fff;
	padding-top: 60px;
}

#flow .flow-area .step-bg .support {
	background-color: #008AE1;
	font-size: 3.5rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	padding: 30px;
}


/*step*/
#flow .flow-area .step {
	background-color: #fff;
}

#flow .flow-area .step-list .step {
	display: flex;
	border-top: solid 1px #008AE1;
	border-bottom: solid 1px #008AE1;
}
#flow .flow-area .step-list.list02 .step:nth-child(1) {
	border-bottom: none;
}
#flow .flow-area .step-list.list02 .step:nth-child(2) {
	border: none;
}

#flow .flow-area .step-list .step .step-num {
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	padding: 50px 25px 0;
	color: #FFF600;
	background-color: #3C90E0;
	white-space: nowrap;
	position: relative;
}

#flow .flow-area .step-list .step .step-num ::before{
    content: "";
    position: absolute;
    bottom: -76px;
    left: 0;
    border: 45px solid transparent;
    border-top: 31px solid #3C90E0;
    z-index: 1;
}

#flow .flow-area .step-list .step .step-num.style2 {
	background-color: #76AFE6;
    padding: 50px 25px 0;
}
#flow .flow-area .step-list .step .step-num.style2 ::before{
    border-top: 31px solid #76AFE6;
}

#flow .flow-area .step-list .step .step-num .num {
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	font-family: 'Roboto', sans-serif;
}
#flow .flow-area .step-list .step .num03{
	padding: 50px 25px 0;
}

#flow .flow-area .step-list .step .list-r {
	padding: 40px 35px; 
	width: 100%;
}

#flow .flow-area .step-list .step .list-r .s-catch {
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 30px;
}
#flow .flow-area .step-list .step .list-r .step-txt{
    width: 610px;
}
#flow .flow-area .step-list .step .list-r .type{
    margin: 10px 0;
    font-weight: 500;
}
#flow .flow-area .step-list .step .list-r .type li{
    padding: 0 0 0 20px;
    font-weight: 500;
    position: relative;
}
#flow .flow-area .step-list .step .list-r .type li::before{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #003894;
    position: absolute;
    top: 15px;
    left: 5px;
}
#flow .flow-area .step-list .step .list-r .type li .txt{
    font-size: 1.8rem;
}

#flow .flow-area .step-list .step .list-r .step-txt02{
    width: 595px;
}
#flow .flow-area .step-list .step .list-r .btn-area {
	display: flex;
    margin: 30px 0 0 0;
}

/*tel*/
#flow .contact .btn-area .f-c-btn.tel-area {
	position: relative;
}

#flow .contact .tel-area {
	text-align: center;
	font-weight: 700;
	padding-left: 10px;
}

#flow .contact .tel-area .tel {
	font-size: 6rem;
	line-height: 1;
	display: flex;
	flex-wrap: nowrap;
    align-items: flex-end;
	margin-bottom: 10px;
}

#flow .contact .tel-area .txt {
	font-size: 2rem;
	font-weight: 700;
	text-align: left;
	padding-left: 85px;
}

#flow .contact .tel-area .tel img {
	margin-right: 10px;
	width: 73px;
	height: 100%;
}
#flow .flow-area .step-list .step .list-r .btn-area .hurry-btn a .hurry{
    padding: 10px 25px;
}
#flow .flow-area .step-list .step .list-r .btn-area .hurry-btn a .hurry .img-txt{
    margin: 5px 0 0;
}
#flow .flow-area .step-list .step .list-r .btn-area .hurry-btn a .txt{
    line-height: 1.5;
}


#flow .flow-area .step-list .step .list-r .btn-area .contact {
	margin-right: 40px;
}

#flow .flow-area .step-list .step .list-r.flex {
	display: flex;
}

#flow .flow-area .step-list .step .list-r.flex .img-area {
	margin-left: 50px;
}

/*流れ後半*/
#flow .flow-area .txt-img {
	display: flex;
	align-items: center;
    justify-content: center;
	margin-top: 30px;
}

#flow .flow-area .txt-img .txt.free {
	font-size: 3.5rem;
	font-weight: 700;
	margin-left: 20px;
}

/*step03*/
#flow .flow-area .step-list .step .list-r03{
    padding: 40px 40px 0px 40px;
}
#flow .flow-area .step-list .step .list-r03 .flex{
    display: flex;
}
#flow .flow-area .step-list .step .list-r03 .flex .img-area{
    margin: 0 0 0 50px;
}
#flow .flow-area .step-list .step .step03-txt {
	margin-top: 30px;
}/*
#flow .flow-area .step-list .step .step03-txt .repair-type{
	display: flex;
    justify-content: space-between;
    flex-flow: column;
}*/
#flow .flow-area .step-list .step .step03-txt .repair-type li{
    margin: 0 0 45px 0;
    width: 995px;
    padding: 15px 20px 15px;
    position: relative;
    background: #E9F2FC;
}
#flow .flow-area .step-list .step .step03-txt .repair-type li::after{
	content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-size: 3rem;
    font-weight: bold;
    color: #034A8F;
    position: absolute;
    bottom: -39px;
    right: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#flow .flow-area .step-list .step .step03-txt .repair-type li:last-child::after{
	display: none;
}
#flow .flow-area .step-list .step .step03-txt .repair-ttl{
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 2.0;
}
#flow .flow-area .step-list .step .step03-txt .repair-ttl::before{
    display: inline-block;
    content: "\f058";
    font-weight: normal;
    font-family: 'FontAwesome';
    color: #003894;
    margin-right: 5px;
}
#flow .flow-area .step-list .step .step03-txt .repair-catch{
    font-weight: 700;
    font-size: 2.0rem;
}
#flow .flow-area .step-list .step .step03-txt .repair-type.type02{
    margin: 40px 0 0 0;
}

/*step04*/
#flow .flow-area .step-list .step.step04 .step-num.style2{
    background: linear-gradient( to bottom, #76AFE6 0%, #76AFE6 87.2%, #fff 87.2%, #fff 100%);
}
#flow .flow-area .step-list .step.step04 .list-r {
	box-shadow: 0px 3px 30px rgb(0,0,0,16%);
	padding: 70px 40px;
}

#flow .flow-area .step-list .step.step04 .step-num.style2 ::before{
    border-top: 31px solid #76AFE6;
    bottom: -21px;
}

@media screen and (max-width: 768px){
	#flow .flow-area {
		background: url(../img/drop-deco.png) no-repeat right 1% top 4% / 26%, 
			none, 
			url("../img/price-flow-bg.png") no-repeat right 40% top 2% / 25% auto;
		background-color: #EEF6FC;
		padding-bottom: 0;
        width: 100%;
    	margin: 0;
	}
	
	#flow .flow-area #rain {
		height: 40px;
	}
    #flow .flow-area .ttl-catch{
        width: 180px;
    }
    #flow .flow-area .ttl-catch .catch{
        margin: 0;
    }

	#flow .flow-area .ttl-img {
		display: flex;
		position: relative;
		padding-top: 10px;
	}

	#flow .flow-area .ttl-img .img-area {
		position: relative;
		right: 0px;
		top: 5px;
		margin-left: 10px;
		width: 120px;
	}

	#flow .flow-area .step-bg {
		width: 100%;
		margin: 0px auto 0;
		background-color: #EEF6FC;
		padding-top: 25px;
	}

	#flow .flow-area .step-bg .support {
		font-size: 2rem;
		line-height: 1.4;
		text-align: center;
		padding: 20px;
	}

	/*step*/
	#flow .flow-area .step {
		background-color: #fff;
	}

	#flow .flow-area .step-list .step {
		display: flex;
		border-top: none;
		border-bottom: none;
		flex-direction: column;
	}
	#flow .flow-area .step-list.list02 .step:nth-child(1) {
		border-bottom: none;
	}
	#flow .flow-area .step-list.list02 .step:nth-child(2) {
		border: none;
	}

	#flow .flow-area .step-list .step .step-num {
		font-size: 1.6rem;
		text-align: center;
		padding: 10px 0px 10px;
		white-space: nowrap;
		position: relative;
	}

	#flow .flow-area .step-list .step .step-num ::before{
		content: none;
	}
    #flow .flow-area .step-list .step .step-num.style2 {
        padding: 10px 0 10px;
    }

	#flow .flow-area .step-list .step .step-num.style2 ::before{
		border-top: 31px solid #76AFE6;
	}

	#flow .flow-area .step-list .step .step-num .num {
		font-size: 2.5rem;
		margin-left: 10px;
	}

	#flow .flow-area .step-list .step .list-r {
		padding: 20px; 
	}

	#flow .flow-area .step-list .step .list-r .s-catch {
		font-size: 2rem;
		margin-bottom: 10px;
	}
    
    #flow .flow-area .step-list .step .list-r .step-txt{
        width: 100%;
    }
    #flow .flow-area .step-list .step .list-r .type li::before{
        top: 13px;
    }
    #flow .flow-area .step-list .step .list-r .type li .txt{
        font-size: 1.6rem;
    }

    #flow .flow-area .step-list .step .list-r .step-txt02{
        width: 100%;
    }


	#flow .flow-area .step-list .step .list-r .btn-area {
		display: flex;
		flex-direction: column;
	}
    /*tel*/
	#flow .flow-area .tel-area {
		padding-left: 0px;
	}

	#flow .flow-area .tel-area .tel {
		display: block;
		font-size: 3.6rem;
		margin-bottom: 0px;
		position: static;
		left: -50px;
		text-align: left;
	}

	#flow .flow-area .tel-area .txt {
		font-size: 1.2rem;
		text-align: left;
		padding-left: 55px;
	}

	#flow .flow-area .tel-area .tel img {
		width: 45px;
	}


	#flow .flow-area .step-list .step .list-r .btn-area .contact {
		margin: 0 0 20px 0;
	}

	#flow .flow-area .step-list .step .list-r.flex {
		display: flex;
		flex-direction: column;
	}

	#flow .flow-area .step-list .step .list-r.flex .img-area {
        margin-top: 10px;
		margin-left: 0px;
	}
	
	#flow .flow-area .step-list .step .list-r.flex .img-area img {
		max-width: 100%;
	}

	/*流れ後半*/
	#flow .flow-area .txt-img {
		margin-top: 0px;
		background-color: #fff;
		padding: 0px 20px 0;
	}
	
	#flow .flow-area .txt-img img {
		width: auto;
		height: 75px;
	}

	#flow .flow-area .txt-img .txt.free {
		font-size: 2.5rem;
		margin-left: 10px;
	}

	/*step03*/
	/*#flow .flow-area .step-list .step .step03-txt {
		display: flex;
		align-items: center;
		margin: 30px 0 10px;
	}

	#flow .flow-area .step-list .step .step03-txt .txt {
		padding: 5px 15px;
		font-size: 1.3rem;
		min-width: 120px;
		text-align: center;
	}

	#flow .flow-area .step-list .step .step03-txt .txt span {
		position: absolute;
		color: #333;
		top: -25px;
		font-size: 1.1rem;
	}

	#flow .flow-area .step-list .step .step03-txt .txt span:before,
	#flow .flow-area .step-list .step .step03-txt .txt span:after {
		height: 13px;
	}

	#flow .flow-area .step-list .step .step03-txt .plus {
		font-size: 2.4rem;
		margin: 0 5px;
		line-height: 1;
	}*/
    
    #flow .flow-area .step-list .step .list-r03 .flex{
        display: block;
    }
    #flow .flow-area .step-list .step .list-r03 .flex .img-area{
        margin: 0;
    }
    #flow .flow-area .step-list .step .step03-txt {
        margin-top: 10px;
    }/*
    #flow .flow-area .step-list .step .step03-txt .repair-type{
        display: flex;
        justify-content: space-between;
        flex-flow: column;
    }*/
    #flow .flow-area .step-list .step .step03-txt .repair-type li{
        margin: 0 0 30px 0;
        width: 100%;
        padding: 15px 20px 15px;
    }
    #flow .flow-area .step-list .step .step03-txt .repair-type li::after{
        font-size: 2.5rem;
        bottom: -30px;
        right: 45%;
    }
    #flow .flow-area .step-list .step .step03-txt .repair-type li:last-child{
        margin: 0 0 20px 0;
    }
    #flow .flow-area .step-list .step .step03-txt .repair-ttl{
        font-size: 2.0rem;
        font-weight: 700;
        line-height: 2.0;
    }
    #flow .flow-area .step-list .step .step03-txt .repair-ttl::before{
        display: inline-block;
        content: "\f058";
        font-weight: normal;
        font-family: 'FontAwesome';
        color: #003894;
        margin-right: 5px;
    }
    #flow .flow-area .step-list .step .step03-txt .repair-catch{
        font-weight: 700;
        font-size: 2.0rem;
    }
    #flow .flow-area .step-list .step .step03-txt .repair-type.type02{
        margin: 20px 0 0 0;
    }

	/*step04*/
    #flow .flow-area .step-list .step.step04 .step-num.style2{
        background: #76AFE6;
    }
	#flow .flow-area .step-list .step.step04 .list-r {
		text-align: left;
		box-shadow: none;
		padding: 20px;
	}

	#flow .flow-area .step-list .step.step04 .list-r .s-catch {
		text-align: left;
	}
    #flow .flow-area .step-list .step.step04 .list-r .txt {
		margin: 0 0 10px 0;
	}
    
}

/* -----------------------------------------------------------
    フロー内のボタンだしわけ
-------------------------------------------------------------- */
#area .flow-area .hurry-btn,
#urgency .flow-area .hurry-btn {
	display: none;
}