@charset "utf-8";

#steps-03 {
    text-align: center;
    padding-bottom:100px;
}
#steps-03 h2 {
    margin-bottom: 60px;
}
#steps-03 .items {
    display: flex;
    flex-wrap: nowrap;
    margin:0 auto 70px;
}
#steps-03 .item .textBox {
    max-width: 220px;
    margin: 0 auto;
}
#steps-03 .item .imgBox {
    position: relative;
    z-index: 0;
    padding: 0 20px;
    border-radius: 12px;
}
#steps-03 .item .imgBox .arrow {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: calc(100% - 33px);
    height: 1px;
    width: 40%;
    max-width: 200px;
    border-bottom: 2px solid #C1C1C1;
}

#steps-03 .item .imgBox .arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-1.7vw, -13px);
    width: 3px;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 28px solid #C1C1C1;
}
#steps-03 .item:last-child .imgBox .arrow {
    display: none;
}
#steps-03 .item p {
    margin:0 auto 20px;
    line-height: 1.5em;
    min-height: 90px;
    font-size: 18px;
}
#steps-03 .item img {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    height: auto;
    margin-bottom:15px;
}
#steps-03 .item h3 {
    font-weight: 700;
    font-size:40px;
    margin-bottom: 15px;
}
#steps-03 .slick-dots {
    bottom: -25px;
}
@media only screen and (min-width: 1275px){
    #steps-03 .item .imgBox .arrow::after {
        transform: translate(-83%, -13px);
    }
}
@media only screen and (max-width: 991px){
    #steps-03 .item .imgBox .arrow {
        display: none;
    }
}
@media only screen and (max-width: 600px){
    #steps-03 {
        padding-top: 0;
    }
    #steps-03 .items {
        margin-bottom:35px;
    }
    #steps-03 .item {
        max-width: 100%;
        margin: 0 auto 27px;
    }
    #steps-03 .item h3 {
        font-size:32px;
    }
    #steps-03 .slick-dots {
        bottom: 0;
    }
    #steps-03 .item p {
        font-size: 25px;
        min-height: auto;
        margin-bottom: 40px
    }
    #steps-03 .items .item .textBox {
        max-width: 300px;
    }
}
@media only screen and (max-width:480px) {
	#steps-03 .item img {
		max-width: 230px;
	}
	#steps-03 .item p {
    	font-size: 22px;
		margin-bottom: 20px;
	}
}