body {
  font-size: 18px;
}

/*p {
  line-height: 2;
}*/

li {
  list-style: none;
}

.inner {
  max-width: 1000px;
  width: 100%;
  display: block;
  margin: 30px auto;
}

.inner_text {
  /* max-width: 1000px; */
  width: 100%;
  display: block;
  margin: 10px auto;
}

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

.maker__famous-car {
  padding: 20px 0;
  color: #000;
}
.inner.maker img{
    width: 100%;
}
.-flex {
  display: flex;
}

.justify-sa {
  justify-content: space-around;
}

.justify-sb {
  justify-content: space-between;
}

.justify-se {
  justify-content: space-evenly;
}

.p-rel {
  position: relative;
}

.p-ab {
  position: absolute;
}

.maker__famous-car-item {
  width: 32%;
  border: 1px solid #8b8b8b;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
}

.maker__famous-car-item img {
  width: 44%;
margin:10px 10px 0;

}

.maker__famous-car-item-text {
  width: 57%;
}
.maker__famous-car-item .-flex{
  margin-top: 10px;
}
.maker__famous-car-item .-flex img{
  margin-left: 10px;
}

.maker__famous-car-item-title {
  width:73%;
  text-align: center;
  font-size: 20px;
  margin: 10px 0 0 auto;
  border-bottom: 1px solid #FF5C00;
  padding-bottom: 10px;
}

.maker__famous-car-item-title {
    min-height: 26px;
    font-size: 14px;
  left: -2%;
}
.maker__famous-car-item img.rankingtag{
  width: 48px;
  position: absolute;
  top:-2px;
  left: 11px;
  margin: 0;
}
.maker__famous-car-item img.rankingtag.tag2{
  width: 69px;
}
.maker__famous-car-item-text-market {
  background-color: #FF5C00;
  color: #fff;
  display: inline-block;
  margin-top: 10px;
  border-radius: 10px;
  padding: 1px 9px;
  font-size: 13px;
  width: 100%;
  text-align: center;
}

.maker__famous-car-item-text p {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 14px 0;
  font-feature-settings: "palt";
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 27px;
}
.maker__famous-car-item-text p span{
  padding: 5px;
  font-size:19px;
}

.famous__list-title {
  background-color: #FF5C00;
  margin: 30px 0;
  padding: 10px 0;
  color: #fff;
  font-weight: bold;
}

.syllabar-order {
  background-color: #F4F2E3;
  padding: 10px;
}

.syllabar-order li {
  padding: 0 10px;
  cursor: pointer;
}

.famous__list-title__tab ul {
  flex-wrap: wrap;
  width: 100%;
}

.panel {
  margin-top: 30px;
}

.panel-group ul li {
  border-right: 0.5px solid #000;
  border-left: 0.5px solid #000;
  border-top: 0.5px solid #000;
  border-bottom: 0.5px solid #000;
  padding: 10px 10px 10px 20px;
  width: 15%;
  position: relative;
  line-height: 2;
}

.panel-group ul li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 66%;
  left: 5%;
  background-color: #FF5C00;
}

.panel {
  display: none;
}

.tab.is-active {
  color: #FFF;
  transition: all 0.2s ease-out;
}

.panel.is-show {
  display: block;
}

.modal-block-list {
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
  -webkit-flex-pack: justify;
  -moz-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin: 30px;
}

.modal-block-list li {
  width: 30%;
}

.modal-block-list li a {
  width: 100%;
  display: inline-block;
  padding: 7px 8px;
  vertical-align: top;
  font-size: 14px;
  color: #313233;
  text-align: center;
  line-height: 18px;
}

/*.modal-block-list li a img {
  width: 100%;
}*/

.maker-modal-content {
  display: flex;
  justify-content: space-between;
}

.modal-content_left {
  width: 48%;
  float: left;
  margin: 2% 0;
  border: 1px solid #ccc;
}

.modal-content_right {
  width: 48%;
  float: left;
  margin: 2% 0;
  border: 1px solid #ccc;
}

