@charset "UTF-8";
/* CSS Document */
html {
  width: 100%;
  height: 100%;
  /*font-size: 62.5%;*/
  line-height: 0;
}
body{
	width: 100%;
  height: 100%;
	margin: 0;
	padding: 0;
	color: #000000;
  font-size: 16px;
	font-size: 1.6rem;
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Osaka,Arial, Verdana,sans-serif;
	-webkit-text-size-adjust: 100%;
  overflow: auto;
  background-color: #f3f3f3;
  position: relative;
}
body.list{
  overflow-x: auto;
  overflow-y: hidden;
}

body * {
  box-sizing: border-box;
  word-wrap: break-word;
}

h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,li,dl,dt,dd{
  margin: 0px;
  padding: 0px;
  line-height: 100%;
}
h1,h2,h3,h4,h5,h6{
  font-family: Avenir, Arial, Verdana, sans-serif;
}

li,dt,dd{
  list-style-type: none;
}
input{
  outline:0 !important;
  cursor: pointer;
}
.pc{
  display: block !important;
}
.sp{
  display: none !important;
}
.pcdl{
  display: inline-block !important;
}
.spdl{
  display: none !important;
}
@media (max-width: 768px){
  .pc{
    display:none !important;
  }
  .sp{
    display: block !important;
  }
  .pcdl{
    display: none !important;
  }
  .spdl{
    display: inline-block !important;
  }
}

/*header*/
#header .head_log{
  margin: 0 auto;
  text-align: center;
  background: white;
  padding: 20px 0px;
}
#header .head_log img{
	max-width: 762px;
	width: 100%;
}
/*headerSP*/
@media (max-width: 768px){
  #header{
    width: 100%;
  }
  #header .head_log{
    margin: 0 auto;
    text-align: center;
    background: white;
    padding: 20px 20px;
  }
  #header .head_log .logo{
    width: calc(50% - -64px /2);
    display: inline-block;
    margin-right: 20px;
    text-align: left;
  }
  #header .head_log .logo img{
    width: 100%;
  }
  #header .head_log .pc_btn{
    width: calc(36% - 10px /2);
    float: right;
    cursor: pointer;
  }
  #header .head_log .pc_btn img{
    width: 100%;
  }
}

/*ログイン*/
#container {
  margin: 0 auto;
  padding: 8% 25px 25px;
  min-height: calc(100vh - 40px);
  /* overflow: hidden; */
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
}
#login {
  /*width: 460px;
   margin: 100px auto 0; */
  text-align: center;
  overflow: hidden;
}
h1 {
  font-size: 2.4rem;
}
#login h1 img {
  width: 250px;
  height: auto;
}
#login h1 p {
  margin-top: 35px;
  line-height: 3rem;
}
#login form{
  max-width: 248px;
  margin: 58px auto;
}
#login > div input[type="password"]{
  width: 100%;
  padding: 0.8em 1em;
  font-size: 1rem;
  text-align: left;
  border-radius: 46px;
  border: solid 2px #e5e5e5;
  margin-bottom: 16px;
}
#login > div .check{
  font-size: 1rem;
}
#login > div input[type="checkbox"]{
  margin: 0px 10px 0px 0px;
}
#login > div input[type="checkbox"] span{
  vertical-align: middle;
}
#login #error{
  font-size: 1rem;
  line-height: 1.3rem;
  text-align: center;
  margin: 20px 0px;
  color: red;
  position: absolute;
  left: 0;
  width: 100%; 
  display: none;
}
#login > div input[type="submit"]{
  width: 100%;
  margin-top: 76px;
  border-radius: 46px;
  padding: 0.8em 1em;
  box-shadow: black;
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.4);
  background: url("../images/common/save_bg.png");
  background-repeat: repeat-x;
  color: white;
  font-size: 1rem;
  background-size: contain;
  border: none;
}
/*ログインSP*/
@media (max-width: 768px){
  #container{
    width: 100%;
    max-width: 768px;
    min-height: calc(100vh - 25px);
    position: static;
    overflow: auto;
    top: 0;
    left: 0;
    transform: none;
    padding: 18% 30px 30px;
  }
  #login h1{
    font-size: 1.8rem;
  }
  #login{
    width: 100%;
  }
  #login form{
    max-width: 683px;
    margin: 40px auto 0px;
  }
  #login > div input[type="password"]{
    margin-bottom: 34px;
  }
  #login > div div.check{
    text-align: left;
    margin-left: 10px;
  }
  #login > div input[type="submit"]{
    margin-top: 24px;
  }
  #login > div input[type="submit"]{
    font-size: 1rem;
    padding: 0.6em 1em;
  }
  #login #error{
    font-size: 1rem;
    line-height: 1.3rem;
    text-align: center;
    margin: 20px 0px;
    color: red;
    position: static;
    /* left: 0; */
    /* width: 80%; */
    /* margin: 0 auto; */
    text-align: center;
  }
}


