<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.area-top-page h2:last-child {
  margin-bottom: 0;
}

.content-wrapper {
    background: #F4F4F4;
    padding: 20px 0;
}

.text {
    font-size: 18px;
    line-height: 1.5;
}

section .section-title {
    font-size: 24px;
    color: #DC426A;
    border-bottom: 1px solid #DC426A;
    padding: 25px 40px 0;
    line-height: 1.8;
    font-weight: bold;
}

section .box-cta {
    border: 1px solid #BA0000;
    background: #FDF4F6;
    padding: 20px;
    margin: 30px 0;
}

section .box-cta .box-cta-title {
    color: #BA0000;
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 10px;
}

section .box-cta .box-cta-text {
    color: #BA0000;
    font-size: 16px;
    line-height: 1.5;
}

section .box {
    border-top: 1px solid #ADADAD;
    border-left: 1px solid #ADADAD;
    border-right: 1px solid #ADADAD;
}

section .box:last-child {
    border-bottom: 1px solid #ADADAD;
}

section .box .box-header {
    background: #F4F4F4;
    padding: 20px 25px;
}
section .box .box-header .box-header-required {
    color: #fff;
    background: #DC426A;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5;
    padding: 0 5px;
    margin-left: 20px;
}

section .box .box-content {
    padding: 25px;
}
section .box .box-content .search-group {
    overflow: hidden;
}

section .box .box-content .search-group .form-search-field {
    position: relative;
}

section .box .box-content .search-group .form-search-field .form-search {
    height: 50px;
    padding: 10px 10px 10px 50px;
    float: left;
    width: calc(100% - 50px);
    border-right: none;
}

section .box .box-content .search-group .form-search-field .form-search::placeholder {
    color: #ADADAD;
    font-size: 16px;
}

section .box .box-content .search-group .form-search-field .form-search-addon {
    padding: 14px 15px;
    display: inline-block;
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

section .box .box-content .search-group .form-search-btn {
    background: #DC426A;
    border: none;
    width: 50px;
    padding: 6px;
    float: left;
}

section .box .box-content .search-group .form-search-btn:hover {
    opacity: .8;
}

section .box .box-content .search-group .form-search-btn img {
    max-width: 100%;
    vertical-align: middle;
}

.btn-blue {
    width: 100%;
    display: block;
    background: #4F6B91;
    color: #fff;
    text-align: center;
    padding: 22px 0;
    font-size: 18px;
    font-weight: bold;
}

.note {
    font-size: 16px;
    line-height: 1.5;
}

.note-under-box-confirm {
    font-size: 12px;
    line-height: 1.5;
    display: block;
    margin: 10px 0 0;
}

section .box .box-content .input-small {
    width: calc(100%/3 - 12px);
}

.input-nav {
    margin-top: 40px;
}
.input-nav.dua-btn {
    margin-top: 40px;
    margin-bottom: 40px;
}

.input-nav .input-submit {
    width: 100%;
    border: none;
    background: #DC426A;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 22px 0;
}

.input-nav .input-submit:hover {
    opacity: .8;
}

.input-nav .btn-grey {
    width: 100%;
    display: block;
    text-align: center;
    border: none;
    background: #ADADAD;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 22px 0;
}
.input-nav .btn-dblue {
    width: 100%;
    display: block;
    text-align: center;
    border: none;
    background: #4F6B91;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 13px 0;
    margin-top:12px;
}
.input-nav .btn-dblue:after,
.input-nav .btn-dblue:before {
    content: "";
    width: 25px;
    height: 25px;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: -35%;
}
.input-nav .btn-dblue.replay:before {
    content: '\f3b2';
    margin-right: 8px;
    width: auto;
    height: auto;
    font-size: 22px;
	font-weight: 400;
	font-family: 'Material-Design-Iconic-Font';
	line-height: 0.2;
}
section .box .box-content .input-col .labRadio input {
    width: 16px;
    height: 16px;
    margin-top: 0;
    position: relative;
    z-index: 1;
}

section .box .box-content .input-col .labRadio .check {
    border: 1px solid #000;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-top: -7px;
    margin-left: 0;
}

section .box .box-content .input-col .labRadio input.checked + .check:after {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #DC426A;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media(max-width: 677px) {
    .container {
        width: 100%;
    }
/*
    .content-wrapper {
        padding: 0;
    }
*/
    #main {
        padding: 0;
    }

    section .section-title {
        font-size: 16px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .area-top-page h2 {
        font-size: 20px;
    }
    section .box-cta .box-cta-title {
        font-size: 14px;
    }

    section .box-cta .box-cta-text {
        font-size: 12px;
    }

    section .box-cta {
        padding: 15px;
    }
    section .box .box-header .box-header-required {
        font-size: 12px;
        margin-left: 15px;
    }

    section .box .box-header {
        padding: 10px 15px;
    }

    section .box .box-content {
        padding: 15px;
    }
    section .box .box-content .search-group .form-search-field .form-search {
        height: 42px;
    }

    section .box .box-content .search-group .form-search-field .form-search-addon {
        padding: 10px;
    }

    section .box .box-content .search-group .form-search-btn {
        width: 42px;
    }

    section .box .box-content .search-group .form-search-field .form-search {
        width: calc(100% - 42px);
    }

    .btn-blue {
        margin: 10px 0;
        font-size: 12px;
        padding: 14px 0;
    }

    .note {
        font-size: 12px;
    }

    .input-nav,
    .input-nav.dua-btn {
        margin-top: 25px;
    }

    .input-nav .input-submit {
        background: #DC426A;
        font-size: 14px;
        padding: 11px 0;
        margin-bottom: 10px;
    }

    .input-nav .btn-grey {
        background: #ADADAD;
        font-size: 14px;
        padding: 11px 0;
    }

    .col-input-l {
        padding-right: 5px;
    }

    .col-input-r {
        padding-left: 5px;
    }

    .input-nav .btn-grey.btn-grey2 {
        background: #ADADAD url(../images/cart-common/icon_chevron-left.png) no-repeat left 25% center/10%;
    }

    .input-nav .input-submit {
        background: #DC426A url(../images/cart-common/icon_chevron-right.png) no-repeat right 25% center/10%;
    }
}

@media (max-width: 991px) {
.input-nav {
  margin-bottom: -10px;
}
.input-nav .input-submit, .input-nav .btn-grey {
  margin: 0 0 10px;
}
}
</pre></body></html>