*{
	margin: 0;
	padding: 0;
}

@font-face {
    font-family: "MainFont";
    src: url(/font/MainFont.eot) format("eot"), url(/font/MainFont.woff) format("woff");
}

body{
    font-family: system-ui,"Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

img{
    width: 100%;
}


.constant-width{
	/*width: 96%;*/
	/*margin-left: auto;*/
	/*margin-right: auto;*/
}

.text-left{
	text-align: left;
}

.text-right{
	text-align: right;
}

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

input{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* ????A?ک`?? START */
#now,#new,#refuse{
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#now {
    margin-top: 15%;
}

#now .answer,#new .answer {
    margin-top: 4%;
}

#now .answer div,#new .answer div  {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 3% 16vw;
    background: rgb(222,222,222);
    background: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(241 241 241) 35%, rgb(216 216 216) 100%);
    color: #000;
    border-radius: 3vw;
}

#now .answer div.active,#new .answer div.active{
    background: #6dbf00;
        color: #fff;
}

#new {
    display: none;
    margin-top: 10%;
}

#next{
    display: none;
    margin-top: 12%;
}

#next .btn {
    text-align: center;
}

#next .btn a {
        text-decoration: none;
        font-weight: bold;
    font-size: 5vw;
    /*padding-left: 2em;
    padding-right: 2em;*/
    padding-top: 3%;
    padding-bottom: 3%;
    border-radius: 5px;
    box-shadow: 0 6px 0 0 #a00000;
    background: rgb(255, 63, 63);
    color: #fff;
    width: 100%;
    display: block;
}

#refuse {
    display: none;
    margin-top: 10%;
}

#privacy .navi {
    font-size: 100%;
    text-indent: 1em;
}

#privacy .contain {
    border: 1px solid #000;
    font-size: 100%;
    line-height: 2em;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 2%;
    padding-bottom: 2%;
    height: 192px;
    overflow-y: scroll;
    margin-top: 3%
}

#privacy .contain p:first-child {
    font-weight: bold;
}

#privacy .contain ul {
    padding-left: 2em;
}
/* ????A?ک`????END */

.value p {
    text-align: right;
    font-size: 100%;
}

#container {
    max-width: 864px;
    margin-left: auto;
    margin-right: auto;
}

div#header {
    margin-top: 3%;
}

#logo img {
    width: 30%;
}

#title {
    font-size: 100%;
    margin-top: 3%;
}

div#step {
    background: #66c76a;
    margin-top: 3%;
}

#step.complete{
    background: #4f9c52;
}

#step span {
    display: inline-block;
    width: 33%;
    font-size: 100%;
    text-align: center;
    vertical-align: middle;
    padding-top: 1%;
    padding-bottom: 1%;
    color: #fff;
    font-weight: bold;
    position: relative;
}

/*#step span:not(:first-child){
    margin-left: -1.1vw;
}*/

#step.incomplete span:nth-child(2):before {
    position: absolute;
    content: "";
    display: block;
    border-left: 30px solid #66c76a;
    border-top: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    top: -1%;
    right: -53px;
    z-index: 1;
}

#step.incomplete span.pass {
    background: #4f9c52;
}

#step.incomplete span.pass:before{
    border-left: 5vw solid #4f9c52;
}

#step.incomplete span:not(:last-child):after {
    position: absolute;
    content: "";
    display: block;
    border-left: 30px solid #4f9c52;
    border-top: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    top: -1%;
    right: -59.5px;
    /*left: 16px;*/
}

#attention{
	margin-top: 10px;
}

div#form {
    /*font-size: 100%;*/
    margin-top: 4%;
}

.category{
	margin-top: 2%;
	margin-bottom: 2%;
	background: #e2ffcc;
    line-height: 2.5em;
    text-indent: 1em;
    font-weight: bold;
    /*font-size: 4vw;*/
}

.category .abs {
    font-size: 50%;
    color: red;
    margin-left: 0.5em;
}

.category .small {
    font-size: 50%;
}

.advice .title {
    border: 1px solid #607D8B;
    position: relative;
    color: #607D8B;
    padding-top: 2%;
    padding-bottom: 2%;
    text-align: center;
}

.advice .title:after {
    position: absolute;
    content: "＋";
    top: 5%;
    right: 4vw;
    /*font-size: 6vw;*/
}

.advice .title.scope:after{
     content: "-";
     right: 6vw;
}