/*about.html*/
#about article.content1{
  margin: 58px auto 40px;
  max-width: 960px;
  text-align: center;
  background-color: #f3f3f3;
  padding: 0px;
  min-height: auto;
}
#about article.content1 .title1{
  margin-bottom: 60px;
}
#about article.content1 .title1 img{
  width: 80%;
}
#about article.content1 .cnt1 .cnt1_ttl{
  margin-bottom: 20px;
}
#about article.content1 .cnt1 .cnt1_news{
  border: solid #d9d9d9 1px;
  border-radius: 10px;
  padding: 0px 30px 20px;
  background-color: white;
  overflow-y: scroll;
  height: 200px;
  margin-bottom: 40px;
}
#about article.content1 .cnt1 .cnt1_news dl{
  text-align: left;
  border-bottom: solid 1px #d3d3d3;
  padding: 15px 0px;
}
#about article.content1 .cnt1 .cnt1_news dl dt{
  width: 12%;
  vertical-align: top;
  display: inline-block;
  color: #E31C2C;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: bold;
}
#about article.content1 .cnt1 .cnt1_news dl dd{
  width: 85%;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5rem;
	vertical-align: top;
}
#about article.content2{
  background-color: #FABE00;
}
#about article.content2 .cnt2{
  max-width: 960px;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0px 40px;
}
#about article.content2 .cnt2 .cnt2_ttl{
  margin-bottom: 10px;
	font-size: 2.4rem;
	font-weight: bold;
	padding: 54px 0px 34px;
}
#about article.content2 .cnt2 .cnt2_cat{
  background-color: white;
  border: solid 2px #d9d9d9;
  border-radius: 10px;
  padding: 30px 39px;
}
#about article.content2 .cnt2 .cnt2_cat .cnt2_txt{
  font-size: 1rem;
  text-align: left;
}
#about article.content2 .cnt2 .cnt2_cat .cnt2_txt p.txt1,#about article.content2 .cnt2 .cnt2_cat .cnt2_txt p.txt2{
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.5rem;
}
#about article.content2 .cnt2 .cnt2_cat .cnt2_txt p.txt1 span{
  color: #E31C2C;
}
#about article.content2 .cnt2 .cnt2_cat .cnt2_txt p.txt2 span{
  color: #eb5504;
}
#about article.content2 .cnt2 .cnt2_cat .table table{
  width: 100%;
}
#about article.content2 .cnt2 .cnt2_cat .table th{
  font-size: 1rem;
  line-height: 2rem;
  background-color: #555555;
  color: white;
  border-left: solid 2px #FFFFFF;
  border-bottom: solid 2px #FFFFFF;
}
#about article.content2 .cnt2 .cnt2_cat .table th:first-child,#about article.content2 .cnt2 .cnt2_cat .table td:first-child{
  border-left: none;
}
#about article.content2 .cnt2 .cnt2_cat .table td{
  font-size: 1rem;
  line-height: 2rem;
  border-left: solid 2px #FFFFFF;
  border-bottom: solid 2px #FFFFFF;
}
#about article.content2 .cnt2 .cnt2_cat .table td:nth-child(3){
  text-align: left;
  padding-left: 10px;
}
#about article.content2 .cnt2 .cnt2_cat .table tr{
  background-color: #f5f5f5;
}
#about article.content2 .cnt2 .cnt2_cat .table tr:nth-child(odd){
  background-color: #eeeeee;
}
#about article.content3{
  margin: 42px auto 40px;
  max-width: 960px;
  text-align: center;
}
#about article.content3 .title3{
  margin-bottom: 0px;
}
#about article.content3 .cnt3 .cnt3_terms{
  border: solid #d9d9d9 1px;
  border-radius: 10px;
  padding: 20px 30px 20px;
  background-color: white;
  margin-bottom: 40px;
}
#about article.content3 .cnt3 .cnt3_terms dl{
  text-align: left;
  border-bottom: solid 1px #d3d3d3;
  padding: 15px 0px;
}
#about article.content3 .cnt3 .cnt3_terms dl dt{
  width: 5%;
  vertical-align: top;
  display: inline-block;
  color:#E5022D;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: bold;
}
#about article.content3 .cnt3 .cnt3_terms dl dd{
  width: 94%;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5rem;
  vertical-align: top;
}
#about article.content3 .cnt3 .cnt3_terms #btn_list{
  padding: 50px 0px;
  text-align: center;
}
#about article.content3 .cnt3 .cnt3_terms #btn_list a.btn{
  width: 100%;
  margin-top: 16px;
  border-radius: 46px;
  padding: 0.5em 4em;
  box-shadow: black;
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.4);
  background: url(../images/common/save_bg.png);
  background-repeat: repeat-x;
  color: white;
  border: none;
  font-size: 1.2rem;
  text-decoration: none;
  background-size: contain;
}
#about article.content1 .cnt1 .cnt1_ttl .cat1_ttl1{
  margin-bottom: 20px;
}
#about article.content1 .cnt1 .cnt1_ttl .cat1_ttl1 p{
  color: #E5022D;
  font-weight: bold;
  margin-bottom: 30px;
  border-bottom: solid;
  width: 35%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 10px;
  font-size: 1.6rem;
}
#about article.content1 .cnt1 .cnt1_ttl .cat1_ttl1 p::before{
  content: "";
  background-image: url("../images/about/about_icon1.png");
  width: 38px;
  height: 38px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#about article.content3 .title3 .cat3_ttl1{
  margin-bottom: 20px;
}
#about article.content3 .title3 .cat3_ttl1 p{
  color: #E5022D;
  font-weight: bold;
  margin-bottom: 30px;
  width: 35%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 10px;
  font-size: 1.6rem;
}
#about article.content3 .title3 .cat3_ttl1 p::before{
  content: "";
  background-image: url("../images/about/about_icon2.png");
  width: 33px;
  height: 36px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-top: -6px;
}
#about article.content3 .title3 .cat3_ttl1.cnt3_0 p::before{
  content: "";
  background-image: url("../images/about/about_icon3.png");
  width: 33px;
  height: 33px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-top: -6px;
}
#about article.content3 .cnt3 .cnt3_terms.cnt3_terms0{
	background: none;
	border: none;
	padding: 0px;
}
#about article.content3 .cnt3 .cnt3_terms #btn_list0{
  padding: 0px;
  text-align: center;
	margin-top: 40px;
	margin-bottom: 88px;
}
#about article.content3 .cnt3 .cnt3_terms #btn_list0 a.btn{
  width: 100%;
  margin-top: 16px;
  border-radius: 46px;
  padding: 0.5em 4em;
  box-shadow: black;
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.4);
  background: url(../images/common/save_bg.png);
  background-repeat: repeat-x;
  color: white;
  border: none;
  font-size: 1.2rem;
  text-decoration: none;
  background-size: contain;
}
/*aboutSP*/
@media (max-width: 768px){
  #about article.content1{
    padding: 0px 20px;
  }
  #about article.content1 .cnt1 .cnt1_ttl img{
    width: 100%;
  }
  #about article.content1 .cnt1 .cnt1_news{
    padding: 0px 20px 20px;
  }
  #about article.content1 .cnt1 .cnt1_news dl dt{
    width: 30%;
    font-size: 0.8rem;
    line-height: 1.5rem;
  }
  #about article.content1 .cnt1 .cnt1_news dl dd{
    width: 66%;
    font-size: 0.8rem;
    line-height: 1.5rem;
  }
  #about article.content2{
    padding: 0px 20px;
  }
  #about article.content2 .cnt2 .cnt2_ttl img{
    width: 100%;
  }
  #about article.content2 .cnt2 .cnt2_cat{
    padding: 30px;
  }
  #about article.content2 .cnt2 .cnt2_cat .cnt2_txt p.txt1, #about article.content2 .cnt2 .cnt2_cat .cnt2_txt p.txt2{
    font-size: 0.8rem;
  }
  #about article.content2 .cnt2 .cnt2_cat .table th{
    font-size: 0.8rem;
  }
  #about article.content2 .cnt2 .cnt2_cat .table td{
    font-size: 0.8rem;
    line-height: 1.5rem;
  }
  #about article.content2 .cnt2 .cnt2_cat .table td:nth-child(3){
    width: 63%;
    padding: 10px;
  }
  
  #about article.content3{
    padding: 0px 20px;
  }
  #about article.content3 .title3{
    margin-bottom: 0px;
  }
  #about article.content3 .cnt3 .cnt3_terms dl:first-child{
    padding: 0px 0px 15px;
  }
  #about article.content3 .cnt3 .cnt3_terms dl dt{
    font-size: 0.8rem;
    width: 6.8%;
  }
  #about article.content3 .cnt3 .cnt3_terms dl dd{
    font-size: 0.8rem;
    width: 88%;
  }
  
  #about article.content1 .cnt1 .cnt1_ttl .cat1_ttl1 p,#about article.content3 .title3 .cat3_ttl1 p{
    width: 100%;
    font-size: 1.5rem;
  }
  #about article.content3 .cnt3 .cnt3_terms #btn_list a.btn{
    font-size: 1rem;
  }
	#about article.content3 .cnt3 .cnt3_terms #btn_list0 a.btn{
        font-size: 0.75rem;
    padding: 20px 50px;
    max-width: 220px;
    width: 100%;
  }
	#about article.content2 .cnt2 .cnt2_ttl {
		margin-bottom: 10px;
		font-size: 1.375rem;
		font-weight: bold;
		padding: 46px 0px 30px;
	}
}

