html {
    color:#000;
    background:#fff
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, p, blockquote, th, td {
    margin:0;
    padding:0;
    font-size: 12px;
}
table {
    border-collapse:collapse;
    border-spacing:0
}
fieldset, img {
    border:0
}
address, button, caption, cite, code, dfn, em, input, optgroup, option, select, strong, textarea, th, var {
    font:inherit
}
del, ins {
    text-decoration:none
}
li {
    list-style:none
}
caption, th {
    text-align:left
}
h1, h2, h3, h4, h5, h6 {
    font-size:100%;
    font-weight:normal
}

body, html {
    width: 100%;
    font-family:Arial,Verdana,Geneva,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
    background: #fff;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #fff;
}
a:hover {
    color: #E02115;
}

.inner {
    width: 920px;
    margin: 0 auto;
    padding: 8px 16px 16px 16px;
}

.title {
    margin-bottom: 12px;
}

.title ul {
    margin-bottom: 24px;
}

.title .main {
    margin-bottom: 6px;
    color: #444444;
    font-size: 42px;
}

.title .sub {
    color: #444444;
    font-weight: bold;
    font-size: 16px;
}

.title h3 {
    color: #444444;
    font-weight: bold;
    font-size: 24px;
}

.box {
    margin: 0 auto;
    position: relative;
    color:#666;
}

.box ul {
    padding: 0;
}

.box>table>tbody>tr>th,
.box>table>tbody>tr>td {
    border: 1px solid #e0e0e0;
}

.box>table>tbody>tr>th {
    font-size: 12px;
    background-color: #fefefe;
    padding: 20px 12px 20px 12px;
}

.box>table>tbody>tr>td {
    font-size: 12px;
    background-color: #ffffff;
    padding: 20px 12px 20px 12px;
}

.box .head th {
    width: 100% !important;
    font-weight: bold !important;
    background-color: #f4f4f4 !important;
}

.required {
    margin-left: 6px;
    color: #E02115;
}

.validation {
    font-size: 10px;
    display: block;
    margin: 6px 0 0 0;
    padding: 0px;
    color: red;
    height: auto !important;
    line-height: 1.3em !important;
}

.global_message li {
    color: red;
    font-size: 16px;
    font-weight: bold;
    padding: 0px 0px 12px 0px;
}

.notes {
    margin-top: 12px;
    color: #808080;
}

.box label {
    cursor: pointer;
}

.box label span {
    display: inline-block;
    min-width: 2em;
    padding: 0 5px 0 0;
}

.radio_area {
}

.radio_area td,
.radio_area th {
    border: none;
    padding: 0px 24px 0px 0px;
}

.cf::before, .cf::after {
    content: "";
    display: table;
}
.cf::after {
    clear: both;
}
.cf::before, .cf::after {
    content: "";
    display: table;
}

.cf li {
    float: left;
    height: 36px;
    line-height: 36px;
    margin: 5px 10px 5px 0;
}

.input_text {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e0e0e0;
    color: #777;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    width: 240px;
}

.input_textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e0e0e0;
    color: #777;
    height: 120px;
    line-height: 1.3em;
    padding: 12px;
    width: 610px;
}

 .form_min .input_text {
    width: 100px;
}

.box select {
    border: 1px solid #e0e0e0;
    color: #777;
    width: 312px;
    height: 38px;
    padding-left: 6px;
}

.agreement {
    margin: 40px 0px 0px 0px;
}

.agreement h3 {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 24px;
}

.agreement .cap {
    padding: 18px;
    line-height: 1.4em;
    margin: 12px 0px 12px 0px;
    border: 1px solid #C0C0C0;
    background-color: #E0E0E0;
    color: #666666;
}

.agreement p {
    padding: 0px;
    margin: 0px;
    color: #000000;
}

.agreement_check {
    text-align: center;
    margin: 40px 0px 40px 0px;
}

.agreement_check span {
    color: #000000;
    font-weight: bold;
    font-size: 15px;
}

.bottom_nav {
    margin: 24px 0px 0px 0px;
}

.form_submit input {
    cursor: pointer;
    width: 100%;
    height: 80px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background-color: #FFB301;
    display: block;
    border: 1px solid #FFB301;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.wait_message {
    font-size: 20px;
    color: #000000;
    text-align: center;
    padding: 130px 32px 130px 32px;
    margin: 32px 0px 32px 0px;
    background-color: #f4f4f4 !important;
    border: 1px solid #e0e0e0;
}

.complete_message {
    font-size: 18px;
    line-height: 1.8em;
    font-weight: bold;
    color: #000000;
    text-align: center;
    padding: 80px 32px 80px 32px;
    margin: 32px 0px 32px 0px;
    background-color: #f4f4f4 !important;
    border: 1px solid #e0e0e0;
}

.close_button {
    margin: 0 auto;
    cursor: pointer;
    width: 300px;
    padding: 16px 0px 16px 0px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background-color: #404040;
    display: block;
    border: 1px solid #404040;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.close_button:hover {
    color: #FFFFFF !important;
    background-color: #606060;
    border: 1px solid #606060;
}

.explanation {
    line-height: 1.4em;
}

.preferred_date {
    margin-top: 12px;
}

.preferred_year {
    margin-left: 6px;
}

.preferred_year select {
    width: 80px;
}

.preferred_month {
    margin-left: 12px;
}

.preferred_month select {
    width: 60px;
}

.preferred_day {
    margin-left: 12px;
}

.preferred_day select {
    width: 60px;
}

.preferred_ampm {
    margin-left: 12px;
}

.preferred_ampm select {
    width: 80px;
}

.car_type {
    
}

.car_regist {
    margin-top: 12px;
}

.car_number {
    margin-top: 12px;
}

.car_type .label,
.car_regist .label,
.car_number .label {
    display: inline-block;
    width: 80px;
}

.car_type input {
    width: 400px;
}

.regist_year {
}

.regist_year select {
    width: 80px;
}

.regist_month {
    margin-left: 12px;
}

.regist_month select {
    width: 60px;
}

.regist_number1 {
}

.regist_number1 input {
    width: 40px;
}

.regist_number12 {
    margin-left: 6px;
}

.regist_number12 input {
    width: 40px;
}

.regist_number2 {
    margin-left: 16px;
}

.regist_number2 input {
    width: 24px;
}

.regist_number3 {
    margin-left: 6px;
}

.regist_number3 input {
    width: 40px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#ccc;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#ccc;
}
::placeholder{ /* Others */
 color:#ccc
}
