<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*==============================================================================
reset
==============================================================================*/
*{
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  /*font-weight: bold;*/
  height: auto;
  border: none;
  vertical-align: middle;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}

  .hide_box_pc{
  display: none;
  }

  .hide_box_sp{
  display: inherit;
  }

/*flex*/
.header_top,
.header_top h1,
.header_top .sns_icon,
.header_top .sns_icon li,
.header_top #h_contact,
.header_top #h_contact li{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}


/*-----sp_cording-----*/


@media only screen and (max-width: 1300px) and (max-width: 786px){

  .hide_box_pc{
  display: inherit;
  }

  .hide_box_sp{
  display: none;
  }
}

/*-----sp_cording_end-----*/


/*==============================================================================
body
==============================================================================*/
body{
    font-family: "ãƒ¡ã‚¤ãƒªã‚ª" , sans-serif;
    font-size: 13px/1.231 Arial, Helvetica, clean, sans-serif;
    width: 100%;
}

/*------------------------------------------------
floating
------------------------------------------------*/
.floating {
    width: 110px;
    bottom: 1%;
    right: 0;
    position: fixed;
    z-index: 2000;
    background: #182447;
    padding: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
}

.floating .recently_vehicle{
    width: 100%;
    text-align: center;
}

.floating .recently_vehicle h5{
    color: #fff;
    padding: 10px 0;
}

.floating .recently_vehicle dl{
    margin-bottom: 15px;
    border: solid 2px #ffffff;
}

.floating .recently_vehicle .rv_no{
    width: 100%;
    background: #036eb8;
    color: #fff;
}

.floating .recently_vehicle img{
    width: 100%;
}

.floating .recently_vehicle .rv_price{
    width: 100%;
    background: #fff;
    font-weight: bold;
    color: #c30d22;
}

.floating .recently_vehicle .rv_price span{
    font-size: 12px;
    font-weight: bold;
    color: #000;
}


.floating a{
    list-style: none;
    text-decoration: none;
    color: #ffffff;
}

.floating .rv_all{
    color: #ffffff;
    text-align: center;
    font-size: 90%;
}

.floating .rv_line{
  border-top: solid 1px #ffffff;
}

.floating .rv_close{
  color: #ffffff;
  padding-top: 3px;
  font-size: 70%;
  text-align: center;
}


/*-----sp_cording-----*/

@media only screen and (max-width: 1300px) and (max-width: 786px){
  .floating{
  display: none;
  }
}

.rv_open {
    width: 110px;
    bottom: 1%;
    right: 0;
    position: fixed;
    z-index: 2000;
    background: #182447;
    color: #ffffff;
    padding: 10px;
    text-align: center;
    font-size: 80%;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
}


/*==============================================================================
wrapper
==============================================================================*/
#wrapper_a,
#wrapper_b{
width: 100%;
  height: auto;
}

#wrapper_a_b{
  width: 100%;
  height: auto;
  background: url(../../img/bk_home_image_e.jpg) no-repeat;
  }

#wrapper_b{
  text-align: center;
}

.wrapper_c{
  width: 1000px;
  margin: 0px auto;
  padding: 50px 0;
}

.wrapper_d{
  width: 1280px;
  margin: 0px auto;
}


/*-----sp_cording-----*/

@media only screen and (max-width: 1300px) and (max-width: 786px){
  #wrapper_a,
  #wrapper_a_b,
  .wrapper_c,
  .wrapper_d{
    width: 100%;
    height: auto;
  }

  #wrapper_a{
    padding-top: 70px;
  }

  #wrapper_a_b{
    background: url(../../img/bk_home_image_e.jpg) no-repeat;
    }

  .wrapper_c{
    margin: 0px auto;
    padding: 50px 0;
  }

  .wrapper_d{
    margin: 0px auto;
  }
}
/*-----sp_cording_end-----*/


/*==============================================================================
pan
==============================================================================*/
#pan{
  width: 100%;
  text-align: center;
  background: #E5EDF2;
  
}

#pan p,
#pan p a{
  font-size: 14px;
  padding: 10px 0;
  }


/*-----sp_cording-----*/

@media only screen and (max-width: 1300px) and (max-width: 786px){

  #pan p,
  #pan p a{
    font-size: 8px;
    text-align: left;
    padding: 10px;
  }
}
/*-----sp_cording_end-----*/


/*==============================================================================
h
==============================================================================*/
/*h1*/
h1{
  width: 86%;
  height: 30px;
  font-size: 14px;
  color: #fff;
  text-align: left;
  line-height: 30px;
}


