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

#conts > .text{
    margin: 0 auto 80px;
}

#conts .comImgBox .textBox01 {
	width: 390px !important;
}

#conts .dentFeature{
    margin: 0 auto 60px;
}
#conts .dentFeature li{
    padding: 0 0 25px;
    border-bottom: 1px solid #dedede;
}
#conts .dentFeature li .ttl{
    padding: 25px 0;
    border-bottom: 1px dotted #dedede;
    color: #29b572;
    font-size: 17px;
    font-weight: bold;
}
#conts .dentFeature li .txt{
    padding: 25px 0 0 1.4em;
}

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

#conts .flowUl .flowLi{
    margin-bottom: 10px;
    padding: 25px 25px;
    background: #F1F2F6;
}

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

#conts .flowUl .flowLi .photoUl{
    display: flex;
    flex-wrap: wrap;
}
#conts .flowUl .flowLi .photoUl li {
    margin: 0 10px 10px 0
}
#conts .flowUl .flowLi .photoUl li img{
}

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

@media all and (min-width: 0) and (max-width: 767px) {
    #conts .comImgBox .textBox01 {
        width: 95% !important;
    }

#conts .dentFeature{
}
#conts .dentFeature li{
    padding: 0 0 15px;
}
#conts .dentFeature li .ttl{
    padding: 10px 0 5px 1.6em;
    text-indent: -1.6em;
    font-size: 15px;

}
#conts .dentFeature li .txt{
    padding: 10px 0 0 1.3em;
}

    #conts .flowUl{
    }

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

    #conts .flowUl .flowLi .text{
        width: 100%;
    }
    #conts .flowUl .flowLi .text .ttl{
        padding-left: 4.7em;
        text-indent:  -4.7em;
        margin: 0 auto 10px;
    }
    #conts .flowUl .flowLi .text .ttl span{
    }

    #conts .flowUl .flowLi .photoUl{
    }
    #conts .flowUl .flowLi .photoUl li{
        margin: 0 5px 5px 0;
        width: 48%;
    }
    #conts .flowUl .flowLi .photoUl li img{
        width: 100%;
    }

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