.firstview {
    padding-top: 80px;
    border-bottom: 5px solid #D90429
}

.firstview .inner {
    padding: 5em 0
}

.firstview .inner .title {
    text-align: center;
    width: 100%
}

.firstview .inner .title h1 {
    font-size: 2.6em;
    margin-bottom: .3em
}

.firstview .inner .title .subtitle {
    color: #D90429;
    font-weight: bold
}

.firstview .inner .button {
    width: 100%
}

.firstview .inner .button a {
    width: 100%
}

.text-box {
    margin: 0 auto;
    width: 80%;
    max-width: 800px;
    text-align: left;
}

@media screen and (max-width: 600px) {
    .firstview .inner {
        padding: 3em 0
    }

    .firstview .inner .title h1 {
        font-size: 2em
    }
}

.firstview {
    padding-top: 80px;
    border-bottom: 5px solid #D90429
}

.firstview .inner {
    max-width: 1340px;
    padding: 3.5em 0
}

.firstview .inner .title {
    text-align: center;
    width: 100%
}

.firstview .inner .title h1 {
    font-size: 2em;
    margin-bottom: .3em
}

h2 {
    font-size: 1.5em
}

@media screen and (max-width: 600px) {
    .firstview {
        padding-top: 68px
    }

    .firstview .inner {
        padding: 2.5em 0
    }

    .firstview .inner .title h1 {
        font-size: 2em
    }
}

.contact {
    padding-bottom: 0
}

.contact .fb {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.contact .read {
    font-size: 1.1em;
    font-weight: bold;
    width: 100%;
    margin: 0 auto 1.5em
}

.contact .read+p {
    margin: 0 auto;
    width: 100%;
    line-height: 2
}

.contact>.inner {
    margin-top: 6em;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.complete .inner {
    margin-top: 0
}

.complete .inner .flow {
    position: absolute
}

.complete .inner #main_contact h3 {
    margin-bottom: .6em;
    font-size: 1.4em
}

.complete .inner #main_contact p {
    line-height: 1.8;
    margin-bottom: 1.5em
}

.complete .inner #main_contact .button a {
    padding: .3em 6em;
    font-size: 1em
}

.flow {
    text-align: left;
    width: 280px;
    margin-right: 20px;
}

.flow>.read {
    font-size: 1.2em;
    margin-bottom: 1em;
    font-weight: bold;
    border-bottom: 3px solid #D90429;
    display: inline-block
}

.flow .flow-body {
    display: inline-block;
    width: 100%
}

.flow .flow-body p {
    position: relative;
    padding-left: 1em;
    line-height: 2;
    color: #ccc
}

.flow .flow-body p:before,
.flow .flow-body p:after {
    position: absolute;
    content: ' ';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.flow .flow-body p:after {
    left: -1px;
    width: 8px;
    height: 8px;
    border: 1px solid #ccc
}

.flow .flow-body span {
    position: relative;
    left: 2px;
    display: block;
    width: 1px;
    height: 1.6em;
    background: #ccc
}

.flow .flow-body>.current {
    font-weight: bold;
    color: #2B2D42
}

.flow .flow-body>.current::before {
    z-index: 2;
    border: 1px solid transparent;
    border-radius: 50%;
    background: #302f2f
}

.flow .flow-body>.current:after {
    background: #D90429
}

#main_contact.confirm dl.fb {
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
    padding: 1em
}

#main_contact.confirm dl.fb:first-child {
    border-top: 1px solid #ccc
}

#main_contact.confirm dl.fb dd {
    padding: 1.1em 0;
    padding-left: 2em;
    text-align: left
}

#main_contact.confirm>div.fb {
    margin-top: 3em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 3em
}

#main_contact.confirm>div.fb form:first-child button {
    background: #fff;
    color: #D90429
}

#main_contact.confirm>div.fb button {
    border: 2px solid #D90429;
    margin: 0 3em;
    width: 250px
}

#main_contact {
    width: calc(100% - 300px);
    max-width: 900px;
    margin: 0 auto
}

#main_contact p.error {
    color: #D90429;
    font-weight: bold;
    margin-top: .4em;
    text-align: left
}

#main_contact dl.fb {
    margin-bottom: 2em;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

#main_contact dl.fb dt {
    width: 300px;
    padding: 1em .9em;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#main_contact dl.fb dt strong {
    margin-right: .5em;
    line-height: 1.5;
    font-size: 18px
}

#main_contact dl.fb dt span {
    display: inline-block;
    color: #D90429;
    line-height: 1.2;
    font-size: .9em;
    font-weight: bold
}

#main_contact dl.fb dd {
    width: calc(100% - 300px);
    position: relative;
    text-align: left;
}

#main_contact dl.fb dd>div {
    position: relative;
    overflow: hidden
}

#main_contact dl.fb dd i {
    height: 100%;
    width: 60px;
    color: #fff;
    background: #D90429;
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 28px
}

#main_contact dl.fb input,
#main_contact dl.fb select,
#main_contact dl.fb textarea {
    background: #EDF2F4;
    width: 100% !important;
    padding: 1em;
    font-weight: 300;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    font-size: 18px;
    text-align: left
}

