@charset "utf-8";

input:-webkit-autofill {/* inputの背景が自動でになるのを防ぐ（chromeのuser agent stylesheetを上書き）*/
    -webkit-box-shadow: 0 0 0px 1000px #ffffe4 inset;
}
input,select,.dummy_select{
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    padding: 4px 8px;
    border: solid 1px #888;
    box-sizing: border-box;
    appearance: none;
    border-radius: 2px;
    font-family: initial;
    border:2px solid #DDDDDD;
}
dl:nth-child(2) select {
    border-radius: unset;
}

input[name="car_id"] {
    position: absolute;
    overflow: hidden;
    width: 0;
}
select,.dummy_select{
    background: url('/ppc/lt/sc/hiyou/_index/img/select_mark.png') 98% 50% no-repeat;
    background-size: 7px;
}
select::-ms-expand {
    display: none;
}
.dummy_select{
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
}
dl:nth-child(2) input,
dl:nth-child(2) select{
    margin-left: auto;
    margin-right: 0;
    display: block;
}

/* 必須・任意 */
.req_on, .req_off {
    font-size: 10px;
    margin-right: 5px;
    padding: 0px 4px;
    color: #ffffff;
    display: inline-block;
    float: left;
    font-weight: 500;
    margin-bottom: 5px;
    border-radius: 2px;
}
.req_on {
    background: #D90101;
}
.req_off {
    background: #ADADAD;
}

/* 送信項目のエラーメッセージ */
.err_msg{
    clear: both;
    padding-bottom: 0;
    color: #e50000;
    font-size:13px;
    text-align: left;
    line-height: 1.6;
}
.main_form {
    max-width: 470px;
    min-width: 400px;
    padding: 3% 2% 3%;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 40%);
    margin-bottom: 4rem;
}
form.contact_form{
    padding: 10px 10px 20px 10px;
}
form.contact_form h3{
    margin-bottom: 1rem;
}
form.contact_form input:not(.submit_btn),
form.contact_form select{
    padding: 6px 8px;
    line-height: normal;
}
form.contact_form input:not(#name):not(#phone_number):not(.submit_btn),
form.contact_form select {
    background-image: url(/ppc/lt/sc/hiyou/_index/img/select_mark.png);
    background-repeat: no-repeat;
    background-position: 98% 50%;
    background-size: 7px;
}
form.contact_form dd input[name="as_maker"],
form.contact_form dd input[name="name"],
form.contact_form dd input[name="phone_number"],
form.contact_form dd input[name="as_maker2"],
form.contact_form dd input[name="name2"],
form.contact_form dd input[name="phone_number2"] {
    background-color: #ffffc9;
}
/* 入力項目　スタイル */
.form_title {
    display: inline-block;
    width: 33%;
    text-align: left;
    font-weight: 500;
    font-size: 15px;
}
.form_title label {
    position: relative;
    top: -5px;
    font-size: 13px;
}
.form_title label[for="as_maker"]{
    font-size: 0.9em;
    vertical-align: middle;
    display: inline-grid;
    line-height: 1.4;
}
.form_style dt label[for="as_maker"],
.form_style dt label[for="name"],
.form_style dt label[for="phone_number"]{
    color: red;
}
.form_area {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
    width: 64%;
}
form section#user_area{
    padding-bottom: 10px;
}
form section#user_area dl select {
    border-radius: unset;
}

.submit_btn_box input.submit_btn {
    font-weight: bold;
    color: #fff;
    width: 90%;
    max-width: 370px;
    height: inherit;
    padding: 20px 0;
    border-radius: 50px;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    display: block;
    background-color: #FC5943;
    border: none;
    border-bottom: 6px solid #e21b02;
}
.submit_btn_box input.submit_btn:hover{
    border-bottom: 3px solid #e21b02;
    margin-top: 3px;
}

/*自動車税文言スタイル
--------------------------------------------------------------------*/
.jizei_text1{
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ADADAD;
}
.jizei_text1 span{
    color: #FC5943;
}
.jizei_text2{
    font-size: 12px;
    text-align: center;
    font-weight: normal;
}

/*利用規約とプライバシーポリシー・SSL
--------------------------------------------------------------------*/
#ssl_information_footer_form {
    text-align: left;
    width: 97%;
    margin: 0 auto;
    font-size: 0.8rem;
    line-height: 1.4;
    border-top: 1px solid #ACACAC;
    padding-top: 1rem;
}

#ssl_information_footer_form h4 {
    padding-bottom: 3px;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: left;
}
#ssl_information_footer_form h4:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/ppc/lt/sc/hiyou/_index/img/ssl_icon.png) center;
    background-repeat: no-repeat;
    background-position: left;
    vertical-align: inherit;
    background-size: contain;
    margin-right: 4px;
}
#ssl_information_footer_form p{
    font-size: 1.15rem;
    font-weight: 400;
}

