@charset "UTF-8";
.box-shadow-bg{
  padding: 1em;
  max-width: 780px;
  margin: 0 auto;
}
.box-shadow-bg+.box-shadow-bg{
  margin-top: 2em;
}
.box-shadow-bg h3{
  color: var(--orange);
  font-weight: bold;
  margin-bottom: 0.25em;
  font-size: 20px;
}
.box-shadow-bg .car_handin{
  max-width: 500px;
  margin: 1em auto 0;
}
.box-shadow-bg .adjuster{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1em;
}
@media(min-width: 769px) {
  .box-shadow-bg .adjuster{
    align-items: flex-start;
  }
}
.box-shadow-bg .adjuster .left-box{
  margin-right: 1em;
  width: 50%;
}
.box-shadow-bg .adjuster h4{
  background: var(--deep-blue);
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  padding: 0.5em 1em;
  display: inline-block;
  border-radius: 1em;
  margin-bottom: 0.5em;
}
.box-shadow-bg .adjuster h4:last-of-type{
  margin-top: 1em;
}
.box-shadow-bg .adjuster .right-box{
  width: calc(50% - 1em);
}
@media(min-width: 769px) {
  .box-shadow-bg .adjuster .left-box{
    width: 64%;
  }
  .box-shadow-bg .adjuster .right-box{
    width: calc(36% - 1em);
  }
}

.float-box {
  overflow: hidden;
}
.float-box img{
  float: right;
  width: 50%;
  padding-left: 1em;
}
@media (min-width: 769px) {
  .float-box img{
    width: calc(36% - 1em);
  }
}
.point{
  font-size: min(4.5vw, 20px);
  font-weight: bold;
  text-align: center;
  margin: 0.5em auto 0;
}
.point .point-txt{
  white-space: nowrap;
  display: block;
  margin-bottom: 0.5em;
}
.plan .point .point-txt{
  margin-top: 1em;
  color: var(--orange);
}
.point .point-txt p{
  display: inline-block;
}
.plan .point .point-txt p:first-of-type{
  display: block;
  margin-bottom: -0.75em;
}
@media (min-width: 769px) {
  .point{
    margin-top: 1em;
  }
  .point .point-txt{
    display: inline-block;
    position: relative;
    top: -30px;
    margin-right: 0.5em;
    margin-bottom: 0;
  }
  .plan .point .point-txt{
    top: -10px;
  }
}
.point .max span{
  background: var(--orange);
  color: #fff;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  font-size: 80%;
  margin: 0 0.25em;
}

.point .parcent{
  font-size: 200%;
  position: relative;
  top: 7px;
}
.point sup{
  font-weight: normal;
  color: var(--orange);
}
.point-img{
  max-width: 100px;
  margin: 0 auto;
  display: inline-block;
}
@media (max-width: 768px) {
  .point-img{
    margin-top: 0.5em;
  }
}

/**** 各種割引 ****/
.discount h2{
  line-height: 1.3;
}
.discount h3{
  font-size: min(5.25vw, 24px);
}
.discount .df span{
  white-space: nowrap;
}
.discount .discount-table01{
  margin-top: 1em;
  border-collapse: collapse;
}
.discount .discount-table01 th,.discount .discount-table01 td{
  font-weight: normal;
  width: 25%;
  border: solid 1px #ccc;
  padding: 0.5em 0.25em;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
}
@media (min-width: 769px) {
  .discount .discount-table01 th,.discount .discount-table01 td{
    padding: 0.5em;
    font-size: 16px;
  }
}
.discount .discount-table01 .bg-gray{
  background: var(--gray);
}
.discount .discount-table01 .bg-orange{
  background: var(--light-orange);
}
.discount .sec004 h3{
  color: var(--basic-black);
}
@media (min-width: 769px) {
  .discount .sec004 h3{
    text-align: center;
  }
}