/*h2*/
.all_main_title,
.all_main_title span{
  font-size: 26px;
  text-align: left;
}


/*-----sp_cording-----*/

@media only screen and (max-width: 786px){
  h1{
    width: 100%;
    height: 20px;
    font-size: 8px;
    line-height: 20px;
    position: fixed;
    left: 0;
    padding: 0 5px;
    overflow: hidden;
    background: #222e3d;
  }


  /*h2*/
  .all_main_title,
  .all_main_title span{
    font-size: 22px;
    text-align: left;
  }
}

@media screen and (min-width: 786px) and (max-width: 1280px){
  h1{
    width: 75%;
    left: 25%;
  }
}


/*==============================================================================
header
==============================================================================*/
#header{
  width: 100%;
  height: 140px;
  position: relative;
  background: linear-gradient(to bottom, #222e3d, #222e3d 30px, #fff 31px, #fff 90px, #182447 91px, #182447 120px);
  z-index: 999;
}

#header .header_main{
  width: 1280px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.header_top{
  width: 70%;
  margin-left: 25%;
}

#header .sns_icon{
  width: 14%;
  height: 30px;
}

#header .sns_icon a{
  width: 25%;
  height: 100%;
}

#header .sns_icon li{
  width: 100%;
  height: 100%;
  justify-content: center;
}

#header .sns_icon li img{
  height: 20px;
  width: auto;
}

#header .sns_icon .twitter_icon{
  background: #000;
  /*background: #3090d0;*/
}

#header .sns_icon .facebook_icon{
  background: #1877f2;
}

#header .sns_icon .instagram_icon{
  background: linear-gradient(45deg, #bb00b3 0 20%, #da0056 40% 60%, #f50002 80% 100% );
}

#header .sns_icon .youtube_icon{
  background: #c30d23;
}


#h_contact{
  width: 75%;
  height: 60px;
  position: absolute;
  top: 30px;
  right: 0%;
}

#h_contact li{
  width: 50%;
  height: 60px;
  float: left;
  color: #c30d22;
  padding: 10px 0;
  display: inline-block;
}

#h_contact li img{
  vertical-align: middle;
  float: left;
}

#h_contact li span{
  width: 15%;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  float: left;
  text-align: center;
  line-height: 20px;
}

#h_contact li a
#h_contact li a:hover,
#h_contact li a:visited,
#h_contact li a:link,
#h_contact li a:active{
  width: 65%;
  height: 40px;
  color: #c30d22;
  font-size: 39px;
  font-weight: bold;
  line-height: 40px;
  float: left;
}

#h_logo{
  position: absolute;
  width: 20%;
  top: 0;
  left: 2.5%;
}


/*-----sp_cording-----*/

@media screen and (max-width: 786px){
  #header{
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    background: none;
  }

  #header .header_main{
    width: 100%;
    height: 100%;
  }

  #h_logo{
    position: absolute;
    width: 36%;
    top: 20px;
    left: 7.5%;
    z-index: 3000;
  }
}

@media screen and (min-width: 786px) and (max-width: 1280px){
  #header .header_main{
    width: 100%;
  }

  #h_contact li span{
    font-size: 14px;
  }

  #h_contact li a
  #h_contact li a:hover,
  #h_contact li a:visited,
  #h_contact li a:link,
  #h_contact li a:active{
    font-size: 32px;
  }

  #h_contact{
    width: 75%;
  }


  #h_logo{
    width: 20%;
    top: 2.5%;
    left: 2.5%;
  }


}


/*------------------------------------------------
h_menu
------------------------------------------------*/
#h_menu{
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  clear: both;
}

/*-----sp_cording-----*/

@media only screen and (max-width: 1300px) and (max-width: 786px){
  #h_menu{
    position: fixed;
    top: 20px;
    left: 0;
    background: #182447;
  }
}

/*-----sp_cording_end-----*/



/*------------------------------------------------
nav
------------------------------------------------*/
nav{
  width: 1280px;
  height: 50px;
  text-align: left;
  position: absolute;
  top: 90px;
}

nav .h_btn_sales,
nav .h_btn_parchace{
  width: 10%;
  height: 50px;
  text-align: center;
  float: left;
  margin: 0;
}

nav .h_btn_sales a,
nav .h_btn_parchace a{
  width: 100%;
  height: 50px;
  list-style: none;
  color: #fff;
  text-align: center; 
  font-size: 26px;
  font-weight: bold;
  display: inline-block;
  line-height: 50px;
}

