@charset "utf-8";

main .layout .heading .description
{
    margin: 2px;
    font-size: 14px;
}

select
{
    height: 40px;
    padding: 5px 20px 5px 10px;
}

.error.message
{
    color: #ff0000;
}

.required
{
    background-color: #ff0000;
    color: #ffffff;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 40px;
}

.optional
{
    background-color: #233c97;
    color: #ffffff;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 40px;
}

.outer-box
{
    background-color: #f7f6f2;
    padding: 15px;
}

.inner-box
{
    background-color: #ffffff;
    margin: 15px 0 0 0;
    padding: 30px 40px 30px 30px;
}

.steps
{
    background-color: #ebebeb;
    font-size: 0;
    height: 50px;
}

.steps .step
{
    float: left;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 290px;
}

.steps .step.current
{
    background-color: #233c97;
    color: #ffffff;
}

.steps .arrow
{
    float: left;
    height: 50px;
    position: relative;
    width: 40px;
}

.steps .arrow div
{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border-bottom: 15px solid #f7f6f2;
    border-right: 15px solid #f7f6f2;
    left: -15px;
    padding: 18px;
    position: absolute;
}

.steps .arrow.previous
{
    background-color: #233c97;
}

.steps .arrow.previous div
{
    background-color: #ebebeb;
}

.steps .arrow.current:after
{
    border: solid 25px transparent;
    border-left: solid 25px #233c97;
    content: '';
    height: 0;
    position: absolute;
    width: 0;
}

.field
{
    margin: 20px 0 0 0 !important;
}

.field .label
{
    float: left;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    text-align: right;
    width: 200px;
}

.field .option
{
    float: left;
    height: 40px;
    line-height: 40px;
    width: 70px;
}

.field .option-form
{
    float: left;
    height: 40px;
    line-height: 40px;
    width: 30px;
}

.field .option div
{
    margin: 10px 15px;
}

.field .input
{
    float: left;
    width: 600px;
}

.field .input-corporate-number
{
    display: flex;
    float: left;
    width: 600px;
}

.field .input-corporate-number .button
{
    margin: 0px 0px 0px 10px;
    width: 100px;
}

.field .value
{
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 70px;
    width: 600px;
}

.field .value-from
{
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 30px;
    width: 600px;
}

.field div.error
{
    clear: both;
    color: #ff9999;
    font-size: 12px;
    line-height: 22px;
    padding: 5px 0 0 270px;
}

.field div.error-corporate-number
{
    clear: both;
    color: #ff0000;
    font-size: 12px;
    line-height: 22px;
    padding: 5px 0 0 230px;
}

.inquiry-corporate-number
{
    clear: both;
    color: #ff0000;
    font-size: 12px;
    line-height: 22px;
    padding: 5px 0 0 230px;
}

.field div.error-not-found-corporate-number
{
    clear: both;
    color: #ff0000;
    text-align:center;
    font-size: 12px;
    line-height: 22px;
    padding: 20px 0 0 0;
}

.field div.error-not-found-corporate-number a
{
    font-size: 12px;
}

.error-customer
{
    clear: both;
    color: #000000;
    text-align:center;
    font-size: 12px;
    line-height: 22px;
    padding: 20px 0 0 0;
}

.company-info-label
{
    padding: 20px 0 0 200px;
}

.field.personal-email-address .description,
.field.business-card-info .description,
.field.email-address .description,
.field.corporate-number .description,
.field.address .description,
.field.phone-number .description
{
    clear: both;
    font-size: 12px;
    line-height: 22px;
    padding: 10px 0 0 270px;
}

.field.name .input span
{
    margin: 0 10px 0 0;
}

.field.name .input input
{
    margin: 0 20px 0 0;
    width: 150px;
}

.field.postal-code .input span
{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 31px;
}

.field.postal-code .input input
{
    width: 132px;
}

.field.phone-number .input input
{
    width: 50%;
}

.field.superior-name .description
{
    clear: both;
    font-size: 12px;
    line-height: 22px;
    padding: 10px 0 0 270px;
}