.all_maker {
  margin: 0 0 0 auto;
  color: #000;
  font-weight: bold;
  text-align: right;
  transition: 0.3s all;
  font-size: 13px;
}
.all_maker:hover{
  text-decoration: underline solid #ff5c00;
}
#domesticProducts article a,#import article a,#bodyTypeRanking article a{
  font-size: 13px;
  padding-top: 5px;
    font-weight: bold;
}
.car-point {
    margin: 20px auto;
    padding: 30px 20px;
    background-color: #f7f9fa;
    position: relative;
}
.car-point::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    border-width: 0 40px 40px 0;
    border-style: solid;
    border-color: #4c9ac0 #fff #597c95;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15)
}

.car-point h2 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.car-point p {
  line-height: 2;
}
.car-point h3{
    position: relative;
    padding-bottom: 5px;
  font-size: 1.25rem;
}
.car-point h3::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 5px;
    background: repeating-linear-gradient(-45deg, #597C95, #597C95 2px, #fff 2px, #fff 4px);
}
.point_h2 {
  border: 1px solid #CDCDCD;
  padding: 10px;
  box-shadow: 3px 3px 3px #8b8b8b;
  margin: 20px 0;
}

.point_h2 h2 {
  position: relative;
  margin-bottom: 0;
  margin-left: 20px;
}

.point_h2 h2::before {
  position: absolute;
  left: -1%;
  content: "";
  height: 100%;
  width: 4px;
  background-color: #FF5C00;
}

.inner_text h3 {
  margin-top: 30px;
}

.inner_text img {
  margin-bottom: 10px;
  width: 100%;
}

.form-box {
  border: 1px solid #FF5C00;
}

.form-box-head {
  padding: 10px;
  color: #fff;
  background-color: #FF5C00;
  font-weight: bold;
  text-align: center;
}

.form-box-content {
  background-color: #F4F2E3;
  padding: 10px;
}

.Form-Btn {
  width: 100%;
  display: block;
  position: relative;
  padding: 1em 1.5em;
  background-color: red;
  box-shadow: 0 7px 0 0 #e90505;
  border-radius: 4px;
  margin: 0px auto 10px auto;
  font-weight: bold;
  font-size: 22px;
  max-width: 700px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  transition: 300ms;
}

.Form-Item {
  display: flex;
  margin: 10px 0;
  width: 100%;
}

.Form {
  margin: 20px auto;
  display: block;
  width: 47%;
}

.Form-Item-Label {
  width: 100px;
}

.Form-Item-Input {
  width: 500px;
  padding: 8px;
}

.form-box-content h3 {
  text-align: center;
}

.header {
  position: sticky;
  top: 0;
  z-index: 997;
  background-color: #fff;
}

.header .logo img {
  max-height: 82px;
  margin-right: 6px;
}

.d-flex {
  display: flex !important;
}

.text-two span {
  color: #ff5c00;
  font-size: 36px;
  font-weight: 800;
}

.text-one p {
  margin: 14px 0;
  font-size: 25px;
  line-height: 15px;
  font-weight: 600;
  color: #000;
}

.tel-btn-top a {
  background-color: #ff5c00;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 10px;
}

.tel-btn-top.pc-busines h2:last-child a {
  background-color: #07234c;
}

.tel-btn-top span img {
  margin-right: 10px;
}

.text-two p {
  font-size: 25px;
  color: #000;
  font-weight: 600;
}

.hamburger {
  display: none;
}

.globalMenuSp {
  display: none;
}

.sp-b {
  display: none;
}

.tel-btn-top.pc-busines {
  display: flex;
}

.tel-btn-top span {
  font-size: 14px;
}
.maker_marketprice .form-top {
  width: 60%;
  margin: 50px auto;
}
.maker_marketprice .cv-bound-form {
  position: absolute;
  display: block;
  margin: 0 auto;
  left: 0;
  width: 32%;
  right: 0;
  top: 0;
  bottom: 108px;
  margin: auto;
  animation: bound-anim 1s infinite;
}
.maker_marketprice .font-top-ct {
  background-color: #F4F2E3;
  padding: 20px;
  padding-bottom: 89px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 468px) {
  .hamburger {
    display: block;
    position: sticky;
    z-index: 3;
    right: 20px;
    top: 13px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #fff;
    background: rgba(71, 70, 73, 0.9);
    text-align: center;
    width: 100%;
    transform: translateX(100%);
    transition: all 0.6s;
    height: 100vh;
  }
}/*# sourceMappingURL=style.css.map */