nav .h_btn_sales{
  background: #036eb8;
}

nav .h_btn_parchace{
  background: #006834;
}

nav li{
  height: 50px;
  list-style: none;
  display: inline-block;
  margin: 0 25px;
}

nav li a{
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 16px;
  line-height: 50px;
}


/*-----sp_cording-----*/

@media screen and (min-width: 786px) and (max-width: 1280px){
  #h_menu,
  nav,
  nav ul{
    width: 100%;
  }

  nav ul li{
    margin-left: 9px;
    text-align: center;
  }

  nav ul li a{
    font-size: 15px;
  }

}

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

  .sp_plas_menus{
    width: 120px;
    height: 50px;
    display: block;
    margin-left: 50%;
    border-left: 1px solid #fff;
  }

  .sp_plas_menus li{
    width: 58px;
    height: 50px;
    float: left;
    padding: 0 5px;
    border-right: 1px solid #fff;
  }

  .sp_plas_menus li a,
  .sp_plas_menus li img,
  .sp_plas_menus li p,
  .sp_plas_menus li span{
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
  }

  .sp_plas_menus li a{
    height: 100%;
    color: #fff;
  }

  .sp_plas_menus li img,
  .sp_plas_menus li p{
    height: 35px;
    font-size: 30px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .sp_plas_menus li span{
    height: 15px;
    font-size: 10px;
    line-height: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .nav-button {
    display: block;
    cursor: pointer;
  }

  nav.open {
    display: block;
  }

  nav.close {
    display: none;
  }

  nav{
    position: fixed;
    left: 0;
    top: 70px;
    display: none;
    z-index: 1500;
    background-color: rgba(18,22,47,0.9);
    width: 100%;
    height: 100%;
  }

  nav ul{
    width: 100%;
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
  }

  nav ul .h_btn_sales,
  nav ul .h_btn_parchace,
  nav ul li{
    width: 50%;
    height:60px;
    display: block;
    margin: 0;
    float: left;
    line-height: 60px;
    border-bottom: 1px solid #645872;
    background: none;
  }

  nav ul .h_btn_sales a,
  nav ul .h_btn_parchace a,
  nav ul li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 0 15px;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
  }

  /*ãƒ¡ãƒ‹ãƒ¥ãƒ¼ãƒœã‚¿ãƒ³ã®ã‚¨ãƒ•ã‚§ã‚¯ãƒˆ*/
  .nav-button,
  .nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }

  .nav-button {
    z-index: 20;
    position: relative;
    width: 8%;
    height: 44px;
    margin: 6px 19px 0 13px;
  }

  .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
  }

  .nav-button span:nth-of-type(1) {
    top: 0;
  }

  .nav-button span:nth-of-type(2) {
    top: 10px;
  }

  .nav-button span:nth-of-type(3) {
    top: 20px;
  }

  .nav-button p {
    position: absolute;
    bottom: 1px;
    color: #fff;
    font-size: 12px;
  }

  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(16px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }

  .nav-button.active span:nth-of-type(2) {
    opacity: 0;
  }

  .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
}

/*-----sp_cording_end-----*/


/*------------------------------------------------
category
------------------------------------------------*/
#searchs,
.category dl,
.category dl dt,
.category dl dd,
#narrow_down,
#narrow_down .nd_free_word,
#narrow_down input,
#narrow_down select,
#narrow_down_b .nd_free_word,
#narrow_down_b dl,
#narrow_down_b input,
#narrow_down_b select,
#narrow_down dl dt,
#narrow_down dl dd{
  width: 100%;
}

#searchs{
  clear: both;
}


.home_main_wrap,
.searchs_main_wrap,
.category,
.category a,
.category a dl,
.category a dl dt,
.category a dl dd,
.regi_units,
#maker_cate,
#narrow_down,
#narrow_down dl,
#narrow_down dl dt,
#narrow_down button,
#narrow_down_b,
#narrow_down_b dl,
#narrow_down_b dl dt,
#narrow_down_b button{
  display: flex;
  flex-wrap: wrap;
}

.category a dl dt,
.category a dl dd,
.regi_units,
#narrow_down dl dt,
#narrow_down button{
  justify-content: center;
  font-weight: bold;
  text-align: center;
}

#narrow_down button,
#narrow_down dl dt{
  align-items: center;
}

.category a dl dt{
  align-items: flex-end;
}

.category a dl dd{
  align-items: flex-start;
}

