@charset "utf-8";



/*タブ切り替え全体のスタイル*/
.tabs {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  padding-bottom: 60px;
  background-color: #FFF;
  /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);*/

  
}

/*タブのスタイル*/
.tab_item {
  width: calc(98%/2);
  height: 50px;
  margin-left: 1%;
  /*border-bottom: 3px solid black;*/
  background-color: #d3d3d3!important;
  border-bottom: solid 5px white;
  height: 55px;
  font-size: 12px;
  text-align: center;
  padding-top: 15px;
  color: white;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
  cursor: pointer!important;

}
.tab_item:hover {
  opacity: 0.75;
}
.tab_item span {
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;

  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: orange!important;
  color: #FFF;
  border-top: solid 4px #FB773B!important;
  border-bottom: solid 4px #FB773B!important;

}

#quick-only {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: bold;
    color: red;
}

#tab6 {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
  
}
#tab6 .sub-h2 {
    margin-bottom: 50px;
}
.line {
    width: 250px;
    height: 60px;
    margin: 50px auto;
    background-color: #FFF;
    border: 1px solid #00B900;
}
.line-green {
    font-size: 50px;
    color: #00B900;
    margin-top: 5px;
}
.line div {
    float: left;
}
.line div:first-child {
    width: 30%;
    
}
.line div:last-child {
    width: 70%;
    font-size: 20px;
    text-align: left;
    color: #00B900;
}
.line div:last-child p {
    margin-top: 3px;
    line-height: 25px;
}
.newcar-form01,
.newcar-form02 {
    width: 80%;
}
.newcar-form-ttl {
    margin-top: 180px;
    margin-bottom: 30px;
    color: black;
    font-weight: bold;
}
#tab6 input[type="tel"],
#tab6 input[type="number"],
#tab6 input[type="text"],
#tab6 input[type="email"]  {
    width: 97%;
    height: 25px;
  padding-top: 10px;
    padding-bottom: 10px;
  padding-left: 10px;
  padding-right: -10px;
  margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
  color: black;
    background-color: #f8f8ff;
    border-bottom: solid 1px #f5f5f5;
    border-top: solid 1px #FFF;
    border-left: solid 1px #FFF;
    border-right: solid 1px #FFF;
}
.radio-box {
    height: 87px;
    text-align: left;
    padding-left: 20px;

}
.policy {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    text-align: left;
}

#tab6 textarea {
    width: 98%;
    height: 200px;
    font-size: 16px;
  padding-top: 10px;
  padding-left: 10px;
    padding-right: -10px;
  padding-bottom: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: black;
    background-color: #f8f8ff;
    border: solid 1px  #f5f5f5;
}
    
#tab6 input[type="submit"] {
  -webkit-appearance : none;
    display: block;
    width: 300px;
    max-width: 400px;
    height: 50px;
    margin: 30px auto 80px;
    padding: 10px;
    background: #0C398A;
    color: white;
    font-size: 20px;
    cursor: pointer;
    border-radius: 3px;
    transition: all 0.3s ease 0s;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.3); 
    border: none;
}
#tab6 input[type="submit"]:hover {
    background-color: white;
    border: 1px solid #0C398A;
    color: #0C398A;

}
::placeholder {
    color: #e0e0e0;
    font-size: 14px;
}

#tab6 table {
  margin: 20px auto;
  border-collapse: collapse;

}
#tab6 table th {
  padding-top: 10px;
  padding-bottom: 10px;

  width: 35%;
}



@media screen and (max-width: 681px) {


#tab6 textarea,
#tab6 input[type="tel"],
#tab6 input[type="number"],
#tab6 input[type="text"],
#tab6 input[type="email"]  {

    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 2%;
    margin-top: 5px;
    margin-bottom: 20px;

}
.radio-box {
    height: 48px;
    text-align: center;
    padding-left: 0px;
    padding-top: 10px;

}
#tab6 th {
    background: #d3d3d3;

    }
.left {
  text-align: left;
}


#tab6 table {
    width: 100%;
    margin: 0 auto;
  }
#tab6 table th,
#tab6 table td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
#tab6 table tr {
    width: 100%;
    border-bottom: none;
  }


}

@media screen and (max-width:682px){


    
}