.advice .contain {
    display: none;
    border-left: 1px solid #607D8B;
    border-right: 1px solid #607D8B;
    border-bottom: 1px solid #607D8B;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 2%;
    padding-bottom: 2%;
    /*font-size: 3vw;*/
}

.advice .contain dl:not(:first-child) {
    margin-top: 4%;
}

.advice .contain .msg {
    margin-top: 3%;
}



#form input[type="text"],#form input[type="tel"],#form select,#detailform input[type="text"],#detailform input[type="tel"],#detailform select{
	font-size: 20px;
	border: 1px solid #a5a5a5;
	text-indent: 0.5em;
	border-radius: 10px;
    padding-top: 2%;
    padding-bottom: 2%;
}

#orderdate-first input,#orderdate-second input {
    width: 150px;
}

#orderdate-first select,#orderdate-second select {
    width: 100px;
}

#form .error input[type="text"],#form .error input[type="tel"],#form .error select,#detailform .error input[type="text"],#detailform .error input[type="tel"],#detailform .error select{
    border: 1px solid #ff6459;
}

#email input[type="text"] {
    width: 50%;
}

#address-ctg input#addressnumber{
    width: 16%;
}

#address-ctg input#address{
    border: none;
}

/*#form input[type="tel"] {
    width: 75%;
}*/

.comment {
    /*font-size: 3vw;*/
    margin-top: 10px;
    text-align: right;
}

.comment.left{
    text-align: left;
    padding-left: 7vw;
    padding-right: 3vw;
    text-indent: -1em;
}

#name input[type="text"],#kana input[type="text"] {
    width: 200px;
}

.mei {
    margin-left: 2vw;
}

#form .value,#detailform .value {
    margin-top: 3%;
    margin-bottom: 3%;
}

#form .value span,#detailform .value span {
    margin-left: 1vw;
}

#privacy {
    margin-top: 20px;
    /*font-size: 4vw;*/
}

#area .value #number input {
    width: 50%;
}

#area .value #address input {
    width: 100%;
}

#area .value #address input {
    background: #ececec;
}

#driverage .value input {
    width: 22%;
}

#licensecolor .value select {
    width: 40%;
}

#entrydate .value select {
    width: 36%;
}

#nowdetail .value table {
    width: 100%;
    text-align: right;
    border-collapse: collapse;
}

#nowdetail .value td {
    width: 50%;
}

#nowdetail .value .haved select {
    width: 56%;
}

#nowdetail .value .rank select {
    width: 40%;
}

#accident .value table {
    width: 100%;
    text-align: right;
    border-collapse: collapse;
}

#accident .value td{
    width: 33.33333333%;
}

#accident .value td select{
    width: 56%;
}

#carname .value input {
    width: 100%;
}


#use .value select {
    width: 47%;
}

#haved .value select {
    width: 30%;
}

div#nowdetail .value select {
    width: 32%;
}

#file .value {
    text-align: center;
}

input.conf {
    font-weight: bold;
    background: rgb(255, 63, 63);
    color: #fff;
    width: 60%;
    line-height: 3em;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 6px 0 0 #a00000;
    font-size: 100%;
    margin-top: 3%;
    margin-bottom: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    cursor: pointer;
}

#rental .checkbox-rental:after{
    -webkit-transition:.2s;
    transition: .2s;
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    margin-top: -10px;
    width: 16px;
    height: 16px;
    border: 2px solid #bbb;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    content: '';
}

#rental .checkbox-rental:before{
    -webkit-transition: .2s;
    transition: .2s;
    position: absolute;
    top: 50%;
    left: 17px;
    display: block;
    margin-top: -9px;
    width: 4px;
    height: 12px;
    border-right: 3px solid #53b300;
    border-bottom: 3px solid #53b300;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#rental .checkbox-rental {
    -webkit-transition: .2s;
    transition: .2s;
    position: relative;
    display: block;
    line-height: 2em;
    /*font-size: 5vw;*/
    text-indent: 2.5em;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: #f3f3f3;
    vertical-align: middle;
    margin-bottom: 0.2em;
}

#rental input[type="checkbox"]{
    display: none;
}

#rental input:checked + .checkbox-rental:before {
    opacity: 1;
}