.home_main_wrap,
.searchs_main_wrap{
  width: 1000px;
  margin: 0px auto;
  padding-top: 15px;
}

#narrow_down_b,
.regi_units{
  width: 32%;
  margin-left: 2%;
}

.regi_units{
  padding-top: 20px;
  font-size: 40px;
  font-weight: bold;
  color: #C30D22;
  align-items: baseline;
}

.regi_units span{
  color: #000;
  font-size: 20px;
}

.category{
  width: 66%;
 /*background: #182447;*/
  padding: 4px;
  border-radius: 2px;
}

.category a,
.category a:link,
.category a:visited,
.category a:active{
  width: 20%;
  display: block;
  color: #000;
}

.category a dl{
  height: 104px;
  background: #fff;
  border-bottom: 1px solid #dcdcdc;
}

.category a dl:hover{
  background-color: #faed00;
}

.category a dl dt{
  height: 60%;
}

.category a dl dd img{
  height: auto;
}

.category a dl dd{
  height: 30%;
  line-height: 14px;
  padding-top: 2%;
}

.category .vehicle_btn_b{
  background: #EA5404;
  color: #fff;
}

.category .vehicle_btn_b:hover{
  background: #E93300;
}



/*ãƒ¡ãƒ¼ã‚«ãƒ¼ã‚«ãƒ†ã‚´ãƒª*/
#maker_cate{
  width: 66%;
  margin: 20px 0px;
}

#maker_cate li{
  width: 9%;
  margin: 0 0.5%;
}

#maker_cate li img{
  height: auto;
  border: 1px solid #dcdcdc;
}


/*çµžè¾¼æ¤œç´¢*/

#narrow_down,
#narrow_down_b{
  padding: 4px;
  background: #182447;
}

#narrow_down .nd_free_word{
  height: 40px;
}

#narrow_down dl{
  width: 14.2%;
  height: 70px;
  border-right: 1px solid #182447;
}

#narrow_down_b .nd_free_word,
#narrow_down_b dl,
#narrow_down_b dl dt,
#narrow_down_b dl dd{
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0);
}

#narrow_down dl dt,
#narrow_down_b dl dt{
  color: #fff;
  align-items: center;
}

#narrow_down dl dt{
  height: 30px;
}

#narrow_down_b dl dt{
  width: 25%;
  justify-content: center;
}

#narrow_down dl dd{
  height: 40px;
}

#narrow_down_b dl dd{
  width: 75%;
}

#narrow_down input,
#narrow_down select,
#narrow_down select option{
  font-weight: bold;
  font-size: 12px;
}

#narrow_down input,
#narrow_down select,
#narrow_down_b input,
#narrow_down_b select{
  height: 100%;
  color: #000;
  padding: 5px;
  background: #fff;
  border-radius: 0;
}

#narrow_down button{
  width: 14.2%;
  height: 66px;
}

#narrow_down_b button{
  width: 60%;
  height: 34px;
  align-items: center;
  justify-content: center;
  margin: 10px auto 6px;
  border-radius: 2px;
}

#narrow_down button,
#narrow_down_b button{
  background: #EA5404;
  color: #fff;
}

#narrow_down button{
  border-radius: 4px;
  margin: 4px 0 0 4px;
}

#narrow_down button:hover,
#narrow_down_b button:hover{
  cursor: pointer;
  background: #E93300;
}

/*-----sp_cording_start-----*/

@media only screen and (max-width: 1300px) and (max-width: 786px){
  #home_main .home_main_wrap,
  #searchs .searchs_main_wrap{
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding-top: 22px;
    overflow: hidden;
  }

  .category{
    width: 95%;
    margin: 0 auto;
  }

  .category a,
  .category a:link,
  .category a:visited,
  .category a:active{
    width: 25%;
    height: 85px;
  }

  .category a dl{
    height: 100%;
  }

  .category a dl dd{
    font-size: 10px;
    line-height: 10px;
  }

  .category a dl dt img{
    width: 95%;
  }

  #narrow_down_b,
  .regi_units{
    width: 100%;
    margin: 0 2%;
  }

  /*çµžè¾¼æ¤œç´¢*/
  #narrow_down_b{
    height: 360px;
  }

  #narrow_down button,
  #narrow_down_b button{
    height: 60px;
    border-radius: 10px;
  }


}

/*-----sp_cording_end-----*/