.field.has-hp .input,
.field.newsletter .input,
.field.business-transaction .input
{
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    text-align: left;
}

.field.has-hp label,
.field.newsletter label,
.field.business-transaction label
{
    margin-right: 5px;
}

.field.sales-staff-name .description
{
    font-size: 12px;
    line-height: 20px;
    padding: 10px 0 0 0;
}

.inner-box.agree
{
    padding: 30px 60px;
}

.inner-box.agree .terms,
.inner-box.agree .privacy
{
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    height: 200px;
    margin: 30px 0 0 0;
    overflow-y: scroll;
    padding: 15px 30px 15px 15px;
}

.inner-box.agree .cf
{
    padding: 30px 0 0 0;
}

.inner-box.agree .cf label
{
    display: block;
    float: left;
    line-height: 30px;
    margin-left: 349px;
    padding: 0 50px 0 25px;
    position: relative;
}

.inner-box.agree .cf label .checkbox
{
    height: 18px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 18px;
}

.inner-box.agree .cf label .required
{
    position: absolute;
    right: 0;
    top: 5px;
}

.inner-box.agree div.error
{
    color: #ff9999;
    font-size: 12px;
    line-height: 22px;
    padding: 5px 0 0 0;
    text-align: center;
}

.inner-box.complete
{
    padding: 30px;
    text-align: center;
}

.inner-box.complete p
{
    margin: 30px 0;
}

.inner-box.complete a
{
    text-decoration: underline;
}

.order-btn
{
    background-color: #233c97;
}
.order-btn:hover
{
    background-color: #233c97;
}

.outer-box .button
{
    margin: 30px auto 15px auto;
    width: 290px;
}

.outer-box .buttons
{
    margin: 30px auto 15px auto;
    width: 600px;
}

.outer-box .buttons .button
{
    float: left;
    margin: 0 5px;
    position: relative;
}

.outer-box .buttons .button .arrow
{
    height: 6px;
    position: absolute;
    top: 16px;
    width: 6px;
}

.outer-box .buttons .button.edit .arrow
{
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    border-bottom: 2px solid #233c97;
    border-right: 2px solid #233c97;
    left: 15px;
}

.outer-box .buttons .button.send .arrow
{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    right: 15px;
}

.inner-box.product
{
    padding: 10px;
}

.inner-box.product table
{
    width: 100%;
}

.inner-box.product table thead tr th
{
    background-color: #233c97;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    color: #ffffff;
    padding: 10px 0;
    text-align: center;
}

.inner-box.product table thead tr th.subtotal
{
    width: 141px;
}

.inner-box.product table tbody tr td
{
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    padding: 10px;
}

.inner-box.product table tbody tr td.product
{
    padding: 20px;
}

.inner-box.product table tbody tr td.product .summary
{
    border-bottom: 1px solid #ebebeb;
    padding: 0 0 20px 0;
}

.inner-box.product table tbody tr td.product .summary .left
{
    width: 290px;
}

.inner-box.product table tbody tr td.product .summary .left .image
{
    border: 1px solid #ebebeb;
    height: 220px;
    margin: 0 45px 0 auto;
    width: 220px;
}

.inner-box.product table tbody tr td.product .summary .left .image img
{
    height: 220px;
    width: 220px;
}

.inner-box.product table tbody tr td.product .summary .right
{
    width: 457px;
}

.inner-box.product table tbody tr td.product .summary .right .field
{
    border-bottom: 1px solid #ebebeb;
    margin: 0 !important;
    padding: 5px 0;
}

.inner-box.product table tbody tr td.product .summary .right .field:last-child
{
    border-bottom: 0;
}

.inner-box.product table tbody tr td.product .summary .right .field .label
{
    font-size: 12px;
    height: auto;
    line-height: 22px;
    padding: 0;
    width: 90px;
}

.inner-box.product table tbody tr td.product .summary .right .field .value
{
    font-size: 12px;
    height: auto;
    line-height: 22px;
    padding: 0 0 0 10px;
    width: 357px;
}