#rental-agree .checkbox-rental-agree:after{
    -webkit-transition:.2s;
    transition: .2s;
    position: absolute;
    top: 50%;
    left: 20px;
    display: block;
    margin-top: -10px;
    width: 16px;
    height: 16px;
    border: 2px solid #bbb;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    content: '';
}

#rental-agree .checkbox-rental-agree:before{
    -webkit-transition: .2s;
    transition: .2s;
    position: absolute;
    top: 50%;
    left: 27px;
    display: block;
    margin-top: -9px;
    width: 4px;
    height: 12px;
    border-right: 3px solid #f44336;
    border-bottom: 3px solid #f44336;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#rental-agree .checkbox-rental-agree {
    -webkit-transition: .2s;
    transition: .2s;
    position: relative;
    display: block;
    line-height: 2em;
    /*font-size: 3vw;*/
    border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: #f3f3f3;
    vertical-align: middle;
    margin-bottom: 0.2em;
    padding-left: 4em;
    padding-right: 1em;
}

#rental-agree input[type="checkbox"]{
    display: none;
}

#rental-agree input:checked + .checkbox-rental-agree:before {
    opacity: 1;
}

#result #accident .value {
    /*font-size: 3.5vw;*/
}

#thankyou {
    margin-top: 6%;
}

#thankyou .title {
    text-align: center;
    font-size: 180%;
    border-bottom: 1px solid #000;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#thankyou .msg {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    line-height: 2em;
    /*font-size: 3.5vw;*/
    margin-top: 5%;
    border: 2px dashed #ccc;
}

#thankyou .msg p {
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 3%;
    padding-bottom: 3%;
}

#thankyou .msg p.big {
    font-size: 120%;
}

#thankyou .msg table {
    width: 82%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}

#thankyou .msg table caption {
    caption-side: bottom;
    text-align: left;
}

#thankyou .msg table .url td{
    font-size: 70%;
    line-height: 1em;
}

#thankyou .msg table .qr td {
    width: 50%;
}

#thankyou .msg table .qr img{
    width: 60%;
}


#ssl_tag {
    margin-top: 5%;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 13%;
}

#ssl_word{
    margin-top: 3%;
    font-size: 60%;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

/* Ԕ????? */

#detailform{
    margin-top: 4%;
}

#detailform #tab table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

#detailform #tab td {
    width: 50%;
    /*font-size: 4.5vw;*/
}

#detailform #tab a {
    text-decoration: none;
    display: block;
    padding-top: 4%;
    padding-bottom: 4%;
    border-radius: 2vw 2vw 0 0;
    color: black;
    background: #b1b1b1;
    color: #fff
}

#detailform #tab .active a{
    background: #fff;
    color: #000;
    border: none;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    border-left: 2px solid #ccc;
}

#detailform #content {
    /*border-top: 1px solid #ccc;*/
    border-right: 2px solid #ccc;
    border-left: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    padding-top: 2%;
    padding-bottom: 2%;
}

#detailform .value{
    padding-left: 2vw;
    padding-right: 2vw;
    /*font-size: 4vw;*/
}

#detailform #content div.nonactive{
    display: none;
}

#detailform #shop-select .prefecture select,#detailform #shop-select .shopname select{
    /*font-size: 4vw;*/
}

#detailform #shop-select .shopname select {
    width: 100%;
}

#detailform #shop-select .shopname{
    margin-top: 2%;
}

#detailform #shop-decide .value {
    padding-left: 4vw;
}

#detailform #shop-decide .value #shopaddress {
    /*font-size: 3vw;*/
    margin-top: 2%;
}

#detailform #shop-decide .value p {
    text-align: left;
}

/*#detailform .choisetime .choise-day{
    width: 50%;
}*/

#detailform .choisetime .choise-day select{
    width: 40%;
}

/*#detailform .choisetime .choise-hour{
    width: 40%;
}*/

#detailform .choisetime .choise-hour select{
    width: 30%;
}

#detailform .choisetime .value {
    text-align: right;
}

/*#detailform .choisetime .value > div {
    display: inline-block;
}*/


/*input#syouken-up:before{
    content: "添付ファイル：";
    position: absolute;
    background: #fff;
    width: 36%;
    height: 3em;
    text-align: right;
    font-size: 3vw;
    padding-top: 0.5%;
}*/

#syouken-file .value .btn {
    display: block;
    background: #ff6a00;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    border-radius: 2vw;
    padding-top: 3%;
    padding-bottom: 3%;
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
}