/*search*/
#search article.content1{
  background-color: #FABE00; 
  padding: 30px;
}
#search article.content1 .cnt{
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
#search article.content1 .cnt1{
  max-width: 960px;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0px 40px;
}
#search article.content1 .cnt1 .cnt1_ttl{
  margin-bottom: 20px;
}
#search article.content1 .cnt1 .cnt1_ttl p{
	font-size: 28px;
	font-weight: bold;
	padding: 0px 0px 31px;
}
#search article.content1 .cnt1 .cnt1_ttl p span{
	color: #E5022D;
	border-bottom: solid 1px #E5022D;
}
#search article.content1 .cnt1 .cnt1_ttl img{
  width: 80%;
  margin: 0 auto;
}
#search article.content1 .cnt1 .cnt1_cat{
  background-color: white;
  border: solid 2px #d9d9d9;
  border-radius: 10px;
  padding: 39px 39px;
}
#search article.content1 .cnt1 .cnt1_cat .cat1_ttl{
  margin-bottom: 20px;
}
#search article.content1 .cnt1 .cnt1_cat .cat1_ttl p{
  color: #E5022D;
  font-weight: bold;
  margin-bottom: 30px;
  border-bottom: solid;
  width: 35%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 10px;
}
#search article.content1 .cnt1 .cnt1_cat .cat1_btn ul{
  text-align: left;
}
#search article.content1 .cnt1 .cnt1_cat .cat1_btn li{
  width: calc(18% - 30px / 5);
  background: url("../images/common/bnt_bg.png");
  border: solid 1px #d3d3d3;
  background-repeat: repeat-x;
  border-radius: 5px;
  font-size: 1rem;
  position: relative;
  text-align: center;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}
#search article.content1 .cnt1 .cnt1_cat .cat1_btn li:nth-child(5n){
  margin-right: 0px;
}
#search article.content1 .cnt1 .cnt1_cat .cat1_btn li a{
  display: block;
  width: 100%;
  padding: 19px 0px;
  text-decoration: none;
  color: black;
  font-weight: bold;
}
#search article.content1 .cnt1 .cnt1_cat .cat1_btn li a::after{
  content: url("../images/common/btn_icon1.png");
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 20px;
  margin-right: 10px;
  width: 5px;
}
#search article.content1 .cnt1 .cnt1_cat .cat1_btn li a.one:hover{
  opacity: 0.5;
}
#search article.content1 .cnt_01{
  max-width: 960px;
  width: 100%;
}
#search article.content1 .cnt2{
  width: calc(50.5% - 40px / 2);
	width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0px 40px;
  display: inline-block;
  box-sizing: border-box;
  margin-right: 20px;
  vertical-align: top;
}
#search article.content1 .cnt .cnt_01 div:nth-child(2n){
  margin-right: 0px;
}
#search article.content1 .cnt2 .cnt2_cat{
  background-color: white;
  border: solid 2px #d9d9d9;
  border-radius: 10px;
  padding: 39px 39px;
}
#search article.content1 .cnt2 .cnt2_cat .cat2_ttl{
  margin-bottom: 20px;
}
#search article.content1 .cnt2 .cnt2_cat .cat2_ttl p{
  color: #E5022D;
  font-weight: bold;
  margin-bottom: 30px;
  border-bottom: solid;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 10px;
}
#search article.content1 .cnt2 .cnt2_cat .cat2_txt{
  font-size: 1rem;
  line-height: 1.2rem;
  margin-bottom: 20px;
  color: #666666;
}
#search article.content1 .cnt2 .cnt2_cat .cat2_keysearch input[type="text"]{
  border: solid 1px #d9d9d9;
  border-radius: 30px;
  background-color: #f3f3f3;
  color: black;
  padding: 12px 10px;
  width: 67%;
  font-size: 1.2rem;
}
#search article.content1 .cnt2 .cnt2_cat .cat2_keysearch input[type="submit"]{
  background: url(../images/common/save_bg.png);
  background-repeat: repeat-x;
  color: white;
  border-radius: 30px;
  padding: 10px 10px;
  width: 30%;
  font-size: 1.2rem;
  border: none;
  background-size: contain;
}
#search article.content1 .cnt2 .cnt2_cat .search2 input[type="submit"]{
  background: url(../images/common/save_bg.png);
  background-repeat: repeat;
  color: white;
  border-radius: 30px;
  padding: 0.5em 10px;
  width: 70%;
  font-size: 1.2rem;
  border: none;
  background-size: contain;
}
@media (max-width: 768px){
  #search article.content1 .cnt1 .cnt1_ttl img{
    width: 100%;
  }
  #search article.content1 .cnt1 .cnt1_cat .cat1_ttl img{
    width: 100%;
  }
  #search article.content1 .cnt1 .cnt1_cat{
    padding: 39px 20px;
  }
  #search article.content1 .cnt1 .cnt1_cat .cat1_ttl p{
    width: 100%;
    font-size: 1.5rem;
  }
  #search article.content1 .cnt1 .cnt1_cat .cat1_btn li{
    max-width: 100%;
    width: calc(50% - 10px / 2);
    font-size: 0.8rem;
  }
  #search article.content1 .cnt1 .cnt1_cat .cat1_btn li:nth-child(odd){
    margin-right: 0px;
  }
  #search article.content1 .cnt1 .cnt1_cat .cat1_btn li:nth-child(even){
    margin-right: 0px;
  }
  #search article.content1 .cnt1 .cnt1_cat .cat1_btn li a{
    padding: 10px 0px;
  }
  #search article.content1 .cnt1 .cnt1_cat .cat1_btn li a::after{
    margin-top: 9px;
    margin-right: 11px;
  }
  #search article.content1 .cnt2{
    width: 100%;
    padding: 0px 0px 30px;
  }
  #search article.content1 .cnt2 .cnt2_cat{
    padding: 20px 20px;
  }
  #search article.content1 .cnt2 .cnt2_cat .cat2_ttl p{
    font-size: 1.1rem;
    border-bottom: solid 2px;
  }
  #search article.content1 .cnt2 .cnt2_cat .cat2_ttl img {
    width: 100%;
  }
  #search article.content1 .cnt2 .cnt2_cat .cat2_txt{
    font-size: 0.6rem;
  }
  #search article.content1 .cnt2 .cnt2_cat .cat2_keysearch input[type="text"]{
    padding: 5px 10px;
    width: 66%;
  }
  #search article.content1 .cnt2 .cnt2_cat .cat2_keysearch input[type="submit"]{
    padding: 5px 10px;
  }
  #search article.content1 .cnt2 .cnt2_cat .search2 input[type="submit"]{
    padding: 10px 10px;
  }
  #search article.content1 .cnt1{
    padding: 10px 0px 30px;
  }
  #search article.content1 .cnt1 .cnt1_ttl img{
    width: 100%;
    margin: 0 auto;
  }
	#search article.content1 .cnt1 .cnt1_ttl p{
		font-size: 1rem;
		text-align: left;
		line-height: 1.4;
		padding: 0px 0px 15px;
	}
}

