/* color */
.font-red {color: #ff0000;}
.marker01 {background: linear-gradient(transparent 60%,rgba(255, 253, 107, 0.7) 0);}
/* //color */

/* utilities */
span.welcome-bold {
    background: linear-gradient(transparent 75%, #8be0f4 60%);
    font-weight: bold;
}
br.sp-br {
  display: none;
}
@media(max-width: 599px) {
  br.sp-br {
  display: block;
}
}
/* //utilities */

body {
    background: #e8e8e8;
}

/* header */
/* sns */
ul.sns_btns {
    display: flex;
    justify-content: center;
    gap: 15px;
}
ul.sns_btns li {
    list-style-type: none;
    float: left;
    margin-right: 0;
    list-style: none;
    text-align: center;
}
ul.sns_btns li a {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 23px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}
ul.sns_btns .youtube_btn a {
    background: #c81d1c;
    border: 1px solid #c81d1c;
}
ul.sns_btns .instagram_btn a {
    background: linear-gradient(
45deg
, rgba(254,212,117,1) 0%,rgba(229,61,93,1) 50%,rgba(194,49,134,1) 70%,rgba(156,56,187,1) 100%);
    border: none;
}
ul.sns_btns .line_btn a {
    background: #06c755;
    border: none;
}
ul.sns_btns .tiktok_btn a {
    background: #000;
    border: none;
}
ul.sns_btns .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
/*// sns */
/*.headerTop {
    color: #fff !important;
    background-color: #0771c9 !important;
}*/
.headerTop {
    color: #fff !important;
    background-color: #292929 !important;
    font-weight: bold;
}
.headerTop .container p {
    color: #fff;
}
.siteHeader {
    background-color: #0771c9 !important;
}
.gMenu a {
    color: #fbfbfb !important;
}
.gMenu>li .gMenu_name {
    font-size: 16px !important;
}
.gMenu>li .gMenu_description {
    font-size: 12px !important;
}
@media (min-width: 992px){
  .siteHeader_logo a span img {
    max-width: 300px;
    max-height: 75px;
  }
	header.siteHeader .container {
padding-top: 5px;
    padding-bottom: 4px;
}
}
/* //header */

/* main visual */

.mv-sp {display: none;}
@media (max-width:480px) {
    .mv-pc {display: none;}
    .mv-sp {display: block;}
}
.mv {position: relative; }
.mv-text {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  width: 100%;
  max-width: 400px;
  z-index: 999;
}
.mv-text h3::after {display: none;}
.mv-text h3 {
  border: none !important;
  padding: 0;
  margin: 0 0 20px;
  color: #fff !important;
  margin-bottom: 15px !important;
}
a.mv-btn:hover {background: #337ab7; border: solid 1px #337ab7; color:#fff; text-decoration: none; }
a.mv-btn {color: #fff; text-decoration: none; border: solid 1px #fff; border-radius: 5px; padding: 5px 15px; transition: .2s; }
@media (max-width:480px) {
    .pc-mv {display: none;}
    .sp-mv {display: block;}
    .mv-text {top: 50%;}
}
/* //main visual */

/* slick */
.slide-car {
    border-left: 13px solid #0771c9;
    border-top: 10px solid #0771c9;
    border-bottom: 10px solid #0771c9;
}
@media(max-width: 599px) {
  .slide-car {
    border-left: 5px solid #0771c9;
    border-top: 5px solid #0771c9;
    border-bottom: 5px solid #0771c9;
}
}
/* //slick */

/* front page */
.top-banner .image-area {
    margin: 0 auto 10px;
    text-align: center;
}
.top-banner .text-area {
    color: #333;
    font-weight: 600;
}
.top-banner a:hover {text-decoration: none;}

@media(max-width: 1024px) {
  .text-area h3 {
    font-size: 1.5rem;
}
}
/* //front page */

/* page common */
.page-header_pageTitle {
    text-shadow: 0 0 5px #000;
}
/* page common */

/* about */
.l-company-table {margin-bottom: 20px;}
.l-company-table, .l-company-table tbody, .l-company-table tr, .l-company-table th, .l-company-table td {
    box-sizing: border-box;
    display: block;
    width: 100%;
    border: none !important;
}
.l-company-table th, .l-company-table td {
    border: solid 1px #cacaca !important;
    vertical-align: middle;
}
.l-company-table tr th {
    background: #2f8fe2;
    color: #fff;
    text-align: center;
}
.l-company-table td img {
    margin-bottom: 1em;
}
@media (min-width: 800px){
  .l-company-table {
    display: table;
  }
  .l-company-table tbody {
    display: table-row-group;
  }
  .l-company-table tr {
    display: table-row;
  }
  .l-company-table th {
    width: 170px;
    background: none;
    text-align: left;
  }
  .l-company-table th, .l-company-table td {
    display: table-cell;
  }
  .l-company-table td {
    width: calc(100% - 170px);
  }
}
/* //about */

/* contact */
.contact-block .u-c-red {
  color: #f00;
}

.contact-block.consent-block {
  background: #eee;
  padding: 20px;
}

.contact-block.consent-block label {
  margin-bottom: 0 !important;
  font-weight: 700;
}

.contact-block.consent-block .wpcf7-list-item {
  margin: 5px 0 0 0 !important;
}

.contact-block .required {
  background: #d64f4f;
  color: #ffffff;
  padding: 2px 5px;
  margin-left: 10px;
}

.contact-block {
  margin-bottom: 20px;
}

.contact-block-heading {
  border-left: 5px solid #0376a5;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 10px;
  padding-left: 8px;
}

.contact-block-field input,
.contact-block-field textarea {
  display: block;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  line-height: 1.8;
  margin-top: .5em;
  padding: .5em .5em;
  width: 100%;
}

.contact-btn {
  text-align: center;
}

.contact-btn input[type=submit] {
    background: #0376a5;
    border: 1px solid #cacaca;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .5);
    color: #fff;
    margin: 0 auto;
    padding: 8px 10px;
    transition: .4s;
    width: 200px;
}

.contact-btn input[type=submit]:hover {
  box-shadow: none;
}
/* //contact*/

/* footer */
.footer-cta a {text-decoration: none !important;}
.section.siteFooter {
  text-align: center;
  padding: 2em 0;
}

/* reCAPTCHAの表示設定 */
.grecaptcha-badge {display: none; }
body#contact .grecaptcha-badge {display: block;}
body#contact .page_top_btn {right: 3px; bottom: 80px; }
/* //reCAPTCHAの表示設定 */

/*bxsliderCSS*/
.bx-wrapper {
 box-shadow: none;
 border: none;
 left: 0;
 background-color: transparent;
 margin: 0 auto;
}
/*bxsliderCSS*/

/*template06*/

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.4 !important;
}

a {
  font-weight: 600;
}

footer.section.siteFooter a {
color: inherit !important;
}
.veu_profile .sns_btns .line_btn a {
    background: #06c755;
    border: none;
}
.veu_profile .sns_btns .tiktok_btn a {
    background: #000;
    border: none;
}

/*footer*/
.sectionBox {
  padding-top: 0 !important;
  padding-bottom: 1em !important;
}

.siteFooter .footerMenu {
  border: none !important;
}

.container.sectionBox.copySection.text-center {
  padding-bottom: 0 !important;
}

.contact_txt {
  text-align: center;
}

.contact_txt .contact_txt_tel {
  font-size: 190% !important;
}
.contact_txt .contact_txt_tel:hover {
  color: #000 !important;
}

.contact_txt_time {
  text-align: center;
  font-size: 90% !important;
  font-weight: 700;
  margin-top: 7px !important;
}

.siteHeader_sub {
  align-items: center;
}

.siteHeader_sub .contact_btn {
  display: block !important;
}

.siteHeader_sub .contact_btn a {
  margin: 0 0 7px !important;
  font-size: 17px !important;
}
.siteHeader_sub .contact_btn a:hover {
  color: #2f8fe2;
  background: #fff;
  border: 1px solid #2f8fe2;
}

@media (min-width: 768px) {
  .footerMenu ul {
    margin: 12px 0 0 !important;
  }
  .footerMenu li a {
    border-left: none !important;
  }
  .footerMenu li:last-child a {
    border-right: none !important;
  }
  .footerMenu ul {
    display: inline-block;
  }
}


/*header menu*/

/*.gMenu a {
  color: #fff !important;
}
.gMenu a:hover {
  background: #fff !important;
  color: #2f8fe2 !important;
  box-shadow: 0 0 7px #143c5f;
}
ul.gMenu a:hover span {
  color: #000 !important;
}


@media (min-width: 992px) {
  ul.gMenu > li .gMenu_description {
    color: #fff !important;
  }
}*/


/*h2*/




/*youtube css*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 100px;
  /*border: 10px solid #fba69c;
  box-sizing: border-box;*/
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/*top banner*/
.top-banner .text-area h3 {
    margin-bottom: 10px !important;
    border-left: none !important;
    text-align: center;
}

@media(max-width: 767px){
  .top-banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .top-banner .col-md-3 {
    width: 48%;
  }
}


/*ボタン*/
.column_link a {
  background: #2f8fe2 !important;
  border-radius: 30px;
}

/*l-company-table*/
.l-company-table {
    margin: 5px 0 30px!important;
}

.l-company-table,
.l-company-table th,
.l-company-table td {
  border: none !important;
}

.l-company-table tr {
  border-bottom: 5px solid #fff !important;
}
.l-company-table tr:last-child {
  border-bottom: none;
}

.l-company-table th {
  font-weight: 600;
  text-shadow: 3px 3px 3px #462920;
}

.l-company-table td {
  background: #eee;
}
@media(max-width: 599px) {
  .l-company-table td {
    text-align: center;
}
}

.widget-title .subSection-title {
  position: relative;
  overflow: hidden;
  padding: 1.5rem 2rem 1.5rem 130px;
  word-break: break-all;
  border-top: 3px solid #000;
  border-radius: 12px 0 0 0;
}

.widget-title .subSection-title span {
  font-size: 40px;
  font-size: 4rem;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 3px 20px;
  color: #fff;
  border-radius: 10px 0 20px 10px;
  background: #000;
}

.siteContent .subSection-title,
.siteContent .widget .subSection-title {
  font-weight: 700;
  border-bottom: 3px solid #2f8fe2 !important;
  padding: 0 0 0 !important;
  letter-spacing: .5px;
}
.siteContent .subSection-title:first-letter,
.siteContent .widget .subSection-title:first-letter {
  color: #2f8fe2;
  font-size: 120%;
}

a.btn.btn-xs.btn-primary.entry-meta_items_term_button {
  padding: 5px 10px !important;
}

.entry-meta_items {
    font-size: 15px !important;
    font-weight: 700;
}

.subSection .media .postList_thumbnail {
  width: 150px !important;
}

.subSection .media {
  padding: 1.2em 0 1.2em !important;
}

h3, .h3, .veu_card .veu_card_title {
  font-weight: 700 !important;
  border-left: 5px solid #2f8fe2 !important;
  margin-bottom: 20px !important;
  color: #424242;
}

h3.pr-content-title {
  border-left: none !important;
}

.media .media-body .media-heading a {
  color: #005196 !important;
  font-weight: 700;
}

/* welcome */
.welcome-msg {
    margin: -5px 0 65px;
    background: #eaeaea;
    padding: 15px 35px 5px;
}
.welcome-msg h2 {
    text-align: center;
    font-weight: 700;
    font-size: 2.5rem;
    margin: 15px 0;
    border-bottom: 2px solid #000 !important;
    padding: 0 0 8px !important;
}
@media(max-width: 599px){
.welcome-msg {
    padding: 15px 15px 5px;
    margin: -5px 0 20px;
}
.welcome-msg h2 {
    font-size: 1.8rem;
}
}
/* //welcome */

.entry-meta {
  margin-bottom: .5em !important;
}

.veu_profile .sns_btns {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.veu_profile .sns_btns li {
  margin-right: 0 !important;
}

.veu_profile .sns_btns .instagram_btn a {
  background: linear-gradient(45deg, rgba(254,212,117,1) 0%,rgba(229,61,93,1) 50%,rgba(194,49,134,1) 70%,rgba(156,56,187,1) 100%);
  border: none;
}

.veu_profile .media_outer {
  margin-top: 0 !important;
}

.side_banner_img {
  margin-bottom: 15px;
}

.page-id-31 h3 {
  margin-top: 2.5em !important;
}

.page-header_pageTitle,
h1.page-header_pageTitle:first-child {
  font-weight: 700;
    color: #004a8a;
    text-shadow: 0 0 4px #fff, 0 0 4px #fff,
    0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff,
    0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff,
    0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff,
    0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff,
    0 0 4px #fff, 7px 7px 4px #221e1c;
}

.content_block {
  margin-bottom: 100px;
}

/**/
.chuumon_mail {
    display: inline-block;
    position: fixed;
    right: 0;
    top: 200px;
    background-color: #f5d812;
    background-position: center 5px;
    background-repeat: no-repeat;
    background-size: 1.8em;
    padding: 13px;
    color: #011f37;
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    border-radius: 10px 0 0 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    font-weight: bold;
    z-index: 1000;
    text-align: center;
    font-size: 145%;
    letter-spacing: 1px;
    border: 3px solid #031e2b;
    margin-right: -3px;
  transition: 0.5s;
	background: rgb(255,241,149);
    background: linear-gradient( 
130deg
 , rgba(255,241,149,1) 0%, rgba(246,216,10,1) 100%);
}

.chuumon_mail:hover {
  text-decoration: none !important;
  color: #011f37;
  padding-right: 20px;
  transition: 0.5s;
}

.subSection-title, h3 {
  padding: 7px 10px 5px !important;
  border-bottom: none !important;
}
.subSection-title:after, h3:after {
  display: none !important;
}

.veu_card .veu_card_inner {
  box-shadow: none !important;
}
.veu_card {
  border: 1px solid #ddd !important;
}

.header_scrolled.admin-bar .gMenu_outer {
  background: #0771c9;
}
.header_scrolled .gMenu>li .gMenu_name,
.header_scrolled .gMenu>li .gMenu_description {
  color: #fff;
}

.header_scrolled .gMenu>li a:hover {
  background-color: #fff !important;
}
.header_scrolled .gMenu>li a:hover strong {
  color: #337ab7;
}
.header_scrolled .gMenu>li a:hover span {
  color: #000;
}

.page-header {
  padding: 2em 0;
}


@media all and (-ms-high-contrast: none) {
  .ie_icon {
    writing-mode: horizontal-tb;
  }
}

@media(min-width: 992px){
  .header_scrolled .gMenu_outer {
    background-color: #0771c9 !important;
  }
}

/*@media(max-width: 660px){
  .chuumon_mail {
    top: 150px;
    font-size: 110%;
  }
}*/

@media(max-width: 991px){
  .chuumon_mail {
    display: none;
  }
}

@media (min-width: 768px) {
  .col-md-3 {
    width: 25% !important;
  }
  .page-id-120 .img-left-s {
    margin: 0 2% 3% 0;
    width: 20%;
  }
}

@media(max-width: 991px) {
  .side-banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
  }
  .side_banner_img {
    width: 48%;
  }
  .section.siteFooter {
    padding-bottom: 5em !important;
  }
}

.veu_contact .contact_frame {
  background-color: #f3f3f3 !important;
}

.veu_contact .contact_frame .contact_txt .contact_txt_tel:hover {
  color: #2f8fe2 !important;
}

@media(max-width: 500px){
  .side_banner_img {
    width: 100%;
    text-align: center;
  }
}

@media(max-width: 450px){
  .subSection .media .postList_thumbnail {
    width: 100% !important;
    padding: 0 0 0 0 !important;
  }
}

@media(max-width: 440px){
  .top-banner .text-area h3 {
    font-size: 1.45rem;
  }
}

/* 買い取り実績 */
.top-case {
    margin: 0 0 65px;
}
.top-case h2 {
    margin-bottom: 0;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 10px 0 10px !important;
    background: #010e4c !important;
    color: #ffffff;
}
.top-case-bg {
    background: #0771c9;
    padding: 20px 40px 30px;
    background: rgb(7,113,201);
    background: linear-gradient( 
315deg
 , rgb(4 97 175) 0%, rgb(145 206 255) 100%);
}
.top-case-fl-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-case-box {
    flex-basis: 31.5%;
    background: #ffffff;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-radius: 15px 15px 0px 0px;
}
.top-case-box-bg {
    padding: 0px 0 10px;
    background: url("../../../uploads/2021/09/34548202149963192723c24b8568dbe7.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: rgba(255,255,255,0.3);
    background-blend-mode: lighten;
	border-radius: 15px 15px 0px 0px;
}
p.top-case-name {
    background: #f5d812;
    margin-bottom: 0;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 5px 0px 5px;
    border-radius: 15px 15px 0px 0px;
}
.t-c-pri-lst p {
    margin-bottom: 0;
    line-height: 1.5;
}
.t-c-pri-lst {
    padding: 8px 20px 8px;
    width: 80%;
    margin: 0 auto;
    color: #ca0814;
    font-weight: bold;
    font-size: 1.2rem;
    border-bottom: 3px solid #c7c7c7;
}
.t-c-pri-lst p:last-of-type {
    font-size: 2.5rem;
    text-align: center;
}
.dl-fl-box {
    display: flex;
    justify-content: space-around;
    width: 90%;
    margin: 0 auto;
}
.dl-fl-box dl {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}
.dl-box dt, .dl-box dd {
    border-left: none;
    margin-bottom: 5px;
}
.top-case-box:last-of-type .dl-box:last-of-type dl dd {
    font-size: 0.8rem;
}
@media(max-width: 1024px) {
  .top-case-bg {
    padding: 20px 10px 30px;
}
  .top-case-box {
    flex-basis: 32.5%;
}
.dl-fl-box,.t-c-pri-lst {
  width: 95%;
}
}
@media(max-width: 599px) {
  .top-case {
    margin: 0 0 25px;
}
  .top-case-fl-box {
    display: block;
}
.top-case-bg {
    padding: 20px 10px 30px;
}
  .top-case-box {
    margin: 0 0 10px;
}
.dl-fl-box dl {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-size: 1.3rem;
}
.t-c-pri-lst {
    padding: 0px 20px 0px;
    font-size: 1.3rem;
	text-align: center;
}
.t-c-pri-lst p:last-of-type {
    font-size: 2.5rem;
}
	.top-case-box:last-of-type .dl-box:last-of-type dl dd {
    font-size: 1rem;
}
.top-case-box-bg {
    background-color: rgba(255,255,255,0.8);
}
}
/* //買い取り実績 */

/* service */
.l-service {
    margin: 50px 0 0;
}
h2.top-title {
    margin-bottom: 0 !important;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 10px 0 10px !important;
    background: #010e4c !important;
    color: #ffffff !important;
    border-bottom: none !important;
    border-top: none;
}
.ser-msg {
    background: #eaeaea;
    padding: 15px 20px 15px;
    margin: 0 0 60px;
}
.ser-msg p:last-of-type {
    margin-bottom: 0;
}
.ser-msg ul li {
    list-style-type: none;
    font-weight: bold;
}
.ser-msg ul li i {
    color: #d11315;
}
.ser-diff {
    margin-bottom: 80px;
}
.diff-naname {
    transform: rotate( 
-4deg
 );
    padding-bottom: 15px;
}
p.diff-top {
    font-size: 2rem;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 0px;
    color: #fff;
    background: rgb(7,113,201);
    background: linear-gradient(
350deg
, rgb(168 7 10) 0%, rgb(217 21 23) 100%);
    padding: 0 18px 0;
    border-bottom: 4px solid #f5d812;
    border-right: 2px solid #d29409;
}
.diff-naname span {
    display: inline-block;
    width: 30px;
    /* margin-bottom: -24px; */
}
span.diff-img:first-of-type {
    padding-right: 10px;
}
span.diff-img:last-of-type {
    padding-left: 10px;
}
ul.diff-ul {
    padding-left: 0;
    width: 85%;
    margin: 30px auto;
}
ul.diff-ul li {
    list-style-type: none;
    display: flex;
    /* border: 2px solid #f5d812; */
    border-radius: 20px;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
    position: relative;
    background: rgb(255,241,149);
    background: linear-gradient(
130deg
, rgba(255,241,149,1) 0%, rgba(246,216,10,1) 100%);
    box-shadow: 5px 5px 0px #e0c50b;
}
ul.diff-ul li:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff9d2;
    z-index: -1;
    transform: rotate(
-13deg
);
    bottom: -85px;
}
ul.diff-ul li:nth-of-type(even):before {
    bottom: -130px;
    right: -65px;
}
ul.diff-ul li:nth-of-type(even) {
    flex-direction: row-reverse;
}
ul.diff-ul li:not(:last-of-type) {
    margin-bottom: 30px;
}
ul.diff-ul li p {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 1.4rem;
}
p.diff-li-txt {
    padding: 0px 30px 0;
    text-align: center;
    flex-basis: 65%;
    position: relative;
    margin-top: 15px;
}
p.diff-li-txt:before {
    content: "";
    position: absolute;
    top: -20px;
    border-top: 9px dotted #0771c9;
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
p.diff-li-img {
    flex-basis: 33%;
}
span.diff-red {
    color: #ca0814;
    font-size: 1.75rem;
    padding: 0 5px;
}

/* 査定額アップ */
.pri-up-fl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0px 10px;
    margin: 0 0 0px;
}
.pri-up-box {
    flex-basis: 33%;
}
@media(max-width: 599px) {
  .ser-diff {
    margin-bottom: 25px;
}
  .pri-up-fl {
    display: block;
}
.pri-up-box {
    margin-bottom: 8px;
}
}
/* //査定額アップ */

h2.tit_strengths {
    color: #010e4c;
}
h2.tit_strengths {
    border-bottom: 2px solid #010e4c !important;
}
ul.strengths-ul {
    list-style-type: none;
    padding: 0 0 0 0;
    margin-top: 0px;
}
li.strengths-li {
    padding: 25px 30px;
    margin-bottom: 0;
}
li.strengths-li.right {
    background: #aad2f3;
}
.l-strengths .container {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    padding: 0 15px;
}
p.desc_strengths.ft-hmw6 {
    color: #010e4c;
    font-size: 1.4em;
    line-height: 1.3;
    letter-spacing: 2px;
    font-family: 'Noto Serif SC','ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
    margin-bottom: 3px;
    padding-bottom: 0;
}
h2.tit_strengths {
    margin: 0 0 20px;
    font-size: 2.2em;
    letter-spacing: 2px;
    font-family: 'Noto Serif SC','ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
    text-align: left;
    padding: 0 0;
    border-bottom: none;
    line-height: 1.2;
}
h2.tit_strengths span.number {
    font-size: 1.3em;
    font-style: italic;
    color: #010e4c;
    display: inline-block;
    margin: 0 10px 0 0;
}
.bg-sea {
    background: #e1edf3;
}
.bg-sea .row {
    flex-direction: row-reverse;
}
ul.features-service-ul {
    /*background: #c7e0e6;*/
    padding: 10px 0 10px 33px;
    margin: 0 0 20px 0;
    /*background: rgb(7,113,201);
    background: linear-gradient( 
315deg
 , rgb(4 97 175) 0%, rgb(145 206 255) 100%);*/
}
ul.features-service-ul li {
    font-weight: bold;
    list-style-type: disclosure-closed;
    margin-bottom: 0;
    color: #272727;
}
ul.features-service-ul li:not(:last-child) {
    padding-bottom: 5px;
}
/*li.strengths-li:not(:last-child) {
    border-bottom: 2px dashed #0771c9;
}*/
@media(max-width: 1024px) {
    .features-welcome-msg-flex {
        display: block;
    }
    .features-welcome-msg-img {
        display: none;
    }
    ul.features-ul {
    width: 68%;
    margin: 0 auto;
    display: block;
    }
    ul.features-ul li {
        text-align: center;
    }
  h2.tit_strengths {
    font-size: 2em;
  }
  ul.diff-ul {
    width: 100%;
}
ul.diff-ul li p {
    font-size: 1.35rem;
}
}
@media(max-width: 599px) {
  .ser-msg {
    margin: 0 0 20px;
}
.ser-msg ul {
    padding-left: 5px;
    margin-top: 1em;
    margin-bottom: 1em;
}
  .diff-naname {
    transform: none;
    padding-bottom: 0px;
}
  span.diff-img {
    display: none;
}
  p.diff-top {
    font-size: 1.35rem;
}
ul.diff-ul {
    margin: 10px auto;
}
ul.diff-ul li {
    display: block;
    padding: 25px 0 0;
}
p.diff-li-txt {
    padding: 0px 15px 15px;
    font-size: 1.3rem;
}
.l-service {
    margin: 15px 0 0;
}
}
@media(max-width: 599px) {
    .l-features p, .l-flow p {
    font-size: 1rem;
}
    ul.features-ul {
    display: block;
    text-align: center;
    width: 100%;
}
ul.features-ul li p {
    font-size: 1.8em;
}
section.page-01-features {
    padding: 10px 5px 3px;
    margin-bottom: 65px;
}
.l-features h3 {
    font-size: 250%;
    padding: 13px 0;
    width: 275px;
}
.page-section h4 {
    font-size: 1.5rem;
    padding: 10px 15px;
}
.features-welcome-msg h4, .features-trouble h4 {
    padding: 10px 15px;
    font-size: 1.4rem;
    line-height: 1.5;
}
p.features-trouble-top {
    font-size: 1.4rem;
    padding: 0 0 30px;
}
span.trouble-top-spn {
    font-size: 1.2em;
    margin: 0px 0 0;
}
p.features-trouble-second {
    font-size: 1.4rem;
    line-height: 1.5;
}
span.trouble-second-spn {
    font-size: 1.3em;
}
.features-trouble-flex {
    display: block;
}
.features-trouble-flex ul {
    margin: 10px auto 20px;
    width: 95%;
}
.page-section.features-trouble ul li {
    font-size: 1.3rem;
}
.features-4 > p {
    margin: 20px 0 0;
}
.page-section {
    margin: 25px 0 0;
}
.voice-box-flex {
    width: 90%;
}
.voice-box {
    padding: 15px 15px;
    margin: 1.5em 0 0.3em 28px;
}
.voice-box p {
    line-height: 1.5;
}
li.strengths-li {
    padding-left: 0;
}
li.strengths-li:first-child {
    padding: 5px 0 30px 0;
}
li.strengths-li:not(:first-child) {
    padding: 30px 0 30px 0px;
}
.hd-strengths {
    text-align: center;
}
h2.tit_strengths {
    text-align: center;
    font-size: 1.65em;
    line-height: 1.5;
}
ul.strengths-ul {
    margin: 0 auto;
}
ul.features-service-ul {
    padding: 10px 12px 10px;
}
ul.features-service-ul li {
    list-style-type: none;
    font-size: 0.9em;
}
}

/* youtube */
.youtube-area {
    display: flex;
    width: 100%;
    justify-content: space-around;
    padding: 20px 20px 20px;
    background: #eaeaea;
    margin-bottom: 50px;
}
.video-box {
    width: 48%;
}
@media(max-width:480px) {
  .youtube-area {
    display: block;
}
.video-box {
    width: 98%;
  margin: 0 auto;
}
}
/* //youtube */

.ser-last p {
    font-size: 1.1rem;
}
span.ser-last-spn {
    font-weight: bold;
    background: linear-gradient(transparent 75%, #f5d812 60%);
}
span.other-spn {
    display: block;
    font-weight: bold;
    /* text-align: right; */
    font-size: 0.88rem;
}

/* cycle-bg */
.top-big-link-bg {
    background: url("https://swp00001.sakura.ne.jp/re00049/wp-content/uploads/2021/09/cycle-bg.jpg");
    background-attachment: fixed;
    padding: 90px 0 90px;
    margin: 0px 0 65px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.top-big-cycle {
    margin: 0 auto;
    width: 400px;
    text-align: center;
    height: 400px;
    background: #ffffffeb;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    filter: drop-shadow(2px 4px 6px black);
}
.top-big-link-bg:after {
    content: '';
    background-color: rgb(0 0 0 / 25%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}
p.cycle-txt-head {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 8px;
}
span.cycle-spn {
    font-size: 115%;
    font-weight: bold;
}
.top-cycle-center a {
    background: #f5d812;
    padding: 8px 15px 8px;
    border: 3px solid #031e2b;
    color: #031e2b;
    transition: 0.3s;
}
.top-cycle-center a:hover {
    text-decoration: none;
    color: #031e2b;
    background: #ffffff;
}
@media(max-width: 599px) {
.top-big-cycle {
    width: 325px;
    height: 325px;
    background: #ffffff85;
    filter: none;
}
.top-big-link-bg {
    margin: 0px 0 25px;
    background: url("https://swp00001.sakura.ne.jp/re00049/wp-content/uploads/2021/09/cycle-bg.jpg");
    background-attachment: unset;
    padding: 90px 0 90px;
    margin: 0px 0 65px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
}
/* //cycle-bg */

.l-flow .flow-content ul.flow {
  padding: 0;
}
.l-flow .flow-content ul.flow li {
  list-style-type: none;
}
.l-flow .flow-content ul.flow dd {
  margin-left: 0;
}
.l-flow .flow-content ul.flow dd,.l-flow .flow-content ul.flow dt {
  border-left: none;
}
.l-flow .flow-content ul.flow {
  padding-left: 120px;
  position: relative;
}
.l-flow .flow-content ul.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-bottom: 10px solid #f4f112;
}
.l-flow .flow-content ul.flow > li {
  position: relative;
}
.l-flow .flow-content ul.flow > li:not(:last-child) {
  margin-bottom: 8vh;
}
.l-flow .flow-content ul.flow > li .icon {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.06em;
    color: #fff;
    background: rgb(33 146 8);
    background: linear-gradient(to right, rgb(128 197 255) 0%,rgb(13 116 202) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#219208', endColorstr='#61cc49',GradientType=1 );
    padding: 8px 20px;
    display: block;
    position: absolute;
    top: -5px;
    left: -120px;
    z-index: 100;
}
.l-flow .flow-content ul.flow > li .icon::after {
    content: "";
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #0f76cb;
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.l-flow .flow-content ul.flow > li dl {
  padding-left: 70px;
  position: relative;
}
.l-flow .flow-content ul.flow > li dl::before,
.l-flow .flow-content ul.flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.l-flow .flow-content ul.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: rgb(7 113 201);
  border-radius: 50%;
  left: -4px;
}
.l-flow .flow-content ul.flow > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.l-flow .flow-content ul.flow > li dl dt {
    font-size: 28px;
    font-weight: 600;
    color: #010e4c;
    margin-bottom: 2vh;
}
dd.flow-flex {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
}
.flow-txt {
    flex-basis: 63%;
    margin-right: 15px;
}
.flow-img {
    width: 300px;
}
.flow-img img {
    width: 100%;
}
ul.flow li dl dd ul li {
    font-weight: bold;
    margin-bottom: 5px;
}
.flow-welcome-msg-flex {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 0 0;
}
.flow-welcome-msg-flex p {
    flex-basis: 60%;
    font-size: 1.5rem;
    font-weight: bold;
}
.flow-top-img {
    flex-basis: 23%;
    margin-left: 18px;
}
.l-flow .flow-content ul.flow > li dl p {
    margin-bottom: 5px;
}
p.flw-p {
    font-weight: bold;
    margin-bottom: 3px;
}
.flow-content {
    background: #f4fbff;
    padding: 20px 50px 20px;
    margin: 25px 0 0;
}
.flow-last p {
    font-weight: bold;
    font-size: 0.95rem;
    margin: 10px 0 0;
}
.con-box {
    width: 58%;
    margin: 30px auto 0;
    text-align: center;
}
.con-box p {
    margin: 0 !important;
    font-size: 1.4rem;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 0.07em;
    background: #010e4c;
    padding: 5px 0 5px 0;
    border: 2px solid #010e4c;
    border-bottom: 0;
}
.con {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    /* width: 58%; */
}
.con a {
    background: #f5d812;
    display: block;
    border: solid 2pt #010e4c;
    text-align: center;
    width: 50%;
    border-radius: 0pt;
    margin: 0px;
    color: #010e4c;
    /* margin-top: 1em; */
    padding: 0.5em;
    font-size: 1.4rem;
    transition: 0.3s;
}
.con a:hover {
    background: #fff;
    color: #031e2b;
    text-decoration: none;
}

@media(max-width: 1024px) {
    .con-box {
    width: 100%;
}
}
@media(max-width: 599px) {
  .flow-content {
    padding: 20px 10px 5px;
}
  .l-flow .flow-content ul.flow::before {
    left: 5px;
  }
  .l-flow .flow-content ul.flow > li .icon{
    font-size: 12px;
  }
  .l-flow .flow-content ul.flow > li dl dt {
    font-size: 21px;
  }
  .l-flow .flow-content ul.flow > li dl::before {
    left: -9px;
  }
  .l-flow .flow-content ul.flow > li dl::after {
    width: 15px;
  }
  .l-flow .flow-content ul.flow > li dl {
    padding-left: 18px;
    padding-right: 10px;
  }
  ul.flow li dl dd ul {
      padding-left: 10px;
      margin-bottom: 18px;
  }
  ul.flow li dl dd ul li {
    margin-bottom: 5px;
}
dd.flow-flex {
    display: block;
}
.flow-txt {
    flex-basis: 100%;
    margin-right: 0px;
}
.flow-img {
    width: 100%;
}
.l-flow .flow-content ul.flow {
  padding-left: 10px;
  margin-top: 90px;
}
.l-flow .flow-content ul.flow > li .icon {
  top: -55px;
  left: 30px;
}
.l-flow .flow-content ul.flow > li:not(:last-child) {
  margin-bottom: 15vh;
}
.l-flow .flow-content ul.flow > li .icon::after {
  border-width: 8px 8px 5px 8px;
  border-color: #67b3f3 transparent transparent transparent;
  top: 45px;
  left: 13%;
}
.con-box {
    width: 93%;
}
.con {
    display: block;
}
.con a {
    width: 100%;
    padding: 0.1em;
}
.flow-welcome-msg-flex {
    display: block;
    margin: 0 auto;
}

.flow-welcome-msg-flex p {
    font-size: 1.1rem;
    padding: 10px 0 0;
}
.flow-top-img {
    margin: -10px auto 0;
	width: 45%;
}
section.page-02-flow {
    padding: 10px 5px 3px;
}
.l-flow h3 {
    font-size: 250%;
}
}
/*4k対応時の文字の大きさを調整してくれやつ*/
/*@media (min-width: 992px) {
  body {
    font-size: 1vw !important;
  }
}*/

.page_top_btn {
    position: fixed;
    right: 2%;
    bottom: 3%;
    z-index: 99999;
    width: 40px;
    height: 38px;
    color: transparent;
    border: none;
    background: rgb(7 113 201);
    box-shadow: 0 0 0 1px rgb(255 255 255 / 80%), 0 0 0 2px rgb(0 0 0 / 80%);
    background-image: var(--ver_page_top_button_url);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: opacity .3s;
}
li#menu-item-188 {
    display: none;
}
.gmap {
    margin: -30px 0 35px;
}

.mobile-fix-nav .mobile-fix-nav-menu {
    padding: 0 !important;
}
ul.mobile-fix-nav-menu li:nth-of-type(2) a {
    color: #06c755 !important;
}
.mobile-fix-nav .mobile-fix-nav-menu li {
    width: 85px;
}
.mobile-fix-nav .mobile-fix-nav-menu li {
    justify-content: center;
    align-items: center;
    height: 62px;
    display: flex;
    margin-bottom: 0;
}
/*.mobile-fix-nav .mobile-fix-nav-menu li:nth-of-type(2) {
    background: #06c755;
}
ul.mobile-fix-nav-menu li:nth-of-type(2) a {
    color: #fff !important;
}*/

ss3-force-full-width {
  display: initial!important;
}


/* main visual */

.mv-pc{
  margin-bottom: -20px;
}
.mv-sp {
  display: none;
}
.top_form{
  background: #ffffe7;
  width: 31%;
  border-radius: 30px;
  position: absolute;
  top: 3%;
  right: 3%;
  padding: 0.5%;
  border: 2px solid #333;
}
.-flex p{
  display: flex;
}
.top_form .wpcf7-form label{
  width: 30%;
  font-weight: bold;
}
.top_form-title{
  padding: 0px 20px;
  border-radius: 50px;
  background-color: #d34545;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 10px auto 10px auto;
  font-size: 24px;
  width: 80%;
}
.top_form input{
  height: 33px;
  margin-bottom: 12px;
}

.top_form select {
  height: 33px;
  width: 95%;
  margin-left: 22px;
}

.jisou .wpcf7-form-control-wrap{
  width: 100%;
}
.top_form input.wpcf7-submit{
  padding: 5px 20px;
  border-radius: 10px;
  background-color: #d34545;
  color: #fff;
  font-weight: bold;
  text-align: center;
 margin: 10px auto;
 font-size: 34px;
 width: 80%;
 border: none;
 height: auto;
 display: block;
}
.top_form.sp{
  display: none;
}
.top_form .wpcf7 .wpcf7-spinner{
  display: none;
  }

.top_form h3{
  background-color: #fff0be;
  text-align: center;
  padding-left: 10px;
  font-weight: bold;
  font-size: 1.1rem;
  margin-top: 10px;
  margin-bottom: 10px!important;
}
.top_form label{
  margin-bottom: 0;
}
.top_form p{
  margin-bottom: 5px;
}
.contact{
  float:right;
  text-align:right;
  font-size:52%;
  font-weight:bold;
  padding: 17px 20px 10px 20px ;
  background: #ebff00;
  border-radius: 20px;
  margin-right: 10px;
  }
  .contact p{
    margin-bottom: 0;
  }
  .contact a{
    color: #000;
  }
  
  .contact .tel{
  margin-top:0px;
  font-size:180%;
  font-family: "ヒラギノ角ゴ StdN","Hiragino Kaku Gothic StdN";
  }
  .contact.satei{
    margin-left: 10px;
    background-color: #d34545;
    padding: 17px 40px 10px 40px;
  }
  .contact.line{
    background-color: #06c755;
    color: #fff;
    padding: 17px 40px 10px 40px;
  }
  
  .contact.satei a,.contact.line a{
    color: #fff;
  }
@media (max-width:1544px){
  .top_form select {
      width: 94%;
      margin-left: 20px;
      height: 33px;
  }
}
@media (max-width:1450px) {
  .top_form {
      top: 1%;
  }
  .top_form input{
      width: 70%;
  }
  .top_form input.wpcf7-submit {
      font-size: 24px;
  }
  .top_form select {
    width: 70%;
    margin-left: -1px;
    height: 33px;
  }
  .top_form select {
  width: 94%;
  margin-left: 20px;
  height: 33px;
}
}

@media (max-width:1250px) {
  .top_form input{
      width: 81%;
      margin-left: 8%;
  }
  .top_form .wpcf7-form label {
      width: 40%;
  }
  .top_form select {
      width: 68%;
      margin-left: 10px;
  }
}

@media (max-width:480px) {
  .top_form.sp{
      display: block;
      background: #f4f4f4;
      width: 95%;
      border-radius: 30px;
      position: static;
      top: 12%;
      right: 3%;
      padding: 1%;
      margin: 20px auto;
      border: 2px solid #333;
  }
  .sp-none{
    display: none;
  }
  .top_form select {
    width: 89%;
    margin-left: 26px;
}
  .top_form .wpcf7 .wpcf7-spinner{
  display: none;
  }
  .top_form.sp .wpcf7-form label{
      width: 42%;
      padding-left: 2%;
  }
  .top_form.sp input{
      width: 91%;
  }
  .mv-pc {
      display: none;
  }

  .mv-sp {
      display: block;
  }

  .image-slide-area.slick-initialized.slick-slider {
      margin-top: -18px;
  }
  .top_form h3{
      margin-top: 10px;
  }
  .top_form p{

  }
}
@media (max-width:414px) {
.top_form select {
  width: 86%;
  margin-left: 35px;
}
}
@media (max-width:390px) {
  .top_form select {
      width: 86%;
      margin-left: 30px;
  }
  }
  @media (max-width:375px) {
  .top_form select {
      width: 88%;
      margin-left: 25px;
  }
}



.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 3;
}
.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
    background-color: white;
    border-radius: 30px;
}
button.popup-close {
    background: url(../images/modal_close.png);
    background-repeat: no-repeat;
    display: block;
    width: 26px;
    height: 26px;
    font-weight: normal;
    line-height: 1;
    color: #FFF;
    text-shadow: none;
    filter: none;
    opacity: 1;
    position: absolute;
    top: -33px;
    right: 1px;
    box-shadow: none;
    border: none;
}
.tab-content {
    display: none;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}
.tab-content.active {
    display: block;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}
.header-text {
    background-color: #d34545;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}
.menu-text {
    padding: 0px;
    border-bottom: 1px solid #DDD;
}
.content-detail {
    height: 48vh;
    overflow-y: scroll;
}
.header-text h3 {
    margin: 0;
    color: #fff;
    padding: 20px 20px!important;
    margin-bottom: 0!important;
}
ul.carmodelAnchorList {
    padding: 10px;
    margin: 5px 0 10px;
}
.nihon-car-item h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0;
}
.world-car-item h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0;
}
ul.modal-block-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* -webkit-box-pack: justify; */
    -moz-box-pack: justify;
    -webkit-flex-pack: justify;
    -moz-flex-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
ul.modal-text-list {
    padding: 0;
}
.link-car-item h4 {
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 5px;
    margin: 28px 0 20px!important;
    border-bottom: 1px solid #DDD;
}
ul.modal-text-list li a {
    background: url(../images/icon_negobtn.png) no-repeat;
    background-position: 5px 13px;
    color: #313233;
    display: inline-block;
    width: 90%;
    position: relative;
    padding: 11px 0 8px 23px;
    font-weight: 600;
}
ul.modal-text-list li a:hover {
    background: url(../images/icon_negobtn.png) no-repeat, #d34545;
    background-position: 5px 13px;
    cursor: pointer;
}
.popup h3 {
  border: none!important;
}
.vehicles-content {
    height: 48vh;
    overflow-y: scroll;
    margin: 0;
    padding: 30px 20px 20px;
}
.vehicles-content h4 {
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 10px;
    margin: 28px 0 20px;
    border-bottom: 1px solid #DDD;
}
.vehicles-content ul li a {
    background: url(../images/icon_negobtn.png) no-repeat;
    background-position: 5px 13px;
    color: #313233;
    display: inline-block;
    width: 90%;
    position: relative;
    padding: 8px 0 8px 23px;
}
.content-tab h3 {
    background-color: #d34545;
    margin: 0;
    color: #fff;
    padding: 20px!important;
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
}
.content-tab-year ul {
    height: 46vh;
    overflow-y: scroll;
    margin: 0;
    padding: 30px 20px 20px;
}
.content-tab-year ul li {
  position: relative;
}
.content-tab-year ul li a:hover {
    background-color: #d34545;
}
div#yearPopup p {
    padding: 10px 20px;
    border-bottom: 1px solid #dcdcdc;
    margin: 0;
    font-size: 14px;
    color: #898989;
}
.content-tab-year ul li::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 60%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(../images/icon_negobtn.png) no-repeat;
}
.content-tab-year ul li a {
    color: #313233;
    display: inline-block;
    width: 90%;
    position: relative;
    padding: 8px 0 8px 23px;
}
.titl-text-plus {
    padding: 10px 20px;
    border-bottom: 1px solid #dcdcdc;
}
.titl-text-plus p {
    margin: 0;
    font-size: 14px;
    color: #898989;
}
span#numberkl-item {
    font-size: 14px;
    width: 100px;
    display: block;
    border-left: 2px solid #919191;
    padding-left: 7px;
    font-weight: 600;
    color: #555555;
  }
