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

------------------------------------------------------------*/
.mainImg {
	min-height: 300px;
	background: url(../img/beginner/main_img.jpg) no-repeat left center;
}

.mainImg h2 {
	padding-top: 131px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	letter-spacing: 4px;
	line-height: 1.25;
}

.mainImg h2 span {
	display: inline-block;
	border-bottom: 2px solid #fff;
}

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

#conts > .ttl{
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 22px;
}


#conts .wPhoto{
    margin-bottom: 50px;
}

#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;
}

#conts .flowUl .flowLi .text{
}
#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 .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) {

    #main{
        width: 95%;
        margin: 0 auto 82px !important;
    }

	.mainImg {
        margin-bottom: 60px;
		min-height: 126px;
		background-size: cover;
	}

	.mainImg h2 {
		padding-top: 55px;
		font-size: 15px;
		letter-spacing: 2px;
	}

	.mainImg h2 span {
		border-bottom: 1px solid #fff;
	}

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

    #conts .wPhoto{
        width: 100%;
        margin: 0 auto 30px;
    }
    #conts .wPhoto img{
        width: 100%;
    }

    #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;
        text-align: center
    }
    #conts .flowUl .flowLi .text .ttl span{
    }

    #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;
    }

}