/*car_search*/
article.content1{
  background-color: #FABE00; 
  padding: 30px 0px;
  min-height: calc(100vh - 125px);
}
article.content1 .pan{
  max-width: 960px;
  width: 100%;
  margin: 0 auto 15px;
}
article.content1 .pan ul{
  font-size: 1rem;
  color: #000000;
}
article.content1 .pan ul li{
  display: inline-block;
}
article.content1 .pan ul li a{
  color: #000000;
  text-decoration: underline;
  padding-bottom: 0px;
}
article.content1 .pan ul li::after{
  content: '>';
  margin-right: 10px;
  margin-left: 10px;
}
article.content1 .pan ul li:last-child::after{
  content: none;
}
#car_search article.content1 .cnt1{
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  background-color: white;
  border: solid 1px #d9d9d9;
  border-radius: 10px;
  padding: 20px 30px;
  font-size: 1rem;
}
#car_search article.content1 .cnt1 .cnt1_ttl{
  text-align: center;
	
}
#car_search article.content1 .cnt1 .cnt1_ttl .cat1_ttl1{
  margin-bottom: 20px;
}
#car_search article.content1 .cnt1 .cnt1_ttl .cat1_ttl1 p{
  color: #E5022D;
  font-weight: bold;
  margin-bottom: 30px;
  border-bottom: solid;
  width: 35%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 10px;
  font-size: 1.6rem;
}
#car_search article.content1 .cnt1 .cnt1_ttl .cat1_ttl1 p::before{
  content: "";
  background-image: url("../images/car_search/car_search_icon.png");
  display: inline-block;
  width: 37px;
  height: 37px;
  vertical-align: middle;
  margin-right: 10px;
}
#car_search article.content1 .cnt1 .cnt1_ttl img{
  margin-bottom: 25px;
}
#car_search article.content1 .cnt1 .cnt1_ttl p{
  color: #666666;
  margin-bottom: 20px;
}
/*タブ切り替え全体のスタイル*/
#car_search article.content1 .cnt1 .cnt1_tab {
  margin-top: 50px;
  padding-bottom: 20px;
  background-color: #fff;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
  max-width: 960px;
  margin: 0 auto 40px;
}

/*タブのスタイル*/
#car_search article.content1 .cnt1 .cnt1_tab .tab_item {
  width: calc(100%/12);
  line-height: 50px;
  font-size: 1rem;
  line-height: 2rem;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  border-right: solid 1px #666666;
  color: #666666;
}
#car_search article.content1 .cnt1 .cnt1_tab label[for="wa"] {
  border-right: none;
}
#car_search article.content1 .cnt1 .cnt1_tab .tab_item:hover {
  opacity: 0.75;
  text-decoration: underline;
}

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

/*タブ切り替えの中身のスタイル*/
#car_search article.content1 .cnt1 .tab_content .name_list .list{
  display: none;
  padding: 15px 0px 0;
  clear: both;
  overflow: hidden;
}
#car_search article.content1 .cnt1 .cnt1_tab input:checked + .tab_item span {
  color: #eb5504 !important;
}
#car_search article.content1 .cnt1 .cnt1_tab input:disabled + .tab_item span{
  color: #d2d2d2 !important;
  border: none;
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ .tab_content .name_list .all_content,
#eng:checked ~ .tab_content .name_list .eng_content,
#a:checked ~ .tab_content .name_list .a_content,
#ka:checked ~ .tab_content .name_list .ka_content,
#sa:checked ~ .tab_content .name_list .sa_content,
#ta:checked ~ .tab_content .name_list .ta_content,
#na:checked ~ .tab_content .name_list .na_content,
#ha:checked ~ .tab_content .name_list .ha_content,
#ma:checked ~ .tab_content .name_list .ma_content,
#ya:checked ~ .tab_content .name_list .ya_content,
#ra:checked ~ .tab_content .name_list .ra_content,
#wa:checked ~ .tab_content .name_list .wa_content{
  display: block !important; 
}

