
@media screen and (max-width: 768px) {
    .wrapper {
        margin-bottom: 50px;
    }
}

.inner {
    width: 86.11111%;
    max-width: 1240px;
    margin: auto;
    padding-top: 56px;
}

@media screen and (max-width: 768px) {
    .inner {
        width: 100%;
        padding-bottom: 0px;
        padding-top: 30px;
    }
}

.error p {
    color: #F44336;
    font-size: 14px;
}

.main-text h3 {
    margin-bottom: 40px;
}

.main-text p {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .main-text h3 {
        margin-bottom: 35px;
    }
}

.progress-nav {
    display: flex;
}

@media screen and (max-width: 768px) {
    .progress-nav {
        padding: 0 25px;
        justify-content: center;
    }
}

.progress-nav .progress {
    position: relative;
    display: flex;
    border: 2px solid #114b91;
    border-radius: 5px;
    padding: 10px 20px;
    margin-right: 30px;
    font-size: 16px;
    color: #114b91;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .progress-nav .progress {
        border: 2px solid #114b91;
        padding: 5px 18px;
        font-size: 14px;
        margin-right: 20px;
    }
}

.progress-nav .current-progress {
    background-color: #114b91;
    color: #ffffff;
}

.progress-nav .progress:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -33px;
    width: 31px;
    height: 2px;
    background-color: #114b91;
    transform: translateY(-50%);
    z-index: 0;
    visibility: visible;
}

@media screen and (max-width: 768px) {
    .progress-nav .progress:not(:last-child)::after {
        right: -22px;
        width: 20px;
        height: 2px;
    }
}

.progress-nav .progress:last-child {
    margin-right: 0;
}


.inquiry-table {
    margin-top: 30px;
    margin-bottom: 25px;
}

.inquiry-table .table-row {
    display: flex;
    align-items: stretch;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #CCCCCC;
}

@media screen and (max-width: 768px) {
    .inquiry-table .table-row {
        flex-direction: column;
        border-width: 0px 1px 0 1px;
    } 
}

@media screen and (max-width: 768px) {
    .inquiry-table .table-row:first-child {
        flex-direction: column;
        border-width: 1px 1px 0 1px;
    } 
}

.inquiry-table .table-row:last-child {
    border: 1px solid #CCCCCC;
}

@media screen and (max-width: 768px) {
    .inquiry-table .table-row:last-child {
        border-width: 0 1px 1px 1px;
    }
}

.inquiry-table .table-row .left-column {
    min-width: 260px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #F2F5F7;
    padding: 12px 10px 14px 20px;
    border-width: 0 1px 0 0 ;
    border-style: solid;
    border-color: #CCCCCC;
}

@media screen and (max-width: 768px) {
    .inquiry-table .table-row .left-column {
        padding: 12px 10px 14px 10px;
        width: auto;
        border: 0;
    }
}


.inquiry-table .table-row .left-column::after {
    display: none;
}

.inquiry-table .table-row .left-column .q-text {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    margin: 0;
}

.inquiry-table .table-row .left-column .a-text {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    margin: 0;
}

.inquiry-table .table-row .left-column .required-icon {
    padding: 3px 5px;
    background-color: #114b91;
    color: #ffffff;
    border-radius: 3px;
    font-size: 11px;
}

.inquiry-table .table-row .right-column {
    width: 980px;
    display: flex;
    padding: 10px;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .inquiry-table .table-row .right-column {
        width: 100%;
    }
}

.inquiry-table .table-row .right-column .a-text {
    font-size: 16px;
    letter-spacing: 0;
    margin: 0;
}

.inquiry-table .table-row .right-column .inline-text {
    font-size: 16px;
    margin-bottom: 5px;
}

.inquiry-table .table-row .right-column .inline-text .red {
    font-size: 14px;
    color: #F44336;
}

.inquiry-table .table-row .right-column .inline-text:last-child {
    font-size: 16px;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .inquiry-table .table-row .right-column .inline-text:last-child {
        font-size: 14px;
    }
}


@media screen and (max-width: 768px) {
    .inquiry-table .name .right-column {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }
}

.inquiry-table .table-row .right-column input {
    border: 1px solid #7E7E7E;
    border-radius: 3px;
    padding: 5px 10px;
    height: 30px;
}

@media screen and (max-width: 768px) {
    .inquiry-table .table-row .right-column input {
        height: 40px;
    }
}

.inquiry-table .name .right-column .name-column:first-child {
    margin-right: 10px;
}

@media screen and (max-width: 768px) {
    .inquiry-table .name .right-column .name-column:first-child {
        margin-bottom: 10px;
        margin-right: 0;
    }
}

.inquiry-table .name .right-column .name-column input {
    margin: 0 15px 0 5px;
    width: 140px;
}

@media screen and (max-width: 768px) {
    .inquiry-table .name .right-column .name-column input {
        margin-right: 0px;
        width: 85%;
    }
}

.inquiry-table .pulldown .right-column {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 10px;
    font-size: 16px;
}

.inquiry-table .pulldown .right-column .pulldown-sec{
    display: flex;
}

.inquiry-table .pulldown .right-column .inline-text:first-child {
    margin:10px 0 0;
}

.inquiry-table .pulldown .right-column select {
    border: 1px solid #7E7E7E;
    border-radius: 3px;
    margin: 0 5px;
    padding: 0px 10px;
    width: 80px;
    height: 30px;
}

