﻿
.form {}
.form_text {
    text-align: center;
    margin-bottom: 50px;
}

.form_text:last-child{
    margin-bottom:0;
}
.mw_wp_form_confirm .form_text{
    display:none;
}
.form_oList {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.form_oList > li {
    background: #73A6E3;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    height: 100px;
    position: relative;
    z-index: 1;
    width: 32%;
    line-height: 1;
}


.mw_wp_form_confirm .form_oList > li:nth-child(2),
.form_oList > li.isCurrent {
    background-color: #006CD8;
}
.form_oList > li > small {
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    font-size: 40px;
    margin-right: 20px;
}
.form_oList > li > b {
    font-weight: bold;
}
.form_oList > li::after {
    content: "";
    border: 50px solid #fff;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    border-right-width: 0;
    border-left-color: transparent;
    border-left-width: 35px;
}
.form_oList > li:last-child::after {
    display: none;
}
.form_oList > li::before {
    content: "";
    border: 50px solid #fff;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    border-right-width: 0;
    border-left-width: 35px;
    border-top-color: transparent;
    border-bottom-color: transparent;
}
.form_oList > li:first-child::before {
    display: none;
}
.form_oList > li:first-child {}
.form_oList > li:last-child {}
.form_oList > li:nth-child(2n+1) {}
.form_oList > li:nth-child(n+3) {}
.form_box {
    background: #fff;
    border: 1px solid #DDDDDD;
    padding: 55px 25px 55px;
}
.form_in {
    max-width: 990px;
    margin: 0 auto;
}
.form_inputWrap {}
.form_name {
    display: flex;
    align-items: center;
    font-weight: normal;
}
.form_name > b {
    display: block;
    color: #FF0000;
    font-weight: normal;
    margin-left: 10px;
}
.form_name > small {
    display: block;
    margin-left: 12px;
}
.form_input {}
.form_input > input {
    display: block;
}
.form_cols {
    display: flex;
    justify-content: space-between;
}
.form_col {
    width: 45.4%;
}
.form_col-no1 {}
.form_col-no2 {}
.form_selWrap {}


.mw_wp_form_confirm .form_selWrap{
    background:none;
}


.mw_wp_form_confirm .form_selWrap::before{
    display:none;
}
.form_privacy {
    text-align: center;
    margin: 40px 0;
}

.mw_wp_form_confirm .form_privacy {
    display:none;
}   
.form_privacy > a {}
.form_privacy > a::before {
    content: "";
}
.form_privacy > a::after {
    content: "";
}
.form_btnList {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.form_btnList-confirm{
    display:none;
}

.mw_wp_form_confirm .form_btnList-input{
    display:none;
}

.mw_wp_form_confirm  .form_btnList-confirm{
    display:flex;
}
.form_btnList > li {
    width: 600px;
    margin-left: 20px;
}
.form_btnList > li:first-child {
    margin-left: 0;
}
.form_btnList > li:last-child {}
.form_btnList > li:nth-child(2n+1) {}
.form_btnList > li:nth-child(n+3) {}
.form_btnList > li > button {
    display: block;
}
.form_btnList > li > button::before {
    content: "";
}
.form_btnList > li > button::after {
    content: "";
}
.form_flex {
    display: flex;
    align-items: center;
}
.form_prefix {
    margin-right: 10px;
}
.form_suffix {
    margin-left: 5px;
    margin-right: 15px;
}
.form_labelWrap {
    display: flex;
    align-items: center;
}
@media screen and (min-width:1000px) {
    .form_privacy > a:hover {}
    .form_btnList > li > button:hover {}
}
@media screen and (max-width: 999px) {
    .form {}
    .form_text {}
    .form_oList {}
    .form_oList > li {
        width: 33.3%;
        height: 80px;
    }
    .form_oList > li.isCurrent {}
    .form_oList > li > small {
        font-size: 30px;
        margin-right: 10px;
    }
    .form_oList > li > b {}
    .form_oList > li::after {
        border-left-width: 20px;
        border-top-width: 40px;
        border-bottom-width: 40px;
    }
    .form_oList > li:last-child::after {}
    .form_oList > li::before {
        border-left-width: 20px;
        border-top-width: 40px;
        border-bottom-width: 40px;
    }
    .form_oList > li:first-child::before {}
    .form_oList > li:first-child {}
    .form_oList > li:last-child {}
    .form_oList > li:nth-child(2n+1) {}
    .form_oList > li:nth-child(n+3) {}
    .form_box {}
    .form_in {}
    .form_inputWrap {}
    .form_name {}
    .form_name > b {}
    .form_name > small {}
    .form_input {}
    .form_input > input {}
    .form_cols {}
    .form_col {}
    .form_col-no1 {}
    .form_col-no2 {}
    .form_selWrap {}
    .form_privacy {}
    .form_privacy > a {}
    .form_privacy > a::before {}
    .form_privacy > a::after {}
    .form_btnList {}
    .form_btnList > li {}
    .form_btnList > li:first-child {}
    .form_btnList > li:last-child {}
    .form_btnList > li:nth-child(2n+1) {}
    .form_btnList > li:nth-child(n+3) {}
    .form_btnList > li > button {}
    .form_btnList > li > button::before {}
    .form_btnList > li > button::after {}
    .form_flex {}
    .form_prefix {}
    .form_suffix {}
}
@media screen and (max-width:767px) {
    .form {}
    .form_text {
        text-align: left;
        max-width: 400px;
        margin: 0 auto 15px;
    }
    .form_oList {
        margin-bottom: 15px;
    }
    .form_oList > li {
        flex-direction: column;
        height: 50px;
        box-sizing: border-box;
        padding-bottom: 4px;
    }
    .form_oList > li.isCurrent {}
    .form_oList > li > small {
        font-size: 20px;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .form_oList > li > b {
        font-size: 10px;
    }
    .form_oList > li::after {
        border-left-width: 10px;
        border-top-width: 25px;
        border-bottom-width: 25px;
    }
    .form_oList > li:last-child::after {}
    .form_oList > li::before {
        border-left-width: 10px;
        border-top-width: 25px;
        border-bottom-width: 25px;
    }
    .form_oList > li:first-child::before {}
    .form_oList > li:first-child {}
    .form_oList > li:last-child {}
    .form_oList > li:nth-child(2n+1) {}
    .form_oList > li:nth-child(n+3) {}
    .form_box {
        padding: 15px 15px;
    }
    .form_in {}
    .form_inputWrap {}
    .form_inputWrap:last-child {}
    .form_name {
        flex-wrap: wrap;
    }
    .form_name > b {
        font-size: 12px;
        margin-left: 5px;
    }
    .form_name > small {
        font-size: 10px;
        margin-left: 5px;
    }
    .form_input {}
    .form_input > input {}
    .form_cols {
        display: block;
    }
    .form_col {
        width: auto;
    }
    .form_col-no1 {
        margin-bottom: 15px;
    }
    .form_col-no2 {}
    .form_selWrap {
        flex-grow: 1;
    }
    .form_privacy {
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 13px;
    }
    .form_privacy > a {}
    .form_privacy > a::before {}
    .form_privacy > a::after {}
    .form_btnList {
        display: block;
        margin-top: 25px;
    }
    .form_btnList > li {
        width: 100%;
        margin-top: 10px;
    }
    .form_btnList > li:first-child {
        margin-top: 0;
    }
    .form_btnList > li:last-child {}
    .form_btnList > li:nth-child(2n+1) {}
    .form_btnList > li:nth-child(n+3) {}
    .form_btnList > li > button {}
    .form_btnList > li > button::before {}
    .form_btnList > li > button::after {}
    .form_flex {
        flex-direction: column;
        align-items: flex-start;
    }
    .form_labelWrap {
        margin-bottom: 5px;
        width: 100%;
    }
    .form_prefix {}
    .form_suffix {
        margin-right: 0;
    }
}