a:hover img {
    opacity: 0.7;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 60);
        filter: alpha(opacity = 60);
    transition: all 0.4s;
}
a {
    text-decoration: none;
    color: #435ea9;
}
a:hover {
    text-decoration: none;
    color: #0E2D96;
    transition: 0.3s all;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/******* 地図成形 *******/
#japan-map div div.area div {
    border: 1px #ffffff solid;
    text-align: center;
    font-size: 14px;
    display: flex;
        display: -webkit-flex;
    align-items: center; /* 縦方向中央揃え */
        -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
    justify-content: center; /* 横方向中央揃え */
        -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
    border-radius: 6px;
        -webkit-border-radius: 6px;
    position: absolute;
    box-sizing: border-box;
    transition: 0.2s;
}
#japan-map div div.area div:hover {
    opacity: 0.5;
    transition: 0.2s;
}

#japan-map {
    display: block;
    width: 777px;
    height: 482px;
    background-color: none;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#japan-map p.area-title {
    display: none;
}

/* 北海道・東北 */

#hokkaido-touhoku {
    width: 136px;
    display: block;
    height: 265px;
    position: absolute;
    left: 638px;
}
#hokkaido-touhoku div.area div {
    background-color: #7478c2;
    color: #ffffff;
}

#hokkaido { 
    width: 133px;
    height: 70px;
}
#aomori {
    width: 93px;
    height: 43px;
    left: 21px;
    top: 96px;
}
#akita {
    width: 67px;
    height: 42px;
    left: 3px;
    top: 139px;

}
#iwate {
    width: 67px;
    height: 42px;
    left: 70px;
    top: 139px;
}
#yamagata {
    width: 67px;
    height: 42px;
    top: 181px;
    left: 3px;
}
#miyagi {
    width: 67px;
    height: 42px;
    top: 181px;
    left: 70px;
}
#fukushima {
    width: 67px;
    height: 42px;
    top: 223px;
    left: 70px;
}

/* 関東 */

#kantou {
    width: 158px;
    display: block;
    height: 174px;
    position: absolute;
    top: 265px;
    left: 623px;
    z-index: 2;
}
#kantou div.area div {
    background-color: #31beca;
    color: #ffffff;
}
#ibaraki {
    width: 52px;
    height: 85px;
    top: 0px;
    left: 100px;
}
#tochigi {
    width: 50px;
    height: 42px;
    top: 0px;
    left: 50px;
}
#gunma {
    width: 50px;
    height: 42px;
    top: 0px;
    left: 0px;
}
#saitama {
    width: 100px;
    height: 43px;
    top: 42px;
    left: 0px;
}
#chiba {
    width: 52px;
    height: 84px;
    top: 85px;
    left: 100px;
}
#tokyo {
    width: 100px;
    height: 42px;
    top: 85px;
    left: 0px;
}
#kanagawa {
    width: 67px;
    height: 42px;
    top: 127px;
    left: 0px;
}

/* 中部 */

#tyubu {
    width: 270px;
    height: 211px;
    position: absolute;
    left: 438px;
    top: 223px;
}
#tyubu div.area div {
    background-color: #4ab969;
    color: #ffffff;
}

#nigata {
    width: 85px;
    height: 42px;
    left: 185px;
}
#toyama {
    width: 67px;
    height: 42px;
    left: 118px;
}
#ishikawa {
    width: 50px;
    height: 57px;
    left: 68px;
}
#fukui {
    width: 68px;
    height: 42px;
    left: 0px;
    z-index: 2;
}
#nagano {
    width: 67px;
    height: 85px;
    left: 118px;
    top: 42px
}
#yamanashi {
    width: 67px;
    height: 42px;
    left: 118px;
    top: 127px;
}
#gifu {
    width: 50px;
    height: 55px;
    left: 68px;
    top: 57px
}
#shizuoka {
    width: 67px;
    height: 42px;
    left: 118px;
    top: 169px;
}
#aichi {
    width: 50px;
    height: 57px;
    top: 112px;
    left: 68px;
}

/* 近畿 */

#kinki {
    width: 186px;
    height: 211px;
    position: absolute;
    left: 320px;
    top: 223px;
}
#kinki div.area div {
    background-color: #b0b72f;
    color: #ffffff;
}