/*------------------------------------------------
operation
------------------------------------------------*/
#operation{
width: 300px;
height: 25px;
position: absolute;
font-weight: bold;
top: 108px;
left: 0px;
color: #fff;
text-align: center;
}

#operation img{
padding-right: 5px;
vertical-align: baseline;
}

/*==============================================================================
sp_tel_buttom
==============================================================================*/

/*-----sp_cording_start-----*/

@media only screen and (max-width: 1300px) and (max-width: 786px){
  #sp_tel_buttom{
    width: 95%;
    display: block;
    margin: 0 2.5% 30px;
    clear: both;
    color: #fff;
    font-size: 22px;
  }

  #sp_tel_buttom img{
    width: auto;
    height: 36px;
    margin-right: 5px;
  }
}

/*-----sp_cording_end-----*/


/*==============================================================================
contents
==============================================================================*/
#contents{
  width: 100%;
  height: auto; 
}


/*==============================================================================
internal_link_box
==============================================================================*/
#internal_link_box{
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  clear: both;
}


@media only screen and (max-width: 1300px) and (max-width: 786px){

  #internal_link_box{
    width: 100%;
  }

}

/*-----sp_cording_end-----*/



/*---------------------------------------------------------
news_topics
---------------------------------------------------------*/
.il_left{
  width: 730px;
  height: auto;
  float: left;
}


/*-----sp_cording_start-----*/

@media only screen and (max-width: 1300px) and (max-width: 786px){

  .il_left{
    width: 100%;
    float: none;
  }
}

/*-----sp_cording_end-----*/


/*---------------------------------------------------------
news_topics
---------------------------------------------------------*/
#news_topics{
  clear: both;
  width: 100%;
  height: 300px;
  text-align: left;
  margin-bottom: 30px;
}

#news_topics h2{
  width: 100%;
  height: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 50px;
  text-indent: 1em;
  background: #222e3d;
  border-right: 1px solid #222e3d;
  border-bottom: 1px solid #222e3d;
  border-left: 1px solid #222e3d;
}

#n_t_data_main{
  display: block;
  width: 100%;
  height: 250px;
  border: 1px solid #c9c9ca;
  overflow: auto;
}

#n_t_data_main .topics_data{
  border-collapse: collapse;
  width: 710px;
}

#n_t_data_main .topics_data dl{
  width: 100%;
  height: 50px;
  line-height: 30px;
  border-top: 1px solid #c9c9ca;
}

#n_t_data_main .topics_data dt,
#n_t_data_main .topics_data dd{
  float: left;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
}

#n_t_data_main .topics_data .n_t_contents_icon{
  width: 7%;
  text-align: center;
}

#n_t_data_main .topics_data .n_t_deta{
  width: 20%;
  text-align: center;
  font-weight: bold;
}

#n_t_data_main .topics_data .n_t_contents{
  width: 73%;
}

#n_t_data_main .topics_data .n_t_contents a{
  display: inline-block;
  line-height: 16px;
}



/*-----sp_cording_start-----*/

@media only screen and (max-width: 1300px) and (max-width: 786px){

  #news_topics{
    padding: 0 2.5%;
  }

  #n_t_data_main .topics_data{
    width: 100%;
  }

  #n_t_data_main .topics_data dl{
    height: 125px;
    border-top: 0;
  }

  #n_t_data_main .topics_data .n_t_contents_icon{
    width: 14%;
    height: 30px;
    text-align: center;
  }

  #n_t_data_main .topics_data .n_t_deta{
    width: 86%;
    height: 30px;
    line-height: 30px;
    text-align: left;
  }

  #n_t_data_main .topics_data .n_t_contents{
    width: 100%;
    height: 95px;
    padding: 5px;
    border-bottom: 1px solid #c9c9ca;
  }
}

/*-----sp_cording_end-----*/


/*------------------------------------------------
il_contents
------------------------------------------------*/
.il_contents{
  width: 100%;
  height: auto;
  padding-bottom: 30px;
  overflow: hidden;
  clear: both;
}

.il_contents li{
  width: 24%;
  margin: 0 0.5%;
  border: 1px solid #c9c9ca;
  float: left;
}

.il_contents li img{
  width: 100%;
  height: auto;
}


/*------------------------------------------------
area_list
------------------------------------------------*/
.area_list{
  width: 100%;
  height: auto;
  text-align: center;
  clear: both;
  margin-bottom: 30px;
  overflow: hidden;
}

.area_list h2{
  width: 100%;
  height: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 50px;
  text-indent: 1em;
  text-align: left;
  background: #222e3d;
  border-right: 1px solid #222e3d;
  border-bottom: 1px solid #222e3d;
  border-left: 1px solid #222e3d;
}

