@charset "utf-8";
/* CSS Document */

body {
    /*font-size: 14px;*/
}

header {
    border-bottom: solid 1px #ddd;
}

.register {
    margin-bottom: 30px;
}

.label-required {
    font-size: 10px;
}

h1 {
    border-bottom: solid 1px #ccc;
    margin-bottom: 30px;
    font-size: 24px;
}

h1 .label {
    background: #00a0e9;
    color: #fff;
    font-size: 18px;
    margin-left: 10px;
}

h2 .num {
    background: #00a0e9;
    color: #fff;
    display: inline-block;
    padding: 1px 8px;
    margin-right: 10px;
    border-radius: 5px;
}

.alert-intro {
    border: solid 2px #f00;
    padding: 10px 20px;
    display: inline-block;
    background: #f00;
    color: #fff;
    margin-bottom: 20px;
}

.alert-intro p {
    margin-bottom: 0;
    font-size: 24px;
}

.form-company h1 .label,
.form-company h2 .num,
.form-company .btn-blue {
    background: #00d3a2;
}

.form-company .btn-blue:hover,
.form-company .btn-blue:active,
.form-company .btn-blue:focus {
    background: #00b58a;
}

.form-confirm h2 .num {
    background: #999;
}

.icon-right {
    margin: 0 0 0 5px;
}

input[type=submit], .btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 8px;
    padding: 16px 40px;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 23px;
    cursor: pointer;
    box-shadow: none;
}

.btn-white {
    color: #222;
    background: #fff;
    border: #ccc solid 2px;
}

.btn-arrow-right,
.btn-arrow-left {
    position: relative;
}

.btn-arrow-left i {
    position: absolute;
    margin: 0;
    left: 10px;
    top: calc((1em + 32px)/2 - 3px);
    font-size: 13px;
}

.btn-arrow-right i {
    position: absolute;
    margin: 0;
    right: 10px;
    top: calc((1em + 32px)/2 - 3px);
    font-size: 13px;
}

.come {
    font-size: 13px;
    color: #666;
}

@media screen and (max-width:640px) {
    body {
        font-size: 14px;
    }

    h1 {
        font-size: 16px;
        padding-bottom: 5px;
    }

    h1 .label {
        font-size: 13px;
    }

    p {
        font-size: 11px;
    }

    .footer-link {
        padding: 10px;
        font-size: 11px;
    }

    .alert-intro {
        display: block;
        padding: 5px;
    }

    .alert-intro p {
        font-size: 16px;
    }

    input[type=submit], .btn {
        font-size: 14px;
    }

}

/* 　table
******************************************/

.table-horizontal th {
    background: #eee;
    text-align: left;
}

.table-horizontal th .come {
    display: block;
}

.table-horizontal td {
    vertical-align: middle;
}

.table-horizontal td.limited .title-maker {
    color: #666;
    line-height: 16px;
}

.table-horizontal td.limited .title-model {
    font-size: 24px;
    line-height: 30px;
}

.table-horizontal td.limited .wrapper {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin: 20px 0 0 0;
}

.table-horizontal td.limited .wrapper .thumb {
    overflow: hidden;
    position: relative;
    width: 40%;
}

.table-horizontal td.limited .wrapper .thumb .belt {
    display: block;
    position: absolute;
    background: rgba(249, 252, 0, 1);
    width: 100%;
    padding: 5px 10px;
    top: 8.1%;
    right: -40%;
    color: #000;
    text-align: center;
    z-index: 10;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    transform: rotate(45deg);
}

.table-horizontal td.limited .wrapper .spec {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: calc(60% - 20px);
    margin: 0;
}

.table-horizontal td.limited .wrapper .spec dt,
.table-horizontal td.limited .wrapper .spec dd {
    width: 25%;
    margin: 0 0 2px 0;
    padding: 10px 5px;
}

.table-horizontal td.limited .wrapper .spec dt {
    background: #eee;
}

.table-login th {
    background: #eee;
}

.table-info {
    font-size: 14px;
}

.table-info td {
    padding: 20px;
}

.table-info .modified {
    display: block;
    text-align: left;
    color: #999;
    margin-bottom: 10px;
}