.inner-box.product table tbody tr td.product .summary .right .field .value .price
{
    color: #ed7c0c;
    font-weight: bold;
    line-height: 22px;
}

.inner-box.product table tbody tr td.product .field .input
{
    width: 517px;
}

.inner-box.product table tbody tr td.product .field.start-date .input span
{
    margin: 0 15px 0 10px;
}

.inner-box.product table tbody tr td.product .field.start-date .input span.calendar
{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0;
    position: relative;
}

.inner-box.product table tbody tr td.product .field.start-date .input span.calendar .date
{
    border: 0;
    height: 0;
    padding: 0;
    position: absolute;
    top: 40px;
    width: 0;
}

.inner-box.product table tbody tr td.product .field.start-date .input span.calendar img
{
    cursor: pointer;
    display: inline-block;
    height: 24px;
    margin-bottom: -6px;
}

.inner-box.product table tbody tr td.product .field.start-date .description
{
    clear: both;
    font-size: 12px;
    line-height: 22px;
    padding: 5px 0 0 230px;
}

.inner-box.product table tbody tr td.product .field.start-date .error
{
    padding-top: 0;
}

.inner-box.product table tbody tr td.product .field.period .input .example
{
    font-size: 10px;
    margin: 0 0 0 15px;
}

.inner-box.product table tbody tr td.subtotal
{
    text-align: right;
}

.inner-box.product table tbody tr td.subtotal .price
{
    color: #ed7c0c;
    font-size: 16px;
    font-weight: bold;
}

.inner-box.product table tbody tr td.total
{
    text-align: right;
}

.inner-box.product table tbody tr td.total .price
{
    color: #ed7c0c;
    font-size: 16px;
    font-weight: bold;
}

body.confirm .field .label
{
    height: auto;
    line-height: 24px;
    padding: 8px 0;
}

body.confirm .inner-box.product table tbody tr td.product .field .value
{
    height: auto;
    line-height: 24px;
    padding: 8px 0 8px 70px;
    width: 517px;
}

body.complete .outer-box .button
{
    width: 400px;
}

.outer-box .button-request
{
    margin: 0px 0px 0px 10px;
    width: 100px;
}

.button-request span
{
    background-color: #233c97;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    outline: none;
    text-align: center;
}

.outer-box .button-request-disabled
{
    margin: 0px 0px 0px 10px;
    width: 100px;
}

.button-request-disabled span
{
    background-color: #bdbdbd;
    box-sizing: border-box;
    color: #ffffff;
    display: block;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    outline: none;
    text-align: center;
}

.overlay
{
    background-color: rgba(0,0,0,0.5);
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 6000;
}

.dialog
{
    background-color: #ffffff;
    box-sizing: border-box;
    display: none;
    left: 50%;
    margin-left: -200px;
    margin-top: -76px;
    padding: 50px 0;
    position: fixed;
    text-align: center;
    top: 50%;
    z-index: 7000;
    width: 400px;
    inset: 0;
    margin: auto;
}

.dialog.exists-pending
{
    height: 320px;
}

.dialog.exists-refuse
{
    height: 250px;
}

.dialog.exists-trial
{
    height: 360px;
}

.dialog.exists-trial-started
{
    height: 340px;
}

.dialog.exists-member
{
    height: 250px;
}

.dialog .dialog-close
{
    background-color: #233c97;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 24px;
    font-weight: bold;
    height: 30px;
    line-height: 31px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 30px;
}

.dialog .dialog-close:hover
{
    background-color: #2b48af;
}

.dialog .buttons
{
    text-align: center;
    margin-top: 10px;
}

.dialog .buttons .button.close
{
    width: 200px;
    margin: 0 auto;
}

.button a,
.button span
{
    background-color: #233c97;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    outline: none;
    text-align: center;
}

.button a:hover,
.button span:hover
{
    background-color: #233c97;
    color: #ffffff;
}