.checkSmsPut {
    text-align: center;
 }
 .checkSmsPut p {
    margin: 0!important;
    padding: 0!important;
}
div#SMScheckCode p {
    font-size: 12px;
}
@media (min-width: 1200px) {
    .content-fix-cus {
        height: 600px;
    }
}
@media (min-width: 768px) {
  .popup-content {
      width: 1020px;
  }
  .header-text h3 {
      font-size: 18px;
      font-weight: 600;
  }
  ul.carmodelAnchorList li {
      font-size: 16px !important;
      display: inline-block !important;
      vertical-align: top !important;
      width: calc(95% / 11) !important;
      text-align: center !important;
  }
  ul.carmodelAnchorList li span {
      width: 100%;
      display: inline-block;
      color: #C0C0C0;
      font-weight: bold;
      position: relative;
      box-sizing: border-box;
  }
  ul.carmodelAnchorList li span a {
      width: 100%;
      display: inline-block;
      color: #333;
      border-bottom: 3px solid #FFF;
      text-decoration: none !important;
  }
  .logo-car-item {
      display: inline-flex;
      justify-content: center;
      width: 100%;
      border-bottom: 1px solid #e5e5e5;
  }
  .nihon-car-item {
      width: 49%;
      padding: 0 20px;
      float: left;
      border-right: 1px solid #DDD;
  }
  ul.modal-block-list li {
      vertical-align: top;
      flex: 1 1 33%;
      text-align: center;
      margin: 0px 0px 10px;
      list-style-type: none;
  }
  ul.modal-block-list li a {
      width: 100%;
      display: inline-block;
      padding: 7px 8px;
      vertical-align: top;
      font-size: 14px;
      color: #313233;
      line-height: 18px;
      text-align: center;
  }
  .world-car-item {
      width: 49%;
      padding: 0 16px;
      float: left;
  }
  .link-item-one {
      padding: 10px 40px 10px 40px;
  }
  .link-item-two {
      padding: 10px 40px 10px 40px;
  }
  .link-item-three {
      padding: 10px 40px 10px 40px;
  }
  .link-item-four {
      padding: 10px 40px 10px 40px;
  }
  .link-item-five {
      padding: 10px 40px 10px 40px;
  }
  .link-item-six {
      padding: 10px 40px 10px 40px;
  }
  .link-item-seven {
      padding: 10px 40px 10px 40px;
  }
  .link-item-eight {
      padding: 10px 40px 10px 40px;
  }
  .link-item-nine {
      padding: 10px 40px 10px 40px;
  }
  ul.modal-text-list li {
      list-style-type: none;
      display: inline-block;
      width: 25%;
      vertical-align: top;
      font-size: 14px;
      margin: 0px 0px 4px;
  }
  .sp-ct{
    display: none;
  }
  .content-tab ul li {
      list-style-type: none;
      display: inline-block;
      width: 25%;
      vertical-align: top;
      font-size: 14px;
      margin: 0px 0px 4px;
      cursor: pointer;
  }
  .content-tab-year h3 {
      font-size: 18px;
      font-weight: 600;
  }
  ul.car-kilomet-item-list {
      display: grid;
      grid-gap: 12px;
      justify-items: center;
      padding-block: 24px;
      width: 100%;
      padding: 40px 30px;
      grid-template-columns: repeat(5, 1fr);
  }
  ul.car-kilomet-item-list li {
    text-align: left;
    cursor: pointer;
    margin: 5px 0;
    width: 100%;
    transition: 0.3s;
    list-style-type: none;
  }
  
  .content-check-detail li {
      width: 100%;
      display: inline-flex;
      align-items: center;
      margin: 10px 0;
  }
  .content-check-detail li .title-check {
      width: 14%;
  }
  dl.input-group dd {
    width: 72%;
    border: none;
  }
  dl.input-group dt {
      width: 28%;
      border: none;
  }
  dl.input-group {
      display: flex;
  }
  ul.carmodelAnchorList li span:after {
    content: '';
    position: absolute;
    right: 0;
    display: inline-block;
    width: 1px;
    height: 17px;
    background-color: #CCC;
  }
  button.showCheckContent {
    padding: 0px 20px;
    border-radius: 28px;
    background-color: #d34545;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 2px auto;
    font-size: 26px;
    width: 80%;
    border: none;
    height: auto;
    display: block;
  }
  div#SMScheckCode {
    margin: 16px 14px 22px;
    text-align: center;
    /*border-top: 2px solid #d34545;*/
    padding: 10px 0 0;
    transition: 3s;
  }
  input#authCodeInput {
    width: 50%;
    margin: 5px auto 10px;
    border-radius: 28px;
    background-color: #fcfcfc;
    height: 36px;
  }
  .checkSmsPut p {
    font-size: 12px;
 }
 .img-sp-cus {
  display: none;
 }
 .top_form input.wpcf7-submit {
  font-size: 28px!important;
  margin: 6px auto!important;
 }
 .top_form {
  padding: 0.3% 0.5%!important;
 }
 #slide-sp {
  display: none;
 }
 .content-check-detail li {
      width: 100%;
      display: inline-flex;
      align-items: center;
      margin: 10px 0;
  }