#syouken-file .value .secret{
    display: none;
}

#syouken-file .value .path{
    text-align: center;
    font-size: 2vw;
    margin-top: 2%;
}

#detailform #shop-select .no-select {
    text-align: right;
    margin-top: 4%;
}

#detailform .value label:not(:first-child) .btn {
    margin-top: 4%;
}

.checklabel {
    position: relative;
    /*display: block;
    line-height: 2em;
    font-size: 5vw;
    text-indent: 2.5em;
    border-radius: 8px;
    background-color: #f3f3f3;*/
    /*vertical-align: middle;*/
    /*margin-bottom: 0.2em;*/
}

.chacklabel.line2{
    /*display: flex;*/
}

.checklabel.line1:before{
    position: absolute;
    top: 4%;
    left: -5vw;
    display: block;
    /* margin-top: -9px; */
    width: 1vw;
    height: 3vw;
    border-right: 3px solid #53b300;
    border-bottom: 3px solid #53b300;
    content: '';
    opacity: 0;
    transform: rotate(45deg);
}

.checklabel.line1:after{
    position: absolute;
    top: -12%;
    left: -7vw;
    display: block;
    /* margin-top: -10px; */
    width: 5vw;
    height: 5vw;
    border: 2px solid #bbb;
    border-radius: 1.5vw;
    content: '';
}

.checklabel.line2:before{
    position: absolute;
    top: 15%;
    left: -6vw;
    display: block;
    width: 1vw;
    height: 3vw;
    border-right: 3px solid #53b300;
    border-bottom: 3px solid #53b300;
    content: '';
    opacity: 0;
    transform: rotate(45deg);
}

.checklabel.line2:after{
    position: absolute;
    top: 0;
    left: -8vw;
    display: block;
    width: 5vw;
    height: 5vw;
    border: 2px solid #bbb;
    border-radius: 1.5vw;
    content: '';
}

input[type='checkbox']:checked + .checklabel:before{
    opacity: 1;
}

.onshop,.offshop,.offshop-confilm{
    display: none;
    opacity: 0;
}

.onshop.show,.offshop.show,.offshop-confilm.show{
    display: block;
    opacity: 1;
    animation-duration: 0.5s;
    animation-name: fade-in;
}

@keyframes fade-in {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

#syouken-file.noncontract,#accident.noncontract{
    display: none;
}

#detailform #non-ftf .msg,#detail-confilm .msg,#easy-confilm .msg{
    font-size: 100%;
    margin-top: 5%;
    background: #009688;
    /*width: 96%;*/
    margin-left: auto;
    margin-right: auto;
    padding-top: 1%;
    padding-bottom: 1%;
    color: #fff;
    padding-left: 3vw;
}

#detailform #non-ftf .list {
    margin-top: 2%;
    width: 83%; 
    font-size: 3vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 7vw;
    padding-right: 3vw;
}

#detailform #non-ftf .list tr:not(:first-child) td {
    border-top: 3vw solid transparent;
}


#detailform #email {
    margin-top: 5%;
}

#detailform #name {
    margin-top: 3%;
}

#result #syouken-file .value p {
    text-align: center;
}

#result #syouken-file .value img {
    width: 50%;
}

#syaken-file .value .btn {
    display: block;
    background: #ff6a00;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    border-radius: 2vw;
    padding-top: 3%;
    padding-bottom: 3%;
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
}

#syaken-file .value .secret{
    display: none;
}

#syaken-file .value .path{
    text-align: center;
    font-size: 2vw;
    margin-top: 2%;
}

#result #syaken-file .value p {
    text-align: center;
}

#result #syaken-file .value img {
    width: 50%;
}

#callcenter{
    width: 100%;
    margin-top: 5%;
}

#callcenter .left{
    vertical-align: top;
}

#callcenter .right{
    margin-left: 3vw;
}

#callcenter div{
    display: inline-block;
}

#callcenter img{
    width: 12vw;
}

#callcenter #complete-callcenter a{
    font-size: 9vw;
    color: blue;
    text-decoration: underline;
}

#callcenter img{
    width: 76px;
}


#detailform #address-ctg #addressnumber{
    width: 40vw;
}

#detailform #address-ctg .for p{
    display: none;
}

#detailform #address-ctg #address {
    border: none;
    width: 100%;
    text-align: right;
}

#rental-agree {
    display: none;
}