.area_list .area_data{
  width: 100%;
  border: 1px solid #c9c9ca;
  padding: 0 2px 2px;
  overflow: hidden;
}

.area_list .area_data dl{
  width: 100%;
  height: 50px;
  line-height: 50px;
  clear: both;
  margin-top: 2px;
}

.area_list .area_data dl dt,
.area_list .area_data dl dd{
  float: left;
}

.area_list .area_data dl dt{
  width: 28%;
  background: #9399a0 ;
  color: #fff;
  text-align: center;
}

.area_list .area_data dl dd{
  width: 8%;
  border-left: 1px solid #c9c9ca;
  text-align: center;
  font-weight: bold;
}

/*-----sp_cording_start-----*/

@media only screen and (max-width: 1300px) and (max-width: 786px){


  .area_list .area_data dl{
    width: 100%;
    height: auto;
  }

  .area_list .area_data dl dt{
    width: 100%;
  }

  .area_list .area_data dl dd{
    width: 20%;
    height: 50px;
    border-left: 0;
  }

}

/*-----sp_cording_end-----*/


/*------------------------------------------------
contact_all_link
------------------------------------------------*/
#contact_all_link{
  width: 100%;
  height: auto;
  background: #ecf6f7;
  padding: 10px 10px 0 10px;
  border: 1px solid #dbdbdb;
  overflow: hidden;
}

#contact_all_link .apo_woman{
  width: 20%;
  height: auto;
  float: left;
}

#contact_all_link .cal_abc{
  width: 80%;
  height: auto;
  float: right;
}

#contact_all_link .cal_abc .cal_a,
#contact_all_link .cal_abc .cal_b,
#contact_all_link .cal_abc .cal_c{
  width: 100%;
  height: 60px;
}

#contact_all_link .cal_abc .cal_a h3,
#contact_all_link .cal_abc .cal_b h3{
  width: 50%;
  font-size: 20px;
  float: left;
  letter-spacing: 3px;
}

#contact_all_link .cal_abc .cal_a h3 span,
#contact_all_link .cal_abc .cal_b h3 span{
  font-size: 40px;
  color: #003893;
  vertical-align: baseline;
}

#contact_all_link .cal_abc .cal_a dl,
#contact_all_link .cal_abc .cal_b dl{
  width: 50%;
  height: 50px;
  margin: 5px 0;
  float: right;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #c9c9ca;
}

#contact_all_link .cal_abc .cal_a dl dd,
#contact_all_link .cal_abc .cal_b dl dd{
  width: 25%;
  font-size: 18px;
  font-weight: bold;
  color: #c30d22;
  float: left;
  line-height: 50px;
  text-align: right;
}

#contact_all_link .cal_abc .cal_a dl dt,
#contact_all_link .cal_abc .cal_b dl dt{
  width: 75%;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  float: right;
  line-height: 50px;
  text-align: left;
  padding-left: 10px;
}

#contact_all_link .cal_abc .cal_c{
  text-align: left;
}

#contact_all_link .cal_abc .cal_c span{
  font-size: 14px;
  font-weight: bold;
  margin-left: 10px;
}

#contact_all_link .cal_abc .cal_c a
#contact_all_link .cal_abc .cal_c a:visited,
#contact_all_link .cal_abc .cal_c a:hover,
#contact_all_link .cal_abc .cal_c a:link,
#contact_all_link .cal_abc .cal_c a:active{
  font-size: 40px;
  font-weight: bold;
  color: #003893;
  margin-left: 10px;
}

.tel_ppc{
background: url(../../img/bn_all_contact_b.png) no-repeat;
}

.tel{
background: url(../../img/bn_all_contact.png) no-repeat;
}


/*------------------------------------------------
side
------------------------------------------------*/
#side{
  width: 250px;
  padding: 0px 0px 15px 0px;
  line-height: 25px;
  float: right;
}

#side a{
  display: block;
  margin-bottom: 15px;
}

/*.twitter{
  width: 250px;
  border: 1px solid #c9c9ca;
  margin-bottom: 10px;
  border-radius: 5px;
}

.twitter,
.twitter-timeline,
.twitter iframe{
  height: 500px;
}*/

#side .vfl_flow{
  margin-bottom: 10px;
}


#side .h3_side{
  width: 250px;
  height: 25px;
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  letter-spacing: 1px;
  background: #222e3d;
}

