@charset "utf-8";
/* CSS Document */
#process{
    position: relative;
    padding: 0vw 0 3vw;
}
#process h2{
    color: #db0e78;
    font-size: 31px;
    margin: 4vw 0 1vw;
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: #9595953d 1px solid;
}
#process h2 .fa{
    font-size: 20px;
    margin: 0 5px;
    margin-top: 5px;
}
#process .box_01 .info{
    display: flex;
    flex-wrap: wrap;
}
#process .box_01 .info .list{
    display: flex;
    margin: 6px 0;
    width: 100%;
}
#process  b ,#process  p{
    color: #686868;
    font-weight: 400;
    font-size: 18px;
}
}
#process .box_01 h2{
    font-size: 24px;
    color: #1f1f1f;
}
#process .box_01 .ter{
    margin: 35px 0 0px;
    border: #dadadaab 1px solid;
    padding: 30px 25px;
    background: #5b3d76;
    border-radius: 14px;
}
#process .box_01 .ter p{
    color: white;
}
#process .box_02{
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
#process .box_02 h2{
    margin-bottom: 50px;
}
#process .box_02 .step{
    display: flex;
    flex-direction: column;
    width: 16.6%;
    align-items: center;
    position: relative;
}
#process .box_02 .step p{
    font-size: 20px;
    text-transform: uppercase;
}
#process .box_02 .dot{
    font-size: 50px;
    line-height: 50%;
    position: relative;
}
#process .step:before{
    content:"";
    position:absolute;
    width:100%;
    height:1px;
    background:#c3c3c3;
    top: 49px;
}
#process .box_02 .step .nub{
    font-size: 20px;
}
#process .box_02 .step img{
    width: 50px;
    margin: 23px 0;
}
#process .box_03{
    display: flex;
    flex-wrap: wrap;
}
#process .box_03 .img_box{
    display: flex;
    justify-content: center;
    width: 40%;
}
#process .box_03 .textt{
    display: flex;
    flex-direction: column;
    width: 44%;
    padding: 2%;
    margin-left: 5%;
    border: #dddddd8a 1px solid;
    border-radius: 20px;
    background: #dc0e7a;
    box-sizing: border-box;
    outline: 1px solid #f7f7f738;
    outline-offset: -12px;

}
#process .box_03 .textt p{line-height: 200%;color: white;}
#process .box_03 .textt h1{
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 10px;
    margin-bottom: 20px;
}
#process .box_03 .img_box img{
    width: 800px;
}
@media screen and (max-width: 980px){
	#process .box_02 .step{
        width: 33.3%;
    }
    #content{
        background-image: unset;
    }
    #process .box_03 .img_box{
        width: 100%;
        margin: 30px 0;
    }
    #process .box_03 .img_box img{
    width: 500px;
}
    #process .box_03 .textt{
    width: 100%;
    margin-left: 0;
}
}
