.how_to_upload__header{
    text-align: center;
    margin: 100px auto;
    width: 100%;
    display: flex;
    justify-content: center;
}

.how_to_upload__header_line_common{
    position: relative;
    top: 10px;
    width: 60px;
    height: 3px;
    background-color: #333333;
    margin: auto 0px;
}

.how_to_upload__header_line_1{
    transform: rotate(45deg);    
}

.how_to_upload__header_line_2{
    transform: rotate(-45deg);    
}

@media screen and (max-width:896px) {
    .how_to_upload__header h1{
        font-size: 18px;
    }        

    .how_to_upload__header_line_common{
        position: relative;
        top: 10px;
        width: 40px;
        height: 3px;
        background-color: #333333;
        margin: auto 0px;
    }
    

}


/* card setting */

.how_to_upload__header_card{
    position: relative;
    margin-bottom:180px;
}

.how_to_upload__header_card_title{
    top: -35%;
    left: 2%;
    position: absolute;
    display: flex;
    justify-content: center;
}

.how_to_upload__header_card_number{
    font-weight: 600;
    color: #e7e7e7;
    font-size: 140px;
}

.how_to_upload__header_card_charge{
    display: grid;
    gap: 0px;
    margin: auto 0px 38px 0px;
}

.how_to_upload__header_card_charge h2{
    font-size: 24px;
    font-weight:600;
}

.how_to_upload__header_card_charge h2:nth-child(2) {
    margin-bottom: 10px;
    letter-spacing: -3px;
}

.how_to_upload__header_card_box{
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-around;
    /* border: #333333 solid 2px; */
    border-radius:2px;
    padding-top: 60px;
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.15);
}

.how_to_upload__header_card_box_img{
    width: 40%;
}

.how_to_upload__header_card_box_img img{
    width: 100%;
}

.how_to_upload__header_card_box_contents{
    margin-left: 30px ;
}

.how_to_upload__header_card_box_contents p{
    line-height: 40px;
    font-weight: 500;
}

.how_to_upload__header_card_box_contents p span{
    color: #c30639;
}

@media screen and (max-width:1260px) {
    .how_to_upload__header_card_box{
        display: block;
    }
    .how_to_upload__header_card_box_img {
        width: 100%;
    }
    .how_to_upload__header_card_title {
        top: -17%;
    }
    .how_to_upload__header_card_box_contents {
        padding: 10px;
    }
}

@media screen and (max-width:480px) {
    .how_to_upload__header_card {
        position: relative;
        margin-bottom: 79px;
    }
    .how_to_upload__header_card_number {
        font-size: 70px;
    }
    .how_to_upload__header_card_title {
        top: -12%;
    }   
    .how_to_upload__header_card_charge h2 {
        font-size: 18px;
    }
    .how_to_upload__header_card_charge {
        gap: 0px;
        margin: auto 0px 12px 0px;
    }
    .how_to_upload__header_card_charge h2{
        margin-top: 20px;
        margin-bottom: 3px;
    }
    .how_to_upload__header_card_box {
        padding-top: 35px;
    }
    .how_to_upload__header_card_box_contents {
        margin-left: 0px;
        padding: 10px;
    }
    .how_to_upload__header_card_box_contents p {
        line-height: 30px;
        font-weight: 500;
    }
}


/* btn setting */
.how_to_upload__header_card_box_contents_btn{
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    height: 68px;
    margin: 15px 0px;
}

.how_to_upload__header_card_box_contents_btn a{
    text-decoration: none;
}

.how_to_upload__header_card_box_contents_btn_main{
    background-color: #ffffff;
    width: 100%;
    height: auto;
    border-radius: 4px;
    border: #c30639 solid 3px;
}

.how_to_upload__header_card_box_contents_btn_main p{
    position: relative;
    color: #111111;
    font-weight: 600;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    z-index: 1;
    transition: 0.3s ease-in-out;
}

.how_to_upload__header_card_box_contents_btn_effect{
    position: relative;
    top: -63px;
    left: -575px;
    background-color: #c30639;
    width: auto;
    height: 60px;
    border-radius: 4px;
    transition: 0.3s ease-in-out;
}


.how_to_upload__header_card_box_contents_btn:hover .how_to_upload__header_card_box_contents_btn_effect{
    left: 0px;
}


.how_to_upload__header_card_box_contents_btn:hover .how_to_upload__header_card_box_contents_btn_main p{
    color: #ffffff;
}

/* card indivisual setting */
.header_card_title01{

}

.header_card_box01{
    border: #c30639 solid 3px;
    border-radius: 4px;
}
.header_card_title02{
    top: -30%;
}

.header_card_box02{
    border: #c30639 solid 3px;
    border-radius: 4px;
}
.header_card_title03{
    top: -38%;
}

.header_card_box03{
    padding: 40px 0px 30px 0px;
    border: #c30639 solid 3px;
    border-radius: 4px;
}
.header_card_title04{

}

.header_card_box04{
    
}
.header_card_title05{
    top: -23%;
}

.header_card_box05{
    
}

.header_card_box03{
    
}


@media screen and (max-width:1260px) {

    .how_to_upload__header_card_box_contents_btn {
        width: 90%;
        margin: 20px auto;
    }

    .how_to_upload__header_card_box_contents_btn_effect {
        left: -940px;
    }

    .header_card_title01{
        top: -11%;
    }
    .header_card_title02{
        top: -117px;
    }
    .header_card_title03{
        top: -117px;
    }
    .header_card_title05{
        top: -10%;
    }
}

@media screen and (max-width:548px) {
    .how_to_upload__header_card_box_contents_btn_main p {
        font-size: 16px;
    }
}

.flex_btn{
    display: flex;
}

.flex_btn div{
    width: 100%;
}

.flex_btn_setting{
    margin-right: 20px;
}

@media screen and (max-width:423px) {
    .how_to_upload__header_card_box_contents_btn_main p {
        font-size: 13px;
    }

    .header_card_title02{
        top: -10%;
    }

    .header_card_title03{
        top: -53px;
    }

    .header_card_title05{
        top: -6%;
    }
    .flex_btn {
        display: block;
    }
    .flex_btn p{
        font-size: 14px;
    }
}