#car_search article.content1 .cnt1 .tab_content .name_list .list .car_name_s p.list_ttl{
  font-size: 1rem;
  line-height: 2rem;
  background-color: #555555;
  margin-bottom: 5px;
  padding: 0px 10px;
  color: white;
  width: 100%;
}
#car_search article.content1 .cnt1 .tab_content .name_list .list p.list_ttl span{
}
/*car_searchSP*/
@media (max-width: 768px){
  article.content1{
    padding: 30px;
  }
  article.content1 .pan ul{
    font-size: 0.8rem;
  }
  #car_search article.content1 .cnt1 .tab_content .name_list .list{
    padding: 0px;
  }
  #car_search article.content1 .cnt1 .tab_content .name_list .list ul{
    display: none;
  }
  #car_search article.content1 .cnt1 .tab_content .name_list .list ul li{
    width: 100%;
    margin: 0px;
    border-bottom: solid 1px #d3d3d3;
  }
  
  #car_search article.content1 .cnt1 .tab_content .name_list .list ul li:nth-child(even){
    background-color: #eeeeee;
  }
  #car_search article.content1 .cnt1 .tab_content .name_list .list ul li:last-child{
    margin-bottom: 20px;
  }
  #car_search article.content1 .cnt1 .tab_content .name_list .list p.list_ttl{
    margin-bottom: 10px;
    background: url(../images/common/list_bg.png);
    background-repeat: repeat;
    border-radius: 3px 3px 0px 0px;
    text-align: center;
  }
  #car_search article.content1 .cnt1 .tab_content .name_list .list p.list_ttl span{
    border: none;
  }
  #car_search article.content1 .cnt1 .tab_content .name_list .list p.list_ttl::after{
    content: url("../images/common/btn_icon3.png");
    float: right;
    cursor: pointer;
    margin-top: 0px;
  }
  #car_search article.content1 .cnt1 .tab_content .name_list .list p.list_ttl.on::after{
    content: url("../images/common/btn_icon4.png");
  }
  #car_search article.content1 .cnt1 .tab_content .name_list .list ul li::after{
    font-size: 0.6rem;
  }
  #car_search article.content1 .cnt1 .cnt1_ttl img{
    width: 100%;
  }
  #car_search article.content1 .cnt1 .cnt1_tab{
    margin-bottom: 0px;
  }
  #car_search article.content1 .cnt1{
    padding: 20px;
  }
  #car_search article.content1 .cnt1 .cnt1_ttl .cat1_ttl1 p{
    width: 100%;
    font-size: 1.5rem;
  }
  #car_search article.content1 .cnt1 .cnt1_ttl p{
    margin-bottom: 20px;
  }
}

/*search_list*/
#search_list article.content1{
  padding: 30px 40px;
}
#search_list article.content1 .pan{
  width: 100%;
  margin: 0px 0px 15px;
}
#search_list article.content1 .cnt1{
  width: 100%;
  margin: 0 auto;
  background-color: white;
  border: solid 1px #d9d9d9;
  border-radius: 10px;
  padding: 50px 30px;
  font-size: 1rem;
}
#search_list article.content1 .cnt1 .cnt1_ttl{
  border-bottom: solid 2px #E5022D;
}
#search_list article.content1 .cnt1 .cnt1_ttl dl{
  font-size: 1.5rem;
  line-height: 2rem;
  padding-bottom: 10px;
}
#search_list article.content1 .cnt1 .cnt1_ttl dl dt{
  display: inline-block;
  color: #E5022D;
}
#search_list article.content1 .cnt1 .cnt1_ttl dl dd{
  display: inline-block;
  color: #666666;
}
#search_list article.content1 .cnt1 .cnt1_txt{
  margin: 23px 0px;
  text-align: center;
  color: #666666;
}
#search_list article.content1 .cnt1 .table table{
  width: 100%;
}
#search_list article.content1 .cnt1 .table th{
  font-size: 0.8rem;
  line-height: 1.2rem;
  background-color: #555555;
  color: white;
  border-left: solid 2px #FFFFFF;
  border-bottom: solid 2px #FFFFFF;
  padding: 5px;
}
#search_list article.content1 .cnt1 .table th:first-child,#search_list article.content1 .cnt1 .table td:first-child{
  /*border-left: none;*/
}
#search_list article.content1 .cnt1 .table td{
  font-size: 0.8rem;
  border-left: solid 2px #FFFFFF;
  border-bottom: solid 2px #FFFFFF;
  line-height: 1.2rem;
  padding: 5px 10px;
}
#search_list article.content1 .cnt1 .table td span a{
	cursor: pointer;
	text-decoration: underline;
	color: #E5022D;
}
#search_list article.content1 .cnt1 .table td:nth-child(3){
  text-align: left;
  padding-left: 10px;
}
#search_list article.content1 .cnt1 .table tr{
  background-color: #f5f5f5;
}
#search_list article.content1 .cnt1 .table tr:nth-child(odd){
  background-color: #eeeeee;
}
/*#search_list article.content1 .cnt1 .table tr.t_ttl th:nth-child(1){
  width: 10%;
}*/
#search_list article.content1 .cnt1 .table tr.t_ttl th:nth-child(2){
  width: 9%;
}
/*#search_list article.content1 .cnt1 .table tr.t_ttl th:nth-child(3),#search_list article.content1 .cnt1 .table tr.t_ttl th:nth-child(6){
  width: 7%;
}
#search_list article.content1 .cnt1 .table tr.t_ttl th:nth-child(4),#search_list article.content1 .cnt1 .table tr.t_ttl th:nth-child(10),#search_list article.content1 .cnt1 .table tr.t_ttl th:nth-child(11){
  width: 5%;
}
#search_list article.content1 .cnt1 .table tr.t_ttl th:nth-child(5){
  width: 5%;
}
#search_list article.content1 .cnt1 .table tr.t_ttl th:nth-child(8){
  width: 10%;
}
#search_list article.content1 .cnt1 .table tr.t_ttl th:nth-child(12){
  width: 10%;
}
#search_list article.content1 .cnt1 .table tr.t_ttl2 th:nth-child(1),#search_list article.content1 .cnt1 .table tr.t_ttl2 th:nth-child(2){
  width: 4.8%;
}
#search_list article.content1 .cnt1 .table tr.t_ttl2 th:nth-child(3),#search_list article.content1 .cnt1 .table tr.t_ttl2 th:nth-child(4){
  width: 8%;
}*/
#search_list article.content1 .cnt1 .table td.pdf span{
  color:#E5022D;
}#search_list article.content1 .cnt1 .table td.p{
	text-align: center;
}
/*#search_list article.content1 .cnt1 .table td.pdf::after{
  content: url("../images/search_list/icon_pdf.png");
  margin-left: 5px;
  vertical-align: middle;
}*/
#search_list article.content1 .cnt1 .table td span.link{
  text-decoration: underline;
  color: #E5022D;
  cursor: pointer;
}
#search_list article.content1 .cnt1 .table td.pdf span a{
  text-decoration: underline;
  color: #ffffff;
}
#search_list article.content1 .cnt1 .table tr td:nth-child(10),#search_list article.content1 .cnt1 .table tr td:nth-child(11),#search_list article.content1 .cnt1 .table tr td:nth-child(12),#search_list article.content1 .cnt1 .table tr td:nth-child(13),#search_list article.content1 .cnt1 .table tr td:nth-child(14){
  text-align: center;
}
#search_list article.content1 .cnt1 div.error{
  font-size: 30px;
  line-height: 70px;
  text-align: center;
}
/*footer*/
footer{
  background: #4c4948;
  color: white;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  position: absolute;
}
#top footer{
  /*bottom: 0;*/
}
footer p{
  font-size: 0.5rem;
  padding: 15px 0px;
  text-align: center;
}
/*footerSP*/
@media (max-width: 768px){
  footer{
    background-color: #f3f3f3;
    text-align: center;
    width: 100%;
  }
  footer p{
    font-size: 0.5rem;
    color: #a5a5a5;
  }
  #top footer{
    position: static;
    bottom: 0;
  }
}

