img{
	width: 100%;
}

.cta .inner {
    padding: 20px 15px 20px;
    margin: 0 auto;
}

.cta .ctaTx {
    font-size: 1.3rem;
    line-height: 1.3;
    text-align: center;
    padding-bottom: 0.4em;
    font-weight: 700;
}

.ttl-flow{
	padding-top:30px;
}

@media only screen and (min-width: 641px){
.ctaWeb-tx {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 2rem;
}
.ctaWeb-tx::before {
	position: absolute;
    content: "";
    left: 7%;
    background: url(../img/icon-cta-web.svg) no-repeat;
    background-size: contain;
    width: 28px;
    height: 22px;
}

.default .arrow-bottom01 {
    position: relative;
	}
	
.default .arrow-bottom01::before {
    content: "";
    border: solid transparent;
    display: inline-block;
    position: absolute;
    border-width: 24px;
    border-top-color: #b21f31;
    margin-left: -24px;
    left: 50%;
    bottom: -75px;
	}
}

@media only screen and (max-width:639px) {
.default .arrow-bottom01 {
    position: relative;
	}
	
.default .arrow-bottom01::before {
    content: "";
    border: solid transparent;
    display: inline-block;
    position: absolute;
    border-width: 24px;
    border-top-color: #b21f31;
    margin-left: -24px;
    left: 50%;
    bottom: -65px;
	}
}