/**** Pontaポイントプログラム ****/
.point-program .sec001{
  margin-top: 1em;
}
.point-program .kv {
  border: none;
  padding: 0;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.point-program .kv img {
  max-width: 980px;
  margin: 0 auto;
  display: block;
}

/**** ロードサービス ****/
.roadservice h2 {
    font-size: min(5.25vw, 24px);
}
@media (min-width: 769px) {
  .roadservice .support-wrap{
    overflow: hidden;
  }
}
.roadservice .img-support{
  margin: 1em auto;
  width: 90%;
}
.roadservice .frame-orange{
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .roadservice .img-support{
    float: left;
  }
  .roadservice .frame-orange{
    float: right;
    margin-top: 4em;
  }
  .roadservice .img-support, .roadservice .frame-orange{
    max-width: calc(50% - 1em);
  }
}

.roadservice .h3-ttl-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3em;
  margin-bottom: 0.5em;
  overflow: hidden;
}
.roadservice .h3-ttl-wrap:before,.roadservice .h3-ttl-wrap:after{
  content: "";
  width: 100%;
  height: 0;
  border-top: solid 1px var(--basic-black);
}
.roadservice .h3-ttl {
  text-align: center;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
}
@media screen and (min-width: 769px) {
  .roadservice .h3-ttl {
    font-size: 28px;
  }
}
.roadservice .h3-ttl span {
  background: linear-gradient(transparent 60%, #fcf69f 60%);
}
.roadservice .flow{
  max-width: 560px;
  margin: 1em auto 0;
}
.roadservice .flow .box-shadow-bg{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.roadservice .flow .flow-left{
  width: 30%;
}
.roadservice .flow .flow-right{
  width: calc(70% - 1em);
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .roadservice .flow .flow-right{
    font-size: 24px;
  }
}
.roadservice .triangle{
  text-align: center;
  font-size: 30px;
  color: var(--orange);
}
@media screen and (min-width: 769px) {
  .roadservice .triangle{
    font-size: 46px;
  }
}

.roadservice .light-orange-bg {
  margin-top: 2em;
  background: var(--light-orange);
  padding: 1em;
  border-radius: 6px;
}

.roadservice .light-orange-bg .sec01 {
  max-width: 680px;
  margin: 1em auto 0;
  position: relative;
}
.roadservice .light-orange-bg .sec01 h3 {
  font-weight: bold;
  color: var(--deep-blue);
  text-align: center;
  font-size: 20px;
  font-size: min(4.25vw, 20px);
  padding: 0.25em;
  margin-top: 1em;
  border-top: solid 1px var(--deep-blue);
  border-bottom: solid 1px var(--deep-blue);
  display: flex;
  justify-content: center;
}
.roadservice .light-orange-bg .sec01 h3:before{
  content: "";
  white-space: nowrap;
  background: var(--deep-blue);
  color: #fff;
  font-size: 70%;
  width: 4em;
  height: 4em;
  line-height: 4em;
  border-radius: 10px;
  padding: 0 0.5em;
}
@media screen and (min-width: 769px) {
  .roadservice .light-orange-bg .sec01 h3:before{
    height: auto;
    line-height: 1;
    padding: 0.5em;
    margin-right: 0.5em;
    border-radius: 6px;
  }
}
.roadservice .light-orange-bg .sec01 h3.num1:before{
  content: "特長1";
}
.roadservice .light-orange-bg .sec01 h3.num2:before{
  content: "特長2";
}
.roadservice .light-orange-bg .sec01 h3.num3:before{
  content: "特長3";
}
.roadservice .light-orange-bg.light-blue-bg{
  background: var(--light-blue);
}

.roadservice .sec02 h3 {
  text-align: center;
  color: #fff;
  background: var(--orange);
  line-height: 1.2;
  padding: 0.5em;
  font-weight: bold;
  font-size: 16px;
  font-size: min(5vw, 20px);
  position: relative;
  max-width: 520px;
  margin: 0 auto;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  overflow: hidden;
}
.roadservice .sec02 h3:before, .roadservice .sec02 h3:after {
  content: "";
  width: 100%;
  height: 0;
  border-top: solid 1px #fff;
  position: absolute;
  left: 0;
}
.roadservice .sec02 h3:before{
  top: 3px;
}
.roadservice .sec02 h3:after{
  bottom: 3px;
}
.roadservice .sec02 .sec02-sub-ttl {
  color: #fff;
  background: var(--deep-blue);
  padding: 0.5em;
  border-radius: 3em;
  text-align: center;
  width: 80%;
  margin: 1em auto;
  max-width: 240px;
  z-index: 1;
  position: relative;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .roadservice .sec02 .sec02-sub-ttl.adj01{
    line-height: 1.4;
  }
}
@media screen and (min-width: 769px) {
  .roadservice .sec02 .sec02-sub-ttl.adj01{
    max-width: 580px;
  }
}
.roadservice .sec02 .sec02-layout1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 1em;
  max-width: 640px;
  margin: -2.4em auto 2em;
  border: solid 1px var(--deep-blue);
  padding: 1.75em 0.5em 0.5em;
  border-radius: 6px;
  background: #fff;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .roadservice .sec02 .sec02-layout1.adj04{
    margin-top: -4.15em;
    padding-top: 3.6em;
  }
}
@media screen and (min-width: 769px) {
  .roadservice .sec02 .sec02-layout1 {
    margin-top: -2.1em;
    padding: 2em 1em 1em;
    font-size: 16px;
  }
}
.roadservice .sec02 .sec02-layout1-left {
  width: 30%;
}
.roadservice .sec02 .sec02-layout1-right {
  width: calc(70% - 0.5em);
}
@media screen and (min-width: 769px) {
  .roadservice .sec02 .sec02-layout1-right {
      width: calc(70% - 1.5em);
  }
}
.roadservice .sec02 table{
  margin: 1em auto 0.5em;
  border-collapse: collapse;
  width: 100%;
  max-width: 500px;
}
.roadservice .sec02 table th, .roadservice .sec02 table td{
  padding: 0.5em 0;
  border: solid 1px #ccc;
  text-align: center;
  vertical-align: middle;
  width: 50%;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .roadservice .sec02 table th, .roadservice .sec02 table td{
    padding: 0.5em 2em;
    font-size: 16px;
  }
}
.roadservice .sec02 table th{
  font-weight: normal;
  background: var(--light-orange);
}