#side .outside_border{
  width: 248px;
  border: 1px solid #00286F;
  padding: 10px 0px;
  margin-bottom: 25px;
}

#side .outside_border img{
  margin: 5px 0px;
}

/*SNS*/
#side .sns,
#side .sns dt,
#side .sns dd{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#side .sns{
  width: 100%;
  border-radius: 3px;
  padding: 5px 0;
}

#side .sns dt{
  width: 25px;
  margin: 0 10px;
}

#side .sns dt img{
  height: auto;
  margin-bottom: 0;
}

#side .sns dd{
  width: 205px;
  color: #FFF;
}

#side .twitter{
  background: #000;
  /*background: rgb(29, 155, 240);*/
}

#side .facebook{
  background: #1877f2;
}

#side .instagram{
  background: linear-gradient(45deg, 
                              #bb00b3 0 20%,
                              #da0056 40% 60%,
                              #f50002 80% 100%
                             );
}

/*------------------------------------------------
swiper(20210702 è¨˜è¼‰ é–²è¦§ã—ãŸè»Šè¼Œã«è¿‘ã„è»Šä¸¡ï¼‰
------------------------------------------------*/
.na_data_hist .swiper-container,
.na_data_reco .swiper-container {
    width: 95%;
    margin: 0 2.5%;
}

.na_data_hist .swiper-container{
    height: 360px;
}

.na_data_reco .swiper-container {
    height: 260px;
}

.na_data_hist .swiper-container {
    border-bottom: 1px solid #509bcd;
}

/*------------------------------------------------
acs_flow
------------------------------------------------
#contents_all #acs_flow{
width: 665px;
height: 40px;
margin: 30px 0px 30px 0px;
padding: 0px;
position: relative;
}

#contents_all #acs_flow .acs_flow_l{
position: absolute;
top: 0px;
left: 90px;
}

#contents_all #acs_flow .acs_flow_r{
position: absolute;
top: 0px;
right: 90px;
}
------------------------------------------------*/


/*-------------------------------------------------------------------------------------------------
acs_flow
-------------------------------------------------------------------------------------------------*/
#acs_flow{
  width: 50%;
  margin: 0 25%;
}

#acs_flow p{
  width: 45%;
  margin: 0 2.5%;
  float: left;
  padding: 20px 0;
}

/*-----sp_cording_start-----*/
@media only screen and (max-width: 1300px) and (max-width: 786px){
  #acs_flow{
    width: 100%;
    margin: 0;
  }

  #acs_flow p{
    width: 80%;
    margin: 30px 10% 0;
    float: none;
  }
}
/*-----sp_cording_end-----*/


/*==============================================================================
footer
==============================================================================*/
#footer{
  clear: both;
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}


/*------------------------------------------------
footer_bottom_all
------------------------------------------------*/
#footer .footer_bottom_all{
  width: 100%;
  background-color: #182447 ;
  overflow: hidden;
}

#footer .footer_bottom_all .footer_comment{
  width: 1280px;
  color: #fff;
  margin: 0 auto;
  padding: 30px 2%;
}


/*------------------------------------------------
footer_main
------------------------------------------------*/
#footer_main{
  width: 1280px;
  height: 195px;
  margin: 30px auto;
  padding: 0 25px;
}

.f_data_a{
  width: 30%;
  height: auto;
  float: right;
  text-align: center;
}

.f_data_b{
  width: 70%;
  height: auto;
  float: left;
}

.f_data_b .yahuoku{
  width: 100%;
  padding: 10px; 
  background-color: #fff;
  overflow: hidden;
}

.f_data_b .yahuoku li{
  float: left;
  font-weight: bold;
  margin-right: 20px;
}

.f_data_b h3{
  width: 100%;
  height: 40px;
  text-align: left;
  line-height: 45px;
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
}

.f_data_b .c_data{
  width: 100%;
  text-align: left;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}

.f_data_b .c_data ul{
  width: 25%;
  padding: 10px 3% 20px;
}

.f_data_b .c_data ul li:nth-child(1){
  font-weight: bold;
}

.f_data_b .c_data ul li:nth-child(1), 
.f_data_b .c_data ul li:nth-child(2),
.f_data_b .c_data ul li:nth-child(4),
.f_data_b .c_data ul li:nth-child(5){
  height: 21px;
}

.f_data_b .c_data ul li:nth-child(3){
  height: 42px;
}

.f_data_b .c_data p{
  margin-left: 25px;
}