/*top*/
#topup{
  position: fixed;
  right: 0%;
  bottom: 0%;
  margin-right: 20px;
  margin-bottom: 20px;
}
#topup img{
  width: 80%;
}
#topup img:hover{
  opacity: 0.8;
}
@media (max-width: 768px){
  #topup img{
    width: 60%;
  }
  #topup{
    position: fixed;
    right: 0%;
    bottom: 0%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
}


/*0601_new_modal_css*/
#modal{
  background-color: rgba(86,83,83,0.8);
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0!important;
  cursor: pointer;
  display: none;
}
.modal_cnt{
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  max-height: calc(100vh - 2rem);
  background: white;
  padding: 2rem 2rem 2rem;
  text-align: left;
  overflow: auto;
  cursor: auto;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
}
#modal .modal_cnt .mod_ttl{
  font-size: 1.5rem;
  line-height: 2rem;
  padding-bottom: 10px;
  color: #D32D36;
  border-bottom: solid 3px;
}
#modal .modal_cnt .mod_ttl dd, #modal .modal_cnt .mod_ttl dt{
  display: inline-block;
}
#modal .modal_cnt .mod_cnt1{
  margin-top: 35px;
  font-size: 1rem;
}
#modal .modal_cnt .mod_cnt1 .cnt1_sub {
  width: calc(20% - 20px/2);
  display: inline-block;
}
#modal .modal_cnt .mod_cnt1 .cnt1_sub .on {
  background: url(../images/common/bnt2.png);
  width: 100%;
  background-repeat-y: repeat;
  padding: 20px 10px 20px;
  text-align: center;
  border-radius: 5px;
  border: solid 1px #d3d3d3;
  cursor: pointer;
  margin-bottom: 10px;
  color: white;
}
#modal .modal_cnt .mod_cnt1 .cnt1_sub .on p::after {
  content: "▶";
  color: white;
  float: right;
}
#modal .modal_cnt .mod_cnt1 .cnt1_sub .off {
  background: url(../images/common/bnt1.png);
  width: 100%;
  background-repeat-y: repeat;
  padding: 20px 10px 19px;
  text-align: center;
  border-radius: 5px;
  border: solid 1px #d3d3d3;
  cursor: pointer;
  margin-bottom: 10px;
}
#modal .modal_cnt .mod_cnt1 .cnt1_sub .off p::after {
  content: "▶";
  color: #E5022D;
  float: right;
}
#modal .modal_cnt .mod_cnt1 .cnt1_sub .cnt1_sub_txt {
  margin-top: 15px;
}
#modal .modal_cnt .mod_cnt1 #modal_new, #modal .modal_cnt .mod_cnt1 #modal_col{
  /*background-color: #005bac;
  width: calc(81% - 20px/2);
  display: inline-block;
  vertical-align: top;
  padding: 20px;
  border-radius: 10px;*/
  width: calc(80% - 0px/2);
  display: inline-block;
  vertical-align: top;
}
#modal .modal_cnt .mod_cnt1 #modal_new .cnt1_main, #modal .modal_cnt .mod_cnt1 #modal_col .cnt1_main{
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#modal .modal_cnt .mod_cnt1 .cnt1_main .details {
  width: calc(50% - 0px/2);
  display: inline-block;
  color: #000000;
  vertical-align: top;
  margin: 0px -1px 0px 0px;
  background-color: #FABE00;
  vertical-align: top;
  padding: 20px;
}
#modal .modal_cnt .mod_cnt1 .cnt1_main .details.not_applicable{
  background-color: white;
  text-align: center;
  font-size: 1.6rem;
  color: black;
}
#modal .modal_cnt .mod_cnt1 .cnt1_main .details .details_img {
  margin-bottom: 10px;
}
#modal .modal_cnt .mod_cnt1 .cnt1_main .details .details_img img{
  width: 100%;
}
#modal .modal_cnt .mod_cnt1 .cnt1_main div.on:nth-child(2n) {
  /*margin: 0px;*/
}
#modal .modal_cnt .mod_cnt1 .cnt1_main .details .details_txt .det_ttl {
  font-size: 1rem;
}
#modal .modal_cnt .mod_cnt1 .cnt1_main .details .details_txt .det_ttl dl {
  line-height: 2rem;
  border-bottom: solid 1px #000000;
}
#modal .modal_cnt .mod_cnt1 .cnt1_main .details .details_txt .det_ttl dl dd {
  display: inline-block;
  font-size: 1.2rem;
  vertical-align: middle;
}
#modal .modal_cnt .mod_cnt1 .cnt1_main .details .details_txt .det_ttl dl dd:nth-child(2) {
  width: 40%;
}
#modal .modal_cnt .mod_cnt1 .cnt1_main .details .details_txt .det_ttl dl dt {
  display: inline-block;
  float: right;
  background: url(../images/common/bnt_bg.png);
  padding: 5px 5px 5px 15px;
  border-radius: 2px;
}
#modal .modal_cnt .mod_cnt1 .cnt1_main .details .details_txt .det_ttl dl dt a {
  font-size: 0.8rem;
  text-decoration: none;
  color: black;
}
#modal .modal_cnt .mod_cnt1 .cnt1_main .details .details_txt .det_ttl dl dt a::after {
  content: "▶";
  color: #E5022D;
  margin-right: 5px;
}
#modal .modal_cnt .mod_cnt1 .cnt1_main .details .details_txt .det_ttl p.det_ttl2 {
  font-size: 1rem;
  margin: 10px 0px;
}
#modal .modal_cnt .mod_cnt1 .cnt1_main .details .details_txt .det_ttl p {
  font-size: 0.8rem;
  line-height: 1rem;
}
#modal .modal_cnt .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 10px 0px 0px;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 768px){
  #modal .modal_cnt {
    max-height: 100%;
    width: 95%;
    height: auto;
    max-width: 768px;
    padding: 2rem 1rem 2rem;
  }
  #modal .modal_cnt .mod_cnt1 .cnt1_sub {
    width: 100%;
  }
  #modal .modal_cnt .mod_cnt1 .cnt1_sub .cnt1_sub_txt {
    font-size: 1.2rem;
    line-height: 1rem;
    margin-bottom: 30px;
  }
  #modal .modal_cnt .mod_cnt1 .cnt1_sub .off, #modal .modal_cnt .mod_cnt1 .cnt1_sub .on {
    display: inline-block;
    width: calc(51.6% - 29px /2);
  }
  #modal .modal_cnt .mod_cnt1 .cnt1_main {
    width: 100%;
  }
  #modal .modal_cnt .mod_cnt1 .cnt1_main .details {
    width: 100%;
    /*display: none;*/
  }  
  #modal .modal_cnt .mod_cnt1 .cnt1_main .details.first {
    display: block !important;
  }
  #modal .modal_cnt .mod_cnt1 .cnt1_main .details .details_txt .det_ttl dl {
    line-height: 3rem;
  }
  #modal .modal_cnt .mod_cnt1 .cnt1_main .details .details_txt .det_ttl p.det_ttl2 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  #modal .modal_cnt .mod_cnt1 .cnt1_main .details .details_txt .det_ttl p {
    font-size: 0.8rem;
    line-height: 1rem;
  }
  #modal .modal_cnt .prav_next {
    color: white;
    font-size: 1.5rem;
    text-align: center;
    margin: -2px 0px 0px;
    width: 100%;
    background-color: #FABE00;
    padding: 20px 0px;
  }
  #modal .modal_cnt .prav_next .prav, #modal .modal_cnt .prav_next .pr_ne_txt, #modal .modal_cnt .prav_next .next {
    display: inline-block;
    vertical-align: top;
  }
  #modal .modal_cnt .prav_next .prav, #modal .modal_cnt .prav_next .next {
    cursor: pointer;
  }  
  #modal .modal_cnt .mod_cnt1 #modal_new, #modal .modal_cnt .mod_cnt1 #modal_col{
    width: 100%;
  }
  #modal .modal_cnt .close {
    top: 10px;
  }
  #modal .modal_cnt .mod_cnt1 .cnt1_main .details .details_txt .det_ttl dl dt{
    margin-top: 10px;
  }
  #modal .modal_cnt .mod_cnt1 .cnt1_main .details .details_txt .det_ttl dl dd:nth-child(2){
    width: 34%;
  }
}