.content-check-detail li .title-check {
    width: 14%;
  }
  .img-sp-cus {
        display: none;
    }
}

@media (max-width: 768px) {
  .img-pc-cus {
    display: none;
  }
  .top_form {
    position: static !important;
    width: 95% !important;
    display: block;
    background: #f4f4f4 !important;
    border-radius: 30px;
    padding: 1%;
    margin: 20px auto;
    border: 2px solid #333;
  }
  .popup-content {
    top: 10px;
    z-index: 99999999;
    width: calc(100% - 30px);
    height: calc(100% - 40px);
    left: 0;
    right: 0;
    margin: 15px;
    transform: none;
  }
  .header-text h3 {
    font-size: 16px;
  }
  .menu-text {
    border: none;
  }
  ul.carmodelAnchorList {
    padding: 0;
    margin: 0;
  }
  ul.carmodelAnchorList li {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    width: calc(93% / 6);
    text-align: center;
    margin: 0;
  }
  ul.carmodelAnchorList li span {
    width: 105%;
    height: 100%;
    display: inline-block;
    color: #C0C0C0;
    font-weight: bold;
    position: relative;
    box-sizing: border-box;
    padding: 3px 0;
    background: #EEE;
    border-top: 1px solid #DDD;
    border-right: 1px solid #DDD;
  }
  ul.carmodelAnchorList li span a {
    width: 100%;
    display: inline-block;
    color: #333;
    box-sizing: border-box;
    text-decoration: none !important;
  }
  .content-detail {
    height: 75vh !important;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    overflow: auto;
    padding: 0 10px 38px 10px;
    position: relative;
    width: 100%;
    z-index: 1;
  }
  .logo-car-item h3 {
    padding-left: 12px;
  }
  ul.modal-block-list {
    font-size: 0;
    margin: 0 0 24px 0;
    display: flex;
    flex-wrap: wrap;
  }
  ul.modal-block-list li {
    vertical-align: top;
    font-size: 11px;
    line-height: 14px;
    flex: 0 0 33%;
    padding: 5px;
    margin: 0 0 10px 0;
    border-bottom: 1px dotted #EEE;
    text-align: center;
    list-style-type: none;
  }
  ul.modal-block-list li a {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    color: #313233;
  }
  ul.modal-block-list li a img {
    height: 30px;
  }
  button.popup-close.pc-ct {
    display: none;
  }
  button.popup-close-inari {
    background: url(../images/modal_close_sp.png);
    background-repeat: no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    font-weight: normal;
    line-height: 1;
    color: #FFF;
    text-shadow: none;
    filter: none;
    opacity: 1;
    position: absolute;
    top: 19px;
    right: 15px;
    box-shadow: none;
    border: none;
    z-index: 9999999;
  }
  .nihon-car-item h3 {
    margin: 20px 0!important;
  }
  dl.input-group dd{
    border: none;
  }
  dl.input-group dt{
    border: none;
  }
  .vehicles-content {
    height: 75vh;
    overflow-y: scroll;
    margin: 0;
    padding: 30px 12px 20px 12px;
  }
  .vehicles-content ul {
    padding: 0;
  }
  .vehicles-content ul li {
    list-style-type: none;
  }
  .content-tab-year ul {
    height: 75vh;
  }
  .content-tab-year ul li {
    list-style-type: none;
  }
  ul.car-kilomet-item-list {
    overflow: scroll;
    height: 70vh;
    margin-top: 30px;
  }
  ul.car-kilomet-item-list li {
    padding: 7px 5px;
    display: inline-flex;
    width: 48% !important;
  }
  .title-check {
    margin-bottom: 12px;
    text-align: left;
    list-style-type: none;
  }
  .title-check span {
    font-weight: 600;
  }
  label.custom-checkbox {
    margin: 0 0px 10px;
    width: 49%;
  }
  .custom-checkbox .checkmark {
    width: 100% !important;
    padding: 16px 0px !important;
  }
  .content-check-detail ul {
    padding: 0;
  }
  .content-check-detail ul li {
    list-style-type: none;
  }
  div#status-content {
    padding: 30px 10px;
  }
  button.showCheckContent {
    padding: 4px 20px;
    border-radius: 28px;
    background-color: #d34545;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 2px auto;
    font-size: 18px;
    width: 100%;
    border: none;
    height: auto;
    display: block;
  }
  .checkSmsPut {
    padding: 0 10px;
  }
  .checkSmsPut p {
    font-size: 11px;
 }

  div#SMScheckCode {
    padding: 20px 6px 6px;
    text-align: center;
    /*background-color: #fff0be;*/
    margin: 14px 6px 3px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .top_form input.wpcf7-submit {
    width: 100%!important;
  }
  .top_form-title {
    width: 95%!important;
  }
  #slide-pc {
  display: none;
  }
  .footer-popup {
    padding: 20px;
    border-top: none;
    text-align: left;
  }
  .modal-footer {
    border: none!important;
  }
  .top_form input {
    width: 89%!important;
  }
  .no-scroll {
    position: fixed;
    width: 100%;
    overflow: hidden;
  }
}