/**** 安心の事故対応 ****/
.accident_response .three-step-anc{
  display: flex;
  flex-direction: column;
  margin: 1em auto 0;
  max-width: 500px;
}
.accident_response .three-step-anc .three-point-anc-box{
  width: 100%;
}
.accident_response .three-step-anc a{
  float: right;
  border: solid 2px var(--orange);
  font-size: 20px;
  font-size: min(5vw, 20px);
  line-height: 1;
  width: calc(100% - 60px);
  text-align: center;
  position: relative;
  border-radius: 4px;
  padding: 0.75em 16px;
  font-weight: bold;
  background: var(--light-orange);
  margin: 0 auto;
}
.accident_response .three-step-anc i,.accident_response h3 i{
  float: left;
  color: #fff;
  font-family: "Segoe UI",Meiryo,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;
  font-weight: bold;
  font-size: 30px;
  background: var(--orange);
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  border-radius: 50%;
  text-align: center;
  margin-top: 8px;
}
.accident_response .three-step-anc a:after{
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-right: solid 2px var(--orange);
  border-bottom: solid 2px var(--orange);
  position: absolute;
  top: 50%;
  right: 5%;
  transform: rotate(45deg) translateY(-50%);
}
.accident_response .three-step-anc-txt{
  padding-top: 6px;
}
.accident_response .three-step-anc .three-step-anc-box.triangle{
  position: relative;
  margin-left: 17px;
  margin-bottom: 3px;
}
.accident_response .three-step-anc .three-step-anc-box.triangle span{
  position: relative;
  display: block;
  font-size: 20px;
  color: var(--orange);
  transform: scaleY(200%);
}
.accident_response .three-step-anc .three-step-anc-box.triangle:before{
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--orange);
  position: absolute;
  top: 0;
  left: 2.5px;
}
.accident_response h3{
  font-weight: bold;
  overflow: hidden;
  position: relative;
}
.accident_response h3 span{
  float: left;
  display: block;
  padding: 15px 0 10px 10px;
}
.accident_response h3:before {
  content: "";
  width: 100%;
  height: 0;
  border-bottom: solid 2px var(--orange);
  position: absolute;
  bottom: 11px;
  right: 0;
  width: calc(100% - 30px);
}

@media screen and (max-width: 768px) {
  .accident_response .sec001 .adj01 {
    max-width: 400px;
    margin: 0 auto;
  }
  .accident_response .sec001 .adj01 .adj01-left {
    margin-bottom: 1em;
  }
  .accident_response .sec001 .adj01 .adj01-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .accident_response .sec001 .adj01 .adj01-right img {
    width: calc(100% / 3 - 4px);
  }
}

