/*_____________________________________________
 1. [SP/PC] 共通パーツ・レイアウト・デザイン
 2. [SP] レイアウト・デザイン
 3. [PC] レイアウト・デザイン
/*_____________________________________________ [SP/PC] 基本・コンテンツデザイン パーツ */

html {
  line-height: 100%;
  color: #333;
  font-size: 62.5%;
  line-height: 1.4;
  /*background-color: #f2f2f2;*/
}
body {
  font-size:1.5rem;
}
a:hover {
  opacity: 0.8;
}
h1, h2, h3, h4 {
  font-weight: bold;
}
img {
  max-width: 100%;
  height: auto;
}
table{
  width: 100%;
}
table caption{
  display: table-caption;
  width: 100%;
}
select, .select {
  background-image: -o-linear-gradient(45deg, transparent 50%, gray 50%), -o-linear-gradient(315deg, gray 50%, transparent 50%), -o-linear-gradient(left, #ccc, #ccc);
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 19px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
input[type="text"], input[type="email"], input[type="tel"], textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  padding: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
}

/*_____________________________________________ [SP/TAB/PC] top_header */
.top_area p,
.top_area a{
  color: #3c424c;
}
.top_area .sp{
  display: none;
}
.top_area .pc-row{
  max-width: 1000px;
  margin:0 auto;
}
.top_area .pc-row > img{
  width: 20%;
  min-width: 140px;
}
.top_ttl_area{
  width: 60%;
}
.page_mainttl_area{
  margin-bottom: 4rem;
}
.page_mainttl_area .ttl.ttl-style1{
    padding: 2rem 0 0.8rem;
    color: #3c424c;
    font-size: 2.8rem;
}
.page_mainttl_area p{
    padding: 0;
    margin: 0 0 1rem;
}
.page_mainttl_area p:not(.more-btn) a{
    color: #3c424c;
}

@media screen and (max-width: 960px){
  .page_mainttl_area{
    margin-bottom: 0;
  }
}
/*_____________________________________________ [SP/PC] Responsive Layout */
.l_header {
  margin-bottom: 2.5rem;
  width: 100%;
}
.l_main_sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Safari etc. */
  -ms-align-items: flex-start;
  /* IE10        */
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l_main {
    vertical-align: top;
    width: calc(100% - 30rem);
    max-width: 800px;
}
.l_sidebar {
    vertical-align: top;
    text-align: left;
    max-width: 27rem;
    width: 100%;
    padding-left: 1.5rem;
}
.l_footer {
  width: 100%;
}
.pc-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.content_wrap {
  max-width: 1080px;
  margin: 0 auto;
}

.page_main_container {
  margin: 0 auto 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 960px){
  .page_main_container {
    width: calc( 345 / 375 * 100%);
  }
}
.page_mainttl_area .page_main_container h1 + p.txt_clr0{
  color: #3c424c;
} 

.page_main_container > .section-sub-title:first-child{
  margin-top: 0;
}
.page_main_container_ranking {
  width: 765px;
  max-width: 100%;
  margin: 0 auto 1rem;
}
.page_main_container_ranking2{
  width: 500px;
  max-width: 100%;
  margin: 0 auto 1rem;
}
.page_main_container_out{
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page_main_container p:not(:section-sub-title){
  margin-bottom: 1.6rem;
  padding: 0;
}

.container.has-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
.container.has-sidebar .container{
  width: 100%;
  box-sizing: border-box;
}
.dominant_contents {
    width: calc(100% - 30rem);
    max-width: 800px;
}
.sidebar {
    width: 280px;
    padding-left: 50px;
}
.container.narrow{
    max-width: 750px;
}

/*_____________________________________________ lp.cssからもってきた */
.bg_dot {
  background: url(/images/haisya_kaitori/bg_dot.png) center repeat;
}
.bg_cv{
  background: url(/images/lp/haisya_kaitori/bg_cv.png) center / cover repeat-x #ffffff;
}
.cv_container {
  padding: 3rem;
  width: 765px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 3px 5px #33333308;
  box-shadow: 0 3px 5px #33333308;
  text-align: center;
}

.page_main_container.radius.bg_dot{
    padding: 1.5rem;
}
/*_____________________________________________ sitemap flex用 */
  .flex_cover{
    padding: 0.45vw;
    max-width: 100%;
    /* ↓ サイトマップの兼ね合いで追加 */
    width:380px;
    /* margin: 0 auto 2rem; */
  }
/*_____________________________________________ /footer/ */
  p.gotop {
    position: fixed;
    right: 3%;
    bottom: 13%;
}
  p.gotop a {
    display: block;
}

/*_____________________________________________ [SP/PC] Header Style */

.page_header {
  padding: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page_header_desc * {
  font-weight: normal;
  text-align: left;
}
/* パンくずリスト */
.breadcrumbs_container .arrow{
    margin-right: 5px;
}

/*_____________________________________________ [SP/PC] Search Box Style */
.page_search_box {
  width: 100%;
  max-width: 250px;
  background-color: #F9F9F9;
  border: 1px solid #E0E0E0;
}
.page_search_box form, .page_search_box table {
  margin-bottom: 0;
}
.page_search_box table * {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent !important;
}
.page_search_box button {
  padding: 1rem;
  width: 100%;
}
.page_search_box .gsc-search-button-v2 svg {
  fill: #333333;
  width: 16px;
  height: 16px;
}
.page_search_box button:hover svg {
  fill: #0066CC;
}
.page_search_box .gsib_a {
  padding: 5px 10px;
}
/*_____________________________________________ [SP/PC] Font / Text Decorations / Colors */
  /* Size */
.fs_xs {
  font-size: 1.2rem;
  /*12px*/
}
.fs_sm {
  font-size: 1.4rem;
  /*14px*/
  font-weight: normal;
}
.fs_md {
  font-size: 1.6rem;
  /*16px*/
}
.fs_lg {
  font-size: 1.8rem;
  /*18px*/
}
.fs_xl {
  font-size: 2rem;
  /*20px*/
}
.fs_xxl {
  font-size: 2.2rem;
  /*20px*/
}
/* Colors */
.txt_clr0 {color: #FFFFFF;}
.txt_clr1 {color: #333333;}
.txt_clr2 {color: #666666;}
.txt_clr3 {color: #888888;}
.txt_clr4 {color: #0066CC;}
.txt_clr5 {color: #B2E4F6;}
.txt_clr6 {color: #FF7002;}
.txt_clr7 {color: #F2C327;}
/* 下記2色は/lp/haisya_kaitoriから */
.txt_clr8 {color: #3c3778;}
.txt_clr9 {color: #656cc3;}
/* carlease,car-ins */
.txt_clr10{color:#f43323;}
/* Decorations */
.asterisk {
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
  line-height: 1.6;
}
.asterisk:before {
  content: "\0274b";
  color: #fe4a49;
  padding-right: 0.2em;
}
.asteriskAfter:after {
    content: "\0274b";
    color: #fe4a49;
    padding-right: 0.2em;
    font-size: 12px;
    /* position: absolute; */
    position: relative;
    top: -5px;
}

.asteriskAfter {
    color: inherit;
}
.marker_y {
  vertical-align: baseline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fffd75));
  background: -o-linear-gradient(transparent 60%, #fffd75 60%);
  background: linear-gradient(transparent 60%, #fffd75 60%);
}
.bold {
  font-weight: bold;
}
.txt_link, .txt_link a {
  text-decoration: underline;
}
.txt_link:hover, .txt_link a:hover {
  text-decoration: none;
}
.link_related {
  border-top: 1px solid #DEDEDE;
  margin-top: 1rem;
  text-align: left;
}
.link_related .arrow::before {
  right: -10px;
  top: -5px;
}
.under_01{
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 5px;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.radius {
  border-radius: 4px;
}
span.txt_clr7{
  margin-right: 6px;
}
/* Margin Bottom */
.btm01 {
  margin-bottom: 16px;
}
.btm02 {
  margin-bottom: 32px;
}
.btm03 {
  margin-bottom: 24px;
}
/* Padding */
.pd_1{
  padding:1rem;
}
.pd_2{
  padding:2rem;
}
.pd_tb1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pd_tb2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pd_rl1 {
  padding-right: 1rem;
  padding-left: 1rem;
}
.pd_rl3 {
  padding-right: 3rem;
  padding-left: 3rem;
}
.pd_rbl1{
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
}
.pd_t1rbl2{
  padding-top: 1rem;
  padding-right: 2rem;
  padding-left: 2rem;
  padding-bottom: 2rem;
}
.pd_b1{
  padding-bottom: 1rem;
}
.pd_b2{
  padding-bottom: 2rem;
}
.box_border {
  border: 1px solid #DEDEDE;
}
.box_border2 {
  border: 2px solid #DEDEDE;
}

/*_____________________________________________ [SP/PC] Background Colors */
.bgclr_0 {
  background-color: #FFFFFF;
}
.bgclr_1 {
  background-color: #f5f3f3;
}
.bgclr_2 {
  background-color: #C5C5C5;
}
.bgclr_3 {
  background-color: #0066CC;
}
.bgclr_3 a, .bgclr_3 a:hover {
  color: #ffffff;
}
.bgclr_4 {
  background-color: #B2E4F6;
}
.bgclr_5 {
  background-color: #F2C327;
  color: #ffffff;
}
.bgclr_6 {
  background-color: #FFFCE2;
}
.bgclr_7 {
  background-color: #fefeed;
}
/*_____________________________________________ [SP/PC] 見出し Style */
.ttl {
  font-weight: bold;
  text-align: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ttl.ttl-style1 {
  font-size: 2.2rem;
  padding-bottom: 0.8rem;
}
.ttl.ttl-style2 {
  font-size: 2rem;
  border-left: 6px solid #0066CC;
  padding:10px 10px 13px 13px;
  position: relative;
}
.ttl.ttl-style2 a{
  font-size: 2rem;
}
.ttl.ttl-style2:before {
  content: '';
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #E0E0E0;
}
.ttl.ttl-style3 {
  font-size: 1.8rem;
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 0;
  margin-bottom: 1.2rem;
  margin-top: 3rem;
  line-height: 1.5;
  padding-bottom: 0.8rem;
}
.ttl.ttl-style3 a{
  font-size: 2rem;
}
.ttl.ttl-style3.bgclr_3{
  padding-top: 0.6rem;
}

.ttl.ttl-style4 {
  border-radius: 6px 6px 0 0;
  padding: 0.2rem 1rem;
}

/*_____________________________________________ [SP/PC] Icon Style */
.icons {
  vertical-align: middle;
  display: inline;
  position: relative;
}
.icons:after {
  margin-left: 5px;
}
.icons:before {
  margin-right: 5px;
  vertical-align: middle;
}
.icon_q, .icon_a {
  padding-right: 20px;
}
.icon_q:before {
  content: 'Q';
  background-color: #ffffff;
  border-color: #E0E0E0;
}
.icon_a:before {
  content: 'A';
  background-color: #E6F7FF;
  border-color: #D0E1FC;
  color: #0066CC;
}
.icon_q:before, .icon_a:before {
  width: 32px;
  height: 32px;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
}
.icon_tag_1 {
  background-color: #E6F7FF;
  border: 1px solid #D0E1FC;
  color: #0066CC;
  font-size: 1.2rem;
  padding: 0.2rem 0.4rem;
  /* /shop/aiti/syaken/で追加 */
  margin: 0 0.2rem 0.4rem;
  display: inline-block;
}
.shopPageDetail .icon_tag_1 {
  font-size: 1.5rem;
}
.icon_tag_2{
  border-radius: 4px;
  padding: 0.2rem 0.4rem;
  display: inline-block;
  background: #32936f;
  color: #fff;
  font-size: 1.2rem;
  /* ランキング廃車のアイコン */
  margin: 0 0.2rem 0.4rem;
  display: inline-block;
}
.icon_tag_3{
  border-radius: 4px;
  padding: 0.2rem 0.4rem;
  display: inline-block;
  background: #f18f01;
  color: #fff;
  font-size: 1.2rem;
  margin: 0 0.2rem 0.4rem;
}
.icon_label:before {
  content: url('/images/icon_label.svg');
}
.icon_label_w:before {
  content: url('/images/icon_label_w.svg');
}
.icon_external_link:after {
  content: url('/images/icon_external_link.svg');
}
.icon_external_link_w:after {
    content: url('/images/icon_external_link_w.svg');
    width: 14px;
    display: inline-block;
}
.icon_pin:before {
  content: url('/images/icon_pin.svg');
}
.icon_car:before {
  content: url('/images/icon_car.svg');
}
.icon_car_w:before {
  content: url('/images/icon_car_w.svg');
}

.icon-medal{
    position: relative;
}
.icon-medal:before {
    content: '';
    width: 30px;
    height: 40px;
    background: url('/images/ranking/rank_medal.png') no-repeat center top / contain;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 10px;
}
.icon-new:before{
    content: 'new!';
    text-transform: uppercase;
    color: #fff;
    background-color: #ff4e2e;
    font-size: 1rem;
    vertical-align: text-top;
    padding: 0.25rem 0.5rem;
    background-color: #FF6347;
    margin-right: 0.4rem;
    font-weight: normal;
    line-height: 2;
}
.icon-rank_car{ 
    padding-left: 49px;
    padding-top: 15px;
    padding-bottom: 20px;
    position: relative;
}
.icon-rank_car:before {
    content: '';
    width: 40px;
    height: 40px;
    background: url(/images/ranking/rank_carimg.png) no-repeat left center / contain;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0px;
    transform: translateY(10%) translateX(0%);
}

/*_____________________________________________ [SP/PC] Arrow Style */

/* 共通 */
a .arrow:after {
  border-color: #0066CC;
}
.arrow {
  position: relative;
  text-decoration: none;
  padding-right: 8px;
  margin-right: 20px;
  display: inline-block;
}
.arrow:before,
.arrow:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1px;
  margin: auto;
  vertical-align: middle;
}
.arrow:after {
  width: 4px;
  height: 4px;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* 2,3 */
.arrow.arrow_bold:after, .arrow.arrow_bold_circle:after {
  border-width: 2px;
}
.arrow.arrow_bold_circle {
  padding-right: 0;
  padding-left: 18px;
}
.arrow.arrow_bold_circle:after {
  border-color: #FFFFFF;
  right: auto;
  left: 3px;
}
.arrow.arrow_bold_circle:before {
  border-radius: 100%;
  background-color: #06c;
  width: 13px;
  height: 13px;
  left: 0;
  right: auto;
}
.arrow.arrow_bold_circle a {
  color: inherit;
  text-decoration: underline;
}
/* 4 */
.arrow.arrow_triangle:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  right: -4px;
}
/*_____________________________________________ [SP/PC] Button Style */
/*基本スタイル*/
.btn, input[type="submit"] {
  -webkit-appearance: none;
  background-color: #3FB29C;
  border: 1px solid #399F8B;
  border-radius: 6px;
  padding: 15px;
  width: 360px;
  max-width: 49%;
  text-align: center;
  display: block;
  color: #ffffff;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 3px 6px #00000029;
  box-shadow: 0 3px 6px #00000029;
  white-space: normal;
  margin: 1rem auto 1rem;
}
.btn:hover, a.btn:hover {
  opacity: 0.9;
  color: #ffffff;
  cursor: pointer;
}
.btn.arrow:after {
  right: 2rem;
}
/* ボタン　極小サイズ */
.btn.btn_ssx {
  width: 100%;
  max-width: 150px;
  padding: 5px;
  margin: 0.5rem auto 0.5rem;
}
/* ボタン　小サイズ */
.btn.btn_sx {
  width: 100%;
  max-width: 250px;
}
/* ボタン　デザイン */
.btn.btn_style1, .btn.btn_style1:hover {
  background-color: #CB5454;
  border-color: #CB5454;
}
.btn.btn_style2, .btn.btn_style2:hover {
  background-color: #ffffff;
  border: 1px solid #0066CC;
  color: #0066CC;
}
.btn.btn_style3, .btn.btn_style3:hover {
  background-color: #ffffff;
  border: none;
  color: #0066CC;
}
.btn.btn_style4, .btn.btn_style4:hover {
  background-color: #FF7002;
  border-color: #D65D00;
  color: #ffffff;
}
.btn.btn_style5, .btn.btn_style5:hover {
  background-color: #F9F9F9;
  color: #0066CC;
  border: 1px solid #E0E0E0;
  padding: 0.5rem;
  border-radius: 3px;
}
.btn.btn_style5 .material-icons {
  font-size: 18px;
}
.btn.btn_style7, .btn.btn_style7:hover{
  font-size: 20px;
  background: rgb(255,0,0);
  background: -moz-linear-gradient(180deg, rgba(255,0,0,1) 40%, rgba(197,0,21,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255,0,0,1) 40%, rgba(197,0,21,1) 100%);
  background: linear-gradient(180deg, rgba(255,0,0,1) 40%, rgba(197,0,21,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0000",endColorstr="#c50015",GradientType=1);
  padding: 10px 15px;
  border: none;
  max-width: 480px;
  width: 100%;
  text-shadow: 0 -2px 0 #d20100;
  border: 1px solid #ff011b;
  box-shadow:inset 0 1px 0px rgb(255 255 255 / 60%), 0 5px 10px rgb(0 0 0 / 10%);
}
.btn.btn_style8, .btn.btn_style8:hover {
  color: #fff;
  background-color: #a5a5a5;
  border-color: #a5a5a5;
  cursor: auto;
  opacity: 1;
}

.sp_page_nav_toggle .menu_icon{
  font-size: 30px;
}
.btn.btn_grad {
  background: #ffffff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 50%, #eaeaea 51%, #f2f2f2 99%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #f2f2f2), color-stop(51%, #eaeaea), color-stop(99%, #f2f2f2));
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 50%, #eaeaea 51%, #f2f2f2 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
  /* IE6-9 */
}
/* 写真横並び */
.btn_side_by_side{
  max-width: 48%;
  text-align: center;
  display: block;
  font-weight: bold;
  white-space: normal;
  margin: 0 auto 1rem;
}
/*______________________________________________________ 枠スタイル */
.border-box{
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.border-box .border-box-item{
    border-color: #CADADF;
    border-style: solid;
    border-width: 1px;
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.border-box:not(.pc-row) .border-box-item + .border-box-item{
    border-width: 0 1px 1px 1px;
}


/*_____________________________________________ [SP/PC] Tab Style */
.uc_ui_tabs {
    display: flex;
    flex-wrap: wrap;
    padding: 1rem;
}
.uc_ui_tabs .uc_ui_tabs_cont {
  order: 999;
  width: 100%;
  display: none;
}
.uc_ui_tabs > input {
  opacity: 0;
  position: absolute;
}
.uc_ui_tabs > input[name=tab] + label{
    background-color: #EBF1F5;
    width: 50%;
    text-align: center;
    font-size: 13px;
    padding: 15px 4px;
    box-sizing: border-box;
    box-shadow: 0px -1px 0 #565e6b inset;
}

.uc_ui_tabs > input[name=tab]:checked + label {
    background: #fff;
    opacity: 1;
    box-shadow:1px 1px 0px 0px #565e6b inset, -1px 1px 0px 0px #565e6b inset;
}
.uc_ui_tabs > input[name=tab]:checked + label + .uc_ui_tabs_cont {
  display: unset;
}

.uc_ui_tabs > input[name=tab]:not(:checked) + label:hover{
    cursor: pointer;
}

/*_____________________________________________ [SP/PC] List Style */

ul .shop-list{padding:0}

.li_disc_b, .li_disc_w, .li_num, .li_num_circle, .li_num_Terms, .li_num_k{
  text-align: left;
}
ul.li_num_ToC,
ul.li_num_circle,
ul.li_disc_b,ul.li_disc_w,
ul.li_num,
ul.li_num_step,
ul.li_num_Terms,
ol.li_num_ToC,
ol.li_num_circle,
ol.li_disc_b,
ol.li_disc_w,
ol.li_num,
ol.li_num_Terms{margin-left: 1rem}
.li_disc_b li{
  list-style-type: disc;
  list-style-position: inside;
  line-height: 1.6;
  text-indent: -2rem;
  padding-left: 1.5rem;
}
.li_num_ToC .li_disc_b li{
  text-indent: 1em;
  padding-left: 1em;
}
.li_disc_w li {
  list-style-type: circle;
  list-style-position: inside;
}
.li_item::marker{
margin-right: 10px;
}
.li_num>.li_item{
text-indent: -2rem;
padding-left: 2rem;
}
/* 番号付きリスト 共通 */
.li_num_ToC, .li_num_circle, .li_num, .li_num_step, .li_num_Terms, .li_num_ranking{
  counter-reset: item;
  list-style-type: none;
}
.li_num_ToC>.li_item:before, .li_num_circle>.li_item:before, .li_num>.li_item:before, .li_num_step>.li_item, .li_num_Terms>.li_item, .li_num_ranking>.li_item{
  counter-increment: item;
  line-height: 1.8;
}
/* 番号付きリスト A(目次) */
.li_num_ToC>.li_item:before {
  content: counter(item) ".";
  color: #888888;
  margin-right: 0.5em;
}
.li_num_ToC .li_disc_b>.li_item:before {
  background: #888888;
}
/* 番号付きリスト　B */
.li_num_circle > li.li_item {
  position: relative;
  padding-left: 25px;
  line-height: 1.8;
}
.li_num_circle>.li_item:before {
  content: counter(item);
  display: inline-block;
  margin-left: 3px;
  position: absolute;
  left: 0px;
  top: 1px;
}
.li_num_circle>.li_item:after {
  content: '';
  border-radius: 100%;
  width: 20px;
  border: 1px solid #d6d6d6;
  height: 20px;
  display: inline-block;
  left: -3px;
  top: 2px;
  position: absolute;
}
.li_num_circle > li.li_item > *{
  padding-left: auto;
}
/* 番号付きリスト Terms(利用規約) */
.li_num_Terms>.li_item{text-indent:-1.5em;padding-left:1.5em}
.li_num_Terms>.li_item:before {
  content: counter(item) ".";
  color: #888888;
  margin-right: 0.3em;
}
.li_num_k>.li_item {
	list-style-type: none;
	counter-increment: cnt;
  position: relative;
  line-height: 1.6;
  padding-left:2em;
  text-indent:0;
}
.li_num_k>.li_item:before {
  content: "(" counter(cnt) ") ";
  color: #888888;
  display: inline-block;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  letter-spacing: -1px;
}

/* 番号付きリスト　C */
.li_num>.li_item:before {
  content: counter(item) ".";
  color: #888888;
  margin-right: 5px;
}
/* 番号付きリスト D */
.li_num_step h3{
  display: inline;
}
.li_num_step .li_item {
  margin-bottom: 2rem;
}
.li_num_step .li_item:before {
  content: counter(item);
  margin-right: 5px;
  background: #06c;
  color: #ffffff;
  padding: 0.5rem 0.9rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.li_num_step .li_item .box_border {
  border-color: #06c;
  border-top-left-radius: 0;
}
.li_num_step .li_item img {
  max-width: 250px;
}

/* リスト　チェックマーク */
.li_checklist .li_checklist_item{
    border-left: solid 2em transparent;
    position: relative;
}
.li_checklist .li_checklist_item:not(:last-child){
    margin-bottom:10px;
}
.li_checklist .li_checklist_item:before{
    content: '';
    display: block;
    position: absolute;
    top: 0.6em;
    left: -1.5em;
    width: 13px;
    height: 5px;
    top: 10px;
    border-left: 3px solid;
    border-bottom: 3px solid;
    border-color: deepskyblue;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}
/* リスト　ランキング */
.li_num_ranking>.li_item:before {
    content: counter(item) "位";
    position: absolute;
    left: 0;
}
.li_num_ranking>.li_item {
    padding-left: 2.2em;
    position: relative;
}
.li_num_ranking>.li_item:nth-child(n+10) {
    padding-left: 2.7em;
}

/* 写真横並び */
p.doc {
  clear: both;
}
p.doc picture img {
  padding: 0 0 16px 16px;
  float: right;
}
/* 業者を探すリスト */
.city-list{padding: 0 10px; width: 100%; overflow: hidden;}
.city-list li{margin:0 0 8px 0; width:20%; float: left;}
/* Q&Aリスト */
.li_qa_style .icon_q:before, .li_qa_style .icon_a:before {
  position: absolute;
  left: 1rem;
  top: 3px;
}
.li_qa_style .ttl, .li_qa_style .icon_a {
  padding: 1rem 1rem 1rem 5.5rem;
  display: block;
}
.li_qa_style li:not(:last-child) .icon_a {
  padding-bottom: 3rem;
}
.li_qa_style .icon_a p:last-of-type {
  margin-bottom: 1rem;
}
/* 目次 Style */
.ToC {
  padding: 2rem 1.5rem 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 4rem;
}
.ToC_heading {
  text-align: center;
  margin-bottom: 0.8em;
}

/*_____________________________________________ [SP/PC] 吹き出し */

.balloon{
  padding: 12px;
  position: relative;
  background: #F9F9F9;
  border: 2px solid #E0E0E0;
  border-radius: 4px;
  margin-right: 0;
  margin-top: 15px;
  margin-bottom: 10px;
}
.balloon:before, .balloon:after {
  bottom: 100%;
  left: 10%;
  border: solid transparent;
  top: auto;
  width: 0;
}
.balloon:before {
  border-color: rgba(0, 167, 225, 0);
  border-bottom-color: #e0e0e0;
  border-width: 18px;
  margin-left: -10px;
}
.balloon:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #f9f9f9;
  border-width: 15px;
  margin-left: -7px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.balloon a.btn{
  max-width: 58%;
}
/*_____________________________________________ [SP/PC] Form Style */
/* 見積もり・コンタクトフォーム */
.form_contact .ttl {
  margin-bottom: 4px;
  padding-left: 8px;
  border-left: solid 4px #06c;
}
.form_contact table {
  padding: 0 0 16px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 2px;
}
.form_contact th, .form_contact td {
  padding: 16px;
  font-size: 14px;
  line-height: 1.4;
}
.form_contact th {
  background: #06c;
  vertical-align: middle;
  width: 30%;
  overflow: visible;
  position: relative;
  color: #fff;
  font-weight: bold;
  text-align: left;
}
.form_contact th:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 102, 204, 0);
  border-left-color: #06c;
  border-width: 10px;
  margin-top: -10px;
}
.form_contact th label {
  color: #fff;
  display: block;
}
.form_contact td {
  background: #f8f8f8;
  padding-left: 20px;
}
.form_contact .privacy {
  height: 200px;
  overflow: auto;
}
/* 店舗検索 */
.form_search label {
  /* 運輸の地域とナンバー */
  width: 40%;
  max-width: 100%;
  display: inline-block;
  font-size: 14px;
}
.form_search label + div{
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form_search select {
  width: 100%;
  max-width: 280px;
  margin-right: 2%;
  margin-bottom: 1rem;
  font-size: 14px;
}
/* shopform */
.formShop_bg{
  padding:20px 16px 12px;
  background: #F5F9FF;
  margin-right: 0;
  margin-top: 15px;
  margin-bottom: 10px;
}
.formShop_item{
  align-items: baseline;
}
.formShop_item label{
  font-weight: bold;
  width: 39%;
}
@media screen and (max-width: 767px){
  .formShop_bg {padding: 20px 12px 12px}
  .formShop_bg .formShop_item:not(:last-child) {
    border-bottom: 1px solid #e0e6ed;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .formShop_bg .formShop_item > label{
    max-width: 115px;
    width: 100%;
  }
  .formShop_bg .formShop_item > select{
    padding-left: 0.8em;
  }
  .formShop_bg .formShop_item .pc-row{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .formShop_bg .formShop_item .pc-row select:first-of-type{
    margin-bottom:10px;
  }
}
/*_____________________________________________ [SP/PC] 車検用　テーブル */
/*_____________________________________________ [SP/PC] 車検用　テーブル */
.table-form-syaken li label{
  display: block;
}
.table-form-syaken li:not(:last-child) label{
    margin-bottom: 0.5rem;
}
.table-form-syaken li input[type="radio"]{
    margin-right: 0.5rem;
}
.table-form-syaken li select{
    width: 100%;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

/*_____________________________________________ [SP/PC] 車情報・マガジン日付 */
.column li{
  margin-bottom: 32px;
  padding-bottom: 16px;
  position: relative;
  border-bottom: dotted 1px #ccc;
}
.column li .date, .list-column li .date {
  margin-bottom: 8px;
  padding: 4px 8px;
  display: inline-block;
  background: #06c;
  color: #fff;
  font-size: 13px;
  line-height: 1.0;
  top: 0;
  right: 0;
}
.pager {
  padding: 32px 0 16px;
  text-align: center;
}
.pager span {
  margin-right: 8px;
  display: inline-block;
}
.pager a {
  margin-right: 8px;
}
/*_____________________________________________ [SP/PC] haisya/地域（装飾） */
.l_main .pref_main * {
  font-family: tbudrgothic-std, sans-serif;
  text-align: center;
  font-style: normal;
}
.l_main .pref_main.mv_common_style {
  background-color: #FBF7F0;
  border: 2px solid #f2e4d8;
  padding: 1em;
  position: relative;
  width: 99%;
  margin: 0 auto 30px;
  box-sizing: border-box;
}
.l_main .pref_main.mv_common_style:before {
  bottom: -7px;
  transform: scale(1, -1);
}
.l_main .pref_main.mv_common_style p:after {
  position: absolute;
  width: 105px;
  height: 110px;
  top: 4px;
  right: 97px;
  content: '';
  background: url(/images/haisya_kaitori/pref_main_img1-3.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.l_main .pref_main.mv_common_style p {
  text-indent: 15px;
  font-size: 2.6rem;
  font-weight: 900;
}
.l_main .pref_main.mv_common_style p em {
  color: #06c;
  line-height: 1.4;
  font-weight: 900;
}
.l_main .pref_main.mv_common_style ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l_main .pref_main img {
  margin: 10px auto 10px;
  display: block;
}
.l_main .pref_main.mv_common_style ul li {
  font-size: 15px;
  background-color: #06c;
  border-radius: 4px;
  line-height: 1.6;
  padding: 10px 22px;
  position: relative;
}
.l_main .pref_main.mv_common_style ul * {
  color: #ffffff;
}

/*_____________________________________________ [SP/PC] /article/ */
.article_h2 {
  /* ttl */
    font-weight: bold;
    text-align: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  /* ttl-style2 */
    font-size: 2rem;
    border-left: 6px solid #0066CC;
    padding: 0 0 0.4rem 1rem;
    position: relative;
  /* btm01 */
    margin-bottom: 16px;
  /* 追加 */
    margin-top: 20px;
}
.article_h2:before {
  content: '';
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #E0E0E0;
}
.article_h3 {
  /* ttl */
  font-weight: bold;
  text-align: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* ttl-style3 */
  font-size: 1.8rem;
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 0;
  margin-bottom: 0.8rem;
  margin-top: 3rem;
}
.article_h4 {
  /* ttl */
  font-weight: bold;
  text-align: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* fs_md */
  font-size: 1.6rem;
}
.red, .errMsg {
  /* bold */
  font-weight:700;
  color: #ff3f3f;
}
.article_bg2,.article_bg1{
  /* marker_y */
  vertical-align: baseline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFF500));
  background: -o-linear-gradient(transparent 60%, #fffd75 60%);
  background: linear-gradient(transparent 60%, #fffd75 60%);
  /* bold */
  font-weight: bold;
}
#ajaxBox p{
    /* btm01 */
	margin-bottom: 16px;
}
.linkBox{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 765px;
  max-width: 100%;
  padding: 1rem 2rem;
  margin: 0 auto 2rem;
  background-color: #f5f3f3;
  color: #888888;
}
.linkBox p{
  text-align: center;
  font-weight: 700;
}
#ajaxBox .linkBox p{
  margin-bottom: 0;
}
.linkBox li{
  list-style-type: disc;
  list-style-position: inside;
  line-height: 1.8;
}
.article-detail table, .article-detail td, .article-detail th{
  /* box_border */
  border: 1px solid #DEDEDE;
}
#pagerBox p{
  margin-bottom: 0px;
  color: #06c;
  font-weight: 700;
  cursor: pointer;
}
#pagerBox b{
  color: #06c;
}
#pagerBox a{
  display:block;
}
.page_link_item dl{
  padding: 1rem 0 1rem 0rem;
  border-bottom: dotted 1px #CCCCCC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#ajaxBox .page_link_item dl .cel {
    padding: 0;
    margin-bottom: 0;
    line-height: 1.6;
}
#ajaxBox .page_link_item dl dt.cel {
    width: 140px;
}
#ajaxBox .page_link_item dl dd.cel {
    width: calc(100% - 160px);
}
#ajaxBox .page_link_item dl dd.cel a{
    font-size: 14px;
}
@media screen and ( max-width:960px) {
  .page_link_item dl{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #ajaxBox .page_link_item dl dd.cel,
  #ajaxBox .page_link_item dl dt.cel {
    width: 100%;
  }

}

.cntTxt {
  text-align: right;
}
/*_____________________________________________ [SP/PC] /article/category/*/
.list-column h3{
  font-size: 1.8rem;
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 0;
  margin-bottom: 0.8rem;
  margin-top: 3rem;
}
#pagerBox {
  font-size: 1.8rem;
  text-align: center;
  margin: 15px 0 0;
  padding: 10px 0;
  background: #eff4f9;
  border-top: 1px dashed #b0cbe4;
  border-bottom: 1px dashed #b0cbe4;
}
#pagerBox strong{
  color: #06c;
}
#ajaxBox dt{
  margin-bottom: 8px;
  padding: 4px 8px;
  display: inline-block;
  color: #666;
  font-size: 13px;
  line-height: 1.0;
  top: 0;
  right: 0;
}
/*_____________________________________________ [SP/PC] /topics/*/
.topicBarL{
  font-size: 1.8rem;
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 0;
  margin-bottom: 0.8rem;
  margin-top: 3rem;
}
/*_____________________________________________ [PC] syaken hiyo form*/
.disNone {display: none;}
.juryozeiRes{padding:16px; background:#f2c327;}
.juryozeiRes p{font-weight: bold; text-align: center;}
#ansBoxArea {padding: 16px;background-color: #f8f8f8;border-radius: 0 0 7px 7px;}
#ansBoxArea .ansBox {margin: 0 auto;width: 280px;overflow: hidden;}
#syakenTool .ansBox dt {font-weight: bold;width: 110px;font-size: 14px;margin-top: 3px;float: left;}
#syakenTool .ansBox dd {width: 134px;margin: 2px 0 0 10px;padding: 2px;font-size: 14px;float: left;text-align: right;border: 1px solid #aaa;background-color: #fff;}
#syakenTool .ansBox dd#resTitle,
#syakenTool .ansBox dd#resTitleNext {font-weight: bold;margin-top: 0;text-align: center;border: none;background-color: #b5e2fa;}
#syakenTool .ansBox dd span {font-weight: bold;padding: 0 0.3em;}
#syakenTool .ansBox dd span.red {font-weight: normal;padding: 0;}
#syakenTool .ansBoxDisNone { display: none; }
#syakenTool .text{padding-top: 16px;}
/*_____________________________________________ [PC] Table meigi yarikata*/
.table-rec {
  margin: 1rem auto;
  padding: 5px;
  width: 100%;
  border-collapse: separate;
  background: #f5f3f3;
  border-radius: 4px;
}
.table-rec th, .table-rec td {
  padding: 0 4px;
  width: 50%;
  line-height: 2.0;
}
.table-rec th {
  text-align: center;
  font-weight: bold;
  border-bottom: solid 2px #06c;
  font-size: 1.4rem;
  vertical-align: middle;
}
.table-rec td {
  border-bottom: solid 2px #fff;
  text-align: center;
}
/*_____________________________________________ [PC] Table documents (inshi.php,number.php)*/
.table-doc {
  margin-bottom: 16px;
  width: 100%;
}
.table-doc caption {
  font-weight: 600;
}
.table-doc tbody th {
  font-weight: bold;
  background: #f8f8f8;
  width: 20%;
}
.table-doc th, .table-doc td {
  /* /documents/kankyoseinouwari.php */
  padding: 3px;
  font-size: 14px;
  line-height: 1.2;
  border: solid 1px #ccc;
  text-align: center;
  vertical-align: middle;
}
.table-doc thead th {
  font-weight: bold;
  background: #b2e4f6;
}
/*_____________________________________________ [SP/PC] Table Style */
.table_style {
  border: 1px solid #DEDEDE;
  text-align: left;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 10px;
}
.table_style caption {
  font-weight: bold;
}
.table_style thead th {
  text-align: center;
  font-weight: bold;
}
.table_style th, .table_style td {
  border: 1px solid #DEDEDE;
  padding: 8px;
  vertical-align: middle;
  font-size:13px;
}
.table_style td ul li {
  padding: 0.2rem 0 0.2rem 2rem;
}
.table_style.center, .table_style.center th {
  text-align: center;
}
.table_style .th_gotouti{
  width: 13em;
}
.table_style_b {
  border-top: 1px solid #DEDEDE;
}
.table_style_b th{
  width: 200px;
}
.table_style_b tr {
  border-bottom: 1px solid #DEDEDE;
}
.table_style_b th, .table_style_b td {
  padding: 8px;
}
.table_style_b caption{
  text-align: center;
}
/*_____________________________________________ [SP/PC] 店舗一覧 */
.tenpo_box_wrap img{
  max-width: 250px;
  width: 90%;
}
.tenpo_box_wrap .expand img{
  width: 100%;
}
.tenpo_box_right {
  width: 100%;
  max-width: 520px;
  margin-left: auto;
  margin-right: 0;
}
.tenpo_box_right_02 {
  width: 100%;
  max-width: 530px;
  margin-left: auto;
  margin-right: 0;
}
.tenpo_box_left {
  width: 100%;
  max-width: 500px;
  margin-right: 0;
  margin-left: 0;
}
/* 車種ページ */
.car img {
  border: 5px solid #dedede;
}
/*_____________________________________________ [SP/TAB/PC] 基礎知識 */
.guides .pc-row picture{
  width: 30%;
}
.guides .pc-row > picture + div{
  width: 70%;
}

.guides2 .pc-row picture{
  width: 50%;
}
.guides2 .pc-row > picture + div{
  width: 70%;
}
/*_____________________________________________ [SP/PC] Sidebar Style */
.page_sidebar {
  margin-bottom: 4rem;
}
.page_sidebar_container {
    margin-bottom: 21px;
    background-color: #fff;
    border: #CADADF 1px solid;
    border-radius: 4px;
}
.page_sidebar_container + .more-btn {
    margin-top: -1.2rem;
    margin-bottom: 2rem;
    display: table;
    margin-right: 0;
    margin-left: auto;
    font-size: 12px;
}
.page_sidebar_container + .more-btn:before {
    content: '';
    width: 20px;
    height: 15px;
}

.page_sidebar_container .page_sidebar_container{
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    margin-bottom: 0;
    border-bottom: 0;
    width: 100%;
}
.sidebar-title{
    padding: 10px;
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: bold;
    color: #666;
    margin: 0;
    box-shadow: 0 1px 0 #dae1e6;
    border-top: 4px solid;
    border-color: #2c67c5;
    background-color: #3c424c;
    color: #fff;
    border-radius: 2px 2px 0 0;
}
.sidebar-title-ucguide{
    padding: 10px;
    font-size: 1.3rem;
    line-height: 1.4;
    font-weight: 600;
    color: #666;
    margin: 0;
    box-shadow: 0 1px 0 #dae1e6;
    border-top: 4px solid;
    border-color: #43a6d0;
    background-color: #3c424c;
    color: #fff;
    border-radius: 2px 2px 0 0;
}
.sidebar-title-ucguide img{
    vertical-align: middle;
    margin-right: 5px;
}
.sidebar-box-title{
    color: #555;
    padding: 0.8rem 1rem 0.8rem 2rem;
    font-size: 1.3rem;
    border-top: 3px solid #d9e1e6;
    box-shadow:inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
    text-shadow: 0 -1px 0 #fff;
    font-weight: 600;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 35%, rgba(246,246,246,1) 65%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 35%, rgba(246,246,246,1) 65%);
    background: linear-gradient(0deg, rgba(255,255,255,1) 35%, rgba(246,246,246,1) 65%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f6f6f6",GradientType=1);
    position: relative;
}
.sidebar-box-title:before {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% - 2rem);
    border-left: 4px solid #2c67c5;
    margin-left: 0.8rem;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page_sidebar_container .section-sub-title{
  margin-top: 0;
  font-size: 15px;
  margin-bottom: 10px;
}

.page_sidebar_ads_list {
  text-align: center;
}
.page_sidebar_ads_list .ads_bnr:last-child {
  margin-bottom: 3rem;
}
.page_sidebar_heading.ttl.ttl-style3 {
  padding: 0.6rem 1rem 0.4rem;
  margin-bottom: 0;
}
.page_sidebar_link_list{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 0 0;
}
.page_sidebar_link_list.content_wrap .page_sidebar_link_item a.arrow.arrow_triangle{
  padding:1.2rem 2rem 1.2rem 0;
}
.page_sidebar_link_item a {
    padding: 8px 10px 8px 10px;
    display: block;
    margin-right: 0;
    font-size: 14px;
    font-weight: normal;
}
.page_sidebar_link_list.content_wrap .page_sidebar_link_item a,
.page_sidebar_link_list:not(.content_wrap) .page_sidebar_link_item:not(:last-child) a{
    border-bottom: solid 1px #CADADF;
}
[class="page_sidebar_link_item"] a.arrow.arrow_triangle:before,
[class="page_sidebar_link_item"] a.arrow.arrow_triangle:after {
    right: 5px;
    left: auto;
    border-left-color: #ccc;
}
.page_sidebar_link_item .more-btn{
    margin-top: 0;
    border-bottom: none;
    font-size: 12px;
    padding: 8px 10px 5px 20px;
}
.page_sidebar_link_item .more-btn:before{
    width: 12px;
    background-size: contain;
    margin-right: 3px;
}
@media screen and ( max-width:960px) {
  .page_sidebar_container{
    width: calc( 345 / 375 * 100%);
    margin: 0 auto 20px;
  }
}
/*_____________________________________________ バナー */
.bnrArea{
    max-width: 1080px;
    margin: 0 auto 6rem;
}
.bnrArea-inner {
}
.bnrArea.border-box .bnrArea-inner {
  padding: 1rem 2rem;
}
.bnrArea-ttl {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
}
.bnrArea-item {
    margin-bottom: 1.6rem;
    display: block;
    outline: solid 1px rgba(0,0,0,0.1);
    outline-offset: -1px;
}
.bnrArea .bnrArea-item img {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.bnrArea .sp-bnr{
  display: none;
}
@media screen and ( max-width:414px) {
  .bnrArea-ttl {
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
  }
  .bnrArea.border-box .bnrArea-inner{
    padding:1rem 1rem 0;
  }
  .bnrArea .pc-bnr{
    display: none;
  }
  .bnrArea .sp-bnr{
    display: block;
  }
}

/* バナー2つ（PC横並び、SP縦） */
.articleBnr {
  width: 100%;
}
.articleBnr::after {
  content: "";
  display: block;
  clear: both;
}
.articleBnr .articleBnrLeft {
  float: left;
  width: 50%;
  text-align: center;
}
.articleBnr .articleBnrRight {
  float: right;
  width: 50%;
  text-align: center;
}
.articleBnr .articleBnrLeft img, .articleBnr .articleBnrRight img {
    max-height: 280px;
}

@media screen and (max-width:768px) {
  .articleBnr .articleBnrLeft,
  .articleBnr .articleBnrRight {
    float: none;
    width: 100%;
    text-align: center;
  }
  .articleBnr .articleBnrLeft{
    margin-bottom:20px;
  }
}

/*_____________________________________________ [SP/PC] おすすめページ */
.page_main_recommend ul{
  font-size: 0;
}
.page_main_recommend li{
  display: inline-block;
  width: calc(100% / 4);
  margin: 0 auto;
  vertical-align: top;
}
.page_main_recommend li a{
    display: block;
    width: 95%;
    margin: 0 auto 1rem;
}
.page_main_recommend li p{
  font-size: 1.6rem;
  line-height: 1.4;
  color: #3333CC;
  font-weight: bold;
}
/*_____________________________________________ [SP/PC] Footer Style */
.page_footer {
  text-align: center;
  border-top: 3px solid #dedede;
}
.page_footer_site_links {
  text-align: left;
}
.page_footer_site_links .acnav__list a {
  color: inherit;
}
.page_footer_utility_links {
  padding: 1rem 0 0.5rem;
}
.page_footer_utility_item {
  margin: 0 0.8rem 0 0;
  display: inline-block;
}
.page_footer_utility_item:not(:last-of-type) a:after {
  content: '|';
  opacity: 0.4;
  margin: 0 0 0 0.8rem;
}
.page_footer small {
  padding: 1rem;
  display: block;
}
/*_____________________________________________  [SP/TAB/PC] エリア検索 */
.area_search dl dt:nth-of-type(1){
  background-color: #4F7ACC;
}
.area_search dl dt:nth-of-type(2){
  background-color: #4D96D4;
}
.area_search dl dt:nth-of-type(3){
  background-color: #2CA6E0;
}
.area_search dl dt:nth-of-type(4){
  background-color: #2AAB39;
}
.area_search dl dt:nth-of-type(5){
  background-color: #A4C82D;
}
.area_search dl dt:nth-of-type(6){
  background-color: #E3B400;
}
.area_search dl dt:nth-of-type(7){
  background-color: #E59F58;
}
.area_search dl dt:nth-of-type(8){
  background-color: #EA8CA2;
}
.area_search dl dt:nth-of-type(9){
  background-color: #E66798;
}
.area_search dl dt:nth-of-type(10){
  background-color: #de3f67;
}
.area_search dl dt{
  display: inline-block;
  width: 100px;
  margin-right: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding: 4px;
  font-size: 14px;
}
.area_search dl dd{
  display: inline-block;
  width: calc(100% - 120px);
}
.area_search dl dd ul li{
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  font-size: 1.5rem;
}
/*_____________________________________________ [SP/TAB/PC] 選ばれる３つの理由/お見積もり3step */
.feature .pc-row, .feature2 .pc-row{
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.feature ol, .feature2 ol{
    counter-reset: item;
    list-style-type: none;
}
.feature li{
  position: relative;
  width: calc(100% - 10px);
  border-radius: 4px;
  border: 1px solid #a9c9d6;
  padding-bottom: 15px;
}
.feature .pc-row li + li {
  margin-left: 10px;
}
.feature li h3{
  padding: 10px 5px;
}
.feature li p{
  padding: 0 15px;
}
.feature li:before{
  counter-increment: item;
  content: '\9078\3070\308C\308B\7406\7531' counter(item);
  display: block;
  text-align: center;
  color: #0965CC;
  margin-bottom: 0.5rem;
  background: #def5fd;
  padding: 9px 0;
  font-weight: bold;
  font-size: 15px;
  border-radius: 4px 4px 0 0;
}
.feature img{
  width: calc(100% - 30px);
  margin: 0 auto 10px;
  display: block;
}
.feature2 li{
  background-color: #d8f1fd;
  position: relative;
  width: calc(100% / 3 - 25px);
  line-height: 2;
}
.feature2 li:before{
    counter-increment: item;
    content: counter(item);
    display: block;
    text-align: center;
    background: url("/images/haisya_kaitori/feature1.png") center / contain no-repeat;
    color: #888888;
    margin-bottom: 1rem;
  }

@media screen and ( max-width:768px) {
  .feature .pc-row li + li{
    margin-left:0;
  }
  .feature li{
      width: 100%;
  }
  .feature2 li{
    width: 100%;
    margin-bottom: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .feature2 ol + div picture,
  .feature2 ol + div figcaption{
    width: 100%;
  }
}
/*______________________________________________________ [SP/TAB/PC] アドセンス */
.ads-box {
    text-align: center;
}
.adsBox {
    text-align: center;
    margin: 1rem auto;
}
/*_____________________________________________ [SP/TAB/PC] haisya 横並び均等割り */
.calc3 li{
  width: calc(100% / 3 - 18px);
}
/* 〜1100px
------------------------------ */

@media screen and ( max-width: 960px) {
  /*_____________________________________________ [ipad Pro] */
  .container.has-sidebar{
    display: block;
    box-sizing: border-box;
  }

  .dominant_contents{
    width: 100%;
    max-width: 100%;
  }
  .l_main_sidebar {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .l_sidebar{
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 0;
    margin: 0 auto;
  }
  .l_main {
    max-width: 100%;
    width: 100%;
  }
  /*_____________________________________________ [SP] haisya/地域（装飾） */
  .l_main .pref_main.mv_common_style ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
  }
  .l_main .pref_main.mv_common_style ul li {
    font-size: 14px;
    background-color: #06c;
    border-radius: 4px;
    line-height: 1.5;
    padding: 10px 22px;
    position: relative;
    margin-bottom: 2px;
  }
  .l_main .pref_main.mv_common_style p:after {
    display:none;
  }
/*______________________________________________________ [SP/TAB] アドセンス */
.ads-box {
  margin-top: 3rem;
}
}
@media screen and (max-width:1100px)and (min-width:769px) {
  .tenpo_box_right {
    max-width: 76%;
  }
}
/* 〜768px
------------------------------ */
@media screen and ( max-width:768px) {
  .sp-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /* .sp-col p {
     width: 100%;
  } */
  .tenpo_box_left{
    width: 100%;
    max-width: 100%;
  }
  body.fixed {
    position: fixed;
    left: 0;
  }
  .pc-type { display: none !important; }
  .pc_sp span, .pc_sp a {display:block;}
  /*_____________________________________________ [SP] */
  select {
    font-size: 16px;
    width: 100%;
  }
  input {
    font-size: 16px;
  }
  .l_main{
    width: 100%;
  }
  .page_main_container_out{
    width: 100%;
  }
  .page_main_container_out.radius{
    border-radius: 0;
  }
  .cv_container{
    padding: 3vw 1vw;
  }
  /*_____________________________________________ [SP] アコーディオン */
  .nav-wrap {
    width: 100%;
    margin: 1em auto 0;
  }
  [hidden] {
    display: none;
    visibility: hidden;
  }
  .acnav {
    width: 100%;
  }
  .acnav__list {
    list-style: none;
  }
  .has-children.is-open>.acnav__label::before {}
  .acnav__link, .acnav__label {
    display: block;
    margin: 0;
    cursor: pointer;
  }
  .acnav__link--level2, .acnav__label--level2 {
    padding-left: 3em;
  }
  .acnav__link--level3, .acnav__label--level3 {
    padding-left: 5em;
  }
  .acnav__list--level2, .acnav__list--level3 {
    display: none;
    padding-left: 0;
  }
  /*_____________________________________________ [SP] Font / Text Decorations / Colors */
  /* Size */
  .fs_xl,
  .fs_xxl{
    font-size: 2rem;
  }
  /*_____________________________________________ [SP] 見出し Style */
  .ttl.ttl-style1 {
    font-size: 2rem;
  }
  /*_____________________________________________ [SP] Header Navigation Style */
  .acnav__link, .acnav__label {
    -webkit-box-shadow: inset 0 -1px #E0E0E0;
    box-shadow: inset 0 -1px #E0E0E0;
  }
  .acnav__label .arrow {
    color: #ffffff;
  }
  .page_nav {
    display: none;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .page_nav.is-open {
    display: block;
  }
  .sp_page_nav_toggle img.menu{
    cursor: pointer
  }
  .sp_page_nav_toggle img.close{
    position: fixed;
    z-index: 100;
    left: 0;
    text-align: left;
    top: 0;
    font-weight: bold;
    padding: 10px 735px 10px 5px;
    background-color: #0066CC;
    width: 50px;
    cursor: pointer
  }
  .sp_page_nav_toggle img.close:after{
    content: 'メニューを閉じる';
    font-size: 1.4rem;
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
  }
  .page_nav.is-open {
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    background: #F9F9F9;
    padding: 10rem 1rem 3rem;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page_nav .acnav__list{
    width: 100%;
  }
  .page_nav .acnav__list.acnav__list--level1 > li{
    margin-bottom: 1rem;
  }
  .page_nav .acnav__link, .page_nav .acnav__label {
    padding: 2rem;
    color: #333;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #E0E0E0;
    background-color: #fff;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: bold;
  }
  .page_nav .arrow:after{
    border-color: #0066CC;
    right: 3rem;
    width: 8px;
    height: 8px;
  }
  .page_nav .has-children .arrow:after, .page_nav .has-children .arrow:before {
    position: absolute;
    top: 16px;
    right: 30px;
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #999999;
    margin:auto;
  }
  .page_nav .has-children .arrow:after {
    top: 29px;
    right: 36px;
    left: auto;
    bottom: auto;
    border-right: 0;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .page_nav .has-children.is-open .arrow:before, .page_nav .has-children.is-open .arrow:after {
    -webkit-transform: rotate( 0deg);
        -ms-transform: rotate( 0deg);
            transform: rotate( 0deg);
  }
  .page_nav .has-children .acnav__label--level2.arrow:before, .page_nav .has-children .acnav__label--level2.arrow:after {
    border-width: 1px;
  }
  .page_nav .has-children.is-open .acnav__label--level2.arrow:before {
    top: -14px;
    right: 38px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .page_nav .has-children.is-open .acnav__label--level2.arrow:after {
    top: 26px;
    right: 32px;
  }
  .page_nav .has-children.is-open>.acnav__label--level2.arrow:before {
    top: 6px;
    right: 30px;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .page_nav .has-children.is-open>.acnav__label--level2.arrow:after {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    top: 30px;
    right: 30px;
  }
  .page_nav .has-children.is-open .arrow:after{
    top: 35px;
    right: 30px;
  }
  .page_nav .has-children .has-children .acnav__label{
    border:none;
  }
  .page_nav .has-children .acnav__label a{
    border-bottom: solid 1px #0066CC;
  }
  .page_nav .acnav__list.acnav__list--level2{
    border: 1px solid #E0E0E0;
    border-top:none;
  }
  .page_nav .acnav__list.acnav__list--level2 > li a{
    border:none;
    font-weight: normal;
  }
  .page_nav .acnav__list.acnav__list--level2 > li a.arrow:before,
  .page_nav .acnav__list.acnav__list--level2 > li a.arrow:after{
    display: none;
  }
  .page_nav .acnav__label .arrow{
      color:#333;
  }
  .page_nav .fs_xs a{
    display: block;
    width: 100%;
    padding: 1rem 0;
    font-size: 1.5rem;
    color: #333;
  }
  .page_nav .fs_xs a:after,
  .page_nav .fs_xs a:before{
    display: none;
  }
  .scroll-prevent {
    position: fixed;
    width: 100%;
    height: 100%;
    }
  /*_____________________________________________ [SP] Header Style */
  .page_header {
    -webkit-box-shadow: 0 5px 5px #3333330d;
    box-shadow: 0 5px 5px #3333330d;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
  }
  .page_header_desc {
    background-color: #0066CC;
  }
  .page_header_desc * {
    color: #ffffff;
    padding:0 1rem;
  }
  .page_nav .acnav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    /* 追加 */
    margin: 0 0 5rem;
  }
  /* 検索ボックス　モーダル */
  .page_search_box_area {
    display: none;
  }
  .page_search_box_area {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    background: #000000ad;
    z-index: 2;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .page_search_box {
    position: absolute;
    width: 768px;
    max-width: 90%;
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .page_search_box_area .close {
    color: #FFFFFF;
    font-size: 4rem;
    position: absolute;
    right: 0%;
    top: 10%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  /* パンくずリスト */
  .breadcrumbs_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /* IE, Edge 対応 */
    overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap;
  }
  /*_____________________________________________ [SP] side Style */
  .sidebar-box-title{
    padding:1.2rem 2rem 1.2rem 2rem;
  }
  .page_sidebar_link_item a{
    padding: 1.2rem 2rem 1.2rem 1rem;
  }
  /*_____________________________________________ [SP] Button Style */
  .btn, input[type="submit"]{
    max-width: 300px;
    width: 100%;
    white-space: normal;
  }
  .btn.btn_sx {
    width: 100%;
  }
  /*_____________________________________________ [SP] List Style */
  .li_num_step .li_item .box_border .flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* 業者を探すリスト[sp] */
  .city-list{padding: 0;}
  .city-list li{width: 41%; margin-left: 1rem;}
  /*_____________________________________________ [SP] Form Style */
  .form_contact th:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    bottom: -12px;
    top: auto;
    left: 20px;
    margin: 0 auto;
    border-width: 7px;
  }
  .form_contact th, .form_contact td {
    width: 100%;
    display: table;
    padding: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .form_contact select {
    width: 100%;
  }
  .form_contact select[name=syaken_year], .form_contact select[name=syaken_month], .form_contact select[name=syaken_date] {
    margin-bottom: 10px;
    margin-right: 3%;
  }
  .form_contact select[name=syaken_year] {
    width: 83%;
  }
  .form_contact select[name=syaken_month], .form_contact select[name=syaken_date] {
    width: 40%;
  }
  .form_search .flex {
    display: block;
  }

  /* 店舗検索 */
  .form_search label{
    width: 100%;
  }
  .form_search select{
    width: 100%;
    max-width: inherit;
    margin-right:0;
  }
  /*_____________________________________________ [SP] documents/jizei */
  .table_style .th_jizei{
    width: 40%;
  }
  /*_____________________________________________ [SP] documents/gotouti */
  .table_style .th_gotouti{
    width: 10em;
  }
  /*_____________________________________________ [SP] Table Style */
  .table_responsive th, .table_responsive td {
    width: 100%;
    display: block;
    padding: 0.5rem;
    font-size: 0.9em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* 横スクロール時　縦列のthを固定 */
  .wrap_scroll_table {
    max-width: 600px;
    overflow-x: scroll;
    -webkit-box-shadow: 0px 12px 12px #3333332e inset;
    box-shadow: 0px 12px 12px #3333332e inset;
  }
  .wrap_scroll_table table {
    margin-top: 10px;
    min-width: 600px;
    margin: 0 auto;
  }
  .wrap_scroll_table table td {}
  .wrap_scroll_table th:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
  }
  .wrap_scroll_table thead tr:first-child th:first-child:before, .wrap_scroll_table tbody th:first-child:before {
    content: '';
    border-left: 1px solid #DEDEDE;
    height: 100%;
    left: -1px;
    top: 0;
    position: absolute;
  }
  .wrap_scroll_table thead tr:first-child th:first-child:after, .wrap_scroll_table tbody th:first-child:after {
    content: '';
    border-right: 1px solid #DEDEDE;
    height: 100%;
    right: -1px;
    top: 0;
    position: absolute;
  }
  .wrap_scroll_table thead tr:first-child th:first-child {
    z-index: 100;
    background-color: #B2E4F6;
  }
    /* 横スクロール時　縦列のthを固定しない */
  .wrap_scroll_figure{
    max-width: 600px;
    overflow-x: scroll;
  }
  .wrap_scroll_figure table{
    margin-top: 10px;
    min-width: 600px;
    margin: 0 auto;
  }
  /*_____________________________________________  [SP] エリア検索 */
  .area_search dl dd {
    display: inline-block;
    width: calc(91% - 100px);
    vertical-align:sub;
  }
  .area_search dl dt {
    min-width: 80px;
    vertical-align: top;
  }
  /*_____________________________________________ [SP] haisya/地域（装飾） */
  .l_main .pref_main.mv_common_style p {
    text-indent: 15px;
    font-size: 2.3rem;
    font-weight: 900;
  }
  /*_____________________________________________ [SP] おすすめページ */
  .page_main_recommend li{
    width: 100%;
  }
  .page_main_recommend li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page_main_recommend li img{
    width: 50%;
    margin-right: 2%
  }
  /*_____________________________________________ [SP/TAB] 選ばれる３つの理由 */
  .feature li{
    width: 100%;
    margin-bottom: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .feature ol + div picture,
  .feature ol + div figcaption{
    width: 100%;
  }
   /*_____________________________________________ [SP/TAB] haisya 均等割りリセット */
   .calc3 li{
    width: 100%;
    margin-bottom: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  /*_____________________________________________ [SP/TAB] 基礎知識 */
  .guides .sp-col {
    flex-direction: row;
  }
  .guides2 .sp-col {
    flex-direction: row;
  }
  /*_____________________________________________ [SP]  */
  .scroll {
    max-width: 600px;
      overflow-x: scroll;
  }
  /*_____________________________________________ [SP] Footer Navigation Style */
  .page_footer_site_links {
    padding: 0;
  }
  .page_footer_site_links .acnav__label {
    padding: 1.5rem 1rem 1.5rem;
    display: block;
  }
  .page_footer_site_links .acnav__label {
    background-color: #FAFAFA;
  }
  .page_footer_site_links .acnav__list {
    font-size: 0;
  }
  .page_footer_site_links .acnav__list li {
    display: inline-block;
    width: calc(100% / 2);
    font-size: 1.4rem;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
  }
  .page_footer_site_links .acnav__list li a {
    padding: 0.5rem 1rem 0.5rem;
    min-height: 60px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page_footer_site_links .acnav__label {
    padding-left: 2.5rem;
    margin-right: 0;
  }
  .page_footer_site_links .acnav__label:after, .page_footer_site_links .acnav__label:before {
    border-color: #BBBBBB;
    right: auto;
    left: 1rem;
  }
  .page_footer_site_links .arrow:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .page_footer_site_links .has-children.is-open .arrow:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .page_footer_utility_links {
    padding: 2rem 0 0 0;
  }
  .page_footer_utility_links li {
    padding-bottom: 1rem;
  }
  .page_footer small {
    padding: 0 0 2rem 0;
    display: block;
  }

  /*_____________________________________________ [SP] 店舗一覧 */
  .page_main_container.tenpo_box {
    padding: 0;
    width: 95%;
  }
  .tenpo_box_wrap {
    padding: 1rem 0 0.5rem;
  }
  .tenpo_box_wrap .expand img{
    width: 100%;
  }
  .tenpo_box_right{
    max-width: 100%;
  }
  .tenpo_box_right_02{
    max-width: 100%;
  }
  /*_____________________________________________ /footer/ */
  p.gotop {
    position: fixed;
    right: 3%;
    bottom: 18%;
}
}
/* 〜560px
------------------------------ */
@media screen and (max-width: 560px){
  .sp { display: block !important}
  ol.li_num_ToC .li_item{text-indent:-1.5em;padding-left:1.5em}
  ol.li_num_ToC .li_item p{text-indent:0;padding-left:0}
  .li_num .li_item,.li_num_ToC .li_item{text-indent: -2rem;padding-left: 1.5rem;margin-bottom:8px}
  .li_disc_b li{margin-bottom:1rem}
  .li_num_circle>.li_item:after{left: -3px}
  .li_num_k{ margin-left: 0;padding-left: 0;}
  .li_num_k>.li_item{padding-left:1.8em;text-indent:0}
  .li_num_k>.li_item:before{margin-left:0;width:0}
  /*_____________________________________________ [TAB/SP] top_header */
  .top_area .sp{
    display: block;
  }
  .top_area .pc{
    display: none;
  }
  .top_area .pc-row{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top_area .pc-row > picture {
    width: calc(100% - 20px);
    max-width: 414px;
    margin: 0 auto;
  }
  .top_area .top_ttl_area{
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .balloon a.btn {
    max-width: 100%;
  }
  .btn.btn_style7, .btn.btn_style7:hover{
    max-width: 73%
  }
}
/* 〜414px
------------------------------ */
@media screen and (max-width: 414px){
  .asterisk:before {
    padding-right: 0.2em;
  }
  .li_num_ToC .li_disc_b li{
    text-indent: 0.2em;
    padding-left: 0.2em;
  }
  /*_____________________________________________ [SP] 基礎知識 */
  .guides .sp-col {
    flex-direction: column;
  }
  .guides .pc-row picture,
  .guides .pc-row > picture + div{
    width: 100%;
  }
  .scroll-hint-icon-wrap {
    z-index: 200;
  }
  .guides2 .sp-col {
    flex-direction: column;
  }
  .guides2 .pc-row picture,
  .guides2 .pc-row > picture + div{
    width: 100%;
  }
  .flex_cover{
    padding: 0 1vw;
  }
  .btn.btn_style7, .btn.btn_style7:hover{
    max-width: 100%
  }

  #pagerBox {
    margin: 15px -10px 0;
  }
}

/* 768px〜
------------------------------ */
@media screen and ( min-width: 769px) {
  .pc-type {justify-content: center; }
  .sp {display: none !important; }
  .acnav__link {visibility: hidden;}
  /* ________________________________ [PC] Header Style */
  .page_header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 85px;
  }
  /* 検索ボックス　モーダル　非表示*/
  .page_search_box_toggle {
    display: none;
  }
  .page_search_box_area .icons {
    display: none;
  }
  /*_____________________________________________ [PC] Header Navigation Style */
  .page_header .sp_page_nav_toggle {
    display: none;
  }
  .page_nav {
    background-color: #0066CC;
    color: #FFFFFF;
  }
  .page_nav span {
    color: #FFFFFF;
  }
  .page_nav span:after {
    margin-right: -5px;
  }
  .page_nav a, .page_nav li div {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
  }
  .page_nav .acnav__link0, .page_nav li div {
    padding: 1.5rem 1.2rem;
  }
  .page_nav .fs_xs {
    text-align: right;
    line-height: 1;
  }
  .page_nav .fs_xs a {
    margin-bottom: 5px;
    padding: 1.5rem 1.2rem;
  }
  .page_nav nav {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  @media (max-width: 910px) {
    .page_nav nav {
      font-size: 1.5vw;
    }
  }
  .page_nav .acnav0>.acnav__list0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 800px;
    min-width: 640px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  /*.page_nav .acnav__list--level1>li div,*/ .page_nav .acnav__list--level0>li>a {
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    padding: 1.5rem 1.2rem;
  }
 /* .page_nav .acnav__list:not(.acnav__list--level1)>li>div,*/ .page_nav .acnav__list:not(.acnav__list--level0)>li>a {
    color: #333333;
    display: block;
    text-align: center;
  }
  .page_nav .acnav__list:not(.acnav__list--level0)>li>div:hover, .page_nav .acnav__list:not(.acnav__list--level0)>li>a:hover {
    background: #E6F7FF;
    color: #0066CC;
  }
  /*_____________________________________________ [PC] Footer Style */
  .page_footer_site_links {
    padding: 3rem 2rem 6rem;
  }
  .page_footer_site_links .acnav__list--level2, .page_footer_site_links .acnav__list--level3 {
    display: block;
  }
  .page_footer_site_links .acnav__label {
    font-size: 1.5rem;
    border-bottom: 1px solid #DEDEDE;
    cursor: inherit;
    pointer-events: none;
    display: block;
  }
  .page_footer_site_links .acnav__label:after, .page_footer_site_links .acnav__label:before {
    display: none;
  }
  .page_footer_site_links .has-children {
    display: inline-block;
    width: 49%;
    vertical-align: top;
  }
  .page_footer_site_links .has-children .acnav__list li {
    display: inline-block;
    width: 49%;
    margin-right: 0.3rem;
    font-size: 1.5rem;
  }
  /*_____________________________________________ [PC] 店舗一覧 */
  .page_main_container.tenpo_box{
    margin-bottom: 2rem;
    padding: 0;
  }
  .tenpo_box_wrap{
    padding:1rem 0 0.5rem;
  }
  .tenpo_box_carnext {
    padding: 1rem 3rem 0.5rem;
  }
  /*_____________________________________________ [PC] /documents/graphic-number.php */
  .clm {
    width: 100%;
    display: table;
    table-layout: fixed;
    border-collapse: separete;
    border-spacing: 16px 0px;
  }
  .clm .cel {
    display: table-cell;
    font-size: 16px;
    line-height: 2.0;
    vertical-align: top;
  }
}
select::-ms-expand {
    display: none;
  }
/*_____________________________________________ [SP/TAB/PC] よくある質問 */
.faqs_q{
  background-color: #547AC2;
  padding-left: 4rem;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: normal;
}
.faqs_q:before{
  content: 'Q.';
  margin-right: 5px;
  position: absolute;
  left: 2rem;
}
.faqs_q:after{
  content: '回答を見る';
    color: #547AC2;
    background-color: #ffffff;
    border-radius: 3px;
    width: 15%;
    min-width: 100px;
    text-align: center;
    margin-left: 2%;
}
.is-open .faqs_q:after{
  content: '回答を閉じる';
    background-color: #ced9ea;
    color: #537bc2;
    -webkit-box-shadow: 2px 2px 2px #537bc28f inset;
            box-shadow: 2px 2px 2px #537bc28f inset;
}

.faqs_a{
  padding-left: 4rem;
  position: relative;
  display: none;
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}
.faqs_a:before{
  content: 'A.';
  color: #547AC2;
  position: absolute;
  left: 2rem;
}

@media screen and ( max-width:768px) {
  .faqs_q:after{
      margin-right: 0;
      margin-left: auto;
  }
  .faqs_q{
    padding-left: 3rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .faqs_q:before{
    left: 1rem;
  }
}

/*______________________________________________________ お客様の声 */
.reviews2 img{
    width: 50px;
    margin-right: 10px;
}
.reviews2 h3{
    margin-bottom:5px;
}
.reviews2 .border-box .border-box-item + .border-box-item{
    border-top: none;
    border-left: 1px solid #E6EDF2;
}
.reviews2 dl dt{
    position: relative;
    padding-right: 10px;
}
.reviews2 dl dt:after{
    content: '\FF1A';
    position: absolute;
    right: 0;
}
.reviews2 dl dd:first-of-type{
    margin-right: 20px;
}
@media screen and (max-width: 414px){
    .reviews2 dl{
        display: block;
        width: 100%;
    }
    .reviews2 dt{
        width: 27%;
        min-width: 65px;
        display: inline-block;
    }
    .reviews2 dd{
        /* width: 60%; */
        display: inline-block;
    }
    .reviews2 dl dd:first-of-type{
        margin-right: 0;
    }
    .reviews2 dl dt{
        padding-right: 0;
    }
}

/*______________________________________________________ こんな方にオススメ */
.recommend li img{
    max-width: 168px;
    width: 80%;
    margin-bottom: 10px;
}
.recommend li span{
    font-size: 1.3em;
    display: inline;
    background-color: #FEF29B;
    padding: 3px;
}
@media screen and (max-width: 768px){
    .recommend {
        -ms-flex-wrap:wrap;
            flex-wrap:wrap;
    }
    .recommend.border-box .border-box-item{
        width:50%;
        border-bottom: 0;
    }
    .border-box .border-box-item:nth-child(n+3){
        border-bottom: 1px solid #CADADF;
    }
    .border-box .border-box-item:nth-child(3){
        border-left: 1px solid #CADADF;
    }
}


/*______________________________________________________ ドリルダウンメニュー(SP) */

@media screen and (max-width: 960px){
  .sp-secondhandCar-prefectures{
    margin: 0 auto;
    width:100%;
    box-sizing: border-box;
  }
  .container + .sp-secondhandCar-prefectures{
    margin: 0 auto 10px;
  }
  .is-drilldown {
    position: relative;
    overflow: hidden;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    /*background: #f2f2f2;*/
    font-size: 0;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 2rem;
  }
  .is-drilldown li {
      display: inline-block;
      width: calc(100% / 3);
      font-size: 14px;
      vertical-align: top;
      margin-bottom: 5px;
      font-weight: bold;
  }
  .is-drilldown li a{
    color: #333;
    box-shadow: 0px 2px 0 #cecece;
    border: solid 1px #e7e7e7;
    box-sizing: border-box;
  }
  .is-drilldown li a:hover{
    color: #333333;
    background-color: #ffffff;
    opacity: 1;
  }
  .is-drilldown li *{
      font-size: 14px;
      line-height: 1.4;
  }
  .drilldown-mainmenu {
      list-style: none;
      position: relative;
      padding: 0;
      margin: 0;
      width: 100%;
      font-size: 0;
  }
  .drilldown .is-drilldown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    width: 100%;
    -webkit-transition: z-index 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: z-index 0.2s ease-out, -webkit-transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out, z-index 0.2s ease-out;
    transition: transform 0.2s ease-out, z-index 0.2s ease-out;
    transition: transform 0.2s ease-out, z-index 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
  .drilldown .is-drilldown-submenu-parent > div {
    position: relative;
    padding: 0;
    box-shadow: 0px 2px 0 #cecece;
    border: solid 1px #e7e7e7;
    box-sizing: border-box;
  }
  .drilldown .is-drilldown-submenu-parent > div::after {
    right: 0.8rem;
      border-top: 2px solid;
      border-right: 2px solid;
    border-color:#0066CC;
  }
  .drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    -webkit-transform: translate(-100%);
        -ms-transform: translate(-100%);
            transform: translate(-100%);
  }
  .drilldown a, .drilldown div {
    background-color: #fefefe;
    border: 1px solid #000;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 50px;
    width: 95%;
    border-radius: 4px;
    margin: 0 auto;
  }
  .drilldown .nested.is-drilldown-submenu {
    margin-right: 0;
    margin-left: 0;
    background: #fff;
    font-size: 0;
  }
  .drilldown .nested.is-drilldown-submenu li{
    font-size: 16px;
  }
  .drilldown .drilldown-submenu-cover-previous {
    min-height: 100%;
  }
  /* drilldown 見出し */
  .drilldown > li:first-child,
  .drilldown .js-drilldown-back div{
      display: block;
      width: 100%;
      padding: 1rem 0 0.8rem;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background: none;
      border-radius: 0;
  }
  /* drilldown 戻る */
  .drilldown .js-drilldown-back{
    display: block;
    text-align: center;
    width: 100%;
  }
  .drilldown .js-drilldown-back>div::after {
    left: 1rem;
    right: auto;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    border-right: 2px solid;
  }
}

/*_____________________________________________ [SP/TAB/PC] 車買取・査定情報 メーカー・車種から買取情報を探す */
.kaitoriShashuList li{
  display: inline-block;
    margin-bottom: 8px;
}
.kaitoriShashuList li:not(:last-child):after{
  content: '、';
}
.kaitoriMakerList{

}
.makerShashuList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.makerShashuList:not(:last-child){
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.makerShashuList .makerShashuList_ttl{
  margin-bottom: 10px;
  width: 100px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.makerShashuList .makerShashuList_ttl a{
    color: initial;
    text-decoration: underline;
}
.makerShashuList dd{
  width: 100%;
}

.makerShashuList ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.makerShashuList ul li {
  /*width: calc(100% / 3);*/
  margin-bottom: 5px;
  padding-right: 20px;
  box-sizing: border-box;
}
.makerShashuList ul li a{
    font-size: 14px;
}

.makerShashuList ul li a:hover{
    border-bottom: #2D67C5 1px solid;
}

.makerShashuList .makerShashuList_ttl{
    max-width: 150px;
    width: 100%;
    padding-right: 10px;
    box-sizing: border-box;
    font-size: 14px;
}
@media screen and (max-width: 960px) {
  .makerShashuList{
    display: block;
    margin-bottom: 0;
  }
  .makerShashuList .makerShashuList_ttl{
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    border-top: 5px solid #7fc7e7;
    border-bottom: 1px solid #E6EDF2;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
    padding: 17px 0 17px;
    border-radius: 4px 4px 0 0;
  }
  .makerShashuList .makerShashuList_ttl a{
    display: block;
    color: initial;
  }
  .makerShashuList ul{
  }
  .makerShashuList ul li{
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 0;
    position: relative;
    }
    .makerShashuList ul li:nth-child(odd){
    border-right: #E6EDF2 1px solid;
    }
    .makerShashuList ul li:nth-child(odd):before{
      content: "";
      display: block;
      width: 200%;
      height: 1px;
      background-color: #E6EDF2;
      position: absolute;
      bottom: 0;
    }
  .makerShashuList ul li a{
      padding: 12px 5px;
      display: inline-block;
      word-break: break-all;
      width: 100%;
  }
  .makerShashuList li a:hover{
      border-bottom:none;
  }
}

/*_____________________________________________ [SP/TAB/PC] 人気の廃車専門業者ランキング */
.shopranking{
}

.shopranking .rankWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.shopranking .rankWrap .rank-box{
    padding-top: 20px;
    width: calc(100% / 3);
}
.shopranking .rankWrap .rank-box:not(:last-child){
    padding-bottom: 15px;
}
.shopranking .rankWrap .rank-box a{
    display: block;
    max-width: 180px;
    margin: 0 auto;
    position: relative;
}
.shopranking .rankWrap .rank-box img.rank-icon{
    height: 40px;
    position: absolute;
    left: -10px;
    top: -10px;
}
.shopranking .rankWrap .rank-box img:not(.rank-icon){
    max-width: 160px;
}
@media screen and ( max-width:960px) {
  .shopranking .rankWrap{
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .shopranking .rankWrap .rank-box{
    width: 100%;
  }
  .shopranking .rankWrap .rank-box:not(:last-child){
      border-bottom: 1px solid #ddd;
  }
  .shopranking .rankWrap .rank-box a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 100%;
  }
  .shopranking .rankWrap .rank-box a .btm01{
    margin-bottom: 0;
    padding-right: 15px;
  }
  .shopranking .rankWrap .rank-box a .btm01 + div{

  }
  .shopranking .rankWrap .rank-box a h3,
    .shopranking .rankWrap .rank-box a p{
    text-align: left;
    font-size: inherit;
  }
  .shopranking .rankWrap .rank-box a p{
    font-size: 12px;

  }
  .shopranking .rankWrap .rank-box img:not(.rank-icon){
    width: 30vw;
  }
  .shopranking .rankWrap .rank-box img.rank-icon{
    max-width: 25px;
    height: auto;
  }
}
/*_____________________________________________ [SP/TAB/PC] 人気の廃車専門業者ランキング サイドバー */
.Onlysidebar-box .rankWrap {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.Onlysidebar-box.shopranking .rankWrap .rank-box{
      border-top: 1px solid #CADADF;
      width: 100%;
      border-bottom: 0;
      padding: 0;
}
.Onlysidebar-box.shopranking .rankWrap .rank-box a{
  max-width: initial;
}
.Onlysidebar-box.shopranking .rankWrap .rank-box a{
  padding: 15px;
}
.Onlysidebar-box.shopranking .rankWrap .rank-box img.rank-icon{
    height: 30px;
    position: absolute;
    left: 10px;
    top: 10px;
}

/*_____________________________________________ [SP/TAB/PC] 広告・ フローコンテンツ デザイン */
.page_container_ad{
    border-top: 10px solid;
    border-color: cadetblue;
    background-color: aliceblue;
    border: 1px solid #ddd;
    box-sizing: border-box;
    position: relative;
    padding: 0;
}
.page_container_ad h2{
    padding: 0.75em 0.5em;
    border-left: solid 2em #3c92c1;
    position: relative;
    background-color: #333;
    color: #fff;
}
.page_container_ad h2:before {
    content: '';
    display: block;
    position: absolute;
    top: 0.6em;
    left: -1.5em;
    width: 13px;
    height: 5px;
    top: 47%;
    border-left: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
}
.page_container_ad .page_container_ad_box{
    padding:1em;
}
.page_container_ad .page_container_ad_box .pc-row{
    justify-content: space-between;
}
.page_container_ad .page_container_ad_box .pc-row > div:nth-child(1){
    width: 30%;
}
.page_container_ad .page_container_ad_box .pc-row > div:nth-child(2){
    width: calc(70% - 15px);
}
@media screen and (max-width: 768px){
  .page_container_ad .page_container_ad_box .pc-row > div:nth-child(1){
    width: 50%;
  }
  .page_container_ad .page_container_ad_box .pc-row > div:nth-child(2){
    width: 100%;
  }
}

/*_____________________________________________ [SP/TAB/PC] 車買取の申込ランキング */
.monthly-ranking .rank_num{
    font-weight: bold;
    margin-right: 13px;
    white-space: nowrap;
    width: 36px;
    text-align: center;
}
.monthly-ranking-ttl{
    font-size: 2.2rem;
    padding-bottom: 0.8rem;
    text-shadow: 0px 2px #fff;
  align-items: center;
}
.rank-high{
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #fff;
}
.rank-high .pc-row{
  align-items: center;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-bottom: none;
}
.rank-high .pc-row:nth-child(1){
  grid-column:1 / 2;
  grid-row:1 / 3;
  border-right: none;
}
.rank-high .pc-row:nth-child(2){
  grid-column:2 / 3;
  grid-row:1 / 2;
    margin-right: 0;
    margin-left: auto;
}
.rank-high .pc-row:nth-child(3){
  grid-column:2 / 3;
  grid-row:2 / 3;
    margin-right: 0;
    margin-left: auto;
}
.rank-high .rank_num-img{
    max-width: 30px;
}
.rank-high .rank_carname{
    font-size: 18px;
    font-weight: bold;
    margin-left: 10px;
}
.rank-low {
    width: 100%;
    box-sizing: border-box;
}
.rank-low .monthly-ranking-list{
  width: 50%;
}
.rank-low .monthly-ranking-list .pc-row{
    border: 1px solid #ddd;
    padding: 10px 10px;
    width: 100%;
    box-sizing: border-box;
    border-bottom: none;
    font-size: 14px;
}
.rank-low .monthly-ranking-list:not(:nth-child(even)) .pc-row{
  border-right: none;
}
.rank-low{
    border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 768px){
  .monthly-ranking-ttl{
    display: block;
  }
  .monthly-ranking-ttl span{
    display: block;
  }
  .monthly-ranking-ttl span:nth-child(2){
    font-size: 0.8em;
  }
  .rank-high{
    display: block;
  }
  .rank-high .pc-row{
    width: 100%;
  }
  .rank-high .rank_carname{
    font-size: inherit;
  }
  .rank-low{
    display: block;
  }
  .rank-low .monthly-ranking-list{
    width: 100%;
    border: none;
  }
  .rank-high .pc-row:nth-child(1),
  .rank-low .monthly-ranking-list:not(:nth-child(even)) .pc-row{
    border-right: 1px solid #ddd;
  }
}

/*_____________________________________________ 車種のグレード別買取ランキング */
.wrap_scroll_table .bestSellingGrade_tbl{
  min-width: 700px;
}
.wrap_scroll_table .bestSellingGrade_tbl thead tr th,
.wrap_scroll_table .bestSellingGrade_tbl  tr td{
    font-size: 14px;
    padding: 1.25rem 1rem;
}
.wrap_scroll_table .bestSellingGrade_tbl thead tr:first-child th:first-child,
.wrap_scroll_table .bestSellingGrade_tbl tbody th{
    width: 5%;
    min-width: 60px;
}
.wrap_scroll_table .bestSellingGrade_tbl tr th:nth-of-type(2),
.wrap_scroll_table .bestSellingGrade_tbl tr td:nth-of-type(1){
  width: 30%;
}
.wrap_scroll_table .bestSellingGrade_tbl tr th:nth-of-type(3),
.wrap_scroll_table .bestSellingGrade_tbl tr td:nth-of-type(2){
    width: 10%;
    width: 70px;
}
.wrap_scroll_table .bestSellingGrade_tbl tr th:nth-of-type(4),
.wrap_scroll_table .bestSellingGrade_tbl tr td:nth-of-type(3){
    width: 25%;
    min-width: 160px;
}
.wrap_scroll_table .bestSellingGrade_tbl tr th:nth-of-type(5),
.wrap_scroll_table .bestSellingGrade_tbl tr td:nth-of-type(4){
    width: 10%;
    width: 60px;
}
.wrap_scroll_table .bestSellingGrade_tbl tr th:nth-of-type(6),
.wrap_scroll_table .bestSellingGrade_tbl tr td:nth-of-type(5){
  width: 20%;
}
.wrap_scroll_table .bestSellingGrade_tbl th:first-child{
    position: -webkit-sticky;
    position: sticky;
    left: 0;
}
.wrap_scroll_table .bestSellingGrade_tbl tbody tr:first-of-type th{
  background-color:#dab807;
  color: #fff;
}
.wrap_scroll_table .bestSellingGrade_tbl tbody tr:nth-of-type(2) th{
  background-color:#949494;
  color: #fff;
}
.wrap_scroll_table .bestSellingGrade_tbl tbody tr:nth-of-type(3) th{
  background-color:#de9235;
  color: #fff;
}

/*_____________________________________________ [SP/TAB/PC] お得に車を買取してもらうためのコツ */
.each-box{
  border: 2px solid #0f2f71;
}
.each-box-ttl {
    padding:10px;
    position: relative;
    box-sizing: border-box;
    background-color: #0f2f71;
}
.each-box-ttl span{
  display: block;
}
.each-box .acnav__list{
  display: none;
}

.each-box-list{
  counter-reset: item;
}
.each-box-list .has-children {
    padding: 8px 0 8px 0px;
    border-bottom: dotted 1px #CCCCCC;
}
.each-box-list .has-children .acnav__label:hover{
  cursor: pointer;
}
.each-box-list .tenpo_box_right_02{
  max-width: initial;
  width: calc(100% - 170px);
}
.each-box .acnav__label {
    position: relative;
    padding-left: 84px;
    padding-right: 12px;
}
.each-box .acnav__label:before{
    counter-increment: item;
    content: 'POINT 'counter(item);
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    background-color: #a37e10;
    font-size: 12px;
    width: 75px;
    text-align: center;
    border-radius: 10px;
}

.each-box .acnav__label:after{
  content: '▼';
  color:#0f2f71;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 13px;
}
.each-box .acnav__label.numNone{
  padding-left: 18px
}
.each-box .acnav__label.numNone:before{
  display: none;
}
.each-box .acnav__label.numNone:after{
  right: inherit;
  left: 0;
}
.each-box-list .is-open .acnav__label:after{
  content: '▲';
}
.each-box-list .acnav__list{
  margin-top: 10px;
}
.each-box-list .acnav__list .red{
  font-weight: normal;
}
@media screen and (max-width: 768px){
  .each-box-list .acnav__link,
  .each-box-list .acnav__label{
    border:none;
    box-shadow: none;
  }
  .each-box-list .tenpo_box_right_02{
    width: 100%;
  }
}

/*_____________________________________________ [SP/TAB/PC] 車買取の申込ランキング サイドバー */
.l_sidebar .rank-high,
.l_sidebar .rank-low{
  display: block;
}
.l_sidebar .rank-low .monthly-ranking-list .pc-row,
.l_sidebar .rank-high .pc-row{
    border: none;
    border-top: 1px solid #CADADF;
}
.l_sidebar .rank-high .pc-row{
    padding: 0;
}
.l_sidebar .rank-low .monthly-ranking-list .pc-row{
    padding:0;
}
.l_sidebar .rank_carname{
    width: 100%;
}
.l_sidebar .rank_carname a{
    display: block;
    padding: 10px 6px 10px 0;
}
.l_sidebar .rank-high .rank_carname{
  font-size: inherit;
  margin-left: 16px;
}
.l_sidebar .monthly-ranking .rank_num {
    font-weight: bold;
    margin-right: 13px;
    white-space: nowrap;
    width: 36px;
    padding: 10px 0 10px 0;
}
.l_sidebar .rank-high .rank_num-img{
  max-width: 25px;
}
.l_sidebar .rank-low .monthly-ranking-list{
  width: 100%;
}
.l_sidebar .rank-low{
  border-bottom: none;
}

.l_sidebar .rank-low .monthly-ranking-list .pc-row{
  border-left: none;
  border-right: none;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/*_____________________________________________ [SP/TAB/PC] 車買取の申込ランキング サイドバー */
/*_____________________________________________ 流れ */
.steps .pc-row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
}
.steps .pc-row li {
    width: calc(100% / 4 - 30px);
    position: relative;
}
.steps .pc-row li:not(:last-child):after{
  content: '';
    position: absolute;
    right: -26px;
    top: 50%;
    color: #f5514d;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #f6514c;
}
.steps .pc-row li div:nth-child(1){
    border: 1px solid #dedcdc;
    margin-bottom: 5px;
}
.steps li img{
    border: 3px solid #fff;
    box-sizing: border-box;
}
.steps li h3{
    color: #143c85;
    text-align: center;
    margin-bottom: 4px;
    font-size: 13px;
}
.steps li h3 + p{
  font-size: 12px;
  line-height: 1.4;
}
@media screen and (max-width: 768px){
  .steps .pc-row{
    display: block;
    padding-top: 15px;
  }
  .steps .pc-row li{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
              align-items: flex-start;
      width: 100%;
      margin-bottom: 40px;
  }
  .steps .pc-row li > div:nth-child(1){
    width: 120px;
      margin-right: 10px;
  }
  .steps .pc-row li > div:nth-child(2){
    width: calc(100% - 130px);
  }
  .steps li h3{
    text-align: left;
    font-size: 15px;
  }
  .steps .pc-row li:not(:last-child):after{
      right: 0;
      left: 0;
      top: inherit;
      content: '';
      margin: 0 auto;
      bottom: -35px;
      width: 0;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-top: 12px solid #f6514c;
  }
}

/*_____________________________________________ [SP/TAB/PC] usedcar 人気中古車ランキング */
.best-cars-ranking {
    counter-reset: rankNum;
}
.best-cars-ranking .ranking-item{
  position: relative;
  padding: 20px 20px 15px;
}
.best-cars-ranking:not(.pc-row) .ranking-item{

    display: grid;
    grid-gap: 10px;
    grid-template-columns: 180px 1fr;

}
.best-cars-ranking .ranking-item:after{
    counter-increment: rankNum;
    position: absolute;
    top:0;
    left: 10px;
    display: inline-block;
}
.best-cars-ranking .ranking-item:nth-child(-n+3):after{
    content: '';
    width: 34px;
    height: 34px;
    display: inline-block;
    background: no-repeat left top / contain;
}
.best-cars-ranking .ranking-item:nth-child(1):after{
    background-image: url('/images/ranking/rank_1.png');
}
.best-cars-ranking .ranking-item:nth-child(2):after{
    background-image: url('/images/ranking/rank_2.png');
}
.best-cars-ranking .ranking-item:nth-child(3):after{
    background-image: url('/images/ranking/rank_3.png');
}
.best-cars-ranking .ranking-item:nth-child(n+4):after{
    content: counter(rankNum);
    color: #2f5ebf;
    background-color: #dfe8ff;
    width: 22px;
    height: 22px;
    top: 10px;
    line-height: 1.8;
    font-size: 12px;
    text-align: center;
    border-radius: 100px;
}

.best-cars-ranking .ranking-carimg{
    width: 100%;
    align-self: flex-start;
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    margin: 0 auto;
}
.best-cars-ranking .ranking-desc{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.best-cars-ranking .ranking-desc h3 span{
    font-size: 12px;
    font-weight: normal;
    white-space: nowrap;
}
.best-cars-ranking .ranking-desc h3 + p,
.best-cars-ranking .ranking-desc h3 + p em,
.best-cars-ranking .ranking-desc h3 + p em span{color: #CB5454;}
.best-cars-ranking .ranking-desc h3 + p,
.best-cars-ranking .ranking-desc h3 + p em span{font-size: 12px;}
.best-cars-ranking .ranking-desc h3 + p em{font-size: 1.2em; white-space: nowrap;}

.best-cars-ranking .ranking-desc + p{
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    margin-right: 0;
    margin-left: auto;
    text-align: right;
    line-height: 1.2;
    margin-top: auto;
}
.best-cars-ranking .article-arrow-right{
    font-size: 12px;
    padding-right: 1.2rem;
    display: inline-block;
}
.best-cars-ranking .article-arrow-right:before{
    width: 6px;
    height: 6px;
    border-top: solid 2px #2D67C5;
    border-right: solid 2px #2D67C5;
    bottom: 0;
    top: 5px;
    margin-top: 0;
}
@media screen and (max-width: 768px){
    .best-cars-ranking .ranking-item:nth-child(-n+3):after{
        width: 20px;
        height: 30px
    }
    .best-cars-ranking .ranking-item:nth-child(n+4):after{
        width: 18px;
        height: 18px;
        top: 5px;
        font-size: 11px;
    }
    .best-cars-ranking:not(.pc-row) .ranking-item{
        padding: 20px 10px 15px 5px;
        grid-template-columns: 1.5fr 3fr;
    }
    .best-cars-ranking .ranking-carimg{
        grid-row: 1 / 2;
    }
    .best-cars-ranking .ranking-desc h3{
        font-size: 12px;
    }
    .best-cars-ranking .ranking-desc + p{
        grid-column: 1 / 3;
    }
}

.uc_ui_sidebar .uc_ui_sidebar_title{
    padding: 20px 10px 15px;
    color: #565E6B;
    font-size: 14px;
}
.uc_ui_sidebar li:not(.page_sidebar_link_item) {
    border-left: solid #CADADF;
    border-width: 4px;
    display: block;
    padding: 4px 5px;
}
.uc_ui_sidebar li:not(.page_sidebar_link_item) a{
    font-size: 12px;
}
.uc_ui_sidebar li:not(.page_sidebar_link_item) a b{
    color: inherit;
    font-weight: normal;

}
.uc_ui_sidebar li:last-child:not(.page_sidebar_link_item){
    padding-bottom: 10px;
}
.uc_ui_sidebar li.page_sidebar_link_item a{
    padding: 8px 10px 8px 0;
    font-size: 13px;
}
.uc_ui_sidebar li.page_sidebar_link_item [class="page_sidebar_link_item"] .arrow.arrow_triangle:after{
    right: 0;
}

@media screen and (max-width: 960px){
    .uc_ui_sidebar.sp_swipe,
    .uc_ui_sidebar.sp_tab{
        width: 100%;
        border-radius: 0;
        border-width: 1px 0;
    }
    .uc_ui_sidebar.sp_swipe h2{
        padding: 0;
        width: calc( 345 / 375 * 100%);
        margin: 16px auto;
    }
    .uc_ui_sidebar.sp_swipe ul{
        display: flex;
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        padding-right: 20px;
    }
    .uc_ui_sidebar.sp_swipe li{
        border-left: none;
        min-width: 150px;
    }
    .uc_ui_sidebar.sp_swipe li a{
        border: #CADADF 1.5px solid;
        display: block;
        border-radius: 4px;
        padding: 12px 5px;
        box-sizing: border-box;
        font-size: 11px;
    }
    .uc_ui_sidebar.sp_swipe li img{
        max-width: 75px;
        margin: 0 auto 8px;
    }
    .uc_ui_sidebar.sp_swipe li a b{
        font-weight: 600;
        display: block;
    }
}

/*_____________________________________________ [SP/TAB/PC] サイドバー */
.l_sidebar .Onlysidebar-box{
    border:#CADADF 1px solid;
}
.l_sidebar .Onlysidebar-box .section-sub-title {
    margin: 15px;
}
.l_sidebar .Onlysidebar-box .section-sub-title span {
    margin-top: 0;
    font-size: 15px;
}
.l_sidebar .Onlysidebar-box .monthly-ranking-list .pc-row{
    padding: 0px 10px;
}

/*_____________________________________________ 中古車購入ガイド/中古車買取・査定ガイド */

.ucguide-head{
    border-top: 1px solid #e5edf2;
    margin-top: 2rem;
    border-bottom: 4px solid #E6EDF2;
    margin-bottom: 5.5rem;
}
.ucguide-head .content_wrap{
    display: flex;
    justify-content: space-between;
    margin: 0 auto 1rem;
    padding-top: 1.2rem;
    position: relative;
    align-items: center;
    gap: 15px;
    overflow: hidden;
}

.ucguide-headttl{
    display: flex;
    align-items: center;
}
.ucguide-headttl img{
    max-width: 165px;
    margin-right:1rem;
    margin-top: -2rem;
}
.ucguide-headttl span{
    font-size: 1rem;
    color: #43a6d0;
}
.ucguide-headttl .ttl{
    font-size: 3.2rem;
    white-space: nowrap;
    line-height: inherit;
}

.ucguide-headbody{
    max-width: 600px;
    font-size: 1.2rem;
    line-height: 1.6;
}

.ucguide-headtabbox{
    box-shadow: 0 3px 0px #E6EDF2;
    padding-bottom: 0.5rem;
    padding-top: 1rem;
}
.ucguide-headtabbox ul{
    max-width: 1080px;
    margin: 0 auto;
    display: table;
    width: 100%;
    border-collapse: collapse;
}
.ucguide-headtabbox ul li{
    display: table-cell;
    border: 1px solid #E6EDF2;
    border-width: 0 1px;
}
.ucguide-headtabbox ul li a{
    display: block;
    text-align:center;
    position: relative;
    padding: 0.4rem 0.8rem;
    color: #3C424C;
    font-size: 1.4rem;
    text-decoration: none;
}
.ucguide-headtabbox ul li:hover a{
    color: #43a6d0;
    opacity: 1;
}
.ucguide-headtabbox ul li a.current{
    color: #43a6d0;
    font-weight: 600; 
}
.ucguide-headtabbox ul a:hover:after,
.ucguide-headtabbox ul li a.current:after{
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: #7EC8E8;
    position: absolute;
    bottom: -0.8rem;
    left: 0;
}
.uc_article_headline{
    font-size:3rem;
    line-height: 4rem;
    color: #1E3143;
    margin-bottom:3rem;
}

.uc_article_cattitle{
    font-size:3rem;
    line-height: 4rem;
    color: #1E3143;
    margin-bottom:3rem;
}

.uc_article_databar{
    margin-bottom:0.8rem;
    color: #666;
    font-size: 1.2rem;
    display: block;
}

.uc_article_cat_cont{
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}
.uc_article_cat_item{
    background-color: #8195cd;
    display: inline-block;
    padding: 0.3rem 1rem;
    margin: 0 0 0.1rem 0.3rem;
    border-radius: 50px;
    color: #fff;
    font-size: 10px;
}
.uc_article_cat_item:hover{
    color: #fff;
}

.uc_article {
    width: 100%;
    border-bottom: 1px solid #DAE1E6;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}
.uc_article:hover a{
    opacity: 0.9;
}

.uc_article_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.uc_article .thumbnail{
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.8rem;
    background: #f9f9f9;
}
.uc_article .thumbnail img{
    position: absolute;
    height: 100%;
    max-width: initial;
    right: 0;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: 0 auto;
}
.uc_article .uc_title h2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 0.5rem;
    position: relative;
}
.uc_article .uc_title_body{
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 1.5rem;
}
.uc_article:nth-of-type(n+6) .uc_title h2{
    -webkit-line-clamp: 1;
}
.uc_article:nth-of-type(n+6) a{
    display: flex;
    gap: 15px;
    flex-wrap: nowrap;
}
.uc_article a{
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
}

.uc_article .thumbnail{
    width: 150px;
    height: 125px;
}

.uc_article .uc_title {
    width: calc(100% - 160px);
}
@media screen and (min-width: 960px){
  .uc_article:nth-of-type(-n+5) {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .uc_article:nth-of-type(-n+5) a{
    display: block;
  }
  .uc_article:nth-of-type(-n+5) .thumbnail{
    width: 100%;
  }
.uc_article:nth-of-type(-n+5) .uc_title {
    width: initial;
  }
  .uc_article:nth-of-type(-n+2){
      width: calc(100% / 2 - 15px);
      margin-bottom: 2rem;
  }
  .uc_article:nth-of-type(2){
      margin: 0 0 0 auto;
  }
  .uc_article:nth-of-type(-n+2) .thumbnail{
      height: 265px;
  }
  .uc_article:nth-of-type(-n+2) .uc_title h2,
  .uc_article:nth-of-type(-n+2) .uc_title h3 {
      font-size: 1.2em;
  }
  .uc_article:nth-of-type(n+3):nth-of-type(-n+5) {
      width: calc(100% / 3 - 15px);
      margin-bottom: 3rem;
  }
  .uc_article:nth-of-type(n+3):not(:nth-of-type(3)):nth-of-type(-n+5){
      margin-left:20px;
  }
  .uc_article:nth-of-type(n+3):nth-of-type(-n+5) .thumbnail{
      height: 175px;
  }
  .uc_article:nth-of-type(-n+5) .uc_article_cat_cont,
  .uc_article:nth-of-type(-n+5) .uc_title_body{
      display: none;
  }
}

@media screen and (max-width: 960px){
  .ucguide-head .content_wrap{
    flex-direction: column;
  }
  .uc_article .uc_title{
    width:calc(100% - 80px);
  }
  .uc_article .uc_title h2.new:before,
  .uc_article .uc_title h3.new:before {
    padding:0.2rem 0.4rem;
  }
  .uc_article .thumbnail{
    width: 80px;
    height: 70px;
    margin-bottom: 0;
  }
  .uc_article .uc_title h2,
  .uc_article .uc_title h3 {
    font-weight: normal;
    font-size: 1.4rem;
  }
  .uc_article_databar{
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px){
 .ucguide-head{
      margin-bottom: 4rem;
  }
  .ucguide-headttl .ttl {    
    white-space: normal;
    font-size:6vw;
  }
  .ucguide-headttl span{
    white-space: nowrap;
    font-size: 10px;
  }
  .ucguide-headttl img{
    width: 40%;
  }
  .uc_article_headline{
    font-size: 2.8rem;
  }
  .uc_article_cattitle{
    font-size: 2rem;
  }
}

/*_____________________________________________ 買取　CSSバナー デザイン1 */
/* ボタン * */
.cv_kaitori_btn{
    background: #f05733;
    border-color: #f05733;
    font-size: 20px;
    padding: 1.2rem 1.25rem;
    border: none;
    max-width: 100%;
    width: 100%;
    text-shadow: 0 -2px 0 #d20100;
    border: 1px solid #ff011b;
    -webkit-box-shadow:inset 0 1px 0px rgb(255 255 255 / 60%), 0 5px 10px rgb(0 0 0 / 10%);
            box-shadow:inset 0 1px 0px rgb(255 255 255 / 60%), 0 5px 10px rgb(0 0 0 / 10%);
    margin:0;
}
/* デザイン */
.cv_kaitori_btn:hover{
    cursor: pointer;
}
.cv_kaitori_btn.arrow{
    padding: 1.2rem 3rem 1.25rem 1.25rem;
}
.cv_kaitori_btn.arrow:after{
    border-width: 2px;
    width: 6px;
    height: 6px;
}

.cv_kaitori_shashu2{
    background: url(/images/kaitori/top-mv-background.png) bottom 0 right 0px / 250px 100px no-repeat #e6f8ff;
    padding: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #c0e1ee;
    box-sizing: border-box;
    max-width: 780px;
    width: 100%;
    margin: 30px auto 60px;
    position: relative;
}
.cv_kaitori_shashu2:after{
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: -2px;
    border-top: 15px solid transparent;
    border-right: 15px solid #3b367c;
    border-bottom: 15px solid transparent;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.cv_kaitori_shashu2 .cv_kaitori_ttl span{
    font-size: 20px;
    color: #3b377c;
    margin-bottom: 8px;
    display: inline-block;
}
.cv_kaitori_shashu2 .cv_kaitori_grid{
    -ms-grid-columns: 1.5fr 1fr;
    grid-template-columns: 1.5fr 1fr;
    -ms-grid-rows:100px 60px 70px;
    grid-template-rows:100px 60px 70px;
    display: -ms-grid;
    display: grid;
}
.cv_kaitori_shashu2 .cv_kaitori_grid > *:nth-child(1){
    text-align: left;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.cv_kaitori_shashu2 .cv_kaitori_grid > *:nth-child(2){
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}
.cv_kaitori_shashu2 .cv_kaitori_grid > *:nth-child(3){
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}
.cv_kaitori_shashu2 .cv_kaitori_grid > *:nth-child(4){
    -ms-grid-row: 2;
    -ms-grid-column: 2;
}
.cv_kaitori_shashu2 .cv_kaitori_grid > *:nth-child(5){
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}
.cv_kaitori_shashu2 .cv_kaitori_grid > *:nth-child(6){
    -ms-grid-row: 3;
    -ms-grid-column: 2;
}
.cv_kaitori_shashu2 .container{
    margin-bottom: 0;
}
.cv_kaitori_shashu2 .cv_kaitori_ttl {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    text-align: center;
}
.cv_kaitori_shashu2 .cv_kaitori_txt{
    line-height: 1.5;
    font-size: 14px;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    text-align: center;
}
.cv_kaitori_shashu2 .cv_kaitori_carImg {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
}
.cv_kaitori_shashu2 .cv_kaitori_carImg img{
    height: 100%;
    width: initial;
    margin: 0 auto;
    display: block;
}
.cv_kaitori_shashu2 .cv_kaitori_carImg.cv_shashu{
  text-align: right;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/*.cv_kaitori_shashu2 .cv_kaitori_carImg.cv_shashu:after{
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(/images/cv_badge_kouka.png) center / contain no-repeat transparent;
}*/
.cv_kaitori_shashu2 .cv_kaitori_carImg.cv_shashu img{
    max-width: 300px;
    padding: 0rem 0rem 1rem 0rem;
    box-sizing: border-box;
}
.cv_kaitori_shashu2 .cv_kaitori_toForm{
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 3;
}

.cv_kaitori_shashu2 .cv_kaitori_btn span{
    background-color: #fff;
    color: #f05733;
    text-shadow: none;
    font-size: 13px;
    padding: 0.3rem 1rem;
    display: inline-block;
    border-radius: 100px;
    vertical-align: middle;
    margin-right: 1.5rem;
}
.cv_kaitori_shashu2 .cv_kaitori_ttl img.pc{
    display: block;
}
.cv_kaitori_shashu2 .cv_kaitori_ttl img.sp{
    display: none;
}
@media screen and (max-width: 960px){
    .cv_kaitori_shashu2{
        padding:2rem 0;
    }
}
@media screen and (max-width: 768px){
    .cv_kaitori_shashu2 .cv_kaitori_carImg img{
      height: auto;
    }
    .cv_kaitori_shashu2 .cv_kaitori_ttl img.pc{
        display: none;
    }
    .cv_kaitori_shashu2 .cv_kaitori_ttl img.sp{
        display: block;
    }
    .cv_kaitori_shashu2 .cv_kaitori_grid{
        -ms-grid-rows:initial;
        grid-template-rows:initial;
        max-width: 500px;
    }
    .cv_kaitori_shashu2 .cv_kaitori_ttl{
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        margin-bottom: 1.5rem;
    }
    .cv_kaitori_shashu2 .cv_kaitori_ttl span {
        font-size: 14px;
    }
    .cv_kaitori_shashu2 .cv_kaitori_txt{
        margin-bottom: 1.5rem;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        text-align: left;
   }
    .cv_kaitori_shashu2 .cv_kaitori_carImg{
        position: relative;
        width: 60vw;
        max-width: 280px;
        right: -10%;
    }
    .cv_kaitori_shashu2 .cv_kaitori_carImg{
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        grid-row: 1 / 4;
    }
    .cv_kaitori_shashu2 .cv_kaitori_carImg {
      right: 0;
      width: 100%;
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      grid-row: 1 / 2;
    }
    .cv_kaitori_shashu2 .cv_kaitori_carImg.cv_shashu:after{
      width: 15vw;
      max-width: 80px;
      height: 15vw;
      max-height: 80px;
    }
    .cv_kaitori_shashu2 .cv_kaitori_carImg.cv_shashu img{
      width: 100%;
    }
    .cv_kaitori_shashu2 .cv_kaitori_toForm{
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1 / 4;
    }
}
@media screen and (max-width: 560px){
    .cv_kaitori_shashu2 .cv_kaitori_grid{
        -ms-grid-rows:1fr;
        grid-template-rows:1fr;
        -ms-grid-columns: 2fr 1.5fr;
        grid-template-columns: 2fr 1.5fr;
    }
    .cv_kaitori_shashu2 .cv_kaitori_grid > *:nth-child(1){
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        margin-right: 1rem;
    }
    .cv_kaitori_shashu2 .cv_kaitori_grid > *:nth-child(2){
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
    .cv_kaitori_shashu2 .cv_kaitori_txt{
        font-size: 12px;
    }
    .cv_kaitori_btn{
        font-size: 4vw;
    }
    .cv_kaitori_shashu2 .cv_kaitori_carImg{
        position: relative;
        width: 100%;
        max-width: 420px;
        bottom: 0;
        top: initial;
    }
    .cv_kaitori_shashu2 .cv_kaitori_txt{
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/3;
        margin-bottom: 1rem;
    }
    .cv_kaitori_shashu2 .cv_kaitori_btn span{
      text-align: center;
      margin: 0 0.5rem 0.25rem auto;
      padding: 0.25rem 1rem;
      font-size: 3vw;
    }
}
@media screen and (max-width: 414px){
    .cv_kaitori_shashu2{
      padding:1rem 0 1rem;
    }
    .cv_kaitori_shashu2 .cv_kaitori_ttl span {
      font-size: 3.5vw;
      padding: 1rem 0 0;
    }
    .cv_kaitori_shashu2 .cv_kaitori_carImg{
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2;
    }
    .cv_kaitori_shashu2 .cv_kaitori_txt{
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
    }
    .cv_kaitori_btn {
        font-size: 4vw;
    }
}

/*_____________________________________________ 買取　CSSバナー デザイン2 */
.cv_kaitori_shashu3{
    background: rgb(88,131,196);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(88,131,196,1)), color-stop(50%, rgba(100,140,203,1)));
    background: -o-linear-gradient(bottom, rgba(88,131,196,1) 50%, rgba(100,140,203,1) 50%);
    background: linear-gradient(0deg, rgba(88,131,196,1) 50%, rgba(100,140,203,1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5883c4",endColorstr="#648ccb",GradientType=1);
    padding: 22px 20px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1080px;
    width: 100%;
    margin: 30px auto 60px;
    position: relative;
}
.cv_kaitori_shashu3 .cv_kaitori_grid{
    -ms-grid-columns: 2.3fr 1.7fr;
    grid-template-columns: 2.3fr 1.7fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
}
.cv_kaitori_shashu3 .cv_kaitori_grid > *:nth-child(1){
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.cv_kaitori_shashu3 .cv_kaitori_grid > *:nth-child(2){
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}
.cv_kaitori_shashu3 .cv_kaitori_ttl span{
    margin-bottom: 1rem;
    display: inline-block;
}
.cv_kaitori_shashu3 .cv_kaitori_ttl{
    max-width: 350px;
    margin: 0 10px 0 auto;
}
.cv_kaitori_shashu3 .cv_kaitori_ttl span,
.cv_kaitori_shashu3 .cv_kaitori_txt,
.cv_kaitori_shashu3 .cv_kaitori_toForm a{
    color: #fff;
}
.cv_kaitori_shashu3 .cv_kaitori_txt{
    text-align: left;
    font-size: 13px;
    line-height: 1.6;
    margin-right: 8%;
    margin-top: 20px;
}
.cv_kaitori_shashu3 .cv_kaitori_carImg{
    max-width: 300px;
    margin-right: auto;
    margin-left: 10px;
    margin-bottom: -25px;
}
.cv_kaitori_shashu3 .cv_kaitori_toForm a{
    font-size: 17px;
}

@media screen and (max-width: 768px){
    .cv_kaitori_shashu3{
        padding: 22px 0 15px;
    }
    .cv_kaitori_shashu3 .cv_kaitori_carImg{
        margin-right: -15px;
    }
    .cv_kaitori_shashu3 .cv_kaitori_toForm a{
        font-size: 14px;
        padding: 1.2rem 3rem 1.2rem 3%;
    }
}
@media screen and (max-width: 560px){
    .cv_kaitori_shashu3 .cv_kaitori_ttl span{
        font-size: 2.3vw;
    }
    .cv_kaitori_shashu3 .cv_kaitori_txt{
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1 / 3;
        margin-right: 0;
        font-size: 12px;
        line-height: 1.5;
    }
    .cv_kaitori_shashu3 .cv_kaitori_toForm{
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3 / 4;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1 / 3; 
    }
}
@media screen and (max-width: 414px){
    .cv_kaitori_shashu3 .cv_kaitori_ttl{
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1 / 3;
        margin: 0 auto 2rem;
    }
    .cv_kaitori_shashu3 .cv_kaitori_ttl span{
        font-size: 4vw;
    }
    .cv_kaitori_shashu3 .cv_kaitori_ttl span + img{
        max-width: 300px;
        width: 100%;
        margin: 0 auto;
    }
    .cv_kaitori_shashu3 .cv_kaitori_carImg{
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1 / 3;
        max-width: 260px;
        margin: 0 auto;
    }
    .cv_kaitori_shashu3 .cv_kaitori_txt{
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3 / 4;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1 / 3;
        margin-top: 8px;
        letter-spacing: -0.1px;
    }
    .cv_kaitori_shashu3 .cv_kaitori_toForm{
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        grid-row: 4 / 5;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1 / 3;
    }
    .cv_kaitori_shashu3 .cv_kaitori_toForm a{
        font-size: 16px;
    }
}