@media screen and (max-width: 768px) {
    .inquiry-table .pulldown .right-column select {
        width: 70px;
        height: 40px;
    }
}

.inquiry-table .pulldown .right-column select {
    margin: 0 5px 0 0;
}

.inquiry-table .pulldown .right-column .pulldown-column:first-child select {
    width: 80px;
}

.inquiry-table .pulldown .right-column .pulldown-column {
    margin: 0 5px 0 0;
}

.inquiry-table .phone-number .right-column {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 768px) {
    .inquiry-table .phone-number .number-text {
        justify-content: flex-start;
    }
}

.inquiry-table .phone-number .right-column input {
    margin: 0 5px;
    width: 60px;
    text-align: right;
}

@media screen and (max-width: 768px) {
    .inquiry-table .phone-number .right-column input {
        width: 85px;
    }
}

.inquiry-table .phone-number .right-column input:first-child {
    margin: 0 5px 0 0;
    width: 75px;
}

@media screen and (max-width: 768px) {
    .inquiry-table .phone-number .right-column input:first-child {
        width: 75px;
    }
}

.inquiry-table .phone-number .right-column input::placeholder {
    text-align: end;
}

.inquiry-table .mail .right-column {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.inquiry-table .mail .right-column input{
    margin-bottom: 5px;
    width: 320px;
}

@media screen and (max-width: 768px) {
    .inquiry-table .mail .right-column input{
        margin-bottom: 10px;
        width: 100%;
    }
}

.inquiry-table .type-select .right-column {
    flex-direction: column;
}

.inquiry-table .type-select .right-column select {
    border: 1px solid #7E7E7E;
    border-radius: 3px;
    padding: 0px 10px;
    width: 270px;
    height: 30px;
}

@media screen and (max-width: 768px) {
    .inquiry-table .type-select .right-column select {
        height: 40px;
    }
}

.inquiry-table .free-text .right-column {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    word-break: break-all;
}

.inquiry-table .free-text .right-column textarea {
    width: 540px;
    height: 130px;
    border: 1px solid #7E7E7E;
    border-radius: 3px;
    padding: 5px 10px;
    text-align: left;
    resize: none; 
}

@media screen and (max-width: 962px) {
    .inquiry-table .free-text .right-column textarea {
        width: 100%; 
    }
}

@media screen and (max-width: 768px) {
    .inquiry-table .free-text .right-column textarea {
        margin-bottom: 5px;
    }
}

.agreement-sec {
    margin-bottom: 30px;
    text-align: center;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .agreement-sec {
        text-align: left;
    }
}

.agreement-sec p {
    margin-bottom: 0;
}

.complete-text {
    text-align: center;
    margin: 31px 0 36px 0;
}

.complete-text .complete-bold {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 28px;
}

@media screen and (max-width: 768px) {
    .complete-text .complete-bold {
        font-size: 20px;
        margin-bottom: 20px;
        text-align: center;
    }
}

.complete-text p {
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .complete-text p {
        font-size: 13px;
        text-align: left;
    }
}

.btn-sec {
    margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
    .btn-sec {
        margin-bottom: 50px;
    }
}

.btn-sec .forward-btn {
    border: none;
    display: block;
    background: #114b91;
    text-align: center;
    height: 80px;
    width: 400px;
    border-radius: 40px;
    margin: 0 auto 40px;
}

@media screen and (max-width: 768px) {
    .btn-sec .forward-btn {
        display: block;
        background: #114b91;
        text-align: center;
        height: 55px;
        width: 310px;
        border-radius: 40px;
        margin: 0 auto 40px;
    }
}

.btn-sec .confirm-btn {
    width: 300px;
}

@media screen and (max-width: 768px) {
    .btn-sec .confirm-btn {
        width: 270px;
    }
}

.btn-sec .complete-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .btn-sec .complete-btn {
        margin-bottom: 50px;
        width: 270px;
        height: 55px;
    }
}

.btn-sec .forward-btn .btn-text {
    background: #114b91;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .btn-sec .forward-btn .btn-text {
        font-size: 14px;
    }
}

.btn-sec .send {
    width: 300px;
}

@media screen and (max-width: 768px) {
    .btn-sec .send {
        width: 270px;
    }
}

.btn-sec .forward-btn::before {
    display: inline-block;
    content: "";
    background: url(../../../../img/common/arrow-yellow@2x.png);
    background-size: 10.5px;
    background-repeat: no-repeat;
    width: 11px;
    height: 13px;
    margin-right: 7px;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    .btn-sec .forward-btn::before {
        margin-right: 0;
        margin-top: 3px;
    }
}

.btn-sec .backward-btn {
    display: block;
    border: 4px solid #DFE8EF;
    border-radius: 100px;
    color: #222222;
    text-align: center;
    height: 50px;
    width: 120px;
    line-height: 45px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .btn-sec .backward-btn {
        width: 100px;
    }
}

.btn-sec .backward-btn::before {
    display: inline-block;
    content: "";
    background: url(/assets/front/pc/img/arrow-blue.png);
    background-size: 7px;
    background-repeat: no-repeat;
    width:10px;
    height: 10px;
    margin-right: 7px;
}

.footer-container {
    border-top: 3px solid #114B91;
    background-color: #ffffff;
    color: #222222;
    text-align: center;
    padding: 27px 0 30px 0;
}

@media screen and (max-width: 768px) {
    .copyright {
        font-size: 11px;
        letter-spacing: 0;
    }
}