@media screen and (min-width: 769px) {
  .accident_response .sec001 .adj01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 560px;
    margin: 0 auto;
  }
  .accident_response .sec001 .adj01 .adj01-left {
    width: 60%;
  }
  .accident_response .sec001 .adj01 .adj01-right {
    width: calc(25.5% - 1em);
    padding-left: 1em;
  }
  .accident_response .sec001 .adj01 .adj01-right img+img {
    margin-top: 1em;
  }
  .accident_response .sec001 p.adj01 {
    display: flex;
    justify-content: flex-end;
    max-width: 462px;
    margin-top: -0.5em;
  }
}

@media screen and (min-width: 769px) {
  .accident_response .flow-wrap{
    display: flex;
    flex-wrap: wrap;
  }
}
.accident_response .flow{
  margin-top: 1em;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  padding: 1em 0.5em;
  max-width: 500px;
  margin: 1em auto 0;
}
@media screen and (min-width: 769px) {
  .accident_response .flow{
    width: calc(50% - 1em);
  }
}
.accident_response .flow img{
  height: 90px;
  width: auto;
}
.accident_response .step h4{
  font-weight: bold;
  color: var(--deep-blue);
  margin: 0.5em auto 0;
  padding: 0 0.5em;
  text-align: center;
  display: flex;
  align-items: center;
  white-space: nowrap;
  border: none;
}
@media screen and (min-width: 769px) {
  .accident_response .step h4{
    padding: 0 0.75em;
  }
}
.accident_response .step h4:nth-of-type(n+2){
  margin-top: 2em;
}
.accident_response .step h4 span {
  padding-right:0.5em;
}
.accident_response .step h4:after {
  content: "";
  width: 100%;
  height: 0;
  border-top: solid 1px var(--deep-blue);
}
.accident_response .step h5{
  font-weight: bold;
  color: var(--orange);
  padding: 0 0.75em;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .accident_response .step h5{
    text-align: left;
  }
}
.accident_response .step .layout2-1{
  margin-top: 0.5em;
}
@media screen and (min-width: 769px) {
  .accident_response .step .layout2-1{
    padding: 0 1em;
  }
}

.accident_response .step .adj03{
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .accident_response .step .adj03{
    max-width: 500px;
  }
}

/**** コンシェルジュサービス ****/
@media screen and (max-width: 768px) {
  .concierge .sec001 .layout2-1-left img{
    width: 70%;
  }
}
@media screen and (min-width: 769px) {
  .concierge .sec001 .layout2-1-left{
    width: 25%;
  }
  .concierge .sec001 .layout2-1-right{
    width: calc(75% - 1em);
  }
}
@media screen and (max-width: 768px) {
  .concierge .layout2-1{
    margin-top: 0;
    display: flex;
    flex-direction: column-reverse;
  }
  .concierge .layout2-1 .layout2-1-left{
    margin-top: 1em;
  }
  .concierge .layout2-1 .layout2-1-right{
    margin-top: 0.5em;
  }
}
@media screen and (min-width: 769px) {
  .concierge .layout2-1{
    flex-direction: row-reverse;
  }
}
.concierge .sec001 .frame-orange{
  width: 90%;
  margin: 2em auto 1em;
}

/***** ロードサービスの対応の流れ *****/
.roadservice-flow .h2-ttl{
  background: #f9f9f9;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .roadservice-flow .h2-ttl{
    width: 100vw;
    margin: 0 calc(50% - 50vw) 1em;
  }
}
@media screen and (min-width: 769px) {
  .roadservice-flow .h2-ttl{
    margin-bottom: 2em;
    border-top-left-radius: 10px;
  }
}
.roadservice-flow .h2-ttl h2{
  font-size: min(5.25vw, 26px);
  padding: 0.5em 0 10px 70px;
  font-weight: 600;
  position: relative;
  margin-right: 0.5em;
}
@media screen and (min-width: 769px) {
  .roadservice-flow .h2-ttl h2{
    padding-left: 100px;
  }
}
.roadservice-flow .h2-ttl h2:after{
  content: "";
  position: absolute;
  bottom: 8px;
  left: 70px;
  width: calc(100% - 70px);
  height: 1px;
  background: var(--orange);
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .roadservice-flow .h2-ttl h2:after{
    left: 100px;
    width: calc(100% - 100px);
  }
}