/*20200602 car_search*/
#search article.content1 .cnt1 .cnt1_cat .cat1_btn .car_s{
  text-align:left;
}
#search article.content1 .cnt1 .cnt1_cat .cat1_btn .car_s div{
  width: calc(18% - 30px / 5);
  background: url(../images/common/bnt_bg.png);
  border: solid 1px #d3d3d3;
  background-size: contain;
  border-radius: 5px;
  font-size: 1rem;
  position: relative;
  text-align: center;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  text-decoration: none;
  color: black;
  font-weight: bold;
}
#search article.content1 .cnt1 .cnt1_cat .cat1_btn input[type="submit"]{
  border: none;
  background: no-repeat;
  font-weight: bold;
  font-size: 1rem;
  width: 100%;
  padding: 19px 0px;
	color: black;
}
#search article.content1 .cnt1 .cnt1_cat .cat1_btn .car_s div::after{
  content: url(../images/common/btn_icon1.png);
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 25px;
  margin-right: 11px;
  width: 5px;
}
@media (max-width: 768px){
  #search article.content1 .cnt1 .cnt1_cat .cat1_btn .car_s div {
    max-width: 100%;
    width: calc(50% - 10px / 2);
    font-size: 0.8rem;
    padding: 3px 0px;
  }
  #search article.content1 .cnt1 .cnt1_cat .cat1_btn .car_s div:nth-child(odd) {
    margin-right: 0px;
  }
  #search article.content1 .cnt1 .cnt1_cat .cat1_btn .car_s div:nth-child(even) {
    margin-right: 0px;
  }
  #search article.content1 .cnt1 .cnt1_cat .cat1_btn .car_s div::after {
    margin-top: 27px;
  }
}

/*car_search*/
#car_search article.content1 .cnt1 .tab_content .name_list .list .car_name_s{
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#car_search article.content1 .cnt1 .tab_content .name_list .list .car_name_s div{
  width: calc(33.3333333% - 20px / 3);
  float: left;
  display: inline-block;
  background: #f5f5f5;
  color: #666666;
  border-bottom: solid 2px #f5f5f5;
  margin: 0px 10px 5px 0px;
  display: inline-block;
  position: relative;
}
#car_search article.content1 .cnt1 .tab_content .name_list .list .car_name_s div::after{
  content: url(../images/common/btn_icon2.png);
  /* text-align: right; */
  float: right;
  position: absolute;
  top: 23px;
  right: 14px;
  vertical-align: middle;
}
#car_search article.content1 .cnt1 .tab_content .name_list .list .car_name_s div input[type="submit"]{
  display: inline-block;
  width: 100%;
  padding: 20px 25px 15px 10px;
  text-decoration: none;
  color: #000000;
  border: none;
  background: none;
  font-size: 0.9rem;
  text-align: left;
  vertical-align: middle;
  white-space: normal;
}
#car_search article.content1 .cnt1 .tab_content .name_list .list .car_name_s div:hover{
  background-color: #d3ecfb !important;
  border-bottom: solid 2px #005bac;
  color: #005bac;
}
#car_search article.content1 .cnt1 .tab_content .name_list .list .car_name_s div:nth-of-type(3n){
  margin-right: 0;
}
#car_search article.content1 .cnt1 .tab_content .name_list .list .car_name_s div:nth-of-type(6n+4), #car_search article.content1 .cnt1 .tab_content .name_list .list .car_name_s div:nth-of-type(6n+5), #car_search article.content1 .cnt1 .tab_content .name_list .list .car_name_s div:nth-of-type(6n+6){
  background-color: #eeeeee;
}

