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


/*------------------------------------
        flow/納品までの流れ
--------------------------------------*/
.flowCont .flowStep .inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px auto 50px;
}
.flowCont .flowStep .inner .leftBox{
    width: 500px;
}
.flowCont .flowStep .inner h4{
    margin-bottom: 15px;
    padding-left: 60px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8em;
    border-bottom: 3px solid #cee0ea;
    position: relative;
}
.flowCont .flowStep .inner h4:before{
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background-color: #d00000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 85%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
/**/
.flowCont .flowStep .step1 h4:before{
    background-image: url(../../../_images/first/icon_step1.webp);
}
.flowCont .flowStep .step2 h4:before{
    background-image: url(../../../_images/first/icon_step2.webp);
}
.flowCont .flowStep .step3 h4:before{
    background-image: url(../../../_images/first/icon_step3.webp);
}
.flowCont .flowStep .step4 h4:before{
    background-image: url(../../../_images/first/icon_step4.webp);
}
.flowCont .flowStep .step5 h4:before{
    background-image: url(../../../_images/first/icon_step5.webp);
}

.flowCont .flowStep .inner h4 + p{
	font-size: 13px;
	margin-bottom: 20px;
}


.flowCont .flowStep .inner .leftBox ul{
    margin: 10px 0;
    font-size: 15px;
}
.flowCont .flowStep .inner .leftBox ul li{
    margin-bottom: 15px;
    padding-left: 15px;
    position: relative;
}
.flowCont .flowStep .inner .leftBox ul li:before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #005d93;
    position: absolute;
    left: 0;
    top: 8px;
}

.flowCont .flowStep .step4 .leftBox ul li{
    padding-left: 0;
}
.flowCont .flowStep .step4 .leftBox ul li:before{
    display: none;
}


.flowCont .flowStep .inner .leftBox ul li .linkBtn{
    margin: 5px 0;
}
.flowCont .flowStep .inner .leftBox ul li .linkBtn a{
    color: #fff;
    padding: 10px;
    padding-right: 30px;
    font-size: 16px;
    border: none;
}
.flowCont .flowStep .inner .leftBox ul li.form .linkBtn a{
    background-color: #ff4a4a;
}
.flowCont .flowStep .inner .leftBox ul li.fax .linkBtn a{
    background-color: #2dbe4c;
}


/**/
.flowCont .aboutDay{
	background: #ffebe4;
	margin: 30px;
	padding-bottom: 20px;
}
.flowCont .aboutDay h3{
	background: #e77148;
	color: #fff;
	margin-bottom: 15px;
	padding: 10px 20px;
	font-size: 20px;
	font-weight: bold;
}
.flowCont .aboutDay h3:before{
	content: "■";
	display: inline-block;
	color: #fff;
	margin-right: 10px;
}
.flowCont .aboutDay p{
	margin: 10px 20px;
}
.flowCont .aboutDay .dayBox{
	width: 80%;
	background-color: #fff;
	margin: 30px auto 10px;
	padding: 5px;
	text-align: center;
}
.flowCont .aboutDay .dayBox p{
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5em;
}

/**/
.flowCont .aboutDay .moreCaption{
	background: #ffc1ab;
	margin: 20px 40px;
	padding: 10px;
	text-align: center;
}
.flowCont .aboutDay .moreCaption p{
	font-size: 18px;
	font-weight: bold;
}


@media screen and (max-width: 768px) {
	.flowCont .flowStep .inner{
		width: 95%;
		margin: 30px auto 50px;
	}

	.flowCont .flowStep .inner .leftBox{
		width: 55%;
	}
	.flowCont .flowStep .inner .rightImg{
		width: 43%;
	}
	/**/
	.flowCont .aboutDay{
		width: 95%;
		margin: 30px auto;
	}
	.flowCont .aboutDay .dayBox{
		width: 90%;
		margin: 20px auto;
	}
	.flowCont .aboutDay .dayBox p{
		font-size: 25px;
	}
	
	/**/
	.flowCont .aboutDay .moreCaption{
		width: 90%;
		margin: 20px auto;
	}
	.flowCont .aboutDay .moreCaption p{
		font-size: 16px;
	}
}
@media screen and (max-width: 480px) {
	.flowCont .flowStep .inner .leftBox{
		width: 100%;
		margin-bottom: 10px;
	}
	.flowCont .flowStep .inner .rightImg{
		width: 100%;
		text-align: center;
	}
	.flowCont .flowStep .inner .rightImg img{
		max-width: 350px;
	}
	/**/
	.flowCont .aboutDay .dayBox p{
		font-size: 20px;
	}
	
	/**/
	.flowCont .aboutDay .moreCaption p{
		font-size: 16px;
	}
}


