/*form*/
/*-------------------------------------------------------------------------*/
/*form base*/
.form-custom {
    margin: 0 auto;
    padding: 2% 3%;
    border-radius: 5px;
}

.form-pc {
    padding: 0;
    margin-bottom: 5%
}

.form-custom.form-pc .form-custom-main {
    padding: 0 5% 0;
}


.form-custom .form-custom-main {
    padding: 0 5% 5%;
}

.form-custom .form-custom-main .hint-text {
    margin: 0 auto;
    padding: 20px 0;
    width: 94%;
    text-align: center;
}

.form-custom dl {
    margin: 5% 2%;
    border-radius: 5px;
    text-align: left;
}

.form-custom dl #divForTrimSelect {
    margin-top: 2%;
}

.form-custom dt {
    width: 70px;
    text-align: right;
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify;
    text-indent: 10px;
}

.form-custom dd {
    margin-top: -30px;
    padding-left: 80px;
    text-align: left;
}

.form-list-box {
    position: relative;
    width: 100%;
    border: 1px solid #150739;
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-custom-pc .form-list-box:hover {
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.form-list-box:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-two .form-list-box {
    float: left;
    width: 47%;
}

.form-two .form-list-box:nth-child(2) {
    margin-right: 0;
    float: right;
}

.form-custom dt,
.form-list-box-in,
.form-custom dd input[type="text"],
.form-custom dd input[type="tel"],
.form-custom dd input[type="number"],
.form-custom dd select,
.form-icons .form-icon {
    height: 30px;
}

.form-custom dt,
.form-custom dd,
.form-custom dd input[type="text"],
.form-custom dd input[type="tel"],
.form-custom dd input[type="number"] {
    line-height: 30px;
}

.form-custom dd input[type="text"],
.form-custom dd input[type="tel"],
.form-custom dd input[type="number"],
.form-custom dd select,
.form-custom dd textarea,
.form-custom dd .radio-text,
.form-custom .checkbox-text,
.hint,
.radio-text {
    /*height: 100%;*/
}

.form-custom,
.form-custom input,
.form-custom select,
.form-custom textarea,
.form-custom .form-custom-main .hint-text,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #666;
}

input:-moz-placeholder,
textarea:-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #666;
}

.form-custom dd select option {
    width: 100%;
    background: #fff;
    color: #333;
}

.form-custom dd input[type="text"],
.form-custom dd input[type="tel"],
.form-custom dd input[type="number"],
.form-custom dd textarea {
    margin: 0 1.5%;
}

.form-custom dd input[type="text"],
.form-custom dd input[type="tel"],
.form-custom dd input[type="number"],
.form-custom dd select,
.form-custom dd textarea {
    width: 96%;
    border: 0;
    background: transparent;
    outline: none;
}

.form-custom .label {
    display: block;
    width: 100%;
    position: relative;
}

.form-custom .label-sex {
    display: inline-block;
    width: 36%;
    margin: 0 5px;
    position: relative;
}

.form-custom .radio,
.form-custom .checkbox {
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height: 16px;
}

.form-custom input[type="checkbox"],
.form-custom input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.form-custom .radio-text,
.form-custom .checkbox-text {
    line-height: 20px;
    text-indent: 2rem;
    text-align: left;
}

.form-custom .label-reading {
    margin: 0 3%;
    width: 94%;
}

.hint {
    line-height: 20px;
}

.form-custom p.hint .checkbox {
    top: -2px;
    top: -4px \9;
    *top: 2px;
}

.form-custom .submit-box,
.form-custom .submit {
    background: #ffcd00;
    color: #333;
}

.form-custom .submit-box {
    margin: 4% 2%;
    text-align: center;
}

.form-custom .submit {
    display: block;
    padding: 10px;
    width: 100%;
    border: 0;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    outline: 0;
    background: transparent;
}

.form-custom .submit-box:hover,
.form-custom .submit-box:active {
    background: #e7ba04;
    text-decoration: none;
}

.form-point {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px;
    margin-right: 8px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid #999;
}

.form-custom-pc .form-point {
    display: none;
}

/*form base end*/
/*++++++++++++++++++++++++++++++++++++++++++++*/
/*form top-bottom*/
.form-custom.form-tb dt {
    padding: 5px;
    height: 20px;
    line-height: 20px;
    text-align: left;
    text-justify: distribute-all-lines;
    text-align-last: justify;
    text-indent: 6px;
}

.form-custom.form-tb dd {
    margin-top: 0;
    padding: 0 2% 5px;
}

.form-custom.form-tb dd.form-two select {
    width: 100%;
}

/*form top-bottom end*/
/*++++++++++++++++++++++++++++++++++++++++++++*/
/*form left-right*/
.form-custom.form-lr dl {
    float: left;
    margin: 5px 2%;
    width: 43%;
}

.form-custom.form-lr #divForTrimSelect {
    margin-top: 10px;
}

/*form left-right end*/
/*++++++++++++++++++++++++++++++++++++++++++++*/
/*form icons */
.form-icon {
    display: none;
}

.form-icons .form-list-box-in {
    position: relative;
    margin-left: 34px;
}

.form-icons .form-icon {
    display: block;
    padding-right: 4px;
    width: 30px;
}

.form-custom.form-icons dt {
    width: 0;
    font-size: 0;
}

.form-custom.form-icons dd {
    padding-left: 0;
}

.form-icons .form-icon {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: rgba(255, 255, 255, .3);
}

/*-------------------------------------------------------------------------*/
/*form end*/
/*-------------------------------------------------------------------------------------------------------------*/
/*form 重构*/
/*-------------------------------------------------------------------------*/
.form-link {
    margin: 0 auto;
    padding: 10px;
    width: 90%;
    background: #0F6AB9;
}

.form-link h2 {
    font-size: 30px;
    text-align: center;
    color: #fff;
}

.iframe-box {
    padding: 30px 0;
    display: block;
    background: #333;
}

.clue-code {
    padding: 0;
}

.img-box {
    text-align: center;
}

.reading {
    line-height: 20px;
    color: #666666;
}

.reading a {
    text-decoration: underline;
    color: #666666;
}

.reading a:hover,
.reading a:active {
    text-decoration: none;
}

/*
.reading {
    padding: 3% 0;
    text-align: center;
}
.reading,
.reading a {}
.reading a:hover,
.reading a:active {
    text-decoration: none;
}*/
/*nissan*/
.form-custom.nissan {
    background: #c70c2e;
    width: 80%;
}

.form-custom.nissan .form-custom-main {
    background: #c70c2e;
}

.form-custom.nissan .submit,
.form-custom.nissan .submit-box {
    background: #fff;
    color: #c70c2e;
}