#kyoto {
    width: 67px;
    height: 84px;
    left: 51px;
}
#shiga {
    width: 68px;
    height: 42px;
    top: 42px;
    left: 118px;
}
#osaka {
    width: 67px;
    height: 85px;
    top: 84px;
    left: 51px;
}
#nara {
    width: 34px;
    height: 85px;
    top: 84px;
    left: 118px;
}
#mie {
    width: 34px;
    height: 85px;
    top: 84px;
    left: 152px;
}
#wakayama {
    width: 113px;
    height: 42px;
    top: 169px;
    left: 61px;
}
#hyougo {
    width: 51px;
    height: 98px;
    left: 0px;
}

/* 中国 */

#tyugoku {
    width: 151px;
    height: 98px;
    position: absolute;
    left: 169px;
    top: 223px;
}
#tyugoku div.area div {
    background-color: #ef9f27;
    color: #ffffff;
}
#tottori {
    width: 50px;
    height: 49px;
    left: 101px;
}
#okayama {
    width: 50px;
    height: 49px;
    top: 49px;
    left: 101px;
}
#shimane {
    width: 51px;
    height: 49px;
    left: 50px;
}
#hiroshima {
    width: 51px;
    height: 49px;
    top: 49px;
    left: 50px;
}
#yamaguchi {
    width: 50px;
    height: 98px;
    left: 0px;
}

/* 四国 */

#shikoku {
    width: 184px;
    height: 84px;
    position: absolute;
    left: 169px;
    top: 350px;
}
#shikoku div.area div {
    background-color: #d08f68;
    color: #ffffff;
}
#kagawa {
    width: 92px;
    height: 42px;
    right: 0px;
}
#ehime {
    width: 92px;
    height: 42px;
    left: 0px;
}
#tokushima {
    width: 92px;
    height: 42px;
    right: 0px;
    top: 42px;
}
#kouchi {
    width: 92px;
    height: 42px;
    left: 0px;
    top: 42px;
}

/* 九州・沖縄 */

#kyusyu {
    width: 152px;
    height: 247px;
    position: absolute;
    left: 0px;
    top: 235px;
}
#kyusyu div.area div {
    background-color: #ff7575;
    color: #ffffff;
}
#fukuoka {
    width: 50px;
    height: 50px;
    left: 101px;
    top: 0px;
}
#saga {
    width: 50px;
    height: 50px;
    left: 51px;
    top: 0px;
}
#nagasaki {
    width: 50px;
    height: 50px;
    left: 1px;
    top: 0px;
}
#oita {
    width: 50px;
    height: 50px;
    left: 101px;
    top: 50px;
}
#kumamoto {
    width: 50px;
    height: 100px;
    left: 51px;
    top: 50px;
}
#miyazaki {
    width: 50px;
    height: 50px;
    left: 101px;
    top: 100px;
}
#kagoshima {
    width: 68px;
    height: 49px;
    left: 83px;
    top: 150px;
}
#okinawa {
    width: 50px;
    height: 50px;
    left: 1px;
    top: 197px;
}


/****************************************
    レスポンシブ

****************************************/
@media screen and (max-width: 776px) {
  .point_h2 {
    width: 95%;
  }
#japan-map {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
}
#japan-map p.area-title {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    text-align: center;
    margin-top: 1.5em;
    margin-bottom: 1em;
    color: #000000;
}
#hokkaido-touhoku, #kantou, #tyubu, #kinki, #tyugoku, #shikoku, #kyusyu {
    display: block;
    position: static;
    margin: 0 1em 0 1em;
}
#japan-map div div.area {
    display: block;
    position: relative;
}

#hokkaido-touhoku {
    height: calc(265px + 4.5em);
}
#kantou {
    height: calc(174px + 4.5em);
}
#tyubu {
    height: calc(211px + 4.5em);
}
#kinki {
    height: calc(211px + 4.5em);
}
#tyugoku {
    height: calc(98px + 4.5em);
}
#shikoku {
    height: calc(84px + 4.5em);
}
#kyusyu {
    height: calc(247px + 4.5em);
}

} /* レスポンシブ max-776px */