/* モーダルウインドウ */
/* レイヤーのコンテンツ */
#layer_carbox{
    display: none;
    position: fixed;
    width: 90%;
    max-width: 890px;
    font-size: 1.1em;
    background: #ffffff;
    margin:35px auto 50px auto;
    padding: 10px 20px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow-y: scroll;
    z-index: 10;
    box-sizing: border-box;
    border: 2px solid #bbb;
}
#modal_back{
    display: none;
    position:fixed;
    width:100%;
    height:100%;
    background:rgba(255, 255, 255, 0.8);
    top:0px;
    left:0px;
    z-index: 1;
}
#modal_close{
    float: right;
    font-weight: bold;
    color:#adadad;
    margin-bottom: 8px;
    cursor: pointer;
}
#tab_list{
    clear: both;
}
#tab_list li{
    float: left;
    position: relative;
    width: 25%;
    padding: 6px 0px;
    margin-bottom: 20px;
    font-size: 1em;
    color: #666666;
    font-weight: bold;
    background: #efefef;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
}
#tab_list li.tab_active{
    color:#ffffff;
    background:#00a856;
}
#tab_list li.tab_active:after{
    content:'\025bc';
    position: absolute;
    color:#00a856;
    bottom:-13px;
    left:0px;
    right:0px;
}
.tab_box{
    display:none;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 1.4;
}
.tab_box.box_active{
    display: block;
}
.tab_box p{
    color:#333333;
}
.tab_box ul{
    padding:10px 10px 0px;
    margin-bottom: 15px;
    border:solid 1px #bebebe;
    box-sizing: border-box;
}
.tab_box li{
    display: inline-block;
    width:32%;
    margin-bottom: 8px;
    color:#0170b5;
    text-decoration: underline;
    cursor: pointer;
}
.tab_box li:hover{
    text-decoration: none;
}


/* タブ　ボタン　スタイル */
#tab_list li.tab_active {
    color: #ffffff;
    background: #00a856;
}
#tab_list li .tab_list_head {
    display: block;
    width: 100%;
    background: #e8e8e8;
    font-size: 16px;
    color: #b1b1b1;
    margin: 0 auto;
    position: absolute;
    top: 0;
    line-height: 1.5;
    box-sizing: border-box;
}
#tab_list li.tab_active .tab_list_head {
    background: #cff2ff;
    color: #00bbff;
    font-weight: bold;
}
#tab_list li:nth-child(1).tab_active .tab_list_head,
#tab_list li:nth-child(2).tab_active .tab_list_head {
    background: #ffdede;
    color: #a80000;
}
#tab_list li:nth-child(1).tab_active,
#tab_list li:nth-child(2).tab_active {
    background: #ec0000;
}
#tab_list li:nth-child(1).tab_active:after,
#tab_list li:nth-child(2).tab_active:after{
    color: #ec0000;
}
#tab_list li:nth-child(3).tab_active,
#tab_list li:nth-child(4).tab_active {
    background: #00bbff;
}
#tab_list li:nth-child(3).tab_active:after,
#tab_list li:nth-child(4).tab_active:after {
    color: #00bbff;
}
#close-btn{
    float: right;
    font-weight: bold;
    color: #adadad;
    margin-bottom: 8px;
    cursor: pointer;
    font-weight: bold;
    font-size: 30px;
}

#layer_carbox #tab_list li {
    padding: 33px 0px 8px;
}

p.form-agreement {
    font-size: 14px;
    padding-bottom: 15px;
    margin-bottom: 0;
    text-align: center;
}
p.form-agreement a{
    text-decoration: underline;
    color: #0095E3;
}

/* **************************************************************************************** */
/* ************************************* 以下編集しない ************************************* */
/* **************************************************************************************** */

/* 点滅 */
.target_item {
    border: 3px solid #f12;
    animation-name: borderFlashing;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}
@keyframes borderFlashing {
    0% {box-shadow: 0 0 0 0px #f12, 0 0 0 0px #fff, 0 0 0 1px #f12}
    100% {box-shadow: 0 0 0 0px #f12, 0 0 0 0px rgba(255,255,255,0), 0 0 0 5px rgba(100,164,134,0)}
}

/* 送信ボタン後のloading画像 */
#loading_img {
    display: none;  /* 編集しないで下さい */
    /* サイズや位置は追記して変更してください。
    loading画像は /img/load.gif を読み込んでいますが、svgなど他の画像を使用、または全画面で表示したいなどがある場合は変更しますので言ってください */
}

/* レイヤー */
#layer {
    display: none;   /* 編集しないで下さい */
    position: fixed; /* 編集しないで下さい */
    width: 100%;     /* 編集しないで下さい */
    height: 100%;    /* 編集しないで下さい */
    top: 0;          /* 編集しないで下さい */
    left: 0;         /* 編集しないで下さい */
    z-index: 990;    /* 編集しないで下さい */
    background-color: #fff;
    opacity: 0.8;
}

/* レイヤーのコンテンツ */
#layer_carbox {
    display: none;    /* 編集しないで下さい */
    z-index: 991;     /* 編集しないで下さい */
    position: fixed;  /* 編集しないで下さい */
    width: 100%;
    border: 1px solid #ccc;
    background-color: #fff;
}
.tab_box {
    display: none;  /* 編集しないで下さい */
}
.tab_box li {
    text-decoration: underline;
    cursor: pointer;  /* 編集しないで下さい */
}
.tab_box li:hover {
    text-decoration: none;
}
.loading_img {
    display: none;  /* 編集しないで下さい */
    width: 10%;
}
