img{
    width: 100%;
}

.lp {
    background-color: #00B833;
    font-family: dnp-shuei-mgothic-std, sans-serif;
}

.container {
    max-width: 750px;
    text-align: center;
}

.top {
    margin-bottom: 20px;
}

.section1 {
    margin-bottom: 10px;
}

.section2 {
    margin-bottom: 40px;
}

.overview {
    background-color: #FFFFFF;
    padding: 30px 20px;
    margin-bottom: 44px;
}

.overview_title {
    color: #00B833;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: solid 1px #C4C4C4;
}

.overview_detail_text {
    color: #00B833;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
}

.overview_detail_text span {
    color: #FF0000;
    font-weight: 600;
}

.overview_detail_note {
    text-align: start;
    font-size: 14px;
    font-weight: normal;
    padding-top: 10px;
    margin-bottom: 22px;
}

.indention {
    margin-bottom: 0;
}

.step {
    margin-bottom: 40px;
}

.step_title {
    color: #FFF9B1;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}

.step_section {
    color: #00B833;
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 20px;
}

.step_logo {
    text-align: center;
    margin-bottom: 20px;
}

.step_logo img {
    max-width: 100px;
}

.step_section_text {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 40px;
}

.step_section_text_note {
    font-size: 12px;
    text-align: start;
    margin-bottom: 10px;
}

.step_section_next {
    font-size: 14px;
    border: solid 1px #C4C4C4;
    padding: 6px;
}

.step_section_next a {
    color: #00B833;
    text-decoration-line: none;
}

.step_section_next span {
    color: #FF0000;
    font-weight: 600;
}

.mb-10px {
    margin-bottom: 10px;
}

.mb-20px {
    margin-bottom: 20px;
}

.step_section_img img {
    max-width: 175px;
}

.step_section_note {
    font-size: 14px;
    border: solid 1px #C4C4C4;
    padding: 10px;
}

.step_section_note_title {
    font-weight: 600;
    margin-bottom: 4px;
}

.step_section_note_detail {
    text-align: start;
}

.step_section_alert {
    color: #FF0000;
    font-size: 16px;
    font-weight: 600;
    border: solid 1px #FF0000;
    padding: 10px;
    margin-bottom: 16px;
}

.contact {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 90px;
}

.contact_text {
    margin-bottom: 12px;
}

.contact_text a {
    color: #FFFFFF;
}

.campaign_button_area {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 110px;
    bottom: 0; 
    right: 0;
    background-color: rgba(255,255,255,0.7);
}

.campaign_button_area a {
    text-decoration: none;
}

.campaign_button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 70px;
    color: #FFFFFF;
    font-size: 21px;
    font-weight: 600;
    background-color: #FF0000;
    border: #FF0000 solid 1px;
    border-radius: 16px;
}

.campaign_button:hover {
    color: #FF0000;
    background-color: #FFFFFF;
}

.campaign_button_end {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 70px;
    color: #FF0000;
    font-size: 21px;
    font-weight: 600;
    background-color: #FFFFFF;
    border: #FF0000 solid 1px;
    border-radius: 16px;
}