@media (max-width: 768px){
  #car_search article.content1{
        padding: 30px;
  }
  #car_search article.content1 .cnt1 .tab_content .name_list .list .car_name_s{
    
  }
  #car_search article.content1 .cnt1 .tab_content .name_list .list .car_name_s div {
    width: 100%;
    margin: 0px;
    border-bottom: solid 1px #d3d3d3;
  }
  #car_search article.content1 .cnt1 .tab_content .name_list .list .car_name_s div{
    display: none;
  }
  #car_search article.content1 .cnt1 .tab_content .name_list .list .car_name_s div:nth-of-type(6n+4), #car_search article.content1 .cnt1 .tab_content .name_list .list .car_name_s div:nth-of-type(6n+5), #car_search article.content1 .cnt1 .tab_content .name_list .list .car_name_s div:nth-of-type(6n+6){
    background-color: #f5f5f5;
  }
  #car_search article.content1 .cnt1 .tab_content .name_list .list .car_name_s div:nth-of-type(2n){
    background-color: #eeeeee;
  }
}

/*20200608_タブレット対応*/
@media (max-width: 1020px) and (min-width: 768px){
  #header .head_log .pc_btn img{
    width: 75%;
    margin-top: 10px;
    display: none;
  }
  #header .head_log .logo{
    width: 50%;
    display: inline-block;
    margin-right:0px;
  }
  #header .head_log .pc_btn {
    width: 30%;
    /*float: none;*/
    cursor: pointer;
    vertical-align: top;
  }
  #login h1 img{
    width: 350px;
  }
  #login form {
    max-width: 400px;
    margin: 70px auto;
  }
  #about article.content2 .cnt2 .cnt2_ttl img {
    width: 60%;
  }
  #about article.content1 .cnt1 .cnt1_news dl dt{
    width: 15%;
  }
  #about article.content1 .cnt1 .cnt1_news dl dd{
    width: 83%;
  }
  #modal .modal_cnt .mod_cnt1 .cnt1_main .details .details_txt .det_ttl dl dd {
    display: inline-block;
    font-size: 1.2rem;
    vertical-align: top;
  }
  #modal .modal_cnt .mod_cnt1 .cnt1_main .details .details_txt .det_ttl dl dd:nth-child(2) {
    width: 35%;
  }
  #car_search article.content1 .cnt1 .tab_content .name_list .list .car_name_s p.list_ttl{
    padding: 5px 10px;
  }
  #search_list article.content1 .cnt1 .table th{
    padding: 0px;
  }
  #search_list article.content1 .cnt1 .table table tr td{
    padding: 0px;
  }
  #search_list article.content1{
    padding: 30px 30px;
  }
}

/*20200610Androidタブレット*/
@media (max-width: 1020px) and (min-width: 600px){
  #search_list article.content1 .cnt1 .table th{
    padding: 0px;
  }
  #search_list article.content1 .cnt1 .table table tr td{
    padding: 0px;
  }
}

/*20221006*/
#search_list article.content1 .cnt1 .cnt2_cat .cnt2_txt{
  font-size: 1rem;
  text-align: left;
}
#search_list article.content1 .cnt1 .cnt2_cat .cnt2_txt p.txt1,#search_list article.content1 .cnt1 .cnt2_cat .cnt2_txt p.txt2{
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.5rem;
}
#search_list article.content1 .cnt1 .cnt2_cat .cnt2_txt p.txt1 span{
  color: #E31C2C;
}
#search_list article.content1 .cnt1 .cnt2_cat .cnt2_txt p.txt2 span{
  color: #eb5504;
}
#search_list article.content1 .cnt1 .cnt2_cat .table.table2 table{
  width: 100%;
  margin-bottom: 50px;
}
#search_list article.content1 .cnt1 .cnt2_cat .table.table2 th{
  font-size: 1rem;
  line-height: 2rem;
  background-color: #555555;
  color: white;
  border-left: solid 2px #FFFFFF;
  border-bottom: solid 2px #FFFFFF;
}
#search_list article.content1 .cnt1 .cnt2_cat .table.table2 th:first-child,#search_list article.content1 .cnt1 .cnt2 .cnt2_cat .table.table2 td:first-child{
  border-left: none;
}
#search_list article.content1 .cnt1 .cnt2 .cnt2_cat .table.table2 td{
  font-size: 1rem;
  line-height: 2rem;
  border-left: solid 2px #FFFFFF;
  border-bottom: solid 2px #FFFFFF;
}
#search_list article.content1 .cnt1 .cnt2 .cnt2_cat .table.table2 td:nth-child(3){
  text-align: left;
  padding-left: 10px;
}
#search_list article.content1 .cnt1 .cnt2 .cnt2_cat .table.table2 tr{
  background-color: #f5f5f5;
}
#search_list article.content1 .cnt1 .cnt2 .cnt2_cat .table.table2 tr:nth-child(odd){
  background-color: #eeeeee;
}
#search_list article.content1 .cnt1 .table.table2 td{
	text-align: center;
	font-size: 1rem;
    line-height: 2rem;
    border-left: solid 2px #FFFFFF;
    border-bottom: solid 2px #FFFFFF;
}



@media (max-width: 375px){
	#header .head_log .logo{
		width: calc(50% - -24px /2);
	}
}

/*20240314追加*/
p.tyui_jiko{
	margin: 20px 0;
    text-align: center;
    font-size: 20px;
}
@media (max-width: 768px){
	.table3 td:last-child{
		text-align: left !important;
		width: 70%;
	}
}