@media screen and (max-width: 500px) {
  .all_maker {
    padding-right: 10px;
  }
#japan-map {
    display: block;
    width: 100%;
    height: auto;
}
#hokkaido-touhoku, #kantou, #tyubu, #kinki, #tyugoku, #shikoku, #kyusyu {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    position: static;
    margin-left: 0px;
    margin-right: 0px;
}
#japan-map div div.area {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
#japan-map div div.area a {
    height: auto;
    width: 25%;
}
#japan-map div div.area div {
    display: block;
    border-radius: 0px;
    position: static;
    height: auto;
    font-size: 16px;
    width: 100%;
    padding: 0.5em 0.3em 0.5em 0.3em;
}
    .wpcf7-not-valid-tip{
        display:none!important;
    }
    .maker__famous-car-item{
    width: 85%;
    margin: 10px auto;
    }
    .maker__famous-car-ranking{
        flex-direction: column;
    }
} /* レスポンシブ max-500px */

header{
    position: fixed;
    top: 0;
    background-color: #fff;
    width: 100%;
    z-index: 9999;
    /*box-shadow:3px 3px 3px #929292;*/
}

.header_inner{
    max-width: 1020px;
    margin: 0 auto;
    display: flex;   
    justify-content: space-between;
    font-weight: bold;
    padding-top: 10px;
}
.header-texts{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.header-texts p:nth-child(1){
    font-size: 16px;
    margin: 0;
}
.header-texts p:nth-child(2){
    font-size: 27px;
    margin: 0;
}
.header-texts p:nth-child(2) span{
    color: #EB5A1B;
}
.header_menu{
    background-color: #597C95;
    color: #fff;   
    margin-bottom: -16px;
}
.header_menu ul{
    display: flex;
    justify-content: space-around;
    padding: 10px;
}
.header_menu ul li{
    padding: 10px ;
    list-style: none;
    position: relative;
    text-align: center;
    font-weight: bold;
}
.header_menu ul li::before{
    position: absolute;
    left: -64px;
    width: 2px;
    height: 100%;
    top: 0;
    content: "";
    background-color: #fff;
}
.header_menu ul li:first-child::before{
    content: none;
}
.inner{
    max-width: 1020px;
    margin: 0 auto;
}
.new_hero{
    background-color: #f1f1f1;
    height: auto!important;
}
.new_hero-inner{
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.head-title{
    width: 52%;
    margin-top: 16%;
}
  /* AIモデル */
  .head-car{
    /* position: absolute;
    left: 22%;
    bottom: 5%;
    width: 25%; */
    width: 206px;
    display: block;
    margin-top: 13px;
}
.slick-slide{
    margin: 10px;
  }
/*.sliderSec{
    background-color: #597C95;
    padding:0 0 10px 0;
}*/
.sliderSec .inner{
    display: flex;
    justify-content: space-around;
}
.header-btn-area{
    display: flex;
}
.inner.maker_marketprice{
    margin-top: 200px;
}
@media (max-width:768px) {
    .new_hero{
        background-image:none;
        height: auto;
/*        margin-top: 50px;*/
    }
    .header-texts{
        display: none;
    }
    .header_inner{
        padding: 20px 10px 10px 10px;
        justify-content: start;
    }
    /* .header_inner img{
        width: 30%;
    } */
    .header_menu{
        display: none;
    }
    .header-btn-area{
        align-items: center;
        margin-left: 20px;
    }
    .header-btn-area img{
        width: 90px;
        height: 28px;
    }
    .header-btn-area img:nth-child(2){
        margin-left: 5px;
    }
    .sliderSec.sp-b{
        background-color: #EB5A1B;
    }
    .sliderSec .inner{
        flex-direction: column;
    }
    .shop-list{
        display: block;
        text-align: center;
    }
    .shop-list img {
        margin: 15px 0;
    }
    .header-btn-area.fix-btn-top-cus {
        margin-left: 45px;
    }
    /*.new_hero{
        background-image: url(../img/sp-top.png);
        background-repeat: no-repeat;
        background-position: center;
        height: 414px;
        position: relative;
    }*/
}
@media (min-width: 768px){
    .shop-list{
        display: flex;
        justify-content: space-around;
    }
}
@media (max-width: 768px){
    .maker__famous-car-item-text-market-sp{
        display: block!important;
    }
    .btn-ran-cs {
        width: 96px;
        margin-top: 4px;
        text-align: center;
    }
    .btn-ran-cs p{
        font-size: 11px!important;
    }
    .car-price-ran p{
        font-size:19px!important;
        margin: 5px 0!important;
    }
}