@charset "utf-8";

/* /////////////////////////////
下層共通
///////////////////////////// */
.page_ttl{
  background: #FFF5F0;
  box-sizing: border-box;
  color: #0046A9;
  font-weight: 900;
  text-align: center;
  padding: 10px;
  margin-bottom: 40px;
}
.page_ttl h2,.page_ttl h2 span{
  font-size: 48px;
  font-weight: 900;
}
.just{
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width:1000px){
}
@media screen and (max-width:768px){
  .page_ttl h2,.page_ttl h2 span{
    font-size: 24px;
    font-weight: 900;
  }
}

/* /////////////////////////////
下層ページ
///////////////////////////// */
/* カーリース専科の特徴 */
.page_point .txt{
  color: #0046A9;
  font-size: 18px;
  font-weight: 900;
  text-align: justify;
  text-justify: inter-ideograph;
}
.page_point .ttl{
  border: 4px solid #0096FF;
  border-radius: 10px;
  background: #0096FF;
  color: #fff;
  display: flex;
  margin-bottom: 20px;
}
.page_point .ttl p{
  color: #0096FF;
  background: #fff;
  border-radius: 8px 0 0 8px;
  box-sizing: border-box;
  font-family: din;
  font-weight: bold;
  font-size: 50px;
  line-height: 1.2;
  padding: 0 20px 0 20px;
  position: relative;
}
/* .page_point .ttl p::after{
  content: "";
  border-bottom: 60px solid transparent;
  border-left: 30px solid #fff;
  position: absolute;
  top: 0;
  right: -30px;
} */
.page_point .ttl h3{
  font-size: 36px;
  font-weight: bold;
  margin-left: 30px;
}
.page_point .ttl .color_yellow{
  font-weight: 900;
}
.point_request li{
  position: relative;
  width: 23%;
}
.point_request li p{
  background: #EFEFEF;
  border-radius: 30px;
  box-sizing: border-box;
  color: #0096FF;
  font-weight: 900;
  padding: 30px 5px;
  text-align: center;
}
.point_request li img{
  bottom: -70px;
  left: 25%;
  max-width: 100px;
  position: absolute;
  width: 100%;
}
.point_request{
  margin-bottom: 80px;
}
.point_line {
  position: relative;
  display: inline-block;
  background-color: #fff;
  border-bottom: solid 2px #0096FF;
  width: 100%;
  text-align: center;
}
.point_line:before,
.point_line:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.point_line:before {
  border: solid 16px transparent;
  border-top: solid 16px #0096FF;
}
.point_line:after {
  border: solid 18px transparent;
  border-top: solid 18px #fff;
  margin-top: -5px;
}
.point_sc03{
  position: relative;
  top: -40px;
}
.point_img07{
  margin-left: 7vw;
  max-width: 280px;
}
.pink_comment p{
  font-size: 18px;
  line-height: 2;
}
.pink_comment02 p{
  font-size: 17px;
}
.pink_comment p,.pink_comment02 p{
  font-weight: 900;
  letter-spacing: 2px;
  padding-top: 15px;
}
.pink_comment{
  padding: 40px;
}
.pink_comment02{
  padding: 30px;
}
.pink_comment,.pink_comment02{
  background: #FFF5F0;
  border-radius: 30px;
  box-sizing: border-box;
  color: #FF6481;
  position: relative;
}
.pink_comment img{
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.plus{
  background: #FFF5F0;  border-radius: 30px;
  box-sizing: border-box;
  box-shadow: 2px 2px 0 0 #9FA0A0;
  color: #FF6481;
  display: flex;
  font-size: 22px;
  font-weight: 900;
  padding: 0 10px 0 46px;
  position: relative;
  margin-bottom: 20px;
}
.plus::before{
  font-family: "Font Awesome 5 Free";
  content: '\f055';
  font-weight: 900;
  color: #FF6481;
  font-size: 36px;
  left: 0;
  line-height: 1;
  top: 0;
  position: absolute;
}
.plus_list li{
  align-items: center;
  display: flex;
}
.plus_list li p:first-child{
  color: #FF6481;
  font-size: 17px;
  font-weight: 900;
  margin: 0 8px;
}
.plus_list li p:last-child{
  color: #0096FF;
  font-size: 13px;
  font-weight: 900;
}
.point_sc06_item{
  background: #FFF5F0;
  border-radius: 30px;
  box-sizing: border-box;
  box-shadow: 2px 2px 0 0 #9fa0a0;
  color: #FF6481;
  display: flex;
  font-size: 22px;
  font-weight: 900;
  padding: 10px 30px;
}

/* カーリースのメリットデメリット */
.merit_subttl01{
  align-items: center;
  color: #0046a9;
  display: flex;
}
.merit_subttl01::before{
  content: "";
  background: #0046a9;
  width: 6px;
  height: 30px;
  margin-right: 10px;
}
.estimates{
  background: #FF6481;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px 20px;
  margin: auto;
}
.merit_subttl02 p{
  font-weight: 900;
  line-height: 1;
  margin-right: 10px;
}
.merit_img03{
  width: 45px;
}
.merit_img04{
  width: 26px;
}
.merit_subttl03{
  color: #fff;
  background: #0096FF;
  border-radius: 30px;
  box-sizing: border-box;
  font-size: 30px;
  font-weight: bold;
  padding: 0 20px;
  text-align: center;
  margin: 50px auto 80px;
  max-width: 480px;
  width: 100%;
}
.merit_list .number{
  background: #0096FF;
  border-radius: 50%;
  color: #fff;
  font-family: din;
  font-size: 30px;
  margin: auto;
  position: absolute;
  padding: 0 10px;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.merit_list li{
  background: #fff;
  border: 4px solid #0096FF;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 40px 20px 20px 20px;
  position: relative;
  margin-bottom: 50px;
  text-align: center;
  width: 30%;
}
.merit_list li img{
  display: block;
  max-width: 220px;
  margin: 0 auto;
  width: 100%;
}
.merit_subttl04 {
  align-items: center;
  color: #FF6481;
  display: flex;
}
.merit_subttl04::before,
.merit_subttl04::after {
  content: "";
  height:2px;
  flex-grow: 1;
  background-color:#FF6481;
}
.merit_subttl04:before {
  margin-right: 20px;
}
.merit_subttl04:after {
  margin-left: 20px;
}
.merit_subttl05 {
  border: 2px solid #FF6481;
  border-radius: 10px;
  background: #FF6481;
  color: #fff;
  display: flex;
  margin-bottom: 20px;
}
.merit_subttl05 p:first-child{
  color: #FF6481;
  background: #fff;
  border-radius: 8px 0 0 8px;
  box-sizing: border-box;
  font-family: din;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.2;
  padding: 10px 20px 10px 20px;
  position: relative;
}
/* .merit_subttl05 p:first-child::after {
  content: "";
  border-bottom: 56px solid transparent;
  border-left: 30px solid #fff;
  position: absolute;
  top: 0;
  right: -30px;
} */
.merit_subttl05 h3 {
  box-sizing: border-box;
  font-size: 24px;
  font-weight: bold;
  margin-left: 20px;
  padding: 8px;
}
.merit_item01{
  display: flex;
  position: relative;
}
.merit_item01 p{
  background: #faf3ba;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 30px;
}
.merit_item01::before{
  content: "";
  border-top: 10px solid transparent;
  border-right: 20px solid #faf3ba;
  border-bottom: 10px solid transparent;
  height: 0;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 0;
}
.merit_arrow{
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 40px solid #a7adb6;
  margin: 80px auto;
}
.if_senka{
  background: #ffeef4;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 50px;
  position: relative;
  max-width: 1180px;
  margin-left: auto;
}
.if_senka_ribbon {
  position: absolute;
  left: -20px;
  top: -20px;
  max-width: 240px;
}


/* お客様の声 */
.voice_ttl{
  color: #FF6481;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 0 30px;
  margin: 0 auto;
  max-width: 500px;
}
.voice_ttl::after,.voice_ttl::before{
  content:"";
  background: #ff6481;
  display: inline-block;
  height: 4px;
  position: absolute;
  top:50%;
  width: 40px;
}
.voice_ttl::after{
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  right: 0;
}
.voice_ttl::before{
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  left: 0;
}
.voice_list li{
  margin-bottom: 30px;
}
.voice_list .detail{
  border: 4px solid #0096FF;
  border-radius: 10px;
  box-sizing: border-box;
  display: inline-block;
  padding: 30px;
  position: relative;
  max-width: 100%;
}
.voice_list .detail::before,.voice_list .detail::after{
  content: "";
  position: absolute;
}
.voice_list .detail::before{
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2;
}
.voice_list .detail::after{
  bottom: -32px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #0096ff;
  z-index: 1;
}
.detail_ttl,.detail_name,.detail_name span{
  color: #0096ff;
  font-weight: bold;
}
.voice_list .detail p:last-child{
  text-align: justify;
  text-justify: inter-ideograph;
}
.voice_img{
  display: block;
  margin: auto;
  max-width: 500px;
  width: 100%;
}

/* よくある質問 */
.faq_list li{
  border-bottom: 1px solid #0096ff;
  box-sizing: border-box;
  padding: 40px 0;
}
.faq_q,.faq_a{
  align-items: center;
  display: flex;
}
.faq_q{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.faq_q::before,.faq_a::before{
  font-family: din;
  font-size: 24px;
  border-radius: 50%;
  padding: 0px 12px;
  margin-right: 10px;
}
.faq_q::before{
  content: "Q";
  color: #0096ff;
  border: 2px solid #0096ff;
}
.faq_a::before{
  content: "A";
  color: #fff;
  background: #ff6481;
}

.wp-pagenavi{
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 30px auto;
}
.wp-pagenavi .page, .current {
  border-radius: 50%;
  border: none;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  margin: 0 5px;
  width: 40px;
  height: 40px;
}
.wp-pagenavi .page{
  color: #0096ff;
  border: solid 2px #0096ff;
}
.current {
  color: #fff;
  background-color: #0096ff;
}
.nextpostslink, .previouspostslink {
  font-family: din;
  font-weight: bold;
  font-size: 18px;
  color: #0096ff;
}
.single_item .thumbnail {
  margin-bottom: 20px;
  width: 100%;
}
.single_item .thumbnail_item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 400px;
}
.single_item .ttl {
  border-bottom: 1px solid #0096ff;
  padding-bottom: 20px;
}
.post_link{
  margin-top: 60px;
}
.post_link p ,.post_link a{
  color: #0096ff;
  font-weight: bold;
}
.post_link a{
  margin: 0 30px;
}

/* サイトマップ */
.sitemap li{
  background: #0096ff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 20px;
  margin-bottom: 30px;
  width: 31%;
}
.sitemap li p{
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.sitemap li img{
  display: block;
  max-height: 100px;
  margin: auto;
}
.sitemap li a:hover{
  opacity: 0.7;
  display: block;
}

/* 会社情報 */
.company_ttl{
  text-align: center;
}
.company_ttl span{
  color: #fff;
  background: #ff6481;
  border-radius: 20px;
  font-weight: bold;
  padding: 0 40px;
}
.company_table{
  border-collapse:collapse;
  width: 100%;
}
.company_table tr{
  border-bottom:1px solid #ff6481;
}
.company_table tr:first-child{
  border-top: 1px solid #ff6481;
}
.company_table th{
  color: #ff6481;
  font-size: 20px;
  font-weight: bold;
  padding: 20px;
  text-align: left;
  vertical-align: middle;
  width: 20%;
}
.company_table td{
  box-sizing: border-box;
  font-size: 18px;
  padding: 20px 50px;
  position: relative;
  text-align: left;
  width: 80%;
}
.company_table td::before{
    border-left: 4px solid #ff6481;
    content: "";
    position: absolute;
    left: 0;
    height: 70%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}


.contact table{
  width: 100%;
}
.contact tr{
  border-bottom: 1px solid #C8C8C8;
}
.contact th,.contact td{
  padding: 20px;
}
.contact td{
  width: 72%;
}
.contact th{
  text-align: left;
  width: 28%;
}
.contact th p{
  font-weight: bold;
}
.contact .must{
  color: #880808;
  border: 1px solid #880808;
  font-size: 12px;
  padding: 4px 4px 0;
}
.contact .va_top{
  vertical-align: top;
}
.contact input[type="text"],.contact input[type="url"], .contact input[type="email"], .contact input[type="tel"],textarea{
  background: #FFF7E1;
  border: none;
  box-sizing: border-box;
  font-family: 'Hind', 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  max-width: 700px;
  width: 100%;
}
.contact input[type="text"],.contact input[type="url"], .contact input[type="email"], .contact input[type="tel"]{
  padding: 0 10px;
  height: 46px;
}

.contact input[type="text"].wpcf7c-conf,.contact input[type="url"].wpcf7c-conf, .contact input[type="email"].wpcf7c-conf, .contact input[type="tel"].wpcf7c-conf{
  padding: 0 10px;
  height: 46px;
  outline: none;
}

textarea{
  padding: 10px;
  height: 240px;
  outline: none;
}

textarea.wpcf7c-conf{
  padding: 10px;
  height: 240px;
  outline: none;
}

.contact input[type="text"],.contact input[type="url"], .contact input[type="email"], .contact input[type="tel"]{
  padding: 0 10px;
  height: 46px;
}

.contact input[type="submit"],.contact input[type="button"]{
  border: none;
  color: #fff;
  font-family: 'Hind', 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 20px;
  font-weight: bold;
  display: block;
  letter-spacing: 2px;
  margin: 30px;
  padding: 10px 20px;
  width: 200px;
}
.contact input[type="submit"]{
  background: #FF6481;
  border-radius: 8px;
}
.contact input[type="button"]{
  background: #C8C8C8;
}
.contact input[type="submit"]:hover{
  opacity: 0.7;
  cursor: pointer;
}
.contact input[type="checkbox"]{
  margin-bottom: 6px;
}
@media screen and (max-width:1000px){
}
@media screen and (max-width:767px){
  .point_sc03 .w-50,.point_sc04 .w-50,.point_sc04 .w-42,.point_sc05 .w-55,.point_sc05 .w-40,.point_sc06 .w-20,.point_sc06 .w-50,.merit_sc01 .w-45,.merit_list li,.merit_sc03 .w-70,.merit_sc03 .w-65,.merit_sc03 .w-30,.merit_sc03 .w-25,.company_sc01 .w-35,.company_sc01 .w-60{
    box-sizing: border-box;
    width: 100%;
  }
  .page_point .ttl{
    align-items: center;
  }
  .page_point .ttl h3 {
    font-size: 24px;
    margin-left: 10px;
  }
  .page_point .ttl p{
    font-size: 28px;
    padding: 20px;
  }
  .page_point .ttl p.thr{
    padding: 40px 20px;
  }
  /* .page_point .ttl p::after{
    border-bottom: 35px solid transparent;
    border-left: 15px solid #fff;
    right: -15px;
  } */
  .point_request li{
    margin: 0 auto 80px;
    width: 80%;
  }
  .point_request li p{
    font-size: 16px;
    padding: 20px 5px 30px;
  }
  .point_request li img{
    left: 32%;
  }
  .point_img07 {
    margin-left: 0;
  }
  .plus{
    font-size: 20px;
    padding: 0 10px 0 36px;
  }
  .plus::before{
    font-size: 34px;
  }
  .plus_list li span{
    margin: 0 5px 0 0;
  }
  .point_sc06 img{
    max-width: 240px;
    display: block;
    margin: auto;
  }
  .voice_ttl{
    font-size: 20px;
  }
  .voice_list .detail{
    padding: 20px;
  }
  .faq_q, .faq_a {
    align-items: start;
  }
  .single_item .thumbnail_item{
    min-height: 200px;
  }
  .wp-pagenavi .page, .current {
    font-size: 16px;
    line-height: 28px;
    width: 30px;
    height: 30px;
  }
  .page_merit .line25{
    line-height: 1.6;
  }
  .merit_subttl02 .font50{
    font-size: 30px;
  }
  .merit_subttl02 .font40{
    font-size: 24px;
  }
  .merit_subttl02 .font30{
    font-size: 20px;
  }
  .merit_img03 {
    width: 30px;
  }
  .merit_img04 {
    width: 15px;
  }
  .merit_subttl03{
    font-size: 18px;
  }
  .merit_list li img {
    max-width: 160px;
  }
  .merit_subttl04 .font32{
    font-size: 20px;
  }
  .merit_subttl05 h3{
    font-size: 20px;
  }
  .merit_item01{
    margin-top: 40px;
  }
  .merit_item01::before {
    content: "";
    border-right: 10px solid transparent;
    border-bottom: 20px solid #faf3ba;
    border-left: 10px solid transparent;
    height: 0;
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    width: 0;
  }
  .if_senka{
    padding: 30px;
  }
  .if_senka img{
    display: block;
    max-width: 200px;
    margin: 0 auto 20px;
    width: 100%;
  }
  .if_senka_ribbon{
    left: -17px;
  }
  .merit_arrow {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 20px solid #a7adb6;
    margin: 30px auto 50px;
  }
  .page_merit .mt100{
    margin-top: 40px;
  }
  .page_merit .pt100{
    padding-top:40px;
  }
  .page_merit .pb100{
    padding-bottom:40px;
  }
  .merit_subttl05 p:first-child{
    padding: 23px 20px 10px 20px;
  }

  .merit_subttl05 p.second{
    padding: 40px 20px 10px 20px;
  }

  .sitemap li{
    margin-bottom: 20px;
    width: 48%;
  }
  .sitemap li p{
    font-size: 16px;
  }
  .sitemap li img{
    max-height: 60px;
  }
  .company_ttl span{
    color: #fff;
    background: #ff6481;
    border-radius: 20px;
    font-weight: bold;
    padding: 0 20px;
    font-size: 22px;
  }
  .company_sc01 .w-65 p{
    font-size: 16px;
  }
  .company_img02{
    display: block;
    max-width: 200px;
    margin: auto;
    width: 100%;
  }
  .company_table th,.company_table td{
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  .company_table th{
    padding: 10px 10px 0 10px;
  }
  .company_table td{
    text-align: left;
    padding: 0 10px 10px 10px;
  }

  .company_table td::before{
    content: none;
  }
  .contact th,.contact td{
    display: block;
    box-sizing: border-box;
    padding: 0;
    width: 100%;
  }
  .company_info td,.contact td{
    padding-bottom: 10px;
  }
  .contact th,.contact td{
    padding-top: 10px;
  }
  .contact input[type="text"],.contact input[type="url"], .contact input[type="email"], .contact input[type="tel"]{
    padding: 0 10px;
    height: 24px;
    font-size: 12px;
  }
  textarea{
    padding: 10px;
    height: 120px;
  }
  .contact .must{
    margin-left: 10px;
  }
  .contact input[type="submit"], .contact input[type="button"] {
    font-size: 16px;
    margin: 20px auto;
    padding: 4px 10px;
    width: 120px;
  }
}

@media screen and (max-width: 320px) {
  .page_point .ttl p.four{
    padding: 40px 20px;
  }
}


/* 確認画面 */

/* 入力した部分の色を変えて目立たせる */
.wpcf7c-conf {
color:#ff6798 !important;
}
/* 入力欄のボックスを消す */
input.wpcf7c-conf{
background-color:#fff !important;
border-left:3px solid #e5d7c7;
border-top:none;
border-bottom:none;
border-right:none;
box-shadow:none;
border-radius:0;
font-size:16px;
color:#ff6798 !important;
margin-top:0.5em;
}
textarea.wpcf7c-conf{
background-color:#fff !important;
border-radius:0;
border:2px solid #fff;
box-shadow:none;
}
/* スペースの調整 */
input[type=date].wpcf7c-conf{
margin-left:0.5em;
}
/* チェックしたボックスの色を変える */
input[type=checkbox].wpcf7c-conf:checked{
border-color:#ff6798;
}

/* .custom-wpcf7c-confirmed p.must{
	display: none;
} */

input.wpcf7c-conf:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset;
}


/* 確認画面 */
.confirm_ttl{
  display: none;
}

.confirm_message{
  display: none;
}

.lease_announcement {
  width: 100%;
  color: #880808;
  font-size: 16px;
}