.roadservice-flow .h2-ttl h2:before{
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  font-size: 24px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  transform: translateY(-50%);
  color: #fff;
  background: var(--orange);
  border-radius: 50%;
  text-align: center;
  font-style: italic;
}
@media screen and (min-width: 769px) {
  .roadservice-flow .h2-ttl h2:before{
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 46px;
  }
}
#roadservice-flow1 .h2-ttl h2:before{
  content: "1";
}
#roadservice-flow2 .h2-ttl h2:before{
  content: "2";
}
#roadservice-flow3 .h2-ttl h2:before{
  content: "3";
}
#roadservice-flow4 .h2-ttl h2:before{
  content: "4";
}
.roadservice-flow h3 {
  text-align: center;
  color: #fff;
  background: var(--deep-blue);
  line-height: 1.2;
  padding: 0.5em;
  font-weight: bold;
  font-size: 16px;
  font-size: min(4vw, 20px);
  position: relative;
  width: 90%;
  max-width: 520px;
  margin: 0 auto 0.75em;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  overflow: hidden;
}
.roadservice-flow h3:before, .roadservice-flow h3:after {
  content: "";
  width: 100%;
  height: 0;
  border-top: solid 1px #fff;
  position: absolute;
  left: 0;
}
.roadservice-flow h3:before{
  top: 3px;
}
.roadservice-flow h3:after{
  bottom: 3px;
}
.roadservice-flow section .p-box{
  max-width: 780px;
  margin: 0 auto;
}

.roadservice-flow .frame-orange{
    width: 90%;
    max-width: 500px;
    margin: 2em auto 1em;
}
.roadservice-flow .frame-orange a{
  width: 90%;
  max-width: 360px;
  color: #fff;
  background: var(--orange);
  padding: .25em;
  display: block;
  line-height: 1;
  width: 90%;
  margin: 0.25em auto;
  border-radius: 6px;
}
.roadservice-flow .box-shadow-bg{
  margin-top: 1em;
  margin-bottom: 3em;
  padding: 1em;
  max-width: 780px;
}
.roadservice-flow .box-shadow-bg.adj01{
  margin-bottom: 1em;
}
.roadservice-flow .box-shadow-bg .illust{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.roadservice-flow .box-shadow-bg .illust-box{
  width: 48%;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .roadservice-flow .box-shadow-bg .illust-box{
    width: 23%;
  }
}
.roadservice-flow .box-shadow-bg .illust-box:nth-of-type(n+3){
  margin-top: 1em;
}
@media screen and (min-width: 769px) {
  .roadservice-flow .box-shadow-bg .illust-box:nth-of-type(n+3){
    margin-top: 0;
  }
}
.roadservice-flow .box-shadow-bg .illust-box img{
  max-width: 300px;
}
.roadservice-flow .box-shadow-bg .illust-box p{
  margin-top: 0.25em;
  line-height: 1.4;
}
.roadservice-flow .box-shadow-bg .layout2-1{
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .roadservice-flow .box-shadow-bg .layout2-1-left {
    width: 28%;
  }
  .roadservice-flow .box-shadow-bg .layout2-1-right {
    width: 72%;
    padding-left: 0.75em;
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .roadservice-flow .box-shadow-bg .layout2-1-left {
    width: 23%;
  }
  .roadservice-flow .box-shadow-bg .layout2-1-right {
    width: calc(77% - 1em);
  }
}
.roadservice-flow  table{
  margin: 1.5em auto 0.5em;
  border-collapse: collapse;
  width: 100%;
  max-width: 500px;
}
.roadservice-flow  table th, .roadservice-flow table td{
  padding: 0.5em 0;
  border: solid 1px #ccc;
  text-align: center;
  vertical-align: middle;
  width: 50%;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .roadservice-flow table td{
    padding: 0.5em 2em;
    font-size: 16px;
  }
}
.roadservice-flow table th{
  font-weight: normal;
  background: var(--light-orange);
}

/***** 事故解決計画書・事故解決ナビ *****/
.navi .elm-h2{
  line-height: 1.2;
}
.navi .layout2-1{
  display: flex;
  align-items: flex-start;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .navi .layout2-1{
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .navi .layout2-1{
    padding: 0 1em;
  }
}
.navi .layout2-1-left{
  display: flex;
  order:1;
}
@media screen and (max-width: 768px) {
  .navi .layout2-1-left{
    margin-top: 1em;
  }
  .navi .layout2-1-right{
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .navi .layout2-1-left{
    width: 40%;
  }
  .navi .layout2-1-right{
    width: calc(60% - 1em);
  }
}