@media screen and (max-width:970px) {
    .table-horizontal td.limited .wrapper {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
        margin: 20px 0 0 0;
    }

    .table-horizontal td.limited .wrapper .thumb,
    .table-horizontal td.limited .wrapper .spec {
        width: 100%;
    }
}

@media screen and (max-width:470px) {
    .table-horizontal td.limited .wrapper .spec dt {
        width: 30%;
    }

    .table-horizontal td.limited .wrapper .spec dd {
        width: 70%;
    }

}

/* 　result
******************************************/

.box {
    margin-bottom: 30px;
    max-width: 1000px;
    margin: 0 auto 30px;
}

.box h2 {
    margin-bottom: 10px;
}

#modal-maintenance .modal-body {
    padding: 0;
}

#modal-maintenance #maintenance {
    padding: 30px;
}

@media screen and (max-width:640px) {
    #modal-maintenance #maintenance {
        padding: 10px;
    }
}

/* 　form
******************************************/
.form-group {
    margin-bottom: 0;
}

.form-group p {
    font-size: 90%;
}

.input-group-m {
    width: 70%;
}

.input-group>.form-group {
    display: inline-block;
    width: 80%;
}

.input-group>.form-group>.input-group-text {
    width: 100%;
}

@media screen and (max-width:640px) {
    .input-group-m {
        width: 100%;
    }
}

select, option {
    font-weight: 600;
}

select>span,
option.hide {
    display: none;
}

.form-datetime .input-date {
    width: 40%;
    margin-right: 10px;
}

.form-datetime .input-time {
    width: 40%;
}

.form-submit .submit-info {
    font-size: 16px;
}

@media screen and (max-width:640px) {
    select.form-control {
        font-size: 16px !important;
    }

    .form-datetime .input-date,
    .form-datetime .input-time {
        width: 48%;
    }

    .form-submit .submit-info {
        padding: 0;
        font-size: 14px;
    }

    .form-submit .submit-come {
        padding: 0;
    }
}

@media screen and (max-width:480px) {

    .form-datetime .input-date,
    .form-datetime .input-time {
        width: 90%;
        float: none;
        margin-right: 0;
    }

    .form-datetime .input-date {
        margin-bottom: 10px;
    }
}

.row-option label {
    padding: 0;
    line-height: 1.2;
    position: relative;
    vertical-align: top;
}

.row-option label.no-option {
    vertical-align: middle;
    display: table;
}

.row-option label.no-option span {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}

.row-option label input {
    display: none;
}

.row-option img {
    margin: 0 0 10px;
}

.row-option .text {
    padding: 10px;
}

.row-option .desc {
    text-align: center;
}

.row-option .help {
    border-radius: 30px;
    padding: 5px 20px;
    font-size: 12px;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .2);
    border: solid 1px #666;
}

.row-option i {
    margin-right: 3px;
}

.row-option .name {
    display: block;
}

.row-option .price {
    display: block;
    text-align: center;
    color: #666;
    margin: 5px 0;
    font-size: 12px;
}

.row-option .come {
    font-size: 10px;
    display: inline-block;
}

.row-option label.full {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
}

.row-option .col3 {
    display: flex;
}

.row-option .col3 label {
    width: 32%;
    /*float: left;*/
    margin-right: 2%;
    text-align: center;
}

.row-option .col3 label:nth-child(3n) {
    margin-right: 0;
}

.row-set3 label {
    min-height: 250px;
}

@media screen and (max-width:640px) {
    .row-option .col3 {
        display: block;
    }

    .row-option .col3 label {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 5px;
    }

    .row-option .col3 label img {
        width: 40%;
        float: left;
        margin: 0;
    }

    .row-option .col3 label .text {
        width: 57%;
        float: right;
    }

    .row-maintenance .col3 label .text,
    .row-monitor .col3 label .text {
        width: 100%;
    }

    .row-maintenance .col3 label span {
        font-size: 14px;
    }

    .row-option label.no-option span {
        text-align: center;
    }

    .row-set3 label {
        min-height: 0;
        height: auto !important;
    }

    .row-period label {
        margin-bottom: 5px;
        display: block;
    }
}

