@charset 'utf-8';

/* common
------------------------------------------------ */
.title-page {}

@media screen and (max-width: 768px) {
	.title-page { background-image: url(../../img/contactflow/title.jpg); }
}

@media screen and (min-width: 769px) {
	.title-page { background-image: url(../../img/contactflow/title-pc.jpg); }
}


/* flow
------------------------------------------------ */
@media screen and (max-width: 768px) {

	.contactflow-list__item{
		padding: 20px 0 0 0;
	}

	.contactflow-hedding{
		display: inline-block;
		min-height: 60px;
		align-items: center;
		font-size: 2.1rem;
		color: #2e78cb;
		margin: 0 auto 20px auto;
		padding-left: 65px;
		background-position: left center;
	}

	.contactflow-hedding span{
		background:linear-gradient(transparent 70%, #92c64a 0%);
	}

	.contactflow-list__item:first-child .contactflow-hedding{
		background: url(../../img/contactflow/icn_step-01.png)no-repeat;
		background-size: 32px;
		padding-top: 20px;
	}

	.contactflow-list__item:nth-child(2) .contactflow-hedding{
		background: url(../../img/contactflow/icn_step-02.png)no-repeat;
		background-size: 37px;
		padding-top: 20px;
	}

	.contactflow-list__item:nth-child(3) .contactflow-hedding{
		background: url(../../img/contactflow/icn_step-03.png)no-repeat;
		background-size: 37px;
	}

	.contactflow-list__item:nth-child(4) .contactflow-hedding{
		background: url(../../img/contactflow/icn_step-04.png)no-repeat;
		background-size: 38px;
		padding-top: 20px;
	}

	.contactflow-list__item:nth-child(5) .contactflow-hedding{
		background: url(../../img/contactflow/icn_step-05.png)no-repeat;
		background-size: 38px;
	}

	.contactflow-list__item p{
		font-size: 1.4rem;
		line-height: 1.6em;
		text-align: left;
		color: #000;
	}

	.contactflow-list__item:last-child p{
		border: none;
	}

	.contactflow-photo{
		padding: 20px 10px;
		border-bottom: solid 1px #ccc;
	}

	.contactflow-remote{
		width: 230px;
		margin-top: 10px;
	}

	.contactflow-list__item::after{
		content: '';
		display: inline-block;
		width: 38px;
		height: 24px;
		background-image: url(../../img/service/arw_step.png);
		background-size: contain;
		margin-top: 20px;
	}

	.contactflow-list__item:last-child::after{
		display: none;
	}
}

@media screen and (min-width: 769px) {
	.contactflow-list__item{
		min-height: 186px;
		text-align: left;
		margin-top: 35px;
		padding-bottom: 40px;
		position: relative;
		border-bottom: solid 1px #ccc;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		flex-wrap: wrap;
	}

	.contactflow-list__item::after{
		content: '';
		display: inline-block;
		width: 80px;
		height: 25px;
		background: #fff url(../../img/service/arw_step.png) no-repeat;
		background-size: contain;
		position: absolute;
		left: 3px;
		bottom: -10px;
	}

	.contactflow-list__item:last-child::after{
		display: none;
	}

	.contactflow-list__item:first-child{
		background: url(../../img/contactflow/icn_step-01.png)no-repeat;
		background-size:40px;
		background-position: left center;
	}

	.contactflow-list__item:nth-child(2){
		background: url(../../img/contactflow/icn_step-02.png)no-repeat;
		background-size:46px;
		background-position: left center;
	}

	.contactflow-list__item:nth-child(3){
		background: url(../../img/contactflow/icn_step-03.png)no-repeat;
		background-size:46px;
		background-position: left center;
	}

	.contactflow-list__item:nth-child(4){
		background: url(../../img/contactflow/icn_step-04.png)no-repeat;
		background-size:47px;
		background-position: left center;
	}

	.contactflow-list__item:nth-child(5){
		background: url(../../img/contactflow/icn_step-05.png)no-repeat;
		background-size:46px;
		background-position: left center;
	}


	.contactflow-hedding{
		width: 30%;
		font-size: 3.0rem;
		text-align: center;
		color: #2e78cb;
		position: absolute;
		left: 6%;
		padding: 0 20px;
	}

	.contactflow-hedding span{
		background:linear-gradient(transparent 70%, #92c64a 0%);
	}


	.contactflow-list__item p{
		width: 42%;
		font-size: 1.6rem;
		line-height: 1.6em;
		text-align: left;
		color: #000;
		margin-left: 36%;
		padding-right: 20px;
	}

	.contactflow-remote{
		width: 320px!important;
		margin-top: 10px;
	}


	.contactflow-photo{
		width: 260px;
		position: absolute;
		right: 0;
		top: 0;
	}
}