#f_data .f_logo{
  width: 300px;
  height: 110px;
  position: absolute;
  top: 10px;
  right: 0px;
}

#f_data .free_call{
position: absolute;
top: 120px;
right: 0px;
}

/*------------------------------------------------
footer_sub_links
------------------------------------------------*/
#footer_sub_links{
  width: 1280px;
  height: 900px;
  margin: 0 auto;
  padding: 15px 50px 0;
  overflow: hidden;
}

#footer_sub_links dl{
  width: 30%;
  height: auto;
  float: left;
  padding: 0 2%;
}

#footer_sub_links dl dt,
#footer_sub_links dl dd{
  width: 100%;
  height: auto;
  text-align: left;
  color: #fff;
}

#footer_sub_links dl dt{
  margin: 10px 0 5px; 
  padding: 5px 0;
  border-bottom: 1px solid #1F2B4C;
}

#footer_sub_links dl dt span{
  color: #fff;
  font-size: 10px;
  margin-right: 5px;
}

#footer_sub_links dl dd{
  font-size: 12px;
  text-indent: 1em;
}

#footer_sub_links dl dt a,
#footer_sub_links dl dd a{
width: 100%;
height: 100%;
color: #fff;
}



/*-----sp_cording_start-----*/

@media only screen and (max-width: 786px){
  #footer .footer_bottom_all .footer_comment,
  #footer_main,
  .f_data_a,
  .f_data_b,
  .f_data_b h3,
  .f_data_b .c_data,
  #footer_sub_links{
    width: 100%;
    height: auto;
    color: #fff;
    margin: 30px 0;
    padding: 0 2.5%;
    overflow: hidden;
  }

  #footer .footer_bottom_all .footer_comment,
  .c_data{
  font-size: 12px;
  }

  .f_data_a{
    float: none;
  }

  .f_data_b{
    float: none;
  }

  .f_data_b h3{
    text-align: left;
    margin-bottom: 0;
    font-size: 16px;
  }

  .f_data_b h3 span{
    font-size: 10px;
  }

  #f_data .free_call{
    position: static ;
  }

  .f_data_b .c_data ul{
    width: 100%;
    padding: 10px 0;
  }

  .f_data_b .c_data ul li:nth-child(1){
    font-weight: bold;
  }

  .f_data_b .c_data ul li{
    height: 21px;
  }

  .f_data_b .c_data p{
    margin: 20px 0 0 0;
  }


  /*------------------------------------------------
  footer_sub_links
  ------------------------------------------------*/
  #footer_sub_links dl{
    width: 100%;
    height: auto;
    float: none;
    padding: 0 2%;
  }

  #footer_sub_links dl dt,
  #footer_sub_links dl dd,
  #footer_sub_links dl dt a,
  #footer_sub_links dl dd a{
    width: 100%;
    height: 50px;
    text-align: left;
    color: #fff;
  }
}


@media screen and (min-width: 786px) and (max-width: 1280px){
    #footer .footer_bottom_all .footer_comment,
    #footer_main,
    #footer_sub_links{
      width: 100%;
  }

  .f_data_a,
  .f_data_b{
    width: 100%;
    float: none;
  }

  .f_data_a,
  .f_data_a a{
    display: flex;
    align-items: center;
    margin-right: 30px;
  }
}


/*------------------------------------------------
copy_right
------------------------------------------------*/
.copy_right p{
width: 100%;
height: 50px;
text-align: center;
line-height: 50px;
font-size: 13px;
color: #fff;
background: #222e3d;
clear: both;
}


/*==============================================================================
etc..
==============================================================================*/
.error{
font-weight: bold;
color: red;
}

.div1{display:none;}

/*==============================================================================
smapho_tell
==============================================================================*/
.fix_menu_smartphone{
width: 100%;
position: fixed;
bottom: 0px;
left: 0px;
z-index: 10000;
}
.fix_menu_smartphone img{
width: 100%;
}


/*==============================================================================
head_splink
==============================================================================*/
#head_splink {
    text-align: center;
}
#head_splink a {
    color: #666;
    border: solid 2px #999999;
    display: block;
    width: calc(100% - 10px);
    margin: 5px;
    padding: 30px 0;
    background-repeat: no-repeat, no-repeat;
    background-position: right 20px center, left 20px center;
    background-size: 10px, 20px;
    background-color: #EEEEEE;
    font-size: 25px;
    font-weight: bold;
    border-radius: 5px;
}
#head_splink a:hover {
    color: #999;
}
</pre></body></html>