#main_contact dl.fb input[type="radio"] {
    width: 5px !important;
    height: 5px !important;
    margin-right: 0.5em;
}

#main_contact dl.fb input[type="radio"]:checked {
    background: red !important;
}

#main_contact dl.fb label {
    margin-right: 1em;
    font-size: 18px;
    display: inline-block;
    margin-top: 0.8em;
}

#main_contact dl.fb input[type="number"] {
    width: 30% !important;
}

#main_contact dl.fb input[type="date"],
#main_contact dl.fb .mtgtime {
    margin-bottom: 1em;
    width: 30% !important;
    margin-right: 1%;
}

#main_contact dl.fb .mtgtime {
    width: 30% !important;
    position: relative;
}

#main_contact dl.fb input[type="date"]:disabled,
#main_contact dl.fb .mtgtime.active {
    opacity: 0.5;
}

#main_contact dl.fb dd .mtgtime i {
    top: inherit;
    width: 30px;
}

#main_contact dl.fb textarea {
    height: 14em
}

#main_contact h2 {
    color: #036eb8;
    font-size: 1.3em;
    margin-top: 6em;
    margin-bottom: 2em;
    border-bottom: 1px solid #036eb8;
    padding-bottom: .5em
}

#main_contact button {
    margin-top: 2em;
    background: #D90429;
    color: #fff;
    padding: .7em 3.7em;
    font-weight: bold
}

@media screen and (max-width: 1200px) {
    .complete .flows {
        margin-bottom: 2em
    }

    .flows {
        text-align: center;
        width: 100%;
        margin-bottom: 4em
    }

    .flows .read-wrapper {
        width: 100%;
        text-align: center
    }

    .flows .read-wrapper .read {
        padding-bottom: .3em;
        font-size: 1.2em;
        font-weight: bold;
        border-bottom: 3px solid #D90429;
        display: inline-block
    }

    .flows .flow-body {
        margin: 0 auto;
        position: relative;
        max-width: 700px
    }

    .flows .flow-body .line {
        position: absolute;
        height: 1px;
        width: 100%;
        background: #ccc;
        top: 0;
        bottom: 0;
        margin: auto 0
    }

    .flows .flow-body>.fb>.fb {
        background: #fff;
        padding: 1em 3em;
        z-index: 1;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .flows .flow-body>.fb>.fb:first-child {
        padding-left: 1em
    }

    .flows .flow-body>.fb>.fb:last-child {
        padding-right: 1em
    }

    .flows .flow-body>.fb>.fb.current>div {
        margin-bottom: 1.7em
    }

    .flows .flow-body>.fb>.fb.current .circle:before {
        border: none;
        background: #D90429;
        opacity: .2;
        width: 20px;
        height: 20px
    }

    .flows .flow-body>.fb>.fb.current .circle::after {
        width: 8px;
        height: 8px;
        background: #D90429;
        top: 6px
    }

    .flows .flow-body>.fb>.fb.current p {
        color: #2B2D42;
        font-weight: bold
    }

    .flows .flow-body>.fb>.fb>div {
        width: 100%;
        margin-bottom: 1.5em
    }

    .flows .flow-body>.fb>.fb>div .circle {
        position: relative;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .flows .flow-body>.fb>.fb>div .circle:before,
    .flows .flow-body>.fb>.fb>div .circle:after {
        content: ' ';
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin: auto
    }

    .flows .flow-body>.fb>.fb>div .circle:before {
        border: 1px solid #ccc;
        border-radius: 50%;
        width: 14px;
        height: 14px
    }

    .flows .flow-body>.fb>.fb p {
        width: 100%;
        color: #ccc
    }

    #main_contact {
        width: 100%
    }

    #main_contact dl.fb dt strong {
        font-size: 16px
    }

    #main_contact dl.fb input,
    #main_contact dl.fb select,
    #main_contact dl.fb textarea {
        font-size: 16px
    }
}

@media screen and (max-width: 769px) {
    #main_contact {
        width: 100%
    }

    #main_contact dl.fb dt {
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    #main_contact dl.fb dt span {
        font-size: 1em
    }

    #main_contact dl.fb dd {
        width: 100%
    }

    #main_contact.confirm dl.fb dd {
        padding-left: 0;
        padding-top: 0
    }

    #main_contact.confirm>div.fb button {
        margin: 0 1em;
        width: 200px
    }
}

@media screen and (max-width: 479px) {
    .flows .flow-body>.fb>.fb {
        padding: 1em 2em
    }

    #main_contact.confirm form:last-child button {
        margin-bottom: 0 !important
    }

    #main_contact.confirm>div.fb button {
        margin: 0 auto 2em;
        width: 250px
    }

    #main_contact dl.fb input[type="date"]{
        width: 100% !important;
        margin-right: 0;
    }
    #main_contact dl.fb .mtgtime {
        margin-bottom: 3em;
        width: 40% !important;
        margin-right: 1%;
    }
    #main_contact dl.fb .mtgtime+p{
        margin-bottom: 3em;
    }
}