@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#gNavi li:nth-child(4) > a {
	color: #29b572;
}

#conts .comImgBox .textBox01 {
	width: 390px !important;
}
#conts > .text{
    margin-bottom: 60px;
}
#conts > .ttl{
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 20px;
}

#conts .wPhoto{
    margin-bottom: 30px;
}
#conts .wPhoto img{
    width: 100%;
}

#conts .flowUl{
    margin-bottom: 90px;
}

#conts .flowUl .flowLi{
    margin-bottom: 10px;
    padding: 25px 25px;
    background: #F1F2F6;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
}

#conts .flowUl .flowLi .text{
}
#conts .flowUl .flowLi .text .ttl{
    margin-bottom: 25px;
    font-size: 17px;
    font-weight: bold;
    padding-left: 4.7em;
    text-indent: -4.7em;
}
#conts .flowUl .flowLi .text .ttl span.step{
    padding: 2px 12px 1px;
    margin-right: 1em;
    color: #fff;
    background: #29b572;
    border-radius: 15px;
    font-size: 13px;
    vertical-align: 7.5%;
}
#conts .flowUl .flowLi .text .ttl span.color{
    color: #29b572;
}


#conts .flowUl .flowLi .photo{
    margin-left: 15px;
}
#conts .flowUl .flowLi .photo img{
}

#conts .flowUl .arrow{
    margin-bottom: 15px;
    text-align: center;
}



@media all and (min-width: 0) and (max-width: 767px) {
	#conts .imgBox01 {
		margin-bottom: 50px;
	}

	#conts .imgBox02 {
		margin: 0 0 44px;
	}

    #conts > .ttl{
        font-size: 17px;
    }

    #conts .comImgBox .textBox01 {
        width: 95% !important;
    }

    #conts .flowUl{
        margin-bottom: 60px;
    }

    #conts .flowUl .flowLi{
        padding: 15px 15px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    #conts .flowUl .flowLi .text{
    }
    #conts .flowUl .flowLi .text .ttl{
        margin: 0 auto 10px;
    }
    #conts .flowUl .flowLi .photo{
        margin: 0 auto 25px;
    }
    #conts .flowUl .flowLi .photo img{
    }

    #conts .flowUl .arrow{
        margin-bottom: 5px;
        text-align: center;
    }
    #conts .flowUl .arrow img{
        width: 50px;
    }
}