.form-alert {
    padding: 10px;
    border: solid 1px #54a9bf;
    background: #daedf2;
    margin-bottom: 10px;
    border-radius: 5px;
}

.form-alert i {
    color: #54a9bf;
}

.input-colgroup {
    margin-bottom: 10px;
    overflow: hidden;
}

.input-colgroup:last-child {
    margin-bottom: 0;
}

.input-colgroup input[type=text],
.input-colgroup input[type=number],
.input-colgroup select {
    width: 30%;
    display: inline-block;
}

.input-colgroup .col {
    width: 49%;
    margin-right: 1%;
    float: left;
}

.input-colgroup .col input[type=text],
.input-colgroup .col input[type=number],
.input-colgroup .col select {
    width: 100%;
}

.input-colgroup .form-separate {
    display: inline-block;
    margin-right: 10px;
}


.login-save {
    margin-bottom: 10px;
}

input[type=checkbox], input[type=radio] {
    margin: 0 3px 0 0;
}

.form-range .input-group-col2 {
    width: 40%;
    margin-right: 2%;
}

.form-range .input-group-col2+.form-range-separate {
    display: inline-block;
    margin-right: 2%;
}

.calendar .input-group-addon {
    cursor: pointer;
}

.calendar .input-group-addon:hover {
    background: #ccc;
}

.label-block label {
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .2);
}

.label-block .label-checked,
.label-block .label-checked:hover,
.label-block .label-checked:active,
.label-block .label-checked:focus {
    background: #e0f2f9;
    border: solid 1px #00a0e9;
}

.label-block .label-disabled {
    background: #eee;
    color: #999;
    cursor: default;
}

label.hide-form {
    display: inline-block;
}

label.hide-form>input {
    display: none;
}

.tel-group .form-title {
    display: block;
}

.tel-group input {
    width: 20%;
    display: inline-block;
}

.postcode .form-title {
    display: block;
}

.postcode input {
    width: 30%;
    display: inline-block;
}

@media screen and (max-width:640px) {
    .w60 {
        width: 100%;
    }

    .form-group .input-m {
        width: 90%;
    }

    .label-block {
        font-size: 80%;
    }

    .btn-input {
        margin-top: 5px;
    }

    .btn+.btn {
        /*margin-top: 5px;*/
    }

    .form-submit .btn-grad-gray,
    .cell-submit .btn-grad-gray {
        width: 75%;
        margin-top: 0;
    }

    /*.form-submit .btn-black,*/
    .cell-submit .btn-black {
        display: inline-block;
        float: left;
        padding: 10px 20px;
    }

    .form-submit .btn-black i,
    .cell-submit .btn-black i {
        margin-right: 0;
    }

    .form-submit .btn-black .btn-text,
    .cell-submit .btn-black .btn-text {
        display: none;
    }

    .form-submit .btn-black i {
        margin-right: 5px;
    }

    .tel-group input {
        width: 30%;
    }
}


/* 　form
******************************************/

@media screen and (min-width:641px) {
    .input-group-s {
        width: 20em;
    }

    .input-group-s input {
        width: 100%;
        border-radius: 4px 0 0 4px;
    }
}

.input-toggle {
    display: inline-block;
}

.input-toggle label {
    display: block;
    width: 50%;
    float: left;
    background: #eee;
    color: #777;
    padding: 7px 15px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
}

.input-toggle label i {
    margin-right: 0;
}

.input-toggle label:first-child {
    border-radius: 5px 0 0 5px;
    border-top: solid 1px rgba(0, 0, 0, .2);
    border-left: solid 1px rgba(0, 0, 0, .2);
    border-bottom: solid 1px rgba(0, 0, 0, .2);
}

.input-toggle label:last-child {
    border-radius: 0 5px 5px 0;
    border-top: solid 1px rgba(0, 0, 0, .2);
    border-right: solid 1px rgba(0, 0, 0, .2);
    border-bottom: solid 1px rgba(0, 0, 0, .2);
}