.custom-checkbox {
    position: relative;
    cursor: pointer;
    margin: 0 10px;
}
.custom-checkbox .checkmark {
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    padding: 24px 0px;
    transition: 0.3s;
    background-color: #c6c5c5;
    width: 220px;
    text-align: center;
    display: block;
    color: #fff;
}
.custom-checkbox input {
    display: none;
}

.wpcf7-not-valid-tip {
  font-size: 0.8em!important;
}

@keyframes blinknew {
  0% {
      box-shadow: 0 0 0 1px #f12, 0 0 0 8px rgba(255, 255, 255, 0), 0 0 0 10px rgba(100, 37, 16, 0);
  }
  100% {
      box-shadow: 0 0 0 1px #f12, 0 0 0 1px #fff, 0 0 0 2px #ff5e28;
  }
}

.blink-new-new {
  animation: blinknew 1s infinite;
}
.vehicles-content ul li a:hover {
    background-color: #d34545;
}
ul.car-kilomet-item-list li:hover {
    background-color: #d34545;
}
.custom-checkbox .checkmark:hover {
    background-color: #d34545;
}

.cta{
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 4rem 0;
  padding-right: 15px;
  padding-left: 15px;
}
.cta a{display: block; width: 300px;}
.cta a.opa:hover{opacity: 0.75;}
.cta img{width: 100%;}
.cta.float{
  opacity: 0;
  margin: 0;
  padding: 1rem 0;
  background-color: #0009;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index:999;
  transition: opacity .3s;
}
.section.siteFooter{
  padding-bottom:calc(2rem + 168px);
}
.scrolled .cta.float{opacity: 1;}

@media (max-width: 768px) {
  .cta.spl{
    flex-flow: column;
    align-items: center;
  }
  .cta.float{
    gap: 0;
    padding: 0;
  }
  .cta.float a{width: 100%;}
  .page_top_btn{
    right: 15px!important;
    bottom: calc(19svw + 15px)!important;
  }
  .section.siteFooter{
    padding-bottom: calc(19svw + 15px) !important;
  }
}

.pc{display:block;}
.sp{display:none;}
@media (max-width: 768px) {
  .pc{display:none;}
  .sp{display:block;}
}

