.mv {
    width: 750px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.title {
    font-size: 24px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

.container {
    text-align: left;
    margin: 0 auto;
}

.triangle {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #07C755;
    margin: 0 auto;
    margin-top: 16px;
    margin-bottom: 16px;
}

.img_step {
    width: 40%;
}

.container_text {
    width: 53%;
}

.container_step {
    display: flex;
    align-items: center;
    width: 50%;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 0 auto;
}

.title_step {
    font-size: 18px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: 600;
    margin-bottom: 5px;
}

.textbox_step {
    padding: 4px 8px;
    color: #fff;
    font-size: 11px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: 600;
    background-color: #07C755;
    width: 70px;
    margin-bottom: 10px;
    text-align: center;
}

.text_step {
    font-size: 14px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: 300;
}

.text_caution_step {
    font-size: 11px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: 300;
    margin-top: 9px;
}

.title_finish {
    font-size: 18px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}


.caution {
    background-color: #f6f6f6;
    width: 750px;
    margin: 0 auto;
}

.caution_container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    margin-top: 20px;
}

.caution_title {
    font-size: 16px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: 600;
}

.caution_text {
    font-size: 11px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: 300;
}