.input-toggle label.checked {
    color: #fff;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .2);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #53a300), color-stop(0.00, #82e000));
    background: -webkit-linear-gradient(#82e000, #53a300);
    background: -moz-linear-gradient(#82e000, #53a300);
    background: -o-linear-gradient(#82e000, #53a300);
    background: -ms-linear-gradient(#82e000, #53a300);
    background: linear-gradient(#82e000, #53a300);
}

.input-toggle label.off.checked {
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f02f00), color-stop(0.00, #ff6861));
    background: -webkit-linear-gradient(#ff6861, #f02f00);
    background: -moz-linear-gradient(#ff6861, #f02f00);
    background: -o-linear-gradient(#ff6861, #f02f00);
    background: -ms-linear-gradient(#ff6861, #f02f00);
    background: linear-gradient(#ff6861, #f02f00);
}

.input-toggle label:hover {
    box-shadow: inset 1px 1px 4px 0 rgba(0, 0, 0, .4);
}

.input-toggle label.checked:hover {
    box-shadow: none;
    cursor: auto;
}

.input-toggle input {
    display: none;
}

.input-toggle input {}

.input-toggle label.disabled {
    color: #ccc;
    cursor: not-allowed;
    background: #ddd;
}

.input-toggle label.disabled.checked {
    background: #999;
}

.input-toggle label.disabled:hover {
    box-shadow: none;
}

@media screen and (max-width:640px) {
    .form-control.btn-right+.btn {
        height: 49px;
        margin-left: 5px;
        padding: 10px;
    }
}

/* 　loan-flow
******************************************/
.car-loan .main .loan-flow {
    padding:0 20px;
}

.car-loan .main .loan-flow .section-inner {
    background: #cdf0ff;
    margin:30px auto;
    padding:20px;
}

.car-loan .main .loan-flow h2 {
    display: block;
    padding:20px 0 0 0;
    color: #1ca0e9;
    text-align: center;
}

.car-loan .main .loan-flow ul {
    display: flex;
    gap: 30px;
    width: 100%;
    margin: 30px 0 0 0;
    counter-reset: number 0;
}

.car-loan .main .loan-flow li {
    position: relative;
    background: #fff;
    border-radius: 6px;
    width: calc((100% - 90px)/4);
    padding: 15px;
}

.car-loan .main .loan-flow li::before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f061";
    right:-23px;
    top:calc(50% - 1em);
}

.car-loan .main .loan-flow li:last-child:before {
    content: none;
}

.car-loan .main .loan-flow dt {
    position: relative;
    margin: 0 0 10px 0;
    padding: 0 0 0 30px;
    font-size: 16px;
    line-height: 24px;
}

.car-loan .main .loan-flow dt::before {
    position: absolute;
    display: inline-block;
    content: counter(number);
    counter-increment: number 1;
    background: #1ca0e9;
    border-radius: 100px;
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    line-height: 24px;
    color: #fff;
}

.car-loan .main .loan-flow dd {
    font-weight: normal;
}



.car-loan .main .loan-flow p {
    font-size: 14px;
    font-weight: normal;
    margin-top: 20px;
}

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

@media screen and (max-width: 780px) {
    .car-loan .main .loan-flow {
        padding:0 10px;
    }

    .car-loan .main .loan-flow .section-inner {
        padding:10px;
    }

    .car-loan .main .loan-flow h2 {
        margin: 0 !important;
        padding:10px 0 0 0;
    }

    .car-loan .main .loan-flow ul {
        flex-direction: column;
        width: 100%;
        margin:20px 0 0 0;
    }

    .car-loan .main .loan-flow li {
        width: 100%;
        padding: 10px;
    }

    .car-loan .main .loan-flow li::before {
        content: "\f063";
        right:inherit;
        left:calc((100% - 1em) / 2);
        top:inherit;
        bottom:-28px;
    }

    .car-loan .main .loan-flow dt {
        padding: 0 0 0 24px;
        font-size: 14px;
        line-height: 20px;
    }

    .car-loan .main .loan-flow dt::before {
        width: 20px;
        height: 20px;
        font-size: 12px;
        line-height: 20px;
    }

    .car-loan .main .loan-flow p {
        font-size: 12px;
    }

    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }
}

/* 　loan-flow
******************************************/
@media screen and (max-width:640px) {
    .loan-flow p {
        font-size: 13px;
    }
}

/* 　car-loan
******************************************/
.car-loan .main .title {
    max-width: 1000px;
    margin: 0 auto;
}

.car-loan .main .title h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 40px 0;
    padding: 0 0 40px 0;
    line-height: 1em;
    font-size: 36px;
}

.car-loan .main .title h1 .label {
    border-radius: 3px;
    margin: 0 10px 0 0;
    padding: 5px 8px 4px 8px;
    font-size: 18px;
    color: #fff;
}

.car-loan .alert-intro {
    border: solid 4px #f00;
    padding: 10px 20px;
    display: inline-block;
    background: #fff;
    color: #f00;
    margin-bottom: 30px;
}

.car-loan .read {
    font-size: 18px;
}

.car-loan .main h2 {
    display: flex;
    align-items: center;
    margin: 0 0 20px 0 !important;
    font-size: 24px;
    text-align: left;
    line-height: 1em;
}

.car-loan .main h2 .num {
    padding: 4px 8px;
    margin: 0 10px 5px 0;
    font-size: 18px;
    line-height: 1em;
}

.car-loan .main table {
    margin: 10px auto 30px;
}

.car-loan .main table th {
    text-align: left;
    padding: 20px;
}

.car-loan .main table td {
    padding: 20px 10px;
}

.car-loan .main table td.limited {
    padding: 10px 10px 20px;
}

.car-loan .main table td.limited label {
    height: 0;
    font-size: 0;
}

@media screen and (max-width: 640px) {
    .car-loan .main .title h1 {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 5px;
        margin: 0 0 20px 0;
        padding: 0 0 20px 0;
        line-height: 1.2em;
        font-size: 20px;
    }

    .car-loan .main .title h1 .label {
        margin: 0;
        padding: 5px 8px 4px 8px;
        font-size: 14px;
    }

    .car-loan .alert-intro {
        border: solid 2px #f00;
        padding: 10px 5px;
        color: #f00;
        margin-bottom: 20px;
        font-size: 14px;
    }

    .car-loan .read {
        text-align: left;
        font-size: 14px;
    }

    .car-loan .main table th {
        text-align: left;
        padding: 10px;
    }

    .car-loan .main h2 {
        display: flex;
        align-items: center;
        margin: 0 0 20px 0 !important;
        font-size: 18px;
    }

    .car-loan .main h2 .num {
        padding: 4px 8px;
        margin: 0 5px 3px 0;
        font-size: 14px;
    }
}


/* 　form-complete
******************************************/
.form-complete .main .section-inner {
    max-width: 768px;
}

.form-complete .main .section-inner h1 {
    margin: 0 0 40px 0;
    padding: 0 0 40px 0;
    line-height: 1em;
    font-size: 36px;
}

.form-complete .wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
    margin: 60px auto 30px;
}

.form-complete .wrapper .form-complete-message {
    width: calc((100% - 40%) - 40px);
}

.form-complete .wrapper .form-complete-message h2 {
    margin: 0 0 30px 0;
    font-size: 24px;
}

.form-complete .wrapper .form-complete-message p {
    font-size: 16px;
}

.form-complete .wrapper .form-complete-img {
    width: 40%;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .form-complete .main .section-inner {
        padding: 10px 0;
    }

    .form-complete .main .section-inner h1 {
        margin: 0 0 40px 0;
        padding: 0 0 20px 0;
        line-height: 1em;
        font-size: 24px;
    }

    .form-complete .wrapper {
        flex-direction: column;
        gap: 30px;
        margin: 0 auto;
    }

    .form-complete .wrapper .form-complete-message {
        width: 100%;
        order: 2;
    }

    .form-complete .wrapper .form-complete-message h2 {
        margin: 0 0 20px 0;
        font-size: 18px;
        text-align: center;
    }

    .form-complete .wrapper .form-complete-message p {
        font-size: 13px;
    }

    .form-complete .wrapper .form-complete-img {
        width: 100%;
        order: 1;
    }

    .form-complete .wrapper .form-complete-img img {
        width: 60%;
    }
}